
article .header-wrapper .inner{padding-bottom: 77px;}
    
@media screen and (min-width:1024px){
    .explore-data.block{max-width: 70%;}
}
    
@media screen and (min-width:768px){
    .explore-data.block{
        z-index:98;
        position:relative;
        max-width:70%;
        min-height:80px;
        margin:-2.1em auto 2.1em auto;
        border-radius:0;
        background:none;
        -webkit-box-shadow:0 6px 23px 0 rgba(121,45,130,.26);
        -moz-box-shadow:0 6px 23px 0 rgba(121,45,130,.26);
        box-shadow: none;
        display:block;
        padding:20px 10px 20px 19px
    }
    .page-node-type--page article>.header-wrapper .inner,body.path-blog .header-wrapper.blog .inner,.path-taxonomy .container>article .header-wrapper .inner{
        padding-bottom: 100px;
    }
}

/* ======================================
	Content

	REQUIRED CLASSES: .caption, .fine-print
====================================== */
.caption {
  font-size: 0.85em;
  padding-bottom: 0.2em;
  padding-top: 0.2em;
}
.fine-print {
  font-size: 0.75em;
  padding-bottom: 0.2em;
  padding-top: 0.2em;
}
/* ======================================
	Content IXP Information
    REQUIRED CLASSES: .caption, .fine-print
====================================== */
.caption {
  -ixp-name: "Caption";
  -ixp-tags: "Text";
  -ixp-group: "text";
  -ixp-scope: "Text,Link";
}
.fine-print {
  -ixp-name: "Fine Print";
  -ixp-tags: "Text";
  -ixp-group: "text";
  -ixp-scope: "Text,Link";
}
/* ======================================
	Alignment

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

	REQUIRED CLASS: .bullet-a
====================================== */
ul,
ol {
  margin: 0;
  padding: 0;
}

