/* ======================================
	London technology week. Theme.css

    Last Updated : KCM 04/28/2015
====================================== */
html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #444444;
  text-align: left;
}
body {
  background: #ffffff;
  font-size: 1em;
  line-height: 1.64;
}
.ixp-responsive-disabled body {
  font-size: 110%;
}
@media only screen and (min-width: 768px) {
  .ixp-responsive body {
    font-size: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .ixp-responsive body {
    font-size: 110%;
  }
}
@media only screen and (min-width: 1200px) {
  .ixp-responsive body {
    font-size: 120%;
  }
}
/* ======================================
	Typography

	REQUIRED CLASSES: h1, h2, h3, .font-a
====================================== */
h1 {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2;
  margin: 1em 0 0.5em;
}
h2 {
  font-size: 1.7em;
  font-weight: 700;
  line-height: 1.2;
  margin: 1em 0 0.5em;
}
h3 {
  font-size: 1.429em;
  font-weight: 700;
  line-height: 1.2;
  margin: 1em 0 0.5em;
}
h4 {
  font-size: 1.17em;
  font-weight: 400;
  margin: 1em 0 0.5em;
}
h5 {
  font-size: 1em;
  font-weight: 700;
  margin: 1em 0 0.5em;
  padding: 0 0.8em;
}
h6 {
  font-size: 1em;
  color: #48c1bb;
  font-weight: 700;
  font-size: regular;
}
p {
  padding: 0;
}
/* ======================================
	Fonts

	REQUIRED CLASSES: None
====================================== */
.font-a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.font-a h1,
.font-a h2,
.font-a h3,
.font-a h4,
.font-a h5,
.font-a h6,
.font-a .nav,
.font-a .button {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.font-n {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
.font-n h1,
.font-n h2,
.font-n h3,
.font-n h4,
.font-n h5,
.font-n h6,
.font-n .nav,
.font-n .button {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
.font-c {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
.font-c h1,
.font-c h2,
.font-c h3,
.font-c h4,
.font-c h5,
.font-c h6,
.font-c .nav,
.font-c .button {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
.font-d {
  font-family: 'Open Sans', sans-serif;
  font-weight: 900;
}
.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: 900;
}
/* ======================================
	Font IXP Information
====================================== */
.font-a {
  -ixp-name: "Open Sans";
  -ixp-tags: "Fonts";
  -ixp-group: "font";
  -ixp-scope: "ContainerLike,Text,Link";
}
.font-b {
  -ixp-name: "Open Sans Light";
  -ixp-tags: "Fonts";
  -ixp-group: "font";
  -ixp-scope: "ContainerLike,Text,Link";
}
.font-c {
  -ixp-name: "Open Sans Bold";
  -ixp-tags: "Fonts";
  -ixp-group: "font";
  -ixp-scope: "ContainerLike,Text,Link";
}
.font-d {
  -ixp-name: "Open Sans Black";
  -ixp-tags: "Fonts";
  -ixp-group: "font";
  -ixp-scope: "ContainerLike,Text,Link";
}
/* ======================================
	Content

	REQUIRED CLASSES: .caption, .fine-print
====================================== */
.caption {
  font-size: 0.85em;
  padding-bottom: 0.2em;
  padding-top: 0.2em;
}
.fine-print {
  font-size: 0.75em;
  padding-bottom: 0.2em;
  padding-top: 0.2em;
}
/* ======================================
	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 20px;
  list-style-type: disc;
}
ol {
  margin-left: 10px;
  list-style-type: decimal;
}
.bullet-a ul li {
  background: url("icon_circle-sm.png") no-repeat 0 50%;
  list-style-type: none;
  padding-left: 1.5em;
}
.bullet-b ul li {
  background: url("icon_check-sm.png") no-repeat 0 50%;
  list-style-type: none;
  padding-left: 1.5em;
}
/* ======================================
	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 - Checkmark";
  -ixp-tags: "Bullet list";
  -ixp-group: "bullet-list";
  -ixp-scope: "Text";
}
/* ======================================
	Link Element Base
====================================== */
a {
  color: #1cd4c6;
  display: inline;
  text-decoration: none;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
a:hover {
  color: #117f77;
  text-decoration: none;
}
/* ======================================
	CTA Links

	REQUIRED CLASS: .cta_link.link-a
====================================== */
.cta_link {
  display: inline-block;
}
.cta_link.link-a {
  background: url('ctaIconArrow.png') no-repeat 100% 48%;
  color: #1cd4c6;
  padding-right: 1.2em;
  text-decoration: none;
}
.cta_link.link-a:hover {
  background: url('ctaIconArrowLight.png') no-repeat 100% 48%;
  color: #117f77;
  text-decoration: none;
}
.cta_link.link-b {
  background: url('ctaIconGPS.png') no-repeat 100% 48%;
  color: #1cd4c6;
  padding-right: 1.2em;
  text-decoration: none;
}
.cta_link.link-b:hover {
  background: url('ctaIconGPSLight.png') no-repeat 100% 48%;
  color: #117f77;
  text-decoration: none;
}
/* ======================================
	Links IXP Information

	REQUIRED CLASS: .cta_link.link-a
====================================== */
.cta_link.link-a {
  -ixp-name: "CTA Arrow";
  -ixp-tags: "Link";
  -ixp-group: "link";
  -ixp-scope: "Link,Lightbox";
}
.cta_link.link-b {
  -ixp-name: "CTA Locate";
  -ixp-tags: "Link";
  -ixp-group: "link";
  -ixp-scope: "Link,Lightbox";
}
/* ======================================
	Colors

	REQUIRED CLASS - .color-a, .color-b

    NOTE: These 2 required class (a & b) style values should not change. 
    They should be always be White and black.
====================================== */
.color-a {
  color: #ffffff;
}
.color-a h1,
.color-a h2,
.color-a h3,
.color-a h4,
.color-a h5,
.color-a h6,
.color-a a,
.color-a p {
  color: #ffffff;
}
.color-b {
  color: #000000;
}
.color-b h1,
.color-b h2,
.color-b h3,
.color-b h4,
.color-b h5,
.color-b h6,
.color-b a,
.color-b p {
  color: #000000;
}
.color-c {
  color: #444444;
}
.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: #444444;
}
.color-d {
  color: #575656;
}
.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: #575656;
}
.color-e {
  color: #878785;
}
.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: #878785;
}
.color-f {
  color: #ababab;
}
.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: #ababab;
}
.color-g {
  color: #4ac1bb;
}
.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: #4ac1bb;
}
.color-h {
  color: #1cd4c6;
}
.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: #1cd4c6;
}
.color-i {
  color: #117f77;
}
.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: #117f77;
}
.color-j {
  color: #f9a006;
}
.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: #f9a006;
}
/* ======================================
	Colors IXP Information
====================================== */
.color-a {
  -ixp-name: "White";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-b {
  -ixp-name: "Black";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-c {
  -ixp-name: "Charcoal";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-d {
  -ixp-name: "Dark Gray";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-e {
  -ixp-name: "Medium Gray";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-f {
  -ixp-name: "Light Gray";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-g {
  -ixp-name: "Aqua";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-h {
  -ixp-name: "Light Aqua";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-i {
  -ixp-name: "Dark Aqua";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-j {
  -ixp-name: "Gold";
  -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: #444444;
}
.background-f {
  background: #575656;
}
.background-g {
  background: #878785;
}
.background-h {
  background: #ababab;
}
.background-i {
  background: #4ac1bb;
}
.background-j {
  background: #1cd4c6;
}
.background-k {
  background: #117f77;
}
.background-l {
  background: #f9a006;
}
/* ======================================
	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: "Charcoal Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-f {
  -ixp-name: "Dark Gray Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-g {
  -ixp-name: "Medium Gray Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-h {
  -ixp-name: "Light Gray Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-i {
  -ixp-name: "Aqua Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-j {
  -ixp-name: "Light Aqua Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-k {
  -ixp-name: "Dark Aqua Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-l {
  -ixp-name: "Gold 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: 1em;
}
.pod.pod-a {
  background: #ffffff;
}
.pod.pod-b {
  background: #ffffff;
  background: rgba(255, 255, 255, 0.6);
}
.pod.pod-c {
  background: #000000;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
}
.pod.pod-c h1,
.pod.pod-c h2,
.pod.pod-c h3,
.pod.pod-c h4,
.pod.pod-c h5,
.pod.pod-c h6,
.pod.pod-c p,
.pod.pod-c.nested-1 h1,
.pod.pod-c.nested-1 h2,
.pod.pod-c.nested-1 h3,
.pod.pod-c.nested-1 h4,
.pod.pod-c.nested-1 h5,
.pod.pod-c.nested-1 h6,
.pod.pod-c.nested-2.nested-2s h1,
.pod.pod-c.nested-2.nested-2s h2,
.pod.pod-c.nested-2.nested-2s h3,
.pod.pod-c.nested-2.nested-2s h4,
.pod.pod-c.nested-2.nested-2s h5,
.pod.pod-c.nested-2.nested-2s h6 {
  color: #ffffff;
}
.pod.pod-c a {
  color: #ffffff;
}
.pod.pod-c a:hover {
  color: #ffffff;
}
.pod.pod-d {
  background: #000000;
  color: #ffffff;
}
.pod.pod-d h1,
.pod.pod-d h2,
.pod.pod-d h3,
.pod.pod-d h4,
.pod.pod-d h5,
.pod.pod-d h6,
.pod.pod-d p,
.pod.pod-d.nested-1 h1,
.pod.pod-d.nested-1 h2,
.pod.pod-d.nested-1 h3,
.pod.pod-d.nested-1 h4,
.pod.pod-d.nested-1 h5,
.pod.pod-d.nested-1 h6,
.pod.pod-d.nested-2.nested-2s h1,
.pod.pod-d.nested-2.nested-2s h2,
.pod.pod-d.nested-2.nested-2s h3,
.pod.pod-d.nested-2.nested-2s h4,
.pod.pod-d.nested-2.nested-2s h5,
.pod.pod-d.nested-2.nested-2s h6 {
  color: #ffffff;
}
.pod.pod-d a {
  color: #ffffff;
}
.pod.pod-d a:hover {
  color: #ffffff;
}
.pod.pod-e {
  background: #ababab;
  color: #ffffff;
}
.pod.pod-e h1,
.pod.pod-e h2,
.pod.pod-e h3,
.pod.pod-e h4,
.pod.pod-e h5,
.pod.pod-e h6,
.pod.pod-e p,
.pod.pod-e.nested-1 h1,
.pod.pod-e.nested-1 h2,
.pod.pod-e.nested-1 h3,
.pod.pod-e.nested-1 h4,
.pod.pod-e.nested-1 h5,
.pod.pod-e.nested-1 h6,
.pod.pod-e.nested-2.nested-2s h1,
.pod.pod-e.nested-2.nested-2s h2,
.pod.pod-e.nested-2.nested-2s h3,
.pod.pod-e.nested-2.nested-2s h4,
.pod.pod-e.nested-2.nested-2s h5,
.pod.pod-e.nested-2.nested-2s h6 {
  color: #ffffff;
}
.pod.pod-e a {
  color: #ffffff;
}
.pod.pod-e a:hover {
  color: #ffffff;
}
.pod.pod-f {
  background: #878785;
  background: rgba(135, 135, 133, 0.8);
  color: #444444;
}
.pod.pod-g {
  background: #575656;
  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.nested-1 h1,
.pod.pod-g.nested-1 h2,
.pod.pod-g.nested-1 h3,
.pod.pod-g.nested-1 h4,
.pod.pod-g.nested-1 h5,
.pod.pod-g.nested-1 h6,
.pod.pod-g.nested-2.nested-2s h1,
.pod.pod-g.nested-2.nested-2s h2,
.pod.pod-g.nested-2.nested-2s h3,
.pod.pod-g.nested-2.nested-2s h4,
.pod.pod-g.nested-2.nested-2s h5,
.pod.pod-g.nested-2.nested-2s h6 {
  color: #ffffff;
}
.pod.pod-g a {
  color: #ffffff;
}
.pod.pod-g a:hover {
  color: #ffffff;
}
/* ======================================
	Pods with Form Styling

	REQUIRED CLASS: .pod.form-pod-a
====================================== */
.pod.form-pod-a {
  background: #4ac1bb;
  color: #ffffff;
}
.pod.form-pod-a h1,
.pod.form-pod-a h2,
.pod.form-pod-a h3,
.pod.form-pod-a h4,
.pod.form-pod-a h5,
.pod.form-pod-a h6,
.pod.form-pod-a p,
.pod.form-pod-a.nested-1 h1,
.pod.form-pod-a.nested-1 h2,
.pod.form-pod-a.nested-1 h3,
.pod.form-pod-a.nested-1 h4,
.pod.form-pod-a.nested-1 h5,
.pod.form-pod-a.nested-1 h6,
.pod.form-pod-a.nested-2.nested-2s h1,
.pod.form-pod-a.nested-2.nested-2s h2,
.pod.form-pod-a.nested-2.nested-2s h3,
.pod.form-pod-a.nested-2.nested-2s h4,
.pod.form-pod-a.nested-2.nested-2s h5,
.pod.form-pod-a.nested-2.nested-2s h6 {
  color: #ffffff;
}
.pod.form-pod-a a {
  color: #ffffff;
}
.pod.form-pod-a a:hover {
  color: #ffffff;
}
.pod.form-pod-b {
  background: #1cd4c6;
  color: #ffffff;
}
.pod.form-pod-b h1,
.pod.form-pod-b h2,
.pod.form-pod-b h3,
.pod.form-pod-b h4,
.pod.form-pod-b h5,
.pod.form-pod-b h6,
.pod.form-pod-b p,
.pod.form-pod-b.nested-1 h1,
.pod.form-pod-b.nested-1 h2,
.pod.form-pod-b.nested-1 h3,
.pod.form-pod-b.nested-1 h4,
.pod.form-pod-b.nested-1 h5,
.pod.form-pod-b.nested-1 h6,
.pod.form-pod-b.nested-2.nested-2s h1,
.pod.form-pod-b.nested-2.nested-2s h2,
.pod.form-pod-b.nested-2.nested-2s h3,
.pod.form-pod-b.nested-2.nested-2s h4,
.pod.form-pod-b.nested-2.nested-2s h5,
.pod.form-pod-b.nested-2.nested-2s h6 {
  color: #ffffff;
}
.pod.form-pod-b a {
  color: #ffffff;
}
.pod.form-pod-b a:hover {
  color: #ffffff;
}
.pod.form-pod-c {
  background: #117f77;
  color: #ffffff;
}
.pod.form-pod-c h1,
.pod.form-pod-c h2,
.pod.form-pod-c h3,
.pod.form-pod-c h4,
.pod.form-pod-c h5,
.pod.form-pod-c h6,
.pod.form-pod-c p,
.pod.form-pod-c.nested-1 h1,
.pod.form-pod-c.nested-1 h2,
.pod.form-pod-c.nested-1 h3,
.pod.form-pod-c.nested-1 h4,
.pod.form-pod-c.nested-1 h5,
.pod.form-pod-c.nested-1 h6,
.pod.form-pod-c.nested-2.nested-2s h1,
.pod.form-pod-c.nested-2.nested-2s h2,
.pod.form-pod-c.nested-2.nested-2s h3,
.pod.form-pod-c.nested-2.nested-2s h4,
.pod.form-pod-c.nested-2.nested-2s h5,
.pod.form-pod-c.nested-2.nested-2s h6 {
  color: #ffffff;
}
.pod.form-pod-c a {
  color: #ffffff;
}
.pod.form-pod-c a:hover {
  color: #ffffff;
}
.pod.form-pod-d {
  background: #f9a006;
  color: #ffffff;
}
.pod.form-pod-d h1,
.pod.form-pod-d h2,
.pod.form-pod-d h3,
.pod.form-pod-d h4,
.pod.form-pod-d h5,
.pod.form-pod-d h6,
.pod.form-pod-d p,
.pod.form-pod-d.nested-1 h1,
.pod.form-pod-d.nested-1 h2,
.pod.form-pod-d.nested-1 h3,
.pod.form-pod-d.nested-1 h4,
.pod.form-pod-d.nested-1 h5,
.pod.form-pod-d.nested-1 h6,
.pod.form-pod-d.nested-2.nested-2s h1,
.pod.form-pod-d.nested-2.nested-2s h2,
.pod.form-pod-d.nested-2.nested-2s h3,
.pod.form-pod-d.nested-2.nested-2s h4,
.pod.form-pod-d.nested-2.nested-2s h5,
.pod.form-pod-d.nested-2.nested-2s h6 {
  color: #ffffff;
}
.pod.form-pod-d a {
  color: #ffffff;
}
.pod.form-pod-d 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: "Light Gray Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-f {
  -ixp-name: "Gray Transparent Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-g {
  -ixp-name: "Dark Gray Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.form-pod-a {
  -ixp-name: "Aqua Form Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.form-pod-b {
  -ixp-name: "Light Aqua Form Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.form-pod-c {
  -ixp-name: "Dark Aqua Form Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.form-pod-d {
  -ixp-name: "Gold Form Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
/* ======================================
	Image Alignment

	REQUIRED CLASSES: ALL
====================================== */
.image-a {
  float: right;
  margin-left: 0.5em;
}
.image-b {
  float: left;
  margin-right: 0.5em;
}
.image-c {
  margin-right: auto;
  margin-left: auto;
  display: block;
}
/* ======================================
	Images IXP Information
    REQUIRED CLASSES: ALL
====================================== */
.image-a {
  -ixp-name: "Right Align";
  -ixp-tags: "Images";
  -ixp-group: "images";
  -ixp-scope: "Image";
}
.image-b {
  -ixp-name: "Left Align";
  -ixp-tags: "Images";
  -ixp-group: "images";
  -ixp-scope: "Image";
}
.image-c {
  -ixp-name: "Center Align";
  -ixp-tags: "Images";
  -ixp-group: "images";
  -ixp-scope: "Image";
}
/* ======================================
	Image and Block Styling

	REQUIRED CLASS: .shadow-a
====================================== */
.shadow-a {
  -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.shadow-b {
  -webkit-box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.5);
}
.image-border-radius-a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.image-borders-a {
  border: 1px solid #878785;
}
/* ======================================
	Image and Block IXP Information
    REQUIRED CLASSES: .shadow-a
====================================== */
.shadow-a {
  -ixp-name: "Light Drop Shadow";
  -ixp-tags: "Styling";
  -ixp-group: "styling";
  -ixp-scope: "Image,Link,Container,Column,Row";
}
.shadow-b {
  -ixp-name: "Flat Drop Shadow";
  -ixp-tags: "Styling";
  -ixp-group: "styling";
  -ixp-scope: "Image,Link,Container,Column,Row";
}
.image-border-radius-a {
  -ixp-name: "Rounded Corners";
  -ixp-tags: "Styling";
  -ixp-group: "styling";
  -ixp-scope: "Image,Link,Container,Column,Row";
}
.image-borders-a {
  -ixp-name: "Border Medium Gray";
  -ixp-tags: "Styling";
  -ixp-group: "styling";
  -ixp-scope: "Image,Link,Container,Column,Row";
}
/* ======================================
	Horizontal Rule Styling
====================================== */
hr {
  background: #444444;
  border: none;
  color: #444444;
  clear: both;
  float: none;
  height: 1px;
  margin: 0.4em 0;
  width: 100%;
}
/* ======================================
	Button Element Base
====================================== */
.button,
.button-container .pf_form_table .pf_submit_cell .pf_submit_button,
.button-container .lbui_lightbox_flex a.lbux_button_link {
  border: none;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin: 0.5em 0;
  overflow: visible;
  text-decoration: none;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.button:hover,
.button-container .pf_form_table .pf_submit_cell .pf_submit_button:hover,
.button-container .lbui_lightbox_flex a.lbux_button_link:hover {
  text-decoration: none !important;
}
/* ======================================
	Button

	REQUIRED CLASS: .button-a
====================================== */
.button-a,
.button-container-a .pf_form_table .pf_submit_cell .pf_submit_button,
.button-container-a .lbui_lightbox_flex a.lbux_button_link {
  background-color: #4ac1bb;
  border: 3px solid #4ac1bb;
  color: #ffffff !important;
  text-transform: uppercase;
}
.button-a:hover,
.button-container-a .pf_form_table .pf_submit_cell .pf_submit_button:hover,
.button-container-a .lbui_lightbox_flex a.lbux_button_link:hover {
  background-color: #343434;
  color: #4ac1bb !important;
}
.button-b,
.button-container-b .pf_form_table .pf_submit_cell .pf_submit_button,
.button-container-b .lbui_lightbox_flex a.lbux_button_link {
  background-color: #f9a006;
  border: 3px solid #f9a006;
  color: #ffffff !important;
  text-transform: uppercase;
}
.button-b:hover,
.button-container-b .pf_form_table .pf_submit_cell .pf_submit_button:hover,
.button-container-b .lbui_lightbox_flex a.lbux_button_link:hover {
  background-color: #343434;
  color: #f9a006 !important;
}
/* ======================================
	Button Size Settings

	REQUIRED CLASSES:
	.button-small,
	.button-medium,
	.button-large,
	.button-wide
====================================== */
.button-small,
.button-container-small .pf_form_table .pf_submit_cell .pf_submit_button,
.button-container-small .lbui_lightbox_flex a.lbux_button_link {
  font-size: 0.85em;
  padding: 15px 18px;
  text-align: center;
}
.button-medium,
.button-container-medium .pf_form_table .pf_submit_cell .pf_submit_button,
.button-container-medium .lbui_lightbox_flex a.lbux_button_link {
  font-size: 1em;
  padding: 15px 18px;
  text-align: center;
}
.button-large,
.button-container-large .pf_form_table .pf_submit_cell .pf_submit_button,
.button-container-large .lbui_lightbox_flex a.lbux_button_link {
  font-size: 1.286em;
  padding: 15px 18px;
  text-align: center;
}
.button-wide,
.button-container-wide .pf_form_table .pf_submit_cell .pf_submit_button,
.button-container-wide .lbui_lightbox_flex a.lbux_button_link {
  display: block;
  font-size: 1em;
  height: auto;
  line-height: 1.4;
  padding: 15px;
}
/* ======================================
	Button Icon Padding
====================================== */
.button-small.button-right-arrow,
.button-container-small.button-right-arrow,
.button-small.button-up-arrow,
.button-container-small.button-up-arrow,
.button-small.button-down-arrow,
.button-container-small.button-down-arrow,
.button-small.button-map,
.button-container-small.button-map {
  padding: 15px 45px 15px 18px;
}
.button-small.button-container-right-arrow .lbui_lightbox_flex a.lbux_button_link,
.button-container-small.button-container-right-arrow .lbui_lightbox_flex a.lbux_button_link,
.button-small.button-container-up-arrow .lbui_lightbox_flex a.lbux_button_link,
.button-container-small.button-container-up-arrow .lbui_lightbox_flex a.lbux_button_link,
.button-small.button-container-down-arrow .lbui_lightbox_flex a.lbux_button_link,
.button-container-small.button-container-down-arrow .lbui_lightbox_flex a.lbux_button_link,
.button-small.button-container-map .lbui_lightbox_flex a.lbux_button_link,
.button-container-small.button-container-map .lbui_lightbox_flex a.lbux_button_link {
  padding: 15px 45px 15px 18px;
}
.button-medium.button-right-arrow,
.button-container-medium.button-right-arrow,
.button-medium.button-up-arrow,
.button-container-medium.button-up-arrow,
.button-medium.button-down-arrow,
.button-container-medium.button-down-arrow,
.button-medium.button-map,
.button-container-medium.button-map {
  padding: 15px 45px 15px 18px;
}
.button-medium.button-container-right-arrow .lbui_lightbox_flex a.lbux_button_link,
.button-container-medium.button-container-right-arrow .lbui_lightbox_flex a.lbux_button_link,
.button-medium.button-container-up-arrow .lbui_lightbox_flex a.lbux_button_link,
.button-container-medium.button-container-up-arrow .lbui_lightbox_flex a.lbux_button_link,
.button-medium.button-container-down-arrow .lbui_lightbox_flex a.lbux_button_link,
.button-container-medium.button-container-down-arrow .lbui_lightbox_flex a.lbux_button_link,
.button-medium.button-container-map .lbui_lightbox_flex a.lbux_button_link,
.button-container-medium.button-container-map .lbui_lightbox_flex a.lbux_button_link {
  padding: 15px 45px 15px 18px;
}
.button-large.button-right-arrow,
.button-container-large.button-right-arrow,
.button-large.button-up-arrow,
.button-container-large.button-up-arrow,
.button-large.button-down-arrow,
.button-container-large.button-down-arrow,
.button-large.button-map,
.button-container-large.button-map {
  padding: 15px 45px 15px 18px;
}
.button-large.button-container-right-arrow .lbui_lightbox_flex a.lbux_button_link,
.button-container-large.button-container-right-arrow .lbui_lightbox_flex a.lbux_button_link,
.button-large.button-container-up-arrow .lbui_lightbox_flex a.lbux_button_link,
.button-container-large.button-container-up-arrow .lbui_lightbox_flex a.lbux_button_link,
.button-large.button-container-down-arrow .lbui_lightbox_flex a.lbux_button_link,
.button-container-large.button-container-down-arrow .lbui_lightbox_flex a.lbux_button_link,
.button-large.button-container-map .lbui_lightbox_flex a.lbux_button_link,
.button-container-large.button-container-map .lbui_lightbox_flex a.lbux_button_link {
  padding: 15px 45px 15px 18px;
}
.button-wide.button-right-arrow,
.button-container-wide.button-right-arrow,
.button-wide.button-up-arrow,
.button-container-wide.button-up-arrow,
.button-wide.button-down-arrow,
.button-container-wide.button-down-arrow,
.button-wide.button-map,
.button-container-wide.button-map {
  padding: 15px 45px 15px 18px;
}
.button-wide.button-container-right-arrow .lbui_lightbox_flex a.lbux_button_link,
.button-container-wide.button-container-right-arrow .lbui_lightbox_flex a.lbux_button_link,
.button-wide.button-container-up-arrow .lbui_lightbox_flex a.lbux_button_link,
.button-container-wide.button-container-up-arrow .lbui_lightbox_flex a.lbux_button_link,
.button-wide.button-container-down-arrow .lbui_lightbox_flex a.lbux_button_link,
.button-container-wide.button-container-down-arrow .lbui_lightbox_flex a.lbux_button_link,
.button-wide.button-container-map .lbui_lightbox_flex a.lbux_button_link,
.button-container-wide.button-container-map .lbui_lightbox_flex a.lbux_button_link {
  padding: 15px 45px 15px 18px;
}
/* ======================================
	Button Icon Position
====================================== */
.button-a.button-right-arrow,
.button-container-a.button-container-right-arrow .pf_form_table .pf_submit_cell .pf_submit_button,
.button-container-a.button-container-right-arrow .lbui_lightbox_flex a.lbux_button_link {
  background-image: url('iconRight.png');
  background-position: 95% 50%;
  background-repeat: no-repeat;
}
.button-a.button-right-arrow:hover,
.button-container-a.button-container-right-arrow .pf_form_table .pf_submit_cell .pf_submit_button:hover,
.button-container-a.button-container-right-arrow .lbui_lightbox_flex a.lbux_button_link:hover {
  background-image: url('iconRightAqua.png');
  background-position: 95% 50%;
  background-repeat: no-repeat;
}
.button-a.button-up-arrow,
.button-container-a.button-container-up-arrow .pf_form_table .pf_submit_cell .pf_submit_button,
.button-container-a.button-container-up-arrow .lbui_lightbox_flex a.lbux_button_link {
  background-image: url('iconUp.png');
  background-position: 95% 50%;
  background-repeat: no-repeat;
}
.button-a.button-up-arrow:hover,
.button-container-a.button-container-up-arrow .pf_form_table .pf_submit_cell .pf_submit_button:hover,
.button-container-a.button-container-up-arrow .lbui_lightbox_flex a.lbux_button_link:hover {
  background-image: url('iconUpAqua.png');
  background-position: 95% 50%;
  background-repeat: no-repeat;
}
.button-a.button-down-arrow,
.button-container-a.button-container-down-arrow .pf_form_table .pf_submit_cell .pf_submit_button,
.button-container-a.button-container-down-arrow .lbui_lightbox_flex a.lbux_button_link {
  background-image: url('iconDown.png');
  background-position: 95% 50%;
  background-repeat: no-repeat;
}
.button-a.button-down-arrow:hover,
.button-container-a.button-container-down-arrow .pf_form_table .pf_submit_cell .pf_submit_button:hover,
.button-container-a.button-container-down-arrow .lbui_lightbox_flex a.lbux_button_link:hover {
  background-image: url('iconDownAqua.png');
  background-position: 95% 50%;
  background-repeat: no-repeat;
}
.button-a.button-map,
.button-container-a.button-container-map .pf_form_table .pf_submit_cell .pf_submit_button,
.button-container-a.button-container-map .lbui_lightbox_flex a.lbux_button_link {
  background-image: url('iconMap.png');
  background-position: 95% 50%;
  background-repeat: no-repeat;
}
.button-a.button-map:hover,
.button-container-a.button-container-map .pf_form_table .pf_submit_cell .pf_submit_button:hover,
.button-container-a.button-container-map .lbui_lightbox_flex a.lbux_button_link:hover {
  background-image: url('iconMapAqua.png');
  background-position: 95% 50%;
  background-repeat: no-repeat;
}
.button-b.button-right-arrow,
.button-container-b.button-container-right-arrow .pf_form_table .pf_submit_cell .pf_submit_button,
.button-container-b.button-container-right-arrow .lbui_lightbox_flex a.lbux_button_link {
  background-image: url('iconRight.png');
  background-position: 95% 50%;
  background-repeat: no-repeat;
}
.button-b.button-right-arrow:hover,
.button-container-b.button-container-right-arrow .pf_form_table .pf_submit_cell .pf_submit_button:hover,
.button-container-b.button-container-right-arrow .lbui_lightbox_flex a.lbux_button_link:hover {
  background-image: url('iconRightGold.png');
  background-position: 95% 50%;
  background-repeat: no-repeat;
}
.button-b.button-up-arrow,
.button-container-b.button-container-up-arrow .pf_form_table .pf_submit_cell .pf_submit_button,
.button-container-b.button-container-up-arrow .lbui_lightbox_flex a.lbux_button_link {
  background-image: url('iconUp.png');
  background-position: 95% 50%;
  background-repeat: no-repeat;
}
.button-b.button-up-arrow:hover,
.button-container-b.button-container-up-arrow .pf_form_table .pf_submit_cell .pf_submit_button:hover,
.button-container-b.button-container-up-arrow .lbui_lightbox_flex a.lbux_button_link:hover {
  background-image: url('iconUpGold.png');
  background-position: 95% 50%;
  background-repeat: no-repeat;
}
.button-b.button-down-arrow,
.button-container-b.button-container-down-arrow .pf_form_table .pf_submit_cell .pf_submit_button,
.button-container-b.button-container-down-arrow .lbui_lightbox_flex a.lbux_button_link {
  background-image: url('iconDown.png');
  background-position: 95% 50%;
  background-repeat: no-repeat;
}
.button-b.button-down-arrow:hover,
.button-container-b.button-container-down-arrow .pf_form_table .pf_submit_cell .pf_submit_button:hover,
.button-container-b.button-container-down-arrow .lbui_lightbox_flex a.lbux_button_link:hover {
  background-image: url('iconDownGold.png');
  background-position: 95% 50%;
  background-repeat: no-repeat;
}
.button-b.button-map,
.button-container-b.button-container-map .pf_form_table .pf_submit_cell .pf_submit_button,
.button-container-b.button-container-map .lbui_lightbox_flex a.lbux_button_link {
  background-image: url('iconMap.png');
  background-position: 95% 50%;
  background-repeat: no-repeat;
}
.button-b.button-map:hover,
.button-container-b.button-container-map .pf_form_table .pf_submit_cell .pf_submit_button:hover,
.button-container-b.button-container-map .lbui_lightbox_flex a.lbux_button_link:hover {
  background-image: url('iconMapGold.png');
  background-position: 95% 50%;
  background-repeat: no-repeat;
}
/* ======================================
	Button IXP Information

	REQUIRED CLASSES:
	.button.button-a.button-small
	.button.button-a.button-medium
	.button.button-a.button-large
	.button.button-a.button-wide
====================================== */
.button.button-a.button-small {
  -ixp-name: "Aqua (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-a.button-container-small {
  -ixp-name: "Aqua (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-medium {
  -ixp-name: "Aqua (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-a.button-container-medium {
  -ixp-name: "Aqua (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-large {
  -ixp-name: "Aqua (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-a.button-container-large {
  -ixp-name: "Aqua (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-wide {
  -ixp-name: "Aqua (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-a.button-container-wide {
  -ixp-name: "Aqua (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-small.button-right-arrow {
  -ixp-name: "Aqua right-arrow (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-a.button-container-small.button-container-right-arrow {
  -ixp-name: "Aqua right-arrow (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-medium.button-right-arrow {
  -ixp-name: "Aqua right-arrow (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-a.button-container-medium.button-container-right-arrow {
  -ixp-name: "Aqua right-arrow (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-large.button-right-arrow {
  -ixp-name: "Aqua right-arrow (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-a.button-container-large.button-container-right-arrow {
  -ixp-name: "Aqua right-arrow (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-wide.button-right-arrow {
  -ixp-name: "Aqua right-arrow (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-a.button-container-wide.button-container-right-arrow {
  -ixp-name: "Aqua right-arrow (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-small.button-up-arrow {
  -ixp-name: "Aqua up-arrow (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-a.button-container-small.button-container-up-arrow {
  -ixp-name: "Aqua up-arrow (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-medium.button-up-arrow {
  -ixp-name: "Aqua up-arrow (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-a.button-container-medium.button-container-up-arrow {
  -ixp-name: "Aqua up-arrow (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-large.button-up-arrow {
  -ixp-name: "Aqua up-arrow (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-a.button-container-large.button-container-up-arrow {
  -ixp-name: "Aqua up-arrow (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-wide.button-up-arrow {
  -ixp-name: "Aqua up-arrow (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-a.button-container-wide.button-container-up-arrow {
  -ixp-name: "Aqua up-arrow (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-small.button-down-arrow {
  -ixp-name: "Aqua down-arrow (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-a.button-container-small.button-container-down-arrow {
  -ixp-name: "Aqua down-arrow (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-medium.button-down-arrow {
  -ixp-name: "Aqua down-arrow (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-a.button-container-medium.button-container-down-arrow {
  -ixp-name: "Aqua down-arrow (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-large.button-down-arrow {
  -ixp-name: "Aqua down-arrow (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-a.button-container-large.button-container-down-arrow {
  -ixp-name: "Aqua down-arrow (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-wide.button-down-arrow {
  -ixp-name: "Aqua down-arrow (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-a.button-container-wide.button-container-down-arrow {
  -ixp-name: "Aqua down-arrow (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-small.button-map {
  -ixp-name: "Aqua map (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-a.button-container-small.button-container-map {
  -ixp-name: "Aqua map (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-medium.button-map {
  -ixp-name: "Aqua map (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-a.button-container-medium.button-container-map {
  -ixp-name: "Aqua map (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-large.button-map {
  -ixp-name: "Aqua map (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-a.button-container-large.button-container-map {
  -ixp-name: "Aqua map (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-wide.button-map {
  -ixp-name: "Aqua map (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-a.button-container-wide.button-container-map {
  -ixp-name: "Aqua map (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-small {
  -ixp-name: "Gold (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-b.button-container-small {
  -ixp-name: "Gold (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-medium {
  -ixp-name: "Gold (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-b.button-container-medium {
  -ixp-name: "Gold (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-large {
  -ixp-name: "Gold (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-b.button-container-large {
  -ixp-name: "Gold (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-wide {
  -ixp-name: "Gold (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-b.button-container-wide {
  -ixp-name: "Gold (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-small.button-right-arrow {
  -ixp-name: "Gold right-arrow (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-b.button-container-small.button-container-right-arrow {
  -ixp-name: "Gold right-arrow (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-medium.button-right-arrow {
  -ixp-name: "Gold right-arrow (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-b.button-container-medium.button-container-right-arrow {
  -ixp-name: "Gold right-arrow (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-large.button-right-arrow {
  -ixp-name: "Gold right-arrow (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-b.button-container-large.button-container-right-arrow {
  -ixp-name: "Gold right-arrow (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-wide.button-right-arrow {
  -ixp-name: "Gold right-arrow (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-b.button-container-wide.button-container-right-arrow {
  -ixp-name: "Gold right-arrow (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-small.button-up-arrow {
  -ixp-name: "Gold up-arrow (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-b.button-container-small.button-container-up-arrow {
  -ixp-name: "Gold up-arrow (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-medium.button-up-arrow {
  -ixp-name: "Gold up-arrow (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-b.button-container-medium.button-container-up-arrow {
  -ixp-name: "Gold up-arrow (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-large.button-up-arrow {
  -ixp-name: "Gold up-arrow (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-b.button-container-large.button-container-up-arrow {
  -ixp-name: "Gold up-arrow (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-wide.button-up-arrow {
  -ixp-name: "Gold up-arrow (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-b.button-container-wide.button-container-up-arrow {
  -ixp-name: "Gold up-arrow (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-small.button-down-arrow {
  -ixp-name: "Gold down-arrow (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-b.button-container-small.button-container-down-arrow {
  -ixp-name: "Gold down-arrow (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-medium.button-down-arrow {
  -ixp-name: "Gold down-arrow (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-b.button-container-medium.button-container-down-arrow {
  -ixp-name: "Gold down-arrow (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-large.button-down-arrow {
  -ixp-name: "Gold down-arrow (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-b.button-container-large.button-container-down-arrow {
  -ixp-name: "Gold down-arrow (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-wide.button-down-arrow {
  -ixp-name: "Gold down-arrow (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-b.button-container-wide.button-container-down-arrow {
  -ixp-name: "Gold down-arrow (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-small.button-map {
  -ixp-name: "Gold map (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-b.button-container-small.button-container-map {
  -ixp-name: "Gold map (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-medium.button-map {
  -ixp-name: "Gold map (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-b.button-container-medium.button-container-map {
  -ixp-name: "Gold map (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-large.button-map {
  -ixp-name: "Gold map (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-b.button-container-large.button-container-map {
  -ixp-name: "Gold map (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-wide.button-map {
  -ixp-name: "Gold map (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-b.button-container-wide.button-container-map {
  -ixp-name: "Gold map (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
/* ======================================
	Pre Header

	REQUIRED CLASS: .pre-header, .pre-header-a
====================================== */
.pre-header {
  padding: 13px 0;
}
.pre-header-a {
  background: #000000;
  padding: 13px 0;
  color: #ffffff;
}
.pre-header-a h1,
.pre-header-a h2,
.pre-header-a h3,
.pre-header-a h4,
.pre-header-a h5,
.pre-header-a h6,
.pre-header-a p,
.pre-header-a.nested-1 h1,
.pre-header-a.nested-1 h2,
.pre-header-a.nested-1 h3,
.pre-header-a.nested-1 h4,
.pre-header-a.nested-1 h5,
.pre-header-a.nested-1 h6,
.pre-header-a.nested-2.nested-2s h1,
.pre-header-a.nested-2.nested-2s h2,
.pre-header-a.nested-2.nested-2s h3,
.pre-header-a.nested-2.nested-2s h4,
.pre-header-a.nested-2.nested-2s h5,
.pre-header-a.nested-2.nested-2s h6 {
  color: #ffffff;
}
.pre-header-a a {
  color: #ffffff;
}
.pre-header-a a:hover {
  color: #ffffff;
}
/* ======================================
	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 - Black";
  -ixp-tags: "Regions";
  -ixp-group: "regions";
  -ixp-scope: "ContainerLike";
}
/* ======================================
	Logo

	REQUIRED CLASS: .header-logo-light
====================================== */
.header-logo-light {
  background-image: url('ltw-head-logo-du.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  min-height: 42px;
  min-width: 311px;
  display: inline-block;
  text-indent: -9999px;
}
.header-logo-dark {
  background-image: url('lap-head.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  min-height: 28px;
  min-width: 111px;
  display: inline-block;
  text-indent: -9999px;
}
.header-logo-c {
  background-image: url('el-head.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  min-height: 34px;
  min-width: 92px;
  display: inline-block;
  text-indent: -9999px;
}
.header-logo-d {
  background-image: url('tla-head.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  min-height: 35px;
  min-width: 118px;
  display: inline-block;
  text-indent: -9999px;
}
.header-logo-e {
  background-image: url('ubm-head.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  min-height: 36px;
  min-width: 29px;
  display: inline-block;
  text-indent: -9999px;
}
.header-logo-f {
  background-image: url('ubm-logo-foot-white.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  min-height: 96px;
  min-width: 76px;
  display: inline-block;
  text-indent: -9999px;
}
/* ======================================
	Logo IXP Information

	REQUIRED CLASS: .header-logo-light
====================================== */
.header-logo-light {
  -ixp-name: "Header Logo - LTW";
  -ixp-tags: "Logo";
  -ixp-group: "logo";
  -ixp-scope: "ContainerLike,Link";
}
.header-logo-dark {
  -ixp-name: "Header Logo - London & Partners";
  -ixp-tags: "Logo";
  -ixp-group: "logo";
  -ixp-scope: "ContainerLike,Link";
}
.header-logo-c {
  -ixp-name: "Header Logo - Excel London";
  -ixp-tags: "Logo";
  -ixp-group: "logo";
  -ixp-scope: "ContainerLike,Link";
}
.header-logo-d {
  -ixp-name: "Header Logo - TLA";
  -ixp-tags: "Logo";
  -ixp-group: "logo";
  -ixp-scope: "ContainerLike,Link";
}
.header-logo-e {
  -ixp-name: "Header Logo - UBM";
  -ixp-tags: "Logo";
  -ixp-group: "logo";
  -ixp-scope: "ContainerLike,Link";
}
.header-logo-f {
  -ixp-name: "Footer Logo - UBM";
  -ixp-tags: "Logo";
  -ixp-group: "logo";
  -ixp-scope: "ContainerLike,Link";
}
/* ======================================
	Header

	REQUIRED CLASS: .header,.header-a
====================================== */
.header {
  -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5);
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5);
  margin-bottom: -3px;
}
.header-a {
  position: relative;
  z-index: 2000;
  background: #444444;
  -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5);
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5);
  margin-bottom: -3px;
  color: #ffffff;
}
.header-a h1,
.header-a h2,
.header-a h3,
.header-a h4,
.header-a h5,
.header-a h6,
.header-a p,
.header-a.nested-1 h1,
.header-a.nested-1 h2,
.header-a.nested-1 h3,
.header-a.nested-1 h4,
.header-a.nested-1 h5,
.header-a.nested-1 h6,
.header-a.nested-2.nested-2s h1,
.header-a.nested-2.nested-2s h2,
.header-a.nested-2.nested-2s h3,
.header-a.nested-2.nested-2s h4,
.header-a.nested-2.nested-2s h5,
.header-a.nested-2.nested-2s h6 {
  color: #ffffff;
}
.header-a a {
  color: #ffffff;
}
.header-a a:hover {
  color: #ffffff;
}
/* ======================================
    Header IXP Information
    REQUIRED CLASSES: .header-a
====================================== */
.header {
  -ixp-name: "Header - Transparent";
  -ixp-tags: "Regions";
  -ixp-group: "regions";
  -ixp-scope: "ContainerLike";
}
.header-a {
  -ixp-name: "Header - Dark Gray";
  -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: 1.5em 0;
}
.pre-content-a {
  padding: 1.5em 0;
  background: #878785;
  color: #ffffff;
}
.pre-content-a h1,
.pre-content-a h2,
.pre-content-a h3,
.pre-content-a h4,
.pre-content-a h5,
.pre-content-a h6,
.pre-content-a p,
.pre-content-a.nested-1 h1,
.pre-content-a.nested-1 h2,
.pre-content-a.nested-1 h3,
.pre-content-a.nested-1 h4,
.pre-content-a.nested-1 h5,
.pre-content-a.nested-1 h6,
.pre-content-a.nested-2.nested-2s h1,
.pre-content-a.nested-2.nested-2s h2,
.pre-content-a.nested-2.nested-2s h3,
.pre-content-a.nested-2.nested-2s h4,
.pre-content-a.nested-2.nested-2s h5,
.pre-content-a.nested-2.nested-2s h6 {
  color: #ffffff;
}
/* ======================================
    Pre Content IXP Information
    REQUIRED CLASSES: .pre-content
====================================== */
.pre-content {
  -ixp-name: "Pre-Content - Transparent";
  -ixp-tags: "Regions";
  -ixp-group: "regions";
  -ixp-scope: "ContainerLike";
}
.pre-content-a {
  -ixp-name: "Pre-Content - Gray";
  -ixp-tags: "Regions";
  -ixp-group: "regions";
  -ixp-scope: "ContainerLike";
}
/* ======================================
	Content
    REQUIRED CLASSES: .content
====================================== */
.content {
  padding: 1.5em 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 {
  border-top: solid 1px #ebebeb;
  border-bottom: solid 1px #ebebeb;
  max-width: 1200px;
  margin: 0 auto;
  padding: 1em 0;
}
/* ======================================
    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 - Bordered";
  -ixp-tags: "Regions";
  -ixp-group: "regions";
  -ixp-scope: "ContainerLike";
}
/* ======================================
	Footer

	REQUIRED CLASS - .footer,.nav-footer-a
====================================== */
.footer {
  padding: 20px 0 100px 0;
  font-size: 0.9em;
}
.footer-a {
  border-top: 10px solid #52BCBA;
  background-color: #1d1d1b;
  font-size: 0.9em;
  padding: 20px 0 100px 0;
  color: #ffffff;
}
.footer-a h1,
.footer-a h2,
.footer-a h3,
.footer-a h4,
.footer-a h5,
.footer-a h6,
.footer-a p,
.footer-a.nested-1 h1,
.footer-a.nested-1 h2,
.footer-a.nested-1 h3,
.footer-a.nested-1 h4,
.footer-a.nested-1 h5,
.footer-a.nested-1 h6,
.footer-a.nested-2.nested-2s h1,
.footer-a.nested-2.nested-2s h2,
.footer-a.nested-2.nested-2s h3,
.footer-a.nested-2.nested-2s h4,
.footer-a.nested-2.nested-2s h5,
.footer-a.nested-2.nested-2s h6 {
  color: #ffffff;
}
.footer-a a {
  color: #bfbfbd;
}
.footer-a a:hover {
  color: #ffffff;
}
/* ======================================
    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 - Black with Aqua Stripe";
  -ixp-tags: "Regions";
  -ixp-group: "regions";
  -ixp-scope: "ContainerLike";
}
/* ======================================
	Post Footer
    REQUIRED CLASSES: .post-footer
====================================== */
.post-footer {
  padding: 20px 0 20px 0;
  font-size: 0.9em;
}
.post-footer-a {
  background-color: #1d1d1b;
  font-size: 0.9em;
  padding: 20px 0 20px 0;
  color: #ffffff;
}
.post-footer-a h1,
.post-footer-a h2,
.post-footer-a h3,
.post-footer-a h4,
.post-footer-a h5,
.post-footer-a h6,
.post-footer-a p,
.post-footer-a.nested-1 h1,
.post-footer-a.nested-1 h2,
.post-footer-a.nested-1 h3,
.post-footer-a.nested-1 h4,
.post-footer-a.nested-1 h5,
.post-footer-a.nested-1 h6,
.post-footer-a.nested-2.nested-2s h1,
.post-footer-a.nested-2.nested-2s h2,
.post-footer-a.nested-2.nested-2s h3,
.post-footer-a.nested-2.nested-2s h4,
.post-footer-a.nested-2.nested-2s h5,
.post-footer-a.nested-2.nested-2s h6 {
  color: #ffffff;
}
.post-footer-a a {
  color: #bfbfbd;
}
.post-footer-a a:hover {
  color: #ffffff;
}
/* ======================================
    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;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1em;
  margin: 0;
  padding: 0;
  text-align: center;
}
.ixp-nav .ixp-nav-collapsible {
  height: auto;
  float: left;
  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;
}
.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;
  border: solid 3px transparent;
  display: block;
  padding: 23px 18px 0;
  font-size: 18px;
  height: 44px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.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: #ffffff;
  border: solid 3px #ffffff;
  color: #666;
}
.ixp-nav.ixp-nav-collapsed {
  background-color: transparent;
  font-size: 100%;
  margin: 0;
  text-align: left;
}
.ixp-nav.ixp-nav-collapsed .ixp-nav-opened {
  background: transparent;
}
.ixp-nav.ixp-nav-collapsed .ixp-nav-collapsible {
  float: none;
}
.ixp-nav.ixp-nav-collapsed .ixp-navitem {
  display: block;
  float: none;
  margin: 0;
  padding: 0;
}
.ixp-nav.ixp-nav-collapsed .ixp-navitem a {
  padding: 7px;
  text-align: center;
}
.ixp-nav .ixp-nav-toggle {
  margin: 0;
}
.ixp-nav .ixp-nav-toggle .ixp-nav-icon-bar {
  /* nav toggle button icon (menu closed) */
  background-color: #4ac1bb;
}
.ixp-nav .ixp-nav-toggle.ixp-nav-active .ixp-nav-icon-bar {
  /* nav toggle button icon (menu open) */
  background-color: #ffffff;
}
/* ======================================
	Navigation: alt theme(s)
    REQUIRED CLASS - .ixp-nav-menu-a
====================================== */
/* ========== THEME A ========== */
.ixp-nav-menu-a {
  background-color: #ffffff;
  color: #424242;
  margin: 0 auto;
  padding: 0;
}
.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 {
  color: #424242;
}
.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 {
  color: #ffffff;
  background: #424242;
  border: solid 3px #424242;
}
.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: #4ac1bb;
}
.ixp-nav-menu-a .ixp-nav-toggle.ixp-nav-active .ixp-nav-icon-bar {
  /* nav toggle button icon (menu open) */
  background-color: #424242;
}
/* ======================================
	Navigation IXP Information
====================================== */
.ixp-nav-menu-a {
  -ixp-name: "On White";
  -ixp-tags: "Navigation";
  -ixp-group: "navigation";
  -ixp-scope: "Navigation";
}
/* ======================================
	Navigation Active States
====================================== */
.ixp-navitem-active-state-a a {
  background: #ffffff !important;
  color: #666 !important;
  border: solid 3px #ffffff !important;
}
.ixp-navitem-active-state-b a {
  background: #4ac1bb !important;
  color: #ffffff !important;
  border: solid 3px #4ac1bb !important;
}
.ixp-navitem-active-state-b a:hover {
  background: #424242 !important;
  color: #4ac1bb !important;
  border: solid 3px #4ac1bb !important;
}
.ixp-navitem-active-state-c a {
  background: #f9a006 !important;
  color: #ffffff !important;
  border: solid 3px #f9a006 !important;
}
.ixp-navitem-active-state-c a:hover {
  background: #424242 !important;
  color: #f9a006 !important;
  border: solid 3px #f9a006 !important;
}
/* ======================================
	Navigation Active States IXP Information
====================================== */
.ixp-navitem-active-state-a {
  -ixp-name: "White Active";
  -ixp-tags: "Navigation";
  -ixp-group: "navigation";
  -ixp-scope: "NavigationItem";
}
.ixp-navitem-active-state-b {
  -ixp-name: "Aqua Active";
  -ixp-tags: "Navigation";
  -ixp-group: "navigation";
  -ixp-scope: "NavigationItem";
}
.ixp-navitem-active-state-c {
  -ixp-name: "Gold Active";
  -ixp-tags: "Navigation";
  -ixp-group: "navigation";
  -ixp-scope: "NavigationItem";
}
/* ======================================
	Accordion RMW (Default)
====================================== */
.lbui_accordion_v3 > .lbui_accordion_content > div > h2.lbui_trigger {
  background-color: #4ac1bb;
  background-image: url('toggleArrowLeft.png') !important;
  background-repeat: no-repeat;
  background-position: 5px 50% !important;
  border: solid 3px #4ac1bb;
  -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;
  font-weight: 700;
  text-transform: uppercase;
  padding: 3px 0 3px 30px;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.lbui_accordion_v3 > .lbui_accordion_content .lbui_trigger.lbui_active {
  background-color: #424242;
  background-image: url('toggleArrowDown.png') !important;
  background-repeat: no-repeat;
  background-position: 5px 50% !important;
  border: solid 3px #4ac1bb;
  color: #4ac1bb;
  filter: none;
}
.lbui_accordion_v3 > .lbui_accordion_content .lbui_trigger.lbui_active:hover {
  background-color: #4ac1bb;
  background-image: url('toggleArrowDown.png') !important;
  background-repeat: no-repeat;
  background-position: 5px 50% !important;
  border: solid 3px #4ac1bb;
  color: #ffffff !important;
  filter: none;
}
.lbui_accordion_v3 > .lbui_accordion_content .lbui_trigger:hover {
  background-color: #424242;
  background-image: url('toggleArrowLeft.png') !important;
  background-repeat: no-repeat;
  background-position: 5px 50% !important;
  border: solid 3px #4ac1bb;
  color: #4ac1bb;
  filter: none;
}
.lbui_toggle_container {
  margin-top: 0;
  font-size: 1em !important;
}
/* ======================================
	Accordion RMW (Alternate)
====================================== */
.accordion-a.lbui_accordion_v3 > .lbui_accordion_content > div > h2.lbui_trigger {
  background-color: #f9a006 !important;
  border: solid 3px #f9a006 !important;
}
.accordion-a.lbui_accordion_v3 > .lbui_accordion_content .lbui_trigger.lbui_active {
  background-color: #424242 !important;
  color: #f9a006 !important;
  border: solid 3px #f9a006 !important;
}
.accordion-a.lbui_accordion_v3 > .lbui_accordion_content .lbui_trigger.lbui_active:hover {
  color: #ffffff !important;
  background-color: #f9a006 !important;
  border: solid 3px #f9a006 !important;
}
.accordion-a.lbui_accordion_v3 > .lbui_accordion_content .lbui_trigger:hover {
  background-color: #424242 !important;
  color: #f9a006 !important;
  border: solid 3px #f9a006 !important;
}
/* ======================================
	Accordion IXP Information
    REQUIRED CLASSES: .accordion-a
====================================== */
.accordion-a {
  -ixp-name: "Gold";
  -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: #4ac1bb;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-left: 3px solid #4ac1bb;
  border-right: 3px solid #4ac1bb;
  border-top: 3px solid #4ac1bb;
  border-bottom: none !important;
  color: #ffffff;
  margin: 0 0 -3px 5px;
  padding: 12px 25px;
  filter: none;
  font-weight: 700;
  text-shadow: none;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.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: #424242;
  border-color: #4ac1bb;
  border-bottom: none !important;
  color: #4ac1bb;
  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: #4ac1bb;
  border-bottom: none !important;
  color: #4ac1bb;
  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: 3px solid #4ac1bb;
  border-radius: 0 !important;
  font-size: 1em;
}
/* ======================================
	Tabs RMW (Alternate)
====================================== */
.tab-a.lbui_tabs_v3 > .lbui_nav > .lbui_nav_inner > .lbui_toggle,
.tab-a.lbui_tabs_v3.lbui_init > .lbui_nav > .lbui_nav_inner > .lbui_toggle {
  background: #f9a006;
  border: solid 3px #f9a006;
  color: #ffffff;
  filter: none;
  text-shadow: none;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.tab-a.lbui_tabs_v3 > .lbui_nav > .lbui_nav_inner > .lbui_toggle > .lbui_first,
.tab-a.lbui_tabs_v3.lbui_init > .lbui_nav > .lbui_nav_inner > .lbui_toggle > .lbui_first,
.tab-a.lbui_tabs_v3 > .lbui_nav > .lbui_nav_inner > .lbui_toggle:first-child,
.tab-a.lbui_tabs_v3.lbui_init > .lbui_nav > .lbui_nav_inner > .lbui_toggle:first-child {
  margin-left: 0;
}
.tab-a.lbui_tabs_v3 > .lbui_nav > .lbui_nav_inner > .lbui_toggle:hover,
.tab-a.lbui_tabs_v3.lbui_init > .lbui_nav > .lbui_nav_inner > .lbui_toggle:hover {
  background: #424242;
  border: solid 3px #f9a006;
  color: #f9a006;
  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: #ffffff;
  border: solid 3px #f9a006;
  color: #f9a006;
  filter: none !important;
}
.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 #f9a006;
  border-radius: 0 !important;
  font-size: 1em;
}
/* stacked responsive overrides */
.lbui_tabs_v3.lbui_stacked_nav > .lbui_slides {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.lbui_tabs_v3.lbui_stacked_nav > .lbui_nav > .lbui_nav_inner > .lbui_toggle {
  float: none;
  display: block;
  margin: 0;
  border-bottom: none !important;
}
/* ======================================
	Tabs IXP Information
    REQUIRED CLASSES: .tab-a
====================================== */
.tab-a {
  -ixp-name: "Gold";
  -ixp-tags: "Tabs";
  -ixp-group: "tabs";
  -ixp-scope: "Tabs, tabs_v3";
}
/* ======================================
	Rotator RMW
====================================== */
.lbui_rotator_v3 .lbui_controls.lbui_align_below {
  bottom: 0 !important;
}
.lbui_rotator_v3 .lbui_nav.lbui_align_below {
  bottom: -40px !important;
}
.lbui_rotator_v3 .lbui_align_below .lbui_prev,
.lbui_rotator_v3 .lbui_align_below .lbui_next {
  background: #4ac1bb !important;
  border-radius: none !important;
  border: none !important;
  color: #ffffff !important;
  text-shadow: none !important;
}
.lbui_rotator_v3 .lbui_align_below .lbui_prev:hover,
.lbui_rotator_v3 .lbui_align_below .lbui_next:hover {
  background: #1cd4c6 !important;
  border: none !important;
  color: #ffffff !important;
}
.lbui_rotator_v3 .lbui_nav:not(.lbui_dots) .lbui_align_below {
  bottom: 0;
}
.lbui_rotator_v3 .lbui_nav:not(.lbui_dots) .lbui_toggle {
  background: #ffffff !important;
  border-radius: none !important;
  text-shadow: none !important;
}
.lbui_rotator_v3 .lbui_nav:not(.lbui_dots) .lbui_toggle.lbui_active {
  background: #444444 !important;
  cursor: default;
}
.lbui_rotator_v3 .lbui_nav:not(.lbui_dots) .lbui_toggle:hover {
  background: #444444 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
/* ======================================
	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";
}
