/* ======================================
	  National Life Theme.css

    Last Updated : HOQ 06/13/2017
====================================== */
html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #333333;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-weight: normal;
}
body {
  background: #e6e8ea;
  font-size: 1em;
  line-height: 1.4;
}
@media only screen and (min-width: 992px) {
  body {
    font-size: 120%;
  }
}
@media only screen and (max-width: 991px) {
  body {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 95%;
  }
}
/* ======================================
	Typography

	REQUIRED CLASSES: h1, h2, h3, .font-a
====================================== */
h1 {
  font-size: 2.571em;
  color: #6ab800;
  font-weight: 300;
  line-height: 1.1;
}
h2 {
  font-size: 2em;
  font-weight: 300;
}
h3 {
  font-size: 1.357em;
  color: #6ab800;
  font-weight: 300;
}
h4 {
  font-size: 1.3em;
  line-height: 1.3;
  font-weight: 600;
}
h5 {
  font-size: 1.3em;
  line-height: 1.3;
  font-weight: 600;
}
h6 {
  font-size: 1.143em;
  line-height: 1.1;
  color: #6ab800;
}
p {
  padding: 0;
}
/* ======================================
	Fonts

	REQUIRED CLASSES: None
====================================== */
.font-base {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
.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: 'Open Sans', sans-serif;
  font-weight: 300;
}
.font-b {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}
.font-b h1,
.font-b h2,
.font-b h3,
.font-b h4,
.font-b h5,
.font-b h6,
.font-b .nav,
.font-b .button {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}
.font-c {
  font-family: 'Open Sans', 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: 'Open Sans', sans-serif;
  font-weight: 600;
}
.font-d {
  font-family: 'Open Sans', 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: 'Open Sans', sans-serif;
  font-weight: 700;
}
.font-e {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 300;
}
.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: 'Open Sans Condensed', sans-serif;
  font-weight: 300;
}
/* ======================================
	Font IXP Information
====================================== */
.font-base {
  -ixp-name: "Open Sans Light";
  -ixp-tags: "Fonts";
  -ixp-group: "font";
  -ixp-scope: "ContainerLike,Text,Link";
}
.font-b {
  -ixp-name: "Open Sans Regular";
  -ixp-tags: "Fonts";
  -ixp-group: "font";
  -ixp-scope: "ContainerLike,Text,Link";
}
.font-c {
  -ixp-name: "Open Sans Semi Bold";
  -ixp-tags: "Fonts";
  -ixp-group: "font";
  -ixp-scope: "ContainerLike,Text,Link";
}
.font-d {
  -ixp-name: "Open Sans Bold";
  -ixp-tags: "Fonts";
  -ixp-group: "font";
  -ixp-scope: "ContainerLike,Text,Link";
}
.font-e {
  -ixp-name: "Open Sans Condensed Light";
  -ixp-tags: "Fonts";
  -ixp-group: "font";
  -ixp-scope: "ContainerLike,Text,Link";
}
/* ======================================
	Content

	REQUIRED CLASSES: .caption, .fine-print
====================================== */
.caption {
  font-size: 0.85em;
  padding-bottom: 0.2em;
  padding-top: 0.2em;
}
.fine-print {
  font-size: 0.75em;
  padding-bottom: 0.2em;
  padding-top: 0.2em;
}
/* ======================================
	Content IXP Information
    REQUIRED CLASSES: .caption, .fine-print
====================================== */
.caption {
  -ixp-name: "Caption";
  -ixp-tags: "Text";
  -ixp-group: "text";
  -ixp-scope: "Text,Link";
}
.fine-print {
  -ixp-name: "Fine Print";
  -ixp-tags: "Text";
  -ixp-group: "text";
  -ixp-scope: "Text,Link";
}
/* ======================================
	Alignment

	REQUIRED CLASSES: ALL
====================================== */
.align-right {
  text-align: right;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.indent {
  margin-left: .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 2.2em;
  list-style-type: circle;
}
ol {
  margin-left: 2.2em;
  list-style-type: decimal;
}
.bullet-a ul li {
  list-style-type: disc;
  position: relative;
}
.bullet-b ul li {
  list-style-type: none;
  position: relative;
  padding: 0 0 0 1.2em;
  margin-left: 1em;
}
.bullet-b ul li:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  content: '\f00c';
  position: absolute;
  left: 0;
  top: auto;
}
/* ======================================
	List IXP Information

	REQUIRED CLASS: .bullet-a
====================================== */
.bullet-a {
  -ixp-name: "Bullet List - Circle";
  -ixp-tags: "Bullet list";
  -ixp-group: "bullet-list";
  -ixp-scope: "Text";
}
.bullet-b {
  -ixp-name: "Bullet List - Check";
  -ixp-tags: "Bullet list";
  -ixp-group: "bullet-list";
  -ixp-scope: "Text";
}
/* ======================================
	Link Element Base
====================================== */
a {
  color: #6ab800;
  display: inline;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #e07424;
  text-decoration: none;
}
/* ======================================
	CTA Links

	REQUIRED CLASS: .cta_link.link-a
====================================== */
.cta_link {
  display: inline-block;
  font-size: 1em;
}
.cta_link:after,
.cta_link:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
}
.cta_link.link-a,
.cta_link.link-c,
.cta_link.link-e,
.cta_link.link-g {
  color: #6ab800;
  text-decoration: none;
}
.cta_link.link-a:after,
.cta_link.link-c:after,
.cta_link.link-e:after,
.cta_link.link-g:after {
  content: '\f061';
  color: #3d9b35;
  padding-left: 5px;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
}
.cta_link.link-a:hover,
.cta_link.link-c:hover,
.cta_link.link-e:hover,
.cta_link.link-g:hover {
  color: #e07424;
  text-decoration: none;
}
.cta_link.link-a:hover:after,
.cta_link.link-c:hover:after,
.cta_link.link-e:hover:after,
.cta_link.link-g:hover:after {
  color: #e07424;
  padding-left: 10px;
}
.cta_link.link-c:after {
  content: '\f0da';
}
.cta_link.link-e:after {
  color: #ffffff;
}
.cta_link.link-g:after {
  content: '\f0da';
  color: #ffffff;
}
.cta_link.link-b,
.cta_link.link-d,
.cta_link.link-f,
.cta_link.link-h,
.cta_link.link-i {
  color: #6ab800;
  text-decoration: none;
}
.cta_link.link-b:before,
.cta_link.link-d:before,
.cta_link.link-f:before,
.cta_link.link-h:before,
.cta_link.link-i:before {
  content: '\f060';
  margin-left: 0;
  padding-right: 5px;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  color: #3d9b35;
}
.cta_link.link-b:hover,
.cta_link.link-d:hover,
.cta_link.link-f:hover,
.cta_link.link-h:hover,
.cta_link.link-i:hover {
  color: #e07424;
  text-decoration: none;
}
.cta_link.link-b:hover:before,
.cta_link.link-d:hover:before,
.cta_link.link-f:hover:before,
.cta_link.link-h:hover:before,
.cta_link.link-i:hover:before {
  padding-right: 10px;
  color: #e07424;
}
.cta_link.link-d:before {
  content: '\f0d9';
}
.cta_link.link-f:before {
  color: #ffffff;
}
.cta_link.link-h:before {
  content: '\f0d9';
  color: #ffffff;
}
.cta_link.link-i {
  font-size: .75em;
  color: #b9bbb9;
}
.cta_link.link-i:before {
  content: '\f060';
  color: #ffffff;
}
/* ======================================
	Links IXP Information

	REQUIRED CLASS: .cta_link.link-a
====================================== */
.cta_link.link-a {
  -ixp-name: "NLG Green Arrow-Right";
  -ixp-tags: "Link";
  -ixp-group: "link";
  -ixp-scope: "Link,Lightbox";
}
.cta_link.link-b {
  -ixp-name: "NLG Green Arrow-Left";
  -ixp-tags: "Link";
  -ixp-group: "link";
  -ixp-scope: "Link,Lightbox";
}
.cta_link.link-c {
  -ixp-name: "NLG Green Caret-Right";
  -ixp-tags: "Link";
  -ixp-group: "link";
  -ixp-scope: "Link,Lightbox";
}
.cta_link.link-d {
  -ixp-name: "NLG Green Caret-Left";
  -ixp-tags: "Link";
  -ixp-group: "link";
  -ixp-scope: "Link,Lightbox";
}
.cta_link.link-e {
  -ixp-name: "White Arrow-Right";
  -ixp-tags: "Link";
  -ixp-group: "link";
  -ixp-scope: "Link,Lightbox";
}
.cta_link.link-f {
  -ixp-name: "White Arrow-Left";
  -ixp-tags: "Link";
  -ixp-group: "link";
  -ixp-scope: "Link,Lightbox";
}
.cta_link.link-g {
  -ixp-name: "White Caret-Right";
  -ixp-tags: "Link";
  -ixp-group: "link";
  -ixp-scope: "Link,Lightbox";
}
.cta_link.link-h {
  -ixp-name: "White Caret-Left";
  -ixp-tags: "Link";
  -ixp-group: "link";
  -ixp-scope: "Link,Lightbox";
}
.cta_link.link-i {
  -ixp-name: "Grey Small 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;
}
.color-a h1,
.color-a h2,
.color-a h3,
.color-a h4,
.color-a h5,
.color-a h6,
.color-a a,
.color-a p {
  color: #ffffff;
}
.color-b {
  color: #333333;
}
.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: #333333;
}
.color-c {
  color: #3d9b35;
}
.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: #3d9b35;
}
.color-d {
  color: #6ab800;
}
.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: #6ab800;
}
.color-e {
  color: #616365;
}
.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: #616365;
}
.color-f {
  color: #b9bbb9;
}
.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: #b9bbb9;
}
.color-g {
  color: #1d355c;
}
.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: #1d355c;
}
.color-h {
  color: #e07424;
}
.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: #e07424;
}
.color-i {
  color: #dcdedf;
}
.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: #dcdedf;
}
/* ======================================
	Colors IXP Information
====================================== */
.color-a {
  -ixp-name: "White";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-b {
  -ixp-name: "Black";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-c {
  -ixp-name: "NLG Green";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-d {
  -ixp-name: "Medium Green";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-e {
  -ixp-name: "Dark Grey";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-f {
  -ixp-name: "Medium Grey";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-g {
  -ixp-name: "ESI Blue";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-h {
  -ixp-name: "Orange";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-i {
  -ixp-name: "Light Grey";
  -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: #333333;
  background: rgba(0, 0, 0, 0.4);
}
.background-d {
  background: #333333;
}
.background-e {
  background: #6ab800;
}
.background-f {
  background: #3d9b35;
}
.background-g {
  background: #616365;
}
.background-h {
  background: #b9bbb9;
}
.background-i {
  background: #dcdedf;
}
.background-j {
  background: #e07424;
}
.background-k {
  background: #1d355c;
}
.background-l {
  background: #bed600;
}
.background-m {
  background: #056b8c;
}
.background-n {
  background: #00a89e;
}
.background-o {
  background: #78468f;
}
/* ======================================
	Background IXP Information
====================================== */
.background-a {
  -ixp-name: "White Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-b {
  -ixp-name: "White Transparent Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-c {
  -ixp-name: "Black Transparent Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-d {
  -ixp-name: "Black Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-e {
  -ixp-name: "Medium Green Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-f {
  -ixp-name: "NLG Green Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-g {
  -ixp-name: "Dark Grey Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-h {
  -ixp-name: "Medium Grey Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-i {
  -ixp-name: "Light Grey Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-j {
  -ixp-name: "Orange Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-k {
  -ixp-name: "ESI Blue Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-l {
  -ixp-name: "Light Green Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-m {
  -ixp-name: "Medium Blue Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-n {
  -ixp-name: "Light Blue Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-o {
  -ixp-name: "Purple Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
/* ======================================
	Pods
    REQUIRED CLASS: .pod, .pod-a, .pod-b, .pod-c, .pod.form-pod-a
    NOTE: .pod, .pod-b, .pod-c style values should not change. 
    They should be Transparent (.pod), Transparent White (.pod-b) and Transparent Black (.pod-c) always.
====================================== */
.pod {
  padding: 1.2em;
}
.pod.pod-a {
  background: #ffffff;
}
.pod.pod-b {
  background: #ffffff;
  background: rgba(255, 255, 255, 0.5);
}
.pod.pod-c {
  background: #333333;
  background: rgba(0, 0, 0, 0.67);
  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 {
  color: #ffffff;
}
.pod.pod-c a {
  color: #6ab800;
}
.pod.pod-c a:hover {
  color: #ffffff;
}
.pod.pod-d {
  background: #333333;
  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 {
  color: #ffffff;
}
.pod.pod-d a {
  color: #6ab800;
}
.pod.pod-d a:hover {
  color: #ffffff;
}
.pod.pod-e {
  background: #3d9b35;
  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 {
  color: #ffffff;
}
.pod.pod-e a {
  color: #dcdedf;
}
.pod.pod-e a:hover {
  color: #ffffff;
}
.pod.pod-f {
  background: #6ab800;
  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 {
  color: #ffffff;
}
.pod.pod-f a {
  color: #dcdedf;
}
.pod.pod-f a:hover {
  color: #ffffff;
}
.pod.pod-g {
  background: #616365;
  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 {
  color: #ffffff;
}
.pod.pod-g a {
  color: #6ab800;
}
.pod.pod-g a:hover {
  color: #ffffff;
}
.pod.pod-h {
  background: #b9bbb9;
  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 {
  color: #ffffff;
}
.pod.pod-h a {
  color: #1d355c;
}
.pod.pod-h a:hover {
  color: #ffffff;
}
.pod.pod-i {
  background: #dcdedf;
  color: #333333;
}
.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 {
  color: #333333;
}
.pod.pod-i a {
  color: #3d9b35;
}
.pod.pod-i a:hover {
  color: #e07424;
}
.pod.pod-j {
  background: #e07424;
  color: #ffffff;
}
.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 {
  color: #ffffff;
}
.pod.pod-j a {
  color: #dcdedf;
}
.pod.pod-j a:hover {
  color: #ffffff;
}
.pod.pod-k {
  background: #1d355c;
  color: #ffffff;
}
.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 {
  color: #ffffff;
}
.pod.pod-k a {
  color: #6ab800;
}
.pod.pod-k a:hover {
  color: #ffffff;
}
.pod.pod-l {
  background: #bed600;
  color: #333333;
}
.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 {
  color: #333333;
}
.pod.pod-l a {
  color: #056b8c;
}
.pod.pod-l a:hover {
  color: #333333;
}
.pod.pod-m {
  background: #056b8c;
  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 {
  color: #ffffff;
}
.pod.pod-m a {
  color: #bed600;
}
.pod.pod-m a:hover {
  color: #ffffff;
}
.pod.pod-n {
  background: #00a89e;
  color: #ffffff;
}
.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 {
  color: #ffffff;
}
.pod.pod-n a {
  color: #1d355c;
}
.pod.pod-n a:hover {
  color: #ffffff;
}
/* ======================================
	Pods with Form Styling

	REQUIRED CLASS: .pod.form-pod-a
====================================== */
.pod.form-pod-a {
  background: #78468f;
  color: #ffffff;
  border: 1px solid #e5eaea;
}
.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 {
  color: #ffffff;
}
.pod.form-pod-a a {
  color: #bed600;
}
.pod.form-pod-a a:hover {
  color: #ffffff;
}
/* ======================================
	Pod IXP Information

	REQUIRED CLASS: .pod, .pod-a, .pod.form-pod-a
====================================== */
.pod {
  -ixp-name: "Transparent";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-a {
  -ixp-name: "White Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-b {
  -ixp-name: "White Transparent Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-c {
  -ixp-name: "Black Transparent Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-d {
  -ixp-name: "Black Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-e {
  -ixp-name: "NLG Green Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-f {
  -ixp-name: "Medium Green Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-g {
  -ixp-name: "Dark Grey Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-h {
  -ixp-name: "Medium Grey Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-i {
  -ixp-name: "Light Grey Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-j {
  -ixp-name: "Orange Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-k {
  -ixp-name: "ESI Blue Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-l {
  -ixp-name: "Light Green Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-m {
  -ixp-name: "Medium Blue Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-n {
  -ixp-name: "Light Blue Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.form-pod-a {
  -ixp-name: "Purple Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
/* ======================================
	Image Alignment

	REQUIRED CLASSES: ALL
====================================== */
.image-a {
  float: right;
  margin-left: 0.5em;
}
.image-b {
  float: left;
  margin-right: 0.5em;
}
.image-c {
  margin-right: auto;
  margin-left: auto;
  display: block;
}
/* ======================================
	Images IXP Information
    REQUIRED CLASSES: ALL
====================================== */
.image-a {
  -ixp-name: "Right Align";
  -ixp-tags: "Images";
  -ixp-group: "images";
  -ixp-scope: "Image";
}
.image-b {
  -ixp-name: "Left Align";
  -ixp-tags: "Images";
  -ixp-group: "images";
  -ixp-scope: "Image";
}
.image-c {
  -ixp-name: "Center Align";
  -ixp-tags: "Images";
  -ixp-group: "images";
  -ixp-scope: "Image";
}
/* ======================================
	Image and Block Styling

	REQUIRED CLASS: .rounded-corners
====================================== */
.rounded-corners {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.shadow-b {
  -webkit-box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.4);
}
.shadow-c {
  -webkit-box-shadow: 1px 1px #90a4ae, 2px 2px #90a4ae, 3px 3px #90a4ae;
  -moz-box-shadow: 1px 1px #90a4ae, 2px 2px #90a4ae, 3px 3px #90a4ae;
  box-shadow: 1px 1px #90a4ae, 2px 2px #90a4ae, 3px 3px #90a4ae;
}
/* ======================================
	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-b {
  -ixp-name: "Drop Shadow Bottom";
  -ixp-tags: "Styling";
  -ixp-group: "styling";
  -ixp-scope: "Image,Link,Container,Column,Row";
}
.shadow-c {
  -ixp-name: "Gray 3D Shadow";
  -ixp-tags: "Styling";
  -ixp-group: "styling";
  -ixp-scope: "Image,Link,Container,Column,Row";
}
/* ======================================
	Horizontal Rule Styling
====================================== */
hr {
  background: #dcdedf;
  border: none;
  color: #dcdedf;
  clear: both;
  float: none;
  height: 1px;
  margin: 0.4em 0;
  width: 100%;
}
/* ======================================
	Button Element Base
====================================== */
.button,
.button-container .pf_form_table .pf_submit_cell .pf_submit_button {
  border: none;
  cursor: pointer;
  display: inline-block;
  margin: 0.5em 0;
  overflow: visible;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-appearance: none;
  font-family: 'Open Sans', sans-serif;
  line-height: 1;
  font-weight: 300;
  position: relative;
}
.button:hover,
.button-container .pf_form_table .pf_submit_cell .pf_submit_button:hover {
  text-decoration: none !important;
}
.button:before,
.button-container .pf_form_table .pf_submit_cell .pf_submit_button:before {
  margin: 0 0.35em 0 0;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
}
/* ======================================
	Button

	REQUIRED CLASS: .button-a
====================================== */
.button-a,
.button-container-a .pf_form_table .pf_submit_cell .pf_submit_button {
  background: #3d9b35;
  color: #ffffff !important;
}
.button-a:hover,
.button-container-a .pf_form_table .pf_submit_cell .pf_submit_button:hover {
  background: #e07424;
  color: #ffffff !important;
}
.button-b,
.button-container-b .pf_form_table .pf_submit_cell .pf_submit_button {
  background: #ffffff;
  color: #3d9b35 !important;
}
.button-b:hover,
.button-container-b .pf_form_table .pf_submit_cell .pf_submit_button:hover {
  background: #e07424;
  color: #ffffff !important;
}
/* ======================================
	Button Size Settings

	REQUIRED CLASSES:
	.button-small,
	.button-medium,
	.button-large,
	.button-wide
====================================== */
.button-small,
.button-container-small .pf_form_table .pf_submit_cell .pf_submit_button {
  font-size: 0.9em;
  padding: 1em 1.25em;
  text-align: center;
}
.button-medium,
.button-container-medium .pf_form_table .pf_submit_cell .pf_submit_button {
  font-size: 1em;
  padding: 1em 1.25em;
  text-align: center;
}
.button-large,
.button-container-large .pf_form_table .pf_submit_cell .pf_submit_button {
  font-size: 1.2em;
  padding: 1em 1.5em;
  text-align: center;
}
.button-wide,
.button-container-wide .pf_form_table .pf_submit_cell .pf_submit_button {
  display: block;
  font-size: 1.15em;
  height: auto;
  line-height: 1;
  padding: 1em 0.75em;
  text-align: center;
}
/* ======================================
	Button Icon Padding
====================================== */
.button-small.button-phone,
.button-container-small.button-phone,
.button-small.button-cue,
.button-container-small.button-cue,
.button-small.button-checked,
.button-container-small.button-checked,
.button-small.button-download,
.button-container-small.button-download {
  padding: 1em 1.25em;
}
.button-medium.button-phone,
.button-container-medium.button-phone,
.button-medium.button-cue,
.button-container-medium.button-cue,
.button-medium.button-checked,
.button-container-medium.button-checked,
.button-medium.button-download,
.button-container-medium.button-download {
  padding: 1em 1.25em;
}
.button-large.button-phone,
.button-container-large.button-phone,
.button-large.button-cue,
.button-container-large.button-cue,
.button-large.button-checked,
.button-container-large.button-checked,
.button-large.button-download,
.button-container-large.button-download {
  padding: 1em 1.5em;
}
.button-wide.button-phone,
.button-container-wide.button-phone,
.button-wide.button-cue,
.button-container-wide.button-cue,
.button-wide.button-checked,
.button-container-wide.button-checked,
.button-wide.button-download,
.button-container-wide.button-download {
  padding: 1em 1.5em;
}
/* ======================================
	Button Icon Position
====================================== */
.button-phone:before,
.button-container-phone .pf_form_table .pf_submit_cell .pf_submit_button:before {
  content: '\f095';
}
.button-cue:before,
.button-container-cue .pf_form_table .pf_submit_cell .pf_submit_button:before {
  content: '\f05d';
}
.button-checked:before,
.button-container-checked .pf_form_table .pf_submit_cell .pf_submit_button:before {
  content: '\f00c';
}
.button-download:before,
.button-container-download .pf_form_table .pf_submit_cell .pf_submit_button:before {
  content: '\f019';
}
/* ======================================
	Button Arrow 
====================================== */
.button-arrowright,
.button-container-arrowright .pf_form_table .pf_submit_cell .pf_submit_button,
.button-arrowleft,
.button-container-arrowleft .pf_form_table .pf_submit_cell .pf_submit_button,
.button-arrowup,
.button-container-arrowup .pf_form_table .pf_submit_cell .pf_submit_button,
.button-arrowdown,
.button-container-arrowdown .pf_form_table .pf_submit_cell .pf_submit_button {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
.button-arrowright:after,
.button-container-arrowright .pf_form_table .pf_submit_cell .pf_submit_button:after {
  content: '';
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 18px solid #3d9b35;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.button-arrowright:hover:after,
.button-container-arrowright .pf_form_table .pf_submit_cell .pf_submit_button:hover:after {
  border-left: 18px solid #e07424;
}
.button-arrowleft:after,
.button-container-arrowleft .pf_form_table .pf_submit_cell .pf_submit_button:after {
  content: '';
  display: block;
  position: absolute;
  right: 100%;
  top: 0;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-right: 20px solid #3d9b35;
  border-bottom: 20px solid transparent;
  border-left: 20px solid transparent;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.button-arrowleft:hover:after,
.button-container-arrowleft .pf_form_table .pf_submit_cell .pf_submit_button:hover:after {
  border-right: 20px solid #e07424;
}
.button-arrowup,
.button-container-arrowup .pf_form_table .pf_submit_cell .pf_submit_button {
  width: 250px;
  padding-left: 0;
  padding-right: 0;
}
.button-arrowup:after,
.button-container-arrowup .pf_form_table .pf_submit_cell .pf_submit_button:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 0;
  height: 0;
  border-top: 0 solid transparent;
  border-right: 125px solid transparent;
  border-bottom: 25px solid #3d9b35;
  border-left: 125px solid transparent;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.button-arrowup:hover:after,
.button-container-arrowup .pf_form_table .pf_submit_cell .pf_submit_button:hover:after {
  border-bottom: 25px solid #e07424;
}
.button-arrowdown,
.button-container-arrowdown .pf_form_table .pf_submit_cell .pf_submit_button {
  width: 250px;
  padding-left: 0;
  padding-right: 0;
}
.button-arrowdown:after,
.button-container-arrowdown .pf_form_table .pf_submit_cell .pf_submit_button:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  width: 0;
  height: 0;
  border-top: 25px solid #3d9b35;
  border-right: 125px solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 125px solid transparent;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.button-arrowdown:hover:after,
.button-container-arrowdown .pf_form_table .pf_submit_cell .pf_submit_button:hover:after {
  border-top: 25px solid #e07424;
}
/* ======================================
	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: "NLG Green (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-a.button-container-small {
  -ixp-name: "NLG Green (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-medium {
  -ixp-name: "NLG Green (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-a.button-container-medium {
  -ixp-name: "NLG Green (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-large {
  -ixp-name: "NLG Green (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-a.button-container-large {
  -ixp-name: "NLG Green (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-wide {
  -ixp-name: "NLG Green (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-a.button-container-wide {
  -ixp-name: "NLG Green (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-small.button-phone {
  -ixp-name: "NLG Green phone (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-a.button-container-small.button-container-phone {
  -ixp-name: "NLG Green phone (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-medium.button-phone {
  -ixp-name: "NLG Green phone (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-a.button-container-medium.button-container-phone {
  -ixp-name: "NLG Green phone (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-large.button-phone {
  -ixp-name: "NLG Green phone (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-a.button-container-large.button-container-phone {
  -ixp-name: "NLG Green phone (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-wide.button-phone {
  -ixp-name: "NLG Green phone (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-a.button-container-wide.button-container-phone {
  -ixp-name: "NLG Green phone (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-small.button-cue {
  -ixp-name: "NLG Green cue (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-a.button-container-small.button-container-cue {
  -ixp-name: "NLG Green cue (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-medium.button-cue {
  -ixp-name: "NLG Green cue (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-a.button-container-medium.button-container-cue {
  -ixp-name: "NLG Green cue (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-large.button-cue {
  -ixp-name: "NLG Green cue (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-a.button-container-large.button-container-cue {
  -ixp-name: "NLG Green cue (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-wide.button-cue {
  -ixp-name: "NLG Green cue (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-a.button-container-wide.button-container-cue {
  -ixp-name: "NLG Green cue (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-small.button-checked {
  -ixp-name: "NLG Green 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: "NLG Green checked (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-medium.button-checked {
  -ixp-name: "NLG Green 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: "NLG Green checked (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-large.button-checked {
  -ixp-name: "NLG Green 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: "NLG Green checked (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-wide.button-checked {
  -ixp-name: "NLG Green 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: "NLG Green checked (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-small.button-download {
  -ixp-name: "NLG Green download (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-a.button-container-small.button-container-download {
  -ixp-name: "NLG Green download (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-medium.button-download {
  -ixp-name: "NLG Green download (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-a.button-container-medium.button-container-download {
  -ixp-name: "NLG Green download (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-large.button-download {
  -ixp-name: "NLG Green download (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-a.button-container-large.button-container-download {
  -ixp-name: "NLG Green download (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-wide.button-download {
  -ixp-name: "NLG Green download (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-a.button-container-wide.button-container-download {
  -ixp-name: "NLG Green download (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-small.button-arrowright {
  -ixp-name: "NLG Green Right Arrow";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-a.button-container-small.button-container-arrowright {
  -ixp-name: "NLG Green Right Arrow";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-small.button-arrowleft {
  -ixp-name: "NLG Green Left Arrow";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-a.button-container-small.button-container-arrowleft {
  -ixp-name: "NLG Green Left Arrow";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-small.button-arrowup {
  -ixp-name: "NLG Green Up Arrow";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-a.button-container-small.button-container-arrowup {
  -ixp-name: "NLG Green Up Arrow";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-small.button-arrowdown {
  -ixp-name: "NLG Green Down Arrow";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-a.button-container-small.button-container-arrowdown {
  -ixp-name: "NLG Green Down Arrow";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-small {
  -ixp-name: "White (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-b.button-container-small {
  -ixp-name: "White (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-medium {
  -ixp-name: "White (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-b.button-container-medium {
  -ixp-name: "White (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-large {
  -ixp-name: "White (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-b.button-container-large {
  -ixp-name: "White (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-wide {
  -ixp-name: "White (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-b.button-container-wide {
  -ixp-name: "White (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-small.button-phone {
  -ixp-name: "White phone (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-b.button-container-small.button-container-phone {
  -ixp-name: "White phone (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-medium.button-phone {
  -ixp-name: "White phone (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-b.button-container-medium.button-container-phone {
  -ixp-name: "White phone (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-large.button-phone {
  -ixp-name: "White phone (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-b.button-container-large.button-container-phone {
  -ixp-name: "White phone (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-wide.button-phone {
  -ixp-name: "White phone (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-b.button-container-wide.button-container-phone {
  -ixp-name: "White phone (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-small.button-cue {
  -ixp-name: "White cue (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-b.button-container-small.button-container-cue {
  -ixp-name: "White cue (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-medium.button-cue {
  -ixp-name: "White cue (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-b.button-container-medium.button-container-cue {
  -ixp-name: "White cue (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-large.button-cue {
  -ixp-name: "White cue (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-b.button-container-large.button-container-cue {
  -ixp-name: "White cue (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-wide.button-cue {
  -ixp-name: "White cue (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-b.button-container-wide.button-container-cue {
  -ixp-name: "White cue (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-small.button-checked {
  -ixp-name: "White checked (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-b.button-container-small.button-container-checked {
  -ixp-name: "White checked (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-medium.button-checked {
  -ixp-name: "White checked (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-b.button-container-medium.button-container-checked {
  -ixp-name: "White checked (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-large.button-checked {
  -ixp-name: "White checked (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-b.button-container-large.button-container-checked {
  -ixp-name: "White checked (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-wide.button-checked {
  -ixp-name: "White checked (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-b.button-container-wide.button-container-checked {
  -ixp-name: "White checked (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-small.button-download {
  -ixp-name: "White download (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-b.button-container-small.button-container-download {
  -ixp-name: "White download (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-medium.button-download {
  -ixp-name: "White download (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-b.button-container-medium.button-container-download {
  -ixp-name: "White download (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-large.button-download {
  -ixp-name: "White download (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-b.button-container-large.button-container-download {
  -ixp-name: "White download (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-wide.button-download {
  -ixp-name: "White download (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-b.button-container-wide.button-container-download {
  -ixp-name: "White download (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: #3d9b35;
  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-font-smoothing: antialiased;
}
.button-down-dark:after {
  content: '\f107';
  color: #3d9b35;
}
.button-up-dark:after {
  content: '\f106';
  color: #3d9b35;
}
.button-left-dark:after {
  content: '\f104';
  color: #3d9b35;
}
.button-right-dark:after {
  content: '\f105';
  color: #3d9b35;
}
.button-down-light:after {
  content: '\f107';
  color: #ffffff;
}
.button-up-light:after {
  content: '\f106';
  color: #ffffff;
}
.button-left-light:after {
  content: '\f104';
  color: #ffffff;
}
.button-right-light:after {
  content: '\f105';
  color: #ffffff;
}
/* ======================================
	Directional Button IXP Information
====================================== */
.button-up-dark {
  -ixp-name: "Dark Arrow Up";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container-up-dark {
  -ixp-name: "Dark Arrow Up";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Lightbox";
}
.button-down-dark {
  -ixp-name: "Dark Arrow Down";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container-down-dark {
  -ixp-name: "Dark Arrow Down";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Lightbox";
}
.button-left-dark {
  -ixp-name: "Dark Arrow Left";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container-left-dark {
  -ixp-name: "Dark Arrow Left";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Lightbox";
}
.button-right-dark {
  -ixp-name: "Dark Arrow Right";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container-right-dark {
  -ixp-name: "Dark Arrow Right";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Lightbox";
}
.button-up-light {
  -ixp-name: "Light Arrow Up";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container-up-light {
  -ixp-name: "Light Arrow Up";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Lightbox";
}
.button-down-light {
  -ixp-name: "Light Arrow Down";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container-down-light {
  -ixp-name: "Light Arrow Down";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Lightbox";
}
.button-left-light {
  -ixp-name: "Light Arrow Left";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container-left-light {
  -ixp-name: "Light Arrow Left";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Lightbox";
}
.button-right-light {
  -ixp-name: "Light Arrow Right";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container-right-light {
  -ixp-name: "Light Arrow Right";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Lightbox";
}
/* ======================================
	Pre Header

	REQUIRED CLASS: .pre-header, .pre-header-a
====================================== */
.pre-header {
  padding: 0.5em 0;
  font-size: .8em;
}
.pre-header-a {
  background: #616365;
  color: #ffffff;
  padding: 0.5em 0;
  font-size: .8em;
}
.pre-header-a a {
  color: #056b8c;
  text-decoration: none;
}
.pre-header-a a:hover {
  color: #e07424;
}
/* ======================================
	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 - Dark Grey";
  -ixp-tags: "Regions";
  -ixp-group: "regions";
  -ixp-scope: "ContainerLike";
}
/* ======================================
	Logo

	REQUIRED CLASS: .header-logo-light
====================================== */
.header-logo-light,
.header-logo-b {
  background-image: url('logo.svg');
  background-repeat: no-repeat;
  background-position: 0 0;
  min-height: 76px;
  min-width: 194px;
  background-size: 194px 76px;
  display: inline-block;
  text-indent: -9999px;
  margin-top: .5em;
  margin-bottom: .5em;
}
.header-logo-b {
  background-image: url('logo-dark.svg');
}
@media (max-width: 768px) {
  .header-logo-light,
  .header-logo-b {
    min-height: 66px;
    min-width: 168px;
    background-size: 168px 66px;
  }
}
/* ======================================
	Logo IXP Information

	REQUIRED CLASS: .header-logo-light
====================================== */
.header-logo-light {
  -ixp-name: "Logo";
  -ixp-tags: "Logo";
  -ixp-group: "logo";
  -ixp-scope: "ContainerLike,Link";
}
.header-logo-b {
  -ixp-name: "Logo - Dark";
  -ixp-tags: "Logo";
  -ixp-group: "logo";
  -ixp-scope: "ContainerLike,Link";
}
/* ======================================
	Header

	REQUIRED CLASS: .header,.header-a
====================================== */
.header {
  padding: 1em 0;
}
.header-a {
  background: #333333;
  color: #00a89e;
  padding: 0 0;
  position: relative;
}
.header-a a {
  color: #6ab800;
}
.header-a a:hover {
  color: #e07424;
}
/* ======================================
    Header IXP Information
    REQUIRED CLASSES: .header-a, .header-b
====================================== */
.header {
  -ixp-name: "Header - Transparent";
  -ixp-tags: "Regions";
  -ixp-group: "regions";
  -ixp-scope: "ContainerLike";
}
.header-a {
  -ixp-name: "Header - Black";
  -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: 1em 0;
}
/* ======================================
    Pre Content IXP Information
    REQUIRED CLASSES: .pre-content
====================================== */
.pre-content {
  -ixp-name: "Pre-Content";
  -ixp-tags: "Regions";
  -ixp-group: "regions";
  -ixp-scope: "ContainerLike";
}
/* ======================================
	Content
    REQUIRED CLASSES: .content
====================================== */
.content {
  padding: 1em 0;
}
/* ======================================
    Content IXP Information
    REQUIRED CLASSES: .content
====================================== */
.content {
  -ixp-name: "Content";
  -ixp-tags: "Regions";
  -ixp-group: "regions";
  -ixp-scope: "ContainerLike";
}
/* ======================================
	Post Content

	REQUIRED CLASS: .post-content,.post-content-a
====================================== */
.post-content {
  padding: 1em 0;
}
.post-content-a {
  background: #dcdedf;
  padding: 1em 0;
  color: #333333;
}
.post-content-a a {
  color: #3d9b35;
}
.post-content-a a:hover {
  color: #e07424;
}
/* ======================================
    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 - Light Grey";
  -ixp-tags: "Regions";
  -ixp-group: "regions";
  -ixp-scope: "ContainerLike";
}
/* ======================================
	Footer

	REQUIRED CLASS - .footer,.nav-footer-a
====================================== */
.footer {
  font-size: 1em;
  padding: 1em 0;
}
.footer-a {
  background: #616365;
  color: #b9bbb9;
  font-size: 1em;
  padding: 1.1em 0;
}
.footer-a h1,
.footer-a h2,
.footer-a h3,
.footer-a h4,
.footer-a h5,
.footer-a h6,
.footer-a p {
  color: #b9bbb9;
}
.footer-a a {
  color: #6ab800;
  text-decoration: none;
}
.footer-a a:hover {
  color: #e07424;
  text-decoration: none;
}
/* ======================================
    Footer IXP Information
    REQUIRED CLASSES: .footer,.nav-footer-a
====================================== */
.footer {
  -ixp-name: "Footer Transparent";
  -ixp-tags: "Regions";
  -ixp-group: "regions";
  -ixp-scope: "ContainerLike";
}
.footer-a {
  -ixp-name: "Footer - Dark Grey";
  -ixp-tags: "Regions";
  -ixp-group: "regions";
  -ixp-scope: "ContainerLike";
}
/* ======================================
	Post Footer
    REQUIRED CLASSES: .post-footer
====================================== */
.post-footer {
  padding: 0.75em 0;
}
.post-footer-a {
  color: #b9bbb9;
  background: #333333;
  padding: 0.75em 0;
}
.post-footer-a a {
  color: #ffffff;
}
.post-footer-a a:hover {
  color: #e07424;
}
/* ======================================
    Post Footer IXP Information
    REQUIRED CLASSES: .post-footer
====================================== */
.post-footer {
  -ixp-name: "Post-Footer - Transparent";
  -ixp-tags: "Regions";
  -ixp-group: "regions";
  -ixp-scope: "ContainerLike";
}
.post-footer-a {
  -ixp-name: "Post-Footer - Black";
  -ixp-tags: "Regions";
  -ixp-group: "regions";
  -ixp-scope: "ContainerLike";
}
/* ======================================
	Navigation: Default Style Overrides
====================================== */
.ixp-nav {
  background-color: transparent;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.75em;
  margin: 0 0;
  padding: 0;
  text-align: center;
}
.ixp-nav .ixp-nav-collapsible {
  height: auto;
  float: right;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.ixp-nav .ixp-nav-collapsible .ixp-navitem {
  background: none;
  display: inline-block;
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-right: none;
}
.ixp-nav .ixp-nav-collapsible .ixp-navitem a,
.ixp-nav .ixp-nav-collapsible .ixp-navitem.nested-1 a,
.ixp-nav .ixp-nav-collapsible .ixp-navitem.nested-2.nested-2s a {
  background-color: transparent;
  color: #ffffff;
  display: block;
  padding: 3em 1.45em 1.45em;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  line-height: 1;
  position: relative;
  border: none;
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  text-transform: uppercase;
}
.ixp-nav .ixp-nav-collapsible .ixp-navitem a:hover,
.ixp-nav .ixp-nav-collapsible .ixp-navitem.nested-1 a:hover,
.ixp-nav .ixp-nav-collapsible .ixp-navitem.nested-2.nested-2s a:hover {
  background-color: #e7e7e7;
  color: #333333;
  text-decoration: none;
}
.ixp-nav.ixp-nav-collapsed {
  background-color: transparent;
  font-size: 110%;
  margin: 0.5em 0;
  text-align: center;
}
.ixp-nav.ixp-nav-collapsed .ixp-nav-opened {
  background-color: transparent;
}
.ixp-nav.ixp-nav-collapsed .ixp-nav-collapsible {
  float: none;
}
.ixp-nav.ixp-nav-collapsed .ixp-navitem {
  display: block;
  float: none;
  margin: 0;
  padding: 0;
  border: none;
}
.ixp-nav.ixp-nav-collapsed .ixp-navitem a {
  padding: 10px;
  text-align: center;
  border: none;
}
.ixp-nav .ixp-nav-toggle {
  margin: 0;
}
.ixp-nav .ixp-nav-toggle .ixp-nav-icon-bar {
  /* nav toggle button icon (menu closed) */
  background-color: #dcdedf;
  opacity: .6;
}
.ixp-nav .ixp-nav-toggle:hover .ixp-nav-icon-bar {
  background-color: #dcdedf;
  opacity: 1;
}
.ixp-nav .ixp-nav-toggle.ixp-nav-active .ixp-nav-icon-bar {
  /* nav toggle button icon (menu open) */
  background-color: #dcdedf;
  opacity: 1;
}
/* ======================================
	Navigation: alt theme(s)
    REQUIRED CLASS - .ixp-nav-menu-a
====================================== */
/* ========== THEME A ========== */
.ixp-nav-menu-a {
  background-color: transparent;
  border-bottom: none;
  color: #ffffff;
  margin: 0 auto;
  padding: 0 0 0;
}
.ixp-nav-menu-a .ixp-nav-collapsible {
  float: right;
  height: auto;
  margin: 0 auto;
  text-align: left;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.ixp-nav-menu-a .ixp-nav-collapsible .ixp-navlist {
  padding: 0;
  margin: 0 auto;
}
.ixp-nav-menu-a .ixp-nav-collapsible .ixp-navitem {
  border: none;
  float: left;
  padding: 0 0;
}
.ixp-nav-menu-a .ixp-nav-collapsible .ixp-navitem:hover {
  border: none;
}
.ixp-nav-menu-a .ixp-nav-collapsible .ixp-navitem a,
.ixp-nav-menu-a .ixp-nav-collapsible .ixp-navitem.nested-1 a,
.ixp-nav-menu-a .ixp-nav-collapsible .ixp-navitem.nested-2.nested-2s a {
  background-color: transparent;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #ffffff;
  margin: 0;
  padding: 1em 1em 0.5em;
  text-decoration: none;
  font-weight: normal;
  font-size: 12px;
  position: relative;
}
.ixp-nav-menu-a .ixp-nav-collapsible .ixp-navitem a:hover,
.ixp-nav-menu-a .ixp-nav-collapsible .ixp-navitem.nested-1 a:hover,
.ixp-nav-menu-a .ixp-nav-collapsible .ixp-navitem.nested-2.nested-2s a:hover {
  background: transparent;
  border: none;
  color: #6ab800;
  text-decoration: none;
}
.ixp-nav-menu-a .ixp-navlist {
  padding-top: 10px;
}
.ixp-nav-menu-a .ixp-navlist li:last-child {
  /* Overrides Default Styling from ixp-nav */
  border: none;
}
.ixp-nav-menu-a.ixp-nav-collapsed {
  /* BG color solid or transparent */
  background-color: transparent;
  margin: 0;
  text-align: center;
}
.ixp-nav-menu-a.ixp-nav-collapsed .ixp-nav-opened {
  background-color: transparent;
}
.ixp-nav-menu-a.ixp-nav-collapsed .ixp-nav-opened li:first-child {
  margin-top: 0.5em;
}
.ixp-nav-menu-a.ixp-nav-collapsed .ixp-navitem {
  margin-left: 0;
  margin-right: 0;
}
.ixp-nav-menu-a.ixp-nav-collapsed .ixp-navitem a {
  border-left: none;
  border-right: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 10px;
  text-decoration: none;
  margin: 0;
}
.ixp-nav-menu-a.ixp-nav-collapsed .ixp-navitem a:hover {
  border-left: none;
  border-right: none;
  background-color: transparent;
}
.ixp-nav-menu-a .ixp-nav-toggle {
  margin: 5px 0;
}
.ixp-nav-menu-a .ixp-nav-toggle .ixp-nav-icon-bar {
  /* nav toggle button icon (menu closed) */
  background-color: #ffffff;
}
.ixp-nav-menu-a .ixp-nav-toggle:hover .ixp-nav-icon-bar {
  background-color: #ffffff;
}
.ixp-nav-menu-a .ixp-nav-toggle.ixp-nav-active .ixp-nav-icon-bar {
  /* nav toggle button icon (menu open) */
  background-color: #ffffff;
}
/* ======================================
	Navigation IXP Information
====================================== */
.ixp-nav-menu-a {
  -ixp-name: "Secondary Navigation";
  -ixp-tags: "Navigation";
  -ixp-group: "navigation";
  -ixp-scope: "Navigation";
}
/* ======================================
	Navigation Active States
====================================== */
.ixp-navitem-active-state-a a {
  background: #e7e7e7 !important;
  color: #333333 !important;
}
.ixp-navitem-active-state-a a:hover {
  color: #333333 !important;
}
.ixp-navitem-active-state-b a {
  color: #6ab800 !important;
}
/* ======================================
	Navigation Active States IXP Information
====================================== */
.ixp-navitem-active-state-a {
  -ixp-name: "Active Primary";
  -ixp-tags: "Navigation";
  -ixp-group: "navigation";
  -ixp-scope: "NavigationItem";
}
.ixp-navitem-active-state-b {
  -ixp-name: "Active Secondary";
  -ixp-tags: "Navigation";
  -ixp-group: "navigation";
  -ixp-scope: "NavigationItem";
}
/* ======================================
	Accordion RMW (Default)
====================================== */
.lbui_accordion_v3 > .lbui_accordion_content > div > h2.lbui_trigger {
  background: #b9bbb9;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #ffffff;
  filter: none;
  font-size: 1.1em;
  height: auto;
  margin: 0 0 5px 0;
  padding: 5px 1em 5px 1.75em;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  font-weight: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.lbui_accordion_v3 > .lbui_accordion_content > div > h2.lbui_trigger:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  content: '\f107';
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 10px;
}
.lbui_accordion_v3 > .lbui_accordion_content .lbui_trigger.lbui_active {
  background: #6ab800;
  border: none;
  color: #ffffff;
  filter: none;
}
.lbui_accordion_v3 > .lbui_accordion_content .lbui_trigger.lbui_active:before {
  content: '\f106';
}
.lbui_accordion_v3 > .lbui_accordion_content .lbui_trigger.lbui_active:hover {
  background-color: #616365;
  border: none;
  color: #ffffff;
  filter: none;
}
.lbui_accordion_v3 > .lbui_accordion_content .lbui_trigger.lbui_active:hover:before {
  content: '\f106';
}
.lbui_accordion_v3 > .lbui_accordion_content .lbui_trigger:hover {
  background: #616365;
  border: none;
  color: #ffffff;
  filter: none;
}
.lbui_accordion_v3 > .lbui_accordion_content .lbui_trigger:hover:before {
  content: '\f107';
}
.lbui_toggle_container {
  margin-top: 0;
  font-size: .9em !important;
}
/* ======================================
	Accordion RMW (Alternate)
====================================== */
.accordion-a.lbui_accordion_v3 > .lbui_accordion_content {
  padding: 0;
  margin: 10px 0;
}
.accordion-a.lbui_accordion_v3 > .lbui_accordion_content > div > h2.lbui_trigger {
  background: #3d9b35 !important;
  border: none;
  color: #ffffff;
  filter: none;
  margin-top: .15em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.accordion-a.lbui_accordion_v3 > .lbui_accordion_content > div > h2.lbui_trigger:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  content: '\f0da';
}
.accordion-a.lbui_accordion_v3 > .lbui_accordion_content > div > h2.lbui_trigger:last {
  border-bottom: none !important;
}
.accordion-a.lbui_accordion_v3 > .lbui_accordion_content .lbui_trigger.lbui_active {
  background: #6ab800 !important;
  border: none;
  color: #ffffff;
  filter: none;
}
.accordion-a.lbui_accordion_v3 > .lbui_accordion_content .lbui_trigger.lbui_active:before {
  content: '\f0d7';
}
.accordion-a.lbui_accordion_v3 > .lbui_accordion_content .lbui_trigger.lbui_active:hover {
  background: #bed600 !important;
  border: none;
  color: #ffffff;
  filter: none;
}
.accordion-a.lbui_accordion_v3 > .lbui_accordion_content .lbui_trigger.lbui_active:hover:before {
  content: '\f0d7';
}
.accordion-a.lbui_accordion_v3 > .lbui_accordion_content .lbui_trigger:hover {
  background: #bed600 !important;
  border: none;
  color: #ffffff;
  filter: none;
}
.accordion-a.lbui_accordion_v3 > .lbui_accordion_content .lbui_trigger:hover:before {
  content: '\f0da';
}
/* ======================================
	Accordion IXP Information
    REQUIRED CLASSES: .accordion-a
====================================== */
.accordion-a {
  -ixp-name: "NLG Green";
  -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: #b9bbb9;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  border: none;
  color: #ffffff;
  margin: 0 0 0px 4px;
  padding: 1em 1.25em;
  filter: none;
  text-shadow: none;
  font-family: 'Open Sans', sans-serif;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 1em;
  position: relative;
  line-height: 1;
  font-weight: 300;
}
.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: #616365;
  border-color: #ffffff;
  color: #ffffff;
  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: #6ab800;
  border-color: #ffffff;
  color: #ffffff;
  filter: none !important;
  border-bottom: 1px solid #ffffff;
}
.lbui_tabs_v3 > .lbui_nav > .lbui_nav_inner > .lbui_active:hover,
.lbui_tabs_v3.lbui_init > .lbui_nav > .lbui_nav_inner > .lbui_active:hover {
  background: #6ab800;
  border-color: #ffffff;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  filter: none !important;
}
.lbui_tabs_v3.lbui_stacked_nav .lbui_toggle,
.lbui_tabs_v3.lbui_init.lbui_stacked_nav .lbui_toggle {
  margin-right: 0;
}
.lbui_tabs_v3 > .lbui_slides,
.lbui_tabs_v3.lbui_init > .lbui_slides {
  background: #ffffff;
  border: 0px solid #ffffff;
  font-size: 1em;
}
/* ======================================
	Tabs RMW (Alternate)
====================================== */
.tab-a.lbui_tabs_v3 > .lbui_nav > .lbui_nav_inner > .lbui_toggle,
.tab-a.lbui_tabs_v3.lbui_init > .lbui_nav > .lbui_nav_inner > .lbui_toggle {
  background: transparent;
  border: none;
  color: #333333;
  filter: none;
  text-shadow: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10;
  margin-bottom: 0;
}
.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: #6ab800;
  color: #ffffff;
  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: #3d9b35;
  color: #ffffff;
  filter: none !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.tab-a.lbui_tabs_v3 > .lbui_nav > .lbui_nav_inner > .lbui_active:hover,
.tab-a.lbui_tabs_v3.lbui_init > .lbui_nav > .lbui_nav_inner > .lbui_active:hover {
  color: #ffffff;
}
.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 {
  border: 2px solid #3d9b35;
  font-size: 1em;
  color: #ffffff;
}
.tab-a.lbui_tabs_v3 > .lbui_slides .lbui_slide,
.tab-a.lbui_tabs_v3.lbui_init > .lbui_slides .lbui_slide {
  background: #3d9b35;
}
/* stacked responsive overrides */
.lbui_tabs_v3.lbui_stacked_nav > .lbui_nav > .lbui_nav_inner > .lbui_toggle {
  float: none;
  display: block;
  margin: 0;
  -webkit-border-radius: 0 0 0 0 !important;
  -moz-border-radius: 0 0 0 0 !important;
  border-radius: 0 0 0 0 !important;
}
/* stacked responsive overrides */
.tab-a.lbui_tabs_v3.lbui_stacked_nav > .lbui_nav > .lbui_nav_inner > .lbui_toggle {
  float: none;
  display: block;
  margin: 0;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}
/* ======================================
	Tabs IXP Information
    REQUIRED CLASSES: .tab-a
====================================== */
.tab-a {
  -ixp-name: "NLG Green";
  -ixp-tags: "Tabs";
  -ixp-group: "tabs";
  -ixp-scope: "Tabs, tabs_v3";
}
/* ======================================
	Utilities
====================================== */
.nested-1 {
  -ixp-name: "Nested 1";
  -ixp-tags: "Utilities";
  -ixp-group: "nesting";
  -ixp-scope: "ContainerLike";
}
.nested-2.nested-2s {
  -ixp-name: "Nested 2";
  -ixp-tags: "Utilities";
  -ixp-group: "nesting";
  -ixp-scope: "ContainerLike";
}
/* ======================================
	Font SM Headline sizing
====================================== */
@media (min-width: 321px) and (max-width: 768px) {
  .font-sm-headline_10 h1,
  .font-sm-headline_10 h2,
  .font-sm-headline_10 h3,
  .font-sm-headline_10 h4,
  .font-sm-headline_10 h5,
  .font-sm-headline_10 h6 {
    font-size: 110%;
  }
  .font-sm-headline_20 h1,
  .font-sm-headline_20 h2,
  .font-sm-headline_20 h3,
  .font-sm-headline_20 h4,
  .font-sm-headline_20 h5,
  .font-sm-headline_20 h6 {
    font-size: 120%;
  }
  .font-sm-headline_30 h1,
  .font-sm-headline_30 h2,
  .font-sm-headline_30 h3,
  .font-sm-headline_30 h4,
  .font-sm-headline_30 h5,
  .font-sm-headline_30 h6 {
    font-size: 130%;
  }
  .font-sm-headline_40 h1,
  .font-sm-headline_40 h2,
  .font-sm-headline_40 h3,
  .font-sm-headline_40 h4,
  .font-sm-headline_40 h5,
  .font-sm-headline_40 h6 {
    font-size: 140%;
  }
  .font-sm-headline_50 h1,
  .font-sm-headline_50 h2,
  .font-sm-headline_50 h3,
  .font-sm-headline_50 h4,
  .font-sm-headline_50 h5,
  .font-sm-headline_50 h6 {
    font-size: 150%;
  }
  .font-sm-headline_60 h1,
  .font-sm-headline_60 h2,
  .font-sm-headline_60 h3,
  .font-sm-headline_60 h4,
  .font-sm-headline_60 h5,
  .font-sm-headline_60 h6 {
    font-size: 160%;
  }
  .font-sm-headline_70 h1,
  .font-sm-headline_70 h2,
  .font-sm-headline_70 h3,
  .font-sm-headline_70 h4,
  .font-sm-headline_70 h5,
  .font-sm-headline_70 h6 {
    font-size: 170%;
  }
  .font-sm-headline_80 h1,
  .font-sm-headline_80 h2,
  .font-sm-headline_80 h3,
  .font-sm-headline_80 h4,
  .font-sm-headline_80 h5,
  .font-sm-headline_80 h6 {
    font-size: 180%;
  }
  .font-sm-headline_90 h1,
  .font-sm-headline_90 h2,
  .font-sm-headline_90 h3,
  .font-sm-headline_90 h4,
  .font-sm-headline_90 h5,
  .font-sm-headline_90 h6 {
    font-size: 190%;
  }
  .font-sm-headline_100 h1,
  .font-sm-headline_100 h2,
  .font-sm-headline_100 h3,
  .font-sm-headline_100 h4,
  .font-sm-headline_100 h5,
  .font-sm-headline_100 h6 {
    font-size: 200%;
  }
}
/* ======================================
	Font XS Headline sizing
====================================== */
@media (min-width: 0px) and (max-width: 320px) {
  .font-xs-headline_10 h1,
  .font-xs-headline_10 h2,
  .font-xs-headline_10 h3,
  .font-xs-headline_10 h4,
  .font-xs-headline_10 h5,
  .font-xs-headline_10 h6 {
    font-size: 110%;
  }
  .font-xs-headline_20 h1,
  .font-xs-headline_20 h2,
  .font-xs-headline_20 h3,
  .font-xs-headline_20 h4,
  .font-xs-headline_20 h5,
  .font-xs-headline_20 h6 {
    font-size: 120%;
  }
  .font-xs-headline_30 h1,
  .font-xs-headline_30 h2,
  .font-xs-headline_30 h3,
  .font-xs-headline_30 h4,
  .font-xs-headline_30 h5,
  .font-xs-headline_30 h6 {
    font-size: 130%;
  }
  .font-xs-headline_40 h1,
  .font-xs-headline_40 h2,
  .font-xs-headline_40 h3,
  .font-xs-headline_40 h4,
  .font-xs-headline_40 h5,
  .font-xs-headline_40 h6 {
    font-size: 140%;
  }
  .font-xs-headline_50 h1,
  .font-xs-headline_50 h2,
  .font-xs-headline_50 h3,
  .font-xs-headline_50 h4,
  .font-xs-headline_50 h5,
  .font-xs-headline_50 h6 {
    font-size: 150%;
  }
  .font-xs-headline_60 h1,
  .font-xs-headline_60 h2,
  .font-xs-headline_60 h3,
  .font-xs-headline_60 h4,
  .font-xs-headline_60 h5,
  .font-xs-headline_60 h6 {
    font-size: 160%;
  }
  .font-xs-headline_70 h1,
  .font-xs-headline_70 h2,
  .font-xs-headline_70 h3,
  .font-xs-headline_70 h4,
  .font-xs-headline_70 h5,
  .font-xs-headline_70 h6 {
    font-size: 170%;
  }
  .font-xs-headline_80 h1,
  .font-xs-headline_80 h2,
  .font-xs-headline_80 h3,
  .font-xs-headline_80 h4,
  .font-xs-headline_80 h5,
  .font-xs-headline_80 h6 {
    font-size: 180%;
  }
  .font-xs-headline_90 h1,
  .font-xs-headline_90 h2,
  .font-xs-headline_90 h3,
  .font-xs-headline_90 h4,
  .font-xs-headline_90 h5,
  .font-xs-headline_90 h6 {
    font-size: 190%;
  }
  .font-xs-headline_100 h1,
  .font-xs-headline_100 h2,
  .font-xs-headline_100 h3,
  .font-xs-headline_100 h4,
  .font-xs-headline_100 h5,
  .font-xs-headline_100 h6 {
    font-size: 200%;
  }
}
/* ======================================
	Font SM Headline IXP Information
====================================== */
.font-sm-headline_10 {
  -ixp-name: "SM Headline 10%";
  -ixp-tags: "FontsSM";
  -ixp-group: "fontsm";
  -ixp-scope: "ContainerLike,Text,Link";
}
.font-sm-headline_20 {
  -ixp-name: "SM Headline 20%";
  -ixp-tags: "FontsSM";
  -ixp-group: "fontsm";
  -ixp-scope: "ContainerLike,Text,Link";
}
.font-sm-headline_30 {
  -ixp-name: "SM Headline 30%";
  -ixp-tags: "FontsSM";
  -ixp-group: "fontsm";
  -ixp-scope: "ContainerLike,Text,Link";
}
.font-sm-headline_40 {
  -ixp-name: "SM Headline 40%";
  -ixp-tags: "FontsSM";
  -ixp-group: "fontsm";
  -ixp-scope: "ContainerLike,Text,Link";
}
.font-sm-headline_50 {
  -ixp-name: "SM Headline 50%";
  -ixp-tags: "FontsSM";
  -ixp-group: "fontsm";
  -ixp-scope: "ContainerLike,Text,Link";
}
.font-sm-headline_60 {
  -ixp-name: "SM Headline 60%";
  -ixp-tags: "FontsSM";
  -ixp-group: "fontsm";
  -ixp-scope: "ContainerLike,Text,Link";
}
.font-sm-headline_70 {
  -ixp-name: "SM Headline 70%";
  -ixp-tags: "FontsSM";
  -ixp-group: "fontsm";
  -ixp-scope: "ContainerLike,Text,Link";
}
.font-sm-headline_80 {
  -ixp-name: "SM Headline 80%";
  -ixp-tags: "FontsSM";
  -ixp-group: "fontsm";
  -ixp-scope: "ContainerLike,Text,Link";
}
.font-sm-headline_90 {
  -ixp-name: "SM Headline 90%";
  -ixp-tags: "FontsSM";
  -ixp-group: "fontsm";
  -ixp-scope: "ContainerLike,Text,Link";
}
.font-sm-headline_100 {
  -ixp-name: "SM Headline 100%";
  -ixp-tags: "FontsSM";
  -ixp-group: "fontsm";
  -ixp-scope: "ContainerLike,Text,Link";
}
/* ======================================
	Font XS Headline IXP Information
====================================== */
.font-xs-headline_10 {
  -ixp-name: "XS Headline 10%";
  -ixp-tags: "FontsXS";
  -ixp-group: "fontxs";
  -ixp-scope: "ContainerLike,Text,Link";
}
.font-xs-headline_20 {
  -ixp-name: "XS Headline 20%";
  -ixp-tags: "FontsXS";
  -ixp-group: "fontxs";
  -ixp-scope: "ContainerLike,Text,Link";
}
.font-xs-headline_30 {
  -ixp-name: "XS Headline 30%";
  -ixp-tags: "FontsXS";
  -ixp-group: "fontxs";
  -ixp-scope: "ContainerLike,Text,Link";
}
.font-xs-headline_40 {
  -ixp-name: "XS Headline 40%";
  -ixp-tags: "FontsXS";
  -ixp-group: "fontxs";
  -ixp-scope: "ContainerLike,Text,Link";
}
.font-xs-headline_50 {
  -ixp-name: "XS Headline 50%";
  -ixp-tags: "FontsXS";
  -ixp-group: "fontxs";
  -ixp-scope: "ContainerLike,Text,Link";
}
.font-xs-headline_60 {
  -ixp-name: "XS Headline 60%";
  -ixp-tags: "FontsXS";
  -ixp-group: "fontxs";
  -ixp-scope: "ContainerLike,Text,Link";
}
.font-xs-headline_70 {
  -ixp-name: "XS Headline 70%";
  -ixp-tags: "FontsXS";
  -ixp-group: "fontxs";
  -ixp-scope: "ContainerLike,Text,Link";
}
.font-xs-headline_80 {
  -ixp-name: "XS Headline 80%";
  -ixp-tags: "FontsXS";
  -ixp-group: "fontxs";
  -ixp-scope: "ContainerLike,Text,Link";
}
.font-xs-headline_90 {
  -ixp-name: "XS Headline 90%";
  -ixp-tags: "FontsXS";
  -ixp-group: "fontxs";
  -ixp-scope: "ContainerLike,Text,Link";
}
.font-xs-headline_100 {
  -ixp-name: "XS Headline 100%";
  -ixp-tags: "FontsXS";
  -ixp-group: "fontxs";
  -ixp-scope: "ContainerLike,Text,Link";
}
/* ======================================
	Font XS Headline sizing
====================================== */
.text-transform-upper {
  text-transform: uppercase;
}
.text-transform-lower {
  text-transform: lowercase;
}
.text-transform-capitalize {
  text-transform: capitalize;
}
/* ======================================
	Text Transform IXP Information
====================================== */
.text-transform-upper {
  -ixp-name: "Uppercase";
  -ixp-tags: "Text Transform";
  -ixp-group: "texttransform";
  -ixp-scope: "ContainerLike,Text,Link";
}
.text-transform-lower {
  -ixp-name: "Lowercase";
  -ixp-tags: "Text Transform";
  -ixp-group: "texttransform";
  -ixp-scope: "ContainerLike,Text,Link";
}
.text-transform-capitalize {
  -ixp-name: "Capitalize";
  -ixp-tags: "Text Transform";
  -ixp-group: "texttransform";
  -ixp-scope: "ContainerLike,Text,Link";
}
/* ======================================
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;
}
.white-bg-1170 {
  max-width: 1170px;
  margin: 0 auto;
  background: #ffffff;
  padding: 0;
}
.white-bg-1170 {
  -ixp-name: "White container";
  -ixp-tags: "Utilities";
  -ixp-group: "containerWidth";
  -ixp-scope: "ContainerLike";
}
.ixp-component-form-style-brand-brand {
  -ixp-name: "Style: National Life";
  -ixp-tags: "Form";
  -ixp-group: "customform";
  -ixp-scope: "CustomForm";
  -ixp-default: "true";
}
