/* ======================================
	Belgo 2020.css

    Created : JEL 08/20/2020
    Last Updated : JEL 08/20/2020
====================================== */
/* BBA */
/* Arames Belgo */
/* Belgo Geotech */
/* BBA */
/* Arames Belgo */
/* Belgo Geotech */
html {
  margin: 0;
  padding: 0;
  height: 100%;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: 'Foundry Sterling Book', sans-serif;
  font-size: 16px;
  color: #212529;
  font-weight: normal;
}
body {
  background: #FFF;
  font-size: 1em;
  line-height: 1.45;
}
/*FONT SIZE MEDIA QUERIES*/
@media only screen and (max-width: 1199px) {
  body {
    font-size: 1em;
  }
}
@media only screen and (max-width: 991px) {
  body {
    font-size: 0.9em;
  }
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 0.8em;
  }
}
/* ======================================
	Font Faces
====================================== */
@font-face {
  font-family: 'Foundry Sterling Light';
  src: url('AnyConv.com__FoundrySterling-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Foundry Sterling Book';
  src: url('AnyConv.com__FoundrySterling-Book.ttf') format('truetype');
}
@font-face {
  font-family: 'Foundry Sterling Demi';
  src: url('AnyConv.com__FoundrySterling-Demi.ttf') format('truetype');
}
@font-face {
  font-family: 'Foundry Sterling Medium';
  src: url('AnyConv.com__FoundrySterling-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Foundry Sterling ExtraBold';
  src: url('AnyConv.com__FoundrySterling-ExtraBold.ttf') format('truetype');
}
@font-face {
  font-family: 'Centrale Sans Extra Thin';
  src: url('Centrale-Sans-Extra-Thin.ttf') format('truetype');
}
@font-face {
  font-family: 'Centrale Sans Extra Light';
  src: url('Centrale-Sans-Extra-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Centrale Sans Light';
  src: url('Centrale-Sans-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Centrale Sans Regular';
  src: url('Centrale-Sans-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Centrale Sans Bold';
  src: url('Centrale-Sans-Bold.ttf') format('truetype');
}
/* ======================================
	Typography

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

	REQUIRED CLASSES: None
====================================== */
.font-base {
  font-family: 'Foundry Sterling Book', sans-serif !important;
}
.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: 'Foundry Sterling Book', sans-serif !important;
}
.font-b {
  font-family: 'Foundry Sterling Light', sans-serif !important;
}
.font-b h1,
.font-b h2,
.font-b h3,
.font-b h4,
.font-b h5,
.font-b h6,
.font-b .nav,
.font-b .button {
  font-family: 'Foundry Sterling Light', sans-serif !important;
}
.font-c {
  font-family: 'Foundry Sterling Demi', sans-serif !important;
}
.font-c h1,
.font-c h2,
.font-c h3,
.font-c h4,
.font-c h5,
.font-c h6,
.font-c .nav,
.font-c .button {
  font-family: 'Foundry Sterling Demi', sans-serif !important;
}
.font-d {
  font-family: 'Foundry Sterling Medium', sans-serif !important;
}
.font-d h1,
.font-d h2,
.font-d h3,
.font-d h4,
.font-d h5,
.font-d h6,
.font-d .nav,
.font-d .button {
  font-family: 'Foundry Sterling Medium', sans-serif !important;
}
.font-e {
  font-family: 'Foundry Sterling ExtraBold', sans-serif !important;
}
.font-e h1,
.font-e h2,
.font-e h3,
.font-e h4,
.font-e h5,
.font-e h6,
.font-e .nav,
.font-e .button {
  font-family: 'Foundry Sterling ExtraBold', sans-serif !important;
}
.font-f {
  font-family: 'Centrale Sans Extra Thin', sans-serif !important;
}
.font-f h1,
.font-f h2,
.font-f h3,
.font-f h4,
.font-f h5,
.font-f h6,
.font-f .nav,
.font-f .button {
  font-family: 'Centrale Sans Extra Thin', sans-serif !important;
}
.font-g {
  font-family: 'Centrale Sans Extra Light', sans-serif !important;
}
.font-g h1,
.font-g h2,
.font-g h3,
.font-g h4,
.font-g h5,
.font-g h6,
.font-g .nav,
.font-g .button {
  font-family: 'Centrale Sans Extra Light', sans-serif !important;
}
.font-h {
  font-family: 'Centrale Sans Light', sans-serif !important;
}
.font-h h1,
.font-h h2,
.font-h h3,
.font-h h4,
.font-h h5,
.font-h h6,
.font-h .nav,
.font-h .button {
  font-family: 'Centrale Sans Light', sans-serif !important;
}
.font-i {
  font-family: 'Centrale Sans Regular', sans-serif !important;
}
.font-i h1,
.font-i h2,
.font-i h3,
.font-i h4,
.font-i h5,
.font-i h6,
.font-i .nav,
.font-i .button {
  font-family: 'Centrale Sans Regular', sans-serif !important;
}
.font-j {
  font-family: 'Centrale Sans Bold', sans-serif !important;
}
.font-j h1,
.font-j h2,
.font-j h3,
.font-j h4,
.font-j h5,
.font-j h6,
.font-j .nav,
.font-j .button {
  font-family: 'Centrale Sans Bold', sans-serif !important;
}
/* ======================================
	Font IXP Information
====================================== */
.font-b {
  -ixp-name: "Foundry Sterling Light";
  -ixp-tags: "Fonts";
  -ixp-group: "font";
  -ixp-scope: "ContainerLike,Text,Link";
}
.font-base {
  -ixp-name: "Foundry Sterling Book";
  -ixp-tags: "Fonts";
  -ixp-group: "font";
  -ixp-scope: "ContainerLike,Text,Link";
}
.font-d {
  -ixp-name: "Foundry Sterling Medium";
  -ixp-tags: "Fonts";
  -ixp-group: "font";
  -ixp-scope: "ContainerLike,Text,Link";
}
.font-c {
  -ixp-name: "Foundry Sterling Demi";
  -ixp-tags: "Fonts";
  -ixp-group: "font";
  -ixp-scope: "ContainerLike,Text,Link";
}
.font-e {
  -ixp-name: "Foundry Sterling ExtraBold";
  -ixp-tags: "Fonts";
  -ixp-group: "font";
  -ixp-scope: "ContainerLike,Text,Link";
}
.font-f {
  -ixp-name: "Centrale Sans Extra Thin";
  -ixp-tags: "Fonts";
  -ixp-group: "font";
  -ixp-scope: "ContainerLike,Text,Link";
}
.font-g {
  -ixp-name: "Centrale Sans Extra Light";
  -ixp-tags: "Fonts";
  -ixp-group: "font";
  -ixp-scope: "ContainerLike,Text,Link";
}
.font-h {
  -ixp-name: "Centrale Sans Light";
  -ixp-tags: "Fonts";
  -ixp-group: "font";
  -ixp-scope: "ContainerLike,Text,Link";
}
.font-i {
  -ixp-name: "Centrale Sans Regular";
  -ixp-tags: "Fonts";
  -ixp-group: "font";
  -ixp-scope: "ContainerLike,Text,Link";
}
.font-j {
  -ixp-name: "Centrale Sans Bold";
  -ixp-tags: "Fonts";
  -ixp-group: "font";
  -ixp-scope: "ContainerLike,Text,Link";
}
/* ======================================
	Content

	REQUIRED CLASSES: .caption, .fine-print
====================================== */
.caption {
  font-size: 0.85em;
  padding-bottom: 0.2em;
  padding-top: 0.2em;
}
.fine-print {
  font-size: 0.75em;
  padding-bottom: 0.2em;
  padding-top: 0.2em;
}
.display-headline {
  font-size: 140%;
}
.text-transform-upper {
  text-transform: uppercase;
}
.text-transform-lower {
  text-transform: lowercase;
}
.text-transform-capitalize {
  text-transform: capitalize;
}
/* ======================================
	Content IXP Information
    REQUIRED CLASSES: .caption, .fine-print
====================================== */
.caption {
  -ixp-name: "Caption";
  -ixp-tags: "Text";
  -ixp-group: "text";
  -ixp-scope: "Text,Link";
}
.fine-print {
  -ixp-name: "Fine Print";
  -ixp-tags: "Text";
  -ixp-group: "text";
  -ixp-scope: "Text,Link";
}
.display-headline {
  -ixp-name: "Display Headline";
  -ixp-tags: "Text";
  -ixp-group: "text";
  -ixp-scope: "Text,Link";
}
.text-transform-upper {
  -ixp-name: "Uppercase";
  -ixp-tags: "Text";
  -ixp-group: "text";
  -ixp-scope: "Text,Link";
}
.text-transform-lower {
  -ixp-name: "Lowercase";
  -ixp-tags: "Text";
  -ixp-group: "text";
  -ixp-scope: "Text,Link";
}
.text-transform-capitalize {
  -ixp-name: "Capitalize";
  -ixp-tags: "Text";
  -ixp-group: "text";
  -ixp-scope: "Text,Link";
}
/* ======================================
	Alignment

	REQUIRED CLASSES: ALL
====================================== */
.align-right {
  text-align: right;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.indent {
  margin-left: 0.85em;
}
/* ======================================
	Alignment IXP Information
    REQUIRED CLASSES: ALL
====================================== */
.align-right {
  -ixp-name: "Right Align";
  -ixp-tags: "Alignment";
  -ixp-group: "alignment";
  -ixp-scope: "Text,Link,ContainerLike";
}
.align-left {
  -ixp-name: "Left Align";
  -ixp-tags: "Alignment";
  -ixp-group: "alignment";
  -ixp-scope: "Text,Link,ContainerLike";
}
.align-center {
  -ixp-name: "Center Align";
  -ixp-tags: "Alignment";
  -ixp-group: "alignment";
  -ixp-scope: "Text,Link,ContainerLike";
}
.indent {
  -ixp-name: "Text Indent";
  -ixp-tags: "Alignment";
  -ixp-group: "alignment";
  -ixp-scope: "Text";
}
/* ======================================
	List Items

	REQUIRED CLASS: .bullet-a
====================================== */
ul,
ol {
  margin: 0;
  padding: 0;
}
ul li {
  margin: 10px 0 10px 1em;
  list-style-type: disc;
}
ol {
  margin-left: 10px;
  list-style-type: decimal;
}
.bullet-a ul li {
  list-style-type: none;
  position: relative;
  padding: 0 0 0 1.2em;
}
.bullet-a ul li:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  display: inline-block;
  content: '\f138';
  position: absolute;
  left: 0;
  top: auto;
}
.bullet-b ul li {
  list-style-type: none;
  position: relative;
  padding: 0 0 0 1.2em;
}
.bullet-b ul li:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  display: inline-block;
  content: '\f00c';
  position: absolute;
  left: 0;
  top: auto;
}
/* ======================================
	List IXP Information

	REQUIRED CLASS: .bullet-a
====================================== */
.bullet-a {
  -ixp-name: "Bullet List - Circle Arrow";
  -ixp-tags: "Bullet list";
  -ixp-group: "bullet-list";
  -ixp-scope: "Text";
}
.bullet-b {
  -ixp-name: "Bullet List - Checkmark";
  -ixp-tags: "Bullet list";
  -ixp-group: "bullet-list";
  -ixp-scope: "Text";
}
/* ======================================
	Link Element Base
====================================== */
a {
  color: #00ADEF;
  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;
  font-family: 'Foundry Sterling Book', sans-serif;
  font-weight: 700;
}
a:hover {
  color: #00ADEF;
  text-decoration: underline;
}
/* ======================================
	CTA Links

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

	REQUIRED CLASS: .cta_link.link-a
====================================== */
.cta_link.link-a {
  -ixp-name: "Arrow Link";
  -ixp-tags: "Link";
  -ixp-group: "link";
  -ixp-scope: "Link,Lightbox";
}
.cta_link.link-b {
  -ixp-name: "Check Link";
  -ixp-tags: "Link";
  -ixp-group: "link";
  -ixp-scope: "Link,Lightbox";
}
.cta_link.link-c {
  -ixp-name: "Link Out Link";
  -ixp-tags: "Link";
  -ixp-group: "link";
  -ixp-scope: "Link,Lightbox";
}
.cta_link.link-d {
  -ixp-name: "Caret Link";
  -ixp-tags: "Link";
  -ixp-group: "link";
  -ixp-scope: "Link,Lightbox";
}
.cta_link.link-e {
  -ixp-name: "Back Link";
  -ixp-tags: "Link";
  -ixp-group: "link";
  -ixp-scope: "Link,Lightbox";
}
/* ======================================
	Colors

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

    NOTE: These 2 required class (a & b) style values should not change. 
    They should be always be White and black.
====================================== */
.color-a {
  color: #FFF !important;
}
.color-a h1,
.color-a h2,
.color-a h3,
.color-a h4,
.color-a h5,
.color-a h6,
.color-a a,
.color-a p {
  color: #FFF !important;
}
.color-b {
  color: #212529 !important;
}
.color-b h1,
.color-b h2,
.color-b h3,
.color-b h4,
.color-b h5,
.color-b h6,
.color-b a,
.color-b p {
  color: #212529 !important;
}
.color-c {
  color: #00ADEF !important;
}
.color-c h1,
.color-c h2,
.color-c h3,
.color-c h4,
.color-c h5,
.color-c h6,
.color-c a,
.color-c p {
  color: #00ADEF !important;
}
.color-d {
  color: #FF4C00 !important;
}
.color-d h1,
.color-d h2,
.color-d h3,
.color-d h4,
.color-d h5,
.color-d h6,
.color-d a,
.color-d p {
  color: #FF4C00 !important;
}
.color-e {
  color: #19b5f1 !important;
}
.color-e h1,
.color-e h2,
.color-e h3,
.color-e h4,
.color-e h5,
.color-e h6,
.color-e a,
.color-e p {
  color: #19b5f1 !important;
}
.color-f {
  color: #ff5e19 !important;
}
.color-f h1,
.color-f h2,
.color-f h3,
.color-f h4,
.color-f h5,
.color-f h6,
.color-f a,
.color-f p {
  color: #ff5e19 !important;
}
.color-g {
  color: #ececec !important;
}
.color-g h1,
.color-g h2,
.color-g h3,
.color-g h4,
.color-g h5,
.color-g h6,
.color-g a,
.color-g p {
  color: #ececec !important;
}
.color-h {
  color: #a0a0a0 !important;
}
.color-h h1,
.color-h h2,
.color-h h3,
.color-h h4,
.color-h h5,
.color-h h6,
.color-h a,
.color-h p {
  color: #a0a0a0 !important;
}
.color-i {
  color: #404041 !important;
}
.color-i h1,
.color-i h2,
.color-i h3,
.color-i h4,
.color-i h5,
.color-i h6,
.color-i a,
.color-i p {
  color: #404041 !important;
}
.color-j {
  color: #33bdf2 !important;
}
.color-j h1,
.color-j h2,
.color-j h3,
.color-j h4,
.color-j h5,
.color-j h6,
.color-j a,
.color-j p {
  color: #33bdf2 !important;
}
.color-k {
  color: #ff7033 !important;
}
.color-k h1,
.color-k h2,
.color-k h3,
.color-k h4,
.color-k h5,
.color-k h6,
.color-k a,
.color-k p {
  color: #ff7033 !important;
}
.color-c1 {
  color: #4dc6f4 !important;
}
.color-c1 h1,
.color-c1 h2,
.color-c1 h3,
.color-c1 h4,
.color-c1 h5,
.color-c1 h6,
.color-c1 a,
.color-c1 p {
  color: #4dc6f4 !important;
}
.color-c2 {
  color: #66cef5 !important;
}
.color-c2 h1,
.color-c2 h2,
.color-c2 h3,
.color-c2 h4,
.color-c2 h5,
.color-c2 h6,
.color-c2 a,
.color-c2 p {
  color: #66cef5 !important;
}
.color-c3 {
  color: #80d6f7 !important;
}
.color-c3 h1,
.color-c3 h2,
.color-c3 h3,
.color-c3 h4,
.color-c3 h5,
.color-c3 h6,
.color-c3 a,
.color-c3 p {
  color: #80d6f7 !important;
}
.color-c4 {
  color: #99def9 !important;
}
.color-c4 h1,
.color-c4 h2,
.color-c4 h3,
.color-c4 h4,
.color-c4 h5,
.color-c4 h6,
.color-c4 a,
.color-c4 p {
  color: #99def9 !important;
}
.color-c5 {
  color: #b3e6fa !important;
}
.color-c5 h1,
.color-c5 h2,
.color-c5 h3,
.color-c5 h4,
.color-c5 h5,
.color-c5 h6,
.color-c5 a,
.color-c5 p {
  color: #b3e6fa !important;
}
.color-c6 {
  color: #cceffc !important;
}
.color-c6 h1,
.color-c6 h2,
.color-c6 h3,
.color-c6 h4,
.color-c6 h5,
.color-c6 h6,
.color-c6 a,
.color-c6 p {
  color: #cceffc !important;
}
.color-c7 {
  color: #e6f7fd !important;
}
.color-c7 h1,
.color-c7 h2,
.color-c7 h3,
.color-c7 h4,
.color-c7 h5,
.color-c7 h6,
.color-c7 a,
.color-c7 p {
  color: #e6f7fd !important;
}
.color-d1 {
  color: #ff824d !important;
}
.color-d1 h1,
.color-d1 h2,
.color-d1 h3,
.color-d1 h4,
.color-d1 h5,
.color-d1 h6,
.color-d1 a,
.color-d1 p {
  color: #ff824d !important;
}
.color-d2 {
  color: #ff9466 !important;
}
.color-d2 h1,
.color-d2 h2,
.color-d2 h3,
.color-d2 h4,
.color-d2 h5,
.color-d2 h6,
.color-d2 a,
.color-d2 p {
  color: #ff9466 !important;
}
.color-d3 {
  color: #ffa680 !important;
}
.color-d3 h1,
.color-d3 h2,
.color-d3 h3,
.color-d3 h4,
.color-d3 h5,
.color-d3 h6,
.color-d3 a,
.color-d3 p {
  color: #ffa680 !important;
}
.color-d4 {
  color: #ffb799 !important;
}
.color-d4 h1,
.color-d4 h2,
.color-d4 h3,
.color-d4 h4,
.color-d4 h5,
.color-d4 h6,
.color-d4 a,
.color-d4 p {
  color: #ffb799 !important;
}
.color-d5 {
  color: #ffc9b3 !important;
}
.color-d5 h1,
.color-d5 h2,
.color-d5 h3,
.color-d5 h4,
.color-d5 h5,
.color-d5 h6,
.color-d5 a,
.color-d5 p {
  color: #ffc9b3 !important;
}
.color-d6 {
  color: #ffdbcc !important;
}
.color-d6 h1,
.color-d6 h2,
.color-d6 h3,
.color-d6 h4,
.color-d6 h5,
.color-d6 h6,
.color-d6 a,
.color-d6 p {
  color: #ffdbcc !important;
}
.color-d7 {
  color: #ffede6 !important;
}
.color-d7 h1,
.color-d7 h2,
.color-d7 h3,
.color-d7 h4,
.color-d7 h5,
.color-d7 h6,
.color-d7 a,
.color-d7 p {
  color: #ffede6 !important;
}
.color-i1 {
  color: #d9d9d9 !important;
}
.color-i1 h1,
.color-i1 h2,
.color-i1 h3,
.color-i1 h4,
.color-i1 h5,
.color-i1 h6,
.color-i1 a,
.color-i1 p {
  color: #d9d9d9 !important;
}
.color-i2 {
  color: #c6c6c6 !important;
}
.color-i2 h1,
.color-i2 h2,
.color-i2 h3,
.color-i2 h4,
.color-i2 h5,
.color-i2 h6,
.color-i2 a,
.color-i2 p {
  color: #c6c6c6 !important;
}
.color-i3 {
  color: #b3b3b3 !important;
}
.color-i3 h1,
.color-i3 h2,
.color-i3 h3,
.color-i3 h4,
.color-i3 h5,
.color-i3 h6,
.color-i3 a,
.color-i3 p {
  color: #b3b3b3 !important;
}
.color-i4 {
  color: #8c8c8d !important;
}
.color-i4 h1,
.color-i4 h2,
.color-i4 h3,
.color-i4 h4,
.color-i4 h5,
.color-i4 h6,
.color-i4 a,
.color-i4 p {
  color: #8c8c8d !important;
}
.color-i5 {
  color: #79797a !important;
}
.color-i5 h1,
.color-i5 h2,
.color-i5 h3,
.color-i5 h4,
.color-i5 h5,
.color-i5 h6,
.color-i5 a,
.color-i5 p {
  color: #79797a !important;
}
.color-i6 {
  color: #666667 !important;
}
.color-i6 h1,
.color-i6 h2,
.color-i6 h3,
.color-i6 h4,
.color-i6 h5,
.color-i6 h6,
.color-i6 a,
.color-i6 p {
  color: #666667 !important;
}
.color-i7 {
  color: #535354 !important;
}
.color-i7 h1,
.color-i7 h2,
.color-i7 h3,
.color-i7 h4,
.color-i7 h5,
.color-i7 h6,
.color-i7 a,
.color-i7 p {
  color: #535354 !important;
}
.color-l {
  color: #E20918 !important;
}
.color-l h1,
.color-l h2,
.color-l h3,
.color-l h4,
.color-l h5,
.color-l h6,
.color-l a,
.color-l p {
  color: #E20918 !important;
}
.color-l1 {
  color: #e5222f !important;
}
.color-l1 h1,
.color-l1 h2,
.color-l1 h3,
.color-l1 h4,
.color-l1 h5,
.color-l1 h6,
.color-l1 a,
.color-l1 p {
  color: #e5222f !important;
}
.color-l2 {
  color: #e83a46 !important;
}
.color-l2 h1,
.color-l2 h2,
.color-l2 h3,
.color-l2 h4,
.color-l2 h5,
.color-l2 h6,
.color-l2 a,
.color-l2 p {
  color: #e83a46 !important;
}
.color-l3 {
  color: #eb535d !important;
}
.color-l3 h1,
.color-l3 h2,
.color-l3 h3,
.color-l3 h4,
.color-l3 h5,
.color-l3 h6,
.color-l3 a,
.color-l3 p {
  color: #eb535d !important;
}
.color-l4 {
  color: #ee6b74 !important;
}
.color-l4 h1,
.color-l4 h2,
.color-l4 h3,
.color-l4 h4,
.color-l4 h5,
.color-l4 h6,
.color-l4 a,
.color-l4 p {
  color: #ee6b74 !important;
}
.color-l5 {
  color: #f1848c !important;
}
.color-l5 h1,
.color-l5 h2,
.color-l5 h3,
.color-l5 h4,
.color-l5 h5,
.color-l5 h6,
.color-l5 a,
.color-l5 p {
  color: #f1848c !important;
}
.color-l6 {
  color: #f39da3 !important;
}
.color-l6 h1,
.color-l6 h2,
.color-l6 h3,
.color-l6 h4,
.color-l6 h5,
.color-l6 h6,
.color-l6 a,
.color-l6 p {
  color: #f39da3 !important;
}
.color-l7 {
  color: #f6b5ba !important;
}
.color-l7 h1,
.color-l7 h2,
.color-l7 h3,
.color-l7 h4,
.color-l7 h5,
.color-l7 h6,
.color-l7 a,
.color-l7 p {
  color: #f6b5ba !important;
}
.color-l8 {
  color: #f9ced1 !important;
}
.color-l8 h1,
.color-l8 h2,
.color-l8 h3,
.color-l8 h4,
.color-l8 h5,
.color-l8 h6,
.color-l8 a,
.color-l8 p {
  color: #f9ced1 !important;
}
.color-l9 {
  color: #fce6e8 !important;
}
.color-l9 h1,
.color-l9 h2,
.color-l9 h3,
.color-l9 h4,
.color-l9 h5,
.color-l9 h6,
.color-l9 a,
.color-l9 p {
  color: #fce6e8 !important;
}
.color-m {
  color: #8E7A6E !important;
}
.color-m h1,
.color-m h2,
.color-m h3,
.color-m h4,
.color-m h5,
.color-m h6,
.color-m a,
.color-m p {
  color: #8E7A6E !important;
}
.color-m1 {
  color: #99877d !important;
}
.color-m1 h1,
.color-m1 h2,
.color-m1 h3,
.color-m1 h4,
.color-m1 h5,
.color-m1 h6,
.color-m1 a,
.color-m1 p {
  color: #99877d !important;
}
.color-m2 {
  color: #a5958b !important;
}
.color-m2 h1,
.color-m2 h2,
.color-m2 h3,
.color-m2 h4,
.color-m2 h5,
.color-m2 h6,
.color-m2 a,
.color-m2 p {
  color: #a5958b !important;
}
.color-m3 {
  color: #b0a29a !important;
}
.color-m3 h1,
.color-m3 h2,
.color-m3 h3,
.color-m3 h4,
.color-m3 h5,
.color-m3 h6,
.color-m3 a,
.color-m3 p {
  color: #b0a29a !important;
}
.color-m4 {
  color: #bbafa8 !important;
}
.color-m4 h1,
.color-m4 h2,
.color-m4 h3,
.color-m4 h4,
.color-m4 h5,
.color-m4 h6,
.color-m4 a,
.color-m4 p {
  color: #bbafa8 !important;
}
.color-m5 {
  color: #c7bdb7 !important;
}
.color-m5 h1,
.color-m5 h2,
.color-m5 h3,
.color-m5 h4,
.color-m5 h5,
.color-m5 h6,
.color-m5 a,
.color-m5 p {
  color: #c7bdb7 !important;
}
.color-m6 {
  color: #d2cac5 !important;
}
.color-m6 h1,
.color-m6 h2,
.color-m6 h3,
.color-m6 h4,
.color-m6 h5,
.color-m6 h6,
.color-m6 a,
.color-m6 p {
  color: #d2cac5 !important;
}
.color-m7 {
  color: #ddd7d4 !important;
}
.color-m7 h1,
.color-m7 h2,
.color-m7 h3,
.color-m7 h4,
.color-m7 h5,
.color-m7 h6,
.color-m7 a,
.color-m7 p {
  color: #ddd7d4 !important;
}
.color-m8 {
  color: #e8e4e2 !important;
}
.color-m8 h1,
.color-m8 h2,
.color-m8 h3,
.color-m8 h4,
.color-m8 h5,
.color-m8 h6,
.color-m8 a,
.color-m8 p {
  color: #e8e4e2 !important;
}
.color-m9 {
  color: #f4f2f1 !important;
}
.color-m9 h1,
.color-m9 h2,
.color-m9 h3,
.color-m9 h4,
.color-m9 h5,
.color-m9 h6,
.color-m9 a,
.color-m9 p {
  color: #f4f2f1 !important;
}
.color-n {
  color: #00A7A7 !important;
}
.color-n h1,
.color-n h2,
.color-n h3,
.color-n h4,
.color-n h5,
.color-n h6,
.color-n a,
.color-n p {
  color: #00A7A7 !important;
}
.color-n1 {
  color: #19b0b0 !important;
}
.color-n1 h1,
.color-n1 h2,
.color-n1 h3,
.color-n1 h4,
.color-n1 h5,
.color-n1 h6,
.color-n1 a,
.color-n1 p {
  color: #19b0b0 !important;
}
.color-n2 {
  color: #33b9b9 !important;
}
.color-n2 h1,
.color-n2 h2,
.color-n2 h3,
.color-n2 h4,
.color-n2 h5,
.color-n2 h6,
.color-n2 a,
.color-n2 p {
  color: #33b9b9 !important;
}
.color-n3 {
  color: #4dc1c1 !important;
}
.color-n3 h1,
.color-n3 h2,
.color-n3 h3,
.color-n3 h4,
.color-n3 h5,
.color-n3 h6,
.color-n3 a,
.color-n3 p {
  color: #4dc1c1 !important;
}
.color-n4 {
  color: #66caca !important;
}
.color-n4 h1,
.color-n4 h2,
.color-n4 h3,
.color-n4 h4,
.color-n4 h5,
.color-n4 h6,
.color-n4 a,
.color-n4 p {
  color: #66caca !important;
}
.color-n5 {
  color: #80d3d3 !important;
}
.color-n5 h1,
.color-n5 h2,
.color-n5 h3,
.color-n5 h4,
.color-n5 h5,
.color-n5 h6,
.color-n5 a,
.color-n5 p {
  color: #80d3d3 !important;
}
.color-n6 {
  color: #99dcdc !important;
}
.color-n6 h1,
.color-n6 h2,
.color-n6 h3,
.color-n6 h4,
.color-n6 h5,
.color-n6 h6,
.color-n6 a,
.color-n6 p {
  color: #99dcdc !important;
}
.color-n7 {
  color: #b3e5e5 !important;
}
.color-n7 h1,
.color-n7 h2,
.color-n7 h3,
.color-n7 h4,
.color-n7 h5,
.color-n7 h6,
.color-n7 a,
.color-n7 p {
  color: #b3e5e5 !important;
}
.color-n8 {
  color: #cceded !important;
}
.color-n8 h1,
.color-n8 h2,
.color-n8 h3,
.color-n8 h4,
.color-n8 h5,
.color-n8 h6,
.color-n8 a,
.color-n8 p {
  color: #cceded !important;
}
.color-n9 {
  color: #e6f6f6 !important;
}
.color-n9 h1,
.color-n9 h2,
.color-n9 h3,
.color-n9 h4,
.color-n9 h5,
.color-n9 h6,
.color-n9 a,
.color-n9 p {
  color: #e6f6f6 !important;
}
.color-o {
  color: #D22730 !important;
}
.color-o h1,
.color-o h2,
.color-o h3,
.color-o h4,
.color-o h5,
.color-o h6,
.color-o a,
.color-o p {
  color: #D22730 !important;
}
.color-p {
  color: #5B6770 !important;
}
.color-p h1,
.color-p h2,
.color-p h3,
.color-p h4,
.color-p h5,
.color-p h6,
.color-p a,
.color-p p {
  color: #5B6770 !important;
}
/* ======================================
	Colors IXP Information
====================================== */
.color-a {
  -ixp-name: "White";
  -ixp-tags: "Color - BBA";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-b {
  -ixp-name: "Black";
  -ixp-tags: "Color - BBA";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
/* BBA */
.color-c {
  -ixp-name: "Azul";
  -ixp-tags: "Color - BBA";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-e {
  -ixp-name: "Azul 90%";
  -ixp-tags: "Color - BBA";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-j {
  -ixp-name: "Azul 80%";
  -ixp-tags: "Color - BBA";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-c1 {
  -ixp-name: "Azul 70%";
  -ixp-tags: "Color - BBA";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-c2 {
  -ixp-name: "Azul 60%";
  -ixp-tags: "Color - BBA";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-c3 {
  -ixp-name: "Azul 50%";
  -ixp-tags: "Color - BBA";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-c4 {
  -ixp-name: "Azul 40%";
  -ixp-tags: "Color - BBA";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-c5 {
  -ixp-name: "Azul 30%";
  -ixp-tags: "Color - BBA";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-c6 {
  -ixp-name: "Azul 20%";
  -ixp-tags: "Color - BBA";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-c7 {
  -ixp-name: "Azul 10%";
  -ixp-tags: "Color - BBA";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-d {
  -ixp-name: "Laranja";
  -ixp-tags: "Color - BBA";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-f {
  -ixp-name: "Laranja 90%";
  -ixp-tags: "Color - BBA";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-k {
  -ixp-name: "Laranja 80%";
  -ixp-tags: "Color - BBA";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-d1 {
  -ixp-name: "Laranja 70%";
  -ixp-tags: "Color - BBA";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-d2 {
  -ixp-name: "Laranja 60%";
  -ixp-tags: "Color - BBA";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-d3 {
  -ixp-name: "Laranja 50%";
  -ixp-tags: "Color - BBA";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-d4 {
  -ixp-name: "Laranja 40%";
  -ixp-tags: "Color - BBA";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-d5 {
  -ixp-name: "Laranja 30%";
  -ixp-tags: "Color - BBA";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-d6 {
  -ixp-name: "Laranja 20%";
  -ixp-tags: "Color - BBA";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-d7 {
  -ixp-name: "Laranja 10%";
  -ixp-tags: "Color - BBA";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-g {
  -ixp-name: "Cinza 10%";
  -ixp-tags: "Color - BBA";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-i1 {
  -ixp-name: "Cinza 20%";
  -ixp-tags: "Color - BBA";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-i2 {
  -ixp-name: "Cinza 30%";
  -ixp-tags: "Color - BBA";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-i3 {
  -ixp-name: "Cinza 40%";
  -ixp-tags: "Color - BBA";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-h {
  -ixp-name: "Cinza 50%";
  -ixp-tags: "Color - BBA";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-i4 {
  -ixp-name: "Cinza 60%";
  -ixp-tags: "Color - BBA";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-i5 {
  -ixp-name: "Cinza 70%";
  -ixp-tags: "Color - BBA";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-i6 {
  -ixp-name: "Cinza 80%";
  -ixp-tags: "Color - BBA";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-i7 {
  -ixp-name: "Cinza 90%";
  -ixp-tags: "Color - BBA";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-i {
  -ixp-name: "Cinza";
  -ixp-tags: "Color - BBA";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
/* Arames Belgo */
.color-l {
  -ixp-name: "Vermelho Belgo";
  -ixp-tags: "Color - Arames Belgo";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-l1 {
  -ixp-name: "Vermelho Belgo 90%";
  -ixp-tags: "Color - Arames Belgo";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-l2 {
  -ixp-name: "Vermelho Belgo 80%";
  -ixp-tags: "Color - Arames Belgo";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-l3 {
  -ixp-name: "Vermelho Belgo 70%";
  -ixp-tags: "Color - Arames Belgo";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-l4 {
  -ixp-name: "Vermelho Belgo 60%";
  -ixp-tags: "Color - Arames Belgo";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-l5 {
  -ixp-name: "Vermelho Belgo 50%";
  -ixp-tags: "Color - Arames Belgo";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-l6 {
  -ixp-name: "Vermelho Belgo 40%";
  -ixp-tags: "Color - Arames Belgo";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-l7 {
  -ixp-name: "Vermelho Belgo 30%";
  -ixp-tags: "Color - Arames Belgo";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-l8 {
  -ixp-name: "Vermelho Belgo 20%";
  -ixp-tags: "Color - Arames Belgo";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-l9 {
  -ixp-name: "Vermelho Belgo 10%";
  -ixp-tags: "Color - Arames Belgo";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-m {
  -ixp-name: "Cinza Bezinal";
  -ixp-tags: "Color - Arames Belgo";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-m1 {
  -ixp-name: "Cinza Bezinal 90%";
  -ixp-tags: "Color - Arames Belgo";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-m2 {
  -ixp-name: "Cinza Bezinal 80%";
  -ixp-tags: "Color - Arames Belgo";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-m3 {
  -ixp-name: "Cinza Bezinal 70%";
  -ixp-tags: "Color - Arames Belgo";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-m4 {
  -ixp-name: "Cinza Bezinal 60%";
  -ixp-tags: "Color - Arames Belgo";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-m5 {
  -ixp-name: "Cinza Bezinal 50%";
  -ixp-tags: "Color - Arames Belgo";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-m6 {
  -ixp-name: "Cinza Bezinal 40%";
  -ixp-tags: "Color - Arames Belgo";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-m7 {
  -ixp-name: "Cinza Bezinal 30%";
  -ixp-tags: "Color - Arames Belgo";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-m8 {
  -ixp-name: "Cinza Bezinal 20%";
  -ixp-tags: "Color - Arames Belgo";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-m9 {
  -ixp-name: "Cinza Bezinal 10%";
  -ixp-tags: "Color - Arames Belgo";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-n {
  -ixp-name: "Verde Tecno";
  -ixp-tags: "Color - Arames Belgo";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-n1 {
  -ixp-name: "Verde Tecno 90%";
  -ixp-tags: "Color - Arames Belgo";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-n2 {
  -ixp-name: "Verde Tecno 80%";
  -ixp-tags: "Color - Arames Belgo";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-n3 {
  -ixp-name: "Verde Tecno 70%";
  -ixp-tags: "Color - Arames Belgo";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-n4 {
  -ixp-name: "Verde Tecno 60%";
  -ixp-tags: "Color - Arames Belgo";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-n5 {
  -ixp-name: "Verde Tecno 50%";
  -ixp-tags: "Color - Arames Belgo";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-n6 {
  -ixp-name: "Verde Tecno 40%";
  -ixp-tags: "Color - Arames Belgo";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-n7 {
  -ixp-name: "Verde Tecno 30%";
  -ixp-tags: "Color - Arames Belgo";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-n8 {
  -ixp-name: "Verde Tecno 20%";
  -ixp-tags: "Color - Arames Belgo";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-n9 {
  -ixp-name: "Verde Tecno 10%";
  -ixp-tags: "Color - Arames Belgo";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
/* Belgo Geotech */
.color-o {
  -ixp-name: "PANTONE 1795 C";
  -ixp-tags: "Color - Belgo Geotech";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-p {
  -ixp-name: "PANTONE 431 C";
  -ixp-tags: "Color - Belgo Geotech";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
/* ======================================
	Backgrounds

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

    NOTE: These,required, 3 class (a,b, and c) style values should not change. 
    They should be White, Transparent White and Transparent Black always.
====================================== */
.background-a {
  background: #FFF;
}
.background-b {
  background: #FFF;
  background: rgba(255, 255, 255, 0.5);
}
.background-c {
  background: #212529;
  background: rgba(0, 0, 0, 0.4);
}
.background-d {
  background: #212529;
}
.background-e {
  background: #00ADEF;
}
.background-f {
  background: #FF4C00;
}
.background-g {
  background: #19b5f1;
}
.background-h {
  background: #ff5e19;
}
.background-i {
  background: #ececec;
}
.background-j {
  background: #a0a0a0;
}
.background-k {
  background: #404041;
}
.background-l {
  background: #33bdf2;
}
.background-m {
  background: #ff7033;
}
.background-e1 {
  background: #4dc6f4;
}
.background-e2 {
  background: #66cef5;
}
.background-e3 {
  background: #80d6f7;
}
.background-e4 {
  background: #99def9;
}
.background-e5 {
  background: #b3e6fa;
}
.background-e6 {
  background: #cceffc;
}
.background-e7 {
  background: #e6f7fd;
}
.background-f1 {
  background: #ff824d;
}
.background-f2 {
  background: #ff9466;
}
.background-f3 {
  background: #ffa680;
}
.background-f4 {
  background: #ffb799;
}
.background-f5 {
  background: #ffc9b3;
}
.background-f6 {
  background: #ffdbcc;
}
.background-f7 {
  background: #ffede6;
}
.background-i1 {
  background: #d9d9d9;
}
.background-i2 {
  background: #c6c6c6;
}
.background-i3 {
  background: #b3b3b3;
}
.background-i4 {
  background: #8c8c8d;
}
.background-i5 {
  background: #79797a;
}
.background-i6 {
  background: #666667;
}
.background-i7 {
  background: #535354;
}
.background-n {
  background: #E20918;
}
.background-n1 {
  background: #e5222f;
}
.background-n2 {
  background: #e83a46;
}
.background-n3 {
  background: #eb535d;
}
.background-n4 {
  background: #ee6b74;
}
.background-n5 {
  background: #f1848c;
}
.background-n6 {
  background: #f39da3;
}
.background-n7 {
  background: #f6b5ba;
}
.background-n8 {
  background: #f9ced1;
}
.background-n9 {
  background: #fce6e8;
}
.background-o {
  background: #8E7A6E;
}
.background-o1 {
  background: #99877d;
}
.background-o2 {
  background: #a5958b;
}
.background-o3 {
  background: #b0a29a;
}
.background-o4 {
  background: #bbafa8;
}
.background-o5 {
  background: #c7bdb7;
}
.background-o6 {
  background: #d2cac5;
}
.background-o7 {
  background: #ddd7d4;
}
.background-o8 {
  background: #e8e4e2;
}
.background-o9 {
  background: #f4f2f1;
}
.background-p {
  background: #00A7A7;
}
.background-p1 {
  background: #19b0b0;
}
.background-p2 {
  background: #33b9b9;
}
.background-p3 {
  background: #4dc1c1;
}
.background-p4 {
  background: #66caca;
}
.background-p5 {
  background: #80d3d3;
}
.background-p6 {
  background: #99dcdc;
}
.background-p7 {
  background: #b3e5e5;
}
.background-p8 {
  background: #cceded;
}
.background-p9 {
  background: #e6f6f6;
}
.background-q {
  background: #D22730;
}
.background-r {
  background: #5B6770;
}
/* ======================================
	Background IXP Information
====================================== */
.background-a {
  -ixp-name: "White Background";
  -ixp-tags: "Backgrounds - BBA";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-b {
  -ixp-name: "White Transparent Background";
  -ixp-tags: "Backgrounds - BBA";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-d {
  -ixp-name: "Black Background";
  -ixp-tags: "Backgrounds - BBA";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-c {
  -ixp-name: "Black Transparent Background";
  -ixp-tags: "Backgrounds - BBA";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
/* BBA */
.background-e {
  -ixp-name: "Azul Background";
  -ixp-tags: "Backgrounds - BBA";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-g {
  -ixp-name: "Azul 90% Background";
  -ixp-tags: "Backgrounds - BBA";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-l {
  -ixp-name: "Azul 80% Background";
  -ixp-tags: "Backgrounds - BBA";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-e1 {
  -ixp-name: "Azul 70% Background";
  -ixp-tags: "Backgrounds - BBA";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-e2 {
  -ixp-name: "Azul 60% Background";
  -ixp-tags: "Backgrounds - BBA";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-e3 {
  -ixp-name: "Azul 50% Background";
  -ixp-tags: "Backgrounds - BBA";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-e4 {
  -ixp-name: "Azul 40% Background";
  -ixp-tags: "Backgrounds - BBA";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-e5 {
  -ixp-name: "Azul 30% Background";
  -ixp-tags: "Backgrounds - BBA";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-e6 {
  -ixp-name: "Azul 20% Background";
  -ixp-tags: "Backgrounds - BBA";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-e7 {
  -ixp-name: "Azul 10% Background";
  -ixp-tags: "Backgrounds - BBA";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-f {
  -ixp-name: "Laranja Background";
  -ixp-tags: "Backgrounds - BBA";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-h {
  -ixp-name: "Laranja 90% Background";
  -ixp-tags: "Backgrounds - BBA";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-m {
  -ixp-name: "Laranja 80% Background";
  -ixp-tags: "Backgrounds - BBA";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-f1 {
  -ixp-name: "Laranja 70% Background";
  -ixp-tags: "Backgrounds - BBA";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-f2 {
  -ixp-name: "Laranja 60% Background";
  -ixp-tags: "Backgrounds - BBA";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-f3 {
  -ixp-name: "Laranja 50% Background";
  -ixp-tags: "Backgrounds - BBA";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-f4 {
  -ixp-name: "Laranja 40% Background";
  -ixp-tags: "Backgrounds - BBA";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-f5 {
  -ixp-name: "Laranja 30% Background";
  -ixp-tags: "Backgrounds - BBA";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-f6 {
  -ixp-name: "Laranja 20% Background";
  -ixp-tags: "Backgrounds - BBA";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-f7 {
  -ixp-name: "Laranja 10% Background";
  -ixp-tags: "Backgrounds - BBA";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-i {
  -ixp-name: "Cinza 10% Background";
  -ixp-tags: "Backgrounds - BBA";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-i1 {
  -ixp-name: "Cinza 20% Background";
  -ixp-tags: "Backgrounds - BBA";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-i2 {
  -ixp-name: "Cinza 30% Background";
  -ixp-tags: "Backgrounds - BBA";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-i3 {
  -ixp-name: "Cinza 40% Background";
  -ixp-tags: "Backgrounds - BBA";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-j {
  -ixp-name: "Cinza 50% Background";
  -ixp-tags: "Backgrounds - BBA";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-i4 {
  -ixp-name: "Cinza 60% Background";
  -ixp-tags: "Backgrounds - BBA";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-i5 {
  -ixp-name: "Cinza 70% Background";
  -ixp-tags: "Backgrounds - BBA";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-i6 {
  -ixp-name: "Cinza 80% Background";
  -ixp-tags: "Backgrounds - BBA";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-i7 {
  -ixp-name: "Cinza 90% Background";
  -ixp-tags: "Backgrounds - BBA";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-k {
  -ixp-name: "Cinza Background";
  -ixp-tags: "Backgrounds - BBA";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
/* Arames Belgo */
.background-n {
  -ixp-name: "Vermelho Belgo Background";
  -ixp-tags: "Backgrounds - Arames Belgo";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-n1 {
  -ixp-name: "Vermelho Belgo 90% Background";
  -ixp-tags: "Backgrounds - Arames Belgo";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-n2 {
  -ixp-name: "Vermelho Belgo 80% Background";
  -ixp-tags: "Backgrounds - Arames Belgo";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-n3 {
  -ixp-name: "Vermelho Belgo 70% Background";
  -ixp-tags: "Backgrounds - Arames Belgo";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-n4 {
  -ixp-name: "Vermelho Belgo 60% Background";
  -ixp-tags: "Backgrounds - Arames Belgo";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-n5 {
  -ixp-name: "Vermelho Belgo 50% Background";
  -ixp-tags: "Backgrounds - Arames Belgo";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-n6 {
  -ixp-name: "Vermelho Belgo 40% Background";
  -ixp-tags: "Backgrounds - Arames Belgo";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-n7 {
  -ixp-name: "Vermelho Belgo 30% Background";
  -ixp-tags: "Backgrounds - Arames Belgo";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-n8 {
  -ixp-name: "Vermelho Belgo 20% Background";
  -ixp-tags: "Backgrounds - Arames Belgo";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-n9 {
  -ixp-name: "Vermelho Belgo 10% Background";
  -ixp-tags: "Backgrounds - Arames Belgo";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-o {
  -ixp-name: "Cinza Bezinal Background";
  -ixp-tags: "Backgrounds - Arames Belgo";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-o1 {
  -ixp-name: "Cinza Bezinal 90% Background";
  -ixp-tags: "Backgrounds - Arames Belgo";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-o2 {
  -ixp-name: "Cinza Bezinal 80% Background";
  -ixp-tags: "Backgrounds - Arames Belgo";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-o3 {
  -ixp-name: "Cinza Bezinal 70% Background";
  -ixp-tags: "Backgrounds - Arames Belgo";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-o4 {
  -ixp-name: "Cinza Bezinal 60% Background";
  -ixp-tags: "Backgrounds - Arames Belgo";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-o5 {
  -ixp-name: "Cinza Bezinal 50% Background";
  -ixp-tags: "Backgrounds - Arames Belgo";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-o6 {
  -ixp-name: "Cinza Bezinal 40% Background";
  -ixp-tags: "Backgrounds - Arames Belgo";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-o7 {
  -ixp-name: "Cinza Bezinal 30% Background";
  -ixp-tags: "Backgrounds - Arames Belgo";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-o8 {
  -ixp-name: "Cinza Bezinal 20% Background";
  -ixp-tags: "Backgrounds - Arames Belgo";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-o9 {
  -ixp-name: "Cinza Bezinal 10% Background";
  -ixp-tags: "Backgrounds - Arames Belgo";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-p {
  -ixp-name: "Verde Tecno Background";
  -ixp-tags: "Backgrounds - Arames Belgo";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-p1 {
  -ixp-name: "Verde Tecno 90% Background";
  -ixp-tags: "Backgrounds - Arames Belgo";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-p2 {
  -ixp-name: "Verde Tecno 80% Background";
  -ixp-tags: "Backgrounds - Arames Belgo";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-p3 {
  -ixp-name: "Verde Tecno 70% Background";
  -ixp-tags: "Backgrounds - Arames Belgo";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-p4 {
  -ixp-name: "Verde Tecno 60% Background";
  -ixp-tags: "Backgrounds - Arames Belgo";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-p5 {
  -ixp-name: "Verde Tecno 50% Background";
  -ixp-tags: "Backgrounds - Arames Belgo";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-p6 {
  -ixp-name: "Verde Tecno 40% Background";
  -ixp-tags: "Backgrounds - Arames Belgo";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-p7 {
  -ixp-name: "Verde Tecno 30% Background";
  -ixp-tags: "Backgrounds - Arames Belgo";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-p8 {
  -ixp-name: "Verde Tecno 20% Background";
  -ixp-tags: "Backgrounds - Arames Belgo";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-p9 {
  -ixp-name: "Verde Tecno 10% Background";
  -ixp-tags: "Backgrounds - Arames Belgo";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
/* Belgo Geotech */
.background-q {
  -ixp-name: "PANTONE 1795 C Background";
  -ixp-tags: "Backgrounds - Belgo Geotech";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-r {
  -ixp-name: "PANTONE 431 C Background";
  -ixp-tags: "Backgrounds - Belgo Geotech";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
/* ======================================
	Pre Header

	REQUIRED CLASS: .pre-header, .pre-header-a
====================================== */
.pre-header {
  padding: 0.5em 0;
}
.pre-header-a {
  padding: 0.5em 0;
  font-size: 1em;
  background: #FFF;
  color: #FFF;
}
.pre-header-a h1,
.pre-header-a h2,
.pre-header-a h3,
.pre-header-a h4,
.pre-header-a h5,
.pre-header-a h6,
.pre-header-a p,
.pre-header-a .pf_form_table,
.pre-header-a .pf_form_table .pf_label_text {
  color: #FFF;
}
.pre-header-a a {
  color: #FFF;
}
.pre-header-a a:hover {
  color: #FFF;
}
.pre-header-a .generic-fill {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pre-header-a .generic-fill:hover {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FFF;
}
.pre-header-a .generic-fill:hover {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FFF;
}
.pre-header-a .generic-fill:hover p,
.pre-header-a .generic-fill:hover h1,
.pre-header-a .generic-fill:hover h2,
.pre-header-a .generic-fill:hover h3,
.pre-header-a .generic-fill:hover h4,
.pre-header-a .generic-fill:hover h5,
.pre-header-a .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.pre-header-a .generic-outline {
  background: transparent;
  color: #FFF !important;
  border-color: #FFF;
}
.pre-header-a .generic-outline:hover {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pre-header-a .generic-outline:hover {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pre-header-a .generic-outline:hover p,
.pre-header-a .generic-outline:hover h1,
.pre-header-a .generic-outline:hover h2,
.pre-header-a .generic-outline:hover h3,
.pre-header-a .generic-outline:hover h4,
.pre-header-a .generic-outline:hover h5,
.pre-header-a .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FF4C00 !important;
}
/* ======================================
	Pre Header IXP Information
    REQUIRED CLASSES: .pre-header, .pre-header-a
====================================== */
.pre-header {
  -ixp-name: "Pre-Header - Transparent";
  -ixp-tags: "Regions";
  -ixp-group: "regions";
  -ixp-scope: "ContainerLike";
}
.pre-header-a {
  -ixp-name: "Pre-Header - White";
  -ixp-tags: "Regions";
  -ixp-group: "regions";
  -ixp-scope: "ContainerLike";
}
/* ======================================
	Logo

	REQUIRED CLASS: .header-logo-light
====================================== */
.header-logo-light,
.header-logo-b,
.header-logo-c {
  background-image: url('logo-bba_color.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  min-height: 100px;
  min-width: 181px;
  background-size: 181px 100px;
  display: inline-block;
  text-indent: -9999px;
}
@media (max-width: 768px) {
  .header-logo-light,
  .header-logo-b,
  .header-logo-c {
    min-height: 70px;
    min-width: 127px;
    background-size: 127px 70px;
  }
}
.header-logo-b {
  background-image: url('logo-bba_black.png');
}
.header-logo-c {
  background-image: url('logo-bba_white.png');
}
.header-logo-d,
.header-logo-e,
.header-logo-f {
  background-image: url('logo-arames_color.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  min-height: 70px;
  min-width: 167px;
  background-size: 167px 70px;
  display: inline-block;
  text-indent: -9999px;
}
@media (max-width: 768px) {
  .header-logo-d,
  .header-logo-e,
  .header-logo-f {
    min-height: 70px;
    min-width: 167px;
    background-size: 167px 70px;
  }
}
.header-logo-e {
  background-image: url('logo-arames_black.png');
}
.header-logo-f {
  background-image: url('logo-arames_white.png');
}
.header-logo-g,
.header-logo-h,
.header-logo-i {
  background-image: url('logo-geotech_color.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  min-height: 80px;
  min-width: 150px;
  background-size: 150px 80px;
  display: inline-block;
  text-indent: -9999px;
}
@media (max-width: 768px) {
  .header-logo-g,
  .header-logo-h,
  .header-logo-i {
    min-height: 80px;
    min-width: 150px;
    background-size: 150px 80px;
  }
}
.header-logo-h {
  background-image: url('logo-geotech_black.png');
}
.header-logo-i {
  background-image: url('logo-geotech_white.png');
}
/* ======================================
	Logo IXP Information

	REQUIRED CLASS: .header-logo-light
====================================== */
.header-logo-light {
  -ixp-name: "Logo (BBA) - Color";
  -ixp-tags: "Logo";
  -ixp-group: "logo";
  -ixp-scope: "ContainerLike,Link";
}
.header-logo-b {
  -ixp-name: "Logo (BBA) - Black";
  -ixp-tags: "Logo";
  -ixp-group: "logo";
  -ixp-scope: "ContainerLike,Link";
}
.header-logo-c {
  -ixp-name: "Logo (BBA) - White";
  -ixp-tags: "Logo";
  -ixp-group: "logo";
  -ixp-scope: "ContainerLike,Link";
}
.header-logo-d {
  -ixp-name: "Logo (Arames) - Color";
  -ixp-tags: "Logo";
  -ixp-group: "logo";
  -ixp-scope: "ContainerLike,Link";
}
.header-logo-e {
  -ixp-name: "Logo (Arames) - Black";
  -ixp-tags: "Logo";
  -ixp-group: "logo";
  -ixp-scope: "ContainerLike,Link";
}
.header-logo-f {
  -ixp-name: "Logo (Arames) - White";
  -ixp-tags: "Logo";
  -ixp-group: "logo";
  -ixp-scope: "ContainerLike,Link";
}
.header-logo-g {
  -ixp-name: "Logo (Geotech) - Color";
  -ixp-tags: "Logo";
  -ixp-group: "logo";
  -ixp-scope: "ContainerLike,Link";
}
.header-logo-h {
  -ixp-name: "Logo (Geotech) - Black";
  -ixp-tags: "Logo";
  -ixp-group: "logo";
  -ixp-scope: "ContainerLike,Link";
}
.header-logo-i {
  -ixp-name: "Logo (Geotech) - White";
  -ixp-tags: "Logo";
  -ixp-group: "logo";
  -ixp-scope: "ContainerLike,Link";
}
/* ======================================
	Header

	REQUIRED CLASS: .header,.header-a
====================================== */
.header {
  padding: 1.5em 0;
}
.header-a {
  padding: 1.5em 0;
  font-size: 1em;
  background: #FFF;
  color: #212529;
}
.header-a h1,
.header-a h2,
.header-a h3,
.header-a h4,
.header-a h5,
.header-a h6,
.header-a p,
.header-a .pf_form_table,
.header-a .pf_form_table .pf_label_text {
  color: #212529;
}
.header-a a {
  color: #00ADEF;
}
.header-a a:hover {
  color: #00ADEF;
}
.header-a .generic-fill {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FF4C00;
}
.header-a .generic-fill:hover {
  background: #ff824d;
  color: #FFF !important;
  border-color: #ff824d;
}
.header-a .generic-fill:hover {
  background: #ff824d;
  color: #FFF !important;
  border-color: #ff824d;
}
.header-a .generic-fill:hover p,
.header-a .generic-fill:hover h1,
.header-a .generic-fill:hover h2,
.header-a .generic-fill:hover h3,
.header-a .generic-fill:hover h4,
.header-a .generic-fill:hover h5,
.header-a .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.header-a .generic-outline {
  background: transparent;
  color: #FF4C00 !important;
  border-color: #FF4C00;
}
.header-a .generic-outline:hover {
  background: transparent;
  color: #ff824d !important;
  border-color: #ff824d;
}
.header-a .generic-outline:hover {
  background: transparent;
  color: #ff824d !important;
  border-color: #ff824d;
}
.header-a .generic-outline:hover p,
.header-a .generic-outline:hover h1,
.header-a .generic-outline:hover h2,
.header-a .generic-outline:hover h3,
.header-a .generic-outline:hover h4,
.header-a .generic-outline:hover h5,
.header-a .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #ff824d !important;
}
.header-b {
  padding: 1.5em 0;
  font-size: 1em;
  background: #FFF;
  color: #212529;
}
.header-b h1,
.header-b h2,
.header-b h3,
.header-b h4,
.header-b h5,
.header-b h6,
.header-b p,
.header-b .pf_form_table,
.header-b .pf_form_table .pf_label_text {
  color: #212529;
}
.header-b a {
  color: #00ADEF;
}
.header-b a:hover {
  color: #00ADEF;
}
.header-b .generic-fill {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FF4C00;
}
.header-b .generic-fill:hover {
  background: #ff824d;
  color: #FFF !important;
  border-color: #ff824d;
}
.header-b .generic-fill:hover {
  background: #ff824d;
  color: #FFF !important;
  border-color: #ff824d;
}
.header-b .generic-fill:hover p,
.header-b .generic-fill:hover h1,
.header-b .generic-fill:hover h2,
.header-b .generic-fill:hover h3,
.header-b .generic-fill:hover h4,
.header-b .generic-fill:hover h5,
.header-b .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.header-b .generic-outline {
  background: transparent;
  color: #FF4C00 !important;
  border-color: #FF4C00;
}
.header-b .generic-outline:hover {
  background: transparent;
  color: #ff824d !important;
  border-color: #ff824d;
}
.header-b .generic-outline:hover {
  background: transparent;
  color: #ff824d !important;
  border-color: #ff824d;
}
.header-b .generic-outline:hover p,
.header-b .generic-outline:hover h1,
.header-b .generic-outline:hover h2,
.header-b .generic-outline:hover h3,
.header-b .generic-outline:hover h4,
.header-b .generic-outline:hover h5,
.header-b .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #ff824d !important;
}
/* ======================================
    Header IXP Information
    REQUIRED CLASSES: .header, .header-a
====================================== */
.header {
  -ixp-name: "Header - Transparent";
  -ixp-tags: "Regions";
  -ixp-group: "regions";
  -ixp-scope: "ContainerLike";
}
.header-a {
  -ixp-name: "Header - White";
  -ixp-tags: "Regions";
  -ixp-group: "regions";
  -ixp-scope: "ContainerLike";
}
.header-b {
  -ixp-name: "Header - White";
  -ixp-tags: "Regions";
  -ixp-group: "regions";
  -ixp-scope: "ContainerLike";
}
/* ======================================
	Inner Content Wrap

	NOTE: Container that includes the
	pre-content, content & post-content

	REQUIRED CLASS: .inner-content-wrapper
====================================== */
.inner-content-wrapper-a {
  background: #FFF;
}
/* ======================================
    Inner Content Wrap IXP Information
    REQUIRED CLASSES: .inner-content-wrapper
====================================== */
.inner-content-wrapper {
  -ixp-name: "Inner Content - Transparent";
  -ixp-tags: "Regions";
  -ixp-group: "regions";
  -ixp-scope: "Container";
}
.inner-content-wrapper-a {
  -ixp-name: "Inner Content - White";
  -ixp-tags: "Regions";
  -ixp-group: "regions";
  -ixp-scope: "Container";
}
/* ======================================
	Pre Content
    REQUIRED CLASSES: .pre-content
====================================== */
.pre-content {
  padding: 3em 0;
}
/* ======================================
    Pre Content IXP Information
    REQUIRED CLASSES: .pre-content
====================================== */
.pre-content {
  -ixp-name: "Pre-Content - Transparent";
  -ixp-tags: "Regions";
  -ixp-group: "regions";
  -ixp-scope: "ContainerLike";
}
/* ======================================
	Content
    REQUIRED CLASSES: .content, .content-a, .content-b, .content-c
    NOTE: Content A should be a white background with styles, content B should be a light gray or very pale color with styles, and content C should be the main brand color or dark color with styles.
====================================== */
.content {
  padding: 3em 0;
}
.content.content-a {
  padding: 3em 0;
  font-size: 1em;
  background: #FFF;
  color: #212529;
}
.content.content-a h1,
.content.content-a h2,
.content.content-a h3,
.content.content-a h4,
.content.content-a h5,
.content.content-a h6,
.content.content-a p,
.content.content-a .pf_form_table,
.content.content-a .pf_form_table .pf_label_text {
  color: #212529;
}
.content.content-a a {
  color: #00ADEF;
}
.content.content-a a:hover {
  color: #00ADEF;
}
.content.content-a .generic-fill {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FF4C00;
}
.content.content-a .generic-fill:hover {
  background: #ff824d;
  color: #FFF !important;
  border-color: #ff824d;
}
.content.content-a .generic-fill:hover {
  background: #ff824d;
  color: #FFF !important;
  border-color: #ff824d;
}
.content.content-a .generic-fill:hover p,
.content.content-a .generic-fill:hover h1,
.content.content-a .generic-fill:hover h2,
.content.content-a .generic-fill:hover h3,
.content.content-a .generic-fill:hover h4,
.content.content-a .generic-fill:hover h5,
.content.content-a .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.content.content-a .generic-outline {
  background: transparent;
  color: #FF4C00 !important;
  border-color: #FF4C00;
}
.content.content-a .generic-outline:hover {
  background: transparent;
  color: #ff824d !important;
  border-color: #ff824d;
}
.content.content-a .generic-outline:hover {
  background: transparent;
  color: #ff824d !important;
  border-color: #ff824d;
}
.content.content-a .generic-outline:hover p,
.content.content-a .generic-outline:hover h1,
.content.content-a .generic-outline:hover h2,
.content.content-a .generic-outline:hover h3,
.content.content-a .generic-outline:hover h4,
.content.content-a .generic-outline:hover h5,
.content.content-a .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #ff824d !important;
}
.content.content-b {
  padding: 3em 0;
  font-size: 1em;
  background: #ececec;
  color: #212529;
}
.content.content-b h1,
.content.content-b h2,
.content.content-b h3,
.content.content-b h4,
.content.content-b h5,
.content.content-b h6,
.content.content-b p,
.content.content-b .pf_form_table,
.content.content-b .pf_form_table .pf_label_text {
  color: #212529;
}
.content.content-b a {
  color: #00ADEF;
}
.content.content-b a:hover {
  color: #00ADEF;
}
.content.content-b .generic-fill {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FF4C00;
}
.content.content-b .generic-fill:hover {
  background: #ff824d;
  color: #FFF !important;
  border-color: #ff824d;
}
.content.content-b .generic-fill:hover {
  background: #ff824d;
  color: #FFF !important;
  border-color: #ff824d;
}
.content.content-b .generic-fill:hover p,
.content.content-b .generic-fill:hover h1,
.content.content-b .generic-fill:hover h2,
.content.content-b .generic-fill:hover h3,
.content.content-b .generic-fill:hover h4,
.content.content-b .generic-fill:hover h5,
.content.content-b .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.content.content-b .generic-outline {
  background: transparent;
  color: #FF4C00 !important;
  border-color: #FF4C00;
}
.content.content-b .generic-outline:hover {
  background: transparent;
  color: #ff824d !important;
  border-color: #ff824d;
}
.content.content-b .generic-outline:hover {
  background: transparent;
  color: #ff824d !important;
  border-color: #ff824d;
}
.content.content-b .generic-outline:hover p,
.content.content-b .generic-outline:hover h1,
.content.content-b .generic-outline:hover h2,
.content.content-b .generic-outline:hover h3,
.content.content-b .generic-outline:hover h4,
.content.content-b .generic-outline:hover h5,
.content.content-b .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #ff824d !important;
}
.content.content-c {
  padding: 3em 0;
  font-size: 1em;
  background: #00ADEF;
  color: #FFF;
}
.content.content-c h1,
.content.content-c h2,
.content.content-c h3,
.content.content-c h4,
.content.content-c h5,
.content.content-c h6,
.content.content-c p,
.content.content-c .pf_form_table,
.content.content-c .pf_form_table .pf_label_text {
  color: #FFF;
}
.content.content-c a {
  color: #FFF;
}
.content.content-c a:hover {
  color: #FFF;
}
.content.content-c .generic-fill {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.content.content-c .generic-fill:hover {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FFF;
}
.content.content-c .generic-fill:hover {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FFF;
}
.content.content-c .generic-fill:hover p,
.content.content-c .generic-fill:hover h1,
.content.content-c .generic-fill:hover h2,
.content.content-c .generic-fill:hover h3,
.content.content-c .generic-fill:hover h4,
.content.content-c .generic-fill:hover h5,
.content.content-c .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.content.content-c .generic-outline {
  background: transparent;
  color: #FFF !important;
  border-color: #FFF;
}
.content.content-c .generic-outline:hover {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.content.content-c .generic-outline:hover {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.content.content-c .generic-outline:hover p,
.content.content-c .generic-outline:hover h1,
.content.content-c .generic-outline:hover h2,
.content.content-c .generic-outline:hover h3,
.content.content-c .generic-outline:hover h4,
.content.content-c .generic-outline:hover h5,
.content.content-c .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FF4C00 !important;
}
/* ======================================
    Content IXP Information
    REQUIRED CLASSES: .content, .content-a, .content-b, .content-c
    NOTE: Content A should be a white background with styles, content B should be a light gray or very pale color with styles, and content C should be the main brand color or dark color with styles.
====================================== */
.content {
  -ixp-name: "Content";
  -ixp-tags: "Regions";
  -ixp-group: "regions";
  -ixp-scope: "ContainerLike";
}
.content.content-a {
  -ixp-name: "Content - White";
  -ixp-tags: "Regions";
  -ixp-group: "regions";
  -ixp-scope: "ContainerLike";
}
.content.content-b {
  -ixp-name: "Content - Cinza 10%";
  -ixp-tags: "Regions";
  -ixp-group: "regions";
  -ixp-scope: "ContainerLike";
}
.content.content-c {
  -ixp-name: "Content - Azul";
  -ixp-tags: "Regions";
  -ixp-group: "regions";
  -ixp-scope: "ContainerLike";
}
/* ======================================
	Post Content

	REQUIRED CLASS: .post-content,.post-content-a
====================================== */
.post-content {
  padding: 3em 0;
}
.post-content-a {
  padding: 3em 0;
  font-size: 1em;
  background: #ececec;
  color: #212529;
}
.post-content-a h1,
.post-content-a h2,
.post-content-a h3,
.post-content-a h4,
.post-content-a h5,
.post-content-a h6,
.post-content-a p,
.post-content-a .pf_form_table,
.post-content-a .pf_form_table .pf_label_text {
  color: #212529;
}
.post-content-a a {
  color: #00ADEF;
}
.post-content-a a:hover {
  color: #00ADEF;
}
.post-content-a .generic-fill {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FF4C00;
}
.post-content-a .generic-fill:hover {
  background: #ff824d;
  color: #FFF !important;
  border-color: #ff824d;
}
.post-content-a .generic-fill:hover {
  background: #ff824d;
  color: #FFF !important;
  border-color: #ff824d;
}
.post-content-a .generic-fill:hover p,
.post-content-a .generic-fill:hover h1,
.post-content-a .generic-fill:hover h2,
.post-content-a .generic-fill:hover h3,
.post-content-a .generic-fill:hover h4,
.post-content-a .generic-fill:hover h5,
.post-content-a .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.post-content-a .generic-outline {
  background: transparent;
  color: #FF4C00 !important;
  border-color: #FF4C00;
}
.post-content-a .generic-outline:hover {
  background: transparent;
  color: #ff824d !important;
  border-color: #ff824d;
}
.post-content-a .generic-outline:hover {
  background: transparent;
  color: #ff824d !important;
  border-color: #ff824d;
}
.post-content-a .generic-outline:hover p,
.post-content-a .generic-outline:hover h1,
.post-content-a .generic-outline:hover h2,
.post-content-a .generic-outline:hover h3,
.post-content-a .generic-outline:hover h4,
.post-content-a .generic-outline:hover h5,
.post-content-a .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #ff824d !important;
}
/* ======================================
    Post Content IXP Information
    REQUIRED CLASSES: .post-content,.post-content-a
====================================== */
.post-content {
  -ixp-name: "Post-Content - Transparent";
  -ixp-tags: "Regions";
  -ixp-group: "regions";
  -ixp-scope: "ContainerLike";
}
.post-content-a {
  -ixp-name: "Post-Content - Cinza 10%";
  -ixp-tags: "Regions";
  -ixp-group: "regions";
  -ixp-scope: "ContainerLike";
}
/* ======================================
	Footer

	REQUIRED CLASS - .footer, .footer-a
====================================== */
.footer {
  font-size: 0.9em;
  padding: 1em 0;
}
.footer-a {
  padding: 1em 0;
  font-size: 0.9em;
  background: #00ADEF;
  color: #FFF;
}
.footer-a h1,
.footer-a h2,
.footer-a h3,
.footer-a h4,
.footer-a h5,
.footer-a h6,
.footer-a p,
.footer-a .pf_form_table,
.footer-a .pf_form_table .pf_label_text {
  color: #FFF;
}
.footer-a a {
  color: #FFF;
}
.footer-a a:hover {
  color: #FFF;
}
.footer-a .generic-fill {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.footer-a .generic-fill:hover {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FFF;
}
.footer-a .generic-fill:hover {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FFF;
}
.footer-a .generic-fill:hover p,
.footer-a .generic-fill:hover h1,
.footer-a .generic-fill:hover h2,
.footer-a .generic-fill:hover h3,
.footer-a .generic-fill:hover h4,
.footer-a .generic-fill:hover h5,
.footer-a .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.footer-a .generic-outline {
  background: transparent;
  color: #FFF !important;
  border-color: #FFF;
}
.footer-a .generic-outline:hover {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.footer-a .generic-outline:hover {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.footer-a .generic-outline:hover p,
.footer-a .generic-outline:hover h1,
.footer-a .generic-outline:hover h2,
.footer-a .generic-outline:hover h3,
.footer-a .generic-outline:hover h4,
.footer-a .generic-outline:hover h5,
.footer-a .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FF4C00 !important;
}
/* ======================================
    Footer IXP Information
    REQUIRED CLASSES: .footer, .footer-a
====================================== */
.footer {
  -ixp-name: "Footer Transparent";
  -ixp-tags: "Regions";
  -ixp-group: "regions";
  -ixp-scope: "ContainerLike";
}
.footer-a {
  -ixp-name: "Footer - Azul";
  -ixp-tags: "Regions";
  -ixp-group: "regions";
  -ixp-scope: "ContainerLike";
}
/* ======================================
	Post Footer
    REQUIRED CLASSES: .post-footer, .post-footer-a
====================================== */
.post-footer {
  font-size: 0.9em;
  padding: 0.75em 0;
}
.post-footer-a {
  padding: 0.75em 0;
  font-size: 0.9em;
  background: #00ADEF;
  color: #FFF;
}
.post-footer-a h1,
.post-footer-a h2,
.post-footer-a h3,
.post-footer-a h4,
.post-footer-a h5,
.post-footer-a h6,
.post-footer-a p,
.post-footer-a .pf_form_table,
.post-footer-a .pf_form_table .pf_label_text {
  color: #FFF;
}
.post-footer-a a {
  color: #FFF;
}
.post-footer-a a:hover {
  color: #FFF;
}
.post-footer-a .generic-fill {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.post-footer-a .generic-fill:hover {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FFF;
}
.post-footer-a .generic-fill:hover {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FFF;
}
.post-footer-a .generic-fill:hover p,
.post-footer-a .generic-fill:hover h1,
.post-footer-a .generic-fill:hover h2,
.post-footer-a .generic-fill:hover h3,
.post-footer-a .generic-fill:hover h4,
.post-footer-a .generic-fill:hover h5,
.post-footer-a .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.post-footer-a .generic-outline {
  background: transparent;
  color: #FFF !important;
  border-color: #FFF;
}
.post-footer-a .generic-outline:hover {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.post-footer-a .generic-outline:hover {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.post-footer-a .generic-outline:hover p,
.post-footer-a .generic-outline:hover h1,
.post-footer-a .generic-outline:hover h2,
.post-footer-a .generic-outline:hover h3,
.post-footer-a .generic-outline:hover h4,
.post-footer-a .generic-outline:hover h5,
.post-footer-a .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FF4C00 !important;
}
/* ======================================
    Post Footer IXP Information
    REQUIRED CLASSES: .post-footer, .post-footer-a
====================================== */
.post-footer {
  -ixp-name: "Post-Footer - Transparent";
  -ixp-tags: "Regions";
  -ixp-group: "regions";
  -ixp-scope: "ContainerLike";
}
.post-footer-a {
  -ixp-name: "Post-Footer - Azul";
  -ixp-tags: "Regions";
  -ixp-group: "regions";
  -ixp-scope: "ContainerLike";
}
/* ======================================
	Image Alignment

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

	REQUIRED CLASS: .rounded-corners
====================================== */
.rounded-corners {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.shadow-a {
  -webkit-box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.4);
}
.shadow-b {
  -webkit-box-shadow: 1px 1px #212529, 2px 2px #212529, 3px 3px #212529;
  -moz-box-shadow: 1px 1px #212529, 2px 2px #212529, 3px 3px #212529;
  box-shadow: 1px 1px #212529, 2px 2px #212529, 3px 3px #212529;
}
.border-style-a {
  border: 2px solid #00ADEF;
}
.border-style-b {
  border: 2px solid #FF4C00;
}
/* ======================================
	Image and Block IXP Information
    REQUIRED CLASSES: .rounded-corners
====================================== */
.rounded-corners {
  -ixp-name: "Rounded Corners";
  -ixp-tags: "Styling";
  -ixp-group: "styling";
  -ixp-scope: "Image,Link,Container,Column,Row";
}
.shadow-a {
  -ixp-name: "Drop Shadow Bottom";
  -ixp-tags: "Styling";
  -ixp-group: "styling";
  -ixp-scope: "Image,Link,Container,Column,Row";
}
.shadow-b {
  -ixp-name: "Black 3D Shadow";
  -ixp-tags: "Styling";
  -ixp-group: "styling";
  -ixp-scope: "Image,Link,Container,Column,Row";
}
.border-style-a {
  -ixp-name: "Azul Border";
  -ixp-tags: "Styling";
  -ixp-group: "styling";
  -ixp-scope: "Image,Link,Container,Column,Row";
}
.border-style-b {
  -ixp-name: "Laranja Border";
  -ixp-tags: "Styling";
  -ixp-group: "styling";
  -ixp-scope: "Image,Link,Container,Column,Row";
}
/* ======================================
	Horizontal Rule Styling
====================================== */
hr {
  background: #ececec;
  border: none;
  color: #ececec;
  clear: both;
  float: none;
  height: 1px;
  margin: 0.4em 0;
  width: 100%;
}
/* GENERIC BUTTON MICRO-THEME */
.generic-fill {
  cursor: pointer;
  display: inline-block;
  margin: 0.5em 0;
  overflow: visible;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-appearance: none;
  line-height: 1;
  position: relative;
  border: solid 2px #2b2b2b;
  background: #2b2b2b;
  color: #ffffff !important;
}
.generic-fill:hover {
  background: #000000;
  border-color: #000000;
  color: #ffffff !important;
}
.generic-outline {
  cursor: pointer;
  display: inline-block;
  margin: 0.5em 0;
  overflow: visible;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-appearance: none;
  line-height: 1;
  position: relative;
  border: solid 2px #2b2b2b;
  background: transparent;
  color: #2b2b2b !important;
}
.generic-outline:hover {
  border: solid 2px #2b2b2b;
  background: #2b2b2b;
  color: #ffffff !important;
}
.generic-fill.button-small {
  -ixp-name: "Generic Fill (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.generic-fill.button-medium {
  -ixp-name: "Generic Fill (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.generic-fill.button-large {
  -ixp-name: "Generic Fill (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.generic-fill.button-wide {
  -ixp-name: "Generic Fill (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.generic-outline.button-small {
  -ixp-name: "Generic Outline (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.generic-outline.button-medium {
  -ixp-name: "Generic Outline (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.generic-outline.button-large {
  -ixp-name: "Generic Outline (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.generic-outline.button-wide {
  -ixp-name: "Generic Outline (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
/* ======================================
	Button Element Base
====================================== */
.button,
.pf_submit_button,
.button-container .pf_form_table .pf_submit_cell .pf_submit_button,
.generic-fill,
.generic-outline {
  line-height: 1;
  border-width: 2px;
  border-style: solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  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: 'Foundry Sterling Book', sans-serif;
  font-weight: 700;
  text-transform: none;
}
.button:hover,
.pf_submit_button:hover,
.button-container .pf_form_table .pf_submit_cell .pf_submit_button:hover,
.generic-fill:hover,
.generic-outline:hover {
  text-decoration: none !important;
  border-width: 2px;
}
.button:after,
.pf_submit_button:after,
.button-container .pf_form_table .pf_submit_cell .pf_submit_button:after,
.generic-fill:after,
.generic-outline:after {
  margin: 0 0 0 0.85em;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  display: inline-block;
}
.pf_submit_button {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FF4C00;
  font-size: 1em;
  padding: 5px 20px;
}
.pf_submit_button:hover {
  background: #ff824d;
  color: #FFF !important;
  border-color: #ff824d;
}
.pf_submit_button:hover {
  background: #ff824d;
  color: #FFF !important;
  border-color: #ff824d;
}
.pf_submit_button:hover p,
.pf_submit_button:hover h1,
.pf_submit_button:hover h2,
.pf_submit_button:hover h3,
.pf_submit_button:hover h4,
.pf_submit_button:hover h5,
.pf_submit_button:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
/* ======================================
	Button - Mixins
====================================== */
/* ======================================
	Button

	REQUIRED CLASS: .button-a
====================================== */
.button-a,
.button-container-a .pf_form_table .pf_submit_cell .pf_submit_button {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FF4C00;
}
.button-a:hover,
.button-container-a .pf_form_table .pf_submit_cell .pf_submit_button:hover {
  background: #ff824d;
  color: #FFF !important;
  border-color: #ff824d;
}
.button-a:hover p,
.button-container-a .pf_form_table .pf_submit_cell .pf_submit_button:hover p,
.button-a:hover h1,
.button-container-a .pf_form_table .pf_submit_cell .pf_submit_button:hover h1,
.button-a:hover h2,
.button-container-a .pf_form_table .pf_submit_cell .pf_submit_button:hover h2,
.button-a:hover h3,
.button-container-a .pf_form_table .pf_submit_cell .pf_submit_button:hover h3,
.button-a:hover h4,
.button-container-a .pf_form_table .pf_submit_cell .pf_submit_button:hover h4,
.button-a:hover h5,
.button-container-a .pf_form_table .pf_submit_cell .pf_submit_button:hover h5,
.button-a:hover h6,
.button-container-a .pf_form_table .pf_submit_cell .pf_submit_button:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.button-a p,
.button-a h1,
.button-a h2,
.button-a h3,
.button-a h4,
.button-a h5,
.button-a h6 {
  color: #FFF !important;
}
.button-b,
.button-container-b .pf_form_table .pf_submit_cell .pf_submit_button {
  background: transparent;
  color: #FF4C00 !important;
  border-color: #FF4C00;
}
.button-b:hover,
.button-container-b .pf_form_table .pf_submit_cell .pf_submit_button:hover {
  background: transparent;
  color: #ff824d !important;
  border-color: #ff824d;
}
.button-b:hover p,
.button-container-b .pf_form_table .pf_submit_cell .pf_submit_button:hover p,
.button-b:hover h1,
.button-container-b .pf_form_table .pf_submit_cell .pf_submit_button:hover h1,
.button-b:hover h2,
.button-container-b .pf_form_table .pf_submit_cell .pf_submit_button:hover h2,
.button-b:hover h3,
.button-container-b .pf_form_table .pf_submit_cell .pf_submit_button:hover h3,
.button-b:hover h4,
.button-container-b .pf_form_table .pf_submit_cell .pf_submit_button:hover h4,
.button-b:hover h5,
.button-container-b .pf_form_table .pf_submit_cell .pf_submit_button:hover h5,
.button-b:hover h6,
.button-container-b .pf_form_table .pf_submit_cell .pf_submit_button:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #ff824d !important;
}
.button-b p,
.button-b h1,
.button-b h2,
.button-b h3,
.button-b h4,
.button-b h5,
.button-b h6 {
  color: #FF4C00 !important;
}
.button-c,
.button-container-c .pf_form_table .pf_submit_cell .pf_submit_button {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.button-c:hover,
.button-container-c .pf_form_table .pf_submit_cell .pf_submit_button:hover {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FFF;
}
.button-c:hover p,
.button-container-c .pf_form_table .pf_submit_cell .pf_submit_button:hover p,
.button-c:hover h1,
.button-container-c .pf_form_table .pf_submit_cell .pf_submit_button:hover h1,
.button-c:hover h2,
.button-container-c .pf_form_table .pf_submit_cell .pf_submit_button:hover h2,
.button-c:hover h3,
.button-container-c .pf_form_table .pf_submit_cell .pf_submit_button:hover h3,
.button-c:hover h4,
.button-container-c .pf_form_table .pf_submit_cell .pf_submit_button:hover h4,
.button-c:hover h5,
.button-container-c .pf_form_table .pf_submit_cell .pf_submit_button:hover h5,
.button-c:hover h6,
.button-container-c .pf_form_table .pf_submit_cell .pf_submit_button:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.button-c p,
.button-c h1,
.button-c h2,
.button-c h3,
.button-c h4,
.button-c h5,
.button-c h6 {
  color: #FF4C00 !important;
}
.button-d,
.button-container-d .pf_form_table .pf_submit_cell .pf_submit_button {
  background: transparent;
  color: #FFF !important;
  border-color: #FFF;
}
.button-d:hover,
.button-container-d .pf_form_table .pf_submit_cell .pf_submit_button:hover {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.button-d:hover p,
.button-container-d .pf_form_table .pf_submit_cell .pf_submit_button:hover p,
.button-d:hover h1,
.button-container-d .pf_form_table .pf_submit_cell .pf_submit_button:hover h1,
.button-d:hover h2,
.button-container-d .pf_form_table .pf_submit_cell .pf_submit_button:hover h2,
.button-d:hover h3,
.button-container-d .pf_form_table .pf_submit_cell .pf_submit_button:hover h3,
.button-d:hover h4,
.button-container-d .pf_form_table .pf_submit_cell .pf_submit_button:hover h4,
.button-d:hover h5,
.button-container-d .pf_form_table .pf_submit_cell .pf_submit_button:hover h5,
.button-d:hover h6,
.button-container-d .pf_form_table .pf_submit_cell .pf_submit_button:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FF4C00 !important;
}
.button-d p,
.button-d h1,
.button-d h2,
.button-d h3,
.button-d h4,
.button-d h5,
.button-d h6 {
  color: #FFF !important;
}
.button-e,
.button-container-e .pf_form_table .pf_submit_cell .pf_submit_button {
  background: #404041;
  color: #FFF !important;
  border-color: #404041;
}
.button-e:hover,
.button-container-e .pf_form_table .pf_submit_cell .pf_submit_button:hover {
  background: #212529;
  color: #FFF !important;
  border-color: #212529;
}
.button-e:hover p,
.button-container-e .pf_form_table .pf_submit_cell .pf_submit_button:hover p,
.button-e:hover h1,
.button-container-e .pf_form_table .pf_submit_cell .pf_submit_button:hover h1,
.button-e:hover h2,
.button-container-e .pf_form_table .pf_submit_cell .pf_submit_button:hover h2,
.button-e:hover h3,
.button-container-e .pf_form_table .pf_submit_cell .pf_submit_button:hover h3,
.button-e:hover h4,
.button-container-e .pf_form_table .pf_submit_cell .pf_submit_button:hover h4,
.button-e:hover h5,
.button-container-e .pf_form_table .pf_submit_cell .pf_submit_button:hover h5,
.button-e:hover h6,
.button-container-e .pf_form_table .pf_submit_cell .pf_submit_button:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.button-e p,
.button-e h1,
.button-e h2,
.button-e h3,
.button-e h4,
.button-e h5,
.button-e h6 {
  color: #FFF !important;
}
.button-f,
.button-container-f .pf_form_table .pf_submit_cell .pf_submit_button {
  background: transparent;
  color: #404041 !important;
  border-color: #404041;
}
.button-f:hover,
.button-container-f .pf_form_table .pf_submit_cell .pf_submit_button:hover {
  background: #212529;
  color: #FFF !important;
  border-color: #212529;
}
.button-f:hover p,
.button-container-f .pf_form_table .pf_submit_cell .pf_submit_button:hover p,
.button-f:hover h1,
.button-container-f .pf_form_table .pf_submit_cell .pf_submit_button:hover h1,
.button-f:hover h2,
.button-container-f .pf_form_table .pf_submit_cell .pf_submit_button:hover h2,
.button-f:hover h3,
.button-container-f .pf_form_table .pf_submit_cell .pf_submit_button:hover h3,
.button-f:hover h4,
.button-container-f .pf_form_table .pf_submit_cell .pf_submit_button:hover h4,
.button-f:hover h5,
.button-container-f .pf_form_table .pf_submit_cell .pf_submit_button:hover h5,
.button-f:hover h6,
.button-container-f .pf_form_table .pf_submit_cell .pf_submit_button:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.button-f p,
.button-f h1,
.button-f h2,
.button-f h3,
.button-f h4,
.button-f h5,
.button-f h6 {
  color: #404041 !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.8em;
  padding: 5px 15px;
  text-align: center;
}
.button-medium,
.button-container-medium .pf_form_table .pf_submit_cell .pf_submit_button {
  font-size: 1em;
  padding: 5px 20px;
  text-align: center;
}
.button-large,
.button-container-large .pf_form_table .pf_submit_cell .pf_submit_button {
  font-size: 1.2em;
  padding: 8px 20px;
  text-align: center;
}
.button-wide,
.button-container-wide .pf_form_table .pf_submit_cell .pf_submit_button {
  display: block;
  font-size: 1.2em;
  height: auto;
  line-height: 1.45;
  padding: 8px 20px;
  text-align: center;
}
/* ======================================
	Button Icon Padding
====================================== */
.button-small.button-checked,
.button-container-small.button-checked,
.button-small.button-arrow,
.button-container-small.button-arrow,
.button-small.button-back,
.button-container-small.button-back,
.button-small.button-down,
.button-container-small.button-down {
  padding: 5px 15px;
}
.button-medium.button-checked,
.button-container-medium.button-checked,
.button-medium.button-arrow,
.button-container-medium.button-arrow,
.button-medium.button-back,
.button-container-medium.button-back,
.button-medium.button-down,
.button-container-medium.button-down {
  padding: 5px 20px;
}
.button-large.button-checked,
.button-container-large.button-checked,
.button-large.button-arrow,
.button-container-large.button-arrow,
.button-large.button-back,
.button-container-large.button-back,
.button-large.button-down,
.button-container-large.button-down {
  padding: 8px 20px;
}
.button-wide.button-checked,
.button-container-wide.button-checked,
.button-wide.button-arrow,
.button-container-wide.button-arrow,
.button-wide.button-back,
.button-container-wide.button-back,
.button-wide.button-down,
.button-container-wide.button-down {
  padding: 8px 20px;
}
/* ======================================
	Button Icon Position
====================================== */
.button-checked:after,
.button-container-checked .pf_form_table .pf_submit_cell .pf_submit_button:after {
  content: '\f00c';
}
.button-arrow:after,
.button-container-arrow .pf_form_table .pf_submit_cell .pf_submit_button:after {
  content: '\f054';
}
.button-back:before,
.button-container-back .pf_form_table .pf_submit_cell .pf_submit_button:before {
  margin-right: .85em;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  display: inline-block;
  content: '\f053';
}
.button-down:after,
.button-container-down .pf_form_table .pf_submit_cell .pf_submit_button:after {
  content: '\f078';
}
/* ======================================
	Button IXP Information

	REQUIRED CLASSES:
	.button.button-a.button-small
	.button.button-a.button-medium
	.button.button-a.button-large
	.button.button-a.button-wide
====================================== */
.button.button-a.button-small {
  -ixp-name: "Laranja (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-a.button-container-small {
  -ixp-name: "Laranja (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-medium {
  -ixp-name: "Laranja (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-a.button-container-medium {
  -ixp-name: "Laranja (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-large {
  -ixp-name: "Laranja (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-a.button-container-large {
  -ixp-name: "Laranja (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-wide {
  -ixp-name: "Laranja (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-a.button-container-wide {
  -ixp-name: "Laranja (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-small.button-checked {
  -ixp-name: "Laranja 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: "Laranja checked (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-medium.button-checked {
  -ixp-name: "Laranja 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: "Laranja checked (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-large.button-checked {
  -ixp-name: "Laranja 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: "Laranja checked (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-wide.button-checked {
  -ixp-name: "Laranja 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: "Laranja checked (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-small.button-arrow {
  -ixp-name: "Laranja arrow (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-a.button-container-small.button-container-arrow {
  -ixp-name: "Laranja arrow (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-medium.button-arrow {
  -ixp-name: "Laranja arrow (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-a.button-container-medium.button-container-arrow {
  -ixp-name: "Laranja arrow (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-large.button-arrow {
  -ixp-name: "Laranja arrow (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-a.button-container-large.button-container-arrow {
  -ixp-name: "Laranja arrow (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-wide.button-arrow {
  -ixp-name: "Laranja arrow (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-a.button-container-wide.button-container-arrow {
  -ixp-name: "Laranja arrow (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-small.button-back {
  -ixp-name: "Laranja back (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-a.button-container-small.button-container-back {
  -ixp-name: "Laranja back (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-medium.button-back {
  -ixp-name: "Laranja back (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-a.button-container-medium.button-container-back {
  -ixp-name: "Laranja back (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-large.button-back {
  -ixp-name: "Laranja back (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-a.button-container-large.button-container-back {
  -ixp-name: "Laranja back (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-wide.button-back {
  -ixp-name: "Laranja back (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-a.button-container-wide.button-container-back {
  -ixp-name: "Laranja back (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-small.button-down {
  -ixp-name: "Laranja down (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-a.button-container-small.button-container-down {
  -ixp-name: "Laranja down (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-medium.button-down {
  -ixp-name: "Laranja down (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-a.button-container-medium.button-container-down {
  -ixp-name: "Laranja down (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-large.button-down {
  -ixp-name: "Laranja down (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-a.button-container-large.button-container-down {
  -ixp-name: "Laranja down (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-wide.button-down {
  -ixp-name: "Laranja down (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-a.button-container-wide.button-container-down {
  -ixp-name: "Laranja down (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-small {
  -ixp-name: "Laranja Outline (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-b.button-container-small {
  -ixp-name: "Laranja Outline (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-medium {
  -ixp-name: "Laranja Outline (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-b.button-container-medium {
  -ixp-name: "Laranja Outline (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-large {
  -ixp-name: "Laranja Outline (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-b.button-container-large {
  -ixp-name: "Laranja Outline (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-wide {
  -ixp-name: "Laranja Outline (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-b.button-container-wide {
  -ixp-name: "Laranja Outline (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-small.button-checked {
  -ixp-name: "Laranja Outline checked (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-b.button-container-small.button-container-checked {
  -ixp-name: "Laranja Outline checked (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-medium.button-checked {
  -ixp-name: "Laranja Outline checked (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-b.button-container-medium.button-container-checked {
  -ixp-name: "Laranja Outline checked (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-large.button-checked {
  -ixp-name: "Laranja Outline checked (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-b.button-container-large.button-container-checked {
  -ixp-name: "Laranja Outline checked (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-wide.button-checked {
  -ixp-name: "Laranja Outline checked (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-b.button-container-wide.button-container-checked {
  -ixp-name: "Laranja Outline checked (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-small.button-arrow {
  -ixp-name: "Laranja Outline arrow (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-b.button-container-small.button-container-arrow {
  -ixp-name: "Laranja Outline arrow (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-medium.button-arrow {
  -ixp-name: "Laranja Outline arrow (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-b.button-container-medium.button-container-arrow {
  -ixp-name: "Laranja Outline arrow (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-large.button-arrow {
  -ixp-name: "Laranja Outline arrow (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-b.button-container-large.button-container-arrow {
  -ixp-name: "Laranja Outline arrow (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-wide.button-arrow {
  -ixp-name: "Laranja Outline arrow (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-b.button-container-wide.button-container-arrow {
  -ixp-name: "Laranja Outline arrow (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-small.button-back {
  -ixp-name: "Laranja Outline back (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-b.button-container-small.button-container-back {
  -ixp-name: "Laranja Outline back (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-medium.button-back {
  -ixp-name: "Laranja Outline back (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-b.button-container-medium.button-container-back {
  -ixp-name: "Laranja Outline back (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-large.button-back {
  -ixp-name: "Laranja Outline back (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-b.button-container-large.button-container-back {
  -ixp-name: "Laranja Outline back (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-wide.button-back {
  -ixp-name: "Laranja Outline back (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-b.button-container-wide.button-container-back {
  -ixp-name: "Laranja Outline back (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-small.button-down {
  -ixp-name: "Laranja Outline down (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-b.button-container-small.button-container-down {
  -ixp-name: "Laranja Outline down (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-medium.button-down {
  -ixp-name: "Laranja Outline down (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-b.button-container-medium.button-container-down {
  -ixp-name: "Laranja Outline down (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-large.button-down {
  -ixp-name: "Laranja Outline down (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-b.button-container-large.button-container-down {
  -ixp-name: "Laranja Outline down (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-wide.button-down {
  -ixp-name: "Laranja Outline down (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-b.button-container-wide.button-container-down {
  -ixp-name: "Laranja Outline down (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-c.button-small {
  -ixp-name: "White (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-c.button-container-small {
  -ixp-name: "White (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-c.button-medium {
  -ixp-name: "White (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-c.button-container-medium {
  -ixp-name: "White (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-c.button-large {
  -ixp-name: "White (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-c.button-container-large {
  -ixp-name: "White (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-c.button-wide {
  -ixp-name: "White (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-c.button-container-wide {
  -ixp-name: "White (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-c.button-small.button-checked {
  -ixp-name: "White checked (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-c.button-container-small.button-container-checked {
  -ixp-name: "White checked (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-c.button-medium.button-checked {
  -ixp-name: "White checked (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-c.button-container-medium.button-container-checked {
  -ixp-name: "White checked (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-c.button-large.button-checked {
  -ixp-name: "White checked (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-c.button-container-large.button-container-checked {
  -ixp-name: "White checked (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-c.button-wide.button-checked {
  -ixp-name: "White checked (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-c.button-container-wide.button-container-checked {
  -ixp-name: "White checked (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-c.button-small.button-arrow {
  -ixp-name: "White arrow (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-c.button-container-small.button-container-arrow {
  -ixp-name: "White arrow (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-c.button-medium.button-arrow {
  -ixp-name: "White arrow (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-c.button-container-medium.button-container-arrow {
  -ixp-name: "White arrow (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-c.button-large.button-arrow {
  -ixp-name: "White arrow (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-c.button-container-large.button-container-arrow {
  -ixp-name: "White arrow (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-c.button-wide.button-arrow {
  -ixp-name: "White arrow (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-c.button-container-wide.button-container-arrow {
  -ixp-name: "White arrow (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-c.button-small.button-back {
  -ixp-name: "White back (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-c.button-container-small.button-container-back {
  -ixp-name: "White back (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-c.button-medium.button-back {
  -ixp-name: "White back (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-c.button-container-medium.button-container-back {
  -ixp-name: "White back (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-c.button-large.button-back {
  -ixp-name: "White back (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-c.button-container-large.button-container-back {
  -ixp-name: "White back (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-c.button-wide.button-back {
  -ixp-name: "White back (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-c.button-container-wide.button-container-back {
  -ixp-name: "White back (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-c.button-small.button-down {
  -ixp-name: "White down (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-c.button-container-small.button-container-down {
  -ixp-name: "White down (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-c.button-medium.button-down {
  -ixp-name: "White down (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-c.button-container-medium.button-container-down {
  -ixp-name: "White down (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-c.button-large.button-down {
  -ixp-name: "White down (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-c.button-container-large.button-container-down {
  -ixp-name: "White down (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-c.button-wide.button-down {
  -ixp-name: "White down (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-c.button-container-wide.button-container-down {
  -ixp-name: "White down (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-d.button-small {
  -ixp-name: "White Outline (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-d.button-container-small {
  -ixp-name: "White Outline (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-d.button-medium {
  -ixp-name: "White Outline (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-d.button-container-medium {
  -ixp-name: "White Outline (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-d.button-large {
  -ixp-name: "White Outline (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-d.button-container-large {
  -ixp-name: "White Outline (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-d.button-wide {
  -ixp-name: "White Outline (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-d.button-container-wide {
  -ixp-name: "White Outline (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-d.button-small.button-checked {
  -ixp-name: "White Outline checked (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-d.button-container-small.button-container-checked {
  -ixp-name: "White Outline checked (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-d.button-medium.button-checked {
  -ixp-name: "White Outline checked (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-d.button-container-medium.button-container-checked {
  -ixp-name: "White Outline checked (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-d.button-large.button-checked {
  -ixp-name: "White Outline checked (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-d.button-container-large.button-container-checked {
  -ixp-name: "White Outline checked (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-d.button-wide.button-checked {
  -ixp-name: "White Outline checked (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-d.button-container-wide.button-container-checked {
  -ixp-name: "White Outline checked (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-d.button-small.button-arrow {
  -ixp-name: "White Outline arrow (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-d.button-container-small.button-container-arrow {
  -ixp-name: "White Outline arrow (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-d.button-medium.button-arrow {
  -ixp-name: "White Outline arrow (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-d.button-container-medium.button-container-arrow {
  -ixp-name: "White Outline arrow (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-d.button-large.button-arrow {
  -ixp-name: "White Outline arrow (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-d.button-container-large.button-container-arrow {
  -ixp-name: "White Outline arrow (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-d.button-wide.button-arrow {
  -ixp-name: "White Outline arrow (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-d.button-container-wide.button-container-arrow {
  -ixp-name: "White Outline arrow (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-d.button-small.button-back {
  -ixp-name: "White Outline back (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-d.button-container-small.button-container-back {
  -ixp-name: "White Outline back (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-d.button-medium.button-back {
  -ixp-name: "White Outline back (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-d.button-container-medium.button-container-back {
  -ixp-name: "White Outline back (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-d.button-large.button-back {
  -ixp-name: "White Outline back (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-d.button-container-large.button-container-back {
  -ixp-name: "White Outline back (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-d.button-wide.button-back {
  -ixp-name: "White Outline back (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-d.button-container-wide.button-container-back {
  -ixp-name: "White Outline back (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-d.button-small.button-down {
  -ixp-name: "White Outline down (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-d.button-container-small.button-container-down {
  -ixp-name: "White Outline down (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-d.button-medium.button-down {
  -ixp-name: "White Outline down (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-d.button-container-medium.button-container-down {
  -ixp-name: "White Outline down (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-d.button-large.button-down {
  -ixp-name: "White Outline down (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-d.button-container-large.button-container-down {
  -ixp-name: "White Outline down (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-d.button-wide.button-down {
  -ixp-name: "White Outline down (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-d.button-container-wide.button-container-down {
  -ixp-name: "White Outline down (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-e.button-small {
  -ixp-name: "Cinza (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-e.button-container-small {
  -ixp-name: "Cinza (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-e.button-medium {
  -ixp-name: "Cinza (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-e.button-container-medium {
  -ixp-name: "Cinza (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-e.button-large {
  -ixp-name: "Cinza (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-e.button-container-large {
  -ixp-name: "Cinza (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-e.button-wide {
  -ixp-name: "Cinza (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-e.button-container-wide {
  -ixp-name: "Cinza (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-e.button-small.button-checked {
  -ixp-name: "Cinza checked (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-e.button-container-small.button-container-checked {
  -ixp-name: "Cinza checked (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-e.button-medium.button-checked {
  -ixp-name: "Cinza checked (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-e.button-container-medium.button-container-checked {
  -ixp-name: "Cinza checked (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-e.button-large.button-checked {
  -ixp-name: "Cinza checked (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-e.button-container-large.button-container-checked {
  -ixp-name: "Cinza checked (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-e.button-wide.button-checked {
  -ixp-name: "Cinza checked (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-e.button-container-wide.button-container-checked {
  -ixp-name: "Cinza checked (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-e.button-small.button-arrow {
  -ixp-name: "Cinza arrow (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-e.button-container-small.button-container-arrow {
  -ixp-name: "Cinza arrow (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-e.button-medium.button-arrow {
  -ixp-name: "Cinza arrow (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-e.button-container-medium.button-container-arrow {
  -ixp-name: "Cinza arrow (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-e.button-large.button-arrow {
  -ixp-name: "Cinza arrow (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-e.button-container-large.button-container-arrow {
  -ixp-name: "Cinza arrow (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-e.button-wide.button-arrow {
  -ixp-name: "Cinza arrow (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-e.button-container-wide.button-container-arrow {
  -ixp-name: "Cinza arrow (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-e.button-small.button-back {
  -ixp-name: "Cinza back (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-e.button-container-small.button-container-back {
  -ixp-name: "Cinza back (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-e.button-medium.button-back {
  -ixp-name: "Cinza back (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-e.button-container-medium.button-container-back {
  -ixp-name: "Cinza back (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-e.button-large.button-back {
  -ixp-name: "Cinza back (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-e.button-container-large.button-container-back {
  -ixp-name: "Cinza back (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-e.button-wide.button-back {
  -ixp-name: "Cinza back (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-e.button-container-wide.button-container-back {
  -ixp-name: "Cinza back (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-e.button-small.button-down {
  -ixp-name: "Cinza down (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-e.button-container-small.button-container-down {
  -ixp-name: "Cinza down (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-e.button-medium.button-down {
  -ixp-name: "Cinza down (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-e.button-container-medium.button-container-down {
  -ixp-name: "Cinza down (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-e.button-large.button-down {
  -ixp-name: "Cinza down (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-e.button-container-large.button-container-down {
  -ixp-name: "Cinza down (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-e.button-wide.button-down {
  -ixp-name: "Cinza down (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-e.button-container-wide.button-container-down {
  -ixp-name: "Cinza down (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-f.button-small {
  -ixp-name: "Cinza Outline (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-f.button-container-small {
  -ixp-name: "Cinza Outline (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-f.button-medium {
  -ixp-name: "Cinza Outline (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-f.button-container-medium {
  -ixp-name: "Cinza Outline (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-f.button-large {
  -ixp-name: "Cinza Outline (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-f.button-container-large {
  -ixp-name: "Cinza Outline (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-f.button-wide {
  -ixp-name: "Cinza Outline (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-f.button-container-wide {
  -ixp-name: "Cinza Outline (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-f.button-small.button-checked {
  -ixp-name: "Cinza Outline checked (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-f.button-container-small.button-container-checked {
  -ixp-name: "Cinza Outline checked (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-f.button-medium.button-checked {
  -ixp-name: "Cinza Outline checked (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-f.button-container-medium.button-container-checked {
  -ixp-name: "Cinza Outline checked (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-f.button-large.button-checked {
  -ixp-name: "Cinza Outline checked (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-f.button-container-large.button-container-checked {
  -ixp-name: "Cinza Outline checked (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-f.button-wide.button-checked {
  -ixp-name: "Cinza Outline checked (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-f.button-container-wide.button-container-checked {
  -ixp-name: "Cinza Outline checked (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-f.button-small.button-arrow {
  -ixp-name: "Cinza Outline arrow (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-f.button-container-small.button-container-arrow {
  -ixp-name: "Cinza Outline arrow (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-f.button-medium.button-arrow {
  -ixp-name: "Cinza Outline arrow (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-f.button-container-medium.button-container-arrow {
  -ixp-name: "Cinza Outline arrow (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-f.button-large.button-arrow {
  -ixp-name: "Cinza Outline arrow (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-f.button-container-large.button-container-arrow {
  -ixp-name: "Cinza Outline arrow (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-f.button-wide.button-arrow {
  -ixp-name: "Cinza Outline arrow (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-f.button-container-wide.button-container-arrow {
  -ixp-name: "Cinza Outline arrow (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-f.button-small.button-back {
  -ixp-name: "Cinza Outline back (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-f.button-container-small.button-container-back {
  -ixp-name: "Cinza Outline back (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-f.button-medium.button-back {
  -ixp-name: "Cinza Outline back (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-f.button-container-medium.button-container-back {
  -ixp-name: "Cinza Outline back (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-f.button-large.button-back {
  -ixp-name: "Cinza Outline back (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-f.button-container-large.button-container-back {
  -ixp-name: "Cinza Outline back (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-f.button-wide.button-back {
  -ixp-name: "Cinza Outline back (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-f.button-container-wide.button-container-back {
  -ixp-name: "Cinza Outline back (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-f.button-small.button-down {
  -ixp-name: "Cinza Outline down (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-f.button-container-small.button-container-down {
  -ixp-name: "Cinza Outline down (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-f.button-medium.button-down {
  -ixp-name: "Cinza Outline down (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-f.button-container-medium.button-container-down {
  -ixp-name: "Cinza Outline down (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-f.button-large.button-down {
  -ixp-name: "Cinza Outline down (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-f.button-container-large.button-container-down {
  -ixp-name: "Cinza Outline down (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-f.button-wide.button-down {
  -ixp-name: "Cinza Outline down (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-f.button-container-wide.button-container-down {
  -ixp-name: "Cinza Outline down (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
/* ======================================
	Directional Buttons

	REQUIRED CLASS: none, these are optional for theme kits
====================================== */
.button-down-dark,
.button-up-dark,
.button-left-dark,
.button-right-dark,
.button-down-light,
.button-up-light,
.button-left-light,
.button-right-light {
  z-index: 100;
  width: 40px;
  height: 40px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  text-indent: 40px;
  text-decoration: none !important;
  font-size: 0;
  overflow: hidden;
}
.button-down-dark:after,
.button-up-dark:after,
.button-left-dark:after,
.button-right-dark:after,
.button-down-light:after,
.button-up-light:after,
.button-left-light:after,
.button-right-light:after {
  color: #00ADEF;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 40px;
  margin: 0;
  line-height: 1;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.button-down-dark:after {
  content: '\f107';
  color: #212529;
}
.button-down-dark:hover {
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -o-transform: translateY(5px);
  transform: translateY(5px);
}
.button-up-dark:after {
  content: '\f106';
  color: #212529;
}
.button-up-dark:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.button-left-dark:after {
  content: '\f104';
  color: #212529;
}
.button-left-dark:hover {
  -webkit-transform: translateX(-5px);
  -moz-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  -o-transform: translateX(-5px);
  transform: translateX(-5px);
}
.button-right-dark:after {
  content: '\f105';
  color: #212529;
}
.button-right-dark:hover {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}
.button-down-light:after {
  content: '\f107';
  color: #FFF;
}
.button-down-light:hover {
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -o-transform: translateY(5px);
  transform: translateY(5px);
}
.button-up-light:after {
  content: '\f106';
  color: #FFF;
}
.button-up-light:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.button-left-light:after {
  content: '\f104';
  color: #FFF;
}
.button-left-light:hover {
  -webkit-transform: translateX(-5px);
  -moz-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  -o-transform: translateX(-5px);
  transform: translateX(-5px);
}
.button-right-light:after {
  content: '\f105';
  color: #FFF;
}
.button-right-light:hover {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}
/* ======================================
	Directional Button IXP Information
====================================== */
.button-up-dark {
  -ixp-name: "Dark Arrow Up";
  -ixp-tags: "Directional Buttons";
  -ixp-group: "directional-buttons";
  -ixp-scope: "Link,Text";
}
.button-container-up-dark {
  -ixp-name: "Dark Arrow Up";
  -ixp-tags: "Directional Buttons";
  -ixp-group: "directional-buttons";
  -ixp-scope: "Lightbox";
}
.button-down-dark {
  -ixp-name: "Dark Arrow Down";
  -ixp-tags: "Directional Buttons";
  -ixp-group: "directional-buttons";
  -ixp-scope: "Link,Text";
}
.button-container-down-dark {
  -ixp-name: "Dark Arrow Down";
  -ixp-tags: "Directional Buttons";
  -ixp-group: "directional-buttons";
  -ixp-scope: "Lightbox";
}
.button-left-dark {
  -ixp-name: "Dark Arrow Left";
  -ixp-tags: "Directional Buttons";
  -ixp-group: "directional-buttons";
  -ixp-scope: "Link,Text";
}
.button-container-left-dark {
  -ixp-name: "Dark Arrow Left";
  -ixp-tags: "Directional Buttons";
  -ixp-group: "directional-buttons";
  -ixp-scope: "Lightbox";
}
.button-right-dark {
  -ixp-name: "Dark Arrow Right";
  -ixp-tags: "Directional Buttons";
  -ixp-group: "directional-buttons";
  -ixp-scope: "Link,Text";
}
.button-container-right-dark {
  -ixp-name: "Dark Arrow Right";
  -ixp-tags: "Directional Buttons";
  -ixp-group: "directional-buttons";
  -ixp-scope: "Lightbox";
}
.button-up-light {
  -ixp-name: "Light Arrow Up";
  -ixp-tags: "Directional Buttons";
  -ixp-group: "directional-buttons";
  -ixp-scope: "Link,Text";
}
.button-container-up-light {
  -ixp-name: "Light Arrow Up";
  -ixp-tags: "Directional Buttons";
  -ixp-group: "directional-buttons";
  -ixp-scope: "Lightbox";
}
.button-down-light {
  -ixp-name: "Light Arrow Down";
  -ixp-tags: "Directional Buttons";
  -ixp-group: "directional-buttons";
  -ixp-scope: "Link,Text";
}
.button-container-down-light {
  -ixp-name: "Light Arrow Down";
  -ixp-tags: "Directional Buttons";
  -ixp-group: "directional-buttons";
  -ixp-scope: "Lightbox";
}
.button-left-light {
  -ixp-name: "Light Arrow Left";
  -ixp-tags: "Directional Buttons";
  -ixp-group: "directional-buttons";
  -ixp-scope: "Link,Text";
}
.button-container-left-light {
  -ixp-name: "Light Arrow Left";
  -ixp-tags: "Directional Buttons";
  -ixp-group: "directional-buttons";
  -ixp-scope: "Lightbox";
}
.button-right-light {
  -ixp-name: "Light Arrow Right";
  -ixp-tags: "Directional Buttons";
  -ixp-group: "directional-buttons";
  -ixp-scope: "Link,Text";
}
.button-container-right-light {
  -ixp-name: "Light Arrow Right";
  -ixp-tags: "Directional Buttons";
  -ixp-group: "directional-buttons";
  -ixp-scope: "Lightbox";
}
/* ======================================
	Pods
    REQUIRED CLASS: .pod, .pod-a, .pod-b, .pod-c, .pod.form-pod-a
    NOTE: .pod, .pod-b, .pod-c style values should not change. 
    They should be Transparent (.pod), Transparent White (.pod-b) and Transparent Black (.pod-c) always.
====================================== */
.pod {
  padding: 1em;
}
.pod .generic-fill {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FF4C00;
}
.pod .generic-fill:hover {
  background: #ff824d;
  color: #FFF !important;
  border-color: #ff824d;
}
.pod .generic-fill:hover {
  background: #ff824d;
  color: #FFF !important;
  border-color: #ff824d;
}
.pod .generic-fill:hover p,
.pod .generic-fill:hover h1,
.pod .generic-fill:hover h2,
.pod .generic-fill:hover h3,
.pod .generic-fill:hover h4,
.pod .generic-fill:hover h5,
.pod .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.pod .generic-outline {
  background: transparent;
  color: #FF4C00 !important;
  border-color: #FF4C00;
}
.pod .generic-outline:hover {
  background: transparent;
  color: #ff824d !important;
  border-color: #ff824d;
}
.pod .generic-outline:hover {
  background: transparent;
  color: #ff824d !important;
  border-color: #ff824d;
}
.pod .generic-outline:hover p,
.pod .generic-outline:hover h1,
.pod .generic-outline:hover h2,
.pod .generic-outline:hover h3,
.pod .generic-outline:hover h4,
.pod .generic-outline:hover h5,
.pod .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #ff824d !important;
}
.pod.pod-a {
  background: #FFF;
  color: #212529;
}
.pod.pod-a h1,
.pod.pod-a h2,
.pod.pod-a h3,
.pod.pod-a h4,
.pod.pod-a h5,
.pod.pod-a h6,
.pod.pod-a p,
.pod.pod-a .pf_form_table,
.pod.pod-a .pf_form_table .pf_label_text {
  color: #212529;
}
.pod.pod-a a {
  color: #00ADEF;
}
.pod.pod-a a:hover {
  color: #00ADEF;
}
.pod.pod-a .generic-fill {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FF4C00;
}
.pod.pod-a .generic-fill:hover {
  background: #ff824d;
  color: #FFF !important;
  border-color: #ff824d;
}
.pod.pod-a .generic-fill:hover {
  background: #ff824d;
  color: #FFF !important;
  border-color: #ff824d;
}
.pod.pod-a .generic-fill:hover p,
.pod.pod-a .generic-fill:hover h1,
.pod.pod-a .generic-fill:hover h2,
.pod.pod-a .generic-fill:hover h3,
.pod.pod-a .generic-fill:hover h4,
.pod.pod-a .generic-fill:hover h5,
.pod.pod-a .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.pod.pod-a .generic-outline {
  background: transparent;
  color: #FF4C00 !important;
  border-color: #FF4C00;
}
.pod.pod-a .generic-outline:hover {
  background: transparent;
  color: #ff824d !important;
  border-color: #ff824d;
}
.pod.pod-a .generic-outline:hover {
  background: transparent;
  color: #ff824d !important;
  border-color: #ff824d;
}
.pod.pod-a .generic-outline:hover p,
.pod.pod-a .generic-outline:hover h1,
.pod.pod-a .generic-outline:hover h2,
.pod.pod-a .generic-outline:hover h3,
.pod.pod-a .generic-outline:hover h4,
.pod.pod-a .generic-outline:hover h5,
.pod.pod-a .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #ff824d !important;
}
.pod.pod-b {
  background: rgba(255, 255, 255, 0.6);
  color: #212529;
}
.pod.pod-b h1,
.pod.pod-b h2,
.pod.pod-b h3,
.pod.pod-b h4,
.pod.pod-b h5,
.pod.pod-b h6,
.pod.pod-b p,
.pod.pod-b .pf_form_table,
.pod.pod-b .pf_form_table .pf_label_text {
  color: #212529;
}
.pod.pod-b a {
  color: #00ADEF;
}
.pod.pod-b a:hover {
  color: #00ADEF;
}
.pod.pod-b .generic-fill {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FF4C00;
}
.pod.pod-b .generic-fill:hover {
  background: #ff824d;
  color: #FFF !important;
  border-color: #ff824d;
}
.pod.pod-b .generic-fill:hover {
  background: #ff824d;
  color: #FFF !important;
  border-color: #ff824d;
}
.pod.pod-b .generic-fill:hover p,
.pod.pod-b .generic-fill:hover h1,
.pod.pod-b .generic-fill:hover h2,
.pod.pod-b .generic-fill:hover h3,
.pod.pod-b .generic-fill:hover h4,
.pod.pod-b .generic-fill:hover h5,
.pod.pod-b .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.pod.pod-b .generic-outline {
  background: transparent;
  color: #FF4C00 !important;
  border-color: #FF4C00;
}
.pod.pod-b .generic-outline:hover {
  background: transparent;
  color: #ff824d !important;
  border-color: #ff824d;
}
.pod.pod-b .generic-outline:hover {
  background: transparent;
  color: #ff824d !important;
  border-color: #ff824d;
}
.pod.pod-b .generic-outline:hover p,
.pod.pod-b .generic-outline:hover h1,
.pod.pod-b .generic-outline:hover h2,
.pod.pod-b .generic-outline:hover h3,
.pod.pod-b .generic-outline:hover h4,
.pod.pod-b .generic-outline:hover h5,
.pod.pod-b .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #ff824d !important;
}
.pod.pod-c {
  background: rgba(0, 0, 0, 0.6);
  color: #FFF;
}
.pod.pod-c h1,
.pod.pod-c h2,
.pod.pod-c h3,
.pod.pod-c h4,
.pod.pod-c h5,
.pod.pod-c h6,
.pod.pod-c p,
.pod.pod-c .pf_form_table,
.pod.pod-c .pf_form_table .pf_label_text {
  color: #FFF;
}
.pod.pod-c a {
  color: #FFF;
}
.pod.pod-c a:hover {
  color: #FFF;
}
.pod.pod-c .generic-fill {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-c .generic-fill:hover {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-c .generic-fill:hover {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-c .generic-fill:hover p,
.pod.pod-c .generic-fill:hover h1,
.pod.pod-c .generic-fill:hover h2,
.pod.pod-c .generic-fill:hover h3,
.pod.pod-c .generic-fill:hover h4,
.pod.pod-c .generic-fill:hover h5,
.pod.pod-c .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.pod.pod-c .generic-outline {
  background: transparent;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-c .generic-outline:hover {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-c .generic-outline:hover {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-c .generic-outline:hover p,
.pod.pod-c .generic-outline:hover h1,
.pod.pod-c .generic-outline:hover h2,
.pod.pod-c .generic-outline:hover h3,
.pod.pod-c .generic-outline:hover h4,
.pod.pod-c .generic-outline:hover h5,
.pod.pod-c .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FF4C00 !important;
}
.pod.pod-d {
  background: #212529;
  color: #FFF;
}
.pod.pod-d h1,
.pod.pod-d h2,
.pod.pod-d h3,
.pod.pod-d h4,
.pod.pod-d h5,
.pod.pod-d h6,
.pod.pod-d p,
.pod.pod-d .pf_form_table,
.pod.pod-d .pf_form_table .pf_label_text {
  color: #FFF;
}
.pod.pod-d a {
  color: #FFF;
}
.pod.pod-d a:hover {
  color: #FFF;
}
.pod.pod-d .generic-fill {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-d .generic-fill:hover {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-d .generic-fill:hover {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-d .generic-fill:hover p,
.pod.pod-d .generic-fill:hover h1,
.pod.pod-d .generic-fill:hover h2,
.pod.pod-d .generic-fill:hover h3,
.pod.pod-d .generic-fill:hover h4,
.pod.pod-d .generic-fill:hover h5,
.pod.pod-d .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.pod.pod-d .generic-outline {
  background: transparent;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-d .generic-outline:hover {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-d .generic-outline:hover {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-d .generic-outline:hover p,
.pod.pod-d .generic-outline:hover h1,
.pod.pod-d .generic-outline:hover h2,
.pod.pod-d .generic-outline:hover h3,
.pod.pod-d .generic-outline:hover h4,
.pod.pod-d .generic-outline:hover h5,
.pod.pod-d .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FF4C00 !important;
}
.pod.pod-e {
  background: #00ADEF;
  color: #FFF;
}
.pod.pod-e h1,
.pod.pod-e h2,
.pod.pod-e h3,
.pod.pod-e h4,
.pod.pod-e h5,
.pod.pod-e h6,
.pod.pod-e p,
.pod.pod-e .pf_form_table,
.pod.pod-e .pf_form_table .pf_label_text {
  color: #FFF;
}
.pod.pod-e a {
  color: #FFF;
}
.pod.pod-e a:hover {
  color: #FFF;
}
.pod.pod-e .generic-fill {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-e .generic-fill:hover {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-e .generic-fill:hover {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-e .generic-fill:hover p,
.pod.pod-e .generic-fill:hover h1,
.pod.pod-e .generic-fill:hover h2,
.pod.pod-e .generic-fill:hover h3,
.pod.pod-e .generic-fill:hover h4,
.pod.pod-e .generic-fill:hover h5,
.pod.pod-e .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.pod.pod-e .generic-outline {
  background: transparent;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-e .generic-outline:hover {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-e .generic-outline:hover {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-e .generic-outline:hover p,
.pod.pod-e .generic-outline:hover h1,
.pod.pod-e .generic-outline:hover h2,
.pod.pod-e .generic-outline:hover h3,
.pod.pod-e .generic-outline:hover h4,
.pod.pod-e .generic-outline:hover h5,
.pod.pod-e .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FF4C00 !important;
}
.pod.pod-f {
  background: #FF4C00;
  color: #FFF;
}
.pod.pod-f h1,
.pod.pod-f h2,
.pod.pod-f h3,
.pod.pod-f h4,
.pod.pod-f h5,
.pod.pod-f h6,
.pod.pod-f p,
.pod.pod-f .pf_form_table,
.pod.pod-f .pf_form_table .pf_label_text {
  color: #FFF;
}
.pod.pod-f a {
  color: #FFF;
}
.pod.pod-f a:hover {
  color: #FFF;
}
.pod.pod-f .generic-fill {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-f .generic-fill:hover {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-f .generic-fill:hover {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-f .generic-fill:hover p,
.pod.pod-f .generic-fill:hover h1,
.pod.pod-f .generic-fill:hover h2,
.pod.pod-f .generic-fill:hover h3,
.pod.pod-f .generic-fill:hover h4,
.pod.pod-f .generic-fill:hover h5,
.pod.pod-f .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.pod.pod-f .generic-outline {
  background: transparent;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-f .generic-outline:hover {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-f .generic-outline:hover {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-f .generic-outline:hover p,
.pod.pod-f .generic-outline:hover h1,
.pod.pod-f .generic-outline:hover h2,
.pod.pod-f .generic-outline:hover h3,
.pod.pod-f .generic-outline:hover h4,
.pod.pod-f .generic-outline:hover h5,
.pod.pod-f .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FF4C00 !important;
}
.pod.pod-g {
  background: #19b5f1;
  color: #FFF;
}
.pod.pod-g h1,
.pod.pod-g h2,
.pod.pod-g h3,
.pod.pod-g h4,
.pod.pod-g h5,
.pod.pod-g h6,
.pod.pod-g p,
.pod.pod-g .pf_form_table,
.pod.pod-g .pf_form_table .pf_label_text {
  color: #FFF;
}
.pod.pod-g a {
  color: #FFF;
}
.pod.pod-g a:hover {
  color: #FFF;
}
.pod.pod-g .generic-fill {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-g .generic-fill:hover {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-g .generic-fill:hover {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-g .generic-fill:hover p,
.pod.pod-g .generic-fill:hover h1,
.pod.pod-g .generic-fill:hover h2,
.pod.pod-g .generic-fill:hover h3,
.pod.pod-g .generic-fill:hover h4,
.pod.pod-g .generic-fill:hover h5,
.pod.pod-g .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.pod.pod-g .generic-outline {
  background: transparent;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-g .generic-outline:hover {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-g .generic-outline:hover {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-g .generic-outline:hover p,
.pod.pod-g .generic-outline:hover h1,
.pod.pod-g .generic-outline:hover h2,
.pod.pod-g .generic-outline:hover h3,
.pod.pod-g .generic-outline:hover h4,
.pod.pod-g .generic-outline:hover h5,
.pod.pod-g .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FF4C00 !important;
}
.pod.pod-h {
  background: #ff5e19;
  color: #FFF;
}
.pod.pod-h h1,
.pod.pod-h h2,
.pod.pod-h h3,
.pod.pod-h h4,
.pod.pod-h h5,
.pod.pod-h h6,
.pod.pod-h p,
.pod.pod-h .pf_form_table,
.pod.pod-h .pf_form_table .pf_label_text {
  color: #FFF;
}
.pod.pod-h a {
  color: #FFF;
}
.pod.pod-h a:hover {
  color: #FFF;
}
.pod.pod-h .generic-fill {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-h .generic-fill:hover {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-h .generic-fill:hover {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-h .generic-fill:hover p,
.pod.pod-h .generic-fill:hover h1,
.pod.pod-h .generic-fill:hover h2,
.pod.pod-h .generic-fill:hover h3,
.pod.pod-h .generic-fill:hover h4,
.pod.pod-h .generic-fill:hover h5,
.pod.pod-h .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.pod.pod-h .generic-outline {
  background: transparent;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-h .generic-outline:hover {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-h .generic-outline:hover {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-h .generic-outline:hover p,
.pod.pod-h .generic-outline:hover h1,
.pod.pod-h .generic-outline:hover h2,
.pod.pod-h .generic-outline:hover h3,
.pod.pod-h .generic-outline:hover h4,
.pod.pod-h .generic-outline:hover h5,
.pod.pod-h .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FF4C00 !important;
}
.pod.pod-i {
  background: #ececec;
  color: #212529;
}
.pod.pod-i h1,
.pod.pod-i h2,
.pod.pod-i h3,
.pod.pod-i h4,
.pod.pod-i h5,
.pod.pod-i h6,
.pod.pod-i p,
.pod.pod-i .pf_form_table,
.pod.pod-i .pf_form_table .pf_label_text {
  color: #212529;
}
.pod.pod-i a {
  color: #00ADEF;
}
.pod.pod-i a:hover {
  color: #00ADEF;
}
.pod.pod-i .generic-fill {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FF4C00;
}
.pod.pod-i .generic-fill:hover {
  background: #ff824d;
  color: #FFF !important;
  border-color: #ff824d;
}
.pod.pod-i .generic-fill:hover {
  background: #ff824d;
  color: #FFF !important;
  border-color: #ff824d;
}
.pod.pod-i .generic-fill:hover p,
.pod.pod-i .generic-fill:hover h1,
.pod.pod-i .generic-fill:hover h2,
.pod.pod-i .generic-fill:hover h3,
.pod.pod-i .generic-fill:hover h4,
.pod.pod-i .generic-fill:hover h5,
.pod.pod-i .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.pod.pod-i .generic-outline {
  background: transparent;
  color: #FF4C00 !important;
  border-color: #FF4C00;
}
.pod.pod-i .generic-outline:hover {
  background: transparent;
  color: #ff824d !important;
  border-color: #ff824d;
}
.pod.pod-i .generic-outline:hover {
  background: transparent;
  color: #ff824d !important;
  border-color: #ff824d;
}
.pod.pod-i .generic-outline:hover p,
.pod.pod-i .generic-outline:hover h1,
.pod.pod-i .generic-outline:hover h2,
.pod.pod-i .generic-outline:hover h3,
.pod.pod-i .generic-outline:hover h4,
.pod.pod-i .generic-outline:hover h5,
.pod.pod-i .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #ff824d !important;
}
.pod.pod-j {
  background: #a0a0a0;
  color: #FFF;
}
.pod.pod-j h1,
.pod.pod-j h2,
.pod.pod-j h3,
.pod.pod-j h4,
.pod.pod-j h5,
.pod.pod-j h6,
.pod.pod-j p,
.pod.pod-j .pf_form_table,
.pod.pod-j .pf_form_table .pf_label_text {
  color: #FFF;
}
.pod.pod-j a {
  color: #FFF;
}
.pod.pod-j a:hover {
  color: #FFF;
}
.pod.pod-j .generic-fill {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-j .generic-fill:hover {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-j .generic-fill:hover {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-j .generic-fill:hover p,
.pod.pod-j .generic-fill:hover h1,
.pod.pod-j .generic-fill:hover h2,
.pod.pod-j .generic-fill:hover h3,
.pod.pod-j .generic-fill:hover h4,
.pod.pod-j .generic-fill:hover h5,
.pod.pod-j .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.pod.pod-j .generic-outline {
  background: transparent;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-j .generic-outline:hover {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-j .generic-outline:hover {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-j .generic-outline:hover p,
.pod.pod-j .generic-outline:hover h1,
.pod.pod-j .generic-outline:hover h2,
.pod.pod-j .generic-outline:hover h3,
.pod.pod-j .generic-outline:hover h4,
.pod.pod-j .generic-outline:hover h5,
.pod.pod-j .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FF4C00 !important;
}
.pod.pod-k {
  background: #404041;
  color: #FFF;
}
.pod.pod-k h1,
.pod.pod-k h2,
.pod.pod-k h3,
.pod.pod-k h4,
.pod.pod-k h5,
.pod.pod-k h6,
.pod.pod-k p,
.pod.pod-k .pf_form_table,
.pod.pod-k .pf_form_table .pf_label_text {
  color: #FFF;
}
.pod.pod-k a {
  color: #FFF;
}
.pod.pod-k a:hover {
  color: #FFF;
}
.pod.pod-k .generic-fill {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-k .generic-fill:hover {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-k .generic-fill:hover {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-k .generic-fill:hover p,
.pod.pod-k .generic-fill:hover h1,
.pod.pod-k .generic-fill:hover h2,
.pod.pod-k .generic-fill:hover h3,
.pod.pod-k .generic-fill:hover h4,
.pod.pod-k .generic-fill:hover h5,
.pod.pod-k .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.pod.pod-k .generic-outline {
  background: transparent;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-k .generic-outline:hover {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-k .generic-outline:hover {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-k .generic-outline:hover p,
.pod.pod-k .generic-outline:hover h1,
.pod.pod-k .generic-outline:hover h2,
.pod.pod-k .generic-outline:hover h3,
.pod.pod-k .generic-outline:hover h4,
.pod.pod-k .generic-outline:hover h5,
.pod.pod-k .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FF4C00 !important;
}
.pod.pod-l {
  background: #33bdf2;
  color: #FFF;
}
.pod.pod-l h1,
.pod.pod-l h2,
.pod.pod-l h3,
.pod.pod-l h4,
.pod.pod-l h5,
.pod.pod-l h6,
.pod.pod-l p,
.pod.pod-l .pf_form_table,
.pod.pod-l .pf_form_table .pf_label_text {
  color: #FFF;
}
.pod.pod-l a {
  color: #FFF;
}
.pod.pod-l a:hover {
  color: #FFF;
}
.pod.pod-l .generic-fill {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-l .generic-fill:hover {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-l .generic-fill:hover {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-l .generic-fill:hover p,
.pod.pod-l .generic-fill:hover h1,
.pod.pod-l .generic-fill:hover h2,
.pod.pod-l .generic-fill:hover h3,
.pod.pod-l .generic-fill:hover h4,
.pod.pod-l .generic-fill:hover h5,
.pod.pod-l .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.pod.pod-l .generic-outline {
  background: transparent;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-l .generic-outline:hover {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-l .generic-outline:hover {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-l .generic-outline:hover p,
.pod.pod-l .generic-outline:hover h1,
.pod.pod-l .generic-outline:hover h2,
.pod.pod-l .generic-outline:hover h3,
.pod.pod-l .generic-outline:hover h4,
.pod.pod-l .generic-outline:hover h5,
.pod.pod-l .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FF4C00 !important;
}
.pod.pod-l1 {
  background: #4dc6f4;
  color: #FFF;
}
.pod.pod-l1 h1,
.pod.pod-l1 h2,
.pod.pod-l1 h3,
.pod.pod-l1 h4,
.pod.pod-l1 h5,
.pod.pod-l1 h6,
.pod.pod-l1 p,
.pod.pod-l1 .pf_form_table,
.pod.pod-l1 .pf_form_table .pf_label_text {
  color: #FFF;
}
.pod.pod-l1 a {
  color: #FFF;
}
.pod.pod-l1 a:hover {
  color: #FFF;
}
.pod.pod-l1 .generic-fill {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-l1 .generic-fill:hover {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-l1 .generic-fill:hover {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-l1 .generic-fill:hover p,
.pod.pod-l1 .generic-fill:hover h1,
.pod.pod-l1 .generic-fill:hover h2,
.pod.pod-l1 .generic-fill:hover h3,
.pod.pod-l1 .generic-fill:hover h4,
.pod.pod-l1 .generic-fill:hover h5,
.pod.pod-l1 .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.pod.pod-l1 .generic-outline {
  background: transparent;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-l1 .generic-outline:hover {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-l1 .generic-outline:hover {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-l1 .generic-outline:hover p,
.pod.pod-l1 .generic-outline:hover h1,
.pod.pod-l1 .generic-outline:hover h2,
.pod.pod-l1 .generic-outline:hover h3,
.pod.pod-l1 .generic-outline:hover h4,
.pod.pod-l1 .generic-outline:hover h5,
.pod.pod-l1 .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FF4C00 !important;
}
.pod.pod-l2 {
  background: #66cef5;
  color: #FFF;
}
.pod.pod-l2 h1,
.pod.pod-l2 h2,
.pod.pod-l2 h3,
.pod.pod-l2 h4,
.pod.pod-l2 h5,
.pod.pod-l2 h6,
.pod.pod-l2 p,
.pod.pod-l2 .pf_form_table,
.pod.pod-l2 .pf_form_table .pf_label_text {
  color: #FFF;
}
.pod.pod-l2 a {
  color: #FFF;
}
.pod.pod-l2 a:hover {
  color: #FFF;
}
.pod.pod-l2 .generic-fill {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-l2 .generic-fill:hover {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-l2 .generic-fill:hover {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-l2 .generic-fill:hover p,
.pod.pod-l2 .generic-fill:hover h1,
.pod.pod-l2 .generic-fill:hover h2,
.pod.pod-l2 .generic-fill:hover h3,
.pod.pod-l2 .generic-fill:hover h4,
.pod.pod-l2 .generic-fill:hover h5,
.pod.pod-l2 .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.pod.pod-l2 .generic-outline {
  background: transparent;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-l2 .generic-outline:hover {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-l2 .generic-outline:hover {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-l2 .generic-outline:hover p,
.pod.pod-l2 .generic-outline:hover h1,
.pod.pod-l2 .generic-outline:hover h2,
.pod.pod-l2 .generic-outline:hover h3,
.pod.pod-l2 .generic-outline:hover h4,
.pod.pod-l2 .generic-outline:hover h5,
.pod.pod-l2 .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FF4C00 !important;
}
.pod.pod-l3 {
  background: #80d6f7;
  color: #FFF;
}
.pod.pod-l3 h1,
.pod.pod-l3 h2,
.pod.pod-l3 h3,
.pod.pod-l3 h4,
.pod.pod-l3 h5,
.pod.pod-l3 h6,
.pod.pod-l3 p,
.pod.pod-l3 .pf_form_table,
.pod.pod-l3 .pf_form_table .pf_label_text {
  color: #FFF;
}
.pod.pod-l3 a {
  color: #FFF;
}
.pod.pod-l3 a:hover {
  color: #FFF;
}
.pod.pod-l3 .generic-fill {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-l3 .generic-fill:hover {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-l3 .generic-fill:hover {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-l3 .generic-fill:hover p,
.pod.pod-l3 .generic-fill:hover h1,
.pod.pod-l3 .generic-fill:hover h2,
.pod.pod-l3 .generic-fill:hover h3,
.pod.pod-l3 .generic-fill:hover h4,
.pod.pod-l3 .generic-fill:hover h5,
.pod.pod-l3 .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.pod.pod-l3 .generic-outline {
  background: transparent;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-l3 .generic-outline:hover {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-l3 .generic-outline:hover {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-l3 .generic-outline:hover p,
.pod.pod-l3 .generic-outline:hover h1,
.pod.pod-l3 .generic-outline:hover h2,
.pod.pod-l3 .generic-outline:hover h3,
.pod.pod-l3 .generic-outline:hover h4,
.pod.pod-l3 .generic-outline:hover h5,
.pod.pod-l3 .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FF4C00 !important;
}
.pod.pod-l4 {
  background: #99def9;
  color: #212529;
}
.pod.pod-l4 h1,
.pod.pod-l4 h2,
.pod.pod-l4 h3,
.pod.pod-l4 h4,
.pod.pod-l4 h5,
.pod.pod-l4 h6,
.pod.pod-l4 p,
.pod.pod-l4 .pf_form_table,
.pod.pod-l4 .pf_form_table .pf_label_text {
  color: #212529;
}
.pod.pod-l4 a {
  color: #00ADEF;
}
.pod.pod-l4 a:hover {
  color: #00ADEF;
}
.pod.pod-l4 .generic-fill {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FF4C00;
}
.pod.pod-l4 .generic-fill:hover {
  background: #ff824d;
  color: #FFF !important;
  border-color: #ff824d;
}
.pod.pod-l4 .generic-fill:hover {
  background: #ff824d;
  color: #FFF !important;
  border-color: #ff824d;
}
.pod.pod-l4 .generic-fill:hover p,
.pod.pod-l4 .generic-fill:hover h1,
.pod.pod-l4 .generic-fill:hover h2,
.pod.pod-l4 .generic-fill:hover h3,
.pod.pod-l4 .generic-fill:hover h4,
.pod.pod-l4 .generic-fill:hover h5,
.pod.pod-l4 .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.pod.pod-l4 .generic-outline {
  background: transparent;
  color: #FF4C00 !important;
  border-color: #FF4C00;
}
.pod.pod-l4 .generic-outline:hover {
  background: transparent;
  color: #ff824d !important;
  border-color: #ff824d;
}
.pod.pod-l4 .generic-outline:hover {
  background: transparent;
  color: #ff824d !important;
  border-color: #ff824d;
}
.pod.pod-l4 .generic-outline:hover p,
.pod.pod-l4 .generic-outline:hover h1,
.pod.pod-l4 .generic-outline:hover h2,
.pod.pod-l4 .generic-outline:hover h3,
.pod.pod-l4 .generic-outline:hover h4,
.pod.pod-l4 .generic-outline:hover h5,
.pod.pod-l4 .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #ff824d !important;
}
.pod.pod-l5 {
  background: #b3e6fa;
  color: #212529;
}
.pod.pod-l5 h1,
.pod.pod-l5 h2,
.pod.pod-l5 h3,
.pod.pod-l5 h4,
.pod.pod-l5 h5,
.pod.pod-l5 h6,
.pod.pod-l5 p,
.pod.pod-l5 .pf_form_table,
.pod.pod-l5 .pf_form_table .pf_label_text {
  color: #212529;
}
.pod.pod-l5 a {
  color: #00ADEF;
}
.pod.pod-l5 a:hover {
  color: #00ADEF;
}
.pod.pod-l5 .generic-fill {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FF4C00;
}
.pod.pod-l5 .generic-fill:hover {
  background: #ff824d;
  color: #FFF !important;
  border-color: #ff824d;
}
.pod.pod-l5 .generic-fill:hover {
  background: #ff824d;
  color: #FFF !important;
  border-color: #ff824d;
}
.pod.pod-l5 .generic-fill:hover p,
.pod.pod-l5 .generic-fill:hover h1,
.pod.pod-l5 .generic-fill:hover h2,
.pod.pod-l5 .generic-fill:hover h3,
.pod.pod-l5 .generic-fill:hover h4,
.pod.pod-l5 .generic-fill:hover h5,
.pod.pod-l5 .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.pod.pod-l5 .generic-outline {
  background: transparent;
  color: #FF4C00 !important;
  border-color: #FF4C00;
}
.pod.pod-l5 .generic-outline:hover {
  background: transparent;
  color: #ff824d !important;
  border-color: #ff824d;
}
.pod.pod-l5 .generic-outline:hover {
  background: transparent;
  color: #ff824d !important;
  border-color: #ff824d;
}
.pod.pod-l5 .generic-outline:hover p,
.pod.pod-l5 .generic-outline:hover h1,
.pod.pod-l5 .generic-outline:hover h2,
.pod.pod-l5 .generic-outline:hover h3,
.pod.pod-l5 .generic-outline:hover h4,
.pod.pod-l5 .generic-outline:hover h5,
.pod.pod-l5 .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #ff824d !important;
}
.pod.pod-l6 {
  background: #cceffc;
  color: #212529;
}
.pod.pod-l6 h1,
.pod.pod-l6 h2,
.pod.pod-l6 h3,
.pod.pod-l6 h4,
.pod.pod-l6 h5,
.pod.pod-l6 h6,
.pod.pod-l6 p,
.pod.pod-l6 .pf_form_table,
.pod.pod-l6 .pf_form_table .pf_label_text {
  color: #212529;
}
.pod.pod-l6 a {
  color: #00ADEF;
}
.pod.pod-l6 a:hover {
  color: #00ADEF;
}
.pod.pod-l6 .generic-fill {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FF4C00;
}
.pod.pod-l6 .generic-fill:hover {
  background: #ff824d;
  color: #FFF !important;
  border-color: #ff824d;
}
.pod.pod-l6 .generic-fill:hover {
  background: #ff824d;
  color: #FFF !important;
  border-color: #ff824d;
}
.pod.pod-l6 .generic-fill:hover p,
.pod.pod-l6 .generic-fill:hover h1,
.pod.pod-l6 .generic-fill:hover h2,
.pod.pod-l6 .generic-fill:hover h3,
.pod.pod-l6 .generic-fill:hover h4,
.pod.pod-l6 .generic-fill:hover h5,
.pod.pod-l6 .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.pod.pod-l6 .generic-outline {
  background: transparent;
  color: #FF4C00 !important;
  border-color: #FF4C00;
}
.pod.pod-l6 .generic-outline:hover {
  background: transparent;
  color: #ff824d !important;
  border-color: #ff824d;
}
.pod.pod-l6 .generic-outline:hover {
  background: transparent;
  color: #ff824d !important;
  border-color: #ff824d;
}
.pod.pod-l6 .generic-outline:hover p,
.pod.pod-l6 .generic-outline:hover h1,
.pod.pod-l6 .generic-outline:hover h2,
.pod.pod-l6 .generic-outline:hover h3,
.pod.pod-l6 .generic-outline:hover h4,
.pod.pod-l6 .generic-outline:hover h5,
.pod.pod-l6 .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #ff824d !important;
}
.pod.pod-l7 {
  background: #e6f7fd;
  color: #212529;
}
.pod.pod-l7 h1,
.pod.pod-l7 h2,
.pod.pod-l7 h3,
.pod.pod-l7 h4,
.pod.pod-l7 h5,
.pod.pod-l7 h6,
.pod.pod-l7 p,
.pod.pod-l7 .pf_form_table,
.pod.pod-l7 .pf_form_table .pf_label_text {
  color: #212529;
}
.pod.pod-l7 a {
  color: #00ADEF;
}
.pod.pod-l7 a:hover {
  color: #00ADEF;
}
.pod.pod-l7 .generic-fill {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FF4C00;
}
.pod.pod-l7 .generic-fill:hover {
  background: #ff824d;
  color: #FFF !important;
  border-color: #ff824d;
}
.pod.pod-l7 .generic-fill:hover {
  background: #ff824d;
  color: #FFF !important;
  border-color: #ff824d;
}
.pod.pod-l7 .generic-fill:hover p,
.pod.pod-l7 .generic-fill:hover h1,
.pod.pod-l7 .generic-fill:hover h2,
.pod.pod-l7 .generic-fill:hover h3,
.pod.pod-l7 .generic-fill:hover h4,
.pod.pod-l7 .generic-fill:hover h5,
.pod.pod-l7 .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.pod.pod-l7 .generic-outline {
  background: transparent;
  color: #FF4C00 !important;
  border-color: #FF4C00;
}
.pod.pod-l7 .generic-outline:hover {
  background: transparent;
  color: #ff824d !important;
  border-color: #ff824d;
}
.pod.pod-l7 .generic-outline:hover {
  background: transparent;
  color: #ff824d !important;
  border-color: #ff824d;
}
.pod.pod-l7 .generic-outline:hover p,
.pod.pod-l7 .generic-outline:hover h1,
.pod.pod-l7 .generic-outline:hover h2,
.pod.pod-l7 .generic-outline:hover h3,
.pod.pod-l7 .generic-outline:hover h4,
.pod.pod-l7 .generic-outline:hover h5,
.pod.pod-l7 .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #ff824d !important;
}
.pod.pod-f1 {
  background: #ff824d;
  color: #FFF;
}
.pod.pod-f1 h1,
.pod.pod-f1 h2,
.pod.pod-f1 h3,
.pod.pod-f1 h4,
.pod.pod-f1 h5,
.pod.pod-f1 h6,
.pod.pod-f1 p,
.pod.pod-f1 .pf_form_table,
.pod.pod-f1 .pf_form_table .pf_label_text {
  color: #FFF;
}
.pod.pod-f1 a {
  color: #FFF;
}
.pod.pod-f1 a:hover {
  color: #FFF;
}
.pod.pod-f1 .generic-fill {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-f1 .generic-fill:hover {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-f1 .generic-fill:hover {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-f1 .generic-fill:hover p,
.pod.pod-f1 .generic-fill:hover h1,
.pod.pod-f1 .generic-fill:hover h2,
.pod.pod-f1 .generic-fill:hover h3,
.pod.pod-f1 .generic-fill:hover h4,
.pod.pod-f1 .generic-fill:hover h5,
.pod.pod-f1 .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.pod.pod-f1 .generic-outline {
  background: transparent;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-f1 .generic-outline:hover {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-f1 .generic-outline:hover {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-f1 .generic-outline:hover p,
.pod.pod-f1 .generic-outline:hover h1,
.pod.pod-f1 .generic-outline:hover h2,
.pod.pod-f1 .generic-outline:hover h3,
.pod.pod-f1 .generic-outline:hover h4,
.pod.pod-f1 .generic-outline:hover h5,
.pod.pod-f1 .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FF4C00 !important;
}
.pod.pod-f2 {
  background: #ff9466;
  color: #FFF;
}
.pod.pod-f2 h1,
.pod.pod-f2 h2,
.pod.pod-f2 h3,
.pod.pod-f2 h4,
.pod.pod-f2 h5,
.pod.pod-f2 h6,
.pod.pod-f2 p,
.pod.pod-f2 .pf_form_table,
.pod.pod-f2 .pf_form_table .pf_label_text {
  color: #FFF;
}
.pod.pod-f2 a {
  color: #FFF;
}
.pod.pod-f2 a:hover {
  color: #FFF;
}
.pod.pod-f2 .generic-fill {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-f2 .generic-fill:hover {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-f2 .generic-fill:hover {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-f2 .generic-fill:hover p,
.pod.pod-f2 .generic-fill:hover h1,
.pod.pod-f2 .generic-fill:hover h2,
.pod.pod-f2 .generic-fill:hover h3,
.pod.pod-f2 .generic-fill:hover h4,
.pod.pod-f2 .generic-fill:hover h5,
.pod.pod-f2 .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.pod.pod-f2 .generic-outline {
  background: transparent;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-f2 .generic-outline:hover {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-f2 .generic-outline:hover {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-f2 .generic-outline:hover p,
.pod.pod-f2 .generic-outline:hover h1,
.pod.pod-f2 .generic-outline:hover h2,
.pod.pod-f2 .generic-outline:hover h3,
.pod.pod-f2 .generic-outline:hover h4,
.pod.pod-f2 .generic-outline:hover h5,
.pod.pod-f2 .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FF4C00 !important;
}
.pod.pod-f3 {
  background: #ffa680;
  color: #FFF;
}
.pod.pod-f3 h1,
.pod.pod-f3 h2,
.pod.pod-f3 h3,
.pod.pod-f3 h4,
.pod.pod-f3 h5,
.pod.pod-f3 h6,
.pod.pod-f3 p,
.pod.pod-f3 .pf_form_table,
.pod.pod-f3 .pf_form_table .pf_label_text {
  color: #FFF;
}
.pod.pod-f3 a {
  color: #FFF;
}
.pod.pod-f3 a:hover {
  color: #FFF;
}
.pod.pod-f3 .generic-fill {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-f3 .generic-fill:hover {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-f3 .generic-fill:hover {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-f3 .generic-fill:hover p,
.pod.pod-f3 .generic-fill:hover h1,
.pod.pod-f3 .generic-fill:hover h2,
.pod.pod-f3 .generic-fill:hover h3,
.pod.pod-f3 .generic-fill:hover h4,
.pod.pod-f3 .generic-fill:hover h5,
.pod.pod-f3 .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.pod.pod-f3 .generic-outline {
  background: transparent;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-f3 .generic-outline:hover {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-f3 .generic-outline:hover {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-f3 .generic-outline:hover p,
.pod.pod-f3 .generic-outline:hover h1,
.pod.pod-f3 .generic-outline:hover h2,
.pod.pod-f3 .generic-outline:hover h3,
.pod.pod-f3 .generic-outline:hover h4,
.pod.pod-f3 .generic-outline:hover h5,
.pod.pod-f3 .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FF4C00 !important;
}
.pod.pod-f4 {
  background: #ffb799;
  color: #212529;
}
.pod.pod-f4 h1,
.pod.pod-f4 h2,
.pod.pod-f4 h3,
.pod.pod-f4 h4,
.pod.pod-f4 h5,
.pod.pod-f4 h6,
.pod.pod-f4 p,
.pod.pod-f4 .pf_form_table,
.pod.pod-f4 .pf_form_table .pf_label_text {
  color: #212529;
}
.pod.pod-f4 a {
  color: #00ADEF;
}
.pod.pod-f4 a:hover {
  color: #00ADEF;
}
.pod.pod-f4 .generic-fill {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FF4C00;
}
.pod.pod-f4 .generic-fill:hover {
  background: #ff824d;
  color: #FFF !important;
  border-color: #ff824d;
}
.pod.pod-f4 .generic-fill:hover {
  background: #ff824d;
  color: #FFF !important;
  border-color: #ff824d;
}
.pod.pod-f4 .generic-fill:hover p,
.pod.pod-f4 .generic-fill:hover h1,
.pod.pod-f4 .generic-fill:hover h2,
.pod.pod-f4 .generic-fill:hover h3,
.pod.pod-f4 .generic-fill:hover h4,
.pod.pod-f4 .generic-fill:hover h5,
.pod.pod-f4 .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.pod.pod-f4 .generic-outline {
  background: transparent;
  color: #FF4C00 !important;
  border-color: #FF4C00;
}
.pod.pod-f4 .generic-outline:hover {
  background: transparent;
  color: #ff824d !important;
  border-color: #ff824d;
}
.pod.pod-f4 .generic-outline:hover {
  background: transparent;
  color: #ff824d !important;
  border-color: #ff824d;
}
.pod.pod-f4 .generic-outline:hover p,
.pod.pod-f4 .generic-outline:hover h1,
.pod.pod-f4 .generic-outline:hover h2,
.pod.pod-f4 .generic-outline:hover h3,
.pod.pod-f4 .generic-outline:hover h4,
.pod.pod-f4 .generic-outline:hover h5,
.pod.pod-f4 .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #ff824d !important;
}
.pod.pod-f5 {
  background: #ffc9b3;
  color: #212529;
}
.pod.pod-f5 h1,
.pod.pod-f5 h2,
.pod.pod-f5 h3,
.pod.pod-f5 h4,
.pod.pod-f5 h5,
.pod.pod-f5 h6,
.pod.pod-f5 p,
.pod.pod-f5 .pf_form_table,
.pod.pod-f5 .pf_form_table .pf_label_text {
  color: #212529;
}
.pod.pod-f5 a {
  color: #00ADEF;
}
.pod.pod-f5 a:hover {
  color: #00ADEF;
}
.pod.pod-f5 .generic-fill {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FF4C00;
}
.pod.pod-f5 .generic-fill:hover {
  background: #ff824d;
  color: #FFF !important;
  border-color: #ff824d;
}
.pod.pod-f5 .generic-fill:hover {
  background: #ff824d;
  color: #FFF !important;
  border-color: #ff824d;
}
.pod.pod-f5 .generic-fill:hover p,
.pod.pod-f5 .generic-fill:hover h1,
.pod.pod-f5 .generic-fill:hover h2,
.pod.pod-f5 .generic-fill:hover h3,
.pod.pod-f5 .generic-fill:hover h4,
.pod.pod-f5 .generic-fill:hover h5,
.pod.pod-f5 .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.pod.pod-f5 .generic-outline {
  background: transparent;
  color: #FF4C00 !important;
  border-color: #FF4C00;
}
.pod.pod-f5 .generic-outline:hover {
  background: transparent;
  color: #ff824d !important;
  border-color: #ff824d;
}
.pod.pod-f5 .generic-outline:hover {
  background: transparent;
  color: #ff824d !important;
  border-color: #ff824d;
}
.pod.pod-f5 .generic-outline:hover p,
.pod.pod-f5 .generic-outline:hover h1,
.pod.pod-f5 .generic-outline:hover h2,
.pod.pod-f5 .generic-outline:hover h3,
.pod.pod-f5 .generic-outline:hover h4,
.pod.pod-f5 .generic-outline:hover h5,
.pod.pod-f5 .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #ff824d !important;
}
.pod.pod-f6 {
  background: #ffdbcc;
  color: #212529;
}
.pod.pod-f6 h1,
.pod.pod-f6 h2,
.pod.pod-f6 h3,
.pod.pod-f6 h4,
.pod.pod-f6 h5,
.pod.pod-f6 h6,
.pod.pod-f6 p,
.pod.pod-f6 .pf_form_table,
.pod.pod-f6 .pf_form_table .pf_label_text {
  color: #212529;
}
.pod.pod-f6 a {
  color: #00ADEF;
}
.pod.pod-f6 a:hover {
  color: #00ADEF;
}
.pod.pod-f6 .generic-fill {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FF4C00;
}
.pod.pod-f6 .generic-fill:hover {
  background: #ff824d;
  color: #FFF !important;
  border-color: #ff824d;
}
.pod.pod-f6 .generic-fill:hover {
  background: #ff824d;
  color: #FFF !important;
  border-color: #ff824d;
}
.pod.pod-f6 .generic-fill:hover p,
.pod.pod-f6 .generic-fill:hover h1,
.pod.pod-f6 .generic-fill:hover h2,
.pod.pod-f6 .generic-fill:hover h3,
.pod.pod-f6 .generic-fill:hover h4,
.pod.pod-f6 .generic-fill:hover h5,
.pod.pod-f6 .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.pod.pod-f6 .generic-outline {
  background: transparent;
  color: #FF4C00 !important;
  border-color: #FF4C00;
}
.pod.pod-f6 .generic-outline:hover {
  background: transparent;
  color: #ff824d !important;
  border-color: #ff824d;
}
.pod.pod-f6 .generic-outline:hover {
  background: transparent;
  color: #ff824d !important;
  border-color: #ff824d;
}
.pod.pod-f6 .generic-outline:hover p,
.pod.pod-f6 .generic-outline:hover h1,
.pod.pod-f6 .generic-outline:hover h2,
.pod.pod-f6 .generic-outline:hover h3,
.pod.pod-f6 .generic-outline:hover h4,
.pod.pod-f6 .generic-outline:hover h5,
.pod.pod-f6 .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #ff824d !important;
}
.pod.pod-f7 {
  background: #ffede6;
  color: #212529;
}
.pod.pod-f7 h1,
.pod.pod-f7 h2,
.pod.pod-f7 h3,
.pod.pod-f7 h4,
.pod.pod-f7 h5,
.pod.pod-f7 h6,
.pod.pod-f7 p,
.pod.pod-f7 .pf_form_table,
.pod.pod-f7 .pf_form_table .pf_label_text {
  color: #212529;
}
.pod.pod-f7 a {
  color: #00ADEF;
}
.pod.pod-f7 a:hover {
  color: #00ADEF;
}
.pod.pod-f7 .generic-fill {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FF4C00;
}
.pod.pod-f7 .generic-fill:hover {
  background: #ff824d;
  color: #FFF !important;
  border-color: #ff824d;
}
.pod.pod-f7 .generic-fill:hover {
  background: #ff824d;
  color: #FFF !important;
  border-color: #ff824d;
}
.pod.pod-f7 .generic-fill:hover p,
.pod.pod-f7 .generic-fill:hover h1,
.pod.pod-f7 .generic-fill:hover h2,
.pod.pod-f7 .generic-fill:hover h3,
.pod.pod-f7 .generic-fill:hover h4,
.pod.pod-f7 .generic-fill:hover h5,
.pod.pod-f7 .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.pod.pod-f7 .generic-outline {
  background: transparent;
  color: #FF4C00 !important;
  border-color: #FF4C00;
}
.pod.pod-f7 .generic-outline:hover {
  background: transparent;
  color: #ff824d !important;
  border-color: #ff824d;
}
.pod.pod-f7 .generic-outline:hover {
  background: transparent;
  color: #ff824d !important;
  border-color: #ff824d;
}
.pod.pod-f7 .generic-outline:hover p,
.pod.pod-f7 .generic-outline:hover h1,
.pod.pod-f7 .generic-outline:hover h2,
.pod.pod-f7 .generic-outline:hover h3,
.pod.pod-f7 .generic-outline:hover h4,
.pod.pod-f7 .generic-outline:hover h5,
.pod.pod-f7 .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #ff824d !important;
}
.pod.pod-k1 {
  background: #d9d9d9;
  color: #212529;
}
.pod.pod-k1 h1,
.pod.pod-k1 h2,
.pod.pod-k1 h3,
.pod.pod-k1 h4,
.pod.pod-k1 h5,
.pod.pod-k1 h6,
.pod.pod-k1 p,
.pod.pod-k1 .pf_form_table,
.pod.pod-k1 .pf_form_table .pf_label_text {
  color: #212529;
}
.pod.pod-k1 a {
  color: #00ADEF;
}
.pod.pod-k1 a:hover {
  color: #00ADEF;
}
.pod.pod-k1 .generic-fill {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FF4C00;
}
.pod.pod-k1 .generic-fill:hover {
  background: #ff824d;
  color: #FFF !important;
  border-color: #ff824d;
}
.pod.pod-k1 .generic-fill:hover {
  background: #ff824d;
  color: #FFF !important;
  border-color: #ff824d;
}
.pod.pod-k1 .generic-fill:hover p,
.pod.pod-k1 .generic-fill:hover h1,
.pod.pod-k1 .generic-fill:hover h2,
.pod.pod-k1 .generic-fill:hover h3,
.pod.pod-k1 .generic-fill:hover h4,
.pod.pod-k1 .generic-fill:hover h5,
.pod.pod-k1 .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.pod.pod-k1 .generic-outline {
  background: transparent;
  color: #FF4C00 !important;
  border-color: #FF4C00;
}
.pod.pod-k1 .generic-outline:hover {
  background: transparent;
  color: #ff824d !important;
  border-color: #ff824d;
}
.pod.pod-k1 .generic-outline:hover {
  background: transparent;
  color: #ff824d !important;
  border-color: #ff824d;
}
.pod.pod-k1 .generic-outline:hover p,
.pod.pod-k1 .generic-outline:hover h1,
.pod.pod-k1 .generic-outline:hover h2,
.pod.pod-k1 .generic-outline:hover h3,
.pod.pod-k1 .generic-outline:hover h4,
.pod.pod-k1 .generic-outline:hover h5,
.pod.pod-k1 .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #ff824d !important;
}
.pod.pod-k2 {
  background: #c6c6c6;
  color: #212529;
}
.pod.pod-k2 h1,
.pod.pod-k2 h2,
.pod.pod-k2 h3,
.pod.pod-k2 h4,
.pod.pod-k2 h5,
.pod.pod-k2 h6,
.pod.pod-k2 p,
.pod.pod-k2 .pf_form_table,
.pod.pod-k2 .pf_form_table .pf_label_text {
  color: #212529;
}
.pod.pod-k2 a {
  color: #00ADEF;
}
.pod.pod-k2 a:hover {
  color: #00ADEF;
}
.pod.pod-k2 .generic-fill {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FF4C00;
}
.pod.pod-k2 .generic-fill:hover {
  background: #ff824d;
  color: #FFF !important;
  border-color: #ff824d;
}
.pod.pod-k2 .generic-fill:hover {
  background: #ff824d;
  color: #FFF !important;
  border-color: #ff824d;
}
.pod.pod-k2 .generic-fill:hover p,
.pod.pod-k2 .generic-fill:hover h1,
.pod.pod-k2 .generic-fill:hover h2,
.pod.pod-k2 .generic-fill:hover h3,
.pod.pod-k2 .generic-fill:hover h4,
.pod.pod-k2 .generic-fill:hover h5,
.pod.pod-k2 .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.pod.pod-k2 .generic-outline {
  background: transparent;
  color: #FF4C00 !important;
  border-color: #FF4C00;
}
.pod.pod-k2 .generic-outline:hover {
  background: transparent;
  color: #ff824d !important;
  border-color: #ff824d;
}
.pod.pod-k2 .generic-outline:hover {
  background: transparent;
  color: #ff824d !important;
  border-color: #ff824d;
}
.pod.pod-k2 .generic-outline:hover p,
.pod.pod-k2 .generic-outline:hover h1,
.pod.pod-k2 .generic-outline:hover h2,
.pod.pod-k2 .generic-outline:hover h3,
.pod.pod-k2 .generic-outline:hover h4,
.pod.pod-k2 .generic-outline:hover h5,
.pod.pod-k2 .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #ff824d !important;
}
.pod.pod-k3 {
  background: #b3b3b3;
  color: #FFF;
}
.pod.pod-k3 h1,
.pod.pod-k3 h2,
.pod.pod-k3 h3,
.pod.pod-k3 h4,
.pod.pod-k3 h5,
.pod.pod-k3 h6,
.pod.pod-k3 p,
.pod.pod-k3 .pf_form_table,
.pod.pod-k3 .pf_form_table .pf_label_text {
  color: #FFF;
}
.pod.pod-k3 a {
  color: #FFF;
}
.pod.pod-k3 a:hover {
  color: #FFF;
}
.pod.pod-k3 .generic-fill {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-k3 .generic-fill:hover {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-k3 .generic-fill:hover {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-k3 .generic-fill:hover p,
.pod.pod-k3 .generic-fill:hover h1,
.pod.pod-k3 .generic-fill:hover h2,
.pod.pod-k3 .generic-fill:hover h3,
.pod.pod-k3 .generic-fill:hover h4,
.pod.pod-k3 .generic-fill:hover h5,
.pod.pod-k3 .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.pod.pod-k3 .generic-outline {
  background: transparent;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-k3 .generic-outline:hover {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-k3 .generic-outline:hover {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-k3 .generic-outline:hover p,
.pod.pod-k3 .generic-outline:hover h1,
.pod.pod-k3 .generic-outline:hover h2,
.pod.pod-k3 .generic-outline:hover h3,
.pod.pod-k3 .generic-outline:hover h4,
.pod.pod-k3 .generic-outline:hover h5,
.pod.pod-k3 .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FF4C00 !important;
}
.pod.pod-k4 {
  background: #8c8c8d;
  color: #FFF;
}
.pod.pod-k4 h1,
.pod.pod-k4 h2,
.pod.pod-k4 h3,
.pod.pod-k4 h4,
.pod.pod-k4 h5,
.pod.pod-k4 h6,
.pod.pod-k4 p,
.pod.pod-k4 .pf_form_table,
.pod.pod-k4 .pf_form_table .pf_label_text {
  color: #FFF;
}
.pod.pod-k4 a {
  color: #FFF;
}
.pod.pod-k4 a:hover {
  color: #FFF;
}
.pod.pod-k4 .generic-fill {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-k4 .generic-fill:hover {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-k4 .generic-fill:hover {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-k4 .generic-fill:hover p,
.pod.pod-k4 .generic-fill:hover h1,
.pod.pod-k4 .generic-fill:hover h2,
.pod.pod-k4 .generic-fill:hover h3,
.pod.pod-k4 .generic-fill:hover h4,
.pod.pod-k4 .generic-fill:hover h5,
.pod.pod-k4 .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.pod.pod-k4 .generic-outline {
  background: transparent;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-k4 .generic-outline:hover {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-k4 .generic-outline:hover {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-k4 .generic-outline:hover p,
.pod.pod-k4 .generic-outline:hover h1,
.pod.pod-k4 .generic-outline:hover h2,
.pod.pod-k4 .generic-outline:hover h3,
.pod.pod-k4 .generic-outline:hover h4,
.pod.pod-k4 .generic-outline:hover h5,
.pod.pod-k4 .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FF4C00 !important;
}
.pod.pod-k5 {
  background: #79797a;
  color: #FFF;
}
.pod.pod-k5 h1,
.pod.pod-k5 h2,
.pod.pod-k5 h3,
.pod.pod-k5 h4,
.pod.pod-k5 h5,
.pod.pod-k5 h6,
.pod.pod-k5 p,
.pod.pod-k5 .pf_form_table,
.pod.pod-k5 .pf_form_table .pf_label_text {
  color: #FFF;
}
.pod.pod-k5 a {
  color: #FFF;
}
.pod.pod-k5 a:hover {
  color: #FFF;
}
.pod.pod-k5 .generic-fill {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-k5 .generic-fill:hover {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-k5 .generic-fill:hover {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-k5 .generic-fill:hover p,
.pod.pod-k5 .generic-fill:hover h1,
.pod.pod-k5 .generic-fill:hover h2,
.pod.pod-k5 .generic-fill:hover h3,
.pod.pod-k5 .generic-fill:hover h4,
.pod.pod-k5 .generic-fill:hover h5,
.pod.pod-k5 .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.pod.pod-k5 .generic-outline {
  background: transparent;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-k5 .generic-outline:hover {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-k5 .generic-outline:hover {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-k5 .generic-outline:hover p,
.pod.pod-k5 .generic-outline:hover h1,
.pod.pod-k5 .generic-outline:hover h2,
.pod.pod-k5 .generic-outline:hover h3,
.pod.pod-k5 .generic-outline:hover h4,
.pod.pod-k5 .generic-outline:hover h5,
.pod.pod-k5 .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FF4C00 !important;
}
.pod.pod-k6 {
  background: #666667;
  color: #FFF;
}
.pod.pod-k6 h1,
.pod.pod-k6 h2,
.pod.pod-k6 h3,
.pod.pod-k6 h4,
.pod.pod-k6 h5,
.pod.pod-k6 h6,
.pod.pod-k6 p,
.pod.pod-k6 .pf_form_table,
.pod.pod-k6 .pf_form_table .pf_label_text {
  color: #FFF;
}
.pod.pod-k6 a {
  color: #FFF;
}
.pod.pod-k6 a:hover {
  color: #FFF;
}
.pod.pod-k6 .generic-fill {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-k6 .generic-fill:hover {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-k6 .generic-fill:hover {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-k6 .generic-fill:hover p,
.pod.pod-k6 .generic-fill:hover h1,
.pod.pod-k6 .generic-fill:hover h2,
.pod.pod-k6 .generic-fill:hover h3,
.pod.pod-k6 .generic-fill:hover h4,
.pod.pod-k6 .generic-fill:hover h5,
.pod.pod-k6 .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.pod.pod-k6 .generic-outline {
  background: transparent;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-k6 .generic-outline:hover {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-k6 .generic-outline:hover {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-k6 .generic-outline:hover p,
.pod.pod-k6 .generic-outline:hover h1,
.pod.pod-k6 .generic-outline:hover h2,
.pod.pod-k6 .generic-outline:hover h3,
.pod.pod-k6 .generic-outline:hover h4,
.pod.pod-k6 .generic-outline:hover h5,
.pod.pod-k6 .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FF4C00 !important;
}
.pod.pod-k7 {
  background: #535354;
  color: #FFF;
}
.pod.pod-k7 h1,
.pod.pod-k7 h2,
.pod.pod-k7 h3,
.pod.pod-k7 h4,
.pod.pod-k7 h5,
.pod.pod-k7 h6,
.pod.pod-k7 p,
.pod.pod-k7 .pf_form_table,
.pod.pod-k7 .pf_form_table .pf_label_text {
  color: #FFF;
}
.pod.pod-k7 a {
  color: #FFF;
}
.pod.pod-k7 a:hover {
  color: #FFF;
}
.pod.pod-k7 .generic-fill {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-k7 .generic-fill:hover {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-k7 .generic-fill:hover {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-k7 .generic-fill:hover p,
.pod.pod-k7 .generic-fill:hover h1,
.pod.pod-k7 .generic-fill:hover h2,
.pod.pod-k7 .generic-fill:hover h3,
.pod.pod-k7 .generic-fill:hover h4,
.pod.pod-k7 .generic-fill:hover h5,
.pod.pod-k7 .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.pod.pod-k7 .generic-outline {
  background: transparent;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-k7 .generic-outline:hover {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-k7 .generic-outline:hover {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-k7 .generic-outline:hover p,
.pod.pod-k7 .generic-outline:hover h1,
.pod.pod-k7 .generic-outline:hover h2,
.pod.pod-k7 .generic-outline:hover h3,
.pod.pod-k7 .generic-outline:hover h4,
.pod.pod-k7 .generic-outline:hover h5,
.pod.pod-k7 .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FF4C00 !important;
}
.pod.pod-m {
  background: #E20918;
  color: #FFF;
}
.pod.pod-m h1,
.pod.pod-m h2,
.pod.pod-m h3,
.pod.pod-m h4,
.pod.pod-m h5,
.pod.pod-m h6,
.pod.pod-m p,
.pod.pod-m .pf_form_table,
.pod.pod-m .pf_form_table .pf_label_text {
  color: #FFF;
}
.pod.pod-m a {
  color: #FFF;
}
.pod.pod-m a:hover {
  color: #FFF;
}
.pod.pod-m .generic-fill {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-m .generic-fill:hover {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-m .generic-fill:hover {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-m .generic-fill:hover p,
.pod.pod-m .generic-fill:hover h1,
.pod.pod-m .generic-fill:hover h2,
.pod.pod-m .generic-fill:hover h3,
.pod.pod-m .generic-fill:hover h4,
.pod.pod-m .generic-fill:hover h5,
.pod.pod-m .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.pod.pod-m .generic-outline {
  background: transparent;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-m .generic-outline:hover {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-m .generic-outline:hover {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-m .generic-outline:hover p,
.pod.pod-m .generic-outline:hover h1,
.pod.pod-m .generic-outline:hover h2,
.pod.pod-m .generic-outline:hover h3,
.pod.pod-m .generic-outline:hover h4,
.pod.pod-m .generic-outline:hover h5,
.pod.pod-m .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FF4C00 !important;
}
.pod.pod-m1 {
  background: #e5222f;
  color: #FFF;
}
.pod.pod-m1 h1,
.pod.pod-m1 h2,
.pod.pod-m1 h3,
.pod.pod-m1 h4,
.pod.pod-m1 h5,
.pod.pod-m1 h6,
.pod.pod-m1 p,
.pod.pod-m1 .pf_form_table,
.pod.pod-m1 .pf_form_table .pf_label_text {
  color: #FFF;
}
.pod.pod-m1 a {
  color: #FFF;
}
.pod.pod-m1 a:hover {
  color: #FFF;
}
.pod.pod-m1 .generic-fill {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-m1 .generic-fill:hover {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-m1 .generic-fill:hover {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-m1 .generic-fill:hover p,
.pod.pod-m1 .generic-fill:hover h1,
.pod.pod-m1 .generic-fill:hover h2,
.pod.pod-m1 .generic-fill:hover h3,
.pod.pod-m1 .generic-fill:hover h4,
.pod.pod-m1 .generic-fill:hover h5,
.pod.pod-m1 .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.pod.pod-m1 .generic-outline {
  background: transparent;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-m1 .generic-outline:hover {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-m1 .generic-outline:hover {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-m1 .generic-outline:hover p,
.pod.pod-m1 .generic-outline:hover h1,
.pod.pod-m1 .generic-outline:hover h2,
.pod.pod-m1 .generic-outline:hover h3,
.pod.pod-m1 .generic-outline:hover h4,
.pod.pod-m1 .generic-outline:hover h5,
.pod.pod-m1 .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FF4C00 !important;
}
.pod.pod-m2 {
  background: #e83a46;
  color: #FFF;
}
.pod.pod-m2 h1,
.pod.pod-m2 h2,
.pod.pod-m2 h3,
.pod.pod-m2 h4,
.pod.pod-m2 h5,
.pod.pod-m2 h6,
.pod.pod-m2 p,
.pod.pod-m2 .pf_form_table,
.pod.pod-m2 .pf_form_table .pf_label_text {
  color: #FFF;
}
.pod.pod-m2 a {
  color: #FFF;
}
.pod.pod-m2 a:hover {
  color: #FFF;
}
.pod.pod-m2 .generic-fill {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-m2 .generic-fill:hover {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-m2 .generic-fill:hover {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-m2 .generic-fill:hover p,
.pod.pod-m2 .generic-fill:hover h1,
.pod.pod-m2 .generic-fill:hover h2,
.pod.pod-m2 .generic-fill:hover h3,
.pod.pod-m2 .generic-fill:hover h4,
.pod.pod-m2 .generic-fill:hover h5,
.pod.pod-m2 .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.pod.pod-m2 .generic-outline {
  background: transparent;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-m2 .generic-outline:hover {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-m2 .generic-outline:hover {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-m2 .generic-outline:hover p,
.pod.pod-m2 .generic-outline:hover h1,
.pod.pod-m2 .generic-outline:hover h2,
.pod.pod-m2 .generic-outline:hover h3,
.pod.pod-m2 .generic-outline:hover h4,
.pod.pod-m2 .generic-outline:hover h5,
.pod.pod-m2 .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FF4C00 !important;
}
.pod.pod-m3 {
  background: #eb535d;
  color: #FFF;
}
.pod.pod-m3 h1,
.pod.pod-m3 h2,
.pod.pod-m3 h3,
.pod.pod-m3 h4,
.pod.pod-m3 h5,
.pod.pod-m3 h6,
.pod.pod-m3 p,
.pod.pod-m3 .pf_form_table,
.pod.pod-m3 .pf_form_table .pf_label_text {
  color: #FFF;
}
.pod.pod-m3 a {
  color: #FFF;
}
.pod.pod-m3 a:hover {
  color: #FFF;
}
.pod.pod-m3 .generic-fill {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-m3 .generic-fill:hover {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-m3 .generic-fill:hover {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-m3 .generic-fill:hover p,
.pod.pod-m3 .generic-fill:hover h1,
.pod.pod-m3 .generic-fill:hover h2,
.pod.pod-m3 .generic-fill:hover h3,
.pod.pod-m3 .generic-fill:hover h4,
.pod.pod-m3 .generic-fill:hover h5,
.pod.pod-m3 .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.pod.pod-m3 .generic-outline {
  background: transparent;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-m3 .generic-outline:hover {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-m3 .generic-outline:hover {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-m3 .generic-outline:hover p,
.pod.pod-m3 .generic-outline:hover h1,
.pod.pod-m3 .generic-outline:hover h2,
.pod.pod-m3 .generic-outline:hover h3,
.pod.pod-m3 .generic-outline:hover h4,
.pod.pod-m3 .generic-outline:hover h5,
.pod.pod-m3 .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FF4C00 !important;
}
.pod.pod-m4 {
  background: #ee6b74;
  color: #FFF;
}
.pod.pod-m4 h1,
.pod.pod-m4 h2,
.pod.pod-m4 h3,
.pod.pod-m4 h4,
.pod.pod-m4 h5,
.pod.pod-m4 h6,
.pod.pod-m4 p,
.pod.pod-m4 .pf_form_table,
.pod.pod-m4 .pf_form_table .pf_label_text {
  color: #FFF;
}
.pod.pod-m4 a {
  color: #FFF;
}
.pod.pod-m4 a:hover {
  color: #FFF;
}
.pod.pod-m4 .generic-fill {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-m4 .generic-fill:hover {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-m4 .generic-fill:hover {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-m4 .generic-fill:hover p,
.pod.pod-m4 .generic-fill:hover h1,
.pod.pod-m4 .generic-fill:hover h2,
.pod.pod-m4 .generic-fill:hover h3,
.pod.pod-m4 .generic-fill:hover h4,
.pod.pod-m4 .generic-fill:hover h5,
.pod.pod-m4 .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.pod.pod-m4 .generic-outline {
  background: transparent;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-m4 .generic-outline:hover {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-m4 .generic-outline:hover {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-m4 .generic-outline:hover p,
.pod.pod-m4 .generic-outline:hover h1,
.pod.pod-m4 .generic-outline:hover h2,
.pod.pod-m4 .generic-outline:hover h3,
.pod.pod-m4 .generic-outline:hover h4,
.pod.pod-m4 .generic-outline:hover h5,
.pod.pod-m4 .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FF4C00 !important;
}
.pod.pod-m5 {
  background: #f1848c;
  color: #FFF;
}
.pod.pod-m5 h1,
.pod.pod-m5 h2,
.pod.pod-m5 h3,
.pod.pod-m5 h4,
.pod.pod-m5 h5,
.pod.pod-m5 h6,
.pod.pod-m5 p,
.pod.pod-m5 .pf_form_table,
.pod.pod-m5 .pf_form_table .pf_label_text {
  color: #FFF;
}
.pod.pod-m5 a {
  color: #FFF;
}
.pod.pod-m5 a:hover {
  color: #FFF;
}
.pod.pod-m5 .generic-fill {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-m5 .generic-fill:hover {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-m5 .generic-fill:hover {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-m5 .generic-fill:hover p,
.pod.pod-m5 .generic-fill:hover h1,
.pod.pod-m5 .generic-fill:hover h2,
.pod.pod-m5 .generic-fill:hover h3,
.pod.pod-m5 .generic-fill:hover h4,
.pod.pod-m5 .generic-fill:hover h5,
.pod.pod-m5 .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.pod.pod-m5 .generic-outline {
  background: transparent;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-m5 .generic-outline:hover {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-m5 .generic-outline:hover {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-m5 .generic-outline:hover p,
.pod.pod-m5 .generic-outline:hover h1,
.pod.pod-m5 .generic-outline:hover h2,
.pod.pod-m5 .generic-outline:hover h3,
.pod.pod-m5 .generic-outline:hover h4,
.pod.pod-m5 .generic-outline:hover h5,
.pod.pod-m5 .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FF4C00 !important;
}
.pod.pod-m6 {
  background: #f39da3;
  color: #212529;
}
.pod.pod-m6 h1,
.pod.pod-m6 h2,
.pod.pod-m6 h3,
.pod.pod-m6 h4,
.pod.pod-m6 h5,
.pod.pod-m6 h6,
.pod.pod-m6 p,
.pod.pod-m6 .pf_form_table,
.pod.pod-m6 .pf_form_table .pf_label_text {
  color: #212529;
}
.pod.pod-m6 a {
  color: #00ADEF;
}
.pod.pod-m6 a:hover {
  color: #00ADEF;
}
.pod.pod-m6 .generic-fill {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FF4C00;
}
.pod.pod-m6 .generic-fill:hover {
  background: #ff824d;
  color: #FFF !important;
  border-color: #ff824d;
}
.pod.pod-m6 .generic-fill:hover {
  background: #ff824d;
  color: #FFF !important;
  border-color: #ff824d;
}
.pod.pod-m6 .generic-fill:hover p,
.pod.pod-m6 .generic-fill:hover h1,
.pod.pod-m6 .generic-fill:hover h2,
.pod.pod-m6 .generic-fill:hover h3,
.pod.pod-m6 .generic-fill:hover h4,
.pod.pod-m6 .generic-fill:hover h5,
.pod.pod-m6 .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.pod.pod-m6 .generic-outline {
  background: transparent;
  color: #FF4C00 !important;
  border-color: #FF4C00;
}
.pod.pod-m6 .generic-outline:hover {
  background: transparent;
  color: #ff824d !important;
  border-color: #ff824d;
}
.pod.pod-m6 .generic-outline:hover {
  background: transparent;
  color: #ff824d !important;
  border-color: #ff824d;
}
.pod.pod-m6 .generic-outline:hover p,
.pod.pod-m6 .generic-outline:hover h1,
.pod.pod-m6 .generic-outline:hover h2,
.pod.pod-m6 .generic-outline:hover h3,
.pod.pod-m6 .generic-outline:hover h4,
.pod.pod-m6 .generic-outline:hover h5,
.pod.pod-m6 .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #ff824d !important;
}
.pod.pod-m7 {
  background: #f6b5ba;
  color: #212529;
}
.pod.pod-m7 h1,
.pod.pod-m7 h2,
.pod.pod-m7 h3,
.pod.pod-m7 h4,
.pod.pod-m7 h5,
.pod.pod-m7 h6,
.pod.pod-m7 p,
.pod.pod-m7 .pf_form_table,
.pod.pod-m7 .pf_form_table .pf_label_text {
  color: #212529;
}
.pod.pod-m7 a {
  color: #00ADEF;
}
.pod.pod-m7 a:hover {
  color: #00ADEF;
}
.pod.pod-m7 .generic-fill {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FF4C00;
}
.pod.pod-m7 .generic-fill:hover {
  background: #ff824d;
  color: #FFF !important;
  border-color: #ff824d;
}
.pod.pod-m7 .generic-fill:hover {
  background: #ff824d;
  color: #FFF !important;
  border-color: #ff824d;
}
.pod.pod-m7 .generic-fill:hover p,
.pod.pod-m7 .generic-fill:hover h1,
.pod.pod-m7 .generic-fill:hover h2,
.pod.pod-m7 .generic-fill:hover h3,
.pod.pod-m7 .generic-fill:hover h4,
.pod.pod-m7 .generic-fill:hover h5,
.pod.pod-m7 .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.pod.pod-m7 .generic-outline {
  background: transparent;
  color: #FF4C00 !important;
  border-color: #FF4C00;
}
.pod.pod-m7 .generic-outline:hover {
  background: transparent;
  color: #ff824d !important;
  border-color: #ff824d;
}
.pod.pod-m7 .generic-outline:hover {
  background: transparent;
  color: #ff824d !important;
  border-color: #ff824d;
}
.pod.pod-m7 .generic-outline:hover p,
.pod.pod-m7 .generic-outline:hover h1,
.pod.pod-m7 .generic-outline:hover h2,
.pod.pod-m7 .generic-outline:hover h3,
.pod.pod-m7 .generic-outline:hover h4,
.pod.pod-m7 .generic-outline:hover h5,
.pod.pod-m7 .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #ff824d !important;
}
.pod.pod-m8 {
  background: #f9ced1;
  color: #212529;
}
.pod.pod-m8 h1,
.pod.pod-m8 h2,
.pod.pod-m8 h3,
.pod.pod-m8 h4,
.pod.pod-m8 h5,
.pod.pod-m8 h6,
.pod.pod-m8 p,
.pod.pod-m8 .pf_form_table,
.pod.pod-m8 .pf_form_table .pf_label_text {
  color: #212529;
}
.pod.pod-m8 a {
  color: #00ADEF;
}
.pod.pod-m8 a:hover {
  color: #00ADEF;
}
.pod.pod-m8 .generic-fill {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FF4C00;
}
.pod.pod-m8 .generic-fill:hover {
  background: #ff824d;
  color: #FFF !important;
  border-color: #ff824d;
}
.pod.pod-m8 .generic-fill:hover {
  background: #ff824d;
  color: #FFF !important;
  border-color: #ff824d;
}
.pod.pod-m8 .generic-fill:hover p,
.pod.pod-m8 .generic-fill:hover h1,
.pod.pod-m8 .generic-fill:hover h2,
.pod.pod-m8 .generic-fill:hover h3,
.pod.pod-m8 .generic-fill:hover h4,
.pod.pod-m8 .generic-fill:hover h5,
.pod.pod-m8 .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.pod.pod-m8 .generic-outline {
  background: transparent;
  color: #FF4C00 !important;
  border-color: #FF4C00;
}
.pod.pod-m8 .generic-outline:hover {
  background: transparent;
  color: #ff824d !important;
  border-color: #ff824d;
}
.pod.pod-m8 .generic-outline:hover {
  background: transparent;
  color: #ff824d !important;
  border-color: #ff824d;
}
.pod.pod-m8 .generic-outline:hover p,
.pod.pod-m8 .generic-outline:hover h1,
.pod.pod-m8 .generic-outline:hover h2,
.pod.pod-m8 .generic-outline:hover h3,
.pod.pod-m8 .generic-outline:hover h4,
.pod.pod-m8 .generic-outline:hover h5,
.pod.pod-m8 .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #ff824d !important;
}
.pod.pod-m9 {
  background: #fce6e8;
  color: #212529;
}
.pod.pod-m9 h1,
.pod.pod-m9 h2,
.pod.pod-m9 h3,
.pod.pod-m9 h4,
.pod.pod-m9 h5,
.pod.pod-m9 h6,
.pod.pod-m9 p,
.pod.pod-m9 .pf_form_table,
.pod.pod-m9 .pf_form_table .pf_label_text {
  color: #212529;
}
.pod.pod-m9 a {
  color: #00ADEF;
}
.pod.pod-m9 a:hover {
  color: #00ADEF;
}
.pod.pod-m9 .generic-fill {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FF4C00;
}
.pod.pod-m9 .generic-fill:hover {
  background: #ff824d;
  color: #FFF !important;
  border-color: #ff824d;
}
.pod.pod-m9 .generic-fill:hover {
  background: #ff824d;
  color: #FFF !important;
  border-color: #ff824d;
}
.pod.pod-m9 .generic-fill:hover p,
.pod.pod-m9 .generic-fill:hover h1,
.pod.pod-m9 .generic-fill:hover h2,
.pod.pod-m9 .generic-fill:hover h3,
.pod.pod-m9 .generic-fill:hover h4,
.pod.pod-m9 .generic-fill:hover h5,
.pod.pod-m9 .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.pod.pod-m9 .generic-outline {
  background: transparent;
  color: #FF4C00 !important;
  border-color: #FF4C00;
}
.pod.pod-m9 .generic-outline:hover {
  background: transparent;
  color: #ff824d !important;
  border-color: #ff824d;
}
.pod.pod-m9 .generic-outline:hover {
  background: transparent;
  color: #ff824d !important;
  border-color: #ff824d;
}
.pod.pod-m9 .generic-outline:hover p,
.pod.pod-m9 .generic-outline:hover h1,
.pod.pod-m9 .generic-outline:hover h2,
.pod.pod-m9 .generic-outline:hover h3,
.pod.pod-m9 .generic-outline:hover h4,
.pod.pod-m9 .generic-outline:hover h5,
.pod.pod-m9 .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #ff824d !important;
}
.pod.pod-n {
  background: #8E7A6E;
  color: #FFF;
}
.pod.pod-n h1,
.pod.pod-n h2,
.pod.pod-n h3,
.pod.pod-n h4,
.pod.pod-n h5,
.pod.pod-n h6,
.pod.pod-n p,
.pod.pod-n .pf_form_table,
.pod.pod-n .pf_form_table .pf_label_text {
  color: #FFF;
}
.pod.pod-n a {
  color: #FFF;
}
.pod.pod-n a:hover {
  color: #FFF;
}
.pod.pod-n .generic-fill {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-n .generic-fill:hover {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-n .generic-fill:hover {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-n .generic-fill:hover p,
.pod.pod-n .generic-fill:hover h1,
.pod.pod-n .generic-fill:hover h2,
.pod.pod-n .generic-fill:hover h3,
.pod.pod-n .generic-fill:hover h4,
.pod.pod-n .generic-fill:hover h5,
.pod.pod-n .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.pod.pod-n .generic-outline {
  background: transparent;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-n .generic-outline:hover {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-n .generic-outline:hover {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-n .generic-outline:hover p,
.pod.pod-n .generic-outline:hover h1,
.pod.pod-n .generic-outline:hover h2,
.pod.pod-n .generic-outline:hover h3,
.pod.pod-n .generic-outline:hover h4,
.pod.pod-n .generic-outline:hover h5,
.pod.pod-n .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FF4C00 !important;
}
.pod.pod-n1 {
  background: #99877d;
  color: #FFF;
}
.pod.pod-n1 h1,
.pod.pod-n1 h2,
.pod.pod-n1 h3,
.pod.pod-n1 h4,
.pod.pod-n1 h5,
.pod.pod-n1 h6,
.pod.pod-n1 p,
.pod.pod-n1 .pf_form_table,
.pod.pod-n1 .pf_form_table .pf_label_text {
  color: #FFF;
}
.pod.pod-n1 a {
  color: #FFF;
}
.pod.pod-n1 a:hover {
  color: #FFF;
}
.pod.pod-n1 .generic-fill {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-n1 .generic-fill:hover {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-n1 .generic-fill:hover {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-n1 .generic-fill:hover p,
.pod.pod-n1 .generic-fill:hover h1,
.pod.pod-n1 .generic-fill:hover h2,
.pod.pod-n1 .generic-fill:hover h3,
.pod.pod-n1 .generic-fill:hover h4,
.pod.pod-n1 .generic-fill:hover h5,
.pod.pod-n1 .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.pod.pod-n1 .generic-outline {
  background: transparent;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-n1 .generic-outline:hover {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-n1 .generic-outline:hover {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-n1 .generic-outline:hover p,
.pod.pod-n1 .generic-outline:hover h1,
.pod.pod-n1 .generic-outline:hover h2,
.pod.pod-n1 .generic-outline:hover h3,
.pod.pod-n1 .generic-outline:hover h4,
.pod.pod-n1 .generic-outline:hover h5,
.pod.pod-n1 .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FF4C00 !important;
}
.pod.pod-n2 {
  background: #a5958b;
  color: #FFF;
}
.pod.pod-n2 h1,
.pod.pod-n2 h2,
.pod.pod-n2 h3,
.pod.pod-n2 h4,
.pod.pod-n2 h5,
.pod.pod-n2 h6,
.pod.pod-n2 p,
.pod.pod-n2 .pf_form_table,
.pod.pod-n2 .pf_form_table .pf_label_text {
  color: #FFF;
}
.pod.pod-n2 a {
  color: #FFF;
}
.pod.pod-n2 a:hover {
  color: #FFF;
}
.pod.pod-n2 .generic-fill {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-n2 .generic-fill:hover {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-n2 .generic-fill:hover {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-n2 .generic-fill:hover p,
.pod.pod-n2 .generic-fill:hover h1,
.pod.pod-n2 .generic-fill:hover h2,
.pod.pod-n2 .generic-fill:hover h3,
.pod.pod-n2 .generic-fill:hover h4,
.pod.pod-n2 .generic-fill:hover h5,
.pod.pod-n2 .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.pod.pod-n2 .generic-outline {
  background: transparent;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-n2 .generic-outline:hover {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-n2 .generic-outline:hover {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-n2 .generic-outline:hover p,
.pod.pod-n2 .generic-outline:hover h1,
.pod.pod-n2 .generic-outline:hover h2,
.pod.pod-n2 .generic-outline:hover h3,
.pod.pod-n2 .generic-outline:hover h4,
.pod.pod-n2 .generic-outline:hover h5,
.pod.pod-n2 .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FF4C00 !important;
}
.pod.pod-n3 {
  background: #b0a29a;
  color: #FFF;
}
.pod.pod-n3 h1,
.pod.pod-n3 h2,
.pod.pod-n3 h3,
.pod.pod-n3 h4,
.pod.pod-n3 h5,
.pod.pod-n3 h6,
.pod.pod-n3 p,
.pod.pod-n3 .pf_form_table,
.pod.pod-n3 .pf_form_table .pf_label_text {
  color: #FFF;
}
.pod.pod-n3 a {
  color: #FFF;
}
.pod.pod-n3 a:hover {
  color: #FFF;
}
.pod.pod-n3 .generic-fill {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-n3 .generic-fill:hover {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-n3 .generic-fill:hover {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-n3 .generic-fill:hover p,
.pod.pod-n3 .generic-fill:hover h1,
.pod.pod-n3 .generic-fill:hover h2,
.pod.pod-n3 .generic-fill:hover h3,
.pod.pod-n3 .generic-fill:hover h4,
.pod.pod-n3 .generic-fill:hover h5,
.pod.pod-n3 .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.pod.pod-n3 .generic-outline {
  background: transparent;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-n3 .generic-outline:hover {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-n3 .generic-outline:hover {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-n3 .generic-outline:hover p,
.pod.pod-n3 .generic-outline:hover h1,
.pod.pod-n3 .generic-outline:hover h2,
.pod.pod-n3 .generic-outline:hover h3,
.pod.pod-n3 .generic-outline:hover h4,
.pod.pod-n3 .generic-outline:hover h5,
.pod.pod-n3 .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FF4C00 !important;
}
.pod.pod-n4 {
  background: #bbafa8;
  color: #FFF;
}
.pod.pod-n4 h1,
.pod.pod-n4 h2,
.pod.pod-n4 h3,
.pod.pod-n4 h4,
.pod.pod-n4 h5,
.pod.pod-n4 h6,
.pod.pod-n4 p,
.pod.pod-n4 .pf_form_table,
.pod.pod-n4 .pf_form_table .pf_label_text {
  color: #FFF;
}
.pod.pod-n4 a {
  color: #FFF;
}
.pod.pod-n4 a:hover {
  color: #FFF;
}
.pod.pod-n4 .generic-fill {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-n4 .generic-fill:hover {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-n4 .generic-fill:hover {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-n4 .generic-fill:hover p,
.pod.pod-n4 .generic-fill:hover h1,
.pod.pod-n4 .generic-fill:hover h2,
.pod.pod-n4 .generic-fill:hover h3,
.pod.pod-n4 .generic-fill:hover h4,
.pod.pod-n4 .generic-fill:hover h5,
.pod.pod-n4 .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.pod.pod-n4 .generic-outline {
  background: transparent;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-n4 .generic-outline:hover {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-n4 .generic-outline:hover {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-n4 .generic-outline:hover p,
.pod.pod-n4 .generic-outline:hover h1,
.pod.pod-n4 .generic-outline:hover h2,
.pod.pod-n4 .generic-outline:hover h3,
.pod.pod-n4 .generic-outline:hover h4,
.pod.pod-n4 .generic-outline:hover h5,
.pod.pod-n4 .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FF4C00 !important;
}
.pod.pod-n5 {
  background: #c7bdb7;
  color: #FFF;
}
.pod.pod-n5 h1,
.pod.pod-n5 h2,
.pod.pod-n5 h3,
.pod.pod-n5 h4,
.pod.pod-n5 h5,
.pod.pod-n5 h6,
.pod.pod-n5 p,
.pod.pod-n5 .pf_form_table,
.pod.pod-n5 .pf_form_table .pf_label_text {
  color: #FFF;
}
.pod.pod-n5 a {
  color: #FFF;
}
.pod.pod-n5 a:hover {
  color: #FFF;
}
.pod.pod-n5 .generic-fill {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-n5 .generic-fill:hover {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-n5 .generic-fill:hover {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-n5 .generic-fill:hover p,
.pod.pod-n5 .generic-fill:hover h1,
.pod.pod-n5 .generic-fill:hover h2,
.pod.pod-n5 .generic-fill:hover h3,
.pod.pod-n5 .generic-fill:hover h4,
.pod.pod-n5 .generic-fill:hover h5,
.pod.pod-n5 .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.pod.pod-n5 .generic-outline {
  background: transparent;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-n5 .generic-outline:hover {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-n5 .generic-outline:hover {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-n5 .generic-outline:hover p,
.pod.pod-n5 .generic-outline:hover h1,
.pod.pod-n5 .generic-outline:hover h2,
.pod.pod-n5 .generic-outline:hover h3,
.pod.pod-n5 .generic-outline:hover h4,
.pod.pod-n5 .generic-outline:hover h5,
.pod.pod-n5 .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FF4C00 !important;
}
.pod.pod-n6 {
  background: #d2cac5;
  color: #212529;
}
.pod.pod-n6 h1,
.pod.pod-n6 h2,
.pod.pod-n6 h3,
.pod.pod-n6 h4,
.pod.pod-n6 h5,
.pod.pod-n6 h6,
.pod.pod-n6 p,
.pod.pod-n6 .pf_form_table,
.pod.pod-n6 .pf_form_table .pf_label_text {
  color: #212529;
}
.pod.pod-n6 a {
  color: #00ADEF;
}
.pod.pod-n6 a:hover {
  color: #00ADEF;
}
.pod.pod-n6 .generic-fill {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FF4C00;
}
.pod.pod-n6 .generic-fill:hover {
  background: #ff824d;
  color: #FFF !important;
  border-color: #ff824d;
}
.pod.pod-n6 .generic-fill:hover {
  background: #ff824d;
  color: #FFF !important;
  border-color: #ff824d;
}
.pod.pod-n6 .generic-fill:hover p,
.pod.pod-n6 .generic-fill:hover h1,
.pod.pod-n6 .generic-fill:hover h2,
.pod.pod-n6 .generic-fill:hover h3,
.pod.pod-n6 .generic-fill:hover h4,
.pod.pod-n6 .generic-fill:hover h5,
.pod.pod-n6 .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.pod.pod-n6 .generic-outline {
  background: transparent;
  color: #FF4C00 !important;
  border-color: #FF4C00;
}
.pod.pod-n6 .generic-outline:hover {
  background: transparent;
  color: #ff824d !important;
  border-color: #ff824d;
}
.pod.pod-n6 .generic-outline:hover {
  background: transparent;
  color: #ff824d !important;
  border-color: #ff824d;
}
.pod.pod-n6 .generic-outline:hover p,
.pod.pod-n6 .generic-outline:hover h1,
.pod.pod-n6 .generic-outline:hover h2,
.pod.pod-n6 .generic-outline:hover h3,
.pod.pod-n6 .generic-outline:hover h4,
.pod.pod-n6 .generic-outline:hover h5,
.pod.pod-n6 .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #ff824d !important;
}
.pod.pod-n7 {
  background: #ddd7d4;
  color: #212529;
}
.pod.pod-n7 h1,
.pod.pod-n7 h2,
.pod.pod-n7 h3,
.pod.pod-n7 h4,
.pod.pod-n7 h5,
.pod.pod-n7 h6,
.pod.pod-n7 p,
.pod.pod-n7 .pf_form_table,
.pod.pod-n7 .pf_form_table .pf_label_text {
  color: #212529;
}
.pod.pod-n7 a {
  color: #00ADEF;
}
.pod.pod-n7 a:hover {
  color: #00ADEF;
}
.pod.pod-n7 .generic-fill {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FF4C00;
}
.pod.pod-n7 .generic-fill:hover {
  background: #ff824d;
  color: #FFF !important;
  border-color: #ff824d;
}
.pod.pod-n7 .generic-fill:hover {
  background: #ff824d;
  color: #FFF !important;
  border-color: #ff824d;
}
.pod.pod-n7 .generic-fill:hover p,
.pod.pod-n7 .generic-fill:hover h1,
.pod.pod-n7 .generic-fill:hover h2,
.pod.pod-n7 .generic-fill:hover h3,
.pod.pod-n7 .generic-fill:hover h4,
.pod.pod-n7 .generic-fill:hover h5,
.pod.pod-n7 .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.pod.pod-n7 .generic-outline {
  background: transparent;
  color: #FF4C00 !important;
  border-color: #FF4C00;
}
.pod.pod-n7 .generic-outline:hover {
  background: transparent;
  color: #ff824d !important;
  border-color: #ff824d;
}
.pod.pod-n7 .generic-outline:hover {
  background: transparent;
  color: #ff824d !important;
  border-color: #ff824d;
}
.pod.pod-n7 .generic-outline:hover p,
.pod.pod-n7 .generic-outline:hover h1,
.pod.pod-n7 .generic-outline:hover h2,
.pod.pod-n7 .generic-outline:hover h3,
.pod.pod-n7 .generic-outline:hover h4,
.pod.pod-n7 .generic-outline:hover h5,
.pod.pod-n7 .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #ff824d !important;
}
.pod.pod-n8 {
  background: #e8e4e2;
  color: #212529;
}
.pod.pod-n8 h1,
.pod.pod-n8 h2,
.pod.pod-n8 h3,
.pod.pod-n8 h4,
.pod.pod-n8 h5,
.pod.pod-n8 h6,
.pod.pod-n8 p,
.pod.pod-n8 .pf_form_table,
.pod.pod-n8 .pf_form_table .pf_label_text {
  color: #212529;
}
.pod.pod-n8 a {
  color: #00ADEF;
}
.pod.pod-n8 a:hover {
  color: #00ADEF;
}
.pod.pod-n8 .generic-fill {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FF4C00;
}
.pod.pod-n8 .generic-fill:hover {
  background: #ff824d;
  color: #FFF !important;
  border-color: #ff824d;
}
.pod.pod-n8 .generic-fill:hover {
  background: #ff824d;
  color: #FFF !important;
  border-color: #ff824d;
}
.pod.pod-n8 .generic-fill:hover p,
.pod.pod-n8 .generic-fill:hover h1,
.pod.pod-n8 .generic-fill:hover h2,
.pod.pod-n8 .generic-fill:hover h3,
.pod.pod-n8 .generic-fill:hover h4,
.pod.pod-n8 .generic-fill:hover h5,
.pod.pod-n8 .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.pod.pod-n8 .generic-outline {
  background: transparent;
  color: #FF4C00 !important;
  border-color: #FF4C00;
}
.pod.pod-n8 .generic-outline:hover {
  background: transparent;
  color: #ff824d !important;
  border-color: #ff824d;
}
.pod.pod-n8 .generic-outline:hover {
  background: transparent;
  color: #ff824d !important;
  border-color: #ff824d;
}
.pod.pod-n8 .generic-outline:hover p,
.pod.pod-n8 .generic-outline:hover h1,
.pod.pod-n8 .generic-outline:hover h2,
.pod.pod-n8 .generic-outline:hover h3,
.pod.pod-n8 .generic-outline:hover h4,
.pod.pod-n8 .generic-outline:hover h5,
.pod.pod-n8 .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #ff824d !important;
}
.pod.pod-n9 {
  background: #f4f2f1;
  color: #212529;
}
.pod.pod-n9 h1,
.pod.pod-n9 h2,
.pod.pod-n9 h3,
.pod.pod-n9 h4,
.pod.pod-n9 h5,
.pod.pod-n9 h6,
.pod.pod-n9 p,
.pod.pod-n9 .pf_form_table,
.pod.pod-n9 .pf_form_table .pf_label_text {
  color: #212529;
}
.pod.pod-n9 a {
  color: #00ADEF;
}
.pod.pod-n9 a:hover {
  color: #00ADEF;
}
.pod.pod-n9 .generic-fill {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FF4C00;
}
.pod.pod-n9 .generic-fill:hover {
  background: #ff824d;
  color: #FFF !important;
  border-color: #ff824d;
}
.pod.pod-n9 .generic-fill:hover {
  background: #ff824d;
  color: #FFF !important;
  border-color: #ff824d;
}
.pod.pod-n9 .generic-fill:hover p,
.pod.pod-n9 .generic-fill:hover h1,
.pod.pod-n9 .generic-fill:hover h2,
.pod.pod-n9 .generic-fill:hover h3,
.pod.pod-n9 .generic-fill:hover h4,
.pod.pod-n9 .generic-fill:hover h5,
.pod.pod-n9 .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.pod.pod-n9 .generic-outline {
  background: transparent;
  color: #FF4C00 !important;
  border-color: #FF4C00;
}
.pod.pod-n9 .generic-outline:hover {
  background: transparent;
  color: #ff824d !important;
  border-color: #ff824d;
}
.pod.pod-n9 .generic-outline:hover {
  background: transparent;
  color: #ff824d !important;
  border-color: #ff824d;
}
.pod.pod-n9 .generic-outline:hover p,
.pod.pod-n9 .generic-outline:hover h1,
.pod.pod-n9 .generic-outline:hover h2,
.pod.pod-n9 .generic-outline:hover h3,
.pod.pod-n9 .generic-outline:hover h4,
.pod.pod-n9 .generic-outline:hover h5,
.pod.pod-n9 .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #ff824d !important;
}
.pod.pod-o {
  background: #00A7A7;
  color: #FFF;
}
.pod.pod-o h1,
.pod.pod-o h2,
.pod.pod-o h3,
.pod.pod-o h4,
.pod.pod-o h5,
.pod.pod-o h6,
.pod.pod-o p,
.pod.pod-o .pf_form_table,
.pod.pod-o .pf_form_table .pf_label_text {
  color: #FFF;
}
.pod.pod-o a {
  color: #FFF;
}
.pod.pod-o a:hover {
  color: #FFF;
}
.pod.pod-o .generic-fill {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-o .generic-fill:hover {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-o .generic-fill:hover {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-o .generic-fill:hover p,
.pod.pod-o .generic-fill:hover h1,
.pod.pod-o .generic-fill:hover h2,
.pod.pod-o .generic-fill:hover h3,
.pod.pod-o .generic-fill:hover h4,
.pod.pod-o .generic-fill:hover h5,
.pod.pod-o .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.pod.pod-o .generic-outline {
  background: transparent;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-o .generic-outline:hover {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-o .generic-outline:hover {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-o .generic-outline:hover p,
.pod.pod-o .generic-outline:hover h1,
.pod.pod-o .generic-outline:hover h2,
.pod.pod-o .generic-outline:hover h3,
.pod.pod-o .generic-outline:hover h4,
.pod.pod-o .generic-outline:hover h5,
.pod.pod-o .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FF4C00 !important;
}
.pod.pod-o1 {
  background: #19b0b0;
  color: #FFF;
}
.pod.pod-o1 h1,
.pod.pod-o1 h2,
.pod.pod-o1 h3,
.pod.pod-o1 h4,
.pod.pod-o1 h5,
.pod.pod-o1 h6,
.pod.pod-o1 p,
.pod.pod-o1 .pf_form_table,
.pod.pod-o1 .pf_form_table .pf_label_text {
  color: #FFF;
}
.pod.pod-o1 a {
  color: #FFF;
}
.pod.pod-o1 a:hover {
  color: #FFF;
}
.pod.pod-o1 .generic-fill {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-o1 .generic-fill:hover {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-o1 .generic-fill:hover {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-o1 .generic-fill:hover p,
.pod.pod-o1 .generic-fill:hover h1,
.pod.pod-o1 .generic-fill:hover h2,
.pod.pod-o1 .generic-fill:hover h3,
.pod.pod-o1 .generic-fill:hover h4,
.pod.pod-o1 .generic-fill:hover h5,
.pod.pod-o1 .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.pod.pod-o1 .generic-outline {
  background: transparent;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-o1 .generic-outline:hover {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-o1 .generic-outline:hover {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-o1 .generic-outline:hover p,
.pod.pod-o1 .generic-outline:hover h1,
.pod.pod-o1 .generic-outline:hover h2,
.pod.pod-o1 .generic-outline:hover h3,
.pod.pod-o1 .generic-outline:hover h4,
.pod.pod-o1 .generic-outline:hover h5,
.pod.pod-o1 .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FF4C00 !important;
}
.pod.pod-o2 {
  background: #33b9b9;
  color: #FFF;
}
.pod.pod-o2 h1,
.pod.pod-o2 h2,
.pod.pod-o2 h3,
.pod.pod-o2 h4,
.pod.pod-o2 h5,
.pod.pod-o2 h6,
.pod.pod-o2 p,
.pod.pod-o2 .pf_form_table,
.pod.pod-o2 .pf_form_table .pf_label_text {
  color: #FFF;
}
.pod.pod-o2 a {
  color: #FFF;
}
.pod.pod-o2 a:hover {
  color: #FFF;
}
.pod.pod-o2 .generic-fill {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-o2 .generic-fill:hover {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-o2 .generic-fill:hover {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-o2 .generic-fill:hover p,
.pod.pod-o2 .generic-fill:hover h1,
.pod.pod-o2 .generic-fill:hover h2,
.pod.pod-o2 .generic-fill:hover h3,
.pod.pod-o2 .generic-fill:hover h4,
.pod.pod-o2 .generic-fill:hover h5,
.pod.pod-o2 .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.pod.pod-o2 .generic-outline {
  background: transparent;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-o2 .generic-outline:hover {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-o2 .generic-outline:hover {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-o2 .generic-outline:hover p,
.pod.pod-o2 .generic-outline:hover h1,
.pod.pod-o2 .generic-outline:hover h2,
.pod.pod-o2 .generic-outline:hover h3,
.pod.pod-o2 .generic-outline:hover h4,
.pod.pod-o2 .generic-outline:hover h5,
.pod.pod-o2 .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FF4C00 !important;
}
.pod.pod-o3 {
  background: #4dc1c1;
  color: #FFF;
}
.pod.pod-o3 h1,
.pod.pod-o3 h2,
.pod.pod-o3 h3,
.pod.pod-o3 h4,
.pod.pod-o3 h5,
.pod.pod-o3 h6,
.pod.pod-o3 p,
.pod.pod-o3 .pf_form_table,
.pod.pod-o3 .pf_form_table .pf_label_text {
  color: #FFF;
}
.pod.pod-o3 a {
  color: #FFF;
}
.pod.pod-o3 a:hover {
  color: #FFF;
}
.pod.pod-o3 .generic-fill {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-o3 .generic-fill:hover {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-o3 .generic-fill:hover {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-o3 .generic-fill:hover p,
.pod.pod-o3 .generic-fill:hover h1,
.pod.pod-o3 .generic-fill:hover h2,
.pod.pod-o3 .generic-fill:hover h3,
.pod.pod-o3 .generic-fill:hover h4,
.pod.pod-o3 .generic-fill:hover h5,
.pod.pod-o3 .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.pod.pod-o3 .generic-outline {
  background: transparent;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-o3 .generic-outline:hover {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-o3 .generic-outline:hover {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-o3 .generic-outline:hover p,
.pod.pod-o3 .generic-outline:hover h1,
.pod.pod-o3 .generic-outline:hover h2,
.pod.pod-o3 .generic-outline:hover h3,
.pod.pod-o3 .generic-outline:hover h4,
.pod.pod-o3 .generic-outline:hover h5,
.pod.pod-o3 .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FF4C00 !important;
}
.pod.pod-o4 {
  background: #66caca;
  color: #FFF;
}
.pod.pod-o4 h1,
.pod.pod-o4 h2,
.pod.pod-o4 h3,
.pod.pod-o4 h4,
.pod.pod-o4 h5,
.pod.pod-o4 h6,
.pod.pod-o4 p,
.pod.pod-o4 .pf_form_table,
.pod.pod-o4 .pf_form_table .pf_label_text {
  color: #FFF;
}
.pod.pod-o4 a {
  color: #FFF;
}
.pod.pod-o4 a:hover {
  color: #FFF;
}
.pod.pod-o4 .generic-fill {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-o4 .generic-fill:hover {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-o4 .generic-fill:hover {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-o4 .generic-fill:hover p,
.pod.pod-o4 .generic-fill:hover h1,
.pod.pod-o4 .generic-fill:hover h2,
.pod.pod-o4 .generic-fill:hover h3,
.pod.pod-o4 .generic-fill:hover h4,
.pod.pod-o4 .generic-fill:hover h5,
.pod.pod-o4 .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.pod.pod-o4 .generic-outline {
  background: transparent;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-o4 .generic-outline:hover {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-o4 .generic-outline:hover {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-o4 .generic-outline:hover p,
.pod.pod-o4 .generic-outline:hover h1,
.pod.pod-o4 .generic-outline:hover h2,
.pod.pod-o4 .generic-outline:hover h3,
.pod.pod-o4 .generic-outline:hover h4,
.pod.pod-o4 .generic-outline:hover h5,
.pod.pod-o4 .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FF4C00 !important;
}
.pod.pod-o5 {
  background: #80d3d3;
  color: #FFF;
}
.pod.pod-o5 h1,
.pod.pod-o5 h2,
.pod.pod-o5 h3,
.pod.pod-o5 h4,
.pod.pod-o5 h5,
.pod.pod-o5 h6,
.pod.pod-o5 p,
.pod.pod-o5 .pf_form_table,
.pod.pod-o5 .pf_form_table .pf_label_text {
  color: #FFF;
}
.pod.pod-o5 a {
  color: #FFF;
}
.pod.pod-o5 a:hover {
  color: #FFF;
}
.pod.pod-o5 .generic-fill {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-o5 .generic-fill:hover {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-o5 .generic-fill:hover {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-o5 .generic-fill:hover p,
.pod.pod-o5 .generic-fill:hover h1,
.pod.pod-o5 .generic-fill:hover h2,
.pod.pod-o5 .generic-fill:hover h3,
.pod.pod-o5 .generic-fill:hover h4,
.pod.pod-o5 .generic-fill:hover h5,
.pod.pod-o5 .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.pod.pod-o5 .generic-outline {
  background: transparent;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-o5 .generic-outline:hover {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-o5 .generic-outline:hover {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-o5 .generic-outline:hover p,
.pod.pod-o5 .generic-outline:hover h1,
.pod.pod-o5 .generic-outline:hover h2,
.pod.pod-o5 .generic-outline:hover h3,
.pod.pod-o5 .generic-outline:hover h4,
.pod.pod-o5 .generic-outline:hover h5,
.pod.pod-o5 .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FF4C00 !important;
}
.pod.pod-o6 {
  background: #99dcdc;
  color: #212529;
}
.pod.pod-o6 h1,
.pod.pod-o6 h2,
.pod.pod-o6 h3,
.pod.pod-o6 h4,
.pod.pod-o6 h5,
.pod.pod-o6 h6,
.pod.pod-o6 p,
.pod.pod-o6 .pf_form_table,
.pod.pod-o6 .pf_form_table .pf_label_text {
  color: #212529;
}
.pod.pod-o6 a {
  color: #00ADEF;
}
.pod.pod-o6 a:hover {
  color: #00ADEF;
}
.pod.pod-o6 .generic-fill {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FF4C00;
}
.pod.pod-o6 .generic-fill:hover {
  background: #ff824d;
  color: #FFF !important;
  border-color: #ff824d;
}
.pod.pod-o6 .generic-fill:hover {
  background: #ff824d;
  color: #FFF !important;
  border-color: #ff824d;
}
.pod.pod-o6 .generic-fill:hover p,
.pod.pod-o6 .generic-fill:hover h1,
.pod.pod-o6 .generic-fill:hover h2,
.pod.pod-o6 .generic-fill:hover h3,
.pod.pod-o6 .generic-fill:hover h4,
.pod.pod-o6 .generic-fill:hover h5,
.pod.pod-o6 .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.pod.pod-o6 .generic-outline {
  background: transparent;
  color: #FF4C00 !important;
  border-color: #FF4C00;
}
.pod.pod-o6 .generic-outline:hover {
  background: transparent;
  color: #ff824d !important;
  border-color: #ff824d;
}
.pod.pod-o6 .generic-outline:hover {
  background: transparent;
  color: #ff824d !important;
  border-color: #ff824d;
}
.pod.pod-o6 .generic-outline:hover p,
.pod.pod-o6 .generic-outline:hover h1,
.pod.pod-o6 .generic-outline:hover h2,
.pod.pod-o6 .generic-outline:hover h3,
.pod.pod-o6 .generic-outline:hover h4,
.pod.pod-o6 .generic-outline:hover h5,
.pod.pod-o6 .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #ff824d !important;
}
.pod.pod-o7 {
  background: #b3e5e5;
  color: #212529;
}
.pod.pod-o7 h1,
.pod.pod-o7 h2,
.pod.pod-o7 h3,
.pod.pod-o7 h4,
.pod.pod-o7 h5,
.pod.pod-o7 h6,
.pod.pod-o7 p,
.pod.pod-o7 .pf_form_table,
.pod.pod-o7 .pf_form_table .pf_label_text {
  color: #212529;
}
.pod.pod-o7 a {
  color: #00ADEF;
}
.pod.pod-o7 a:hover {
  color: #00ADEF;
}
.pod.pod-o7 .generic-fill {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FF4C00;
}
.pod.pod-o7 .generic-fill:hover {
  background: #ff824d;
  color: #FFF !important;
  border-color: #ff824d;
}
.pod.pod-o7 .generic-fill:hover {
  background: #ff824d;
  color: #FFF !important;
  border-color: #ff824d;
}
.pod.pod-o7 .generic-fill:hover p,
.pod.pod-o7 .generic-fill:hover h1,
.pod.pod-o7 .generic-fill:hover h2,
.pod.pod-o7 .generic-fill:hover h3,
.pod.pod-o7 .generic-fill:hover h4,
.pod.pod-o7 .generic-fill:hover h5,
.pod.pod-o7 .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.pod.pod-o7 .generic-outline {
  background: transparent;
  color: #FF4C00 !important;
  border-color: #FF4C00;
}
.pod.pod-o7 .generic-outline:hover {
  background: transparent;
  color: #ff824d !important;
  border-color: #ff824d;
}
.pod.pod-o7 .generic-outline:hover {
  background: transparent;
  color: #ff824d !important;
  border-color: #ff824d;
}
.pod.pod-o7 .generic-outline:hover p,
.pod.pod-o7 .generic-outline:hover h1,
.pod.pod-o7 .generic-outline:hover h2,
.pod.pod-o7 .generic-outline:hover h3,
.pod.pod-o7 .generic-outline:hover h4,
.pod.pod-o7 .generic-outline:hover h5,
.pod.pod-o7 .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #ff824d !important;
}
.pod.pod-o8 {
  background: #cceded;
  color: #212529;
}
.pod.pod-o8 h1,
.pod.pod-o8 h2,
.pod.pod-o8 h3,
.pod.pod-o8 h4,
.pod.pod-o8 h5,
.pod.pod-o8 h6,
.pod.pod-o8 p,
.pod.pod-o8 .pf_form_table,
.pod.pod-o8 .pf_form_table .pf_label_text {
  color: #212529;
}
.pod.pod-o8 a {
  color: #00ADEF;
}
.pod.pod-o8 a:hover {
  color: #00ADEF;
}
.pod.pod-o8 .generic-fill {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FF4C00;
}
.pod.pod-o8 .generic-fill:hover {
  background: #ff824d;
  color: #FFF !important;
  border-color: #ff824d;
}
.pod.pod-o8 .generic-fill:hover {
  background: #ff824d;
  color: #FFF !important;
  border-color: #ff824d;
}
.pod.pod-o8 .generic-fill:hover p,
.pod.pod-o8 .generic-fill:hover h1,
.pod.pod-o8 .generic-fill:hover h2,
.pod.pod-o8 .generic-fill:hover h3,
.pod.pod-o8 .generic-fill:hover h4,
.pod.pod-o8 .generic-fill:hover h5,
.pod.pod-o8 .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.pod.pod-o8 .generic-outline {
  background: transparent;
  color: #FF4C00 !important;
  border-color: #FF4C00;
}
.pod.pod-o8 .generic-outline:hover {
  background: transparent;
  color: #ff824d !important;
  border-color: #ff824d;
}
.pod.pod-o8 .generic-outline:hover {
  background: transparent;
  color: #ff824d !important;
  border-color: #ff824d;
}
.pod.pod-o8 .generic-outline:hover p,
.pod.pod-o8 .generic-outline:hover h1,
.pod.pod-o8 .generic-outline:hover h2,
.pod.pod-o8 .generic-outline:hover h3,
.pod.pod-o8 .generic-outline:hover h4,
.pod.pod-o8 .generic-outline:hover h5,
.pod.pod-o8 .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #ff824d !important;
}
.pod.pod-o9 {
  background: #e6f6f6;
  color: #212529;
}
.pod.pod-o9 h1,
.pod.pod-o9 h2,
.pod.pod-o9 h3,
.pod.pod-o9 h4,
.pod.pod-o9 h5,
.pod.pod-o9 h6,
.pod.pod-o9 p,
.pod.pod-o9 .pf_form_table,
.pod.pod-o9 .pf_form_table .pf_label_text {
  color: #212529;
}
.pod.pod-o9 a {
  color: #00ADEF;
}
.pod.pod-o9 a:hover {
  color: #00ADEF;
}
.pod.pod-o9 .generic-fill {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FF4C00;
}
.pod.pod-o9 .generic-fill:hover {
  background: #ff824d;
  color: #FFF !important;
  border-color: #ff824d;
}
.pod.pod-o9 .generic-fill:hover {
  background: #ff824d;
  color: #FFF !important;
  border-color: #ff824d;
}
.pod.pod-o9 .generic-fill:hover p,
.pod.pod-o9 .generic-fill:hover h1,
.pod.pod-o9 .generic-fill:hover h2,
.pod.pod-o9 .generic-fill:hover h3,
.pod.pod-o9 .generic-fill:hover h4,
.pod.pod-o9 .generic-fill:hover h5,
.pod.pod-o9 .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.pod.pod-o9 .generic-outline {
  background: transparent;
  color: #FF4C00 !important;
  border-color: #FF4C00;
}
.pod.pod-o9 .generic-outline:hover {
  background: transparent;
  color: #ff824d !important;
  border-color: #ff824d;
}
.pod.pod-o9 .generic-outline:hover {
  background: transparent;
  color: #ff824d !important;
  border-color: #ff824d;
}
.pod.pod-o9 .generic-outline:hover p,
.pod.pod-o9 .generic-outline:hover h1,
.pod.pod-o9 .generic-outline:hover h2,
.pod.pod-o9 .generic-outline:hover h3,
.pod.pod-o9 .generic-outline:hover h4,
.pod.pod-o9 .generic-outline:hover h5,
.pod.pod-o9 .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #ff824d !important;
}
.pod.pod-p {
  background: #D22730;
  color: #FFF;
}
.pod.pod-p h1,
.pod.pod-p h2,
.pod.pod-p h3,
.pod.pod-p h4,
.pod.pod-p h5,
.pod.pod-p h6,
.pod.pod-p p,
.pod.pod-p .pf_form_table,
.pod.pod-p .pf_form_table .pf_label_text {
  color: #FFF;
}
.pod.pod-p a {
  color: #FFF;
}
.pod.pod-p a:hover {
  color: #FFF;
}
.pod.pod-p .generic-fill {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-p .generic-fill:hover {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-p .generic-fill:hover {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-p .generic-fill:hover p,
.pod.pod-p .generic-fill:hover h1,
.pod.pod-p .generic-fill:hover h2,
.pod.pod-p .generic-fill:hover h3,
.pod.pod-p .generic-fill:hover h4,
.pod.pod-p .generic-fill:hover h5,
.pod.pod-p .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.pod.pod-p .generic-outline {
  background: transparent;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-p .generic-outline:hover {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-p .generic-outline:hover {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-p .generic-outline:hover p,
.pod.pod-p .generic-outline:hover h1,
.pod.pod-p .generic-outline:hover h2,
.pod.pod-p .generic-outline:hover h3,
.pod.pod-p .generic-outline:hover h4,
.pod.pod-p .generic-outline:hover h5,
.pod.pod-p .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FF4C00 !important;
}
.pod.pod-q {
  background: #5B6770;
  color: #FFF;
}
.pod.pod-q h1,
.pod.pod-q h2,
.pod.pod-q h3,
.pod.pod-q h4,
.pod.pod-q h5,
.pod.pod-q h6,
.pod.pod-q p,
.pod.pod-q .pf_form_table,
.pod.pod-q .pf_form_table .pf_label_text {
  color: #FFF;
}
.pod.pod-q a {
  color: #FFF;
}
.pod.pod-q a:hover {
  color: #FFF;
}
.pod.pod-q .generic-fill {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-q .generic-fill:hover {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-q .generic-fill:hover {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-q .generic-fill:hover p,
.pod.pod-q .generic-fill:hover h1,
.pod.pod-q .generic-fill:hover h2,
.pod.pod-q .generic-fill:hover h3,
.pod.pod-q .generic-fill:hover h4,
.pod.pod-q .generic-fill:hover h5,
.pod.pod-q .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.pod.pod-q .generic-outline {
  background: transparent;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-q .generic-outline:hover {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-q .generic-outline:hover {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.pod-q .generic-outline:hover p,
.pod.pod-q .generic-outline:hover h1,
.pod.pod-q .generic-outline:hover h2,
.pod.pod-q .generic-outline:hover h3,
.pod.pod-q .generic-outline:hover h4,
.pod.pod-q .generic-outline:hover h5,
.pod.pod-q .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FF4C00 !important;
}
/* ======================================
	Pods with Form Styling

	REQUIRED CLASS: .pod.form-pod-a
====================================== */
.pod.form-pod-a {
  background: #ff7033;
  color: #FFF;
}
.pod.form-pod-a h1,
.pod.form-pod-a h2,
.pod.form-pod-a h3,
.pod.form-pod-a h4,
.pod.form-pod-a h5,
.pod.form-pod-a h6,
.pod.form-pod-a p,
.pod.form-pod-a .pf_form_table,
.pod.form-pod-a .pf_form_table .pf_label_text {
  color: #FFF;
}
.pod.form-pod-a a {
  color: #FFF;
}
.pod.form-pod-a a:hover {
  color: #FFF;
}
.pod.form-pod-a .generic-fill {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.form-pod-a .generic-fill:hover {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.form-pod-a .generic-fill:hover {
  background: #FF4C00;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.form-pod-a .generic-fill:hover p,
.pod.form-pod-a .generic-fill:hover h1,
.pod.form-pod-a .generic-fill:hover h2,
.pod.form-pod-a .generic-fill:hover h3,
.pod.form-pod-a .generic-fill:hover h4,
.pod.form-pod-a .generic-fill:hover h5,
.pod.form-pod-a .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.pod.form-pod-a .generic-outline {
  background: transparent;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.form-pod-a .generic-outline:hover {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.form-pod-a .generic-outline:hover {
  background: #FFF;
  color: #FF4C00 !important;
  border-color: #FFF;
}
.pod.form-pod-a .generic-outline:hover p,
.pod.form-pod-a .generic-outline:hover h1,
.pod.form-pod-a .generic-outline:hover h2,
.pod.form-pod-a .generic-outline:hover h3,
.pod.form-pod-a .generic-outline:hover h4,
.pod.form-pod-a .generic-outline:hover h5,
.pod.form-pod-a .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FF4C00 !important;
}
/* ======================================
	Pod IXP Information

	REQUIRED CLASS: .pod, .pod-a, .pod.form-pod-a
====================================== */
.pod {
  -ixp-name: "Transparent";
  -ixp-tags: "Pods - BBA";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-a {
  -ixp-name: "White Pod";
  -ixp-tags: "Pods - BBA";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-b {
  -ixp-name: "White Transparent Pod";
  -ixp-tags: "Pods - BBA";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-c {
  -ixp-name: "Black Transparent Pod";
  -ixp-tags: "Pods - BBA";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-d {
  -ixp-name: "Black Pod";
  -ixp-tags: "Pods - BBA";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-e {
  -ixp-name: "Azul Pod";
  -ixp-tags: "Pods - BBA";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-g {
  -ixp-name: "Azul 90% Pod";
  -ixp-tags: "Pods - BBA";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-l {
  -ixp-name: "Azul 80% Pod";
  -ixp-tags: "Pods - BBA";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-l1 {
  -ixp-name: "Azul 70% Pod";
  -ixp-tags: "Pods - BBA";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-l2 {
  -ixp-name: "Azul 60% Pod";
  -ixp-tags: "Pods - BBA";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-l3 {
  -ixp-name: "Azul 50% Pod";
  -ixp-tags: "Pods - BBA";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-l4 {
  -ixp-name: "Azul 40% Pod";
  -ixp-tags: "Pods - BBA";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-l5 {
  -ixp-name: "Azul 30% Pod";
  -ixp-tags: "Pods - BBA";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-l6 {
  -ixp-name: "Azul 20% Pod";
  -ixp-tags: "Pods - BBA";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-l7 {
  -ixp-name: "Azul 10% Pod";
  -ixp-tags: "Pods - BBA";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-f {
  -ixp-name: "Laranja Pod";
  -ixp-tags: "Pods - BBA";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-h {
  -ixp-name: "Laranja 90% Pod";
  -ixp-tags: "Pods - BBA";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.form-pod-a {
  -ixp-name: "Laranja 80% Pod";
  -ixp-tags: "Pods - BBA";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-f1 {
  -ixp-name: "Laranja 70% Pod";
  -ixp-tags: "Pods - BBA";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-f2 {
  -ixp-name: "Laranja 60% Pod";
  -ixp-tags: "Pods - BBA";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-f3 {
  -ixp-name: "Laranja 50% Pod";
  -ixp-tags: "Pods - BBA";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-f4 {
  -ixp-name: "Laranja 40% Pod";
  -ixp-tags: "Pods - BBA";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-f5 {
  -ixp-name: "Laranja 30% Pod";
  -ixp-tags: "Pods - BBA";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-f6 {
  -ixp-name: "Laranja 20% Pod";
  -ixp-tags: "Pods - BBA";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-f7 {
  -ixp-name: "Laranja 10% Pod";
  -ixp-tags: "Pods - BBA";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-i {
  -ixp-name: "Cinza 10% Pod";
  -ixp-tags: "Pods - BBA";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-k1 {
  -ixp-name: "Cinza 20% Pod";
  -ixp-tags: "Pods - BBA";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-k2 {
  -ixp-name: "Cinza 30% Pod";
  -ixp-tags: "Pods - BBA";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-k3 {
  -ixp-name: "Cinza 40% Pod";
  -ixp-tags: "Pods - BBA";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-j {
  -ixp-name: "Cinza 50% Pod";
  -ixp-tags: "Pods - BBA";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-k4 {
  -ixp-name: "Cinza 60% Pod";
  -ixp-tags: "Pods - BBA";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-k5 {
  -ixp-name: "Cinza 70% Pod";
  -ixp-tags: "Pods - BBA";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-k6 {
  -ixp-name: "Cinza 80% Pod";
  -ixp-tags: "Pods - BBA";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-k7 {
  -ixp-name: "Cinza 90% Pod";
  -ixp-tags: "Pods - BBA";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-k {
  -ixp-name: "Cinza Pod";
  -ixp-tags: "Pods - BBA";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
/* Arames Belgo */
.pod.pod-m {
  -ixp-name: "Vermelho Belgo Pod";
  -ixp-tags: "Pods - Arames Belgo";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-m1 {
  -ixp-name: "Vermelho Belgo 90% Pod";
  -ixp-tags: "Pods - Arames Belgo";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-m2 {
  -ixp-name: "Vermelho Belgo 80% Pod";
  -ixp-tags: "Pods - Arames Belgo";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-m3 {
  -ixp-name: "Vermelho Belgo 70% Pod";
  -ixp-tags: "Pods - Arames Belgo";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-m4 {
  -ixp-name: "Vermelho Belgo 60% Pod";
  -ixp-tags: "Pods - Arames Belgo";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-m5 {
  -ixp-name: "Vermelho Belgo 50% Pod";
  -ixp-tags: "Pods - Arames Belgo";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-m6 {
  -ixp-name: "Vermelho Belgo 40% Pod";
  -ixp-tags: "Pods - Arames Belgo";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-m7 {
  -ixp-name: "Vermelho Belgo 30% Pod";
  -ixp-tags: "Pods - Arames Belgo";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-m8 {
  -ixp-name: "Vermelho Belgo 20% Pod";
  -ixp-tags: "Pods - Arames Belgo";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-m9 {
  -ixp-name: "Vermelho Belgo 10% Pod";
  -ixp-tags: "Pods - Arames Belgo";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-n {
  -ixp-name: "Cinza Bezinal Pod";
  -ixp-tags: "Pods - Arames Belgo";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-n1 {
  -ixp-name: "Cinza Bezinal 90% Pod";
  -ixp-tags: "Pods - Arames Belgo";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-n2 {
  -ixp-name: "Cinza Bezinal 80% Pod";
  -ixp-tags: "Pods - Arames Belgo";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-n3 {
  -ixp-name: "Cinza Bezinal 70% Pod";
  -ixp-tags: "Pods - Arames Belgo";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-n4 {
  -ixp-name: "Cinza Bezinal 60% Pod";
  -ixp-tags: "Pods - Arames Belgo";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-n5 {
  -ixp-name: "Cinza Bezinal 50% Pod";
  -ixp-tags: "Pods - Arames Belgo";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-n6 {
  -ixp-name: "Cinza Bezinal 40% Pod";
  -ixp-tags: "Pods - Arames Belgo";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-n7 {
  -ixp-name: "Cinza Bezinal 30% Pod";
  -ixp-tags: "Pods - Arames Belgo";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-n8 {
  -ixp-name: "Cinza Bezinal 20% Pod";
  -ixp-tags: "Pods - Arames Belgo";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-n9 {
  -ixp-name: "Cinza Bezinal 10% Pod";
  -ixp-tags: "Pods - Arames Belgo";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-o {
  -ixp-name: "Verde Tecno Pod";
  -ixp-tags: "Pods - Arames Belgo";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-o1 {
  -ixp-name: "Verde Tecno 90% Pod";
  -ixp-tags: "Pods - Arames Belgo";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-o2 {
  -ixp-name: "Verde Tecno 80% Pod";
  -ixp-tags: "Pods - Arames Belgo";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-o3 {
  -ixp-name: "Verde Tecno 70% Pod";
  -ixp-tags: "Pods - Arames Belgo";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-o4 {
  -ixp-name: "Verde Tecno 60% Pod";
  -ixp-tags: "Pods - Arames Belgo";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-o5 {
  -ixp-name: "Verde Tecno 50% Pod";
  -ixp-tags: "Pods - Arames Belgo";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-o6 {
  -ixp-name: "Verde Tecno 40% Pod";
  -ixp-tags: "Pods - Arames Belgo";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-o7 {
  -ixp-name: "Verde Tecno 30% Pod";
  -ixp-tags: "Pods - Arames Belgo";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-o8 {
  -ixp-name: "Verde Tecno 20% Pod";
  -ixp-tags: "Pods - Arames Belgo";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-o9 {
  -ixp-name: "Verde Tecno 10% Pod";
  -ixp-tags: "Pods - Arames Belgo";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
/* Belgo Geotech */
.pod.pod-p {
  -ixp-name: "PANTONE 1795 C Pod";
  -ixp-tags: "Pods - Belgo Geotech";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-q {
  -ixp-name: "PANTONE 431 C Pod";
  -ixp-tags: "Pods - Belgo Geotech";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
/* ======================================
	Navigation: Default Style Overrides
====================================== */
.ixp-nav {
  background-color: transparent;
  color: #212529;
  font-size: 1em;
  margin: 0;
  text-transform: uppercase;
  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 {
  background-color: transparent;
  color: #212529;
  display: block;
  padding: 0.25em 1.25em;
  text-decoration: none;
  font-family: 'Foundry Sterling Book', sans-serif;
  font-weight: 700;
  line-height: 1;
}
.ixp-nav .ixp-nav-collapsible .ixp-navitem a:hover {
  background-color: transparent;
  color: #FF4C00;
  text-decoration: none;
}
.ixp-nav.ixp-nav-collapsed {
  background-color: transparent;
  margin: 0.5em 0;
  text-align: center;
}
.ixp-nav.ixp-nav-collapsed .ixp-nav-opened {
  background-color: transparent;
}
.ixp-nav.ixp-nav-collapsed .ixp-nav-collapsible {
  float: none;
}
.ixp-nav.ixp-nav-collapsed .ixp-navitem {
  display: block;
  float: none;
  margin: 0;
  padding: 0;
  border: none;
}
.ixp-nav.ixp-nav-collapsed .ixp-navitem a {
  padding: 10px;
  text-align: center;
  font-size: 110%;
}
.ixp-nav .ixp-nav-toggle {
  margin: 0;
}
.ixp-nav .ixp-nav-toggle .ixp-nav-icon-bar {
  /* nav toggle button icon (menu closed) */
  background-color: #212529;
  opacity: .6;
}
.ixp-nav .ixp-nav-toggle:hover .ixp-nav-icon-bar {
  background-color: #212529;
  opacity: 1;
}
.ixp-nav .ixp-nav-toggle.ixp-nav-active .ixp-nav-icon-bar {
  /* nav toggle button icon (menu open) */
  background-color: #212529;
  opacity: 1;
}
/* ======================================
	Navigation: alt theme(s)
    REQUIRED CLASS - .ixp-nav-menu-a
====================================== */
/* ========== THEME A ========== */
.ixp-nav-menu-a {
  background-color: transparent;
  color: #212529;
  margin: 0;
  padding: 0;
  font-size: 1em;
  text-align: center;
}
.ixp-nav-menu-a .ixp-nav-collapsible {
  float: right;
}
.ixp-nav-menu-a .ixp-nav-collapsible .ixp-navitem {
  float: none;
}
.ixp-nav-menu-a .ixp-nav-collapsible .ixp-navitem a {
  background-color: transparent;
  color: #212529;
  padding: 0.25em 1.25em;
  text-decoration: none;
  font-size: 1em;
  font-family: 'Foundry Sterling Book', sans-serif;
  font-weight: 700;
}
.ixp-nav-menu-a .ixp-nav-collapsible .ixp-navitem a:hover {
  background: transparent;
  color: #00ADEF;
}
.ixp-nav-menu-a .ixp-navlist {
  padding-top: 10px;
}
.ixp-nav-menu-a .ixp-navlist li:last-child {
  /* Overrides Default Styling from ixp-nav */
  border: none;
}
.ixp-nav-menu-a.ixp-nav-collapsed {
  /* BG color solid or transparent */
  background-color: transparent;
  margin: 0.5em 0;
  text-align: center;
}
.ixp-nav-menu-a.ixp-nav-collapsed .ixp-nav-opened {
  background-color: transparent;
}
.ixp-nav-menu-a.ixp-nav-collapsed .ixp-nav-opened li:first-child {
  margin-top: 0.5em;
}
.ixp-nav-menu-a.ixp-nav-collapsed .ixp-navitem {
  margin-left: 0;
  margin-right: 0;
}
.ixp-nav-menu-a.ixp-nav-collapsed .ixp-navitem a {
  padding: 10px;
  text-decoration: none;
  margin: 0;
  font-size: 110%;
}
.ixp-nav-menu-a.ixp-nav-collapsed .ixp-navitem a:hover {
  background-color: transparent;
}
.ixp-nav-menu-a .ixp-nav-toggle {
  margin: 0 0 5px;
}
.ixp-nav-menu-a .ixp-nav-toggle .ixp-nav-icon-bar {
  /* nav toggle button icon (menu closed) */
  background-color: #212529;
}
.ixp-nav-menu-a .ixp-nav-toggle:hover .ixp-nav-icon-bar {
  background-color: #212529;
}
.ixp-nav-menu-a .ixp-nav-toggle.ixp-nav-active .ixp-nav-icon-bar {
  /* nav toggle button icon (menu open) */
  background-color: #212529;
}
/* ======================================
	Navigation IXP Information
====================================== */
.ixp-nav-menu-a {
  -ixp-name: "Secondary Navigation";
  -ixp-tags: "Navigation";
  -ixp-group: "navigation";
  -ixp-scope: "Navigation";
}
/* ======================================
	Navigation Active States
    REQUIRED CLASS - ixp-navitem-active-state-a, ixp-navitem-active-state-b
====================================== */
.ixp-navitem-active-state-a a {
  color: #FF4C00 !important;
  background: transparent !important;
}
.ixp-navitem-active-state-a a:hover {
  color: #212529 !important;
}
.ixp-navitem-active-state-b a {
  color: #00ADEF !important;
  background: transparent !important;
}
.ixp-navitem-active-state-b a:hover {
  color: #212529 !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: #ececec;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #212529;
  filter: none;
  font-size: 1em;
  height: auto;
  font-family: 'Foundry Sterling Book', sans-serif;
  margin: 0 0 5px 0;
  padding: 5px 1.75em 5px 1em;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.lbui_accordion_v3 > .lbui_accordion_content > div > h2.lbui_trigger:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  display: inline-block;
  content: '\f078';
  margin-right: 0.25em;
  width: 1em;
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
}
.lbui_accordion_v3 > .lbui_accordion_content .lbui_trigger.lbui_active {
  background: #00ADEF;
  border: none;
  color: #FFF;
  filter: none;
}
.lbui_accordion_v3 > .lbui_accordion_content .lbui_trigger.lbui_active:after {
  content: '\f00d';
}
.lbui_accordion_v3 > .lbui_accordion_content .lbui_trigger.lbui_active:hover {
  background-color: #ececec;
  border: none;
  color: #00ADEF;
  filter: none;
}
.lbui_accordion_v3 > .lbui_accordion_content .lbui_trigger.lbui_active:hover:after {
  content: '\f00d';
}
.lbui_accordion_v3 > .lbui_accordion_content .lbui_trigger:hover {
  background: #ececec;
  border: none;
  color: #00ADEF;
  filter: none;
}
.lbui_accordion_v3 > .lbui_accordion_content .lbui_trigger:hover:after {
  content: '\f078';
}
.lbui_toggle_container {
  margin-top: 0;
  font-size: 1em !important;
}
/* ======================================
	Accordion RMW (Alternate)
====================================== */
.accordion-a.lbui_accordion_v3 {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.accordion-a.lbui_accordion_v3 > .lbui_accordion_content {
  padding: 0 !important;
}
.accordion-a.lbui_accordion_v3 > .lbui_accordion_content > div > h2.lbui_trigger {
  background: #FFF !important;
  border-bottom: solid 1px #ececec;
  color: #212529;
  filter: none;
  margin-bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 5px 16px 5px 40px;
}
.accordion-a.lbui_accordion_v3 > .lbui_accordion_content > div > h2.lbui_trigger:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  display: inline-block;
  content: '\f054';
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 10px;
}
.accordion-a.lbui_accordion_v3 > .lbui_accordion_content > div > h2.lbui_trigger:after {
  display: none !important;
}
.accordion-a.lbui_accordion_v3 > .lbui_accordion_content > div > h2.lbui_trigger:last {
  border-bottom: none !important;
}
.accordion-a.lbui_accordion_v3 > .lbui_accordion_content .lbui_trigger.lbui_active {
  background: #00ADEF !important;
  border-color: #00ADEF !important;
  color: #FFF;
  filter: none;
}
.accordion-a.lbui_accordion_v3 > .lbui_accordion_content .lbui_trigger.lbui_active:before {
  content: '\f078';
}
.accordion-a.lbui_accordion_v3 > .lbui_accordion_content .lbui_trigger.lbui_active:hover {
  background: #00ADEF !important;
  border-color: #FFF !important;
  color: #FFF;
  filter: none;
}
.accordion-a.lbui_accordion_v3 > .lbui_accordion_content .lbui_trigger.lbui_active:hover:before {
  content: '\f078';
}
.accordion-a.lbui_accordion_v3 > .lbui_accordion_content .lbui_trigger:hover {
  background: #00ADEF !important;
  border-color: #00ADEF !important;
  color: #FFF;
  filter: none;
}
.accordion-a.lbui_accordion_v3 > .lbui_accordion_content .lbui_trigger:hover:before {
  content: '\f054';
}
/* ======================================
	Accordion IXP Information
    REQUIRED CLASSES: .accordion-a
====================================== */
.accordion-a {
  -ixp-name: "Azul Alternate";
  -ixp-tags: "Accordion";
  -ixp-group: "accordion";
  -ixp-scope: "Accordion, accordion_v3";
}
/* ======================================
	Tabs RMW (Default)
====================================== */
.lbui_tabs_v3 > .lbui_nav > .lbui_nav_inner > .lbui_toggle,
.lbui_tabs_v3.lbui_init > .lbui_nav > .lbui_nav_inner > .lbui_toggle {
  background: #ececec;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  color: #212529;
  margin: 0 0 0px 5px;
  padding: 12px 25px;
  filter: none;
  text-shadow: none;
  font-family: 'Foundry Sterling Book', sans-serif;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 1em;
  position: relative;
}
.lbui_tabs_v3 > .lbui_nav > .lbui_nav_inner > .lbui_toggle > .lbui_first,
.lbui_tabs_v3.lbui_init > .lbui_nav > .lbui_nav_inner > .lbui_toggle > .lbui_first,
.lbui_tabs_v3 > .lbui_nav > .lbui_nav_inner > .lbui_toggle:first-child,
.lbui_tabs_v3.lbui_init > .lbui_nav > .lbui_nav_inner > .lbui_toggle:first-child {
  margin-left: 0;
}
.lbui_tabs_v3 > .lbui_nav > .lbui_nav_inner > .lbui_toggle:hover,
.lbui_tabs_v3.lbui_init > .lbui_nav > .lbui_nav_inner > .lbui_toggle:hover {
  background: #ececec;
  border: none;
  color: #00ADEF;
  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: #00ADEF;
  border: none;
  color: #FFF;
  filter: none !important;
}
.lbui_tabs_v3 > .lbui_nav > .lbui_nav_inner > .lbui_active:hover,
.lbui_tabs_v3.lbui_init > .lbui_nav > .lbui_nav_inner > .lbui_active:hover {
  background: #00ADEF;
  border: none;
  color: #FFF;
  filter: none !important;
}
.lbui_tabs_v3.lbui_stacked_nav .lbui_toggle,
.lbui_tabs_v3.lbui_init.lbui_stacked_nav .lbui_toggle {
  margin-right: 0;
}
.lbui_tabs_v3 > .lbui_slides,
.lbui_tabs_v3.lbui_init > .lbui_slides {
  background: #FFF;
  border: none;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  font-size: 1em;
}
.lbui_tabs_v3 .lbui_slide,
.lbui_tabs_v3.lbui_init .lbui_slide {
  color: #212529;
}
/* ======================================
	Tabs RMW (Alternate)
====================================== */
.tab-a.lbui_tabs_v3 > .lbui_nav > .lbui_nav_inner > .lbui_toggle,
.tab-a.lbui_tabs_v3.lbui_init > .lbui_nav > .lbui_nav_inner > .lbui_toggle {
  background: #FFF;
  border: none;
  border-bottom: solid 2px #ececec;
  color: #212529;
  filter: none;
  text-shadow: none;
  margin: 0 0 5px 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  z-index: 10;
}
.tab-a.lbui_tabs_v3 > .lbui_nav > .lbui_nav_inner > .lbui_toggle > .lbui_first,
.tab-a.lbui_tabs_v3.lbui_init > .lbui_nav > .lbui_nav_inner > .lbui_toggle > .lbui_first,
.tab-a.lbui_tabs_v3 > .lbui_nav > .lbui_nav_inner > .lbui_toggle:first-child,
.tab-a.lbui_tabs_v3.lbui_init > .lbui_nav > .lbui_nav_inner > .lbui_toggle:first-child {
  margin-left: 0;
}
.tab-a.lbui_tabs_v3 > .lbui_nav > .lbui_nav_inner > .lbui_toggle:hover,
.tab-a.lbui_tabs_v3.lbui_init > .lbui_nav > .lbui_nav_inner > .lbui_toggle:hover {
  background: #00ADEF;
  border-color: #00ADEF;
  color: #FFF;
  filter: none;
}
.tab-a.lbui_tabs_v3 > .lbui_nav > .lbui_nav_inner > .lbui_active,
.tab-a.lbui_tabs_v3.lbui_init > .lbui_nav > .lbui_nav_inner > .lbui_active {
  background: #00ADEF;
  border-color: #00ADEF;
  color: #FFF;
  filter: none !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.tab-a.lbui_tabs_v3 > .lbui_nav > .lbui_nav_inner > .lbui_active:after,
.tab-a.lbui_tabs_v3.lbui_init > .lbui_nav > .lbui_nav_inner > .lbui_active:after {
  display: none;
}
.tab-a.lbui_tabs_v3 > .lbui_nav > .lbui_nav_inner > .lbui_active:hover,
.tab-a.lbui_tabs_v3.lbui_init > .lbui_nav > .lbui_nav_inner > .lbui_active:hover {
  color: #FFF;
}
.tab-a.lbui_tabs_v3.lbui_stacked_nav .lbui_toggle,
.tab-a.lbui_tabs_v3.lbui_init.lbui_stacked_nav .lbui_toggle {
  margin-right: 0;
}
.tab-a.lbui_tabs_v3 > .lbui_slides,
.tab-a.lbui_tabs_v3.lbui_init > .lbui_slides {
  background: #FFF;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0 !important;
  font-size: 1em;
}
/* stacked responsive overrides */
.lbui_tabs_v3.lbui_stacked_nav > .lbui_slides {
  margin-top: 15px !important;
}
.lbui_tabs_v3.lbui_stacked_nav > .lbui_nav > .lbui_nav_inner > .lbui_toggle {
  float: none;
  display: block;
  margin: 0;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.lbui_tabs_v3.lbui_stacked_nav > .lbui_nav > .lbui_nav_inner > .lbui_toggle:after {
  display: none;
}
/* stacked responsive overrides */
.tab-a.lbui_tabs_v3.lbui_stacked_nav > .lbui_slides {
  margin-top: 5px !important;
}
.tab-a.lbui_tabs_v3.lbui_stacked_nav > .lbui_nav > .lbui_nav_inner > .lbui_toggle {
  float: none;
  display: block;
  margin: 0;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}
/* ======================================
	Tabs IXP Information
    REQUIRED CLASSES: .tab-a
====================================== */
.tab-a {
  -ixp-name: "Azul Alternate";
  -ixp-tags: "Tabs";
  -ixp-group: "tabs";
  -ixp-scope: "Tabs, tabs_v3";
}
/* ======================================
	Flow Styling
====================================== */
.ixp-component-flow.ixp-component-flow-default > .ixp-component-flow-progress {
  font-size: 14px;
}
.ixp-component-flow.ixp-component-flow-default > .ixp-component-flow-progress .ixp-component-flow-progress-toggle {
  margin-left: 6px;
  margin-top: 6px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background: #ececec;
  color: #FFF;
  background-image: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.ixp-component-flow.ixp-component-flow-default > .ixp-component-flow-progress.ixp-component-flow-progress-clickable .ixp-component-flow-progress-toggle:hover {
  background: #19b5f1;
  color: #FFF;
}
.ixp-component-flow.ixp-component-flow-default > .ixp-component-flow-progress .ixp-component-flow-progress-toggle.ixp-component-flow-progress-active,
.ixp-component-flow.ixp-component-flow-default > .ixp-component-flow-progress.ixp-component-flow-progress-clickable .ixp-component-flow-progress-toggle.ixp-component-flow-progress-active,
.ixp-component-flow.ixp-component-flow-default > .ixp-component-flow-progress.ixp-component-flow-progress-clickable .ixp-component-flow-progress-toggle.ixp-component-flow-progress-active:hover {
  background: #00ADEF;
  color: #FFF;
}
.ixp-component-flow.ixp-component-flow-dots-dark-solid > .ixp-component-flow-progress .ixp-component-flow-progress-toggle,
.ixp-component-flow.ixp-component-flow-dots-light-solid > .ixp-component-flow-progress .ixp-component-flow-progress-toggle,
.ixp-component-flow.ixp-component-flow-dots-light > .ixp-component-flow-progress .ixp-component-flow-progress-toggle,
.ixp-component-flow.ixp-component-flow-dots-dark > .ixp-component-flow-progress .ixp-component-flow-progress-toggle {
  margin-left: 4px;
  margin-top: 4px;
  padding: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-indent: -9999px;
  background: #404041;
  background-image: none;
}
.ixp-component-flow.ixp-component-flow-dots-dark-solid > .ixp-component-flow-progress .ixp-component-flow-progress-toggle:hover,
.ixp-component-flow.ixp-component-flow-dots-light-solid > .ixp-component-flow-progress .ixp-component-flow-progress-toggle:hover,
.ixp-component-flow.ixp-component-flow-dots-light > .ixp-component-flow-progress .ixp-component-flow-progress-toggle:hover,
.ixp-component-flow.ixp-component-flow-dots-dark > .ixp-component-flow-progress .ixp-component-flow-progress-toggle:hover {
  background: #19b5f1 !important;
  border-color: #19b5f1 !important;
}
.ixp-component-flow.ixp-component-flow-dots-dark-solid > .ixp-component-flow-progress .ixp-component-flow-progress-toggle.ixp-component-flow-progress-active,
.ixp-component-flow.ixp-component-flow-dots-light-solid > .ixp-component-flow-progress .ixp-component-flow-progress-toggle.ixp-component-flow-progress-active,
.ixp-component-flow.ixp-component-flow-dots-light > .ixp-component-flow-progress .ixp-component-flow-progress-toggle.ixp-component-flow-progress-active,
.ixp-component-flow.ixp-component-flow-dots-dark > .ixp-component-flow-progress .ixp-component-flow-progress-toggle.ixp-component-flow-progress-active,
.ixp-component-flow.ixp-component-flow-dots-dark-solid > .ixp-component-flow-progress.ixp-component-flow-progress-clickable .ixp-component-flow-progress-toggle.ixp-component-flow-progress-active,
.ixp-component-flow.ixp-component-flow-dots-light-solid > .ixp-component-flow-progress.ixp-component-flow-progress-clickable .ixp-component-flow-progress-toggle.ixp-component-flow-progress-active,
.ixp-component-flow.ixp-component-flow-dots-light > .ixp-component-flow-progress.ixp-component-flow-progress-clickable .ixp-component-flow-progress-toggle.ixp-component-flow-progress-active,
.ixp-component-flow.ixp-component-flow-dots-dark > .ixp-component-flow-progress.ixp-component-flow-progress-clickable .ixp-component-flow-progress-toggle.ixp-component-flow-progress-active,
.ixp-component-flow.ixp-component-flow-dots-dark-solid > .ixp-component-flow-progress.ixp-component-flow-progress-clickable .ixp-component-flow-progress-toggle.ixp-component-flow-progress-active:hover,
.ixp-component-flow.ixp-component-flow-dots-light-solid > .ixp-component-flow-progress.ixp-component-flow-progress-clickable .ixp-component-flow-progress-toggle.ixp-component-flow-progress-active:hover,
.ixp-component-flow.ixp-component-flow-dots-light > .ixp-component-flow-progress.ixp-component-flow-progress-clickable .ixp-component-flow-progress-toggle.ixp-component-flow-progress-active:hover,
.ixp-component-flow.ixp-component-flow-dots-dark > .ixp-component-flow-progress.ixp-component-flow-progress-clickable .ixp-component-flow-progress-toggle.ixp-component-flow-progress-active:hover {
  width: 16px;
  height: 16px;
  border-style: solid;
  border-width: 2px;
  border: #00ADEF solid 2px;
  background-color: #00ADEF;
  opacity: 1;
}
.ixp-component-flow.ixp-component-flow-dots-light > .ixp-component-flow-progress .ixp-component-flow-progress-toggle,
.ixp-component-flow.ixp-component-flow-dots-dark > .ixp-component-flow-progress .ixp-component-flow-progress-toggle {
  opacity: .75;
}
.ixp-component-flow.ixp-component-flow-dots-light.ixp-component-flow-progress-clickable .ixp-component-flow-progress-toggle:hover,
.ixp-component-flow.ixp-component-flow-dots-dark.ixp-component-flow-progress-clickable .ixp-component-flow-progress-toggle:hover {
  opacity: .75;
}
.ixp-component-flow.ixp-component-flow-dots-light-solid > .ixp-component-flow-progress .ixp-component-flow-progress-toggle,
.ixp-component-flow.ixp-component-flow-dots-light > .ixp-component-flow-progress .ixp-component-flow-progress-toggle {
  background: #ececec;
}
.ixp-component-flow.ixp-component-flow-bar-dark > .ixp-component-flow-progress .ixp-component-flow-progress-inner,
.ixp-component-flow.ixp-component-flow-bar-light > .ixp-component-flow-progress .ixp-component-flow-progress-inner {
  background: none;
}
.ixp-component-flow.ixp-component-flow-bar-dark > .ixp-component-flow-progress .ixp-component-flow-progress-toggle,
.ixp-component-flow.ixp-component-flow-bar-light > .ixp-component-flow-progress .ixp-component-flow-progress-toggle {
  background: #404041;
  color: #404041;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 12px;
  line-height: 12px;
  border: none !important;
  margin: 0 1px 0 0;
}
.ixp-component-flow.ixp-component-flow-bar-dark > .ixp-component-flow-progress .ixp-component-flow-progress-toggle:first-child,
.ixp-component-flow.ixp-component-flow-bar-light > .ixp-component-flow-progress .ixp-component-flow-progress-toggle:first-child {
  -webkit-border-radius: 3px 0 0 3px !important;
  -moz-border-radius: 3px 0 0 3px !important;
  border-radius: 3px 0 0 3px !important;
}
.ixp-component-flow.ixp-component-flow-bar-dark > .ixp-component-flow-progress .ixp-component-flow-progress-toggle:last-child,
.ixp-component-flow.ixp-component-flow-bar-light > .ixp-component-flow-progress .ixp-component-flow-progress-toggle:last-child {
  -webkit-border-radius: 0 3px 3px 0 !important;
  -moz-border-radius: 0 3px 3px 0 !important;
  border-radius: 0 3px 3px 0 !important;
}
.ixp-component-flow.ixp-component-flow-bar-dark > .ixp-component-flow-progress.ixp-component-flow-progress-clickable .ixp-component-flow-progress-toggle:hover,
.ixp-component-flow.ixp-component-flow-bar-light > .ixp-component-flow-progress.ixp-component-flow-progress-clickable .ixp-component-flow-progress-toggle:hover {
  background: #19b5f1;
  color: #19b5f1;
}
.ixp-component-flow.ixp-component-flow-bar-dark > .ixp-component-flow-progress .ixp-component-flow-progress-toggle.ixp-component-flow-progress-active,
.ixp-component-flow.ixp-component-flow-bar-light > .ixp-component-flow-progress .ixp-component-flow-progress-toggle.ixp-component-flow-progress-active,
.ixp-component-flow.ixp-component-flow-bar-dark > .ixp-component-flow-progress.ixp-component-flow-progress-clickable .ixp-component-flow-progress-toggle.ixp-component-flow-progress-active,
.ixp-component-flow.ixp-component-flow-bar-light > .ixp-component-flow-progress.ixp-component-flow-progress-clickable .ixp-component-flow-progress-toggle.ixp-component-flow-progress-active,
.ixp-component-flow.ixp-component-flow-bar-dark > .ixp-component-flow-progress.ixp-component-flow-progress-clickable .ixp-component-flow-progress-toggle.ixp-component-flow-progress-active:hover,
.ixp-component-flow.ixp-component-flow-bar-light > .ixp-component-flow-progress.ixp-component-flow-progress-clickable .ixp-component-flow-progress-toggle.ixp-component-flow-progress-active:hover {
  background: #00ADEF;
  color: #00ADEF;
}
.ixp-component-flow.ixp-component-flow-bar-dark > .ixp-component-flow-progress .ixp-component-flow-progress-done,
.ixp-component-flow.ixp-component-flow-bar-light > .ixp-component-flow-progress .ixp-component-flow-progress-done {
  background: #00ADEF !important;
  color: #00ADEF !important;
}
.ixp-component-flow.ixp-component-flow-bar-light > .ixp-component-flow-progress .ixp-component-flow-progress-toggle {
  background: #ececec;
  color: #ececec;
}
/* ======================================
Custom flow fix for Firefox
====================================== */
.ixp-component-flow[data-ixp-flow-mode="normal"] > .ixp-component-flow-steps > .ixp-component-flow-step {
  -moz-transform-style: inherit;
}
.ixp-component-form-style-brand-brand {
  -ixp-name: "Style: Belgo";
  -ixp-tags: "Form";
  -ixp-group: "customform";
  -ixp-scope: "CustomForm";
  -ixp-default: "true";
}