ol {
  margin-left: 10px;
  list-style-type: decimal;
}
.bullet-a ul li {
  list-style-type: none;
}
.bullet-a ul li:before {
  content: '\f111';
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  margin: 0px 0px 0px 10px;
  text-decoration: none;
  font-size: 8px;
  margin: 10px 10px 10px 0;
  position: relative;
  bottom: 2px;
}
.bullet-b ul li {
  list-style-type: none;
}
.bullet-b ul li:before {
  content: '\f00c';
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  margin: 0px 0px 0px 10px;
  text-decoration: none;
  margin: 10px 10px 10px 0;
}
/* ======================================
	List IXP Information

	REQUIRED CLASS: .bullet-a
====================================== */
.bullet-a {
  -ixp-name: "Bullet List - Circle";
  -ixp-tags: "Bullet list";
  -ixp-group: "bullet-list";
  -ixp-scope: "Text";
}
.bullet-b {
  -ixp-name: "Bullet List - Checkmark";
  -ixp-tags: "Bullet list";
  -ixp-group: "bullet-list";
  -ixp-scope: "Text";
}
/* ======================================
	Link Element Base
====================================== */
a {
  color: #53b582;
  display: inline;
  text-decoration: none;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
a:hover {
  color: #fff;
  text-decoration: none;
}
/* ======================================
	CTA Links

	REQUIRED CLASS: .cta_link.link-a
====================================== */
.cta_link {
  display: inline-block;
  border-bottom: 1px solid transparent;
  line-height: 1;
}
.cta_link:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  margin: 0 0 0 .4em;
  text-decoration: none;
}
.cta_link.link-a {
  color: #53b582;
  text-decoration: none;
}
.cta_link.link-a:hover {
  color: #53b582;
  text-decoration: none;
  border-bottom: 1px solid #53b582;
}
.cta_link.link-a:after {
  content: '\f054';
}
.cta_link.link-b {
  color: #53b582;
  text-decoration: none;
}
.cta_link.link-b:hover {
  color: #53b582;
  text-decoration: none;
  border-bottom: 1px solid #53b582;
}
.cta_link.link-b:after {
  content: '\f138';
}
.cta_link.link-c {
  color: #53b582;
  text-decoration: none;
}
.cta_link.link-c:hover {
  color: #53b582;
  text-decoration: none;
  border-bottom: 1px solid #53b582;
}
.cta_link.link-c:after {
  content: '\f061';
}
/* ======================================
	Links IXP Information

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

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

    NOTE: These 2 required class (a & b) style values should not change. 
    They should be always be White and black.
====================================== */
.color-a {
  color: #ffffff;
}
.color-a h1,
.color-a h2,
.color-a h3,
.color-a h4,
.color-a h5,
.color-a h6,
.color-a a,
.color-a p {
  color: #ffffff;
}
.color-b {
  color: #000000;
}
.color-b h1,
.color-b h2,
.color-b h3,
.color-b h4,
.color-b h5,
.color-b h6,
.color-b a,
.color-b p {
  color: #000000;
}
.color-c {
  color: #05999a;
}
.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: #05999a;
}
.color-d {
  color: #792d82;
}
.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: #792d82;
}
.color-e {
  color: #53b582;
}
.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: #53b582;
}
.color-f {
  color: #4d2965;
}
.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: #4d2965;
}
.color-g {
  color: #d4d1d3;
}
.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: #d4d1d3;
}
.color-h {
  color: #0e5168;
}
.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: #0e5168;
}
.color-i {
  color: #a2c96a;
}
.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: #a2c96a;
}
.color-j {
  color: #a7a5a3;
}
.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: #a7a5a3;
}
.color-k {
  color: #f9c3a6;
}
.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: #f9c3a6;
}
.color-l {
  color: #f5e9cb;
}
.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: #f5e9cb;
}
.color-m {
  color: #a6c3d1;
}
.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: #a6c3d1;
}
.color-n {
  color: #d4e1e0;
}
.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: #d4e1e0;
}
.color-o {
  color: #343d42;
}
.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: #343d42;
}
.color-p {
  color: #ececec;
}
.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: #ececec;
}
.color-q {
  color: #1d1d1d;
}
.color-q h1,
.color-q h2,
.color-q h3,
.color-q h4,
.color-q h5,
.color-q h6,
.color-q a,
.color-q p {
  color: #1d1d1d;
}
/* ======================================
	Colors IXP Information
====================================== */
.color-a {
  -ixp-name: "White";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-b {
  -ixp-name: "Black";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-c {
  -ixp-name: "Parrot";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-d {
  -ixp-name: "Amethyst";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-e {
  -ixp-name: "Leaf";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-f {
  -ixp-name: "Eggplant";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-g {
  -ixp-name: "Light Teal";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-h {
  -ixp-name: "Forest";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-i {
  -ixp-name: "Pear";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-j {
  -ixp-name: "Mid Grey";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-k {
  -ixp-name: "Peach";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-l {
  -ixp-name: "Light Peach";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-m {
  -ixp-name: "Casper";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-n {
  -ixp-name: "Light Grey";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-o {
  -ixp-name: "Charcoal";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-p {
  -ixp-name: "Light Gray";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-q {
  -ixp-name: "Cod Gray";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
/* ======================================
	Backgrounds

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

    NOTE: These,required, 3 class (a,b, and c) style values should not change. 
    They should be White, Transparent White and Transparent Black always.
====================================== */
.background-a {
  background: #ffffff;
}
.background-b {
  background: #ffffff;
  background: rgba(255, 255, 255, 0.5);
}
.background-c {
  background: #000000;
  background: rgba(0, 0, 0, 0.4);
}
.background-d {
  background: #d4d1d3;
}
.background-e {
  background: #a7a5a3;
}
.background-f {
  background: #792d82;
}
.background-g {
  background: #4d2965;
}
.background-h {
  background: #05999a;
}
.background-i {
  background: #d4d1d3;
}
.background-j {
  background: #53b582;
}
.background-k {
  background: #a2c96a;
}
.background-l {
  background: #1d1d1d;
}
.background-m {
  background: #f9c3a6;
}
.background-n {
  background: #f5e9cb;
}
.background-o {
  background: #a6c3d1;
}
.background-p {
  background: #d4e1e0;
}
.background-q {
  background: #343d42;
}
.background-r {
  background: #ececec;

}
/* ======================================
	Background IXP Information
====================================== */
.background-a {
  -ixp-name: "White Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-b {
  -ixp-name: "White Transparent Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-c {
  -ixp-name: "Black Transparent Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-d {
  -ixp-name: "Light Grey Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-e {
  -ixp-name: "Mid Grey Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-f {
  -ixp-name: "Amethyst Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-g {
  -ixp-name: "Eggplant Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-h {
  -ixp-name: "Parrot Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-i {
  -ixp-name: "Leaf Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-j {
  -ixp-name: "Tamarind Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-k {
  -ixp-name: "Pear Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-l {
  -ixp-name: "Cod Grey Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-m {
  -ixp-name: "Peach Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-n {
  -ixp-name: "Light Peach Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-o {
  -ixp-name: "Casper Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-p {
  -ixp-name: "Geyser Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-q {
  -ixp-name: "Charcoal Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-r {
  -ixp-name: "Light Gray Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";

}
/* ======================================
	Pods
    REQUIRED CLASS: .pod, .pod-a, .pod-b, .pod-c, .pod.form-pod-a
    NOTE: .pod, .pod-b, .pod-c style values should not change. 
    They should be Transparent (.pod), Transparent White (.pod-b) and Transparent Black (.pod-c) always.
====================================== */
.pod {
  padding: 0.85em;
}
.pod.pod-a {
  background: #ffffff;
}
.pod.pod-b {
  background: #ffffff;
  background: rgba(255, 255, 255, 0.6);
}
.pod.pod-c {
  background: #000000;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
}
.pod.pod-c h1,
.pod.pod-c h2,
.pod.pod-c h3,
.pod.pod-c h4,
.pod.pod-c h5,
.pod.pod-c h6,
.pod.pod-c p,
.pod.pod-c.nested-1 h1,
.pod.pod-c.nested-1 h2,
.pod.pod-c.nested-1 h3,
.pod.pod-c.nested-1 h4,
.pod.pod-c.nested-1 h5,
.pod.pod-c.nested-1 h6,
.pod.pod-c.nested-2.nested-2s h1,
.pod.pod-c.nested-2.nested-2s h2,
.pod.pod-c.nested-2.nested-2s h3,
.pod.pod-c.nested-2.nested-2s h4,
.pod.pod-c.nested-2.nested-2s h5,
.pod.pod-c.nested-2.nested-2s h6 {
  color: #ffffff;
}
.pod.pod-c a {
  color: #ffffff;
}
.pod.pod-c a:hover {
  color: #ffffff;
}
.pod.pod-d {
  background: #000000;
  color: #ffffff;
}
.pod.pod-d h1,
.pod.pod-d h2,
.pod.pod-d h3,
.pod.pod-d h4,
.pod.pod-d h5,
.pod.pod-d h6,
.pod.pod-d p,
.pod.pod-d.nested-1 h1,
.pod.pod-d.nested-1 h2,
.pod.pod-d.nested-1 h3,
.pod.pod-d.nested-1 h4,
.pod.pod-d.nested-1 h5,
.pod.pod-d.nested-1 h6,
.pod.pod-d.nested-2.nested-2s h1,
.pod.pod-d.nested-2.nested-2s h2,
.pod.pod-d.nested-2.nested-2s h3,
.pod.pod-d.nested-2.nested-2s h4,
.pod.pod-d.nested-2.nested-2s h5,
.pod.pod-d.nested-2.nested-2s h6 {
  color: #ffffff;
}
.pod.pod-d a {
  color: #ffffff;
}
.pod.pod-d a:hover {
  color: #ffffff;
}
.pod.pod-e {
  background: #792d82;
  color: #ffffff;
}
.pod.pod-e h1,
.pod.pod-e h2,
.pod.pod-e h3,
.pod.pod-e h4,
.pod.pod-e h5,
.pod.pod-e h6,
.pod.pod-e p,
.pod.pod-e.nested-1 h1,
.pod.pod-e.nested-1 h2,
.pod.pod-e.nested-1 h3,
.pod.pod-e.nested-1 h4,
.pod.pod-e.nested-1 h5,
.pod.pod-e.nested-1 h6,
.pod.pod-e.nested-2.nested-2s h1,
.pod.pod-e.nested-2.nested-2s h2,
.pod.pod-e.nested-2.nested-2s h3,
.pod.pod-e.nested-2.nested-2s h4,
.pod.pod-e.nested-2.nested-2s h5,
.pod.pod-e.nested-2.nested-2s h6 {
  color: #ffffff;
}
.pod.pod-e a {
  color: #ececec;
}
.pod.pod-e a:hover {
  color: #ffffff;
}
.pod.pod-f {
  background: #4d2965;
  color: #ffffff;
}
.pod.pod-f h1,
.pod.pod-f h2,
.pod.pod-f h3,
.pod.pod-f h4,
.pod.pod-f h5,
.pod.pod-f h6,
.pod.pod-f p,
.pod.pod-f.nested-1 h1,
.pod.pod-f.nested-1 h2,
.pod.pod-f.nested-1 h3,
.pod.pod-f.nested-1 h4,
.pod.pod-f.nested-1 h5,
.pod.pod-f.nested-1 h6,
.pod.pod-f.nested-2.nested-2s h1,
.pod.pod-f.nested-2.nested-2s h2,
.pod.pod-f.nested-2.nested-2s h3,
.pod.pod-f.nested-2.nested-2s h4,
.pod.pod-f.nested-2.nested-2s h5,
.pod.pod-f.nested-2.nested-2s h6 {
  color: #ffffff;
}
.pod.pod-f a {
  color: #ececec;
}
.pod.pod-f a:hover {
  color: #ffffff;
}
.pod.pod-g {
  background: #53b582;
  color: #ffffff;
}
.pod.pod-g h1,
.pod.pod-g h2,
.pod.pod-g h3,
.pod.pod-g h4,
.pod.pod-g h5,
.pod.pod-g h6,
.pod.pod-g p,
.pod.pod-g.nested-1 h1,
.pod.pod-g.nested-1 h2,
.pod.pod-g.nested-1 h3,
.pod.pod-g.nested-1 h4,
.pod.pod-g.nested-1 h5,
.pod.pod-g.nested-1 h6,
.pod.pod-g.nested-2.nested-2s h1,
.pod.pod-g.nested-2.nested-2s h2,
.pod.pod-g.nested-2.nested-2s h3,
.pod.pod-g.nested-2.nested-2s h4,
.pod.pod-g.nested-2.nested-2s h5,
.pod.pod-g.nested-2.nested-2s h6 {
  color: #ffffff;
}
.pod.pod-g a {
  color: #ececec;
}
.pod.pod-g a:hover {
  color: #ffffff;
}
.pod.pod-h {
  background: #05999a;
  color: #ffffff;
}
.pod.pod-h h1,
.pod.pod-h h2,
.pod.pod-h h3,
.pod.pod-h h4,
.pod.pod-h h5,
.pod.pod-h h6,
.pod.pod-h p,
.pod.pod-h.nested-1 h1,
.pod.pod-h.nested-1 h2,
.pod.pod-h.nested-1 h3,
.pod.pod-h.nested-1 h4,
.pod.pod-h.nested-1 h5,
.pod.pod-h.nested-1 h6,
.pod.pod-h.nested-2.nested-2s h1,
.pod.pod-h.nested-2.nested-2s h2,
.pod.pod-h.nested-2.nested-2s h3,
.pod.pod-h.nested-2.nested-2s h4,
.pod.pod-h.nested-2.nested-2s h5,
.pod.pod-h.nested-2.nested-2s h6 {
  color: #ffffff;
}
.pod.pod-h a {
  color: #ececec;
}
.pod.pod-h a:hover {
  color: #ffffff;
}
.pod.pod-i {
  background: #0e5168;
  color: #ffffff;
}
.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.nested-1 h1,
.pod.pod-i.nested-1 h2,
.pod.pod-i.nested-1 h3,
.pod.pod-i.nested-1 h4,
.pod.pod-i.nested-1 h5,
.pod.pod-i.nested-1 h6,
.pod.pod-i.nested-2.nested-2s h1,
.pod.pod-i.nested-2.nested-2s h2,
.pod.pod-i.nested-2.nested-2s h3,
.pod.pod-i.nested-2.nested-2s h4,
.pod.pod-i.nested-2.nested-2s h5,
.pod.pod-i.nested-2.nested-2s h6 {
  color: #ffffff;
}
.pod.pod-i a {
  color: #ececec;
}
.pod.pod-i a:hover {
  color: #ffffff;
}
.pod.pod-j {
  background: #343d42;
  color: #ffffff;
}
.pod.pod-j h1,
.pod.pod-j h2,
.pod.pod-j h3,
.pod.pod-j h4,
.pod.pod-j h5,
.pod.pod-j h6,
.pod.pod-j p,
.pod.pod-j.nested-1 h1,
.pod.pod-j.nested-1 h2,
.pod.pod-j.nested-1 h3,
.pod.pod-j.nested-1 h4,
.pod.pod-j.nested-1 h5,
.pod.pod-j.nested-1 h6,
.pod.pod-j.nested-2.nested-2s h1,
.pod.pod-j.nested-2.nested-2s h2,
.pod.pod-j.nested-2.nested-2s h3,
.pod.pod-j.nested-2.nested-2s h4,
.pod.pod-j.nested-2.nested-2s h5,
.pod.pod-j.nested-2.nested-2s h6 {
  color: #ffffff;
}
.pod.pod-j a {
  color: #ececec;
}
.pod.pod-j a:hover {
  color: #ffffff;
}
/* ======================================
	Pods with Form Styling

	REQUIRED CLASS: .pod.form-pod-a
====================================== */
.pod.form-pod-a {
  background: #ececec;
  color: #343d42;
}
.pod.form-pod-a h1,
.pod.form-pod-a h2,
.pod.form-pod-a h3,
.pod.form-pod-a h4,
.pod.form-pod-a h5,
.pod.form-pod-a h6,
.pod.form-pod-a p,
.pod.form-pod-a.nested-1 h1,
.pod.form-pod-a.nested-1 h2,
.pod.form-pod-a.nested-1 h3,
.pod.form-pod-a.nested-1 h4,
.pod.form-pod-a.nested-1 h5,
.pod.form-pod-a.nested-1 h6,
.pod.form-pod-a.nested-2.nested-2s h1,
.pod.form-pod-a.nested-2.nested-2s h2,
.pod.form-pod-a.nested-2.nested-2s h3,
.pod.form-pod-a.nested-2.nested-2s h4,
.pod.form-pod-a.nested-2.nested-2s h5,
.pod.form-pod-a.nested-2.nested-2s h6 {
  color: #343d42;
}
.pod.form-pod-a a {
  color: #53b582;
}
.pod.form-pod-a a:hover {
  color: #792d82;
}
.pod.form-pod-b {
  background: #ffffff;
  color: #343d42;
  border: 2px solid #53b582;
}
.pod.form-pod-b h1,
.pod.form-pod-b h2,
.pod.form-pod-b h3,
.pod.form-pod-b h4,
.pod.form-pod-b h5,
.pod.form-pod-b h6,
.pod.form-pod-b p,
.pod.form-pod-b.nested-1 h1,
.pod.form-pod-b.nested-1 h2,
.pod.form-pod-b.nested-1 h3,
.pod.form-pod-b.nested-1 h4,
.pod.form-pod-b.nested-1 h5,
.pod.form-pod-b.nested-1 h6,
.pod.form-pod-b.nested-2.nested-2s h1,
.pod.form-pod-b.nested-2.nested-2s h2,
.pod.form-pod-b.nested-2.nested-2s h3,
.pod.form-pod-b.nested-2.nested-2s h4,
.pod.form-pod-b.nested-2.nested-2s h5,
.pod.form-pod-b.nested-2.nested-2s h6 {
  color: #343d42;
}
.pod.form-pod-b a {
  color: #53b582;
}
.pod.form-pod-b a:hover {
  color: #792d82;
}
/* ======================================
	Pod IXP Information

	REQUIRED CLASS: .pod, .pod-a, .pod.form-pod-a
====================================== */
.pod {
  -ixp-name: "Transparent";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-a {
  -ixp-name: "White Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-b {
  -ixp-name: "White Transparent Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-c {
  -ixp-name: "Black Transparent Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-d {
  -ixp-name: "Black Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-e {
  -ixp-name: "Amethyst Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-f {
  -ixp-name: "Eggplant Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-g {
  -ixp-name: "Leaf Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-h {
  -ixp-name: "Parrot Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-i {
  -ixp-name: "Forest Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-j {
  -ixp-name: "Charcoal Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.form-pod-a {
  -ixp-name: "Light Gray Form Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.form-pod-b {
  -ixp-name: "White with border Form Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
/* ======================================
	Image Alignment

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

	REQUIRED CLASS: .shadow-a
====================================== */
.shadow-a {
  -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.shadow-b {
  -webkit-box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.5);
}
.image-border-radius-a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.image-borders-a {
  border: 1px solid #05999a;
}
/* ======================================
	Image and Block IXP Information
    REQUIRED CLASSES: .shadow-a
====================================== */
.shadow-a {
  -ixp-name: "Light Drop Shadow";
  -ixp-tags: "Styling";
  -ixp-group: "styling";
  -ixp-scope: "Image,Link,Container,Column,Row";
}
.shadow-b {
  -ixp-name: "Flat Drop Shadow";
  -ixp-tags: "Styling";
  -ixp-group: "styling";
  -ixp-scope: "Image,Link,Container,Column,Row";
}
.image-border-radius-a {
  -ixp-name: "Rounded Corners";
  -ixp-tags: "Styling";
  -ixp-group: "styling";
  -ixp-scope: "Image,Link,Container,Column,Row";
}
.image-borders-a {
  -ixp-name: "Border Dark Blue";
  -ixp-tags: "Styling";
  -ixp-group: "styling";
  -ixp-scope: "Image,Link,Container,Column,Row";
}
/* ======================================
	Horizontal Rule Styling
====================================== */
hr {
  background: #792d82;
  border: none;
  color: #792d82;
  clear: both;
  float: none;
  height: 1px;
  margin: 0.4em 0;
  width: 100%;
}
/* ======================================
	Button Element Base
====================================== */
.button,
.button-container .pf_form_table .pf_submit_cell .pf_submit_button {
  border: none;
  cursor: pointer;
  display: inline-block;
  margin: 0.5em 0;
  overflow: visible;
  text-decoration: none !important;
  -webkit-appearance: none;
  position: relative;
  z-index: 10;
  -webkit-transition: 0.3s ease-in-out all;
  -moz-transition: 0.3s ease-in-out all;
  -o-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  font-weight: bold;
  font-family: 'Arial', sans-serif;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.button:hover,
.button-container .pf_form_table .pf_submit_cell .pf_submit_button:hover {
  text-decoration: none !important;
}
/* ======================================
	Button

	REQUIRED CLASS: .button-a
====================================== */
.button-a,
.button-container-a .pf_form_table .pf_submit_cell .pf_submit_button {
  background-color: #792d82;
  color: #ffffff !important;
}
.button-a:hover,
.button-container-a .pf_form_table .pf_submit_cell .pf_submit_button:hover {
  background-color: #000000;
  color: #ffffff !important;
  text-decoration: none !important;
}
.button-b,
.button-container-b .pf_form_table .pf_submit_cell .pf_submit_button {
  background: #ffffff;
  color: #792d82 !important;
}
.button-b:hover,
.button-container-b .pf_form_table .pf_submit_cell .pf_submit_button:hover {
  background: #000000;
  color: #ffffff !important;
  text-decoration: none !important;
}

/* ======================================
	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: -42px;
  text-decoration: none !important;
  overflow: hidden;
  font-size: 0;
  text-align: center;
}
.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: #05999a;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 40px;
  margin: 0;
  line-height: 1;
}
.button-down-dark:after {
  content: '\f078';
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  margin: 0px 0px 0px 10px;
  text-decoration: none;
  color: #53b582;
}
.button-up-dark:after {
  content: '\f077';
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  margin: 0px 0px 0px 10px;
  text-decoration: none;
  color: #53b582;
}
.button-left-dark:after {
  content: '\f053';
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  margin: 0px 0px 0px 10px;
  text-decoration: none;
  color: #53b582;
}
.button-right-dark:after {
  content: '\f054';
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  margin: 0px 0px 0px 10px;
  text-decoration: none;
  color: #53b582;
}
.button-down-light:after {
  content: '\f078';
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  margin: 0px 0px 0px 10px;
  text-decoration: none;
  color: #ffffff;
}
.button-up-light:after {
  content: '\f077';
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  margin: 0px 0px 0px 10px;
  text-decoration: none;
  color: #ffffff;
}
.button-left-light:after {
  content: '\f053';
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  margin: 0px 0px 0px 10px;
  text-decoration: none;
  color: #ffffff;
}
.button-right-light:after {
  content: '\f054';
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  margin: 0px 0px 0px 10px;
  text-decoration: none;
  color: #ffffff;
}
/* ======================================
	Directional Button IXP Information
====================================== */
.button-up-dark {
  -ixp-name: "Dark Arrow Up";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container-up-dark {
  -ixp-name: "Dark Arrow Up";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Lightbox";
}
.button-down-dark {
  -ixp-name: "Dark Arrow Down";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container-down-dark {
  -ixp-name: "Dark Arrow Down";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Lightbox";
}
.button-left-dark {
  -ixp-name: "Dark Arrow Left";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container-left-dark {
  -ixp-name: "Dark Arrow Left";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Lightbox";
}
.button-right-dark {
  -ixp-name: "Dark Arrow Right";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container-right-dark {
  -ixp-name: "Dark Arrow Right";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Lightbox";
}
.button-up-light {
  -ixp-name: "Light Arrow Up";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container-up-light {
  -ixp-name: "Light Arrow Up";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Lightbox";
}
.button-down-light {
  -ixp-name: "Light Arrow Down";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container-down-light {
  -ixp-name: "Light Arrow Down";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Lightbox";
}
.button-left-light {
  -ixp-name: "Light Arrow Left";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container-left-light {
  -ixp-name: "Light Arrow Left";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Lightbox";
}
.button-right-light {
  -ixp-name: "Light Arrow Right";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container-right-light {
  -ixp-name: "Light Arrow Right";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Lightbox";
}
/* ======================================
	Pre Header

	REQUIRED CLASS: .pre-header, .pre-header-a
====================================== */
.pre-header {
  padding: 0.25 0;
}
.pre-header-a {
  background: #05999a;
  color: #ffffff;
  padding: 0.25 0;
}
.pre-header-a a,
.pre-header-a.nested-1 a,
.pre-header-a.nested-2.nested-2s a {
  color: #53b582;
  text-decoration: none;
}
.pre-header-a a:hover,
.pre-header-a.nested-1 a:hover,
.pre-header-a.nested-2.nested-2s a:hover {
  color: #05999a;
}
/* ======================================
	Pre Header IXP Information
    REQUIRED CLASSES: .pre-header, .pre-header-a
====================================== */
.pre-header {
  -ixp-name: "Pre-Header - Transparent";
  -ixp-tags: "Regions";
  -ixp-group: "regions";
  -ixp-scope: "ContainerLike";
}
.pre-header-a {
  -ixp-name: "Pre-Header - Dark Blue";
  -ixp-tags: "Regions";
  -ixp-group: "regions";
  -ixp-scope: "ContainerLike";
}
/* ======================================
	Logo

	REQUIRED CLASS: .header-logo-light
====================================== */
.header-logo-light {
  background-image: url('/themes/ceicdata/styles/css/custom/ceic_in_on_for_em.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 171.3px 75.3px;
  min-height: 75.3px;
  min-width: 171.3px;
  display: inline-block;
  text-indent: -9999px;
  position: Absolute;
  top: 0;
  bottom padding: 10;
  left: 0;
  z-index:10;
    padding: 10;
}

@media (max-width: 768px) {
  .header-logo-light {
    background-position: center;
    min-height: 120px;
    min-width: 190px;
  }
}
/* ======================================
	Inner Content Wrap

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

	REQUIRED CLASS: .inner-content-wrapper
====================================== */
.inner-content-wrapper-a {
  background: #F6F6F6;
}
/* ======================================
	Pre Content
    REQUIRED CLASSES: .pre-content
====================================== */
.pre-content {
  padding: 0;
}
.ixp-nav {
  background-color: transparent;
  color: #ffffff;
  font-size: 0.9em;
  margin: 0;
  padding: 0;
  text-align: center;
}
.ixp-nav .ixp-nav-collapsible {
  height: auto;
  float: right;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.ixp-nav .ixp-nav-collapsible .ixp-navitem {
  background: none;
  display: inline-block;
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 0 .8em;
  border-right: none;
}
.ixp-nav .ixp-nav-collapsible .ixp-navitem a,
.ixp-nav .ixp-nav-collapsible .ixp-navitem.nested-1 a,
.ixp-nav .ixp-nav-collapsible .ixp-navitem.nested-2.nested-2s a {
  background-color: transparent;
  color: #ffffff;
  display: block;
  padding: 0.5em;
  text-decoration: none;
  font-size: 1em;
  font-family: 'Arial', sans-serif;
}
.ixp-nav .ixp-nav-collapsible .ixp-navitem a:hover,
.ixp-nav .ixp-nav-collapsible .ixp-navitem.nested-1 a:hover,
.ixp-nav .ixp-nav-collapsible .ixp-navitem.nested-2.nested-2s a:hover {
  background-color: transparent;
  color: #53b582;
}
.ixp-nav.ixp-nav-collapsed {
  background-color: transparent;
  font-size: 110%;
  margin: 1em 0 0 0;
  text-align: left;
}
.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-navlist {
  margin-top: 1em;
}
.ixp-nav.ixp-nav-collapsed .ixp-navitem {
  display: block;
  float: none;
  margin: 0;
  padding: 0;
}
.ixp-nav.ixp-nav-collapsed .ixp-navitem a {
  padding: 10px;
  text-align: center;
}
.ixp-nav .ixp-nav-toggle {
  margin: 0;
}

/* ======================================
	Navigation Active States
====================================== */
.ixp-navitem-active-state-a a {
  color: #53b582 !important;
}
.ixp-navitem-active-state-b a {
  background-color: #53b582 !important;
  color: #ffffff !important;
  border-bottom: none !important;
}
/* ======================================
	Navigation Active States IXP Information
====================================== */
.ixp-navitem-active-state-a {
  -ixp-name: "Active State Default";
  -ixp-tags: "Navigation";
  -ixp-group: "navigation";
  -ixp-scope: "NavigationItem";
}
.ixp-navitem-active-state-b {
  -ixp-name: "Active State Main";
  -ixp-tags: "Navigation";
  -ixp-group: "navigation";
  -ixp-scope: "NavigationItem";
}
/* ======================================
	Accordion RMW (Default)
====================================== */
.lbui_accordion_v3 > .lbui_accordion_content > div > h2.lbui_trigger {
  background-color: transparent;
  background-image: none !important;
  background-repeat: no-repeat;
  background-position: 5px 50% !important;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #792d82;
  filter: none;
  font-size: 1.1em;
  height: auto;
  margin: 0 0 5px 0;
  padding: 3px 0 3px 5px;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  position: relative;
  border-bottom: 1px solid #792d82;
  font-weight: bold;
}
.lbui_accordion_v3 > .lbui_accordion_content > div > h2.lbui_trigger:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  margin: 0 0 0 10px;
  text-decoration: none;
  content: '\f067';
  float: right;
  margin-right: 10px;
}
.lbui_accordion_v3 > .lbui_accordion_content .lbui_trigger.lbui_active {
  background-color: transparent;
  background-image: none !important;
  background-repeat: no-repeat;
  background-position: 5px 50% !important;
  border: none;
  color: #53b582;
  filter: none;
}
.lbui_accordion_v3 > .lbui_accordion_content .lbui_trigger.lbui_active:after {
  content: '\f068';
}
.lbui_accordion_v3 > .lbui_accordion_content .lbui_trigger.lbui_active:hover {
  background-color: transparent;
  background-image: none !important;
  background-repeat: no-repeat;
  background-position: 5px 50% !important;
  color: #53b582;
  filter: none;
}
.lbui_accordion_v3 > .lbui_accordion_content .lbui_trigger.lbui_active:hover:after {
  content: '\f068';
}
.lbui_accordion_v3 > .lbui_accordion_content .lbui_trigger:hover {
  background-color: transparent;
  background-image: none !important;
  background-repeat: no-repeat;
  background-position: 5px 50% !important;
  color: #53b582;
  filter: none;
}
.lbui_accordion_v3 > .lbui_accordion_content .lbui_trigger:hover:after {
  content: '\f067';
}
.lbui_toggle_container {
  margin-top: 0;
  font-size: 1em !important;
}
/* ======================================
	Accordion RMW (Alternate)
====================================== */
.accordion-a.lbui_accordion_v3 > .lbui_accordion_content > div > h2.lbui_trigger {
  background-color: #792d82 !important;
  background-image: none !important;
  background-repeat: no-repeat;
  background-position: 5px 50% !important;
  color: #ffffff;
  filter: none;
  border: none;
  padding-left: 1em;
  font-family: 'Arial', sans-serif;
}
.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:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  margin: 0 8px 0 5px;
  text-decoration: none;
  content: '\f067';
  float: right;
  margin-right: 10px;
}
.accordion-a.lbui_accordion_v3 > .lbui_accordion_content .lbui_trigger.lbui_active {
  background-color: #53b582 !important;
  background-image: none !important;
  background-repeat: no-repeat;
  background-position: 5px 50% !important;
  color: #ffffff;
  filter: none;
}
.accordion-a.lbui_accordion_v3 > .lbui_accordion_content .lbui_trigger.lbui_active:before {
  content: '\f068';
}
.accordion-a.lbui_accordion_v3 > .lbui_accordion_content .lbui_trigger.lbui_active:hover {
  background-color: #792d82 !important;
  background-image: none !important;
  background-repeat: no-repeat;
  background-position: 5px 50% !important;
  color: #53b582;
  filter: none;
}
.accordion-a.lbui_accordion_v3 > .lbui_accordion_content .lbui_trigger.lbui_active:hover:before {
  content: '\f068';
}
.accordion-a.lbui_accordion_v3 > .lbui_accordion_content .lbui_trigger:hover {
  background-color: #792d82 !important;
  background-image: none !important;
  background-repeat: no-repeat;
  background-position: 5px 50% !important;
  color: #53b582;
  filter: none;
}
.accordion-a.lbui_accordion_v3 > .lbui_accordion_content .lbui_trigger:hover:before {
  content: '\f067';
}
/* ======================================
	Accordion IXP Information
    REQUIRED CLASSES: .accordion-a
====================================== */
.accordion-a {
  -ixp-name: "Amethyst";
  -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-left: 1px solid #d4e1e0;
  border-right: 1px solid #d4e1e0;
  border-top: 1px solid #d4e1e0;
  border-bottom: 1px solid #d4e1e0;
  color: #000000;
  margin: 0 0 -1px 5px;
  padding: 12px 25px;
  filter: none;
  text-shadow: none;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.lbui_tabs_v3 > .lbui_nav > .lbui_nav_inner > .lbui_toggle > .lbui_first,
.lbui_tabs_v3.lbui_init > .lbui_nav > .lbui_nav_inner > .lbui_toggle > .lbui_first,
.lbui_tabs_v3 > .lbui_nav > .lbui_nav_inner > .lbui_toggle:first-child,
.lbui_tabs_v3.lbui_init > .lbui_nav > .lbui_nav_inner > .lbui_toggle:first-child {
  margin-left: 0;
}
.lbui_tabs_v3 > .lbui_nav > .lbui_nav_inner > .lbui_toggle:hover,
.lbui_tabs_v3.lbui_init > .lbui_nav > .lbui_nav_inner > .lbui_toggle:hover {
  background: #53b582;
  border-color: #d4e1e0;
  border-bottom: 1px solid #d4e1e0;
  color: #ffffff;
  filter: none;
}
.lbui_tabs_v3 > .lbui_nav > .lbui_nav_inner > .lbui_active,
.lbui_tabs_v3.lbui_init > .lbui_nav > .lbui_nav_inner > .lbui_active {
  background: #ffffff;
  border-color: #d4e1e0;
  border-bottom: 1px solid #ffffff;
  color: #53b582;
  filter: none !important;
  margin-bottom: -1px;
}
.lbui_tabs_v3.lbui_stacked_nav .lbui_toggle,
.lbui_tabs_v3.lbui_init.lbui_stacked_nav .lbui_toggle {
  margin-right: 0;
}
.lbui_tabs_v3 > .lbui_slides,
.lbui_tabs_v3.lbui_init > .lbui_slides {
  background: #ffffff;
  border: 1px solid #d4e1e0;
  border-radius: 0 !important;
  font-size: 1em;
}
/* ======================================
	Tabs RMW (Alternate)
====================================== */
.tab-a.lbui_tabs_v3 > .lbui_nav > .lbui_nav_inner > .lbui_toggle,
.tab-a.lbui_tabs_v3.lbui_init > .lbui_nav > .lbui_nav_inner > .lbui_toggle {
  background: transparent;
  border: none;
  color: #792d82;
  filter: none;
  text-shadow: none;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  font-weight: bold;
}
.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: transparent;
  border: none;
  color: #53b582;
  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: #792d82;
  border: none;
  color: #ffffff;
  filter: none !important;
  margin-bottom: -1px;
}
.tab-a.lbui_tabs_v3.lbui_stacked_nav .lbui_toggle,
.tab-a.lbui_tabs_v3.lbui_init.lbui_stacked_nav .lbui_toggle {
  margin-right: 0;
}
.tab-a.lbui_tabs_v3 > .lbui_slides,
.tab-a.lbui_tabs_v3.lbui_init > .lbui_slides {
  background: #792d82;
  border: 0px solid #792d82;
  border-radius: 0 !important;
  font-size: 1em;
}
.tab-a.lbui_tabs_v3 > .lbui_slides .lbui_slide,
.tab-a.lbui_tabs_v3.lbui_init > .lbui_slides .lbui_slide {
  background: #792d82;
  color: #ffffff;
}
/* stacked responsive overrides */
.lbui_tabs_v3.lbui_stacked_nav > .lbui_slides {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.lbui_tabs_v3.lbui_stacked_nav > .lbui_nav > .lbui_nav_inner > .lbui_toggle {
  float: none;
  display: block;
  margin: 0;
  border-bottom: none !important;
}
/* ======================================
	Tabs IXP Information
    REQUIRED CLASSES: .tab-a
====================================== */
.tab-a {
  -ixp-name: "Amethyst";
  -ixp-tags: "Tabs";
  -ixp-group: "tabs";
  -ixp-scope: "Tabs, tabs_v3";
}
/* ======================================
	Utilities
====================================== */
.nested-1 {
  -ixp-name: "Nested 1";
  -ixp-tags: "Utilities";
  -ixp-group: "nesting";
  -ixp-scope: "ContainerLike";
}
.nested-2.nested-2s {
  -ixp-name: "Nested 2";
  -ixp-tags: "Utilities";
  -ixp-group: "nesting";
  -ixp-scope: "ContainerLike";
}
.ixp-component-form-style-brand-brand {
  -ixp-name: "Style: CEIC";
  -ixp-tags: "Form";
  -ixp-group: "customform";
  -ixp-scope: "CustomForm";
  -ixp-default: "true";
}
.lbui_tabs_v3{position:relative; margin-top: 20px; box-shadow: 6px 7px 10px -6px #878282;}.lbui_tabs_v3>.lbui_slides{position:relative;overflow:hidden;clear:both;border:1px solid #aaa;-webkit-border-radius:0 4px 4px;-moz-border-radius:0 4px 4px;-ms-border-radius:0 4px 4px;-o-border-radius:0 4px 4px;border-radius:0 4px 4px}.lbui_tabs_v3>.lbui_slides>.lbui_slides_inner>.lbui_slide{position:relative;width:100%;z-index:1;display:none;background-color:#fff}.lbui_tabs_v3>.lbui_slides>.lbui_slides_inner>.lbui_slide.lbui_curr{z-index:2}.lbui_tabs_v3>.lbui_slides>.lbui_slides_inner>.lbui_slide.lbui_active{z-index:3;display:block}.lbui_tabs_v3>.lbui_slides>.lbui_slides_inner>.lbui_slide>.lbui_content{padding:20px;zoom:1}.lbui_tabs_v3>.lbui_slides>.lbui_slides_inner>.lbui_slide>.lbui_content:before{content:'';display:block}.lbui_tabs_v3>.lbui_slides>.lbui_slides_inner>.lbui_slide>.lbui_content:after{content:'';display:table;clear:both}.lbui_tabs_v3>.lbui_nav{position:relative}.lbui_tabs_v3>.lbui_nav>.lbui_nav_inner{margin:0}.lbui_tabs_v3>.lbui_nav>.lbui_nav_inner>.lbui_toggle{float:left;display:inline;padding:8px 16px;cursor:pointer;background:#eee;background:-moz-linear-gradient(top,#eee 0,#ddd 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#eee),color-stop(100%,#ddd));background:-webkit-linear-gradient(top,#eee 0,#ddd 100%);background:-o-linear-gradient(top,#eee 0,#ddd 100%);background:-ms-linear-gradient(top,#eee 0,#ddd 100%);background:linear-gradient(to bottom,#eee 0,#ddd 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dddddd', GradientType=0);color:#666;text-shadow:0 1px 0 #fff;font-size:14px;border:1px solid #aaa;border-left:none;border-bottom:none}.lbui_tabs_v3>.lbui_nav>.lbui_nav_inner>.lbui_toggle.lbui_first,.lbui_tabs_v3>.lbui_nav>.lbui_nav_inner>.lbui_toggle:first-child{border-left:1px solid #aaa;-webkit-border-radius:4px 0 0;-moz-border-radius:4px 0 0;-ms-border-radius:4px 0 0;-o-border-radius:4px 0 0;border-radius:0px 0 0}.lbui_tabs_v3>.lbui_nav>.lbui_nav_inner>.lbui_toggle:last-child{-webkit-border-radius:0 4px 0 0;-moz-border-radius:0 4px 0 0;-ms-border-radius:0 4px 0 0;-o-border-radius:0 4px 0 0;border-radius:0 4px 0 0}.lbui_tabs_v3>.lbui_nav>.lbui_nav_inner>.lbui_toggle:hover{background:#ddd;background:-moz-linear-gradient(top,#bbb 0,#999 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#bbb),color-stop(100%,#999));background:-webkit-linear-gradient(top,#bbb 0,#999 100%);background:-o-linear-gradient(top,#bbb 0,#999 100%);background:-ms-linear-gradient(top,#bbb 0,#999 100%);background:linear-gradient(to bottom,#bbb 0,#999 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bbbbbb', endColorstr='#999999', GradientType=0);color:#fff;text-shadow:0 0 0 #666}.lbui_tabs_v3>.lbui_nav>.lbui_nav_inner>.lbui_toggle.lbui_active{background:#fff;background:-moz-linear-gradient(top,#eee 0,#fff 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#eee),color-stop(100%,#fff));background:-webkit-linear-gradient(top,#eee 0,#fff 100%);background:-o-linear-gradient(top,#eee 0,#fff 100%);background:-ms-linear-gradient(top,#eee 0,#fff 100%);background:linear-gradient(top,#eee 0,#fff 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);color:#333;text-shadow:0 0 0 #ddd;border-bottom:1px solid #fff;position:relative;margin-bottom:-1px;z-index:1}.lbui_tabs_v3>.lbui_nav>.lbui_nav_inner>.lbui_toggle.lbui_active:hover{text-shadow:0 0 0 #ddd}.lbui_tabs_v3.lbui_stacked_nav>.lbui_slides{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;-ms-border-radius:0 0 4px 4px;-o-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px}.lbui_tabs_v3.lbui_stacked_nav>.lbui_nav>.lbui_nav_inner>.lbui_toggle{float:none;display:block;border:1px solid #aaa;border-bottom:none}.lbui_tabs_v3.lbui_stacked_nav>.lbui_nav>.lbui_nav_inner>.lbui_toggle.lbui_first,.lbui_tabs_v3.lbui_stacked_nav>.lbui_nav>.lbui_nav_inner>.lbui_toggle:first-child{-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;-ms-border-radius:4px 4px 0 0;-o-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0}.lbui_tabs_v3.lbui_stacked_nav>.lbui_nav>.lbui_nav_inner>.lbui_toggle:last-child{-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0}.lbui_tabs_v3.lbui_stacked_nav>.lbui_nav>.lbui_nav_inner>.lbui_toggle.lbui_active{margin-bottom:0}.lbui_tabs_v3.lbui_init>.lbui_nav>.lbui_nav_inner>.lbui_toggle{-webkit-transition:background .3s ease,color .3s ease;-moz-transition:background .3s ease,color .3s ease;-o-transition:background .3s ease,color .3s ease;transition:background .3s ease,color .3s ease;}
.ixp-grid-container,.ixp-grid-container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media (min-width:768px){.ixp-grid-container{width:750px}}@media (min-width:992px){.ixp-grid-container{width:970px}}@media (min-width:1200px){.ixp-grid-container{width:1170px}}.ixp-grid-row{margin-left:-15px;margin-right:-15px}.ixp-grid-col-lg-1,.ixp-grid-col-lg-10,.ixp-grid-col-lg-11,.ixp-grid-col-lg-12,.ixp-grid-col-lg-2,.ixp-grid-col-lg-3,.ixp-grid-col-lg-4,.ixp-grid-col-lg-5,.ixp-grid-col-lg-6,.ixp-grid-col-lg-7,.ixp-grid-col-lg-8,.ixp-grid-col-lg-9,.ixp-grid-col-md-1,.ixp-grid-col-md-10,.ixp-grid-col-md-11,.ixp-grid-col-md-12,.ixp-grid-col-md-2,.ixp-grid-col-md-3,.ixp-grid-col-md-4,.ixp-grid-col-md-5,.ixp-grid-col-md-6,.ixp-grid-col-md-7,.ixp-grid-col-md-8,.ixp-grid-col-md-9,.ixp-grid-col-sm-1,.ixp-grid-col-sm-10,.ixp-grid-col-sm-11,.ixp-grid-col-sm-12,.ixp-grid-col-sm-2,.ixp-grid-col-sm-3,.ixp-grid-col-sm-4,.ixp-grid-col-sm-5,.ixp-grid-col-sm-6,.ixp-grid-col-sm-7,.ixp-grid-col-sm-8,.ixp-grid-col-sm-9,.ixp-grid-col-xs-1,.ixp-grid-col-xs-10,.ixp-grid-col-xs-11,.ixp-grid-col-xs-12,.ixp-grid-col-xs-2,.ixp-grid-col-xs-3,.ixp-grid-col-xs-4,.ixp-grid-col-xs-5,.ixp-grid-col-xs-6,.ixp-grid-col-xs-7,.ixp-grid-col-xs-8,.ixp-grid-col-xs-9{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.ixp-grid-col-xs-12{width:100%}.ixp-grid-col-xs-11{width:91.66%}.ixp-grid-col-xs-10{width:83.33%}.ixp-grid-col-xs-9{width:75%}.ixp-grid-col-xs-8{width:66.66%}.ixp-grid-col-xs-7{width:58.33%}.ixp-grid-col-xs-6{width:50%}.ixp-grid-col-xs-5{width:41.66%}.ixp-grid-col-xs-4{width:33.33%}.ixp-grid-col-xs-3{width:25%}.ixp-grid-col-xs-2{width:26.66%}.ixp-grid-col-xs-1{width:8.33%}.ixp-grid-col-xs-offset-12{margin-left:100%}.ixp-grid-col-xs-offset-11{margin-left:91.66%}.ixp-grid-col-xs-offset-10{margin-left:83.33%}.ixp-grid-col-xs-offset-9{margin-left:75%}.ixp-grid-col-xs-offset-8{margin-left:66.66%}.ixp-grid-col-xs-offset-7{margin-left:58.33%}.ixp-grid-col-xs-offset-6{margin-left:50%}.ixp-grid-col-xs-offset-5{margin-left:41.66%}.ixp-grid-col-xs-offset-4{margin-left:33.33%}.ixp-grid-col-xs-offset-3{margin-left:25%}.ixp-grid-col-xs-offset-2{margin-left:0.66%}.ixp-grid-col-xs-offset-1{margin-left:8.33%}.ixp-grid-col-xs-offset-0{margin-left:0}@media (min-width:768px){.ixp-grid-col-sm-1,.ixp-grid-col-sm-10,.ixp-grid-col-sm-11,.ixp-grid-col-sm-12,.ixp-grid-col-sm-2,.ixp-grid-col-sm-3,.ixp-grid-col-sm-4,.ixp-grid-col-sm-5,.ixp-grid-col-sm-6,.ixp-grid-col-sm-7,.ixp-grid-col-sm-8,.ixp-grid-col-sm-9{float:left}.ixp-grid-col-sm-12{width:100%}.ixp-grid-col-sm-11{width:91.66%}.ixp-grid-col-sm-10{width:83.33%}.ixp-grid-col-sm-9{width:75%}.ixp-grid-col-sm-8{width:66.66%}.ixp-grid-col-sm-7{width:58.33%}.ixp-grid-col-sm-6{width:50%}.ixp-grid-col-sm-5{width:41.66%}.ixp-grid-col-sm-4{width:33.33%}.ixp-grid-col-sm-3{width:25%}.ixp-grid-col-sm-2{width:16.66%}.ixp-grid-col-sm-1{width:8.33%}.ixp-grid-col-sm-offset-12{margin-left:100%}.ixp-grid-col-sm-offset-11{margin-left:91.66%}.ixp-grid-col-sm-offset-10{margin-left:83.33%}.ixp-grid-col-sm-offset-9{margin-left:75%}.ixp-grid-col-sm-offset-8{margin-left:66.66%}.ixp-grid-col-sm-offset-7{margin-left:58.33%}.ixp-grid-col-sm-offset-6{margin-left:50%}.ixp-grid-col-sm-offset-5{margin-left:41.66%}.ixp-grid-col-sm-offset-4{margin-left:33.33%}.ixp-grid-col-sm-offset-3{margin-left:25%}.ixp-grid-col-sm-offset-2{margin-left:16.66%}.ixp-grid-col-sm-offset-1{margin-left:8.33%}.ixp-grid-col-sm-offset-0{margin-left:0}}@media (min-width:992px){.ixp-grid-col-md-1,.ixp-grid-col-md-10,.ixp-grid-col-md-11,.ixp-grid-col-md-12,.ixp-grid-col-md-2,.ixp-grid-col-md-3,.ixp-grid-col-md-4,.ixp-grid-col-md-5,.ixp-grid-col-md-6,.ixp-grid-col-md-7,.ixp-grid-col-md-8,.ixp-grid-col-md-9{float:left}.ixp-grid-col-md-12{width:100%}.ixp-grid-col-md-11{width:91.66%}.ixp-grid-col-md-10{width:83.33%}.ixp-grid-col-md-9{width:75%}.ixp-grid-col-md-8{width:66.66%}.ixp-grid-col-md-7{width:58.33%}.ixp-grid-col-md-6{width:50%}.ixp-grid-col-md-5{width:41.66%}.ixp-grid-col-md-4{width:33.33%}.ixp-grid-col-md-3{width:25%}.ixp-grid-col-md-2{width:16.66%}.ixp-grid-col-md-1{width:8.33%}.ixp-grid-col-md-offset-12{margin-left:100%}.ixp-grid-col-md-offset-11{margin-left:91.66%}.ixp-grid-col-md-offset-10{margin-left:83.33%}.ixp-grid-col-md-offset-9{margin-left:75%}.ixp-grid-col-md-offset-8{margin-left:66.66%}.ixp-grid-col-md-offset-7{margin-left:58.33%}.ixp-grid-col-md-offset-6{margin-left:50%}.ixp-grid-col-md-offset-5{margin-left:41.66%}.ixp-grid-col-md-offset-4{margin-left:33.33%}.ixp-grid-col-md-offset-3{margin-left:25%}.ixp-grid-col-md-offset-2{margin-left:16.66%}.ixp-grid-col-md-offset-1{margin-left:8.33%}.ixp-grid-col-md-offset-0{margin-left:0}}@media (min-width:1200px){.ixp-grid-col-lg-1,.ixp-grid-col-lg-10,.ixp-grid-col-lg-11,.ixp-grid-col-lg-12,.ixp-grid-col-lg-2,.ixp-grid-col-lg-3,.ixp-grid-col-lg-4,.ixp-grid-col-lg-5,.ixp-grid-col-lg-6,.ixp-grid-col-lg-7,.ixp-grid-col-lg-8,.ixp-grid-col-lg-9{float:left}.ixp-grid-col-lg-12{width:100%}.ixp-grid-col-lg-11{width:91.66%}.ixp-grid-col-lg-10{width:83.33%}.ixp-grid-col-lg-9{width:75%}.ixp-grid-col-lg-8{width:66.66%}.ixp-grid-col-lg-7{width:58.33%}.ixp-grid-col-lg-6{width:50%}.ixp-grid-col-lg-5{width:41.66%}.ixp-grid-col-lg-4{width:33.33%}.ixp-grid-col-lg-3{width:25%}.ixp-grid-col-lg-2{width:16.66%}.ixp-grid-col-lg-1{width:8.33%}.ixp-grid-col-lg-offset-12{margin-left:100%}.ixp-grid-col-lg-offset-11{margin-left:91.66%}.ixp-grid-col-lg-offset-10{margin-left:83.33%}.ixp-grid-col-lg-offset-9{margin-left:75%}.ixp-grid-col-lg-offset-8{margin-left:66.66%}.ixp-grid-col-lg-offset-7{margin-left:58.33%}.ixp-grid-col-lg-offset-6{margin-left:50%}.ixp-grid-col-lg-offset-5{margin-left:41.66%}.ixp-grid-col-lg-offset-4{margin-left:33.33%}.ixp-grid-col-lg-offset-3{margin-left:25%}.ixp-grid-col-lg-offset-2{margin-left:16.66%}.ixp-grid-col-lg-offset-1{margin-left:8.33%}.ixp-grid-col-lg-offset-0{margin-left:0}}@-ms-viewport{width:device-width}.ixp-grid-visible-lg,.ixp-grid-visible-md,.ixp-grid-visible-print,.ixp-grid-visible-sm,.ixp-grid-visible-xs{display:none!important}@media (max-width:767px){.ixp-grid-visible-xs{display:block!important}table.ixp-grid-visible-xs{display:table}tr.ixp-grid-visible-xs{display:table-row!important}td.ixp-grid-visible-xs,th.ixp-grid-visible-xs{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.ixp-grid-visible-sm{display:block!important}table.ixp-grid-visible-sm{display:table}tr.ixp-grid-visible-sm{display:table-row!important}td.ixp-grid-visible-sm,th.ixp-grid-visible-sm{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.ixp-grid-visible-md{display:block!important}table.ixp-grid-visible-md{display:table}tr.ixp-grid-visible-md{display:table-row!important}td.ixp-grid-visible-md,th.ixp-grid-visible-md{display:table-cell!important}}@media (min-width:1200px){.ixp-grid-visible-lg{display:block!important}table.ixp-grid-visible-lg{display:table}tr.ixp-grid-visible-lg{display:table-row!important}td.ixp-grid-visible-lg,th.ixp-grid-visible-lg{display:table-cell!important}}@media (max-width:767px){.ixp-grid-hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.ixp-grid-hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.ixp-grid-hidden-md{display:none!important}}@media (min-width:1200px){.ixp-grid-hidden-lg{display:none!important}}@media print{.ixp-grid-visible-print{display:block!important}table.ixp-grid-visible-print{display:table}tr.ixp-grid-visible-print{display:table-row!important}td.ixp-grid-visible-print,th.ixp-grid-visible-print{display:table-cell!important}}@media print{.ixp-grid-hidden-print{display:none!important}}.ixp-grid-container,.ixp-grid-container-fixed,.ixp-grid-container-fluid,.ixp-grid-row,[class*=" ixp-grid-col"],[class^=ixp-grid-col]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.ixp-container{position:relative; top: -15px; z-index: 2; }.ixp-container:after,.ixp-container:before{content:" ";display:table}.ixp-container:after{clear:both}[class*=" ixp-grid-col"]:after,[class*=" ixp-grid-col"]:before,[class^=ixp-grid-col]:after,[class^=ixp-grid-col]:before{content:none}[class*=" ixp-grid-col"]:after,[class^=ixp-grid-col]:after{clear:none}.ixp-container img{max-width:100%;width:auto\9;height:auto;-ms-interpolation-mode:bicubic}.ixp-container-link{cursor:pointer}.ixp-grid-container-fixed{width:970px;margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px;text-align:left}.ixp-grid-container-fixed:after,.ixp-grid-container-fixed:before{content:" ";display:table}.ixp-grid-container-fixed:after{clear:both}.ixp-grid-container{text-align:left}.ixp-grid-container-fluid{width:100%;padding-left:15px;padding-right:15px}.ixp-grid-container-fluid:after,.ixp-grid-container-fluid:before{content:" ";display:table}.ixp-grid-container-fluid:after{clear:both}html.ixp-responsive-disabled .ixp-grid-container{width:970px}html.ixp-responsive-disabled .ixp-grid-hidden-lg,html.ixp-responsive-disabled .ixp-grid-hidden-sm,html.ixp-responsive-disabled .ixp-grid-hidden-xs{display:block!important}html.ixp-responsive-disabled .ixp-grid-hidden-md,html.ixp-responsive-disabled .ixp-grid-hidden-md.ixp-grid-hidden-lg{display:none!important}html.ixp-responsive-disabled .ixp-grid-col-md-12{width:100%!important}html.ixp-responsive-disabled .ixp-grid-col-md-11{width:91.66%!important}html.ixp-responsive-disabled .ixp-grid-col-md-10{width:83.33%!important}html.ixp-responsive-disabled .ixp-grid-col-md-9{width:75%!important}html.ixp-responsive-disabled .ixp-grid-col-md-8{width:66.66%!important}html.ixp-responsive-disabled .ixp-grid-col-md-7{width:58.33%!important}html.ixp-responsive-disabled .ixp-grid-col-md-6{width:50%!important}html.ixp-responsive-disabled .ixp-grid-col-md-5{width:41.66%!important}html.ixp-responsive-disabled .ixp-grid-col-md-4{width:33.33%!important}html.ixp-responsive-disabled .ixp-grid-col-md-3{width:25%!important}html.ixp-responsive-disabled .ixp-grid-col-md-2{width:16.66%!important}html.ixp-responsive-disabled .ixp-grid-col-md-1{width:8.33%!important}html.ixp-responsive-disabled .ixp-grid-col-md-offset-12{margin-left:100%!important}html.ixp-responsive-disabled .ixp-grid-col-md-offset-11{margin-left:91.66%!important}html.ixp-responsive-disabled .ixp-grid-col-md-offset-10{margin-left:83.33%!important}html.ixp-responsive-disabled .ixp-grid-col-md-offset-9{margin-left:75%!important}html.ixp-responsive-disabled .ixp-grid-col-md-offset-8{margin-left:66.66%!important}html.ixp-responsive-disabled .ixp-grid-col-md-offset-7{margin-left:58.33%!important}html.ixp-responsive-disabled .ixp-grid-col-md-offset-6{margin-left:50%!important}html.ixp-responsive-disabled .ixp-grid-col-md-offset-5{margin-left:41.66%!important}html.ixp-responsive-disabled .ixp-grid-col-md-offset-4{margin-left:33.33%!important}html.ixp-responsive-disabled .ixp-grid-col-md-offset-3{margin-left:25%!important}html.ixp-responsive-disabled .ixp-grid-col-md-offset-2{margin-left:16.66%!important}html.ixp-responsive-disabled .ixp-grid-col-md-offset-1{margin-left:8.33%!important}html.ixp-responsive-disabled .ixp-grid-col-md-offset-0{margin-left:0!important}html.ixp-responsive-disabled .ixp-grid-col-lg-1,html.ixp-responsive-disabled .ixp-grid-col-lg-10,html.ixp-responsive-disabled .ixp-grid-col-lg-11,html.ixp-responsive-disabled .ixp-grid-col-lg-12,html.ixp-responsive-disabled .ixp-grid-col-lg-2,html.ixp-responsive-disabled .ixp-grid-col-lg-3,html.ixp-responsive-disabled .ixp-grid-col-lg-4,html.ixp-responsive-disabled .ixp-grid-col-lg-5,html.ixp-responsive-disabled .ixp-grid-col-lg-6,html.ixp-responsive-disabled .ixp-grid-col-lg-7,html.ixp-responsive-disabled .ixp-grid-col-lg-8,html.ixp-responsive-disabled .ixp-grid-col-lg-9,html.ixp-responsive-disabled .ixp-grid-col-md-1,html.ixp-responsive-disabled .ixp-grid-col-md-10,html.ixp-responsive-disabled .ixp-grid-col-md-11,html.ixp-responsive-disabled .ixp-grid-col-md-12,html.ixp-responsive-disabled .ixp-grid-col-md-2,html.ixp-responsive-disabled .ixp-grid-col-md-3,html.ixp-responsive-disabled .ixp-grid-col-md-4,html.ixp-responsive-disabled .ixp-grid-col-md-5,html.ixp-responsive-disabled .ixp-grid-col-md-6,html.ixp-responsive-disabled .ixp-grid-col-md-7,html.ixp-responsive-disabled .ixp-grid-col-md-8,html.ixp-responsive-disabled .ixp-grid-col-md-9,html.ixp-responsive-disabled .ixp-grid-col-sm-1,html.ixp-responsive-disabled .ixp-grid-col-sm-10,html.ixp-responsive-disabled .ixp-grid-col-sm-11,html.ixp-responsive-disabled .ixp-grid-col-sm-12,html.ixp-responsive-disabled .ixp-grid-col-sm-2,html.ixp-responsive-disabled .ixp-grid-col-sm-3,html.ixp-responsive-disabled .ixp-grid-col-sm-4,html.ixp-responsive-disabled .ixp-grid-col-sm-5,html.ixp-responsive-disabled .ixp-grid-col-sm-6,html.ixp-responsive-disabled .ixp-grid-col-sm-7,html.ixp-responsive-disabled .ixp-grid-col-sm-8,html.ixp-responsive-disabled .ixp-grid-col-sm-9{float:left}html.ixp-lt-ie9 .ixp-dynamic-vis.ixp-grid-hidden-lg,html.ixp-lt-ie9 .ixp-dynamic-vis.ixp-grid-hidden-sm,html.ixp-lt-ie9 .ixp-dynamic-vis.ixp-grid-hidden-xs{display:none!important}

.our-insights-main-menu{width: 54%;}

@media screen and (max-width:1300px){
  .our-insights-main-menu{width: 88%;}
}

@media screen and (max-width:1700px){
  .our-insights-main-menu{width: 67%;}
}

img{
    width: 100%;
}

.language-link img {
    width: 24px;
}

.node--view-mode-teaser.article .field__item-wrapper,
.node--view-mode-big-teaser.article .field__item-wrapper {
  background: #a2c96a;
}

.node--type-blog-post.article .field__item-wrapper{
  background: #a2c96a;
}