/* ======================================
	Sammons 2020 Theme.css

    Created : OFR 12/17/2019
    Updated : OFR 12/17/2019
    Updated : OFR 01/03/2020
    Updated : OFR 01/09/2020
    Updated : OFR 01/16/2020
    Last Updated : AT 06/09/2025
====================================== */
html {
  margin: 0;
  padding: 0;
  height: 100%;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: 'Assistant', sans-serif;
  font-size: 18px;
  color: #000000;
  font-weight: normal;
}
body {
  background: #FFFFFF;
  font-size: 1em;
  line-height: 1.2;
}
/*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
====================================== */
h1 {
  font-size: 2.8em;
}
h2 {
  font-size: 2.2em;
}
h3 {
  font-size: 2em;
}
h4 {
  font-size: 1.6em;
}
h5 {
  font-size: 1.4em;
}
h6 {
  font-size: 1.2em;
}
p {
  padding: 0;
}
/*RESIZE FONTS FOR EXTRA SMALL SCREEN SIZES*/
@media screen and (max-width: 767px) {
  h1 {
    font-size: 1.8em;
  }
  h2 {
    font-size: 1.6em;
  }
  h3 {
    font-size: 1.4em;
  }
  h4 {
    font-size: 1.2em;
  }
  h5 {
    font-size: 1.1em;
  }
  h6 {
    font-size: 1em;
  }
}
/* ======================================
	Fonts

	REQUIRED CLASSES: None
====================================== */
.font-base {
  font-family: 'Assistant', sans-serif;
  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: 'Assistant', sans-serif;
  font-weight: 400;
}
.font-b {
  font-family: 'Assistant', sans-serif;
  font-weight: 300;
}
.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: 'Assistant', sans-serif;
  font-weight: 300;
}
.font-c {
  font-family: 'Assistant', sans-serif;
  font-weight: 600;
}
.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: 'Assistant', sans-serif;
  font-weight: 600;
}
.font-d {
  font-family: 'Assistant', sans-serif;
  font-weight: 700;
}
.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: 'Assistant', sans-serif;
  font-weight: 700;
}
.font-e {
  font-family: 'Assistant', sans-serif;
  font-weight: 800;
}
.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: 'Assistant', sans-serif;
  font-weight: 800;
}
/* ======================================
	Font IXP Information
====================================== */
.font-b {
  -ixp-name: "Assistant Light";
  -ixp-tags: "Fonts";
  -ixp-group: "font";
  -ixp-scope: "ContainerLike,Text,Link";
}
.font-base {
  -ixp-name: "Assistant";
  -ixp-tags: "Fonts";
  -ixp-group: "font";
  -ixp-scope: "ContainerLike,Text,Link";
}
.font-c {
  -ixp-name: "Assistant Semi-Bold";
  -ixp-tags: "Fonts";
  -ixp-group: "font";
  -ixp-scope: "ContainerLike,Text,Link";
}
.font-d {
  -ixp-name: "Assistant Bold";
  -ixp-tags: "Fonts";
  -ixp-group: "font";
  -ixp-scope: "ContainerLike,Text,Link";
}
.font-e {
  -ixp-name: "Assistant Extra-Bold";
  -ixp-tags: "Fonts";
  -ixp-group: "font";
  -ixp-scope: "ContainerLike,Text,Link";
}
/* ======================================
	Content

	REQUIRED CLASSES: .caption, .fine-print
====================================== */
.caption {
  font-size: 0.85em;
  padding-bottom: 0.2em;
  padding-top: 0.2em;
}
.fine-print {
  font-size: 0.75em;
  padding-bottom: 0.2em;
  padding-top: 0.2em;
}
.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;
}
.bullet-a ul li {
  list-style-type: none;
  position: relative;
  padding: 0 0 0 1.2em;
}
.bullet-a ul li:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  display: inline-block;
  content: '\f138';
  position: absolute;
  left: 0;
  top: auto;
}
.bullet-b ul li {
  list-style-type: none;
  position: relative;
  padding: 0 0 0 1.2em;
}
.bullet-b ul li:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  display: inline-block;
  content: '\f00c';
  position: absolute;
  left: 0;
  top: auto;
}
/* ======================================
	List IXP Information

	REQUIRED CLASS: .bullet-a
====================================== */
.bullet-a {
  -ixp-name: "Bullet List - Circle Arrow";
  -ixp-tags: "Bullet list";
  -ixp-group: "bullet-list";
  -ixp-scope: "Text";
}
.bullet-b {
  -ixp-name: "Bullet List - Checkmark";
  -ixp-tags: "Bullet list";
  -ixp-group: "bullet-list";
  -ixp-scope: "Text";
}
/* ======================================
	Link Element Base
====================================== */
a {
  color: #246BFF;
  display: inline;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #246BFF;
  text-decoration: underline;
}
/* ======================================
	Color Links
====================================== */
/*
.color-link-b {
    color: @link-b-color !important;
    text-decoration: @cta-link-text;
    
    &:hover {
        color: @link-b-color-hover !important;
        text-decoration: @cta-link-hover-text;
    }
}

.color-link-c {
    color: @link-c-color !important;
    text-decoration: @cta-link-text;
    
    &:hover {
        color: @link-c-color-hover !important;
        text-decoration: @cta-link-hover-text;
    }
}

.color-link-d {
    color: @link-d-color !important;
    text-decoration: @cta-link-text;
    
    &:hover {
        color: @link-d-color-hover !important;
        text-decoration: @cta-link-hover-text;
    }
}
*/
/* ======================================
	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: #246BFF;
  text-decoration: none;
}
.cta_link.link-a:hover {
  color: #246BFF;
  text-decoration: underline;
}
.cta_link.link-a:after {
  content: '\f105';
}
.cta_link.link-b {
  color: #246BFF;
  text-decoration: none;
}
.cta_link.link-b:hover {
  color: #246BFF;
  text-decoration: underline;
}
.cta_link.link-b:before {
  content: '\f00c';
  margin-left: 0;
  margin-right: .5em;
}
.cta_link.link-c {
  color: #246BFF;
  text-decoration: none;
}
.cta_link.link-c:hover {
  color: #246BFF;
  text-decoration: underline;
}
.cta_link.link-c:after {
  content: '\f08e';
}
.cta_link.link-d {
  color: #246BFF;
  text-decoration: none;
}
.cta_link.link-d:hover {
  color: #246BFF;
  text-decoration: underline;
}
.cta_link.link-d:after {
  content: '\f0da';
}
.cta_link.link-e {
  color: #246BFF;
  text-decoration: none;
}
.cta_link.link-e:hover {
  color: #246BFF;
  text-decoration: underline;
}
.cta_link.link-e:before {
  content: '\f104';
  margin-left: 0;
  margin-right: .5em;
}
.cta_link.link-f {
  color: #246BFF !important;
  text-decoration: none;
}
.cta_link.link-f:hover {
  color: #246BFF !important;
  text-decoration: underline;
}
.cta_link.link-f:after {
  content: '\f105';
}
.cta_link.link-g {
  color: #246BFF !important;
  text-decoration: none;
}
.cta_link.link-g:hover {
  color: #246BFF !important;
  text-decoration: underline;
}
.cta_link.link-g:before {
  content: '\f00c';
  margin-left: 0;
  margin-right: .5em;
}
.cta_link.link-h {
  color: #246BFF !important;
  text-decoration: none;
}
.cta_link.link-h:hover {
  color: #246BFF !important;
  text-decoration: underline;
}
.cta_link.link-h:after {
  content: '\f08e';
}
.cta_link.link-i {
  color: #246BFF !important;
  text-decoration: none;
}
.cta_link.link-i:hover {
  color: #246BFF !important;
  text-decoration: underline;
}
.cta_link.link-i:after {
  content: '\f0da';
}
.cta_link.link-j {
  color: #246BFF !important;
  text-decoration: none;
}
.cta_link.link-j:hover {
  color: #246BFF !important;
  text-decoration: underline;
}
.cta_link.link-j:before {
  content: '\f104';
  margin-left: 0;
  margin-right: .5em;
}
.cta_link.link-k {
  color: #246BFF !important;
  text-decoration: none;
}
.cta_link.link-k:hover {
  color: #246BFF !important;
  text-decoration: underline;
}
.cta_link.link-k:after {
  content: '\f105';
}
.cta_link.link-l {
  color: #246BFF !important;
  text-decoration: none;
}
.cta_link.link-l:hover {
  color: #246BFF !important;
  text-decoration: underline;
}
.cta_link.link-l:before {
  content: '\f00c';
  margin-left: 0;
  margin-right: .5em;
}
.cta_link.link-m {
  color: #246BFF !important;
  text-decoration: none;
}
.cta_link.link-m:hover {
  color: #246BFF !important;
  text-decoration: underline;
}
.cta_link.link-m:after {
  content: '\f08e';
}
.cta_link.link-n {
  color: #246BFF !important;
  text-decoration: none;
}
.cta_link.link-n:hover {
  color: #246BFF !important;
  text-decoration: underline;
}
.cta_link.link-n:after {
  content: '\f0da';
}
.cta_link.link-o {
  color: #246BFF !important;
  text-decoration: none;
}
.cta_link.link-o:hover {
  color: #246BFF !important;
  text-decoration: underline;
}
.cta_link.link-o:before {
  content: '\f104';
  margin-left: 0;
  margin-right: .5em;
}
.cta_link.link-p {
  color: #246BFF !important;
  text-decoration: none;
}
.cta_link.link-p:hover {
  color: #246BFF !important;
  text-decoration: underline;
}
.cta_link.link-p:after {
  content: '\f105';
}
.cta_link.link-q {
  color: #246BFF !important;
  text-decoration: none;
}
.cta_link.link-q:hover {
  color: #246BFF !important;
  text-decoration: underline;
}
.cta_link.link-q:before {
  content: '\f00c';
  margin-left: 0;
  margin-right: .5em;
}
.cta_link.link-r {
  color: #246BFF !important;
  text-decoration: none;
}
.cta_link.link-r:hover {
  color: #246BFF !important;
  text-decoration: underline;
}
.cta_link.link-r:after {
  content: '\f08e';
}
.cta_link.link-s {
  color: #246BFF !important;
  text-decoration: none;
}
.cta_link.link-s:hover {
  color: #246BFF !important;
  text-decoration: underline;
}
.cta_link.link-s:after {
  content: '\f0da';
}
.cta_link.link-t {
  color: #246BFF !important;
  text-decoration: none;
}
.cta_link.link-t:hover {
  color: #246BFF !important;
  text-decoration: underline;
}
.cta_link.link-t:before {
  content: '\f104';
  margin-left: 0;
  margin-right: .5em;
}
/* ======================================
	Links IXP Information

	REQUIRED CLASS: .cta_link.link-a
====================================== */
/*
.color-link-b { .ixp-link("@{link-b-name}"); }
.color-link-c { .ixp-link("@{link-c-name}"); }
.color-link-d { .ixp-link("@{link-d-name}"); }
*/
.cta_link {
  /*
    &.link-f { .ixp-link("@{cta-icon-f-name} Link"); }
    &.link-g { .ixp-link("@{cta-icon-g-name} Link"); }
    &.link-h { .ixp-link("@{cta-icon-h-name} Link"); }
    &.link-i { .ixp-link("@{cta-icon-i-name} Link"); }
    &.link-j { .ixp-link("@{cta-icon-j-name} Link"); }
    &.link-k { .ixp-link("@{cta-icon-k-name} Link"); }
    &.link-l { .ixp-link("@{cta-icon-l-name} Link"); }
    &.link-m { .ixp-link("@{cta-icon-m-name} Link"); }
    &.link-n { .ixp-link("@{cta-icon-n-name} Link"); }
    &.link-o { .ixp-link("@{cta-icon-o-name} Link"); }
    &.link-p { .ixp-link("@{cta-icon-p-name} Link"); }
    &.link-q { .ixp-link("@{cta-icon-q-name} Link"); }
    &.link-r { .ixp-link("@{cta-icon-r-name} Link"); }
    &.link-s { .ixp-link("@{cta-icon-s-name} Link"); }
    &.link-t { .ixp-link("@{cta-icon-t-name} Link"); }
    */
}
.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: #FFFFFF !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: #FFFFFF !important;
}
.color-b {
  color: #000000 !important;
}
.color-b h1,
.color-b h2,
.color-b h3,
.color-b h4,
.color-b h5,
.color-b h6,
.color-b a,
.color-b p {
  color: #000000 !important;
}
.color-c {
  color: #0B544F !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: #0B544F !important;
}
.color-d {
  color: #08433E !important;
}
.color-d h1,
.color-d h2,
.color-d h3,
.color-d h4,
.color-d h5,
.color-d h6,
.color-d a,
.color-d p {
  color: #08433E !important;
}
.color-e {
  color: #229A94 !important;
}
.color-e h1,
.color-e h2,
.color-e h3,
.color-e h4,
.color-e h5,
.color-e h6,
.color-e a,
.color-e p {
  color: #229A94 !important;
}
.color-f {
  color: #000014 !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: #000014 !important;
}
.color-g {
  color: #f9fafb !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: #f9fafb !important;
}
.color-h {
  color: #d0d5dc !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: #d0d5dc !important;
}
.color-i {
  color: #b5bcc7 !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: #b5bcc7 !important;
}
.color-j {
  color: #424c5a !important;
}
.color-j h1,
.color-j h2,
.color-j h3,
.color-j h4,
.color-j h5,
.color-j h6,
.color-j a,
.color-j p {
  color: #424c5a !important;
}
.color-k {
  color: #7f8c9f !important;
}
.color-k h1,
.color-k h2,
.color-k h3,
.color-k h4,
.color-k h5,
.color-k h6,
.color-k a,
.color-k p {
  color: #7f8c9f !important;
}
.color-l {
  color: #e9ebee !important;
}
.color-l h1,
.color-l h2,
.color-l h3,
.color-l h4,
.color-l h5,
.color-l h6,
.color-l a,
.color-l p {
  color: #e9ebee !important;
}
.color-m {
  color: #546072 !important;
}
.color-m h1,
.color-m h2,
.color-m h3,
.color-m h4,
.color-m h5,
.color-m h6,
.color-m a,
.color-m p {
  color: #546072 !important;
}
.color-n {
  color: #4a7729 !important;
}
.color-n h1,
.color-n h2,
.color-n h3,
.color-n h4,
.color-n h5,
.color-n h6,
.color-n a,
.color-n p {
  color: #4a7729 !important;
}
.color-o {
  color: #657389 !important;
}
.color-o h1,
.color-o h2,
.color-o h3,
.color-o h4,
.color-o h5,
.color-o h6,
.color-o a,
.color-o p {
  color: #657389 !important;
}
.color-p {
  color: #be531c !important;
}
.color-p h1,
.color-p h2,
.color-p h3,
.color-p h4,
.color-p h5,
.color-p h6,
.color-p a,
.color-p p {
  color: #be531c !important;
}
.color-q {
  color: #9da7b6 !important;
}
.color-q h1,
.color-q h2,
.color-q h3,
.color-q h4,
.color-q h5,
.color-q h6,
.color-q a,
.color-q p {
  color: #9da7b6 !important;
}
.color-r {
  color: #004D84 !important;
}
.color-r h1,
.color-r h2,
.color-r h3,
.color-r h4,
.color-r h5,
.color-r h6,
.color-r a,
.color-r p {
  color: #004D84 !important;
}
.color-s {
  color: #003D69 !important;
}
.color-s h1,
.color-s h2,
.color-s h3,
.color-s h4,
.color-s h5,
.color-s h6,
.color-s a,
.color-s p {
  color: #003D69 !important;
}
.color-t {
  color: #008EF3 !important;
}
.color-t h1,
.color-t h2,
.color-t h3,
.color-t h4,
.color-t h5,
.color-t h6,
.color-t a,
.color-t p {
  color: #008EF3 !important;
}
.color-u {
  color: #0D5543 !important;
}
.color-u h1,
.color-u h2,
.color-u h3,
.color-u h4,
.color-u h5,
.color-u h6,
.color-u a,
.color-u p {
  color: #0D5543 !important;
}
.color-v {
  color: #0A4335 !important;
}
.color-v h1,
.color-v h2,
.color-v h3,
.color-v h4,
.color-v h5,
.color-v h6,
.color-v a,
.color-v p {
  color: #0A4335 !important;
}
.color-w {
  color: #189D7C !important;
}
.color-w h1,
.color-w h2,
.color-w h3,
.color-w h4,
.color-w h5,
.color-w h6,
.color-w a,
.color-w p {
  color: #189D7C !important;
}
.color-x {
  color: #8b271b !important;
}
.color-x h1,
.color-x h2,
.color-x h3,
.color-x h4,
.color-x h5,
.color-x h6,
.color-x a,
.color-x p {
  color: #8b271b !important;
}
.color-y {
  color: #6f1f16 !important;
}
.color-y h1,
.color-y h2,
.color-y h3,
.color-y h4,
.color-y h5,
.color-y h6,
.color-y a,
.color-y p {
  color: #6f1f16 !important;
}
.color-z {
  color: #e75f4f !important;
}
.color-z h1,
.color-z h2,
.color-z h3,
.color-z h4,
.color-z h5,
.color-z h6,
.color-z a,
.color-z p {
  color: #e75f4f !important;
}
.color-aa {
  color: #81212b !important;
}
.color-aa h1,
.color-aa h2,
.color-aa h3,
.color-aa h4,
.color-aa h5,
.color-aa h6,
.color-aa a,
.color-aa p {
  color: #81212b !important;
}
.color-ab {
  color: #b11e1e !important;
}
.color-ab h1,
.color-ab h2,
.color-ab h3,
.color-ab h4,
.color-ab h5,
.color-ab h6,
.color-ab a,
.color-ab p {
  color: #b11e1e !important;
}
.color-ac {
  color: #e82c2a !important;
}
.color-ac h1,
.color-ac h2,
.color-ac h3,
.color-ac h4,
.color-ac h5,
.color-ac h6,
.color-ac a,
.color-ac p {
  color: #e82c2a !important;
}
.color-ad {
  color: #509e2f !important;
}
.color-ad h1,
.color-ad h2,
.color-ad h3,
.color-ad h4,
.color-ad h5,
.color-ad h6,
.color-ad a,
.color-ad p {
  color: #509e2f !important;
}
.color-ae {
  color: #7ec352 !important;
}
.color-ae h1,
.color-ae h2,
.color-ae h3,
.color-ae h4,
.color-ae h5,
.color-ae h6,
.color-ae a,
.color-ae p {
  color: #7ec352 !important;
}
.color-af {
  color: #a1d884 !important;
}
.color-af h1,
.color-af h2,
.color-af h3,
.color-af h4,
.color-af h5,
.color-af h6,
.color-af a,
.color-af p {
  color: #a1d884 !important;
}
.color-ag {
  color: #d0deb8 !important;
}
.color-ag h1,
.color-ag h2,
.color-ag h3,
.color-ag h4,
.color-ag h5,
.color-ag h6,
.color-ag a,
.color-ag p {
  color: #d0deb8 !important;
}
.color-ah {
  color: #e35205 !important;
}
.color-ah h1,
.color-ah h2,
.color-ah h3,
.color-ah h4,
.color-ah h5,
.color-ah h6,
.color-ah a,
.color-ah p {
  color: #e35205 !important;
}
.color-ai {
  color: #ff671f !important;
}
.color-ai h1,
.color-ai h2,
.color-ai h3,
.color-ai h4,
.color-ai h5,
.color-ai h6,
.color-ai a,
.color-ai p {
  color: #ff671f !important;
}
.color-aj {
  color: #ff9d6e !important;
}
.color-aj h1,
.color-aj h2,
.color-aj h3,
.color-aj h4,
.color-aj h5,
.color-aj h6,
.color-aj a,
.color-aj p {
  color: #ff9d6e !important;
}
.color-ak {
  color: #ffbe9f !important;
}
.color-ak h1,
.color-ak h2,
.color-ak h3,
.color-ak h4,
.color-ak h5,
.color-ak h6,
.color-ak a,
.color-ak p {
  color: #ffbe9f !important;
}
.color-an {
  color: #343c47 !important;
}
.color-an h1,
.color-an h2,
.color-an h3,
.color-an h4,
.color-an h5,
.color-an h6,
.color-an a,
.color-an p {
  color: #343c47 !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";
}
/* Sammons */
.color-c {
  -ixp-name: "Sammons Primary";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-d {
  -ixp-name: "Sammons Dark";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-e {
  -ixp-name: "Sammons Light";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-f {
  -ixp-name: "Sammons Rich Black";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
/* Midland */
.color-r {
  -ixp-name: "Midland Primary";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-s {
  -ixp-name: "Midland Dark";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-t {
  -ixp-name: "Midland Light";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
/* North American */
.color-u {
  -ixp-name: "North American Primary";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-v {
  -ixp-name: "North American Dark";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-w {
  -ixp-name: "North American Light";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
/* SIG */
.color-x {
  -ixp-name: "SIG Primary";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-y {
  -ixp-name: "SIG Dark";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-z {
  -ixp-name: "SIG Light";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
/* Colors */
.color-aa {
  -ixp-name: "Apple Extra Dark";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-ab {
  -ixp-name: "Apple Dark";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-ac {
  -ixp-name: "Apple";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-p {
  -ixp-name: "Orange Extra Dark";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-ah {
  -ixp-name: "Orange Dark";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-ai {
  -ixp-name: "Orange";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-aj {
  -ixp-name: "Orange Light";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-ak {
  -ixp-name: "Orange Extra Light";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-n {
  -ixp-name: "Lime Extra Dark";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-ad {
  -ixp-name: "Lime Dark";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-ae {
  -ixp-name: "Lime";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-af {
  -ixp-name: "Lime Light";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-ag {
  -ixp-name: "Lime Extra Light";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
/* Neutral Primary */
.color-g {
  -ixp-name: "Neutral Primary-50";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-l {
  -ixp-name: "Neutral Primary-100";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-h {
  -ixp-name: "Neutral Primary-200";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-i {
  -ixp-name: "Neutral Primary-300";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-q {
  -ixp-name: "Neutral Primary-400";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-k {
  -ixp-name: "Neutral Primary-500";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-o {
  -ixp-name: "Neutral Primary-600";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-m {
  -ixp-name: "Neutral Primary-700";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-j {
  -ixp-name: "Neutral Primary-800";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-an {
  -ixp-name: "Neutral Primary-900";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
/* ======================================
	Backgrounds

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

    NOTE: These,required, 3 class (a,b, and c) style values should not change. 
    They should be White, Transparent White and Transparent Black always.
====================================== */
.background-a {
  background: #FFFFFF;
}
.background-b {
  background: #FFFFFF;
  background: rgba(255, 255, 255, 0.5);
}
.background-c {
  background: #000000;
  background: rgba(0, 0, 0, 0.4);
}
.background-d {
  background: #000000;
}
.background-e {
  background: #0B544F;
}
.background-f {
  background: #08433E;
}
.background-g {
  background: #229A94;
}
.background-h {
  background: #000014;
}
.background-i {
  background: #f9fafb;
}
.background-j {
  background: #d0d5dc;
}
.background-k {
  background: #b5bcc7;
}
.background-l {
  background: #424c5a;
}
.background-m {
  background: #7f8c9f;
}
.background-n {
  background: #e9ebee;
}
.background-o {
  background: #546072;
}
.background-p {
  background: #4a7729;
}
.background-q {
  background: #657389;
}
.background-r {
  background: #be531c;
}
.background-s {
  background: #9da7b6;
}
.background-t {
  background: #004D84;
}
.background-u {
  background: #003D69;
}
.background-v {
  background: #008EF3;
}
.background-w {
  background: #0D5543;
}
.background-x {
  background: #0A4335;
}
.background-y {
  background: #189D7C;
}
.background-z {
  background: #8b271b;
}
.background-aa {
  background: #6f1f16;
}
.background-ab {
  background: #e75f4f;
}
.background-ac {
  background: #81212b;
}
.background-ad {
  background: #b11e1e;
}
.background-ae {
  background: #e82c2a;
}
.background-af {
  background: #509e2f;
}
.background-ag {
  background: #7ec352;
}
.background-ah {
  background: #a1d884;
}
.background-ai {
  background: #d0deb8;
}
.background-aj {
  background: #e35205;
}
.background-ak {
  background: #ff671f;
}
.background-al {
  background: #ff9d6e;
}
.background-am {
  background: #ffbe9f;
}
.background-an {
  background: #0B544F;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#0B544F), to(#229A94));
  background: linear-gradient(to right, #0B544F 0%, #229A94 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color-a', endColorstr='@color-c', GradientType=1);
  /* IE6-9 */
}
.background-ao {
  background: #004D84;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#004D84), to(#008EF3));
  background: linear-gradient(to right, #004D84 0%, #008EF3 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color-p', endColorstr='@color-r', GradientType=1);
  /* IE6-9 */
}
.background-ap {
  background: #0D5543;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#0D5543), to(#189D7C));
  background: linear-gradient(to right, #0D5543 0%, #189D7C 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color-s', endColorstr='@color-u', GradientType=1);
  /* IE6-9 */
}
.background-aq {
  background: #8b271b;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#8b271b), to(#e75f4f));
  background: linear-gradient(to right, #8b271b 0%, #e75f4f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color-v', endColorstr='@color-x', GradientType=1);
  /* IE6-9 */
}
.background-ar {
  background: #343c47;
}
/* ======================================
	Background IXP Information
====================================== */
.background-a {
  -ixp-name: "White Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-b {
  -ixp-name: "White Transparent Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-c {
  -ixp-name: "Black Transparent Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-d {
  -ixp-name: "Black Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
/* Sammons */
.background-e {
  -ixp-name: "Sammons Primary Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-f {
  -ixp-name: "Sammons Dark Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-g {
  -ixp-name: "Sammons Light Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-an {
  -ixp-name: "Sammons Gradient Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-h {
  -ixp-name: "Sammons Rich Black Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
/* Midland */
.background-t {
  -ixp-name: "Midland Primary Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-u {
  -ixp-name: "Midland Dark Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-v {
  -ixp-name: "Midland Light Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-ao {
  -ixp-name: "Midland Gradient Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
/* North American */
.background-w {
  -ixp-name: "North American Primary Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-x {
  -ixp-name: "North American Dark Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-y {
  -ixp-name: "North American Light Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-ap {
  -ixp-name: "North American Gradient Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
/* SIG */
.background-z {
  -ixp-name: "SIG Primary Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-aa {
  -ixp-name: "SIG Dark Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-ab {
  -ixp-name: "SIG Light Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-aq {
  -ixp-name: "SIG Gradient Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
/* Colors */
.background-ac {
  -ixp-name: "Apple Extra Dark Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-ad {
  -ixp-name: "Apple Dark Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-ae {
  -ixp-name: "Apple Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-r {
  -ixp-name: "Orange Extra Dark Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-aj {
  -ixp-name: "Orange Dark Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-ak {
  -ixp-name: "Orange Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-al {
  -ixp-name: "Orange Light Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-am {
  -ixp-name: "Orange Extra Light Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-p {
  -ixp-name: "Lime Extra Dark Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-af {
  -ixp-name: "Lime Dark Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-ag {
  -ixp-name: "Lime Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-ah {
  -ixp-name: "Lime Light Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-ai {
  -ixp-name: "Lime Extra Light Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
/* Neutral */
.background-i {
  -ixp-name: "Neutral Primary-50 Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-n {
  -ixp-name: "Neutral Primary-100 Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-j {
  -ixp-name: "Neutral Primary-200 Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-k {
  -ixp-name: "Neutral Primary-300 Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-s {
  -ixp-name: "Neutral Primary-400 Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-m {
  -ixp-name: "Neutral Primary-500 Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-q {
  -ixp-name: "Neutral Primary-600 Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-o {
  -ixp-name: "Neutral Primary-700 Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-l {
  -ixp-name: "Neutral Primary-800 Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-ar {
  -ixp-name: "Neutral Primary-900 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 {
  background: #f9fafb;
  color: #000000;
  padding: 0.5em 0;
}
.pre-header-a a {
  color: #246BFF;
}
.pre-header-a a:hover {
  color: #246BFF;
}
.pre-header-a .generic-fill {
  background: #229A94;
  color: #FFFFFF !important;
  border-color: #229A94;
}
.pre-header-a .generic-fill:hover {
  background: #0B544F;
  color: #FFFFFF !important;
  border-color: #0B544F;
}
.pre-header-a .generic-fill:hover {
  background: #0B544F;
  color: #FFFFFF !important;
  border-color: #0B544F;
}
.pre-header-a .generic-outline {
  background: transparent;
  color: #229A94 !important;
  border-color: #229A94;
}
.pre-header-a .generic-outline:hover {
  background: #0B544F;
  color: #FFFFFF !important;
  border-color: #0B544F;
}
.pre-header-a .generic-outline:hover {
  background: #0B544F;
  color: #FFFFFF !important;
  border-color: #0B544F;
}
/* ======================================
	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 - Neutral Primary-50";
  -ixp-tags: "Regions";
  -ixp-group: "regions";
  -ixp-scope: "ContainerLike";
}
/* ======================================
	Logo

	REQUIRED CLASS: .header-logo-light
====================================== */
.header-logo-light,
.logo-b,
.logo-c,
.logo-d,
.logo-e,
.logo-f,
.logo-g,
.logo-h,
.logo-i,
.logo-j,
.logo-k,
.logo-l,
.logo-m,
.logo-n,
.logo-o,
.logo-p,
.logo-q,
.logo-r,
.logo-s,
.logo-t,
.logo-u {
  background-image: url('Logo_SammonsFinancial-RGB-Full.svg');
  background-repeat: no-repeat;
  background-position: 0 0;
  min-height: 66px;
  min-width: 296px;
  background-size: 296px 66px;
  display: inline-block;
  text-indent: -9999px;
}
.logo-b {
  background-image: url('Logo_SammonsFinancial-RGB-LeafOnly.svg');
  min-height: 69px;
  min-width: 66px;
  background-size: 66px 69px;
}
.logo-c {
  background-image: url('Logo_MidlandNational-RGB-Full.svg');
  min-height: 94px;
  min-width: 296px;
  background-size: 296px 94px;
}
.logo-d {
  background-image: url('Logo_MidlandNational-RGB-LeafOnly.svg');
  min-height: 68px;
  min-width: 66px;
  background-size: 66px 68px;
}
.logo-e {
  background-image: url('Logo_NorthAmerican-RGB-Full.svg');
  min-height: 94px;
  min-width: 298px;
  background-size: 298px 94px;
}
.logo-f {
  background-image: url('Logo_NorthAmerican-RGB-LeafOnly.svg');
  min-height: 68px;
  min-width: 66px;
  background-size: 66px 68px;
}
.logo-g {
  background-image: url('Logo_SammonsFinancial-White-Full.svg');
}
.logo-h,
.logo-i,
.logo-j {
  background-image: url('Logo_SammonsFinancial-RGB-Stacked.svg');
  min-height: 155px;
  min-width: 235px;
  background-size: 235px 155px;
}
.logo-i {
  background-image: url('Logo_SammonsFinancial-White-RGBLeaf-Stacked.svg');
}
.logo-j {
  background-image: url('Logo_SammonsFinancial-White-Stacked.svg');
}
.logo-k,
.logo-m {
  background-image: url('Logo_SammonsRetire_RGB_Full.svg');
  min-height: 65px;
  min-width: 296px;
  background-size: 296px 65px;
}
.logo-l {
  background-image: url('Logo_SammonsRetire_RGB_LeafOnly.svg');
  min-height: 68px;
  min-width: 66px;
  background-size: 66px 68px;
}
.logo-m {
  background-image: url('Logo_SammonsRetire_White_Full.svg');
}
.logo-n,
.logo-o {
  background-image: url('Logo_MidlandRetire_RGB_Full.svg');
  min-height: 60px;
  min-width: 296px;
  background-size: 296px 60px;
}
.logo-o {
  background-image: url('Logo_MidlandRetire_White_Full.svg');
}
.logo-p {
  background-image: url('Logo_MidlandNational-White-RGBLeaf.svg');
  min-height: 94px;
  min-width: 296px;
  background-size: 296px 94px;
}
.logo-q {
  background-image: url('Logo_NorthAmerican-White-RGBLeaf.svg');
  min-height: 94px;
  min-width: 298px;
  background-size: 298px 94px;
}
.logo-r,
.logo-s {
  background-image: url('Midland-Advisory-Wordmark.svg');
  min-height: 150px;
  min-width: 334px;
  background-size: 334px 150px;
}
.logo-s {
  background-image: url('Midland-Advisory-Wordmark-White.svg');
}
.logo-t,
.logo-u {
  background-image: url('Midland-Advisory-Wordmark-IssuedBy.svg');
  min-height: 150px;
  min-width: 328px;
  background-size: 328px 150px;
}
.logo-u {
  background-image: url('Midland-Advisory-Wordmark-IssuedBy-White.svg');
}
@media (max-width: 768px) {
  .header-logo-light,
  .logo-g {
    min-height: 58px;
    min-width: 260px;
    background-size: 260px 58px;
  }
  .logo-c {
    min-height: 83px;
    min-width: 260px;
    background-size: 260px 83px;
  }
  .logo-e {
    min-height: 82px;
    min-width: 260px;
    background-size: 260px 82px;
  }
  .logo-h,
  .logo-i,
  .logo-j {
    min-height: 137px;
    min-width: 208px;
    background-size: 208px 137px;
  }
  .logo-k,
  .logo-m {
    min-height: 57px;
    min-width: 260px;
    background-size: 260px 57px;
  }
  .logo-n,
  .logo-o {
    min-height: 53px;
    min-width: 260px;
    background-size: 260px 53px;
  }
  .logo-p {
    min-height: 83px;
    min-width: 260px;
    background-size: 260px 83px;
  }
  .logo-q {
    min-height: 82px;
    min-width: 260px;
    background-size: 260px 82px;
  }
  .logo-r,
  .logo-s {
    min-height: 120px;
    min-width: 267px;
    background-size: 267px 120px;
  }
  .logo-t,
  .logo-u {
    min-height: 120px;
    min-width: 262px;
    background-size: 262px 120px;
  }
}
/* ======================================
	Logo IXP Information

	REQUIRED CLASS: .header-logo-light
====================================== */
.header-logo-light {
  -ixp-name: "Logo Sammons Full";
  -ixp-tags: "Logo";
  -ixp-group: "logo";
  -ixp-scope: "ContainerLike,Link";
}
.logo-b {
  -ixp-name: "Logo Sammons Leaf";
  -ixp-tags: "Logo";
  -ixp-group: "logo";
  -ixp-scope: "ContainerLike,Link";
}
.logo-g {
  -ixp-name: "Logo Sammons Stacked White";
  -ixp-tags: "Logo";
  -ixp-group: "logo";
  -ixp-scope: "ContainerLike,Link";
}
.logo-h {
  -ixp-name: "Logo Sammons Stacked";
  -ixp-tags: "Logo";
  -ixp-group: "logo";
  -ixp-scope: "ContainerLike,Link";
}
.logo-i {
  -ixp-name: "Logo Sammons Stacked White-RGB Leaf";
  -ixp-tags: "Logo";
  -ixp-group: "logo";
  -ixp-scope: "ContainerLike,Link";
}
.logo-j {
  -ixp-name: "Logo Sammons Stacked White";
  -ixp-tags: "Logo";
  -ixp-group: "logo";
  -ixp-scope: "ContainerLike,Link";
}
.logo-k {
  -ixp-name: "Logo SRS Full";
  -ixp-tags: "Logo";
  -ixp-group: "logo";
  -ixp-scope: "ContainerLike,Link";
}
.logo-l {
  -ixp-name: "Logo SRS Leaf";
  -ixp-tags: "Logo";
  -ixp-group: "logo";
  -ixp-scope: "ContainerLike,Link";
}
.logo-m {
  -ixp-name: "Logo SRS Full White";
  -ixp-tags: "Logo";
  -ixp-group: "logo";
  -ixp-scope: "ContainerLike,Link";
}
.logo-c {
  -ixp-name: "Logo Midland Full";
  -ixp-tags: "Logo";
  -ixp-group: "logo";
  -ixp-scope: "ContainerLike,Link";
}
.logo-d {
  -ixp-name: "Logo Midland Leaf";
  -ixp-tags: "Logo";
  -ixp-group: "logo";
  -ixp-scope: "ContainerLike,Link";
}
.logo-p {
  -ixp-name: "Logo Midland White-RGB Leaf";
  -ixp-tags: "Logo";
  -ixp-group: "logo";
  -ixp-scope: "ContainerLike,Link";
}
.logo-n {
  -ixp-name: "Logo MRD Full";
  -ixp-tags: "Logo";
  -ixp-group: "logo";
  -ixp-scope: "ContainerLike,Link";
}
.logo-o {
  -ixp-name: "Logo MRD Full White";
  -ixp-tags: "Logo";
  -ixp-group: "logo";
  -ixp-scope: "ContainerLike,Link";
}
.logo-e {
  -ixp-name: "Logo North American Full";
  -ixp-tags: "Logo";
  -ixp-group: "logo";
  -ixp-scope: "ContainerLike,Link";
}
.logo-f {
  -ixp-name: "Logo North American Leaf";
  -ixp-tags: "Logo";
  -ixp-group: "logo";
  -ixp-scope: "ContainerLike,Link";
}
.logo-q {
  -ixp-name: "Logo North American White-RGB Leaf";
  -ixp-tags: "Logo";
  -ixp-group: "logo";
  -ixp-scope: "ContainerLike,Link";
}
.logo-r {
  -ixp-name: "Logo Midland Advisory Woodmark";
  -ixp-tags: "Logo";
  -ixp-group: "logo";
  -ixp-scope: "ContainerLike,Link";
}
.logo-s {
  -ixp-name: "Logo Midland Advisory Woodmark White";
  -ixp-tags: "Logo";
  -ixp-group: "logo";
  -ixp-scope: "ContainerLike,Link";
}
.logo-t {
  -ixp-name: "Logo Midland Advisory Woodmark Issued By";
  -ixp-tags: "Logo";
  -ixp-group: "logo";
  -ixp-scope: "ContainerLike,Link";
}
.logo-u {
  -ixp-name: "Logo Midland Advisory Woodmark Issued By White";
  -ixp-tags: "Logo";
  -ixp-group: "logo";
  -ixp-scope: "ContainerLike,Link";
}
/* ======================================
	Header

	REQUIRED CLASS: .header,.header-a
====================================== */
.header {
  padding: 1.5em 0;
}
.header-a {
  background: #FFFFFF;
  color: #000000;
  padding: 1.5em 0;
}
.header-a h1,
.header-a h2,
.header-a h3,
.header-a h4,
.header-a h5,
.header-a h6,
.header-a p,
.header-a .pf_form_table,
.header-a .pf_form_table .pf_label_text {
  color: #000000;
}
.header-a a {
  color: #246BFF;
}
.header-a a:hover {
  color: #246BFF;
}
.header-a .generic-fill {
  background: #229A94;
  color: #FFFFFF !important;
  border-color: #229A94;
}
.header-a .generic-fill:hover {
  background: #0B544F;
  color: #FFFFFF !important;
  border-color: #0B544F;
}
.header-a .generic-fill:hover {
  background: #0B544F;
  color: #FFFFFF !important;
  border-color: #0B544F;
}
.header-a .generic-outline {
  background: transparent;
  color: #229A94 !important;
  border-color: #229A94;
}
.header-a .generic-outline:hover {
  background: #0B544F;
  color: #FFFFFF !important;
  border-color: #0B544F;
}
.header-a .generic-outline:hover {
  background: #0B544F;
  color: #FFFFFF !important;
  border-color: #0B544F;
}
/* ======================================
    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: #FFFFFF;
}
/* ======================================
    Inner Content Wrap IXP Information
    REQUIRED CLASSES: .inner-content-wrapper
====================================== */
.inner-content-wrapper {
  -ixp-name: "Inner Content - Transparent";
  -ixp-tags: "Regions";
  -ixp-group: "regions";
  -ixp-scope: "Container";
}
.inner-content-wrapper-a {
  -ixp-name: "Inner Content - White";
  -ixp-tags: "Regions";
  -ixp-group: "regions";
  -ixp-scope: "Container";
}
/* ======================================
	Pre Content
    REQUIRED CLASSES: .pre-content
====================================== */
.pre-content {
  padding: 3em 0;
}
/* ======================================
    Pre Content IXP Information
    REQUIRED CLASSES: .pre-content
====================================== */
.pre-content {
  -ixp-name: "Pre-Content - Transparent";
  -ixp-tags: "Regions";
  -ixp-group: "regions";
  -ixp-scope: "ContainerLike";
}
/* ======================================
	Content
    REQUIRED CLASSES: .content, .content-a, .content-b, .content-c
    NOTE: Content A should be a white background with styles, content B should be a light gray or very pale color with styles, and content C should be the main brand color or dark color with styles.
====================================== */
.content {
  padding: 3em 0;
}
.content.content-a {
  background: #FFFFFF;
  color: #000000;
}
.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: #000000;
}
.content.content-a a {
  color: #246BFF;
}
.content.content-a a:hover {
  color: #246BFF;
}
.content.content-a .ixp-component-dropdown-input a {
  color: #000000;
}
.content.content-a .generic-fill {
  background: #229A94;
  color: #FFFFFF !important;
  border-color: #229A94;
}
.content.content-a .generic-fill:hover {
  background: #0B544F;
  color: #FFFFFF !important;
  border-color: #0B544F;
}
.content.content-a .generic-fill:hover {
  background: #0B544F;
  color: #FFFFFF !important;
  border-color: #0B544F;
}
.content.content-a .generic-outline {
  background: transparent;
  color: #229A94 !important;
  border-color: #229A94;
}
.content.content-a .generic-outline:hover {
  background: #0B544F;
  color: #FFFFFF !important;
  border-color: #0B544F;
}
.content.content-a .generic-outline:hover {
  background: #0B544F;
  color: #FFFFFF !important;
  border-color: #0B544F;
}
.content.content-b {
  background: #f9fafb;
  color: #000000;
}
.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: #000000;
}
.content.content-b a {
  color: #246BFF;
}
.content.content-b a:hover {
  color: #246BFF;
}
.content.content-b .ixp-component-dropdown-input a {
  color: #000000;
}
.content.content-b .generic-fill {
  background: #229A94;
  color: #FFFFFF !important;
  border-color: #229A94;
}
.content.content-b .generic-fill:hover {
  background: #0B544F;
  color: #FFFFFF !important;
  border-color: #0B544F;
}
.content.content-b .generic-fill:hover {
  background: #0B544F;
  color: #FFFFFF !important;
  border-color: #0B544F;
}
.content.content-b .generic-outline {
  background: transparent;
  color: #229A94 !important;
  border-color: #229A94;
}
.content.content-b .generic-outline:hover {
  background: #0B544F;
  color: #FFFFFF !important;
  border-color: #0B544F;
}
.content.content-b .generic-outline:hover {
  background: #0B544F;
  color: #FFFFFF !important;
  border-color: #0B544F;
}
.content.content-c {
  background: #e9ebee;
  color: #000000;
}
.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: #000000;
}
.content.content-c a {
  color: #246BFF;
}
.content.content-c a:hover {
  color: #246BFF;
}
.content.content-c .generic-fill {
  background: #229A94;
  color: #FFFFFF !important;
  border-color: #229A94;
}
.content.content-c .generic-fill:hover {
  background: #0B544F;
  color: #FFFFFF !important;
  border-color: #0B544F;
}
.content.content-c .generic-fill:hover {
  background: #0B544F;
  color: #FFFFFF !important;
  border-color: #0B544F;
}
.content.content-c .generic-outline {
  background: transparent;
  color: #229A94 !important;
  border-color: #229A94;
}
.content.content-c .generic-outline:hover {
  background: #0B544F;
  color: #FFFFFF !important;
  border-color: #0B544F;
}
.content.content-c .generic-outline:hover {
  background: #0B544F;
  color: #FFFFFF !important;
  border-color: #0B544F;
}
.content.content-d {
  background: #0B544F;
  color: #FFFFFF;
}
.content.content-d h1,
.content.content-d h2,
.content.content-d h3,
.content.content-d h4,
.content.content-d h5,
.content.content-d h6,
.content.content-d p,
.content.content-d .pf_form_table,
.content.content-d .pf_form_table .pf_label_text {
  color: #FFFFFF;
}
.content.content-d a {
  color: #FFFFFF;
}
.content.content-d a:hover {
  color: #FFFFFF;
}
.content.content-d .generic-fill {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.content.content-d .generic-fill:hover {
  background: #f9fafb;
  color: #000000 !important;
  border-color: #f9fafb;
}
.content.content-d .generic-fill:hover {
  background: #f9fafb;
  color: #000000 !important;
  border-color: #f9fafb;
}
.content.content-d .generic-outline {
  background: transparent;
  color: #FFFFFF !important;
  border-color: #FFFFFF;
}
.content.content-d .generic-outline:hover {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.content.content-d .generic-outline:hover {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.content.content-e {
  background: #004D84;
  color: #FFFFFF;
}
.content.content-e h1,
.content.content-e h2,
.content.content-e h3,
.content.content-e h4,
.content.content-e h5,
.content.content-e h6,
.content.content-e p,
.content.content-e .pf_form_table,
.content.content-e .pf_form_table .pf_label_text {
  color: #FFFFFF;
}
.content.content-e a {
  color: #FFFFFF;
}
.content.content-e a:hover {
  color: #FFFFFF;
}
.content.content-e .generic-fill {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.content.content-e .generic-fill:hover {
  background: #f9fafb;
  color: #000000 !important;
  border-color: #f9fafb;
}
.content.content-e .generic-fill:hover {
  background: #f9fafb;
  color: #000000 !important;
  border-color: #f9fafb;
}
.content.content-e .generic-outline {
  background: transparent;
  color: #FFFFFF !important;
  border-color: #FFFFFF;
}
.content.content-e .generic-outline:hover {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.content.content-e .generic-outline:hover {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.content.content-f {
  background: #0D5543;
  color: #FFFFFF;
}
.content.content-f h1,
.content.content-f h2,
.content.content-f h3,
.content.content-f h4,
.content.content-f h5,
.content.content-f h6,
.content.content-f p,
.content.content-f .pf_form_table,
.content.content-f .pf_form_table .pf_label_text {
  color: #FFFFFF;
}
.content.content-f a {
  color: #FFFFFF;
}
.content.content-f a:hover {
  color: #FFFFFF;
}
.content.content-f .generic-fill {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.content.content-f .generic-fill:hover {
  background: #f9fafb;
  color: #000000 !important;
  border-color: #f9fafb;
}
.content.content-f .generic-fill:hover {
  background: #f9fafb;
  color: #000000 !important;
  border-color: #f9fafb;
}
.content.content-f .generic-outline {
  background: transparent;
  color: #FFFFFF !important;
  border-color: #FFFFFF;
}
.content.content-f .generic-outline:hover {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.content.content-f .generic-outline:hover {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.content.content-g {
  background: #8b271b;
  color: #FFFFFF;
}
.content.content-g h1,
.content.content-g h2,
.content.content-g h3,
.content.content-g h4,
.content.content-g h5,
.content.content-g h6,
.content.content-g p,
.content.content-g .pf_form_table,
.content.content-g .pf_form_table .pf_label_text {
  color: #FFFFFF;
}
.content.content-g a {
  color: #FFFFFF;
}
.content.content-g a:hover {
  color: #FFFFFF;
}
.content.content-g .generic-fill {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.content.content-g .generic-fill:hover {
  background: #f9fafb;
  color: #000000 !important;
  border-color: #f9fafb;
}
.content.content-g .generic-fill:hover {
  background: #f9fafb;
  color: #000000 !important;
  border-color: #f9fafb;
}
.content.content-g .generic-outline {
  background: transparent;
  color: #FFFFFF !important;
  border-color: #FFFFFF;
}
.content.content-g .generic-outline:hover {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.content.content-g .generic-outline:hover {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
/* ======================================
    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 - Neutral Primary-50";
  -ixp-tags: "Regions";
  -ixp-group: "regions";
  -ixp-scope: "ContainerLike";
}
.content.content-c {
  -ixp-name: "Content - Neutral Primary-100";
  -ixp-tags: "Regions";
  -ixp-group: "regions";
  -ixp-scope: "ContainerLike";
}
.content.content-d {
  -ixp-name: "Content - Sammons Primary";
  -ixp-tags: "Regions";
  -ixp-group: "regions";
  -ixp-scope: "ContainerLike";
}
.content.content-e {
  -ixp-name: "Content - Midland Primary";
  -ixp-tags: "Regions";
  -ixp-group: "regions";
  -ixp-scope: "ContainerLike";
}
.content.content-f {
  -ixp-name: "Content - North American Primary";
  -ixp-tags: "Regions";
  -ixp-group: "regions";
  -ixp-scope: "ContainerLike";
}
.content.content-g {
  -ixp-name: "Content - SIG Primary";
  -ixp-tags: "Regions";
  -ixp-group: "regions";
  -ixp-scope: "ContainerLike";
}
/* ======================================
	Post Content

	REQUIRED CLASS: .post-content,.post-content-a
====================================== */
.post-content {
  padding: 3em 0;
}
.post-content-a {
  background: #f9fafb;
  padding: 3em 0;
  color: #000000;
}
.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: #000000;
}
.post-content-a a {
  color: #246BFF;
}
.post-content-a a:hover {
  color: #246BFF;
}
.post-content-a .generic-fill {
  background: #229A94;
  color: #FFFFFF !important;
  border-color: #229A94;
}
.post-content-a .generic-fill:hover {
  background: #0B544F;
  color: #FFFFFF !important;
  border-color: #0B544F;
}
.post-content-a .generic-fill:hover {
  background: #0B544F;
  color: #FFFFFF !important;
  border-color: #0B544F;
}
.post-content-a .generic-outline {
  background: transparent;
  color: #229A94 !important;
  border-color: #229A94;
}
.post-content-a .generic-outline:hover {
  background: #0B544F;
  color: #FFFFFF !important;
  border-color: #0B544F;
}
.post-content-a .generic-outline:hover {
  background: #0B544F;
  color: #FFFFFF !important;
  border-color: #0B544F;
}
/* ======================================
    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 - Neutral Primary-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 {
  background: #424c5a;
  color: #b5bcc7;
  font-size: 0.9em;
  padding: 1em 0;
  border-top: none;
}
.footer-a h1,
.footer-a h2,
.footer-a h3,
.footer-a h4,
.footer-a h5,
.footer-a h6,
.footer-a p {
  color: #b5bcc7;
}
.footer-a a {
  color: #b5bcc7;
}
.footer-a a:hover {
  color: #f9fafb;
}
.footer-a .generic-fill {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.footer-a .generic-fill:hover {
  background: #f9fafb;
  color: #000000 !important;
  border-color: #f9fafb;
}
.footer-a .generic-fill:hover {
  background: #f9fafb;
  color: #000000 !important;
  border-color: #f9fafb;
}
.footer-a .generic-outline {
  background: transparent;
  color: #FFFFFF !important;
  border-color: #FFFFFF;
}
.footer-a .generic-outline:hover {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.footer-a .generic-outline:hover {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
/* ======================================
    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 - Neutral Primary-800";
  -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 {
  background: #424c5a;
  color: #b5bcc7;
  font-size: 0.9em;
  padding: 0.75em 0;
}
.post-footer-a h1,
.post-footer-a h2,
.post-footer-a h3,
.post-footer-a h4,
.post-footer-a h5,
.post-footer-a h6,
.post-footer-a p {
  color: #b5bcc7;
}
.post-footer-a a {
  color: #b5bcc7;
}
.post-footer-a a:hover {
  color: #f9fafb;
}
.post-footer-a .generic-fill {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.post-footer-a .generic-fill:hover {
  background: #f9fafb;
  color: #000000 !important;
  border-color: #f9fafb;
}
.post-footer-a .generic-fill:hover {
  background: #f9fafb;
  color: #000000 !important;
  border-color: #f9fafb;
}
.post-footer-a .generic-outline {
  background: transparent;
  color: #FFFFFF !important;
  border-color: #FFFFFF;
}
.post-footer-a .generic-outline:hover {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.post-footer-a .generic-outline:hover {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
/* ======================================
    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 - Neutral Primary-800";
  -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 {
  border-radius: 10px;
}
.shadow-a {
  -webkit-box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.4);
}
.shadow-b {
  -webkit-box-shadow: 1px 1px #000000, 2px 2px #000000, 3px 3px #000000;
  box-shadow: 1px 1px #000000, 2px 2px #000000, 3px 3px #000000;
}
.border-style-a {
  border: 2px solid #0B544F;
}
.border-style-b {
  border: 2px solid #004D84;
}
.border-style-c {
  border: 2px solid #0D5543;
}
.border-style-d {
  border: 2px solid #8b271b;
}
/* ======================================
	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: "Sammons Primary Border";
  -ixp-tags: "Styling";
  -ixp-group: "styling";
  -ixp-scope: "Image,Link,Container,Column,Row";
}
.border-style-b {
  -ixp-name: "Midland Primary Border";
  -ixp-tags: "Styling";
  -ixp-group: "styling";
  -ixp-scope: "Image,Link,Container,Column,Row";
}
.border-style-c {
  -ixp-name: "North American Primary Border";
  -ixp-tags: "Styling";
  -ixp-group: "styling";
  -ixp-scope: "Image,Link,Container,Column,Row";
}
.border-style-d {
  -ixp-name: "SIG Primary Border";
  -ixp-tags: "Styling";
  -ixp-group: "styling";
  -ixp-scope: "Image,Link,Container,Column,Row";
}
/* ======================================
	Horizontal Rule Styling
====================================== */
hr {
  background: #9da7b6;
  border: none;
  color: #9da7b6;
  clear: both;
  float: none;
  height: 1px;
  margin: 0.4em 0;
  width: 100%;
}
/* GENERIC BUTTON MICRO-THEME */
.generic-fill {
  cursor: pointer;
  display: inline-block;
  margin: 0.5em 0;
  overflow: visible;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-appearance: none;
  line-height: 1;
  position: relative;
  border: solid 2px #2b2b2b;
  background: #2b2b2b;
  color: #ffffff !important;
}
.generic-fill:hover {
  background: #000000;
  border-color: #000000;
  color: #ffffff !important;
}
.generic-outline {
  cursor: pointer;
  display: inline-block;
  margin: 0.5em 0;
  overflow: visible;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-appearance: none;
  line-height: 1;
  position: relative;
  border: solid 2px #2b2b2b;
  background: transparent;
  color: #2b2b2b !important;
}
.generic-outline:hover {
  border: solid 2px #2b2b2b;
  background: #2b2b2b;
  color: #ffffff !important;
}
.generic-fill.button-small {
  -ixp-name: "Generic Fill (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.generic-fill.button-medium {
  -ixp-name: "Generic Fill (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.generic-fill.button-large {
  -ixp-name: "Generic Fill (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.generic-fill.button-wide {
  -ixp-name: "Generic Fill (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.generic-outline.button-small {
  -ixp-name: "Generic Outline (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.generic-outline.button-medium {
  -ixp-name: "Generic Outline (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.generic-outline.button-large {
  -ixp-name: "Generic Outline (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.generic-outline.button-wide {
  -ixp-name: "Generic Outline (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
/* ======================================
	Button Element Base
====================================== */
.button,
.pf_submit_button,
.button-container .pf_form_table .pf_submit_cell .pf_submit_button,
.generic-fill,
.generic-outline {
  line-height: 1;
  border-width: 1px;
  border-style: solid;
  border-radius: 6px;
  cursor: pointer;
  display: inline-block;
  margin: 0.5em 0;
  overflow: visible;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-appearance: none;
  font-family: 'Assistant', sans-serif;
  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: 1px;
}
.button:after,
.pf_submit_button:after,
.button-container .pf_form_table .pf_submit_cell .pf_submit_button:after,
.generic-fill:after,
.generic-outline:after {
  margin: 0 0 0 0.85em;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  display: inline-block;
}
.pf_submit_button {
  background: #229A94;
  color: #FFFFFF !important;
  border-color: #229A94;
  font-size: 1.067em;
  padding: 0.5em 1.4em;
}
.pf_submit_button:hover {
  background: #0B544F;
  color: #FFFFFF !important;
  border-color: #0B544F;
}
.pf_submit_button:hover {
  background: #0B544F;
  color: #FFFFFF !important;
  border-color: #0B544F;
}
/* ======================================
	Button - Mixins
====================================== */
/* ======================================
	Button

	REQUIRED CLASS: .button-a
====================================== */
.button-a,
.button-container-a .pf_form_table .pf_submit_cell .pf_submit_button {
  background: #229A94;
  color: #FFFFFF !important;
  border-color: #229A94;
}
.button-a:hover,
.button-container-a .pf_form_table .pf_submit_cell .pf_submit_button:hover {
  background: #0B544F;
  color: #FFFFFF !important;
  border-color: #0B544F;
}
.button-b,
.button-container-b .pf_form_table .pf_submit_cell .pf_submit_button {
  background: transparent;
  color: #229A94 !important;
  border-color: #229A94;
}
.button-b:hover,
.button-container-b .pf_form_table .pf_submit_cell .pf_submit_button:hover {
  background: #0B544F;
  color: #FFFFFF !important;
  border-color: #0B544F;
}
.button-c,
.button-container-c .pf_form_table .pf_submit_cell .pf_submit_button {
  background: #008EF3;
  color: #FFFFFF !important;
  border-color: #008EF3;
}
.button-c:hover,
.button-container-c .pf_form_table .pf_submit_cell .pf_submit_button:hover {
  background: #004D84;
  color: #FFFFFF !important;
  border-color: #004D84;
}
.button-d,
.button-container-d .pf_form_table .pf_submit_cell .pf_submit_button {
  background: transparent;
  color: #008EF3 !important;
  border-color: #008EF3;
}
.button-d:hover,
.button-container-d .pf_form_table .pf_submit_cell .pf_submit_button:hover {
  background: #004D84;
  color: #FFFFFF !important;
  border-color: #004D84;
}
.button-e,
.button-container-e .pf_form_table .pf_submit_cell .pf_submit_button {
  background: #189D7C;
  color: #FFFFFF !important;
  border-color: #189D7C;
}
.button-e:hover,
.button-container-e .pf_form_table .pf_submit_cell .pf_submit_button:hover {
  background: #0D5543;
  color: #FFFFFF !important;
  border-color: #0D5543;
}
.button-f,
.button-container-f .pf_form_table .pf_submit_cell .pf_submit_button {
  background: transparent;
  color: #189D7C !important;
  border-color: #189D7C;
}
.button-f:hover,
.button-container-f .pf_form_table .pf_submit_cell .pf_submit_button:hover {
  background: #0D5543;
  color: #FFFFFF !important;
  border-color: #0D5543;
}
.button-g,
.button-container-g .pf_form_table .pf_submit_cell .pf_submit_button {
  background: #e75f4f;
  color: #FFFFFF !important;
  border-color: #e75f4f;
}
.button-g:hover,
.button-container-g .pf_form_table .pf_submit_cell .pf_submit_button:hover {
  background: #8b271b;
  color: #FFFFFF !important;
  border-color: #8b271b;
}
.button-h,
.button-container-h .pf_form_table .pf_submit_cell .pf_submit_button {
  background: transparent;
  color: #e75f4f !important;
  border-color: #e75f4f;
}
.button-h:hover,
.button-container-h .pf_form_table .pf_submit_cell .pf_submit_button:hover {
  background: #8b271b;
  color: #FFFFFF !important;
  border-color: #8b271b;
}
.button-i,
.button-container-i .pf_form_table .pf_submit_cell .pf_submit_button {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.button-i:hover,
.button-container-i .pf_form_table .pf_submit_cell .pf_submit_button:hover {
  background: #f9fafb;
  color: #000000 !important;
  border-color: #f9fafb;
}
.button-j,
.button-container-j .pf_form_table .pf_submit_cell .pf_submit_button {
  background: transparent;
  color: #FFFFFF !important;
  border-color: #FFFFFF;
}
.button-j:hover,
.button-container-j .pf_form_table .pf_submit_cell .pf_submit_button:hover {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
/* ======================================
	Button Size Settings

	REQUIRED CLASSES:
	.button-small,
	.button-medium,
	.button-large,
	.button-wide
====================================== */
.button-small,
.button-container-small .pf_form_table .pf_submit_cell .pf_submit_button {
  font-size: 0.85em;
  padding: 0.5em 1.4em;
  text-align: center;
}
.button-medium,
.button-container-medium .pf_form_table .pf_submit_cell .pf_submit_button {
  font-size: 1.067em;
  padding: 0.5em 1.4em;
  text-align: center;
}
.button-large,
.button-container-large .pf_form_table .pf_submit_cell .pf_submit_button {
  font-size: 1.2em;
  padding: 0.5em 1.4em;
  text-align: center;
}
.button-wide,
.button-container-wide .pf_form_table .pf_submit_cell .pf_submit_button {
  display: block;
  font-size: 1.2em;
  height: auto;
  line-height: 1.4;
  padding: 0.5em 1.4em;
  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: .5em 1.4em;
}
.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: .5em 1.4em;
}
.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: .5em 1.4em;
}
.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: .5em 1.4em;
}
/* ======================================
	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: "Sammons (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-a.button-container-small {
  -ixp-name: "Sammons (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-medium {
  -ixp-name: "Sammons (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-a.button-container-medium {
  -ixp-name: "Sammons (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-large {
  -ixp-name: "Sammons (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-a.button-container-large {
  -ixp-name: "Sammons (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-wide {
  -ixp-name: "Sammons (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-a.button-container-wide {
  -ixp-name: "Sammons (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-small.button-checked {
  -ixp-name: "Sammons 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: "Sammons checked (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-medium.button-checked {
  -ixp-name: "Sammons 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: "Sammons checked (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-large.button-checked {
  -ixp-name: "Sammons 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: "Sammons checked (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-wide.button-checked {
  -ixp-name: "Sammons 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: "Sammons checked (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-small.button-arrow {
  -ixp-name: "Sammons 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: "Sammons arrow (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-medium.button-arrow {
  -ixp-name: "Sammons 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: "Sammons arrow (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-large.button-arrow {
  -ixp-name: "Sammons 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: "Sammons arrow (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-wide.button-arrow {
  -ixp-name: "Sammons 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: "Sammons arrow (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-small.button-back {
  -ixp-name: "Sammons 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: "Sammons back (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-medium.button-back {
  -ixp-name: "Sammons 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: "Sammons back (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-large.button-back {
  -ixp-name: "Sammons 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: "Sammons back (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-wide.button-back {
  -ixp-name: "Sammons 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: "Sammons back (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-small.button-down {
  -ixp-name: "Sammons 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: "Sammons down (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-medium.button-down {
  -ixp-name: "Sammons 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: "Sammons down (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-large.button-down {
  -ixp-name: "Sammons 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: "Sammons down (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-wide.button-down {
  -ixp-name: "Sammons 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: "Sammons down (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-small {
  -ixp-name: "Sammons Outline (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-b.button-container-small {
  -ixp-name: "Sammons Outline (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-medium {
  -ixp-name: "Sammons Outline (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-b.button-container-medium {
  -ixp-name: "Sammons Outline (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-large {
  -ixp-name: "Sammons Outline (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-b.button-container-large {
  -ixp-name: "Sammons Outline (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-wide {
  -ixp-name: "Sammons Outline (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-b.button-container-wide {
  -ixp-name: "Sammons Outline (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-small.button-checked {
  -ixp-name: "Sammons Outline 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: "Sammons Outline checked (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-medium.button-checked {
  -ixp-name: "Sammons Outline 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: "Sammons Outline checked (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-large.button-checked {
  -ixp-name: "Sammons Outline 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: "Sammons Outline checked (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-wide.button-checked {
  -ixp-name: "Sammons Outline 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: "Sammons Outline checked (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-small.button-arrow {
  -ixp-name: "Sammons Outline 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: "Sammons Outline arrow (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-medium.button-arrow {
  -ixp-name: "Sammons Outline 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: "Sammons Outline arrow (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-large.button-arrow {
  -ixp-name: "Sammons Outline 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: "Sammons Outline arrow (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-wide.button-arrow {
  -ixp-name: "Sammons Outline 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: "Sammons Outline arrow (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-small.button-back {
  -ixp-name: "Sammons Outline 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: "Sammons Outline back (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-medium.button-back {
  -ixp-name: "Sammons Outline 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: "Sammons Outline back (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-large.button-back {
  -ixp-name: "Sammons Outline 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: "Sammons Outline back (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-wide.button-back {
  -ixp-name: "Sammons Outline 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: "Sammons Outline back (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-small.button-down {
  -ixp-name: "Sammons Outline 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: "Sammons Outline down (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-medium.button-down {
  -ixp-name: "Sammons Outline 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: "Sammons Outline down (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-large.button-down {
  -ixp-name: "Sammons Outline 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: "Sammons Outline down (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-wide.button-down {
  -ixp-name: "Sammons Outline 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: "Sammons Outline down (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-c.button-small {
  -ixp-name: "Midland (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-c.button-container-small {
  -ixp-name: "Midland (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-c.button-medium {
  -ixp-name: "Midland (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-c.button-container-medium {
  -ixp-name: "Midland (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-c.button-large {
  -ixp-name: "Midland (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-c.button-container-large {
  -ixp-name: "Midland (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-c.button-wide {
  -ixp-name: "Midland (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-c.button-container-wide {
  -ixp-name: "Midland (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-c.button-small.button-checked {
  -ixp-name: "Midland 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: "Midland checked (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-c.button-medium.button-checked {
  -ixp-name: "Midland 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: "Midland checked (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-c.button-large.button-checked {
  -ixp-name: "Midland 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: "Midland checked (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-c.button-wide.button-checked {
  -ixp-name: "Midland 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: "Midland checked (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-c.button-small.button-arrow {
  -ixp-name: "Midland 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: "Midland arrow (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-c.button-medium.button-arrow {
  -ixp-name: "Midland 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: "Midland arrow (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-c.button-large.button-arrow {
  -ixp-name: "Midland 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: "Midland arrow (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-c.button-wide.button-arrow {
  -ixp-name: "Midland 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: "Midland arrow (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-c.button-small.button-back {
  -ixp-name: "Midland 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: "Midland back (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-c.button-medium.button-back {
  -ixp-name: "Midland 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: "Midland back (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-c.button-large.button-back {
  -ixp-name: "Midland 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: "Midland back (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-c.button-wide.button-back {
  -ixp-name: "Midland 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: "Midland back (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-c.button-small.button-down {
  -ixp-name: "Midland 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: "Midland down (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-c.button-medium.button-down {
  -ixp-name: "Midland 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: "Midland down (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-c.button-large.button-down {
  -ixp-name: "Midland 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: "Midland down (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-c.button-wide.button-down {
  -ixp-name: "Midland 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: "Midland down (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-d.button-small {
  -ixp-name: "Midland Outline (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-d.button-container-small {
  -ixp-name: "Midland Outline (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-d.button-medium {
  -ixp-name: "Midland Outline (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-d.button-container-medium {
  -ixp-name: "Midland Outline (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-d.button-large {
  -ixp-name: "Midland Outline (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-d.button-container-large {
  -ixp-name: "Midland Outline (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-d.button-wide {
  -ixp-name: "Midland Outline (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-d.button-container-wide {
  -ixp-name: "Midland Outline (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-d.button-small.button-checked {
  -ixp-name: "Midland 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: "Midland Outline checked (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-d.button-medium.button-checked {
  -ixp-name: "Midland 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: "Midland Outline checked (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-d.button-large.button-checked {
  -ixp-name: "Midland 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: "Midland Outline checked (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-d.button-wide.button-checked {
  -ixp-name: "Midland 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: "Midland Outline checked (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-d.button-small.button-arrow {
  -ixp-name: "Midland 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: "Midland Outline arrow (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-d.button-medium.button-arrow {
  -ixp-name: "Midland 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: "Midland Outline arrow (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-d.button-large.button-arrow {
  -ixp-name: "Midland 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: "Midland Outline arrow (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-d.button-wide.button-arrow {
  -ixp-name: "Midland 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: "Midland Outline arrow (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-d.button-small.button-back {
  -ixp-name: "Midland 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: "Midland Outline back (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-d.button-medium.button-back {
  -ixp-name: "Midland 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: "Midland Outline back (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-d.button-large.button-back {
  -ixp-name: "Midland 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: "Midland Outline back (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-d.button-wide.button-back {
  -ixp-name: "Midland 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: "Midland Outline back (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-d.button-small.button-down {
  -ixp-name: "Midland 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: "Midland Outline down (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-d.button-medium.button-down {
  -ixp-name: "Midland 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: "Midland Outline down (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-d.button-large.button-down {
  -ixp-name: "Midland 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: "Midland Outline down (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-d.button-wide.button-down {
  -ixp-name: "Midland 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: "Midland Outline down (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-e.button-small {
  -ixp-name: "North American (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-e.button-container-small {
  -ixp-name: "North American (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-e.button-medium {
  -ixp-name: "North American (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-e.button-container-medium {
  -ixp-name: "North American (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-e.button-large {
  -ixp-name: "North American (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-e.button-container-large {
  -ixp-name: "North American (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-e.button-wide {
  -ixp-name: "North American (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-e.button-container-wide {
  -ixp-name: "North American (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-e.button-small.button-checked {
  -ixp-name: "North American checked (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-e.button-container-small.button-container-checked {
  -ixp-name: "North American checked (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-e.button-medium.button-checked {
  -ixp-name: "North American checked (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-e.button-container-medium.button-container-checked {
  -ixp-name: "North American checked (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-e.button-large.button-checked {
  -ixp-name: "North American checked (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-e.button-container-large.button-container-checked {
  -ixp-name: "North American checked (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-e.button-wide.button-checked {
  -ixp-name: "North American checked (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-e.button-container-wide.button-container-checked {
  -ixp-name: "North American checked (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-e.button-small.button-arrow {
  -ixp-name: "North American arrow (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-e.button-container-small.button-container-arrow {
  -ixp-name: "North American arrow (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-e.button-medium.button-arrow {
  -ixp-name: "North American arrow (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-e.button-container-medium.button-container-arrow {
  -ixp-name: "North American arrow (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-e.button-large.button-arrow {
  -ixp-name: "North American arrow (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-e.button-container-large.button-container-arrow {
  -ixp-name: "North American arrow (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-e.button-wide.button-arrow {
  -ixp-name: "North American arrow (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-e.button-container-wide.button-container-arrow {
  -ixp-name: "North American arrow (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-e.button-small.button-back {
  -ixp-name: "North American back (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-e.button-container-small.button-container-back {
  -ixp-name: "North American back (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-e.button-medium.button-back {
  -ixp-name: "North American back (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-e.button-container-medium.button-container-back {
  -ixp-name: "North American back (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-e.button-large.button-back {
  -ixp-name: "North American back (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-e.button-container-large.button-container-back {
  -ixp-name: "North American back (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-e.button-wide.button-back {
  -ixp-name: "North American back (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-e.button-container-wide.button-container-back {
  -ixp-name: "North American back (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-e.button-small.button-down {
  -ixp-name: "North American down (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-e.button-container-small.button-container-down {
  -ixp-name: "North American down (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-e.button-medium.button-down {
  -ixp-name: "North American down (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-e.button-container-medium.button-container-down {
  -ixp-name: "North American down (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-e.button-large.button-down {
  -ixp-name: "North American down (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-e.button-container-large.button-container-down {
  -ixp-name: "North American down (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-e.button-wide.button-down {
  -ixp-name: "North American down (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-e.button-container-wide.button-container-down {
  -ixp-name: "North American down (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-f.button-small {
  -ixp-name: "North American Outline (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-f.button-container-small {
  -ixp-name: "North American Outline (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-f.button-medium {
  -ixp-name: "North American Outline (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-f.button-container-medium {
  -ixp-name: "North American Outline (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-f.button-large {
  -ixp-name: "North American Outline (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-f.button-container-large {
  -ixp-name: "North American Outline (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-f.button-wide {
  -ixp-name: "North American Outline (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-f.button-container-wide {
  -ixp-name: "North American Outline (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-f.button-small.button-checked {
  -ixp-name: "North American Outline checked (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-f.button-container-small.button-container-checked {
  -ixp-name: "North American Outline checked (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-f.button-medium.button-checked {
  -ixp-name: "North American Outline checked (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-f.button-container-medium.button-container-checked {
  -ixp-name: "North American Outline checked (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-f.button-large.button-checked {
  -ixp-name: "North American Outline checked (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-f.button-container-large.button-container-checked {
  -ixp-name: "North American Outline checked (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-f.button-wide.button-checked {
  -ixp-name: "North American Outline checked (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-f.button-container-wide.button-container-checked {
  -ixp-name: "North American Outline checked (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-f.button-small.button-arrow {
  -ixp-name: "North American Outline arrow (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-f.button-container-small.button-container-arrow {
  -ixp-name: "North American Outline arrow (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-f.button-medium.button-arrow {
  -ixp-name: "North American Outline arrow (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-f.button-container-medium.button-container-arrow {
  -ixp-name: "North American Outline arrow (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-f.button-large.button-arrow {
  -ixp-name: "North American Outline arrow (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-f.button-container-large.button-container-arrow {
  -ixp-name: "North American Outline arrow (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-f.button-wide.button-arrow {
  -ixp-name: "North American Outline arrow (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-f.button-container-wide.button-container-arrow {
  -ixp-name: "North American Outline arrow (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-f.button-small.button-back {
  -ixp-name: "North American Outline back (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-f.button-container-small.button-container-back {
  -ixp-name: "North American Outline back (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-f.button-medium.button-back {
  -ixp-name: "North American Outline back (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-f.button-container-medium.button-container-back {
  -ixp-name: "North American Outline back (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-f.button-large.button-back {
  -ixp-name: "North American Outline back (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-f.button-container-large.button-container-back {
  -ixp-name: "North American Outline back (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-f.button-wide.button-back {
  -ixp-name: "North American Outline back (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-f.button-container-wide.button-container-back {
  -ixp-name: "North American Outline back (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-f.button-small.button-down {
  -ixp-name: "North American Outline down (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-f.button-container-small.button-container-down {
  -ixp-name: "North American Outline down (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-f.button-medium.button-down {
  -ixp-name: "North American Outline down (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-f.button-container-medium.button-container-down {
  -ixp-name: "North American Outline down (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-f.button-large.button-down {
  -ixp-name: "North American Outline down (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-f.button-container-large.button-container-down {
  -ixp-name: "North American Outline down (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-f.button-wide.button-down {
  -ixp-name: "North American Outline down (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-f.button-container-wide.button-container-down {
  -ixp-name: "North American Outline down (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-g.button-small {
  -ixp-name: "SRS (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-g.button-container-small {
  -ixp-name: "SRS (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-g.button-medium {
  -ixp-name: "SRS (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-g.button-container-medium {
  -ixp-name: "SRS (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-g.button-large {
  -ixp-name: "SRS (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-g.button-container-large {
  -ixp-name: "SRS (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-g.button-wide {
  -ixp-name: "SRS (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-g.button-container-wide {
  -ixp-name: "SRS (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-g.button-small.button-checked {
  -ixp-name: "SRS checked (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-g.button-container-small.button-container-checked {
  -ixp-name: "SRS checked (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-g.button-medium.button-checked {
  -ixp-name: "SRS checked (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-g.button-container-medium.button-container-checked {
  -ixp-name: "SRS checked (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-g.button-large.button-checked {
  -ixp-name: "SRS checked (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-g.button-container-large.button-container-checked {
  -ixp-name: "SRS checked (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-g.button-wide.button-checked {
  -ixp-name: "SRS checked (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-g.button-container-wide.button-container-checked {
  -ixp-name: "SRS checked (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-g.button-small.button-arrow {
  -ixp-name: "SRS arrow (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-g.button-container-small.button-container-arrow {
  -ixp-name: "SRS arrow (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-g.button-medium.button-arrow {
  -ixp-name: "SRS arrow (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-g.button-container-medium.button-container-arrow {
  -ixp-name: "SRS arrow (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-g.button-large.button-arrow {
  -ixp-name: "SRS arrow (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-g.button-container-large.button-container-arrow {
  -ixp-name: "SRS arrow (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-g.button-wide.button-arrow {
  -ixp-name: "SRS arrow (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-g.button-container-wide.button-container-arrow {
  -ixp-name: "SRS arrow (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-g.button-small.button-back {
  -ixp-name: "SRS back (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-g.button-container-small.button-container-back {
  -ixp-name: "SRS back (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-g.button-medium.button-back {
  -ixp-name: "SRS back (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-g.button-container-medium.button-container-back {
  -ixp-name: "SRS back (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-g.button-large.button-back {
  -ixp-name: "SRS back (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-g.button-container-large.button-container-back {
  -ixp-name: "SRS back (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-g.button-wide.button-back {
  -ixp-name: "SRS back (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-g.button-container-wide.button-container-back {
  -ixp-name: "SRS back (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-g.button-small.button-down {
  -ixp-name: "SRS down (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-g.button-container-small.button-container-down {
  -ixp-name: "SRS down (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-g.button-medium.button-down {
  -ixp-name: "SRS down (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-g.button-container-medium.button-container-down {
  -ixp-name: "SRS down (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-g.button-large.button-down {
  -ixp-name: "SRS down (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-g.button-container-large.button-container-down {
  -ixp-name: "SRS down (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-g.button-wide.button-down {
  -ixp-name: "SRS down (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-g.button-container-wide.button-container-down {
  -ixp-name: "SRS down (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-h.button-small {
  -ixp-name: "SRS Outline (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-h.button-container-small {
  -ixp-name: "SRS Outline (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-h.button-medium {
  -ixp-name: "SRS Outline (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-h.button-container-medium {
  -ixp-name: "SRS Outline (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-h.button-large {
  -ixp-name: "SRS Outline (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-h.button-container-large {
  -ixp-name: "SRS Outline (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-h.button-wide {
  -ixp-name: "SRS Outline (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-h.button-container-wide {
  -ixp-name: "SRS Outline (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-h.button-small.button-checked {
  -ixp-name: "SRS Outline checked (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-h.button-container-small.button-container-checked {
  -ixp-name: "SRS Outline checked (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-h.button-medium.button-checked {
  -ixp-name: "SRS Outline checked (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-h.button-container-medium.button-container-checked {
  -ixp-name: "SRS Outline checked (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-h.button-large.button-checked {
  -ixp-name: "SRS Outline checked (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-h.button-container-large.button-container-checked {
  -ixp-name: "SRS Outline checked (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-h.button-wide.button-checked {
  -ixp-name: "SRS Outline checked (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-h.button-container-wide.button-container-checked {
  -ixp-name: "SRS Outline checked (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-h.button-small.button-arrow {
  -ixp-name: "SRS Outline arrow (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-h.button-container-small.button-container-arrow {
  -ixp-name: "SRS Outline arrow (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-h.button-medium.button-arrow {
  -ixp-name: "SRS Outline arrow (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-h.button-container-medium.button-container-arrow {
  -ixp-name: "SRS Outline arrow (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-h.button-large.button-arrow {
  -ixp-name: "SRS Outline arrow (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-h.button-container-large.button-container-arrow {
  -ixp-name: "SRS Outline arrow (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-h.button-wide.button-arrow {
  -ixp-name: "SRS Outline arrow (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-h.button-container-wide.button-container-arrow {
  -ixp-name: "SRS Outline arrow (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-h.button-small.button-back {
  -ixp-name: "SRS Outline back (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-h.button-container-small.button-container-back {
  -ixp-name: "SRS Outline back (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-h.button-medium.button-back {
  -ixp-name: "SRS Outline back (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-h.button-container-medium.button-container-back {
  -ixp-name: "SRS Outline back (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-h.button-large.button-back {
  -ixp-name: "SRS Outline back (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-h.button-container-large.button-container-back {
  -ixp-name: "SRS Outline back (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-h.button-wide.button-back {
  -ixp-name: "SRS Outline back (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-h.button-container-wide.button-container-back {
  -ixp-name: "SRS Outline back (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-h.button-small.button-down {
  -ixp-name: "SRS Outline down (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-h.button-container-small.button-container-down {
  -ixp-name: "SRS Outline down (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-h.button-medium.button-down {
  -ixp-name: "SRS Outline down (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-h.button-container-medium.button-container-down {
  -ixp-name: "SRS Outline down (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-h.button-large.button-down {
  -ixp-name: "SRS Outline down (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-h.button-container-large.button-container-down {
  -ixp-name: "SRS Outline down (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-h.button-wide.button-down {
  -ixp-name: "SRS Outline down (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-h.button-container-wide.button-container-down {
  -ixp-name: "SRS Outline down (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-i.button-small {
  -ixp-name: "White (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-i.button-container-small {
  -ixp-name: "White (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-i.button-medium {
  -ixp-name: "White (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-i.button-container-medium {
  -ixp-name: "White (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-i.button-large {
  -ixp-name: "White (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-i.button-container-large {
  -ixp-name: "White (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-i.button-wide {
  -ixp-name: "White (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-i.button-container-wide {
  -ixp-name: "White (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-i.button-small.button-checked {
  -ixp-name: "White checked (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-i.button-container-small.button-container-checked {
  -ixp-name: "White checked (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-i.button-medium.button-checked {
  -ixp-name: "White checked (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-i.button-container-medium.button-container-checked {
  -ixp-name: "White checked (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-i.button-large.button-checked {
  -ixp-name: "White checked (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-i.button-container-large.button-container-checked {
  -ixp-name: "White checked (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-i.button-wide.button-checked {
  -ixp-name: "White checked (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-i.button-container-wide.button-container-checked {
  -ixp-name: "White checked (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-i.button-small.button-arrow {
  -ixp-name: "White arrow (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-i.button-container-small.button-container-arrow {
  -ixp-name: "White arrow (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-i.button-medium.button-arrow {
  -ixp-name: "White arrow (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-i.button-container-medium.button-container-arrow {
  -ixp-name: "White arrow (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-i.button-large.button-arrow {
  -ixp-name: "White arrow (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-i.button-container-large.button-container-arrow {
  -ixp-name: "White arrow (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-i.button-wide.button-arrow {
  -ixp-name: "White arrow (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-i.button-container-wide.button-container-arrow {
  -ixp-name: "White arrow (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-i.button-small.button-back {
  -ixp-name: "White back (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-i.button-container-small.button-container-back {
  -ixp-name: "White back (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-i.button-medium.button-back {
  -ixp-name: "White back (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-i.button-container-medium.button-container-back {
  -ixp-name: "White back (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-i.button-large.button-back {
  -ixp-name: "White back (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-i.button-container-large.button-container-back {
  -ixp-name: "White back (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-i.button-wide.button-back {
  -ixp-name: "White back (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-i.button-container-wide.button-container-back {
  -ixp-name: "White back (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-i.button-small.button-down {
  -ixp-name: "White down (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-i.button-container-small.button-container-down {
  -ixp-name: "White down (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-i.button-medium.button-down {
  -ixp-name: "White down (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-i.button-container-medium.button-container-down {
  -ixp-name: "White down (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-i.button-large.button-down {
  -ixp-name: "White down (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-i.button-container-large.button-container-down {
  -ixp-name: "White down (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-i.button-wide.button-down {
  -ixp-name: "White down (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-i.button-container-wide.button-container-down {
  -ixp-name: "White down (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-j.button-small {
  -ixp-name: "White Outline (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-j.button-container-small {
  -ixp-name: "White Outline (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-j.button-medium {
  -ixp-name: "White Outline (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-j.button-container-medium {
  -ixp-name: "White Outline (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-j.button-large {
  -ixp-name: "White Outline (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-j.button-container-large {
  -ixp-name: "White Outline (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-j.button-wide {
  -ixp-name: "White Outline (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-j.button-container-wide {
  -ixp-name: "White Outline (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-j.button-small.button-checked {
  -ixp-name: "White Outline checked (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-j.button-container-small.button-container-checked {
  -ixp-name: "White Outline checked (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-j.button-medium.button-checked {
  -ixp-name: "White Outline checked (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-j.button-container-medium.button-container-checked {
  -ixp-name: "White Outline checked (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-j.button-large.button-checked {
  -ixp-name: "White Outline checked (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-j.button-container-large.button-container-checked {
  -ixp-name: "White Outline checked (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-j.button-wide.button-checked {
  -ixp-name: "White Outline checked (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-j.button-container-wide.button-container-checked {
  -ixp-name: "White Outline checked (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-j.button-small.button-arrow {
  -ixp-name: "White Outline arrow (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-j.button-container-small.button-container-arrow {
  -ixp-name: "White Outline arrow (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-j.button-medium.button-arrow {
  -ixp-name: "White Outline arrow (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-j.button-container-medium.button-container-arrow {
  -ixp-name: "White Outline arrow (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-j.button-large.button-arrow {
  -ixp-name: "White Outline arrow (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-j.button-container-large.button-container-arrow {
  -ixp-name: "White Outline arrow (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-j.button-wide.button-arrow {
  -ixp-name: "White Outline arrow (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-j.button-container-wide.button-container-arrow {
  -ixp-name: "White Outline arrow (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-j.button-small.button-back {
  -ixp-name: "White Outline back (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-j.button-container-small.button-container-back {
  -ixp-name: "White Outline back (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-j.button-medium.button-back {
  -ixp-name: "White Outline back (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-j.button-container-medium.button-container-back {
  -ixp-name: "White Outline back (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-j.button-large.button-back {
  -ixp-name: "White Outline back (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-j.button-container-large.button-container-back {
  -ixp-name: "White Outline back (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-j.button-wide.button-back {
  -ixp-name: "White Outline back (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-j.button-container-wide.button-container-back {
  -ixp-name: "White Outline back (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-j.button-small.button-down {
  -ixp-name: "White Outline down (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-j.button-container-small.button-container-down {
  -ixp-name: "White Outline down (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-j.button-medium.button-down {
  -ixp-name: "White Outline down (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-j.button-container-medium.button-container-down {
  -ixp-name: "White Outline down (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-j.button-large.button-down {
  -ixp-name: "White Outline down (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-j.button-container-large.button-container-down {
  -ixp-name: "White Outline down (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-j.button-wide.button-down {
  -ixp-name: "White Outline down (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-j.button-container-wide.button-container-down {
  -ixp-name: "White Outline down (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
/* ======================================
	Directional Buttons

	REQUIRED CLASS: none, these are optional for theme kits
====================================== */
.button-down-dark,
.button-up-dark,
.button-left-dark,
.button-right-dark,
.button-down-light,
.button-up-light,
.button-left-light,
.button-right-light {
  z-index: 100;
  width: 40px;
  height: 40px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  text-indent: 40px;
  text-decoration: none !important;
  font-size: 0;
  overflow: hidden;
}
.button-down-dark:after,
.button-up-dark:after,
.button-left-dark:after,
.button-right-dark:after,
.button-down-light:after,
.button-up-light:after,
.button-left-light:after,
.button-right-light:after {
  color: #0B544F;
  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;
  transition: all 0.3s ease;
}
.button-down-dark:after {
  content: '\f107';
  color: #000000;
}
.button-down-dark:hover {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
.button-up-dark:after {
  content: '\f106';
  color: #000000;
}
.button-up-dark:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.button-left-dark:after {
  content: '\f104';
  color: #000000;
}
.button-left-dark:hover {
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
}
.button-right-dark:after {
  content: '\f105';
  color: #000000;
}
.button-right-dark:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.button-down-light:after {
  content: '\f107';
  color: #FFFFFF;
}
.button-down-light:hover {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
.button-up-light:after {
  content: '\f106';
  color: #FFFFFF;
}
.button-up-light:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.button-left-light:after {
  content: '\f104';
  color: #FFFFFF;
}
.button-left-light:hover {
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
}
.button-right-light:after {
  content: '\f105';
  color: #FFFFFF;
}
.button-right-light:hover {
  -webkit-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 .generic-fill {
  background: #229A94;
  color: #FFFFFF !important;
  border-color: #229A94;
}
.pod .generic-fill:hover {
  background: #0B544F;
  color: #FFFFFF !important;
  border-color: #0B544F;
}
.pod .generic-fill:hover {
  background: #0B544F;
  color: #FFFFFF !important;
  border-color: #0B544F;
}
.pod .generic-outline {
  background: transparent;
  color: #229A94 !important;
  border-color: #229A94;
}
.pod .generic-outline:hover {
  background: #0B544F;
  color: #FFFFFF !important;
  border-color: #0B544F;
}
.pod .generic-outline:hover {
  background: #0B544F;
  color: #FFFFFF !important;
  border-color: #0B544F;
}
.pod.pod-a {
  background: #FFFFFF;
  color: #000000;
}
.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: #000000;
}
.pod.pod-a a {
  color: #246BFF;
}
.pod.pod-a a:hover {
  color: #246BFF;
}
.pod.pod-a .ixp-component-dropdown-input a {
  color: #000000;
}
.pod.pod-a .generic-fill {
  background: #229A94;
  color: #FFFFFF !important;
  border-color: #229A94;
}
.pod.pod-a .generic-fill:hover {
  background: #0B544F;
  color: #FFFFFF !important;
  border-color: #0B544F;
}
.pod.pod-a .generic-fill:hover {
  background: #0B544F;
  color: #FFFFFF !important;
  border-color: #0B544F;
}
.pod.pod-a .generic-outline {
  background: transparent;
  color: #229A94 !important;
  border-color: #229A94;
}
.pod.pod-a .generic-outline:hover {
  background: #0B544F;
  color: #FFFFFF !important;
  border-color: #0B544F;
}
.pod.pod-a .generic-outline:hover {
  background: #0B544F;
  color: #FFFFFF !important;
  border-color: #0B544F;
}
.pod.pod-b {
  background: #FFFFFF;
  background: rgba(255, 255, 255, 0.6);
  color: #000000;
}
.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: #000000;
}
.pod.pod-b a {
  color: #246BFF;
}
.pod.pod-b a:hover {
  color: #246BFF;
}
.pod.pod-b .ixp-component-dropdown-input a {
  color: #000000;
}
.pod.pod-b .generic-fill {
  background: #229A94;
  color: #FFFFFF !important;
  border-color: #229A94;
}
.pod.pod-b .generic-fill:hover {
  background: #0B544F;
  color: #FFFFFF !important;
  border-color: #0B544F;
}
.pod.pod-b .generic-fill:hover {
  background: #0B544F;
  color: #FFFFFF !important;
  border-color: #0B544F;
}
.pod.pod-b .generic-outline {
  background: transparent;
  color: #229A94 !important;
  border-color: #229A94;
}
.pod.pod-b .generic-outline:hover {
  background: #0B544F;
  color: #FFFFFF !important;
  border-color: #0B544F;
}
.pod.pod-b .generic-outline:hover {
  background: #0B544F;
  color: #FFFFFF !important;
  border-color: #0B544F;
}
.pod.pod-c {
  background: #000000;
  background: rgba(0, 0, 0, 0.6);
  color: #FFFFFF;
}
.pod.pod-c h1,
.pod.pod-c h2,
.pod.pod-c h3,
.pod.pod-c h4,
.pod.pod-c h5,
.pod.pod-c h6,
.pod.pod-c p,
.pod.pod-c .pf_form_table,
.pod.pod-c .pf_form_table .pf_label_text {
  color: #FFFFFF;
}
.pod.pod-c a {
  color: #FFFFFF;
}
.pod.pod-c a:hover {
  color: #f9fafb;
}
.pod.pod-c .ixp-component-dropdown-input a {
  color: #000000;
}
.pod.pod-c .generic-fill {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-c .generic-fill:hover {
  background: #f9fafb;
  color: #000000 !important;
  border-color: #f9fafb;
}
.pod.pod-c .generic-fill:hover {
  background: #f9fafb;
  color: #000000 !important;
  border-color: #f9fafb;
}
.pod.pod-c .generic-outline {
  background: transparent;
  color: #FFFFFF !important;
  border-color: #FFFFFF;
}
.pod.pod-c .generic-outline:hover {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-c .generic-outline:hover {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-d {
  background: #000000;
  color: #FFFFFF;
}
.pod.pod-d h1,
.pod.pod-d h2,
.pod.pod-d h3,
.pod.pod-d h4,
.pod.pod-d h5,
.pod.pod-d h6,
.pod.pod-d p,
.pod.pod-d .pf_form_table,
.pod.pod-d .pf_form_table .pf_label_text {
  color: #FFFFFF;
}
.pod.pod-d a {
  color: #FFFFFF;
}
.pod.pod-d a:hover {
  color: #f9fafb;
}
.pod.pod-d .ixp-component-dropdown-input a {
  color: #000000;
}
.pod.pod-d .generic-fill {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-d .generic-fill:hover {
  background: #f9fafb;
  color: #000000 !important;
  border-color: #f9fafb;
}
.pod.pod-d .generic-fill:hover {
  background: #f9fafb;
  color: #000000 !important;
  border-color: #f9fafb;
}
.pod.pod-d .generic-outline {
  background: transparent;
  color: #FFFFFF !important;
  border-color: #FFFFFF;
}
.pod.pod-d .generic-outline:hover {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-d .generic-outline:hover {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-e {
  background: #0B544F;
  color: #FFFFFF;
}
.pod.pod-e h1,
.pod.pod-e h2,
.pod.pod-e h3,
.pod.pod-e h4,
.pod.pod-e h5,
.pod.pod-e h6,
.pod.pod-e p,
.pod.pod-e .pf_form_table,
.pod.pod-e .pf_form_table .pf_label_text {
  color: #FFFFFF;
}
.pod.pod-e a {
  color: #FFFFFF;
}
.pod.pod-e a:hover {
  color: #FFFFFF;
}
.pod.pod-e .ixp-component-dropdown-input a {
  color: #000000;
}
.pod.pod-e .generic-fill {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-e .generic-fill:hover {
  background: #f9fafb;
  color: #000000 !important;
  border-color: #f9fafb;
}
.pod.pod-e .generic-fill:hover {
  background: #f9fafb;
  color: #000000 !important;
  border-color: #f9fafb;
}
.pod.pod-e .generic-outline {
  background: transparent;
  color: #FFFFFF !important;
  border-color: #FFFFFF;
}
.pod.pod-e .generic-outline:hover {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-e .generic-outline:hover {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-f {
  background: #08433E;
  color: #FFFFFF;
}
.pod.pod-f h1,
.pod.pod-f h2,
.pod.pod-f h3,
.pod.pod-f h4,
.pod.pod-f h5,
.pod.pod-f h6,
.pod.pod-f p,
.pod.pod-f .pf_form_table,
.pod.pod-f .pf_form_table .pf_label_text {
  color: #FFFFFF;
}
.pod.pod-f a {
  color: #FFFFFF;
}
.pod.pod-f a:hover {
  color: #FFFFFF;
}
.pod.pod-f .ixp-component-dropdown-input a {
  color: #000000;
}
.pod.pod-f .generic-fill {
  background: #229A94;
  color: #FFFFFF !important;
  border-color: #229A94;
}
.pod.pod-f .generic-fill:hover {
  background: #0B544F;
  color: #FFFFFF !important;
  border-color: #0B544F;
}
.pod.pod-f .generic-fill:hover {
  background: #0B544F;
  color: #FFFFFF !important;
  border-color: #0B544F;
}
.pod.pod-f .generic-outline {
  background: transparent;
  color: #FFFFFF !important;
  border-color: #FFFFFF;
}
.pod.pod-f .generic-outline:hover {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-f .generic-outline:hover {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-g {
  background: #229A94;
  color: #FFFFFF;
}
.pod.pod-g h1,
.pod.pod-g h2,
.pod.pod-g h3,
.pod.pod-g h4,
.pod.pod-g h5,
.pod.pod-g h6,
.pod.pod-g p,
.pod.pod-g .pf_form_table,
.pod.pod-g .pf_form_table .pf_label_text {
  color: #FFFFFF;
}
.pod.pod-g a {
  color: #FFFFFF;
}
.pod.pod-g a:hover {
  color: #FFFFFF;
}
.pod.pod-g .ixp-component-dropdown-input a {
  color: #000000;
}
.pod.pod-g .generic-fill {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-g .generic-fill:hover {
  background: #f9fafb;
  color: #000000 !important;
  border-color: #f9fafb;
}
.pod.pod-g .generic-fill:hover {
  background: #f9fafb;
  color: #000000 !important;
  border-color: #f9fafb;
}
.pod.pod-g .generic-outline {
  background: transparent;
  color: #FFFFFF !important;
  border-color: #FFFFFF;
}
.pod.pod-g .generic-outline:hover {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-g .generic-outline:hover {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-h {
  background: #000014;
  color: #FFFFFF;
}
.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: #FFFFFF;
}
.pod.pod-h a {
  color: #FFFFFF;
}
.pod.pod-h a:hover {
  color: #FFFFFF;
}
.pod.pod-h .ixp-component-dropdown-input a {
  color: #000000;
}
.pod.pod-h .generic-fill {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-h .generic-fill:hover {
  background: #f9fafb;
  color: #000000 !important;
  border-color: #f9fafb;
}
.pod.pod-h .generic-fill:hover {
  background: #f9fafb;
  color: #000000 !important;
  border-color: #f9fafb;
}
.pod.pod-h .generic-outline {
  background: transparent;
  color: #FFFFFF !important;
  border-color: #FFFFFF;
}
.pod.pod-h .generic-outline:hover {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-h .generic-outline:hover {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-i {
  background: #f9fafb;
  color: #000000;
}
.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: #000000;
}
.pod.pod-i a {
  color: #246BFF;
}
.pod.pod-i a:hover {
  color: #246BFF;
}
.pod.pod-i .ixp-component-dropdown-input a {
  color: #000000;
}
.pod.pod-i .generic-fill {
  background: #229A94;
  color: #FFFFFF !important;
  border-color: #229A94;
}
.pod.pod-i .generic-fill:hover {
  background: #0B544F;
  color: #FFFFFF !important;
  border-color: #0B544F;
}
.pod.pod-i .generic-fill:hover {
  background: #0B544F;
  color: #FFFFFF !important;
  border-color: #0B544F;
}
.pod.pod-i .generic-outline {
  background: transparent;
  color: #229A94 !important;
  border-color: #229A94;
}
.pod.pod-i .generic-outline:hover {
  background: #0B544F;
  color: #FFFFFF !important;
  border-color: #0B544F;
}
.pod.pod-i .generic-outline:hover {
  background: #0B544F;
  color: #FFFFFF !important;
  border-color: #0B544F;
}
.pod.pod-j {
  background: #d0d5dc;
  color: #000000;
}
.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: #000000;
}
.pod.pod-j a {
  color: #246BFF;
}
.pod.pod-j a:hover {
  color: #246BFF;
}
.pod.pod-j .ixp-component-dropdown-input a {
  color: #000000;
}
.pod.pod-j .generic-fill {
  background: #229A94;
  color: #FFFFFF !important;
  border-color: #229A94;
}
.pod.pod-j .generic-fill:hover {
  background: #0B544F;
  color: #FFFFFF !important;
  border-color: #0B544F;
}
.pod.pod-j .generic-fill:hover {
  background: #0B544F;
  color: #FFFFFF !important;
  border-color: #0B544F;
}
.pod.pod-j .generic-outline {
  background: transparent;
  color: #229A94 !important;
  border-color: #229A94;
}
.pod.pod-j .generic-outline:hover {
  background: #0B544F;
  color: #FFFFFF !important;
  border-color: #0B544F;
}
.pod.pod-j .generic-outline:hover {
  background: #0B544F;
  color: #FFFFFF !important;
  border-color: #0B544F;
}
.pod.pod-k {
  background: #b5bcc7;
  color: #000000;
}
.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: #000000;
}
.pod.pod-k a {
  color: #FFFFFF;
}
.pod.pod-k a:hover {
  color: #FFFFFF;
}
.pod.pod-k .ixp-component-dropdown-input a {
  color: #000000;
}
.pod.pod-k .generic-fill {
  background: #229A94;
  color: #FFFFFF !important;
  border-color: #229A94;
}
.pod.pod-k .generic-fill:hover {
  background: #0B544F;
  color: #FFFFFF !important;
  border-color: #0B544F;
}
.pod.pod-k .generic-fill:hover {
  background: #0B544F;
  color: #FFFFFF !important;
  border-color: #0B544F;
}
.pod.pod-k .generic-outline {
  background: transparent;
  color: #FFFFFF !important;
  border-color: #FFFFFF;
}
.pod.pod-k .generic-outline:hover {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-k .generic-outline:hover {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-l {
  background: #424c5a;
  color: #FFFFFF;
}
.pod.pod-l h1,
.pod.pod-l h2,
.pod.pod-l h3,
.pod.pod-l h4,
.pod.pod-l h5,
.pod.pod-l h6,
.pod.pod-l p,
.pod.pod-l .pf_form_table,
.pod.pod-l .pf_form_table .pf_label_text {
  color: #FFFFFF;
}
.pod.pod-l a {
  color: #FFFFFF;
}
.pod.pod-l a:hover {
  color: #FFFFFF;
}
.pod.pod-l .ixp-component-dropdown-input a {
  color: #000000;
}
.pod.pod-l .generic-fill {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-l .generic-fill:hover {
  background: #f9fafb;
  color: #000000 !important;
  border-color: #f9fafb;
}
.pod.pod-l .generic-fill:hover {
  background: #f9fafb;
  color: #000000 !important;
  border-color: #f9fafb;
}
.pod.pod-l .generic-outline {
  background: transparent;
  color: #FFFFFF !important;
  border-color: #FFFFFF;
}
.pod.pod-l .generic-outline:hover {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-l .generic-outline:hover {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-m {
  background: #7f8c9f;
  color: #FFFFFF;
}
.pod.pod-m h1,
.pod.pod-m h2,
.pod.pod-m h3,
.pod.pod-m h4,
.pod.pod-m h5,
.pod.pod-m h6,
.pod.pod-m p,
.pod.pod-m .pf_form_table,
.pod.pod-m .pf_form_table .pf_label_text {
  color: #FFFFFF;
}
.pod.pod-m a {
  color: #FFFFFF;
}
.pod.pod-m a:hover {
  color: #FFFFFF;
}
.pod.pod-m .ixp-component-dropdown-input a {
  color: #000000;
}
.pod.pod-m .generic-fill {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-m .generic-fill:hover {
  background: #f9fafb;
  color: #000000 !important;
  border-color: #f9fafb;
}
.pod.pod-m .generic-fill:hover {
  background: #f9fafb;
  color: #000000 !important;
  border-color: #f9fafb;
}
.pod.pod-m .generic-outline {
  background: transparent;
  color: #FFFFFF !important;
  border-color: #FFFFFF;
}
.pod.pod-m .generic-outline:hover {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-m .generic-outline:hover {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-n {
  background: #e9ebee;
  color: #000000;
}
.pod.pod-n h1,
.pod.pod-n h2,
.pod.pod-n h3,
.pod.pod-n h4,
.pod.pod-n h5,
.pod.pod-n h6,
.pod.pod-n p,
.pod.pod-n .pf_form_table,
.pod.pod-n .pf_form_table .pf_label_text {
  color: #000000;
}
.pod.pod-n a {
  color: #246BFF;
}
.pod.pod-n a:hover {
  color: #246BFF;
}
.pod.pod-n .ixp-component-dropdown-input a {
  color: #000000;
}
.pod.pod-n .generic-fill {
  background: #229A94;
  color: #FFFFFF !important;
  border-color: #229A94;
}
.pod.pod-n .generic-fill:hover {
  background: #0B544F;
  color: #FFFFFF !important;
  border-color: #0B544F;
}
.pod.pod-n .generic-fill:hover {
  background: #0B544F;
  color: #FFFFFF !important;
  border-color: #0B544F;
}
.pod.pod-n .generic-outline {
  background: transparent;
  color: #229A94 !important;
  border-color: #229A94;
}
.pod.pod-n .generic-outline:hover {
  background: #0B544F;
  color: #FFFFFF !important;
  border-color: #0B544F;
}
.pod.pod-n .generic-outline:hover {
  background: #0B544F;
  color: #FFFFFF !important;
  border-color: #0B544F;
}
.pod.pod-o {
  background: #546072;
  color: #FFFFFF;
}
.pod.pod-o h1,
.pod.pod-o h2,
.pod.pod-o h3,
.pod.pod-o h4,
.pod.pod-o h5,
.pod.pod-o h6,
.pod.pod-o p,
.pod.pod-o .pf_form_table,
.pod.pod-o .pf_form_table .pf_label_text {
  color: #FFFFFF;
}
.pod.pod-o a {
  color: #FFFFFF;
}
.pod.pod-o a:hover {
  color: #FFFFFF;
}
.pod.pod-o .ixp-component-dropdown-input a {
  color: #000000;
}
.pod.pod-o .generic-fill {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-o .generic-fill:hover {
  background: #f9fafb;
  color: #000000 !important;
  border-color: #f9fafb;
}
.pod.pod-o .generic-fill:hover {
  background: #f9fafb;
  color: #000000 !important;
  border-color: #f9fafb;
}
.pod.pod-o .generic-outline {
  background: transparent;
  color: #FFFFFF !important;
  border-color: #FFFFFF;
}
.pod.pod-o .generic-outline:hover {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-o .generic-outline:hover {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-p {
  background: #4a7729;
  color: #FFFFFF;
}
.pod.pod-p h1,
.pod.pod-p h2,
.pod.pod-p h3,
.pod.pod-p h4,
.pod.pod-p h5,
.pod.pod-p h6,
.pod.pod-p p,
.pod.pod-p .pf_form_table,
.pod.pod-p .pf_form_table .pf_label_text {
  color: #FFFFFF;
}
.pod.pod-p a {
  color: #FFFFFF;
}
.pod.pod-p a:hover {
  color: #FFFFFF;
}
.pod.pod-p .ixp-component-dropdown-input a {
  color: #000000;
}
.pod.pod-p .generic-fill {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-p .generic-fill:hover {
  background: #f9fafb;
  color: #000000 !important;
  border-color: #f9fafb;
}
.pod.pod-p .generic-fill:hover {
  background: #f9fafb;
  color: #000000 !important;
  border-color: #f9fafb;
}
.pod.pod-p .generic-outline {
  background: transparent;
  color: #FFFFFF !important;
  border-color: #FFFFFF;
}
.pod.pod-p .generic-outline:hover {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-p .generic-outline:hover {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-q {
  background: #657389;
  color: #FFFFFF;
}
.pod.pod-q h1,
.pod.pod-q h2,
.pod.pod-q h3,
.pod.pod-q h4,
.pod.pod-q h5,
.pod.pod-q h6,
.pod.pod-q p,
.pod.pod-q .pf_form_table,
.pod.pod-q .pf_form_table .pf_label_text {
  color: #FFFFFF;
}
.pod.pod-q a {
  color: #FFFFFF;
}
.pod.pod-q a:hover {
  color: #FFFFFF;
}
.pod.pod-q .ixp-component-dropdown-input a {
  color: #000000;
}
.pod.pod-q .generic-fill {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-q .generic-fill:hover {
  background: #f9fafb;
  color: #000000 !important;
  border-color: #f9fafb;
}
.pod.pod-q .generic-fill:hover {
  background: #f9fafb;
  color: #000000 !important;
  border-color: #f9fafb;
}
.pod.pod-q .generic-outline {
  background: transparent;
  color: #FFFFFF !important;
  border-color: #FFFFFF;
}
.pod.pod-q .generic-outline:hover {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-q .generic-outline:hover {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-r {
  background: #be531c;
  color: #FFFFFF;
}
.pod.pod-r h1,
.pod.pod-r h2,
.pod.pod-r h3,
.pod.pod-r h4,
.pod.pod-r h5,
.pod.pod-r h6,
.pod.pod-r p,
.pod.pod-r .pf_form_table,
.pod.pod-r .pf_form_table .pf_label_text {
  color: #FFFFFF;
}
.pod.pod-r a {
  color: #FFFFFF;
}
.pod.pod-r a:hover {
  color: #FFFFFF;
}
.pod.pod-r .ixp-component-dropdown-input a {
  color: #000000;
}
.pod.pod-r .generic-fill {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-r .generic-fill:hover {
  background: #f9fafb;
  color: #000000 !important;
  border-color: #f9fafb;
}
.pod.pod-r .generic-fill:hover {
  background: #f9fafb;
  color: #000000 !important;
  border-color: #f9fafb;
}
.pod.pod-r .generic-outline {
  background: transparent;
  color: #FFFFFF !important;
  border-color: #FFFFFF;
}
.pod.pod-r .generic-outline:hover {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-r .generic-outline:hover {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-s {
  background: #9da7b6;
  color: #000000;
}
.pod.pod-s h1,
.pod.pod-s h2,
.pod.pod-s h3,
.pod.pod-s h4,
.pod.pod-s h5,
.pod.pod-s h6,
.pod.pod-s p,
.pod.pod-s .pf_form_table,
.pod.pod-s .pf_form_table .pf_label_text {
  color: #000000;
}
.pod.pod-s a {
  color: #FFFFFF;
}
.pod.pod-s a:hover {
  color: #FFFFFF;
}
.pod.pod-s .ixp-component-dropdown-input a {
  color: #000000;
}
.pod.pod-s .generic-fill {
  background: #229A94;
  color: #FFFFFF !important;
  border-color: #229A94;
}
.pod.pod-s .generic-fill:hover {
  background: #0B544F;
  color: #FFFFFF !important;
  border-color: #0B544F;
}
.pod.pod-s .generic-fill:hover {
  background: #0B544F;
  color: #FFFFFF !important;
  border-color: #0B544F;
}
.pod.pod-s .generic-outline {
  background: transparent;
  color: #FFFFFF !important;
  border-color: #FFFFFF;
}
.pod.pod-s .generic-outline:hover {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-s .generic-outline:hover {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-t {
  background: #004D84;
  color: #FFFFFF;
}
.pod.pod-t h1,
.pod.pod-t h2,
.pod.pod-t h3,
.pod.pod-t h4,
.pod.pod-t h5,
.pod.pod-t h6,
.pod.pod-t p,
.pod.pod-t .pf_form_table,
.pod.pod-t .pf_form_table .pf_label_text {
  color: #FFFFFF;
}
.pod.pod-t a {
  color: #FFFFFF;
}
.pod.pod-t a:hover {
  color: #FFFFFF;
}
.pod.pod-t .ixp-component-dropdown-input a {
  color: #000000;
}
.pod.pod-t .generic-fill {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-t .generic-fill:hover {
  background: #f9fafb;
  color: #000000 !important;
  border-color: #f9fafb;
}
.pod.pod-t .generic-fill:hover {
  background: #f9fafb;
  color: #000000 !important;
  border-color: #f9fafb;
}
.pod.pod-t .generic-outline {
  background: transparent;
  color: #FFFFFF !important;
  border-color: #FFFFFF;
}
.pod.pod-t .generic-outline:hover {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-t .generic-outline:hover {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-u {
  background: #003D69;
  color: #FFFFFF;
}
.pod.pod-u h1,
.pod.pod-u h2,
.pod.pod-u h3,
.pod.pod-u h4,
.pod.pod-u h5,
.pod.pod-u h6,
.pod.pod-u p,
.pod.pod-u .pf_form_table,
.pod.pod-u .pf_form_table .pf_label_text {
  color: #FFFFFF;
}
.pod.pod-u a {
  color: #FFFFFF;
}
.pod.pod-u a:hover {
  color: #FFFFFF;
}
.pod.pod-u .ixp-component-dropdown-input a {
  color: #000000;
}
.pod.pod-u .generic-fill {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-u .generic-fill:hover {
  background: #f9fafb;
  color: #000000 !important;
  border-color: #f9fafb;
}
.pod.pod-u .generic-fill:hover {
  background: #f9fafb;
  color: #000000 !important;
  border-color: #f9fafb;
}
.pod.pod-u .generic-outline {
  background: transparent;
  color: #FFFFFF !important;
  border-color: #FFFFFF;
}
.pod.pod-u .generic-outline:hover {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-u .generic-outline:hover {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-v {
  background: #008EF3;
  color: #FFFFFF;
}
.pod.pod-v h1,
.pod.pod-v h2,
.pod.pod-v h3,
.pod.pod-v h4,
.pod.pod-v h5,
.pod.pod-v h6,
.pod.pod-v p,
.pod.pod-v .pf_form_table,
.pod.pod-v .pf_form_table .pf_label_text {
  color: #FFFFFF;
}
.pod.pod-v a {
  color: #FFFFFF;
}
.pod.pod-v a:hover {
  color: #FFFFFF;
}
.pod.pod-v .ixp-component-dropdown-input a {
  color: #000000;
}
.pod.pod-v .generic-fill {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-v .generic-fill:hover {
  background: #f9fafb;
  color: #000000 !important;
  border-color: #f9fafb;
}
.pod.pod-v .generic-fill:hover {
  background: #f9fafb;
  color: #000000 !important;
  border-color: #f9fafb;
}
.pod.pod-v .generic-outline {
  background: transparent;
  color: #FFFFFF !important;
  border-color: #FFFFFF;
}
.pod.pod-v .generic-outline:hover {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-v .generic-outline:hover {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-w {
  background: #0D5543;
  color: #FFFFFF;
}
.pod.pod-w h1,
.pod.pod-w h2,
.pod.pod-w h3,
.pod.pod-w h4,
.pod.pod-w h5,
.pod.pod-w h6,
.pod.pod-w p,
.pod.pod-w .pf_form_table,
.pod.pod-w .pf_form_table .pf_label_text {
  color: #FFFFFF;
}
.pod.pod-w a {
  color: #FFFFFF;
}
.pod.pod-w a:hover {
  color: #FFFFFF;
}
.pod.pod-w .ixp-component-dropdown-input a {
  color: #000000;
}
.pod.pod-w .generic-fill {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-w .generic-fill:hover {
  background: #f9fafb;
  color: #000000 !important;
  border-color: #f9fafb;
}
.pod.pod-w .generic-fill:hover {
  background: #f9fafb;
  color: #000000 !important;
  border-color: #f9fafb;
}
.pod.pod-w .generic-outline {
  background: transparent;
  color: #FFFFFF !important;
  border-color: #FFFFFF;
}
.pod.pod-w .generic-outline:hover {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-w .generic-outline:hover {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-x {
  background: #0A4335;
  color: #FFFFFF;
}
.pod.pod-x h1,
.pod.pod-x h2,
.pod.pod-x h3,
.pod.pod-x h4,
.pod.pod-x h5,
.pod.pod-x h6,
.pod.pod-x p,
.pod.pod-x .pf_form_table,
.pod.pod-x .pf_form_table .pf_label_text {
  color: #FFFFFF;
}
.pod.pod-x a {
  color: #FFFFFF;
}
.pod.pod-x a:hover {
  color: #FFFFFF;
}
.pod.pod-x .ixp-component-dropdown-input a {
  color: #000000;
}
.pod.pod-x .generic-fill {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-x .generic-fill:hover {
  background: #f9fafb;
  color: #000000 !important;
  border-color: #f9fafb;
}
.pod.pod-x .generic-fill:hover {
  background: #f9fafb;
  color: #000000 !important;
  border-color: #f9fafb;
}
.pod.pod-x .generic-outline {
  background: transparent;
  color: #FFFFFF !important;
  border-color: #FFFFFF;
}
.pod.pod-x .generic-outline:hover {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-x .generic-outline:hover {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-y {
  background: #189D7C;
  color: #FFFFFF;
}
.pod.pod-y h1,
.pod.pod-y h2,
.pod.pod-y h3,
.pod.pod-y h4,
.pod.pod-y h5,
.pod.pod-y h6,
.pod.pod-y p,
.pod.pod-y .pf_form_table,
.pod.pod-y .pf_form_table .pf_label_text {
  color: #FFFFFF;
}
.pod.pod-y a {
  color: #FFFFFF;
}
.pod.pod-y a:hover {
  color: #FFFFFF;
}
.pod.pod-y .ixp-component-dropdown-input a {
  color: #000000;
}
.pod.pod-y .generic-fill {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-y .generic-fill:hover {
  background: #f9fafb;
  color: #000000 !important;
  border-color: #f9fafb;
}
.pod.pod-y .generic-fill:hover {
  background: #f9fafb;
  color: #000000 !important;
  border-color: #f9fafb;
}
.pod.pod-y .generic-outline {
  background: transparent;
  color: #FFFFFF !important;
  border-color: #FFFFFF;
}
.pod.pod-y .generic-outline:hover {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-y .generic-outline:hover {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-z {
  background: #8b271b;
  color: #FFFFFF;
}
.pod.pod-z h1,
.pod.pod-z h2,
.pod.pod-z h3,
.pod.pod-z h4,
.pod.pod-z h5,
.pod.pod-z h6,
.pod.pod-z p,
.pod.pod-z .pf_form_table,
.pod.pod-z .pf_form_table .pf_label_text {
  color: #FFFFFF;
}
.pod.pod-z a {
  color: #FFFFFF;
}
.pod.pod-z a:hover {
  color: #FFFFFF;
}
.pod.pod-z .ixp-component-dropdown-input a {
  color: #000000;
}
.pod.pod-z .generic-fill {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-z .generic-fill:hover {
  background: #f9fafb;
  color: #000000 !important;
  border-color: #f9fafb;
}
.pod.pod-z .generic-fill:hover {
  background: #f9fafb;
  color: #000000 !important;
  border-color: #f9fafb;
}
.pod.pod-z .generic-outline {
  background: transparent;
  color: #FFFFFF !important;
  border-color: #FFFFFF;
}
.pod.pod-z .generic-outline:hover {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-z .generic-outline:hover {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-aa {
  background: #6f1f16;
  color: #FFFFFF;
}
.pod.pod-aa h1,
.pod.pod-aa h2,
.pod.pod-aa h3,
.pod.pod-aa h4,
.pod.pod-aa h5,
.pod.pod-aa h6,
.pod.pod-aa p,
.pod.pod-aa .pf_form_table,
.pod.pod-aa .pf_form_table .pf_label_text {
  color: #FFFFFF;
}
.pod.pod-aa a {
  color: #FFFFFF;
}
.pod.pod-aa a:hover {
  color: #FFFFFF;
}
.pod.pod-aa .ixp-component-dropdown-input a {
  color: #000000;
}
.pod.pod-aa .generic-fill {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-aa .generic-fill:hover {
  background: #f9fafb;
  color: #000000 !important;
  border-color: #f9fafb;
}
.pod.pod-aa .generic-fill:hover {
  background: #f9fafb;
  color: #000000 !important;
  border-color: #f9fafb;
}
.pod.pod-aa .generic-outline {
  background: transparent;
  color: #FFFFFF !important;
  border-color: #FFFFFF;
}
.pod.pod-aa .generic-outline:hover {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-aa .generic-outline:hover {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-ab {
  background: #e75f4f;
  color: #FFFFFF;
}
.pod.pod-ab h1,
.pod.pod-ab h2,
.pod.pod-ab h3,
.pod.pod-ab h4,
.pod.pod-ab h5,
.pod.pod-ab h6,
.pod.pod-ab p,
.pod.pod-ab .pf_form_table,
.pod.pod-ab .pf_form_table .pf_label_text {
  color: #FFFFFF;
}
.pod.pod-ab a {
  color: #FFFFFF;
}
.pod.pod-ab a:hover {
  color: #FFFFFF;
}
.pod.pod-ab .ixp-component-dropdown-input a {
  color: #000000;
}
.pod.pod-ab .generic-fill {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-ab .generic-fill:hover {
  background: #f9fafb;
  color: #000000 !important;
  border-color: #f9fafb;
}
.pod.pod-ab .generic-fill:hover {
  background: #f9fafb;
  color: #000000 !important;
  border-color: #f9fafb;
}
.pod.pod-ab .generic-outline {
  background: transparent;
  color: #FFFFFF !important;
  border-color: #FFFFFF;
}
.pod.pod-ab .generic-outline:hover {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-ab .generic-outline:hover {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-ac {
  background: #81212b;
  color: #FFFFFF;
}
.pod.pod-ac h1,
.pod.pod-ac h2,
.pod.pod-ac h3,
.pod.pod-ac h4,
.pod.pod-ac h5,
.pod.pod-ac h6,
.pod.pod-ac p,
.pod.pod-ac .pf_form_table,
.pod.pod-ac .pf_form_table .pf_label_text {
  color: #FFFFFF;
}
.pod.pod-ac a {
  color: #FFFFFF;
}
.pod.pod-ac a:hover {
  color: #FFFFFF;
}
.pod.pod-ac .ixp-component-dropdown-input a {
  color: #000000;
}
.pod.pod-ac .generic-fill {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-ac .generic-fill:hover {
  background: #f9fafb;
  color: #000000 !important;
  border-color: #f9fafb;
}
.pod.pod-ac .generic-fill:hover {
  background: #f9fafb;
  color: #000000 !important;
  border-color: #f9fafb;
}
.pod.pod-ac .generic-outline {
  background: transparent;
  color: #FFFFFF !important;
  border-color: #FFFFFF;
}
.pod.pod-ac .generic-outline:hover {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-ac .generic-outline:hover {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-ad {
  background: #b11e1e;
  color: #FFFFFF;
}
.pod.pod-ad h1,
.pod.pod-ad h2,
.pod.pod-ad h3,
.pod.pod-ad h4,
.pod.pod-ad h5,
.pod.pod-ad h6,
.pod.pod-ad p,
.pod.pod-ad .pf_form_table,
.pod.pod-ad .pf_form_table .pf_label_text {
  color: #FFFFFF;
}
.pod.pod-ad a {
  color: #FFFFFF;
}
.pod.pod-ad a:hover {
  color: #FFFFFF;
}
.pod.pod-ad .ixp-component-dropdown-input a {
  color: #000000;
}
.pod.pod-ad .generic-fill {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-ad .generic-fill:hover {
  background: #f9fafb;
  color: #000000 !important;
  border-color: #f9fafb;
}
.pod.pod-ad .generic-fill:hover {
  background: #f9fafb;
  color: #000000 !important;
  border-color: #f9fafb;
}
.pod.pod-ad .generic-outline {
  background: transparent;
  color: #FFFFFF !important;
  border-color: #FFFFFF;
}
.pod.pod-ad .generic-outline:hover {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-ad .generic-outline:hover {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-ae {
  background: #e82c2a;
  color: #FFFFFF;
}
.pod.pod-ae h1,
.pod.pod-ae h2,
.pod.pod-ae h3,
.pod.pod-ae h4,
.pod.pod-ae h5,
.pod.pod-ae h6,
.pod.pod-ae p,
.pod.pod-ae .pf_form_table,
.pod.pod-ae .pf_form_table .pf_label_text {
  color: #FFFFFF;
}
.pod.pod-ae a {
  color: #FFFFFF;
}
.pod.pod-ae a:hover {
  color: #FFFFFF;
}
.pod.pod-ae .ixp-component-dropdown-input a {
  color: #000000;
}
.pod.pod-ae .generic-fill {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-ae .generic-fill:hover {
  background: #f9fafb;
  color: #000000 !important;
  border-color: #f9fafb;
}
.pod.pod-ae .generic-fill:hover {
  background: #f9fafb;
  color: #000000 !important;
  border-color: #f9fafb;
}
.pod.pod-ae .generic-outline {
  background: transparent;
  color: #FFFFFF !important;
  border-color: #FFFFFF;
}
.pod.pod-ae .generic-outline:hover {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-ae .generic-outline:hover {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-af {
  background: #509e2f;
  color: #FFFFFF;
}
.pod.pod-af h1,
.pod.pod-af h2,
.pod.pod-af h3,
.pod.pod-af h4,
.pod.pod-af h5,
.pod.pod-af h6,
.pod.pod-af p,
.pod.pod-af .pf_form_table,
.pod.pod-af .pf_form_table .pf_label_text {
  color: #FFFFFF;
}
.pod.pod-af a {
  color: #FFFFFF;
}
.pod.pod-af a:hover {
  color: #FFFFFF;
}
.pod.pod-af .ixp-component-dropdown-input a {
  color: #000000;
}
.pod.pod-af .generic-fill {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-af .generic-fill:hover {
  background: #f9fafb;
  color: #000000 !important;
  border-color: #f9fafb;
}
.pod.pod-af .generic-fill:hover {
  background: #f9fafb;
  color: #000000 !important;
  border-color: #f9fafb;
}
.pod.pod-af .generic-outline {
  background: transparent;
  color: #FFFFFF !important;
  border-color: #FFFFFF;
}
.pod.pod-af .generic-outline:hover {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-af .generic-outline:hover {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-ag {
  background: #7ec352;
  color: #FFFFFF;
}
.pod.pod-ag h1,
.pod.pod-ag h2,
.pod.pod-ag h3,
.pod.pod-ag h4,
.pod.pod-ag h5,
.pod.pod-ag h6,
.pod.pod-ag p,
.pod.pod-ag .pf_form_table,
.pod.pod-ag .pf_form_table .pf_label_text {
  color: #FFFFFF;
}
.pod.pod-ag a {
  color: #FFFFFF;
}
.pod.pod-ag a:hover {
  color: #FFFFFF;
}
.pod.pod-ag .ixp-component-dropdown-input a {
  color: #000000;
}
.pod.pod-ag .generic-fill {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-ag .generic-fill:hover {
  background: #f9fafb;
  color: #000000 !important;
  border-color: #f9fafb;
}
.pod.pod-ag .generic-fill:hover {
  background: #f9fafb;
  color: #000000 !important;
  border-color: #f9fafb;
}
.pod.pod-ag .generic-outline {
  background: transparent;
  color: #FFFFFF !important;
  border-color: #FFFFFF;
}
.pod.pod-ag .generic-outline:hover {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-ag .generic-outline:hover {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-ah {
  background: #a1d884;
  color: #FFFFFF;
}
.pod.pod-ah h1,
.pod.pod-ah h2,
.pod.pod-ah h3,
.pod.pod-ah h4,
.pod.pod-ah h5,
.pod.pod-ah h6,
.pod.pod-ah p,
.pod.pod-ah .pf_form_table,
.pod.pod-ah .pf_form_table .pf_label_text {
  color: #FFFFFF;
}
.pod.pod-ah a {
  color: #FFFFFF;
}
.pod.pod-ah a:hover {
  color: #FFFFFF;
}
.pod.pod-ah .ixp-component-dropdown-input a {
  color: #000000;
}
.pod.pod-ah .generic-fill {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-ah .generic-fill:hover {
  background: #f9fafb;
  color: #000000 !important;
  border-color: #f9fafb;
}
.pod.pod-ah .generic-fill:hover {
  background: #f9fafb;
  color: #000000 !important;
  border-color: #f9fafb;
}
.pod.pod-ah .generic-outline {
  background: transparent;
  color: #FFFFFF !important;
  border-color: #FFFFFF;
}
.pod.pod-ah .generic-outline:hover {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-ah .generic-outline:hover {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-ai {
  background: #d0deb8;
  color: #FFFFFF;
}
.pod.pod-ai h1,
.pod.pod-ai h2,
.pod.pod-ai h3,
.pod.pod-ai h4,
.pod.pod-ai h5,
.pod.pod-ai h6,
.pod.pod-ai p,
.pod.pod-ai .pf_form_table,
.pod.pod-ai .pf_form_table .pf_label_text {
  color: #FFFFFF;
}
.pod.pod-ai a {
  color: #FFFFFF;
}
.pod.pod-ai a:hover {
  color: #FFFFFF;
}
.pod.pod-ai .ixp-component-dropdown-input a {
  color: #000000;
}
.pod.pod-ai .generic-fill {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-ai .generic-fill:hover {
  background: #f9fafb;
  color: #000000 !important;
  border-color: #f9fafb;
}
.pod.pod-ai .generic-fill:hover {
  background: #f9fafb;
  color: #000000 !important;
  border-color: #f9fafb;
}
.pod.pod-ai .generic-outline {
  background: transparent;
  color: #FFFFFF !important;
  border-color: #FFFFFF;
}
.pod.pod-ai .generic-outline:hover {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-ai .generic-outline:hover {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-aj {
  background: #e35205;
  color: #FFFFFF;
}
.pod.pod-aj h1,
.pod.pod-aj h2,
.pod.pod-aj h3,
.pod.pod-aj h4,
.pod.pod-aj h5,
.pod.pod-aj h6,
.pod.pod-aj p,
.pod.pod-aj .pf_form_table,
.pod.pod-aj .pf_form_table .pf_label_text {
  color: #FFFFFF;
}
.pod.pod-aj a {
  color: #FFFFFF;
}
.pod.pod-aj a:hover {
  color: #FFFFFF;
}
.pod.pod-aj .ixp-component-dropdown-input a {
  color: #000000;
}
.pod.pod-aj .generic-fill {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-aj .generic-fill:hover {
  background: #f9fafb;
  color: #000000 !important;
  border-color: #f9fafb;
}
.pod.pod-aj .generic-fill:hover {
  background: #f9fafb;
  color: #000000 !important;
  border-color: #f9fafb;
}
.pod.pod-aj .generic-outline {
  background: transparent;
  color: #FFFFFF !important;
  border-color: #FFFFFF;
}
.pod.pod-aj .generic-outline:hover {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-aj .generic-outline:hover {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-ak {
  background: #ff671f;
  color: #FFFFFF;
}
.pod.pod-ak h1,
.pod.pod-ak h2,
.pod.pod-ak h3,
.pod.pod-ak h4,
.pod.pod-ak h5,
.pod.pod-ak h6,
.pod.pod-ak p,
.pod.pod-ak .pf_form_table,
.pod.pod-ak .pf_form_table .pf_label_text {
  color: #FFFFFF;
}
.pod.pod-ak a {
  color: #FFFFFF;
}
.pod.pod-ak a:hover {
  color: #FFFFFF;
}
.pod.pod-ak .ixp-component-dropdown-input a {
  color: #000000;
}
.pod.pod-ak .generic-fill {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-ak .generic-fill:hover {
  background: #f9fafb;
  color: #000000 !important;
  border-color: #f9fafb;
}
.pod.pod-ak .generic-fill:hover {
  background: #f9fafb;
  color: #000000 !important;
  border-color: #f9fafb;
}
.pod.pod-ak .generic-outline {
  background: transparent;
  color: #FFFFFF !important;
  border-color: #FFFFFF;
}
.pod.pod-ak .generic-outline:hover {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-ak .generic-outline:hover {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-al {
  background: #ff9d6e;
  color: #FFFFFF;
}
.pod.pod-al h1,
.pod.pod-al h2,
.pod.pod-al h3,
.pod.pod-al h4,
.pod.pod-al h5,
.pod.pod-al h6,
.pod.pod-al p,
.pod.pod-al .pf_form_table,
.pod.pod-al .pf_form_table .pf_label_text {
  color: #FFFFFF;
}
.pod.pod-al a {
  color: #FFFFFF;
}
.pod.pod-al a:hover {
  color: #FFFFFF;
}
.pod.pod-al .ixp-component-dropdown-input a {
  color: #000000;
}
.pod.pod-al .generic-fill {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-al .generic-fill:hover {
  background: #f9fafb;
  color: #000000 !important;
  border-color: #f9fafb;
}
.pod.pod-al .generic-fill:hover {
  background: #f9fafb;
  color: #000000 !important;
  border-color: #f9fafb;
}
.pod.pod-al .generic-outline {
  background: transparent;
  color: #FFFFFF !important;
  border-color: #FFFFFF;
}
.pod.pod-al .generic-outline:hover {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-al .generic-outline:hover {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-am {
  background: #ffbe9f;
  color: #FFFFFF;
}
.pod.pod-am h1,
.pod.pod-am h2,
.pod.pod-am h3,
.pod.pod-am h4,
.pod.pod-am h5,
.pod.pod-am h6,
.pod.pod-am p,
.pod.pod-am .pf_form_table,
.pod.pod-am .pf_form_table .pf_label_text {
  color: #FFFFFF;
}
.pod.pod-am a {
  color: #FFFFFF;
}
.pod.pod-am a:hover {
  color: #FFFFFF;
}
.pod.pod-am .ixp-component-dropdown-input a {
  color: #000000;
}
.pod.pod-am .generic-fill {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-am .generic-fill:hover {
  background: #f9fafb;
  color: #000000 !important;
  border-color: #f9fafb;
}
.pod.pod-am .generic-fill:hover {
  background: #f9fafb;
  color: #000000 !important;
  border-color: #f9fafb;
}
.pod.pod-am .generic-outline {
  background: transparent;
  color: #FFFFFF !important;
  border-color: #FFFFFF;
}
.pod.pod-am .generic-outline:hover {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-am .generic-outline:hover {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-an {
  background: #0B544F;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#0B544F), to(#229A94));
  background: linear-gradient(to right, #0B544F 0%, #229A94 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color-a', endColorstr='@color-c', GradientType=1);
  /* IE6-9 */
  color: #FFFFFF;
}
.pod.pod-an h1,
.pod.pod-an h2,
.pod.pod-an h3,
.pod.pod-an h4,
.pod.pod-an h5,
.pod.pod-an h6,
.pod.pod-an p,
.pod.pod-an .pf_form_table,
.pod.pod-an .pf_form_table .pf_label_text {
  color: #FFFFFF;
}
.pod.pod-an a {
  color: #FFFFFF;
}
.pod.pod-an a:hover {
  color: #FFFFFF;
}
.pod.pod-an .ixp-component-dropdown-input a {
  color: #000000;
}
.pod.pod-an .generic-fill {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-an .generic-fill:hover {
  background: #f9fafb;
  color: #000000 !important;
  border-color: #f9fafb;
}
.pod.pod-an .generic-fill:hover {
  background: #f9fafb;
  color: #000000 !important;
  border-color: #f9fafb;
}
.pod.pod-an .generic-outline {
  background: transparent;
  color: #FFFFFF !important;
  border-color: #FFFFFF;
}
.pod.pod-an .generic-outline:hover {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-an .generic-outline:hover {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-ao {
  background: #004D84;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#004D84), to(#008EF3));
  background: linear-gradient(to right, #004D84 0%, #008EF3 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color-p', endColorstr='@color-r', GradientType=1);
  /* IE6-9 */
  color: #FFFFFF;
}
.pod.pod-ao h1,
.pod.pod-ao h2,
.pod.pod-ao h3,
.pod.pod-ao h4,
.pod.pod-ao h5,
.pod.pod-ao h6,
.pod.pod-ao p,
.pod.pod-ao .pf_form_table,
.pod.pod-ao .pf_form_table .pf_label_text {
  color: #FFFFFF;
}
.pod.pod-ao a {
  color: #FFFFFF;
}
.pod.pod-ao a:hover {
  color: #FFFFFF;
}
.pod.pod-ao .ixp-component-dropdown-input a {
  color: #000000;
}
.pod.pod-ao .generic-fill {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-ao .generic-fill:hover {
  background: #f9fafb;
  color: #000000 !important;
  border-color: #f9fafb;
}
.pod.pod-ao .generic-fill:hover {
  background: #f9fafb;
  color: #000000 !important;
  border-color: #f9fafb;
}
.pod.pod-ao .generic-outline {
  background: transparent;
  color: #FFFFFF !important;
  border-color: #FFFFFF;
}
.pod.pod-ao .generic-outline:hover {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-ao .generic-outline:hover {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-ap {
  background: #0D5543;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#0D5543), to(#189D7C));
  background: linear-gradient(to right, #0D5543 0%, #189D7C 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color-s', endColorstr='@color-u', GradientType=1);
  /* IE6-9 */
  color: #FFFFFF;
}
.pod.pod-ap h1,
.pod.pod-ap h2,
.pod.pod-ap h3,
.pod.pod-ap h4,
.pod.pod-ap h5,
.pod.pod-ap h6,
.pod.pod-ap p,
.pod.pod-ap .pf_form_table,
.pod.pod-ap .pf_form_table .pf_label_text {
  color: #FFFFFF;
}
.pod.pod-ap a {
  color: #FFFFFF;
}
.pod.pod-ap a:hover {
  color: #FFFFFF;
}
.pod.pod-ap .ixp-component-dropdown-input a {
  color: #000000;
}
.pod.pod-ap .generic-fill {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-ap .generic-fill:hover {
  background: #f9fafb;
  color: #000000 !important;
  border-color: #f9fafb;
}
.pod.pod-ap .generic-fill:hover {
  background: #f9fafb;
  color: #000000 !important;
  border-color: #f9fafb;
}
.pod.pod-ap .generic-outline {
  background: transparent;
  color: #FFFFFF !important;
  border-color: #FFFFFF;
}
.pod.pod-ap .generic-outline:hover {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-ap .generic-outline:hover {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-aq {
  background: #8b271b;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#8b271b), to(#e75f4f));
  background: linear-gradient(to right, #8b271b 0%, #e75f4f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color-v', endColorstr='@color-x', GradientType=1);
  /* IE6-9 */
  color: #FFFFFF;
}
.pod.pod-aq h1,
.pod.pod-aq h2,
.pod.pod-aq h3,
.pod.pod-aq h4,
.pod.pod-aq h5,
.pod.pod-aq h6,
.pod.pod-aq p,
.pod.pod-aq .pf_form_table,
.pod.pod-aq .pf_form_table .pf_label_text {
  color: #FFFFFF;
}
.pod.pod-aq a {
  color: #FFFFFF;
}
.pod.pod-aq a:hover {
  color: #FFFFFF;
}
.pod.pod-aq .ixp-component-dropdown-input a {
  color: #000000;
}
.pod.pod-aq .generic-fill {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-aq .generic-fill:hover {
  background: #f9fafb;
  color: #000000 !important;
  border-color: #f9fafb;
}
.pod.pod-aq .generic-fill:hover {
  background: #f9fafb;
  color: #000000 !important;
  border-color: #f9fafb;
}
.pod.pod-aq .generic-outline {
  background: transparent;
  color: #FFFFFF !important;
  border-color: #FFFFFF;
}
.pod.pod-aq .generic-outline:hover {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-aq .generic-outline:hover {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-ar {
  background: #343c47;
  color: #FFFFFF;
}
.pod.pod-ar h1,
.pod.pod-ar h2,
.pod.pod-ar h3,
.pod.pod-ar h4,
.pod.pod-ar h5,
.pod.pod-ar h6,
.pod.pod-ar p,
.pod.pod-ar .pf_form_table,
.pod.pod-ar .pf_form_table .pf_label_text {
  color: #FFFFFF;
}
.pod.pod-ar a {
  color: #FFFFFF;
}
.pod.pod-ar a:hover {
  color: #FFFFFF;
}
.pod.pod-ar .ixp-component-dropdown-input a {
  color: #000000;
}
.pod.pod-ar .generic-fill {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-ar .generic-fill:hover {
  background: #f9fafb;
  color: #000000 !important;
  border-color: #f9fafb;
}
.pod.pod-ar .generic-fill:hover {
  background: #f9fafb;
  color: #000000 !important;
  border-color: #f9fafb;
}
.pod.pod-ar .generic-outline {
  background: transparent;
  color: #FFFFFF !important;
  border-color: #FFFFFF;
}
.pod.pod-ar .generic-outline:hover {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
.pod.pod-ar .generic-outline:hover {
  background: #FFFFFF;
  color: #000000 !important;
  border-color: #FFFFFF;
}
/* ======================================
	Pods with Form Styling

	REQUIRED CLASS: .pod.form-pod-a
====================================== */
.pod.form-pod-a {
  background: #FFFFFF;
  color: #000000;
}
.pod.form-pod-a h1,
.pod.form-pod-a h2,
.pod.form-pod-a h3,
.pod.form-pod-a h4,
.pod.form-pod-a h5,
.pod.form-pod-a h6,
.pod.form-pod-a p,
.pod.form-pod-a .pf_form_table,
.pod.form-pod-a .pf_form_table .pf_label_text {
  color: #000000;
}
.pod.form-pod-a a {
  color: #246BFF;
}
.pod.form-pod-a a:hover {
  color: #246BFF;
}
.pod.form-pod-a .ixp-component-dropdown-input a {
  color: #000000;
}
.pod.form-pod-a .generic-fill {
  background: #229A94;
  color: #FFFFFF !important;
  border-color: #229A94;
}
.pod.form-pod-a .generic-fill:hover {
  background: #0B544F;
  color: #FFFFFF !important;
  border-color: #0B544F;
}
.pod.form-pod-a .generic-fill:hover {
  background: #0B544F;
  color: #FFFFFF !important;
  border-color: #0B544F;
}
.pod.form-pod-a .generic-outline {
  background: transparent;
  color: #229A94 !important;
  border-color: #229A94;
}
.pod.form-pod-a .generic-outline:hover {
  background: #0B544F;
  color: #FFFFFF !important;
  border-color: #0B544F;
}
.pod.form-pod-a .generic-outline:hover {
  background: #0B544F;
  color: #FFFFFF !important;
  border-color: #0B544F;
}
/* ======================================
	Pod IXP Information

	REQUIRED CLASS: .pod, .pod-a, .pod.form-pod-a
====================================== */
.pod {
  -ixp-name: "Transparent";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-a {
  -ixp-name: "White Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-b {
  -ixp-name: "White Transparent Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-c {
  -ixp-name: "Black Transparent Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-d {
  -ixp-name: "Black Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
/* Sammons */
.pod.pod-e {
  -ixp-name: "Sammons Primary Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-f {
  -ixp-name: "Sammons Dark Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-g {
  -ixp-name: "Sammons Light Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-an {
  -ixp-name: "Sammons Gradient Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-h {
  -ixp-name: "Sammons Rich Black Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
/* Midland */
.pod.pod-t {
  -ixp-name: "Midland Primary Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-u {
  -ixp-name: "Midland Dark Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-v {
  -ixp-name: "Midland Light Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-ao {
  -ixp-name: "Midland Gradient Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
/* North American */
.pod.pod-w {
  -ixp-name: "North American Primary Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-x {
  -ixp-name: "North American Dark Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-y {
  -ixp-name: "North American Light Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-ap {
  -ixp-name: "North American Gradient Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
/* SIG */
.pod.pod-z {
  -ixp-name: "SIG Primary Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-aa {
  -ixp-name: "SIG Dark Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-ab {
  -ixp-name: "SIG Light Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-aq {
  -ixp-name: "SIG Gradient Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
/* Colors */
.pod.pod-ac {
  -ixp-name: "Apple Extra Dark Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-ad {
  -ixp-name: "Apple Dark Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-ae {
  -ixp-name: "Apple Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-r {
  -ixp-name: "Orange Extra Dark Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-aj {
  -ixp-name: "Orange Dark Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-ak {
  -ixp-name: "Orange Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-al {
  -ixp-name: "Orange Light Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-am {
  -ixp-name: "Orange Extra Light Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-p {
  -ixp-name: "Lime Extra Dark Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-af {
  -ixp-name: "Lime Dark Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-ag {
  -ixp-name: "Lime Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-ah {
  -ixp-name: "Lime Light Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-ai {
  -ixp-name: "Lime Extra Light Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.form-pod-a {
  -ixp-name: "White Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
/* Neutral */
.pod.pod-i {
  -ixp-name: "Neutral Primary-50 Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-n {
  -ixp-name: "Neutral Primary-100 Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-j {
  -ixp-name: "Neutral Primary-200 Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-k {
  -ixp-name: "Neutral Primary-300 Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-s {
  -ixp-name: "Neutral Primary-400 Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-m {
  -ixp-name: "Neutral Primary-500 Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-q {
  -ixp-name: "Neutral Primary-600 Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-o {
  -ixp-name: "Neutral Primary-700 Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-l {
  -ixp-name: "Neutral Primary-800 Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-ar {
  -ixp-name: "Neutral Primary-900 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: #0B544F;
  color: #FFFFFF;
  font-family: 'Assistant', sans-serif;
  font-size: 1em;
  margin: 0;
  text-transform: none;
  padding: 0;
  text-align: center;
}
.ixp-nav .ixp-nav-collapsible {
  height: auto;
  float: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.ixp-nav .ixp-nav-collapsible .ixp-navitem {
  background: none;
  display: inline-block;
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-right: none;
}
.ixp-nav .ixp-nav-collapsible .ixp-navitem a {
  background-color: transparent;
  color: #FFFFFF;
  display: block;
  padding: 1.25em 1em;
  text-decoration: none;
  font-family: 'Assistant', sans-serif;
  line-height: 1;
}
.ixp-nav .ixp-nav-collapsible .ixp-navitem a:hover {
  background-color: #FFFFFF;
  color: #0B544F;
  text-decoration: none;
}
.ixp-nav .ixp-navlist {
  max-width: 1170px;
  margin: 0 auto;
  text-align: center;
}
.ixp-nav.ixp-nav-collapsed {
  background-color: #0B544F;
  margin: 0.5em 0;
  text-align: center;
}
.ixp-nav.ixp-nav-collapsed .ixp-nav-opened {
  background-color: #0B544F;
}
.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: #FFFFFF;
  opacity: 0.6;
}
.ixp-nav .ixp-nav-toggle:hover .ixp-nav-icon-bar {
  background-color: #FFFFFF;
  opacity: 1;
}
.ixp-nav .ixp-nav-toggle.ixp-nav-active .ixp-nav-icon-bar {
  /* nav toggle button icon (menu open) */
  background-color: #FFFFFF;
  opacity: 1;
}
/* ======================================
	Navigation: alt theme(s)
    REQUIRED CLASS - .ixp-nav-menu-a
====================================== */
/* ========== THEME A ========== */
.ixp-nav-menu-a {
  background-color: #004D84;
  color: #FFFFFF;
  font-family: 'Assistant', sans-serif;
  font-size: 1em;
  margin: 0;
  text-transform: none;
  padding: 0;
  text-align: center;
}
.ixp-nav-menu-a .ixp-nav-collapsible {
  height: auto;
  float: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.ixp-nav-menu-a .ixp-nav-collapsible .ixp-navitem {
  background: none;
  display: inline-block;
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-right: none;
}
.ixp-nav-menu-a .ixp-nav-collapsible .ixp-navitem a {
  background-color: transparent;
  color: #FFFFFF;
  display: block;
  padding: 1.25em 1em;
  text-decoration: none;
  font-family: 'Assistant', sans-serif;
  line-height: 1;
}
.ixp-nav-menu-a .ixp-nav-collapsible .ixp-navitem a:hover {
  background-color: #FFFFFF;
  color: #004D84;
  text-decoration: none;
}
.ixp-nav-menu-a .ixp-navlist {
  max-width: 1170px;
  margin: 0 auto;
  text-align: center;
}
.ixp-nav-menu-a.ixp-nav-collapsed {
  background-color: #004D84;
  margin: 0.5em 0;
  text-align: center;
}
.ixp-nav-menu-a.ixp-nav-collapsed .ixp-nav-opened {
  background-color: #004D84;
}
.ixp-nav-menu-a.ixp-nav-collapsed .ixp-nav-collapsible {
  float: none;
}
.ixp-nav-menu-a.ixp-nav-collapsed .ixp-navitem {
  display: block;
  float: none;
  margin: 0;
  padding: 0;
  border: none;
}
.ixp-nav-menu-a.ixp-nav-collapsed .ixp-navitem a {
  padding: 10px;
  text-align: center;
  font-size: 110%;
}
.ixp-nav-menu-a .ixp-nav-toggle {
  margin: 0;
}
.ixp-nav-menu-a .ixp-nav-toggle .ixp-nav-icon-bar {
  /* nav toggle button icon (menu closed) */
  background-color: #FFFFFF;
  opacity: 0.6;
}
.ixp-nav-menu-a .ixp-nav-toggle:hover .ixp-nav-icon-bar {
  background-color: #FFFFFF;
  opacity: 1;
}
.ixp-nav-menu-a .ixp-nav-toggle.ixp-nav-active .ixp-nav-icon-bar {
  /* nav toggle button icon (menu open) */
  background-color: #FFFFFF;
  opacity: 1;
}
/* ========== THEME B ========== */
.ixp-nav-menu-b {
  background-color: #0D5543;
  color: #FFFFFF;
  font-family: 'Assistant', sans-serif;
  font-size: 1em;
  margin: 0;
  text-transform: none;
  padding: 0;
  text-align: center;
}
.ixp-nav-menu-b .ixp-nav-collapsible {
  height: auto;
  float: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.ixp-nav-menu-b .ixp-nav-collapsible .ixp-navitem {
  background: none;
  display: inline-block;
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-right: none;
}
.ixp-nav-menu-b .ixp-nav-collapsible .ixp-navitem a {
  background-color: transparent;
  color: #FFFFFF;
  display: block;
  padding: 1.25em 1em;
  text-decoration: none;
  font-family: 'Assistant', sans-serif;
  line-height: 1;
}
.ixp-nav-menu-b .ixp-nav-collapsible .ixp-navitem a:hover {
  background-color: #FFFFFF;
  color: #0D5543;
  text-decoration: none;
}
.ixp-nav-menu-b .ixp-navlist {
  max-width: 1170px;
  margin: 0 auto;
  text-align: center;
}
.ixp-nav-menu-b.ixp-nav-collapsed {
  background-color: #0D5543;
  margin: 0.5em 0;
  text-align: center;
}
.ixp-nav-menu-b.ixp-nav-collapsed .ixp-nav-opened {
  background-color: #0D5543;
}
.ixp-nav-menu-b.ixp-nav-collapsed .ixp-nav-collapsible {
  float: none;
}
.ixp-nav-menu-b.ixp-nav-collapsed .ixp-navitem {
  display: block;
  float: none;
  margin: 0;
  padding: 0;
  border: none;
}
.ixp-nav-menu-b.ixp-nav-collapsed .ixp-navitem a {
  padding: 10px;
  text-align: center;
  font-size: 110%;
}
.ixp-nav-menu-b .ixp-nav-toggle {
  margin: 0;
}
.ixp-nav-menu-b .ixp-nav-toggle .ixp-nav-icon-bar {
  /* nav toggle button icon (menu closed) */
  background-color: #FFFFFF;
  opacity: 0.6;
}
.ixp-nav-menu-b .ixp-nav-toggle:hover .ixp-nav-icon-bar {
  background-color: #FFFFFF;
  opacity: 1;
}
.ixp-nav-menu-b .ixp-nav-toggle.ixp-nav-active .ixp-nav-icon-bar {
  /* nav toggle button icon (menu open) */
  background-color: #FFFFFF;
  opacity: 1;
}
/* ========== THEME C ========== */
.ixp-nav-menu-c {
  background-color: #8b271b;
  color: #FFFFFF;
  font-family: 'Assistant', sans-serif;
  font-size: 1em;
  margin: 0;
  text-transform: none;
  padding: 0;
  text-align: center;
}
.ixp-nav-menu-c .ixp-nav-collapsible {
  height: auto;
  float: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.ixp-nav-menu-c .ixp-nav-collapsible .ixp-navitem {
  background: none;
  display: inline-block;
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-right: none;
}
.ixp-nav-menu-c .ixp-nav-collapsible .ixp-navitem a {
  background-color: transparent;
  color: #FFFFFF;
  display: block;
  padding: 1.25em 1em;
  text-decoration: none;
  font-family: 'Assistant', sans-serif;
  line-height: 1;
}
.ixp-nav-menu-c .ixp-nav-collapsible .ixp-navitem a:hover {
  background-color: #FFFFFF;
  color: #8b271b;
  text-decoration: none;
}
.ixp-nav-menu-c .ixp-navlist {
  max-width: 1170px;
  margin: 0 auto;
  text-align: center;
}
.ixp-nav-menu-c.ixp-nav-collapsed {
  background-color: #8b271b;
  margin: 0.5em 0;
  text-align: center;
}
.ixp-nav-menu-c.ixp-nav-collapsed .ixp-nav-opened {
  background-color: #8b271b;
}
.ixp-nav-menu-c.ixp-nav-collapsed .ixp-nav-collapsible {
  float: none;
}
.ixp-nav-menu-c.ixp-nav-collapsed .ixp-navitem {
  display: block;
  float: none;
  margin: 0;
  padding: 0;
  border: none;
}
.ixp-nav-menu-c.ixp-nav-collapsed .ixp-navitem a {
  padding: 10px;
  text-align: center;
  font-size: 110%;
}
.ixp-nav-menu-c .ixp-nav-toggle {
  margin: 0;
}
.ixp-nav-menu-c .ixp-nav-toggle .ixp-nav-icon-bar {
  /* nav toggle button icon (menu closed) */
  background-color: #FFFFFF;
  opacity: 0.6;
}
.ixp-nav-menu-c .ixp-nav-toggle:hover .ixp-nav-icon-bar {
  background-color: #FFFFFF;
  opacity: 1;
}
.ixp-nav-menu-c .ixp-nav-toggle.ixp-nav-active .ixp-nav-icon-bar {
  /* nav toggle button icon (menu open) */
  background-color: #FFFFFF;
  opacity: 1;
}
/* ======================================
	Navigation IXP Information
====================================== */
.ixp-nav-menu-a {
  -ixp-name: "Midland Navigation";
  -ixp-tags: "Navigation";
  -ixp-group: "navigation";
  -ixp-scope: "Navigation";
}
.ixp-nav-menu-b {
  -ixp-name: "North American Navigation";
  -ixp-tags: "Navigation";
  -ixp-group: "navigation";
  -ixp-scope: "Navigation";
}
.ixp-nav-menu-c {
  -ixp-name: "SRS 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: #0B544F !important;
  background: #FFFFFF !important;
}
.ixp-navitem-active-state-a a:hover {
  color: #229A94 !important;
}
.ixp-navitem-active-state-b a {
  color: #004D84 !important;
  background: #FFFFFF !important;
}
.ixp-navitem-active-state-b a:hover {
  color: #008EF3 !important;
}
.ixp-navitem-active-state-c a {
  color: #0D5543 !important;
  background: #FFFFFF !important;
}
.ixp-navitem-active-state-c a:hover {
  color: #189D7C !important;
}
.ixp-navitem-active-state-d a {
  color: #8b271b !important;
  background: #FFFFFF !important;
}
.ixp-navitem-active-state-d a:hover {
  color: #e75f4f !important;
}
/* ======================================
	Navigation Active States IXP Information
====================================== */
.ixp-navitem-active-state-a {
  -ixp-name: "Active Sammons";
  -ixp-tags: "Navigation";
  -ixp-group: "navigation";
  -ixp-scope: "NavigationItem";
}
.ixp-navitem-active-state-b {
  -ixp-name: "Active Midland";
  -ixp-tags: "Navigation";
  -ixp-group: "navigation";
  -ixp-scope: "NavigationItem";
}
.ixp-navitem-active-state-c {
  -ixp-name: "Active North American";
  -ixp-tags: "Navigation";
  -ixp-group: "navigation";
  -ixp-scope: "NavigationItem";
}
.ixp-navitem-active-state-d {
  -ixp-name: "Active SRS";
  -ixp-tags: "Navigation";
  -ixp-group: "navigation";
  -ixp-scope: "NavigationItem";
}
/* ======================================
	Navigation Alignment
====================================== */
.ixp-nav-align-center.ixp-nav .ixp-navlist .ixp-navitem,
.ixp-nav-align-center.ixp-nav.ixp-nav-menu-a .ixp-navlist .ixp-navitem,
.ixp-nav-align-center.ixp-nav.ixp-nav-menu-b .ixp-navlist .ixp-navitem {
  float: none;
}
.ixp-nav-align-right.ixp-nav .ixp-navlist,
.ixp-nav-align-right.ixp-nav.ixp-nav-menu-a .ixp-navlist,
.ixp-nav-align-right.ixp-nav.ixp-nav-menu-b .ixp-navlist {
  text-align: right;
}
.ixp-nav-align-right.ixp-nav .ixp-navlist .ixp-navitem,
.ixp-nav-align-right.ixp-nav.ixp-nav-menu-a .ixp-navlist .ixp-navitem,
.ixp-nav-align-right.ixp-nav.ixp-nav-menu-b .ixp-navlist .ixp-navitem {
  float: none;
}
/* ======================================
	Navigation Alignment IXP Information
====================================== */
.ixp-nav-align-center {
  -ixp-name: "Nav: align center";
  -ixp-tags: "Navigation";
  -ixp-group: "navigation-align";
  -ixp-scope: "Navigation";
}
.ixp-nav-align-right {
  -ixp-name: "Nav: align right";
  -ixp-tags: "Navigation";
  -ixp-group: "navigation-align";
  -ixp-scope: "Navigation";
}
/* ======================================
	Accordion RMW (Default)
====================================== */
.lbui_accordion_v3 > .lbui_accordion_content > div > h2.lbui_trigger {
  background-color: #FFFFFF;
  background-image: url('togglePlus.png') !important;
  background-repeat: no-repeat;
  background-position: 5px 50% !important;
  border: solid 2px #7f8c9f;
  -webkit-box-shadow: 0px 12px 10px -9px rgba(0, 0, 0, 0.37);
  box-shadow: 0px 12px 10px -9px rgba(0, 0, 0, 0.37);
  border-radius: 0;
  color: #0B544F;
  -webkit-filter: none;
          filter: none;
  font-size: 1.1em;
  height: auto;
  margin: 0 0 5px 0;
  padding: 3px 0 3px 30px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.lbui_accordion_v3 > .lbui_accordion_content .lbui_trigger.lbui_active {
  background-color: #FFFFFF;
  background-image: url('toggleMinus.png') !important;
  background-repeat: no-repeat;
  background-position: 5px 50% !important;
  border: solid 2px #7f8c9f;
  -webkit-box-shadow: 0px 12px 10px -9px rgba(0, 0, 0, 0.37);
  box-shadow: 0px 12px 10px -9px rgba(0, 0, 0, 0.37);
  color: #000000;
  -webkit-filter: none;
          filter: none;
}
.lbui_accordion_v3 > .lbui_accordion_content .lbui_trigger.lbui_active:hover {
  background-color: #FFFFFF;
  background-image: url('toggleMinus.png') !important;
  background-repeat: no-repeat;
  background-position: 5px 50% !important;
  border: solid 2px #7f8c9f;
  -webkit-box-shadow: 0px 12px 10px -9px rgba(0, 0, 0, 0.37);
  box-shadow: 0px 12px 10px -9px rgba(0, 0, 0, 0.37);
  color: #000000;
  -webkit-filter: none;
          filter: none;
}
.lbui_accordion_v3 > .lbui_accordion_content .lbui_trigger:hover {
  background-color: #FFFFFF;
  background-image: url('togglePlus.png') !important;
  background-repeat: no-repeat;
  background-position: 5px 50% !important;
  border: solid 2px #7f8c9f;
  -webkit-box-shadow: 0px 12px 10px -9px rgba(0, 0, 0, 0.37);
  box-shadow: 0px 12px 10px -9px rgba(0, 0, 0, 0.37);
  color: #000000;
  -webkit-filter: none;
          filter: none;
}
.lbui_toggle_container {
  margin-top: 0;
  font-size: 1em !important;
}
/* ======================================
        Accordion A RMW
    ====================================== */
.accordion-a.lbui_accordion_v3 > .lbui_accordion_content > div > h2.lbui_trigger {
  background-color: #0B544F !important;
  background-image: url('toggleArrowLeft.png') !important;
  background-repeat: no-repeat;
  background-position: 5px 50% !important;
  border: none;
  color: #FFFFFF;
  -webkit-filter: none;
          filter: none;
}
.accordion-a.lbui_accordion_v3 > .lbui_accordion_content .lbui_trigger.lbui_active {
  background-color: #229A94 !important;
  background-image: url('toggleArrowDown.png') !important;
  background-repeat: no-repeat;
  background-position: 5px 50% !important;
  border: none;
  color: #FFFFFF;
  -webkit-filter: none;
          filter: none;
}
.accordion-a.lbui_accordion_v3 > .lbui_accordion_content .lbui_trigger.lbui_active:hover {
  background-color: #08433E !important;
  background-image: url('toggleArrowDown.png') !important;
  background-repeat: no-repeat;
  background-position: 5px 50% !important;
  border: none;
  color: #FFFFFF;
  -webkit-filter: none;
          filter: none;
}
.accordion-a.lbui_accordion_v3 > .lbui_accordion_content .lbui_trigger:hover {
  background-color: #08433E !important;
  background-image: url('toggleArrowLeft.png') !important;
  background-repeat: no-repeat;
  background-position: 5px 50% !important;
  border: none;
  color: #FFFFFF;
  -webkit-filter: none;
          filter: none;
}
/* ======================================
	Accordion B RMW 
====================================== */
.accordion-b.lbui_accordion_v3 > .lbui_accordion_content > div > h2.lbui_trigger {
  background-color: #FFFFFF;
  background-image: url('togglePlus.png') !important;
  background-repeat: no-repeat;
  background-position: 5px 50% !important;
  border: solid 2px #7f8c9f;
  -webkit-box-shadow: 0px 12px 10px -9px rgba(0, 0, 0, 0.37);
  box-shadow: 0px 12px 10px -9px rgba(0, 0, 0, 0.37);
  border-radius: 0;
  color: #004D84;
  -webkit-filter: none;
          filter: none;
  font-size: 1.1em;
  height: auto;
  margin: 0 0 5px 0;
  padding: 3px 0 3px 30px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.accordion-b.lbui_accordion_v3 > .lbui_accordion_content .lbui_trigger.lbui_active {
  background-color: #FFFFFF;
  background-image: url('toggleMinus.png') !important;
  background-repeat: no-repeat;
  background-position: 5px 50% !important;
  border: solid 2px #7f8c9f;
  -webkit-box-shadow: 0px 12px 10px -9px rgba(0, 0, 0, 0.37);
  box-shadow: 0px 12px 10px -9px rgba(0, 0, 0, 0.37);
  color: #000000;
  -webkit-filter: none;
          filter: none;
}
.accordion-b.lbui_accordion_v3 > .lbui_accordion_content .lbui_trigger.lbui_active:hover {
  background-color: #FFFFFF;
  background-image: url('toggleMinus.png') !important;
  background-repeat: no-repeat;
  background-position: 5px 50% !important;
  border: solid 2px #7f8c9f;
  -webkit-box-shadow: 0px 12px 10px -9px rgba(0, 0, 0, 0.37);
  box-shadow: 0px 12px 10px -9px rgba(0, 0, 0, 0.37);
  color: #000000;
  -webkit-filter: none;
          filter: none;
}
.accordion-b.lbui_accordion_v3 > .lbui_accordion_content .lbui_trigger:hover {
  background-color: #FFFFFF;
  background-image: url('togglePlus.png') !important;
  background-repeat: no-repeat;
  background-position: 5px 50% !important;
  border: solid 2px #7f8c9f;
  -webkit-box-shadow: 0px 12px 10px -9px rgba(0, 0, 0, 0.37);
  box-shadow: 0px 12px 10px -9px rgba(0, 0, 0, 0.37);
  color: #000000;
  -webkit-filter: none;
          filter: none;
}
.lbui_toggle_container {
  margin-top: 0;
  font-size: 1em !important;
}
/* ======================================
        Accordion C RMW 
    ====================================== */
.accordion-c.lbui_accordion_v3 > .lbui_accordion_content > div > h2.lbui_trigger {
  background-color: #004D84 !important;
  background-image: url('toggleArrowLeft.png') !important;
  background-repeat: no-repeat;
  background-position: 5px 50% !important;
  border: none;
  color: #FFFFFF;
  -webkit-filter: none;
          filter: none;
}
.accordion-c.lbui_accordion_v3 > .lbui_accordion_content .lbui_trigger.lbui_active {
  background-color: #008EF3 !important;
  background-image: url('toggleArrowDown.png') !important;
  background-repeat: no-repeat;
  background-position: 5px 50% !important;
  border: none;
  color: #FFFFFF;
  -webkit-filter: none;
          filter: none;
}
.accordion-c.lbui_accordion_v3 > .lbui_accordion_content .lbui_trigger.lbui_active:hover {
  background-color: #003D69 !important;
  background-image: url('toggleArrowDown.png') !important;
  background-repeat: no-repeat;
  background-position: 5px 50% !important;
  border: none;
  color: #FFFFFF;
  -webkit-filter: none;
          filter: none;
}
.accordion-c.lbui_accordion_v3 > .lbui_accordion_content .lbui_trigger:hover {
  background-color: #003D69 !important;
  background-image: url('toggleArrowLeft.png') !important;
  background-repeat: no-repeat;
  background-position: 5px 50% !important;
  border: none;
  color: #FFFFFF;
  -webkit-filter: none;
          filter: none;
}
/* ======================================
	Accordion D RMW 
====================================== */
.accordion-d.lbui_accordion_v3 > .lbui_accordion_content > div > h2.lbui_trigger {
  background-color: #FFFFFF;
  background-image: url('togglePlus.png') !important;
  background-repeat: no-repeat;
  background-position: 5px 50% !important;
  border: solid 2px #7f8c9f;
  -webkit-box-shadow: 0px 12px 10px -9px rgba(0, 0, 0, 0.37);
  box-shadow: 0px 12px 10px -9px rgba(0, 0, 0, 0.37);
  border-radius: 0;
  color: #0D5543;
  -webkit-filter: none;
          filter: none;
  font-size: 1.1em;
  height: auto;
  margin: 0 0 5px 0;
  padding: 3px 0 3px 30px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.accordion-d.lbui_accordion_v3 > .lbui_accordion_content .lbui_trigger.lbui_active {
  background-color: #FFFFFF;
  background-image: url('toggleMinus.png') !important;
  background-repeat: no-repeat;
  background-position: 5px 50% !important;
  border: solid 2px #7f8c9f;
  -webkit-box-shadow: 0px 12px 10px -9px rgba(0, 0, 0, 0.37);
  box-shadow: 0px 12px 10px -9px rgba(0, 0, 0, 0.37);
  color: #000000;
  -webkit-filter: none;
          filter: none;
}
.accordion-d.lbui_accordion_v3 > .lbui_accordion_content .lbui_trigger.lbui_active:hover {
  background-color: #FFFFFF;
  background-image: url('toggleMinus.png') !important;
  background-repeat: no-repeat;
  background-position: 5px 50% !important;
  border: solid 2px #7f8c9f;
  -webkit-box-shadow: 0px 12px 10px -9px rgba(0, 0, 0, 0.37);
  box-shadow: 0px 12px 10px -9px rgba(0, 0, 0, 0.37);
  color: #000000;
  -webkit-filter: none;
          filter: none;
}
.accordion-d.lbui_accordion_v3 > .lbui_accordion_content .lbui_trigger:hover {
  background-color: #FFFFFF;
  background-image: url('togglePlus.png') !important;
  background-repeat: no-repeat;
  background-position: 5px 50% !important;
  border: solid 2px #7f8c9f;
  -webkit-box-shadow: 0px 12px 10px -9px rgba(0, 0, 0, 0.37);
  box-shadow: 0px 12px 10px -9px rgba(0, 0, 0, 0.37);
  color: #000000;
  -webkit-filter: none;
          filter: none;
}
.lbui_toggle_container {
  margin-top: 0;
  font-size: 1em !important;
}
/* ======================================
        Accordion E RMW 
    ====================================== */
.accordion-e.lbui_accordion_v3 > .lbui_accordion_content > div > h2.lbui_trigger {
  background-color: #0D5543 !important;
  background-image: url('toggleArrowLeft.png') !important;
  background-repeat: no-repeat;
  background-position: 5px 50% !important;
  border: none;
  color: #FFFFFF;
  -webkit-filter: none;
          filter: none;
}
.accordion-e.lbui_accordion_v3 > .lbui_accordion_content .lbui_trigger.lbui_active {
  background-color: #0A4335 !important;
  background-image: url('toggleArrowDown.png') !important;
  background-repeat: no-repeat;
  background-position: 5px 50% !important;
  border: none;
  color: #FFFFFF;
  -webkit-filter: none;
          filter: none;
}
.accordion-e.lbui_accordion_v3 > .lbui_accordion_content .lbui_trigger.lbui_active:hover {
  background-color: #189D7C !important;
  background-image: url('toggleArrowDown.png') !important;
  background-repeat: no-repeat;
  background-position: 5px 50% !important;
  border: none;
  color: #FFFFFF;
  -webkit-filter: none;
          filter: none;
}
.accordion-e.lbui_accordion_v3 > .lbui_accordion_content .lbui_trigger:hover {
  background-color: #189D7C !important;
  background-image: url('toggleArrowLeft.png') !important;
  background-repeat: no-repeat;
  background-position: 5px 50% !important;
  border: none;
  color: #FFFFFF;
  -webkit-filter: none;
          filter: none;
}
/* ======================================
	Accordion F RMW 
====================================== */
.accordion-f.lbui_accordion_v3 > .lbui_accordion_content > div > h2.lbui_trigger {
  background-color: #FFFFFF;
  background-image: url('togglePlus.png') !important;
  background-repeat: no-repeat;
  background-position: 5px 50% !important;
  border: solid 2px #7f8c9f;
  -webkit-box-shadow: 0px 12px 10px -9px rgba(0, 0, 0, 0.37);
  box-shadow: 0px 12px 10px -9px rgba(0, 0, 0, 0.37);
  border-radius: 0;
  color: #8b271b;
  -webkit-filter: none;
          filter: none;
  font-size: 1.1em;
  height: auto;
  margin: 0 0 5px 0;
  padding: 3px 0 3px 30px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.accordion-f.lbui_accordion_v3 > .lbui_accordion_content .lbui_trigger.lbui_active {
  background-color: #FFFFFF;
  background-image: url('toggleMinus.png') !important;
  background-repeat: no-repeat;
  background-position: 5px 50% !important;
  border: solid 2px #7f8c9f;
  -webkit-box-shadow: 0px 12px 10px -9px rgba(0, 0, 0, 0.37);
  box-shadow: 0px 12px 10px -9px rgba(0, 0, 0, 0.37);
  color: #000000;
  -webkit-filter: none;
          filter: none;
}
.accordion-f.lbui_accordion_v3 > .lbui_accordion_content .lbui_trigger.lbui_active:hover {
  background-color: #FFFFFF;
  background-image: url('toggleMinus.png') !important;
  background-repeat: no-repeat;
  background-position: 5px 50% !important;
  border: solid 2px #7f8c9f;
  -webkit-box-shadow: 0px 12px 10px -9px rgba(0, 0, 0, 0.37);
  box-shadow: 0px 12px 10px -9px rgba(0, 0, 0, 0.37);
  color: #000000;
  -webkit-filter: none;
          filter: none;
}
.accordion-f.lbui_accordion_v3 > .lbui_accordion_content .lbui_trigger:hover {
  background-color: #FFFFFF;
  background-image: url('togglePlus.png') !important;
  background-repeat: no-repeat;
  background-position: 5px 50% !important;
  border: solid 2px #7f8c9f;
  -webkit-box-shadow: 0px 12px 10px -9px rgba(0, 0, 0, 0.37);
  box-shadow: 0px 12px 10px -9px rgba(0, 0, 0, 0.37);
  color: #000000;
  -webkit-filter: none;
          filter: none;
}
.lbui_toggle_container {
  margin-top: 0;
  font-size: 1em !important;
}
/* ======================================
        Accordion G RMW 
    ====================================== */
.accordion-g.lbui_accordion_v3 > .lbui_accordion_content > div > h2.lbui_trigger {
  background-color: #8b271b !important;
  background-image: url('toggleArrowLeft.png') !important;
  background-repeat: no-repeat;
  background-position: 5px 50% !important;
  border: none;
  color: #FFFFFF;
  -webkit-filter: none;
          filter: none;
}
.accordion-g.lbui_accordion_v3 > .lbui_accordion_content .lbui_trigger.lbui_active {
  background-color: #e75f4f !important;
  background-image: url('toggleArrowDown.png') !important;
  background-repeat: no-repeat;
  background-position: 5px 50% !important;
  border: none;
  color: #FFFFFF;
  -webkit-filter: none;
          filter: none;
}
.accordion-g.lbui_accordion_v3 > .lbui_accordion_content .lbui_trigger.lbui_active:hover {
  background-color: #6f1f16 !important;
  background-image: url('toggleArrowDown.png') !important;
  background-repeat: no-repeat;
  background-position: 5px 50% !important;
  border: none;
  color: #FFFFFF;
  -webkit-filter: none;
          filter: none;
}
.accordion-g.lbui_accordion_v3 > .lbui_accordion_content .lbui_trigger:hover {
  background-color: #6f1f16 !important;
  background-image: url('toggleArrowLeft.png') !important;
  background-repeat: no-repeat;
  background-position: 5px 50% !important;
  border: none;
  color: #FFFFFF;
  -webkit-filter: none;
          filter: none;
}
/* ======================================
        Accordion IXP Information
        REQUIRED CLASSES: .accordion-a
    ====================================== */
.accordion-a {
  -ixp-name: "Sammons Secondary Accordion";
  -ixp-tags: "Accordion";
  -ixp-group: "accordion";
  -ixp-scope: "Accordion, accordion_v3";
}
.accordion-b {
  -ixp-name: "Midland Accordion";
  -ixp-tags: "Accordion";
  -ixp-group: "accordion";
  -ixp-scope: "Accordion, accordion_v3";
}
.accordion-c {
  -ixp-name: "Midland Secondary Accordion";
  -ixp-tags: "Accordion";
  -ixp-group: "accordion";
  -ixp-scope: "Accordion, accordion_v3";
}
.accordion-d {
  -ixp-name: "North American Accordion";
  -ixp-tags: "Accordion";
  -ixp-group: "accordion";
  -ixp-scope: "Accordion, accordion_v3";
}
.accordion-e {
  -ixp-name: "North American Secondary Accordion";
  -ixp-tags: "Accordion";
  -ixp-group: "accordion";
  -ixp-scope: "Accordion, accordion_v3";
}
.accordion-f {
  -ixp-name: "SRS Accordion";
  -ixp-tags: "Accordion";
  -ixp-group: "accordion";
  -ixp-scope: "Accordion, accordion_v3";
}
.accordion-g {
  -ixp-name: "SRS Secondary Accordion";
  -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: #FFFFFF;
  border-radius: 0;
  border-left: 1px solid #7f8c9f;
  border-right: 1px solid #7f8c9f;
  border-top: 1px solid #7f8c9f;
  border-bottom: 1px solid #7f8c9f;
  color: #424c5a;
  margin: 0 0 -1px 5px;
  padding: 12px 25px;
  -webkit-filter: none;
          filter: none;
  text-shadow: none;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.lbui_tabs_v3 > .lbui_nav > .lbui_nav_inner > .lbui_toggle > .lbui_first,
.lbui_tabs_v3.lbui_init > .lbui_nav > .lbui_nav_inner > .lbui_toggle > .lbui_first,
.lbui_tabs_v3 > .lbui_nav > .lbui_nav_inner > .lbui_toggle:first-child,
.lbui_tabs_v3.lbui_init > .lbui_nav > .lbui_nav_inner > .lbui_toggle:first-child {
  margin-left: 0;
}
.lbui_tabs_v3 > .lbui_nav > .lbui_nav_inner > .lbui_toggle:hover,
.lbui_tabs_v3.lbui_init > .lbui_nav > .lbui_nav_inner > .lbui_toggle:hover {
  background: #FFFFFF;
  border-color: #7f8c9f;
  border-bottom: 1px solid #7f8c9f;
  color: #454545;
  -webkit-filter: none;
          filter: none;
}
.lbui_tabs_v3 > .lbui_nav > .lbui_nav_inner > .lbui_active,
.lbui_tabs_v3.lbui_init > .lbui_nav > .lbui_nav_inner > .lbui_active {
  background: #FFFFFF;
  border-color: #7f8c9f;
  border-bottom: 1px solid #FFFFFF;
  color: #0B544F;
  -webkit-filter: none !important;
          filter: none !important;
  margin-bottom: -1px;
}
.lbui_tabs_v3.lbui_stacked_nav .lbui_toggle,
.lbui_tabs_v3.lbui_init.lbui_stacked_nav .lbui_toggle {
  margin-right: 0;
}
.lbui_tabs_v3 > .lbui_slides,
.lbui_tabs_v3.lbui_init > .lbui_slides {
  background: #FFFFFF;
  border: 1px solid #7f8c9f;
  border-radius: 0;
  -webkit-box-shadow: 0px 12px 10px -9px rgba(0, 0, 0, 0.37);
  box-shadow: 0px 12px 10px -9px rgba(0, 0, 0, 0.37);
  font-size: 1em;
}
/* ======================================
	Tabs A RMW 
====================================== */
.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: #f9fafb;
  border: none;
  color: #0B544F;
  -webkit-filter: none;
          filter: none;
  text-shadow: none;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.tab-a.lbui_tabs_v3 > .lbui_nav > .lbui_nav_inner > .lbui_toggle > .lbui_first,
.tab-a.lbui_tabs_v3.lbui_init > .lbui_nav > .lbui_nav_inner > .lbui_toggle > .lbui_first,
.tab-a.lbui_tabs_v3 > .lbui_nav > .lbui_nav_inner > .lbui_toggle:first-child,
.tab-a.lbui_tabs_v3.lbui_init > .lbui_nav > .lbui_nav_inner > .lbui_toggle:first-child {
  margin-left: 0;
}
.tab-a.lbui_tabs_v3 > .lbui_nav > .lbui_nav_inner > .lbui_toggle:hover,
.tab-a.lbui_tabs_v3.lbui_init > .lbui_nav > .lbui_nav_inner > .lbui_toggle:hover {
  background: #229A94;
  border: none;
  color: #FFFFFF;
  -webkit-filter: none;
          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: #0B544F;
  border: none;
  color: #FFFFFF;
  -webkit-filter: none !important;
          filter: none !important;
  margin-bottom: -1px;
}
.tab-a.lbui_tabs_v3.lbui_stacked_nav .lbui_toggle,
.tab-a.lbui_tabs_v3.lbui_init.lbui_stacked_nav .lbui_toggle {
  margin-right: 0;
}
.tab-a.lbui_tabs_v3 > .lbui_slides,
.tab-a.lbui_tabs_v3.lbui_init > .lbui_slides {
  background: #FFFFFF;
  border: 3px solid #0B544F;
  border-radius: 0;
  -webkit-box-shadow: 0px 12px 10px -9px rgba(0, 0, 0, 0.37);
  box-shadow: 0px 12px 10px -9px rgba(0, 0, 0, 0.37);
  font-size: 1em;
}
/* stacked responsive overrides */
.lbui_tabs_v3.lbui_stacked_nav > .lbui_slides {
  border-radius: 0;
}
.lbui_tabs_v3.lbui_stacked_nav > .lbui_nav > .lbui_nav_inner > .lbui_toggle {
  float: none;
  display: block;
  margin: 0;
  border-radius: 0;
  border-bottom: none !important;
}
/* ======================================
	Tabs B RMW
====================================== */
.tab-b.lbui_tabs_v3 > .lbui_nav > .lbui_nav_inner > .lbui_toggle,
.tab-b.lbui_tabs_v3.lbui_init > .lbui_nav > .lbui_nav_inner > .lbui_toggle {
  background: #FFFFFF;
  border-radius: 0;
  border-left: 1px solid #7f8c9f;
  border-right: 1px solid #7f8c9f;
  border-top: 1px solid #7f8c9f;
  border-bottom: 1px solid #7f8c9f;
  color: #424c5a;
  margin: 0 0 -1px 5px;
  padding: 12px 25px;
  -webkit-filter: none;
          filter: none;
  text-shadow: none;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.tab-b.lbui_tabs_v3 > .lbui_nav > .lbui_nav_inner > .lbui_toggle > .lbui_first,
.tab-b.lbui_tabs_v3.lbui_init > .lbui_nav > .lbui_nav_inner > .lbui_toggle > .lbui_first,
.tab-b.lbui_tabs_v3 > .lbui_nav > .lbui_nav_inner > .lbui_toggle:first-child,
.tab-b.lbui_tabs_v3.lbui_init > .lbui_nav > .lbui_nav_inner > .lbui_toggle:first-child {
  margin-left: 0;
}
.tab-b.lbui_tabs_v3 > .lbui_nav > .lbui_nav_inner > .lbui_toggle:hover,
.tab-b.lbui_tabs_v3.lbui_init > .lbui_nav > .lbui_nav_inner > .lbui_toggle:hover {
  background: #FFFFFF;
  border-color: #7f8c9f;
  border-bottom: 1px solid #7f8c9f;
  color: #454545;
  -webkit-filter: none;
          filter: none;
}
.tab-b.lbui_tabs_v3 > .lbui_nav > .lbui_nav_inner > .lbui_active,
.tab-b.lbui_tabs_v3.lbui_init > .lbui_nav > .lbui_nav_inner > .lbui_active {
  background: #FFFFFF;
  border-color: #7f8c9f;
  border-bottom: 1px solid #FFFFFF;
  color: #004D84;
  -webkit-filter: none !important;
          filter: none !important;
  margin-bottom: -1px;
}
.tab-b.lbui_tabs_v3.lbui_stacked_nav .lbui_toggle,
.tab-b.lbui_tabs_v3.lbui_init.lbui_stacked_nav .lbui_toggle {
  margin-right: 0;
}
.tab-b.lbui_tabs_v3 > .lbui_slides,
.tab-b.lbui_tabs_v3.lbui_init > .lbui_slides {
  background: #FFFFFF;
  border: 1px solid #7f8c9f;
  border-radius: 0;
  -webkit-box-shadow: 0px 12px 10px -9px rgba(0, 0, 0, 0.37);
  box-shadow: 0px 12px 10px -9px rgba(0, 0, 0, 0.37);
  font-size: 1em;
}
/* ======================================
	Tabs C RMW 
====================================== */
.tab-c.lbui_tabs_v3 > .lbui_nav > .lbui_nav_inner > .lbui_toggle,
.tab-c.lbui_tabs_v3.lbui_init > .lbui_nav > .lbui_nav_inner > .lbui_toggle {
  background: #f9fafb;
  border: none;
  color: #004D84;
  -webkit-filter: none;
          filter: none;
  text-shadow: none;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.tab-c.lbui_tabs_v3 > .lbui_nav > .lbui_nav_inner > .lbui_toggle > .lbui_first,
.tab-c.lbui_tabs_v3.lbui_init > .lbui_nav > .lbui_nav_inner > .lbui_toggle > .lbui_first,
.tab-c.lbui_tabs_v3 > .lbui_nav > .lbui_nav_inner > .lbui_toggle:first-child,
.tab-c.lbui_tabs_v3.lbui_init > .lbui_nav > .lbui_nav_inner > .lbui_toggle:first-child {
  margin-left: 0;
}
.tab-c.lbui_tabs_v3 > .lbui_nav > .lbui_nav_inner > .lbui_toggle:hover,
.tab-c.lbui_tabs_v3.lbui_init > .lbui_nav > .lbui_nav_inner > .lbui_toggle:hover {
  background: #008EF3;
  border: none;
  color: #FFFFFF;
  -webkit-filter: none;
          filter: none;
}
.tab-c.lbui_tabs_v3 > .lbui_nav > .lbui_nav_inner > .lbui_active,
.tab-c.lbui_tabs_v3.lbui_init > .lbui_nav > .lbui_nav_inner > .lbui_active {
  background: #004D84;
  border: none;
  color: #FFFFFF;
  -webkit-filter: none !important;
          filter: none !important;
  margin-bottom: -1px;
}
.tab-c.lbui_tabs_v3.lbui_stacked_nav .lbui_toggle,
.tab-c.lbui_tabs_v3.lbui_init.lbui_stacked_nav .lbui_toggle {
  margin-right: 0;
}
.tab-c.lbui_tabs_v3 > .lbui_slides,
.tab-c.lbui_tabs_v3.lbui_init > .lbui_slides {
  background: #FFFFFF;
  border: 3px solid #004D84;
  border-radius: 0;
  -webkit-box-shadow: 0px 12px 10px -9px rgba(0, 0, 0, 0.37);
  box-shadow: 0px 12px 10px -9px rgba(0, 0, 0, 0.37);
  font-size: 1em;
}
/* stacked responsive overrides */
.lbui_tabs_v3.lbui_stacked_nav > .lbui_slides {
  border-radius: 0;
}
.lbui_tabs_v3.lbui_stacked_nav > .lbui_nav > .lbui_nav_inner > .lbui_toggle {
  float: none;
  display: block;
  margin: 0;
  border-radius: 0;
  border-bottom: none !important;
}
/* ======================================
	Tabs D RMW
====================================== */
.tab-d.lbui_tabs_v3 > .lbui_nav > .lbui_nav_inner > .lbui_toggle,
.tab-d.lbui_tabs_v3.lbui_init > .lbui_nav > .lbui_nav_inner > .lbui_toggle {
  background: #FFFFFF;
  border-radius: 0;
  border-left: 1px solid #7f8c9f;
  border-right: 1px solid #7f8c9f;
  border-top: 1px solid #7f8c9f;
  border-bottom: 1px solid #7f8c9f;
  color: #424c5a;
  margin: 0 0 -1px 5px;
  padding: 12px 25px;
  -webkit-filter: none;
          filter: none;
  text-shadow: none;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.tab-d.lbui_tabs_v3 > .lbui_nav > .lbui_nav_inner > .lbui_toggle > .lbui_first,
.tab-d.lbui_tabs_v3.lbui_init > .lbui_nav > .lbui_nav_inner > .lbui_toggle > .lbui_first,
.tab-d.lbui_tabs_v3 > .lbui_nav > .lbui_nav_inner > .lbui_toggle:first-child,
.tab-d.lbui_tabs_v3.lbui_init > .lbui_nav > .lbui_nav_inner > .lbui_toggle:first-child {
  margin-left: 0;
}
.tab-d.lbui_tabs_v3 > .lbui_nav > .lbui_nav_inner > .lbui_toggle:hover,
.tab-d.lbui_tabs_v3.lbui_init > .lbui_nav > .lbui_nav_inner > .lbui_toggle:hover {
  background: #FFFFFF;
  border-color: #7f8c9f;
  border-bottom: 1px solid #7f8c9f;
  color: #454545;
  -webkit-filter: none;
          filter: none;
}
.tab-d.lbui_tabs_v3 > .lbui_nav > .lbui_nav_inner > .lbui_active,
.tab-d.lbui_tabs_v3.lbui_init > .lbui_nav > .lbui_nav_inner > .lbui_active {
  background: #FFFFFF;
  border-color: #7f8c9f;
  border-bottom: 1px solid #FFFFFF;
  color: #0D5543;
  -webkit-filter: none !important;
          filter: none !important;
  margin-bottom: -1px;
}
.tab-d.lbui_tabs_v3.lbui_stacked_nav .lbui_toggle,
.tab-d.lbui_tabs_v3.lbui_init.lbui_stacked_nav .lbui_toggle {
  margin-right: 0;
}
.tab-d.lbui_tabs_v3 > .lbui_slides,
.tab-d.lbui_tabs_v3.lbui_init > .lbui_slides {
  background: #FFFFFF;
  border: 1px solid #7f8c9f;
  border-radius: 0;
  -webkit-box-shadow: 0px 12px 10px -9px rgba(0, 0, 0, 0.37);
  box-shadow: 0px 12px 10px -9px rgba(0, 0, 0, 0.37);
  font-size: 1em;
}
/* ======================================
	Tabs E RMW 
====================================== */
.tab-e.lbui_tabs_v3 > .lbui_nav > .lbui_nav_inner > .lbui_toggle,
.tab-e.lbui_tabs_v3.lbui_init > .lbui_nav > .lbui_nav_inner > .lbui_toggle {
  background: #f9fafb;
  border: none;
  color: #0D5543;
  -webkit-filter: none;
          filter: none;
  text-shadow: none;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.tab-e.lbui_tabs_v3 > .lbui_nav > .lbui_nav_inner > .lbui_toggle > .lbui_first,
.tab-e.lbui_tabs_v3.lbui_init > .lbui_nav > .lbui_nav_inner > .lbui_toggle > .lbui_first,
.tab-e.lbui_tabs_v3 > .lbui_nav > .lbui_nav_inner > .lbui_toggle:first-child,
.tab-e.lbui_tabs_v3.lbui_init > .lbui_nav > .lbui_nav_inner > .lbui_toggle:first-child {
  margin-left: 0;
}
.tab-e.lbui_tabs_v3 > .lbui_nav > .lbui_nav_inner > .lbui_toggle:hover,
.tab-e.lbui_tabs_v3.lbui_init > .lbui_nav > .lbui_nav_inner > .lbui_toggle:hover {
  background: #189D7C;
  border: none;
  color: #FFFFFF;
  -webkit-filter: none;
          filter: none;
}
.tab-e.lbui_tabs_v3 > .lbui_nav > .lbui_nav_inner > .lbui_active,
.tab-e.lbui_tabs_v3.lbui_init > .lbui_nav > .lbui_nav_inner > .lbui_active {
  background: #0D5543;
  border: none;
  color: #FFFFFF;
  -webkit-filter: none !important;
          filter: none !important;
  margin-bottom: -1px;
}
.tab-e.lbui_tabs_v3.lbui_stacked_nav .lbui_toggle,
.tab-e.lbui_tabs_v3.lbui_init.lbui_stacked_nav .lbui_toggle {
  margin-right: 0;
}
.tab-e.lbui_tabs_v3 > .lbui_slides,
.tab-e.lbui_tabs_v3.lbui_init > .lbui_slides {
  background: #FFFFFF;
  border: 3px solid #0D5543;
  border-radius: 0;
  -webkit-box-shadow: 0px 12px 10px -9px rgba(0, 0, 0, 0.37);
  box-shadow: 0px 12px 10px -9px rgba(0, 0, 0, 0.37);
  font-size: 1em;
}
/* stacked responsive overrides */
.lbui_tabs_v3.lbui_stacked_nav > .lbui_slides {
  border-radius: 0;
}
.lbui_tabs_v3.lbui_stacked_nav > .lbui_nav > .lbui_nav_inner > .lbui_toggle {
  float: none;
  display: block;
  margin: 0;
  border-radius: 0;
  border-bottom: none !important;
}
/* ======================================
	Tabs F RMW
====================================== */
.tab-f.lbui_tabs_v3 > .lbui_nav > .lbui_nav_inner > .lbui_toggle,
.tab-f.lbui_tabs_v3.lbui_init > .lbui_nav > .lbui_nav_inner > .lbui_toggle {
  background: #FFFFFF;
  border-radius: 0;
  border-left: 1px solid #7f8c9f;
  border-right: 1px solid #7f8c9f;
  border-top: 1px solid #7f8c9f;
  border-bottom: 1px solid #7f8c9f;
  color: #424c5a;
  margin: 0 0 -1px 5px;
  padding: 12px 25px;
  -webkit-filter: none;
          filter: none;
  text-shadow: none;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.tab-f.lbui_tabs_v3 > .lbui_nav > .lbui_nav_inner > .lbui_toggle > .lbui_first,
.tab-f.lbui_tabs_v3.lbui_init > .lbui_nav > .lbui_nav_inner > .lbui_toggle > .lbui_first,
.tab-f.lbui_tabs_v3 > .lbui_nav > .lbui_nav_inner > .lbui_toggle:first-child,
.tab-f.lbui_tabs_v3.lbui_init > .lbui_nav > .lbui_nav_inner > .lbui_toggle:first-child {
  margin-left: 0;
}
.tab-f.lbui_tabs_v3 > .lbui_nav > .lbui_nav_inner > .lbui_toggle:hover,
.tab-f.lbui_tabs_v3.lbui_init > .lbui_nav > .lbui_nav_inner > .lbui_toggle:hover {
  background: #FFFFFF;
  border-color: #7f8c9f;
  border-bottom: 1px solid #7f8c9f;
  color: #454545;
  -webkit-filter: none;
          filter: none;
}
.tab-f.lbui_tabs_v3 > .lbui_nav > .lbui_nav_inner > .lbui_active,
.tab-f.lbui_tabs_v3.lbui_init > .lbui_nav > .lbui_nav_inner > .lbui_active {
  background: #FFFFFF;
  border-color: #7f8c9f;
  border-bottom: 1px solid #FFFFFF;
  color: #8b271b;
  -webkit-filter: none !important;
          filter: none !important;
  margin-bottom: -1px;
}
.tab-f.lbui_tabs_v3.lbui_stacked_nav .lbui_toggle,
.tab-f.lbui_tabs_v3.lbui_init.lbui_stacked_nav .lbui_toggle {
  margin-right: 0;
}
.tab-f.lbui_tabs_v3 > .lbui_slides,
.tab-f.lbui_tabs_v3.lbui_init > .lbui_slides {
  background: #FFFFFF;
  border: 1px solid #7f8c9f;
  border-radius: 0;
  -webkit-box-shadow: 0px 12px 10px -9px rgba(0, 0, 0, 0.37);
  box-shadow: 0px 12px 10px -9px rgba(0, 0, 0, 0.37);
  font-size: 1em;
}
/* ======================================
	Tabs G RMW 
====================================== */
.tab-g.lbui_tabs_v3 > .lbui_nav > .lbui_nav_inner > .lbui_toggle,
.tab-g.lbui_tabs_v3.lbui_init > .lbui_nav > .lbui_nav_inner > .lbui_toggle {
  background: #f9fafb;
  border: none;
  color: #8b271b;
  -webkit-filter: none;
          filter: none;
  text-shadow: none;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.tab-g.lbui_tabs_v3 > .lbui_nav > .lbui_nav_inner > .lbui_toggle > .lbui_first,
.tab-g.lbui_tabs_v3.lbui_init > .lbui_nav > .lbui_nav_inner > .lbui_toggle > .lbui_first,
.tab-g.lbui_tabs_v3 > .lbui_nav > .lbui_nav_inner > .lbui_toggle:first-child,
.tab-g.lbui_tabs_v3.lbui_init > .lbui_nav > .lbui_nav_inner > .lbui_toggle:first-child {
  margin-left: 0;
}
.tab-g.lbui_tabs_v3 > .lbui_nav > .lbui_nav_inner > .lbui_toggle:hover,
.tab-g.lbui_tabs_v3.lbui_init > .lbui_nav > .lbui_nav_inner > .lbui_toggle:hover {
  background: #e75f4f;
  border: none;
  color: #FFFFFF;
  -webkit-filter: none;
          filter: none;
}
.tab-g.lbui_tabs_v3 > .lbui_nav > .lbui_nav_inner > .lbui_active,
.tab-g.lbui_tabs_v3.lbui_init > .lbui_nav > .lbui_nav_inner > .lbui_active {
  background: #8b271b;
  border: none;
  color: #FFFFFF;
  -webkit-filter: none !important;
          filter: none !important;
  margin-bottom: -1px;
}
.tab-g.lbui_tabs_v3.lbui_stacked_nav .lbui_toggle,
.tab-g.lbui_tabs_v3.lbui_init.lbui_stacked_nav .lbui_toggle {
  margin-right: 0;
}
.tab-g.lbui_tabs_v3 > .lbui_slides,
.tab-g.lbui_tabs_v3.lbui_init > .lbui_slides {
  background: #FFFFFF;
  border: 3px solid #8b271b;
  border-radius: 0;
  -webkit-box-shadow: 0px 12px 10px -9px rgba(0, 0, 0, 0.37);
  box-shadow: 0px 12px 10px -9px rgba(0, 0, 0, 0.37);
  font-size: 1em;
}
/* stacked responsive overrides */
.lbui_tabs_v3.lbui_stacked_nav > .lbui_slides {
  border-radius: 0;
}
.lbui_tabs_v3.lbui_stacked_nav > .lbui_nav > .lbui_nav_inner > .lbui_toggle {
  float: none;
  display: block;
  margin: 0;
  border-radius: 0;
  border-bottom: none !important;
}
/* ======================================
	Tabs IXP Information
    REQUIRED CLASSES: .tab-a
====================================== */
.tab-a {
  -ixp-name: "Sammons Secondary Tabs";
  -ixp-tags: "Tabs";
  -ixp-group: "tabs";
  -ixp-scope: "Tabs, tabs_v3";
}
.tab-b {
  -ixp-name: "Midland Tabs";
  -ixp-tags: "Tabs";
  -ixp-group: "tabs";
  -ixp-scope: "Tabs, tabs_v3";
}
.tab-c {
  -ixp-name: "Midland Secondary Tabs";
  -ixp-tags: "Tabs";
  -ixp-group: "tabs";
  -ixp-scope: "Tabs, tabs_v3";
}
.tab-d {
  -ixp-name: "North American Tabs";
  -ixp-tags: "Tabs";
  -ixp-group: "tabs";
  -ixp-scope: "Tabs, tabs_v3";
}
.tab-e {
  -ixp-name: "North American Secondary Tabs";
  -ixp-tags: "Tabs";
  -ixp-group: "tabs";
  -ixp-scope: "Tabs, tabs_v3";
}
.tab-f {
  -ixp-name: "SRS Tabs";
  -ixp-tags: "Tabs";
  -ixp-group: "tabs";
  -ixp-scope: "Tabs, tabs_v3";
}
.tab-g {
  -ixp-name: "SRS Secondary Tabs";
  -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: #e9ebee;
  color: #343c47;
  background-image: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  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: #d0d5dc;
  color: #343c47;
}
.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: #657389;
  color: #FFFFFF;
}
.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;
  text-indent: -9999px;
  background: #b5bcc7;
  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: #d0d5dc !important;
  border-color: #d0d5dc !important;
}
.ixp-component-flow.ixp-component-flow-dots-dark-solid > .ixp-component-flow-progress .ixp-component-flow-progress-toggle.ixp-component-flow-progress-active,
.ixp-component-flow.ixp-component-flow-dots-light-solid > .ixp-component-flow-progress .ixp-component-flow-progress-toggle.ixp-component-flow-progress-active,
.ixp-component-flow.ixp-component-flow-dots-light > .ixp-component-flow-progress .ixp-component-flow-progress-toggle.ixp-component-flow-progress-active,
.ixp-component-flow.ixp-component-flow-dots-dark > .ixp-component-flow-progress .ixp-component-flow-progress-toggle.ixp-component-flow-progress-active,
.ixp-component-flow.ixp-component-flow-dots-dark-solid > .ixp-component-flow-progress.ixp-component-flow-progress-clickable .ixp-component-flow-progress-toggle.ixp-component-flow-progress-active,
.ixp-component-flow.ixp-component-flow-dots-light-solid > .ixp-component-flow-progress.ixp-component-flow-progress-clickable .ixp-component-flow-progress-toggle.ixp-component-flow-progress-active,
.ixp-component-flow.ixp-component-flow-dots-light > .ixp-component-flow-progress.ixp-component-flow-progress-clickable .ixp-component-flow-progress-toggle.ixp-component-flow-progress-active,
.ixp-component-flow.ixp-component-flow-dots-dark > .ixp-component-flow-progress.ixp-component-flow-progress-clickable .ixp-component-flow-progress-toggle.ixp-component-flow-progress-active,
.ixp-component-flow.ixp-component-flow-dots-dark-solid > .ixp-component-flow-progress.ixp-component-flow-progress-clickable .ixp-component-flow-progress-toggle.ixp-component-flow-progress-active:hover,
.ixp-component-flow.ixp-component-flow-dots-light-solid > .ixp-component-flow-progress.ixp-component-flow-progress-clickable .ixp-component-flow-progress-toggle.ixp-component-flow-progress-active:hover,
.ixp-component-flow.ixp-component-flow-dots-light > .ixp-component-flow-progress.ixp-component-flow-progress-clickable .ixp-component-flow-progress-toggle.ixp-component-flow-progress-active:hover,
.ixp-component-flow.ixp-component-flow-dots-dark > .ixp-component-flow-progress.ixp-component-flow-progress-clickable .ixp-component-flow-progress-toggle.ixp-component-flow-progress-active:hover {
  width: 16px;
  height: 16px;
  border-style: solid;
  border-width: 2px;
  border: #657389 solid 2px;
  background-color: #657389;
  opacity: 1;
}
.ixp-component-flow.ixp-component-flow-dots-light > .ixp-component-flow-progress .ixp-component-flow-progress-toggle,
.ixp-component-flow.ixp-component-flow-dots-dark > .ixp-component-flow-progress .ixp-component-flow-progress-toggle {
  opacity: 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: #e9ebee;
}
.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: #b5bcc7;
  color: #b5bcc7;
  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 {
  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 {
  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: #d0d5dc;
  color: #d0d5dc;
}
.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: #657389;
  color: #657389;
}
.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: #657389 !important;
  color: #657389 !important;
}
.ixp-component-flow.ixp-component-flow-bar-light > .ixp-component-flow-progress .ixp-component-flow-progress-toggle {
  background: #e9ebee;
  color: #e9ebee;
}
/* ======================================
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: Sammons 2020";
  -ixp-tags: "Form";
  -ixp-group: "customform";
  -ixp-scope: "CustomForm";
  -ixp-default: "true";
}
