@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700);
/* Theme adjustments - Ferenc Toth - January 16, 2018*/

p,
pre,
blockquote,
dl,
ol,
ul,
table,
caption,
legend,
label,
div.editable {
  font-size: 16px;
}

body {
  font-family: Roboto;
}

#logo a img {
    max-height: 50px;
    }
    
#userbar {
    background-color: #005480;
}

#header {
   padding: 20px 0;
}

#content-head {
    background: #005480 !important;
    }
    
    
#content-head h1 {
    font-weight: 400 !important;
}

#footer-custom div ul {
    margin-left: 0;
    list-style: none;
}

.img-circle {
border-radius: 50%;
}

.fr-view hr {
    border-style: none;
    border-width: 0;
    margin: 32px 0;
    color: rgba(32,38,39,.15);
    background-color: rgba(32,38,39,.15);
    border: none;
    height: 1px;
}

.equal-columns .ig-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.equal-columns .ig-cpt {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

@media (min-width: 875px) {
  .equal-columns .ig-cpt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.equal-columns .container {
  width: 100% !important;
}

.equal-columns.-videos {
  padding: 0 !important;
}

.equal-columns.-videos .ig-cpt {
  width: calc(100% / 4 - 10px);
}

@media (min-width: 875px) {
  .equal-columns.-videos .ig-cpt {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}

.blogarticles-standard.editable a:not(.ig-readmore),
.ig-widget-blogarticles .editable a:not(.ig-readmore),
.ig-wikiarticle .editable a,
#blogs-article .editable a,
#wiki .editable a,
#forums .editable a,
#calendar .editable a,
.ig-microblogcontent .editable a,
.ig-widget-microblogposts .editable a,
.ig-description a,
.ig-widget-type-rss .ig-body a,
.ig-widget-type-html:not(.cta-feed):not(.info-card):not(.icon-cards):not(.custom-links-list):not(.custom-button-list):not(.feature-list):not(.cta-button) .ig-widget-html-content a:not(.custom-button) {
  color: #1d76bb;
}

.blogarticles-standard.editable a:not(.ig-readmore):hover,
.ig-widget-blogarticles .editable a:not(.ig-readmore):hover,
.ig-wikiarticle .editable a:hover,
#blogs-article .editable a:hover,
#wiki .editable a:hover,
#forums .editable a:hover,
#calendar .editable a:hover,
.ig-microblogcontent .editable a:hover,
.ig-widget-microblogposts .editable a:hover,
.ig-description a:hover,
.ig-widget-type-rss .ig-body a:hover,
.ig-widget-type-html:not(.cta-feed):not(.info-card):not(.icon-cards):not(.custom-links-list):not(.custom-button-list):not(.feature-list):not(.cta-button) .ig-widget-html-content a:not(.custom-button):hover {
  color: #59a8e5;
}

body.ig-pages.anonymous #content-head {
    display: block;
}

/* ADDED Blue BUTTON full width - Ferenc Toth - March 29, 2016*/
.btn {
  font-family: Arial;
  color: #ffffff !important;
  font-size: 14px;
  text-align: left;
  padding: 10px;
  border-radius: 3px;
  background: #005480;
  text-decoration: none;
  display: block;
  cursor: pointer;
  margin: 0px 0px 10px 0px;
}

.btn:hover {
  background: #006399;
  text-decoration: none;
  color: #ffffff !important;
}

/* ADDED Green BUTTON full width GREEN - Ferenc Toth - March 29, 2016*/

.btn_green {
  font-family: Arial;
  color: #ffffff !important;
  font-size: 14px;
  text-align: left;
  padding: 10px;
  border-radius: 3px;
  background: #6ba71e;
  text-decoration: none;
  display: block;
  cursor: pointer;
  margin: 0px 0px 10px 0px;
}

.btn_green:hover {
  background: #7bb72e;
  text-decoration: none;
  color: #ffffff !important;
}

/* ADDED Blue BUTTON limited width - Ferenc Toth - March 29, 2016*/

.btn2 {
  font-family: Arial;
  color: #ffffff !important;
  font-size: 14px;
  text-align: left;
  padding: 10px;
  background: #005480;
  border-radius: 3px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  margin: 0px 0px 10px 0px;
}

.btn2:hover {
  background: #006399;
  text-decoration: none;
  color: #ffffff !important;
}

/* ADDED White outline BUTTON limited width - Ferenc Toth - April 7, 2016*/

.btn2_whiteoutline {
  font-family: Arial;
  color: #ffffff !important;
  font-size: 14px;
  text-align: left;
  padding: 10px;
  border: 1px solid #fff;
  border-radius: 3px;
  background: transparent;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  margin: 0px 0px 10px 0px;
}

.btn2_whiteoutline:hover {
  background: transparent;
  text-decoration: none;
  color: #ffffff !important;
  border: 1px solid #fff;
}

/* ADDED Blue outline BUTTON limited width - Ferenc Toth - April 7, 2016*/

.btn2_blueoutline {
  font-family: Arial;
  color: #005480 !important;
  font-size: 14px;
  text-align: left;
  padding: 10px;
  border: 1px solid #005480;
  border-radius: 3px;
  background: transparent;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  margin: 0px 0px 10px 0px;
}

.btn2_blueoutline:hover {
  background-color: rgba(0,84,128,0.1);
  text-decoration: none;
  color: #005480 !important;
  border: 1px solid #006399;
}

/* ADDED Blue outline BUTTON full width - Ferenc Toth - May 13, 2016*/

.btn2_blueoutlinefull {
  font-family: Arial;
  color: #005480 !important;
  font-size: 14px;
  text-align: left;
  padding: 10px;
  border: 1px solid #005480;
  border-radius: 3px;
  background: transparent;
  text-decoration: none;
  display: block;
  cursor: pointer;
  margin: 0px 0px 10px 0px;
}

.btn2_blueoutlinefull:hover {
  background-color: rgba(0,84,128,0.1);
  text-decoration: none;
  color: #006399 !important;
  border: 1px solid #006399;
}
/* ADDED Green outline BUTTON limited width - Ferenc Toth - April 7, 2016*/

.btn2_greenoutline {
  font-family: Arial;
  color: #7ac142 !important;
  font-size: 14px;
  text-align: left;
  padding: 10px;
  border: 1px solid #7ac142;
  border-radius: 3px;
  background: transparent;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  margin: 0px 0px 10px 0px;
}

.btn2_greenoutline:hover {
  background: transparent;
  text-decoration: none;
  color: #ffffff !important;
  border: 1px solid #7ac142;
}

/* READ BUTTON redesign - Ferenc Toth - March 30, 2016*/
.read-incomplete::before {
    border: 2px solid #fff;
    background: #fff;
}

.ig-button-read.ig-button_white {
    background: #6ba71e !important;
}
/* WRAPPER for HTML pages - Ferenc Toth - May 12, 2016 */

.path-wrapper25 {
	float: left;
	height: 100%;
	width: 25%;
        padding-bottom: 40px;
}

.path-wrapper33 {
	float: left;
	height: 100%;
	width: 33.333%;
        padding-bottom: 40px;
}

.path-wrapper50 {
	float: left;
	height: 100%;
	width: 50%;
        padding-bottom: 40px;
}


.path-wrapper25 .path-wrapper33 .path-wrapper50 p {
	margin: 0 0 20px;
	color: #fff;
}

.path-wrapper25 .path-wrapper33 .path-wrapper50 a {
	color: #333;
}

.path-wrapper25 .path-wrapper33 .path-wrapper50 a:hover {
	color: #0a6;
}

@media(max-width:980px){
	.path-wrapper33 {width:50%;}
}

@media(max-width:767px){
	.path-wrapper33 {width:100%;}
	.path-wrapper50 {width:100%;}
}


/* ROWS for HTML WRAPPER - Ferenc Toth - May 12, 2016 */
.html-row {
     height:100%;
     width: 100%;
     display: inline-block;
}
/* HTML Navigation Panels - Ferenc Toth - Oct 13, 2016 */
.html-navigation-list {
  border-top: 1px solid #ddd;  
  font-family: Arial;
  font-size: 14px;
  text-align: left;
  padding: 8px 9px;
  background: transparent;
  text-decoration: none;
  display: block;
  cursor: pointer;
  margin: 0;
}

.html-navigation-list:hover {
  background: #eff8ff;
}

/* HTML Navigation Panels (Sub, smaller text) - Ferenc Toth - Oct 13, 2016 */
.html-navigation-list-sub {
  border-top: 1px solid #ddd;  
  font-family: Arial;
  font-size: 12px;
  text-align: left;
  padding: 6px 9px;
  background: transparent;
  text-decoration: none;
  display: block;
  cursor: pointer;
  margin: 0;
}

.html-navigation-list-sub:hover {
  background: #eff8ff;
}

/*
Row Background

Adding the class ```row-background``` to the row will give you the default grey row you see below. Adding one of the modifiers will give you that colour of row. Adding ```-text-white``` to the widget will give you white text.
You can also add ```-no-padding``` or  ```-small-padding``` to adjust padding on your row

-background-dark-lime - Adds dark lime coloured row background
-background-teal - Adds teal coloured row background
-background-dark-teal - Adds dark teal coloured row background
-background-green - Adds green coloured row background
-background-dark-green - Adds dark green coloured row background
-background-red - Adds red coloured row background
-background-blue - Adds blue coloured row background
-background-dark-blue - Adds dark blue coloured row background
-background-black - Adds black coloured row background
-background-grey - Adds grey coloured row background
-background-light-grey - Adds light grey coloured row background
-background-lightest-grey - Adds lightest grey coloured row background

Markup:
row.hbs

Styleguide 6.2
 */
.row-background {
  padding: 60px 0;
  background: #f2f2f2;
  border: 1px solid #e1e1e1;
  border-left-width: 0;
  border-right-width: 0;
}

.row-background.-no-padding {
  padding: 0 !important;
}

.row-background.-small-padding {
  padding: 5px !important;
}

.row-background .ig-cpt {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  border: 0 !important;
}

.row-background .ig-cpt-body > div {
  padding: 0 !important;
}

.row-background .-text-white .ig-cpt-body,
.row-background .-text-white .ig-widget-html-content {
  color: #fff !important;
}

.-background-dark-lime {
  background: #8cc63e !important;
  border: 0;
}

.-background-teal {
  background: #00b9ad !important;
  border: 0;
}

.-background-dark-teal {
  background: #188c7e !important;
  border: 0;
}

.-background-green {
  background: #0a6 !important;
  border: 0;
}

.-background-dark-green {
  background: #15834b !important;
  border: 0;
}

.-background-red {
  background: #e85644 !important;
  border: 0;
}

.-background-blue {
  background: #0095da !important;
  border: 0;
}

.-background-dark-blue {
  background: #186f9e !important;
  border: 0;
}

.-background-black {
  background: #333 !important;
  border: 0;
}

.-background-grey {
  background: #7f7f7f !important;
  border: 0;
}

.-background-light-grey {
  background: #e5e5e5 !important;
  border: 0;
}

.-background-lightest-grey {
  background: #fafafa !important;
  border: 0;
}

/*
Custom button

This class is used by adding it to any button in an HTML widget using the markup below. You can also use the two modifier classes combined with a button-colour class to adjust the look.

* ```-arrow``` - adds an arrow to the right of the button
* ```-block``` - makes button span full width of container

```html
<a href="#" class="custom-button">
```

Styleguide 4
*/
/*
Custom Buttons

-button-lime - Lime coloured button
-button-teal - Teal coloured button
-button-green - Green coloured button
-button-red - Red coloured button
-button-blue - Blue coloured button

Markup:
custom-button.hbs

Styleguide 4.1
 */
a.custom-button {
  display: inline-block;
  padding: 20px 40px;
  margin: 1px;
  font-size: 15px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 2px;
}

a.custom-button.-arrow {
  position: relative;
}

a.custom-button.-arrow:after {
  position: absolute;
  top: 50%;
  right: 15px;
  content: '\f105';
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

a.custom-button.-block {
  display: block;
}

/*
Colour Modifications

Colour Modifications that can be used on more than just a single widget. These will use the 5 Brand Colours

Simply add the class you see above the colour example of your choice below to your widget

Styleguide 1
*/
/*
Coloured Buttons

This can be used with any widget with an add button, an add button widget, cta-feed widget, links widget (but works best with the custom links widget), info-card class, and slideshow

-button-lime - Lime coloured button
-button-teal - Teal coloured button
-button-green - Green coloured button
-button-red - Red coloured button
-button-blue - Blue coloured button

Markup:
coloured-buttons.hbs

Styleguide 1.1
 */
.ig-cpt.-button-lime .custom-content .path-wrapper .content a,
.ig-cpt.-button-lime a.ig-button,
.ig-cpt.-button-lime a.ig-button_white,
.ig-cpt.-button-lime li.ig-link a,
.ig-cpt.-button-lime .ig-widget-carousel a.ig-readmore,
.ig-cpt.-button-lime .ig-widget-html-content .card a,
.ig-cpt.-button-lime .ig-alphalist a {
  color: #fff !important;
  background-color: #8cc63e !important;
  border-color: #8cc63e !important;
}

.ig-cpt.-button-lime .custom-content .path-wrapper .content a:hover,
.ig-cpt.-button-lime a.ig-button:hover,
.ig-cpt.-button-lime a.ig-button_white:hover,
.ig-cpt.-button-lime li.ig-link a:hover,
.ig-cpt.-button-lime .ig-widget-carousel a.ig-readmore:hover,
.ig-cpt.-button-lime .ig-widget-html-content .card a:hover,
.ig-cpt.-button-lime .ig-alphalist a:hover {
  background: #7ac142 !important;
  border-color: #7ac142 !important;
}

.ig-cpt.-button-teal .custom-content .path-wrapper .content a,
.ig-cpt.-button-teal a.ig-button,
.ig-cpt.-button-teal a.ig-button_white,
.ig-cpt.-button-teal li.ig-link a,
.ig-cpt.-button-teal .ig-widget-carousel a.ig-readmore,
.ig-cpt.-button-teal .ig-widget-html-content .card a,
.ig-cpt.-button-teal .ig-alphalist a {
  color: #fff !important;
  background-color: #00b9ad !important;
  border-color: #00b9ad !important;
}

.ig-cpt.-button-teal .custom-content .path-wrapper .content a:hover,
.ig-cpt.-button-teal a.ig-button:hover,
.ig-cpt.-button-teal a.ig-button_white:hover,
.ig-cpt.-button-teal li.ig-link a:hover,
.ig-cpt.-button-teal .ig-widget-carousel a.ig-readmore:hover,
.ig-cpt.-button-teal .ig-widget-html-content .card a:hover,
.ig-cpt.-button-teal .ig-alphalist a:hover {
  background: #00867d !important;
  border-color: #00867d !important;
}

.ig-cpt.-button-green .custom-content .path-wrapper .content a,
.ig-cpt.-button-green a.ig-button,
.ig-cpt.-button-green a.ig-button_white,
.ig-cpt.-button-green li.ig-link a,
.ig-cpt.-button-green .ig-widget-carousel a.ig-readmore,
.ig-cpt.-button-green .ig-widget-html-content .card a,
.ig-cpt.-button-green .ig-alphalist a {
  color: #fff !important;
  background-color: #0a6 !important;
  border-color: #0a6 !important;
}

.ig-cpt.-button-green .custom-content .path-wrapper .content a:hover,
.ig-cpt.-button-green a.ig-button:hover,
.ig-cpt.-button-green a.ig-button_white:hover,
.ig-cpt.-button-green li.ig-link a:hover,
.ig-cpt.-button-green .ig-widget-carousel a.ig-readmore:hover,
.ig-cpt.-button-green .ig-widget-html-content .card a:hover,
.ig-cpt.-button-green .ig-alphalist a:hover {
  background: #7ac142 !important;
  border-color: #7ac142 !important;
}

.ig-cpt.-button-red .custom-content .path-wrapper .content a,
.ig-cpt.-button-red a.ig-button,
.ig-cpt.-button-red a.ig-button_white,
.ig-cpt.-button-red li.ig-link a,
.ig-cpt.-button-red .ig-widget-carousel a.ig-readmore,
.ig-cpt.-button-red .ig-widget-html-content .card a,
.ig-cpt.-button-red .ig-alphalist a {
  color: #fff !important;
  background-color: #e85644 !important;
  border-color: #e85644 !important;
}

.ig-cpt.-button-red .custom-content .path-wrapper .content a:hover,
.ig-cpt.-button-red a.ig-button:hover,
.ig-cpt.-button-red a.ig-button_white:hover,
.ig-cpt.-button-red li.ig-link a:hover,
.ig-cpt.-button-red .ig-widget-carousel a.ig-readmore:hover,
.ig-cpt.-button-red .ig-widget-html-content .card a:hover,
.ig-cpt.-button-red .ig-alphalist a:hover {
  background: #de311b !important;
  border-color: #de311b !important;
}

.ig-cpt.-button-blue .custom-content .path-wrapper .content a,
.ig-cpt.-button-blue a.ig-button,
.ig-cpt.-button-blue a.ig-button_white,
.ig-cpt.-button-blue li.ig-link a,
.ig-cpt.-button-blue .ig-widget-carousel a.ig-readmore,
.ig-cpt.-button-blue .ig-widget-html-content .card a,
.ig-cpt.-button-blue .ig-alphalist a {
  color: #fff !important;
  background-color: #0095da !important;
  border-color: #0095da !important;
}

.ig-cpt.-button-blue .custom-content .path-wrapper .content a:hover,
.ig-cpt.-button-blue a.ig-button:hover,
.ig-cpt.-button-blue a.ig-button_white:hover,
.ig-cpt.-button-blue li.ig-link a:hover,
.ig-cpt.-button-blue .ig-widget-carousel a.ig-readmore:hover,
.ig-cpt.-button-blue .ig-widget-html-content .card a:hover,
.ig-cpt.-button-blue .ig-alphalist a:hover {
  background: #0072a7 !important;
  border-color: #0072a7 !important;
}

.ig-cpt.-button-dark-lime .custom-content .path-wrapper .content a,
.ig-cpt.-button-dark-lime a.ig-button,
.ig-cpt.-button-dark-lime a.ig-button_white,
.ig-cpt.-button-dark-lime li.ig-link a,
.ig-cpt.-button-dark-lime .ig-widget-carousel a.ig-readmore,
.ig-cpt.-button-dark-lime .ig-widget-html-content .card a,
.ig-cpt.-button-dark-lime .ig-alphalist a {
  color: #fff !important;
  background-color: #6b9530 !important;
  border-color: #6b9530 !important;
}

.ig-cpt.-button-dark-lime .custom-content .path-wrapper .content a:hover,
.ig-cpt.-button-dark-lime a.ig-button:hover,
.ig-cpt.-button-dark-lime a.ig-button_white:hover,
.ig-cpt.-button-dark-lime li.ig-link a:hover,
.ig-cpt.-button-dark-lime .ig-widget-carousel a.ig-readmore:hover,
.ig-cpt.-button-dark-lime .ig-widget-html-content .card a:hover,
.ig-cpt.-button-dark-lime .ig-alphalist a:hover {
  background: #4f6e24 !important;
  border-color: #4f6e24 !important;
}

.ig-cpt.-button-dark-teal .custom-content .path-wrapper .content a,
.ig-cpt.-button-dark-teal a.ig-button,
.ig-cpt.-button-dark-teal a.ig-button_white,
.ig-cpt.-button-dark-teal li.ig-link a,
.ig-cpt.-button-dark-teal .ig-widget-carousel a.ig-readmore,
.ig-cpt.-button-dark-teal .ig-widget-html-content .card a,
.ig-cpt.-button-dark-teal .ig-alphalist a {
  color: #fff !important;
  background-color: #188c7e !important;
  border-color: #188c7e !important;
}

.ig-cpt.-button-dark-teal .custom-content .path-wrapper .content a:hover,
.ig-cpt.-button-dark-teal a.ig-button:hover,
.ig-cpt.-button-dark-teal a.ig-button_white:hover,
.ig-cpt.-button-dark-teal li.ig-link a:hover,
.ig-cpt.-button-dark-teal .ig-widget-carousel a.ig-readmore:hover,
.ig-cpt.-button-dark-teal .ig-widget-html-content .card a:hover,
.ig-cpt.-button-dark-teal .ig-alphalist a:hover {
  background: #116057 !important;
  border-color: #116057 !important;
}

.ig-cpt.-button-dark-green .custom-content .path-wrapper .content a,
.ig-cpt.-button-dark-green a.ig-button,
.ig-cpt.-button-dark-green a.ig-button_white,
.ig-cpt.-button-dark-green li.ig-link a,
.ig-cpt.-button-dark-green .ig-widget-carousel a.ig-readmore,
.ig-cpt.-button-dark-green .ig-widget-html-content .card a,
.ig-cpt.-button-dark-green .ig-alphalist a {
  color: #fff !important;
  background-color: #15834b !important;
  border-color: #15834b !important;
}

.ig-cpt.-button-dark-green .custom-content .path-wrapper .content a:hover,
.ig-cpt.-button-dark-green a.ig-button:hover,
.ig-cpt.-button-dark-green a.ig-button_white:hover,
.ig-cpt.-button-dark-green li.ig-link a:hover,
.ig-cpt.-button-dark-green .ig-widget-carousel a.ig-readmore:hover,
.ig-cpt.-button-dark-green .ig-widget-html-content .card a:hover,
.ig-cpt.-button-dark-green .ig-alphalist a:hover {
  background: #0e5732 !important;
  border-color: #0e5732 !important;
}

.ig-cpt.-button-dark-blue .custom-content .path-wrapper .content a,
.ig-cpt.-button-dark-blue a.ig-button,
.ig-cpt.-button-dark-blue a.ig-button_white,
.ig-cpt.-button-dark-blue li.ig-link a,
.ig-cpt.-button-dark-blue .ig-widget-carousel a.ig-readmore,
.ig-cpt.-button-dark-blue .ig-widget-html-content .card a,
.ig-cpt.-button-dark-blue .ig-alphalist a {
  color: #fff !important;
  background-color: #186f9e !important;
  border-color: #186f9e !important;
}

.ig-cpt.-button-dark-blue .custom-content .path-wrapper .content a:hover,
.ig-cpt.-button-dark-blue a.ig-button:hover,
.ig-cpt.-button-dark-blue a.ig-button_white:hover,
.ig-cpt.-button-dark-blue li.ig-link a:hover,
.ig-cpt.-button-dark-blue .ig-widget-carousel a.ig-readmore:hover,
.ig-cpt.-button-dark-blue .ig-widget-html-content .card a:hover,
.ig-cpt.-button-dark-blue .ig-alphalist a:hover {
  background: #115072 !important;
  border-color: #115072 !important;
}

.ig-cpt.-button-grey .custom-content .path-wrapper .content a,
.ig-cpt.-button-grey a.ig-button,
.ig-cpt.-button-grey a.ig-button_white,
.ig-cpt.-button-grey li.ig-link a,
.ig-cpt.-button-grey .ig-widget-carousel a.ig-readmore,
.ig-cpt.-button-grey .ig-widget-html-content .card a,
.ig-cpt.-button-grey .ig-alphalist a {
  color: #fff !important;
  background-color: #7f7f7f !important;
  border-color: #7f7f7f !important;
}

.ig-cpt.-button-grey .custom-content .path-wrapper .content a:hover,
.ig-cpt.-button-grey a.ig-button:hover,
.ig-cpt.-button-grey a.ig-button_white:hover,
.ig-cpt.-button-grey li.ig-link a:hover,
.ig-cpt.-button-grey .ig-widget-carousel a.ig-readmore:hover,
.ig-cpt.-button-grey .ig-widget-html-content .card a:hover,
.ig-cpt.-button-grey .ig-alphalist a:hover {
  background: #666666 !important;
  border-color: #666666 !important;
}

.ig-cpt .custom-button.-button-lime {
  color: #fff !important;
  background-color: #8cc63e !important;
  border-color: #8cc63e !important;
}

.ig-cpt .custom-button.-button-lime:hover {
  background: #71a130 !important;
  border-color: #71a130 !important;
}

.ig-cpt .custom-button.-button-teal {
  color: #fff !important;
  background-color: #00b9ad !important;
  border-color: #00b9ad !important;
}

.ig-cpt .custom-button.-button-teal:hover {
  background: #00867d !important;
  border-color: #00867d !important;
}

.ig-cpt .custom-button.-button-green {
  color: #fff !important;
  background-color: #0a6 !important;
  border-color: #0a6 !important;
}

.ig-cpt .custom-button.-button-green:hover {
  background: #007747 !important;
  border-color: #007747 !important;
}

.ig-cpt .custom-button.-button-red {
  color: #fff !important;
  background-color: #e85644 !important;
  border-color: #e85644 !important;
}

.ig-cpt .custom-button.-button-red:hover {
  background: #de311b !important;
  border-color: #de311b !important;
}

.ig-cpt .custom-button.-button-blue {
  color: #fff !important;
  background-color: #0095da !important;
  border-color: #0095da !important;
}

.ig-cpt .custom-button.-button-blue:hover {
  background: #0072a7 !important;
  border-color: #0072a7 !important;
}

.ig-cpt .custom-button.-button-dark-lime {
  color: #fff !important;
  background-color: #6b9530 !important;
  border-color: #6b9530 !important;
}

.ig-cpt .custom-button.-button-dark-lime:hover {
  background: #4f6e24 !important;
  border-color: #4f6e24 !important;
}

.ig-cpt .custom-button.-button-dark-teal {
  color: #fff !important;
  background-color: #188c7e !important;
  border-color: #188c7e !important;
}

.ig-cpt .custom-button.-button-dark-teal:hover {
  background: #116057 !important;
  border-color: #116057 !important;
}

.ig-cpt .custom-button.-button-dark-green {
  color: #fff !important;
  background-color: #15834b !important;
  border-color: #15834b !important;
}

.ig-cpt .custom-button.-button-dark-green:hover {
  background: #0e5732 !important;
  border-color: #0e5732 !important;
}

.ig-cpt .custom-button.-button-dark-blue {
  color: #fff !important;
  background-color: #186f9e !important;
  border-color: #186f9e !important;
}

.ig-cpt .custom-button.-button-dark-blue:hover {
  background: #115072 !important;
  border-color: #115072 !important;
}

.ig-cpt .custom-button.-button-grey {
  color: #fff !important;
  background-color: #7f7f7f !important;
  border-color: #7f7f7f !important;
}

.ig-cpt .custom-button.-button-grey:hover {
  background: #666666 !important;
  border-color: #666666 !important;
}

.ig-cpt.-button-multicolor .custom-content .path-wrapper:nth-of-type(10n + 1) .content a,
.ig-cpt.-button-multicolor li.ig-link:nth-of-type(10n + 1) a {
  color: #fff !important;
  background-color: #8cc63e !important;
  border-color: #8cc63e !important;
}

.ig-cpt.-button-multicolor .custom-content .path-wrapper:nth-of-type(10n + 1) .content a:hover,
.ig-cpt.-button-multicolor li.ig-link:nth-of-type(10n + 1) a:hover {
  background-color: #71a130 !important;
  border-color: #71a130 !important;
}

.ig-cpt.-button-multicolor .custom-content .path-wrapper:nth-of-type(10n + 2) .content a,
.ig-cpt.-button-multicolor li.ig-link:nth-of-type(10n + 2) a {
  color: #fff !important;
  background-color: #00b9ad !important;
  border-color: #00b9ad !important;
}

.ig-cpt.-button-multicolor .custom-content .path-wrapper:nth-of-type(10n + 2) .content a:hover,
.ig-cpt.-button-multicolor li.ig-link:nth-of-type(10n + 2) a:hover {
  background-color: #00867d !important;
  border-color: #00867d !important;
}

.ig-cpt.-button-multicolor .custom-content .path-wrapper:nth-of-type(10n + 3) .content a,
.ig-cpt.-button-multicolor li.ig-link:nth-of-type(10n + 3) a {
  color: #fff !important;
  background-color: #0a6 !important;
  border-color: #0a6 !important;
}

.ig-cpt.-button-multicolor .custom-content .path-wrapper:nth-of-type(10n + 3) .content a:hover,
.ig-cpt.-button-multicolor li.ig-link:nth-of-type(10n + 3) a:hover {
  background-color: #007747 !important;
  border-color: #007747 !important;
}

.ig-cpt.-button-multicolor .custom-content .path-wrapper:nth-of-type(10n + 4) .content a,
.ig-cpt.-button-multicolor li.ig-link:nth-of-type(10n + 4) a {
  color: #fff !important;
  background-color: #e85644 !important;
  border-color: #e85644 !important;
}

.ig-cpt.-button-multicolor .custom-content .path-wrapper:nth-of-type(10n + 4) .content a:hover,
.ig-cpt.-button-multicolor li.ig-link:nth-of-type(10n + 4) a:hover {
  background-color: #de311b !important;
  border-color: #de311b !important;
}

.ig-cpt.-button-multicolor .custom-content .path-wrapper:nth-of-type(10n + 5) .content a,
.ig-cpt.-button-multicolor li.ig-link:nth-of-type(10n + 5) a {
  color: #fff !important;
  background-color: #0095da !important;
  border-color: #0095da !important;
}

.ig-cpt.-button-multicolor .custom-content .path-wrapper:nth-of-type(10n + 5) .content a:hover,
.ig-cpt.-button-multicolor li.ig-link:nth-of-type(10n + 5) a:hover {
  background-color: #0072a7 !important;
  border-color: #0072a7 !important;
}

.ig-cpt.-button-multicolor .custom-content .path-wrapper:nth-of-type(10n + 6) .content a,
.ig-cpt.-button-multicolor li.ig-link:nth-of-type(10n + 6) a {
  color: #fff !important;
  background-color: #6b9530 !important;
  border-color: #6b9530 !important;
}

.ig-cpt.-button-multicolor .custom-content .path-wrapper:nth-of-type(10n + 6) .content a:hover,
.ig-cpt.-button-multicolor li.ig-link:nth-of-type(10n + 6) a:hover {
  background-color: #4f6e24 !important;
  border-color: #4f6e24 !important;
}

.ig-cpt.-button-multicolor .custom-content .path-wrapper:nth-of-type(10n + 7) .content a,
.ig-cpt.-button-multicolor li.ig-link:nth-of-type(10n + 7) a {
  color: #fff !important;
  background-color: #188c7e !important;
  border-color: #188c7e !important;
}

.ig-cpt.-button-multicolor .custom-content .path-wrapper:nth-of-type(10n + 7) .content a:hover,
.ig-cpt.-button-multicolor li.ig-link:nth-of-type(10n + 7) a:hover {
  background-color: #116057 !important;
  border-color: #116057 !important;
}

.ig-cpt.-button-multicolor .custom-content .path-wrapper:nth-of-type(10n + 8) .content a,
.ig-cpt.-button-multicolor li.ig-link:nth-of-type(10n + 8) a {
  color: #fff !important;
  background-color: #15834b !important;
  border-color: #15834b !important;
}

.ig-cpt.-button-multicolor .custom-content .path-wrapper:nth-of-type(10n + 8) .content a:hover,
.ig-cpt.-button-multicolor li.ig-link:nth-of-type(10n + 8) a:hover {
  background-color: #0e5732 !important;
  border-color: #0e5732 !important;
}

.ig-cpt.-button-multicolor .custom-content .path-wrapper:nth-of-type(10n + 9) .content a,
.ig-cpt.-button-multicolor li.ig-link:nth-of-type(10n + 9) a {
  color: #fff !important;
  background-color: #186f9e !important;
  border-color: #186f9e !important;
}

.ig-cpt.-button-multicolor .custom-content .path-wrapper:nth-of-type(10n + 9) .content a:hover,
.ig-cpt.-button-multicolor li.ig-link:nth-of-type(10n + 9) a:hover {
  background-color: #115072 !important;
  border-color: #115072 !important;
}

.ig-cpt.-button-multicolor .custom-content .path-wrapper:nth-of-type(10n + 10) .content a,
.ig-cpt.-button-multicolor li.ig-link:nth-of-type(10n + 10) a {
  color: #fff !important;
  background-color: #7f7f7f !important;
  border-color: #7f7f7f !important;
}

.ig-cpt.-button-multicolor .custom-content .path-wrapper:nth-of-type(10n + 10) .content a:hover,
.ig-cpt.-button-multicolor li.ig-link:nth-of-type(10n + 10) a:hover {
  background-color: #666666 !important;
  border-color: #666666 !important;
}

/*
Coloured Background Titles

### Can be used on any widget that has a title. Below it is shown on the default title, and the accordion widget

-title-lime - Lime coloured title
-title-teal - Teal coloured title
-title-green - Green coloured title
-title-red - Red coloured title
-title-blue - Blue coloured title

Markup:
titles.hbs

Styleguide 1.2
 */
.ig-cpt.-title-lime .ig-cpt-title {
  color: #fff !important;
  background-color: #8cc63e !important;
}

.ig-cpt.-title-lime .ig-cpt-title:hover, .ig-cpt.-title-lime .ig-cpt-title.current {
  background-color: #71a130 !important;
}

.ig-cpt.-title-teal .ig-cpt-title {
  color: #fff !important;
  background-color: #00b9ad !important;
}

.ig-cpt.-title-teal .ig-cpt-title:hover, .ig-cpt.-title-teal .ig-cpt-title.current {
  background-color: #00867d !important;
}

.ig-cpt.-title-green .ig-cpt-title {
  color: #fff !important;
  background-color: #0a6 !important;
}

.ig-cpt.-title-green .ig-cpt-title:hover, .ig-cpt.-title-green .ig-cpt-title.current {
  background-color: #007747 !important;
}

.ig-cpt.-title-red .ig-cpt-title {
  color: #fff !important;
  background-color: #e85644 !important;
}

.ig-cpt.-title-red .ig-cpt-title:hover, .ig-cpt.-title-red .ig-cpt-title.current {
  background-color: #de311b !important;
}

.ig-cpt.-title-blue .ig-cpt-title {
  color: #fff !important;
  background-color: #0095da !important;
}

.ig-cpt.-title-blue .ig-cpt-title:hover, .ig-cpt.-title-blue .ig-cpt-title.current {
  background-color: #0072a7 !important;
}

.ig-cpt.-title-dark-lime .ig-cpt-title {
  color: #fff !important;
  background-color: #6b9530 !important;
}

.ig-cpt.-title-dark-lime .ig-cpt-title:hover, .ig-cpt.-title-dark-lime .ig-cpt-title.current {
  background-color: #4f6e24 !important;
}

.ig-cpt.-title-dark-teal .ig-cpt-title {
  color: #fff !important;
  background-color: #188c7e !important;
}

.ig-cpt.-title-dark-teal .ig-cpt-title:hover, .ig-cpt.-title-dark-teal .ig-cpt-title.current {
  background-color: #116057 !important;
}

.ig-cpt.-title-dark-green .ig-cpt-title {
  color: #fff !important;
  background-color: #15834b !important;
}

.ig-cpt.-title-dark-green .ig-cpt-title:hover, .ig-cpt.-title-dark-green .ig-cpt-title.current {
  background-color: #0e5732 !important;
}

.ig-cpt.-title-dark-blue .ig-cpt-title {
  color: #fff !important;
  background-color: #186f9e !important;
}

.ig-cpt.-title-dark-blue .ig-cpt-title:hover, .ig-cpt.-title-dark-blue .ig-cpt-title.current {
  background-color: #115072 !important;
}

.ig-cpt.-title-grey .ig-cpt-title {
  color: #fff !important;
  background-color: #7f7f7f !important;
}

.ig-cpt.-title-grey .ig-cpt-title:hover, .ig-cpt.-title-grey .ig-cpt-title.current {
  background-color: #666666 !important;
}

/*
Slideshow

Modifier classes for the slideshow to adjust size, text alignment and static image. The class ```static-image``` has been applied to all widgets you see below. Set overlay to none in the slider config options

Slideshow is to be used in a row with a row class of ```fullwidth```

-large - Sets height to 450px
-medium - Sets height to 330px
-small - Sets height to 215px
-laptop-image - Changes static background image
-left - Aligns text to the left

Markup:
slideshow.hbs

Styleguide 2.2
*/
.ig-cpt.ig-widget-type-carousel {
  border: 0 !important;
  box-shadow: none;
}

.ig-cpt.ig-widget-type-carousel .ig-cpt-body {
  border: 0 !important;
  box-shadow: none;
}

.ig-cpt.ig-widget-type-carousel .ig-cpt-body > div {
  padding: 0 !important;
}

.ig-cpt.ig-widget-type-carousel * {
  color: #fff;
  box-sizing: border-box;
  text-align: center;
}

.ig-cpt.ig-widget-type-carousel .ig-carousel-pane-container {
  overflow-y: hidden;
}

.ig-cpt.ig-widget-type-carousel .ig-carousel-pane-container-content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.ig-cpt.ig-widget-type-carousel .ig-carousel-pane-container-content-text h2 a {
  font-family: "ForoRounded-Regular", serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.25;
  text-transform: none;
}

@media screen and (min-width: 992px) {
  .ig-cpt.ig-widget-type-carousel .ig-carousel-pane-container-content-text h2 a {
/    font-size: 45px;  /
  }
}

.ig-cpt.ig-widget-type-carousel .ig-readmore {
  display: inline-block;
  padding: 10px 15px;
  margin: 10px 0 20px;
  font-size: 15px !important;
  color: #fff !important;
  background: #8cc63e;
  border: 1px solid #8cc63e;
  border-radius: 3px;
  transition: 0.3s all;
}

.ig-cpt.ig-widget-type-carousel .ig-readmore:hover {
  color: #fff !important;
  text-decoration: none;
  background: #71a130;
  border-color: #71a130;
}

.ig-cpt.ig-widget-type-carousel .slick-dots li {
  margin: 0 1px;
}

.ig-cpt.ig-widget-type-carousel .slick-dots li.slick-active button::before {
  font-size: 18px;
  color: #fff;
}

.ig-cpt.ig-widget-type-carousel .slick-dots button::before {
  position: absolute;
  font-size: 14px;
  color: #fff;
  opacity: 1;
}

.ig-cpt.ig-widget-type-carousel .slick-prev::before,
.ig-cpt.ig-widget-type-carousel .slick-next::before {
  color: rgba(255, 255, 255, 0.25);
}

.ig-cpt.ig-widget-type-carousel.static-image {
  border-bottom: 15px solid #00b9ad !important;
}

.ig-cpt.ig-widget-type-carousel.static-image .ig-carousel-pane-container-content-text {
  padding: 18px 0 !important;
}

.ig-cpt.ig-widget-type-carousel.static-image .ig-carousel-pane-container-content-text h2 {
  padding-bottom: 0;
  margin-bottom: 0;
}

.ig-cpt.ig-widget-type-carousel.static-image .ig-carousel-pane-container-content-text p {
  position: relative;
  padding: 25px 0;
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (min-width: 992px) {
  .ig-cpt.ig-widget-type-carousel.static-image .ig-carousel-pane-container-content-text p {
    font-size: 20px;
  }
}

.ig-cpt.ig-widget-type-carousel.static-image .slick-dots {
  position: absolute;
  padding-bottom: 35px;
  margin-top: -50px;
  text-align: center;
}

.ig-cpt.ig-widget-type-carousel.static-image .slick-dots button::before {
  width: 12px;
  height: 12px;
}

.ig-cpt.ig-widget-type-carousel.static-image .ig-carousel-pane {
  background: transparent !important;
}

.ig-cpt.ig-widget-type-carousel.static-image .ig-carousel-pane-container-content-inner {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

@media screen and (min-width: 1200px) {
  .ig-cpt.ig-widget-type-carousel.static-image .ig-carousel-pane-container-content-inner {
    margin: 0;
  }
}

.ig-cpt.ig-widget-type-carousel.static-image .slick-list {
  position: relative;
  background: url("../img/banner.jpg") rgba(51, 51, 51, 0.6) center center/cover no-repeat;
}

.ig-cpt.ig-widget-type-carousel.static-image .slick-list::before {
  position: absolute;
  left: 0;
  width: 100% !important;
  height: 100%;
  min-height: 1px;
  padding: 10px 0;
  background: rgba(51, 51, 51, 0.6);
  content: '';
}

.ig-cpt.ig-widget-type-carousel.static-image .slick-prev,
.ig-cpt.ig-widget-type-carousel.static-image .slick-next {
  width: 30px;
  height: 30px;
}

.ig-cpt.ig-widget-type-carousel.static-image .slick-prev::before,
.ig-cpt.ig-widget-type-carousel.static-image .slick-next::before {
  font-size: 30px;
}

.ig-cpt.ig-widget-type-carousel.static-image .slick-prev {
  right: 10px;
}

@media screen and (min-width: 992px) {
  .ig-cpt.ig-widget-type-carousel.static-image .slick-prev {
    right: 25px;
  }
}

.ig-cpt.ig-widget-type-carousel.static-image .slick-next {
  right: 10px;
}

@media screen and (min-width: 992px) {
  .ig-cpt.ig-widget-type-carousel.static-image .slick-next {
    right: 25px;
  }
}

.ig-cpt.ig-widget-type-carousel.static-image .ig-readmore {
  padding: 10px 25px;
  font-weight: 600;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  border-radius: 2px;
}

@media screen and (min-width: 992px) {
  .ig-cpt.ig-widget-type-carousel.static-image .ig-readmore {
    padding: 20px 50px;
  }
}

.ig-cpt.ig-widget-type-carousel.static-image.-green {
  border-color: #0a6 !important;
}

.ig-cpt.ig-widget-type-carousel.static-image.-left.ig-widget-type-carousel * {
  text-align: left;
}

.ig-cpt.ig-widget-type-carousel.static-image.-left .slick-dots {
  text-align: center;
}

.ig-cpt.ig-widget-type-carousel.static-image.-left .ig-carousel-pane-container-content {
  width: 100%;
  max-width: 1100px;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.ig-cpt.ig-widget-type-carousel.static-image.-laptop-image .slick-list {
  background-image: url("../img/test-drive/laptop-image.jpg");
}

.ig-cpt.ig-widget-type-carousel.static-image.-large .slick-list,
.ig-cpt.ig-widget-type-carousel.static-image.-large .slick-track {
  height: 450px !important;
  box-sizing: border-box;
}

.ig-cpt.ig-widget-type-carousel.static-image.-medium .slick-list,
.ig-cpt.ig-widget-type-carousel.static-image.-medium .slick-track {
  height: 330px !important;
}

.ig-cpt.ig-widget-type-carousel.static-image.-small .slick-list,
.ig-cpt.ig-widget-type-carousel.static-image.-small .slick-track {
  height: 215px !important;
  box-sizing: border-box;
}

.ig-cpt.ig-widget-type-carousel.static-image.-small .ig-carousel-pane-container-content-text div p {
  display: none !important;
}

.ig-cpt.ig-widget-type-carousel.static-image.-small a.ig-readmore {
  display: none !important;
}

.ig-cpt.customer-care {
  margin-bottom: 0;
}

.ig-cpt.customer-care * {
  text-align: left !important;
}

.ig-cpt.customer-care .ig-cpt-body {
  background: transparent !important;
}

.ig-cpt.customer-care .ig-carousel-pane-container-content {
  padding: 30px 5%;
}

@media (min-width: 992px) {
  .ig-cpt.customer-care .ig-carousel-pane-container {
    position: static !important;
    max-width: 1100px;
    margin: 0 auto;
  }
  .ig-cpt.customer-care .ig-carousel-pane-container-content {
    display: inline-block;
    width: 50%;
    padding-left: 0;
    margin-left: 0;
  }
  .ig-cpt.customer-care .ig-carousel-pane-container-content-text h2 a {
    font-size: 35px;
  }
  .ig-cpt.customer-care .ig-carousel-pane-container-img-src {
    position: absolute;
    right: 0;
    width: 50%;
    min-height: 100%;
  }
}
/*
Custom HTML Widgets

These classes and structures are to be used with HTML widgets

Styleguide 6
 */
/*
 Banner Image

 These classes and structures are to be used with HTML widgets

-laptop-image - Replace background with laptop image
-green - Update border colour to green

Markup:
banner-image.hbs

Styleguide 6.1

*/
.ig-cpt.banner-image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 208px;
  background: url("../img/banner.jpg") rgba(51, 51, 51, 0.6) center center/cover no-repeat !important;
  border: 0 !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 15px solid #00b9ad !important;
}

.ig-cpt.banner-image.-green {
  border-color: #0a6 !important;
}

.ig-cpt.banner-image.-laptop-image {
  background-image: url("../img/test-drive/laptop-image.jpg") !important;
}

.ig-cpt.banner-image:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100% !important;
  height: 100%;
  min-height: 1px;
  padding: 10px 0;
  background: rgba(51, 51, 51, 0.6);
  content: '';
}

.ig-cpt.banner-image h2 {
  font-family: "ForoRounded-Regular", serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.25;
  color: #fff;
}

@media screen and (min-width: 992px) {
  .ig-cpt.banner-image h2 {
    font-size: 45px;
  }
}

.ig-cpt.banner-image .ig-cpt-body {
  position: relative;
  width: 1100px;
  margin: 0 auto;
  background: transparent !important;
}

@media screen and (max-width: 1200px) {
  .ig-cpt.banner-image .ig-cpt-body {
    width: 90%;
  }
}

@media screen and (max-width: 500px) {
  .ig-cpt.banner-image .ig-cpt-body {
    width: 96%;
  }
}

.ig-cpt.banner-image .ig-cpt-body > div {
  padding: 0 !important;
}

/*
CTA Banner

This is t be used with an HTML widget with the class of ```cta-banner``` The row will also need a ```fullwidth``` class and a ```row-background``` class

```html
<div class="cta-banner__content">
  <p>Lorem ipsum Call out to get them to another page?</p>
  <h4>Collaboration solutions make it easier for teams to work together regardless of geography, time zones or tools they use.</h4>
</div>
<div class="cta-banner__button">
  <a class="custom-button -block -button-green" href="#">Link 1</a>
</div>
```

Markup:
cta-banners.hbs

Styleguide 6.3
 */
.ig-cpt.cta-banner {
  background: none !important;
  border: 0 !important;
}

.ig-cpt.cta-banner .ig-cpt-title + .ig-cpt-body,
.ig-cpt.cta-banner .ig-cpt-title,
.ig-cpt.cta-banner .ig-cpt-body {
  background: none !important;
  border: 0 !important;
}

.ig-cpt.cta-banner .ig-cpt-title + .ig-cpt-body > div,
.ig-cpt.cta-banner .ig-cpt-title > div,
.ig-cpt.cta-banner .ig-cpt-body > div {
  padding: 10px 0 !important;
}

@media (min-width: 875px) {
  .ig-cpt.cta-banner .ig-widget-html-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ig-cpt.cta-banner .cta-banner__content {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
    margin-right: 25px;
  }
  .ig-cpt.cta-banner .cta-banner__button {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-left: 25px;
  }
  .ig-cpt.cta-banner .cta-banner__button a {
    padding: 10px !important;
  }
}

.ig-cpt.cta-banner .ig-cpt {
  padding: 25px 0;
}

.ig-cpt.cta-banner p {
  color: #333;
}

.ig-cpt.cta-banner h4 {
  font-weight: 600;
  letter-spacing: 0.2px;
  color: #333;
}

/*
CTA Button

This is to be used with an HTML widget. This is simply a link inside an HTML widget that has the class of cta-button.
This can be combined with -background-colour classes

-background-lime - Lime coloured CTA
-background-teal - Teal coloured CTA
-background-green - Green coloured CTA
-background-red - Red coloured CTA
-background-blue - Blue coloured CTA
-background-dark-lime - Dark Lime coloured CTA
-background-dark-teal - Dark Teal coloured CTA
-background-dark-green - Dark Green coloured CTA
-background-dark-blue - Dark Blue coloured CTA
-background-grey - Grey coloured CTA

Markup:
cta-buttons.hbs

Styleguide 6.4
 */
.ig-cpt.cta-button {
  border: 0 !important;
  overflow: visible;
}

.ig-cpt.cta-button .ig-cpt-body {
  overflow: visible;
}

.ig-cpt.cta-button .ig-cpt-body > div {
  padding: 0 !important;
}

.ig-cpt.cta-button a {
  display: block;
  font-size: 18px;
  line-height: 1.2;
  padding: 20px;
  background: #7f7f7f;
  color: #fff !important;
}

.ig-cpt.cta-button a:hover {
  box-shadow: 0 5px 20px 0 #bbbbbb;
}

.ig-cpt.cta-button.-background-lime a {
  background: #8cc63e !important;
}

.ig-cpt.cta-button.-background-teal a {
  background: #00b9ad !important;
}

.ig-cpt.cta-button.-background-green a {
  background: #0a6 !important;
}

.ig-cpt.cta-button.-background-red a {
  background: #e85644 !important;
}

.ig-cpt.cta-button.-background-blue a {
  background: #0095da !important;
}

.ig-cpt.cta-button.-background-dark-lime a {
  background: #6b9530 !important;
}

.ig-cpt.cta-button.-background-dark-teal a {
  background: #188c7e !important;
}

.ig-cpt.cta-button.-background-dark-green a {
  background: #15834b !important;
}

.ig-cpt.cta-button.-background-dark-blue a {
  background: #186f9e !important;
}

.ig-cpt.cta-button.-background-grey a {
  background: #7f7f7f !important;
}

.-large {
  padding: 0;
}

.-large .ig-box {
  max-width: none;
}

.-large .ig-cpt.image-cta {
  position: relative;
  height: 1px;
  min-height: 550px;
  background: #7f7f7f !important;
  border: 0 !important;
  border-bottom: 10px solid #7f7f7f !important;
  border-radius: 0 !important;
}

.-large .ig-cpt.image-cta .ig-cpt-body {
  background: transparent !important;
}

.-large .ig-cpt.image-cta .ig-widget-html-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.-large .ig-cpt.image-cta .cta-container {
  z-index: 10;
  width: 60%;
  margin: 0 auto;
  text-align: center;
}

.-large .ig-cpt.image-cta .cta-container h2 {
  margin: 20px 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.29;
  color: #fff;
}

.-large .ig-cpt.image-cta.-support {
  background: url("../img/support.jpg") top center/cover !important;
  border-bottom-color: #188c7e !important;
}

.-large .ig-cpt.image-cta.-playbook {
  background: url("../img/playbook.jpg") top center/cover !important;
  border-bottom-color: #186f9e !important;
}

.-large .ig-cpt.image-cta.-training {
  background: url("../img/training.jpg") top center/cover !important;
  border-bottom-color: #15834b !important;
}

.-large .ig-cpt.image-cta::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, transparent, black);
  transition: 0.3s all ease;
  content: '';
  opacity: 0.5;
}

.-large .ig-cpt.image-cta:hover::after {
  opacity: 0.8;
}

.-large .ig-cpt.image-cta .ig-cpt-inner-1,
.-large .ig-cpt.image-cta .ig-cpt-inner-2,
.-large .ig-cpt.image-cta .ig-cpt-body,
.-large .ig-cpt.image-cta .ig-widget-html,
.-large .ig-cpt.image-cta .ig-widget-html-content {
  height: 100%;
}

/*
Navigation

Adding this class to a navigation widget to obtain the below style. Row will also need to have the class ```fullwidth```

horizontal-nav - Changes navigation to horizontal orientation

Markup:
navigation.hbs

Styleguide 2.4
 */
.ig-cpt.horizontal-nav {
  border: 0 !important;
  border-bottom: 2px solid #bbb !important;
}

.ig-cpt.horizontal-nav .ig-cpt-body > div {
  padding: 0 !important;
}

.ig-cpt.horizontal-nav .ig-widget-layout-default {
  max-width: 1100px;
  margin: 0 auto;
}

.ig-cpt.horizontal-nav .ig-widget-layout-default ul li {
  display: inline-block;
}

.ig-cpt.horizontal-nav .ig-widget-layout-default a {
  padding: 7px 30px;
  font-weight: 600;
  border: 0;
}

.ig-cpt.horizontal-nav .ig-widget-layout-default a::after {
  content: none;
}

.ig-cpt.horizontal-nav .ig-widget-layout-default li.ig-here a {
  font-weight: 400;
  color: #fff;
  background: #0a6 !important;
}

/*
Utility Classes

Classes that can be applied to any widget to adjust styling

-no-border - Removes border and adjusts padding
about - Adds grey background, title text colour is green
green-widget - Removes border, adds transparent green background
teal-widget - Removes border, adds transparent teal background
blue-widget - Removes border, adds transparent blue background
grey-widget - Removes border, adds transparent grey background
-transparent - Removes border, background, and adjusts padding

markup:
utility.hbs

Styleguide 3
*/
.ig-cpt.green-widget, .ig-cpt.teal-widget, .ig-cpt.blue-widget, .ig-cpt.grey-widget, .ig-cpt.-transparent {
  background: none !important;
  border: 0 !important;
}

.ig-cpt.green-widget .ig-cpt-title, .ig-cpt.teal-widget .ig-cpt-title, .ig-cpt.blue-widget .ig-cpt-title, .ig-cpt.grey-widget .ig-cpt-title, .ig-cpt.-transparent .ig-cpt-title {
  min-height: auto !important;
  padding: 15px 15px 0 !important;
  color: #333 !important;
  text-transform: none;
  border-top: 0 !important;
}

.ig-cpt.green-widget .ig-cpt-title, .ig-cpt.teal-widget .ig-cpt-title, .ig-cpt.blue-widget .ig-cpt-title, .ig-cpt.grey-widget .ig-cpt-title, .ig-cpt.-transparent .ig-cpt-title, .ig-cpt.green-widget .ig-cpt-body, .ig-cpt.teal-widget .ig-cpt-body, .ig-cpt.blue-widget .ig-cpt-body, .ig-cpt.grey-widget .ig-cpt-body, .ig-cpt.-transparent .ig-cpt-body, .ig-cpt.green-widget .ig-cpt-footer, .ig-cpt.teal-widget .ig-cpt-footer, .ig-cpt.blue-widget .ig-cpt-footer, .ig-cpt.grey-widget .ig-cpt-footer, .ig-cpt.-transparent .ig-cpt-footer {
  background: transparent !important;
}

.ig-cpt.-no-border {
  border: 0 !important;
}

.ig-cpt.-no-border .ig-cpt-title {
  padding-left: 0;
  border-top: 0 !important;
}

.ig-cpt.-no-border .ig-cpt-body > div {
  padding: 15px 0 !important;
}

.ig-cpt.-no-border .ig-widget-wikiindex {
  padding-left: 0 !important;
}

.ig-cpt.-no-border .ig-widget-wikiindex .ig-alphalist {
  text-align: left;
}

.ig-cpt.green-widget {
  background: rgba(209, 239, 224, 0.6) !important;
}

.ig-cpt.green-widget.-large .ig-cpt-title {
  display: inline-block;
  padding: 5px 15px !important;
  font-family: 'Source Sans Pro';
  font-size: 15px;
  color: #fff !important;
  background: #007747 !important;
}

.ig-cpt.green-widget.-large .ig-widget-html-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ig-cpt.green-widget.-large .ig-widget-html-content div:first-of-type,
.ig-cpt.green-widget.-large .ig-widget-html-content .image-wrapper {
  padding: 15px 25px;
  margin: 0 auto;
}

.ig-cpt.green-widget.-large .ig-widget-html-content div:first-of-type img,
.ig-cpt.green-widget.-large .ig-widget-html-content .image-wrapper img {
  max-width: 150px;
  border-radius: 50%;
}

.ig-cpt.green-widget.-large .ig-widget-html-content div:last-of-type,
.ig-cpt.green-widget.-large .ig-widget-html-content .content-wrapper {
  padding: 15px 25px;
}

.ig-cpt.green-widget.-vertical .ig-widget-html-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.ig-cpt.green-widget.-vertical .ig-widget-html-content div:first-of-type,
.ig-cpt.green-widget.-vertical .ig-widget-html-content .image-wrapper {
  padding: 15px 5%;
}

.ig-cpt.green-widget.-vertical .ig-widget-html-content div:first-of-type img,
.ig-cpt.green-widget.-vertical .ig-widget-html-content .image-wrapper img {
  max-width: 125px;
}

.ig-cpt.green-widget.-vertical .ig-widget-html-content div:last-of-type,
.ig-cpt.green-widget.-vertical .ig-widget-html-content .content-wrapper {
  padding: 15px 5%;
}

.ig-cpt.teal-widget {
  background: rgba(0, 185, 173, 0.25) !important;
}

.ig-cpt.blue-widget {
  background: rgba(0, 149, 218, 0.25) !important;
}

.ig-cpt.grey-widget {
  background: rgba(187, 187, 187, 0.25) !important;
}

.about.ig-cpt {
  background: #f4f4f4 !important;
  padding: 0;
}

.about.ig-cpt .ig-cpt-title {
  color: #0a6 !important;
  background: #f4f4f4 !important;
  border-bottom: 0 !important;
  border-radius: 0 !important;
}

.about.ig-cpt .ig-cpt-body {
  background: #f4f4f4 !important;
  border: 0 !important;
}

.about.ig-cpt .ig-cpt-body > div {
  padding: 15px !important;
}

.about.ig-cpt .ig-cpt-body div.editable {
  font-size: 15px;
}

.ig-cpt.-transparent .ig-cpt-title + .ig-cpt-body,
.ig-cpt.-transparent .ig-cpt-title,
.ig-cpt.-transparent .ig-cpt-body {
  background: none !important;
  border: 0 !important;
}

.ig-cpt.-transparent .ig-cpt-title + .ig-cpt-body > div,
.ig-cpt.-transparent .ig-cpt-title > div,
.ig-cpt.-transparent .ig-cpt-body > div {
  padding: 10px 0 !important;
}

.ig-cpt.-transparent .ig-cpt-title {
  padding: 10px 0 !important;
}

.-no-margin {
  margin: 0;
}

.-small-margin {
  margin: 10px;
}

.igs-form {
  padding: 65px 15px;
  opacity: 0;
  transition: .3s all;
}

.igs-form .form-message {
  display: none;
}

.igs-form .form-message.visible {
  display: block;
  padding: 8px;
  color: #f00;
  text-align: center;
  background: #ffe3e3;
}

.form-group {
  position: relative;
  margin: 10px 0 15px;
}

.form-group.submit {
  text-align: center;
}

.form-group label {
  padding: 0 0 5px;
  font-size: 13px;
  font-weight: bold;
  color: rgba(51, 51, 51, 0.5);
  opacity: 1;
  transition: all .3s ease;
}

.form-group p {
  margin: .5rem 0;
  font-size: 11px;
}

.form-group.empty label {
  opacity: 0;
  -webkit-transform: translate3d(0, 5px, 0);
          transform: translate3d(0, 5px, 0);
}

.form-group.empty select.form-control,
.form-group.empty textarea.form-control {
  background: transparent;
}

.form-group:not(.empty) .form-control {
  color: #333;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0 20px 10px 0;
  font-size: 17px;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(51, 51, 51, 0.5);
  border-radius: 0;
  outline: none;
  transition: all .5s ease;
}

.form-control:focus {
  border-bottom: 1px solid #333;
}

select.form-control,
textarea.form-control {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 10px;
  color: rgba(51, 51, 51, 0.5);
  background: #fff;
  border: 1px solid rgba(51, 51, 51, 0.5);
  border-radius: 2px;
}

select.form-control:focus,
textarea.form-control:focus {
  border: 1px solid #333;
}

textarea.form-control {
  height: 10em;
}

.form-group select:disabled {
  color: rgba(51, 51, 51, 0.25);
  border-color: rgba(51, 51, 51, 0.25);
}

select::-ms-expand {
  display: none !important;
}

/* select elements parent form-group specified by .select class to add the ::before pseudo arrow */
.form-group.select:before {
  position: absolute;
  top: 32px;
  right: 15px;
  display: block;
  font-size: 20px;
  color: #333;
  pointer-events: none;
  content: '\f107';
}

form.js-required {
  display: none;
}

.igs-form .parsley-errors-list {
  position: absolute;
  top: -4px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.igs-form .parsley-errors-list li {
  padding: 0 0 5px;
  font-size: 13px;
  font-weight: bold;
  color: #f00;
}

.form-group.parsley-error label {
  opacity: 0;
}

.form-group.parsley-error .form-control {
  border-color: #f00;
}

.form-group.parsley-error:after {
  position: absolute;
  top: 22px;
  right: 0;
  display: block;
  font-size: 20px;
  color: #f00;
  pointer-events: none;
  content: '\f00d';
}

.form-group.parsley-error.empty:after {
  top: 18px;
  left: -20px;
  font-size: 10px;
  content: '\f069';
}

.form-group.parsley-success:after {
  position: absolute;
  top: 22px;
  right: 0;
  display: block;
  font-size: 16px;
  color: #0a6;
  pointer-events: none;
  content: '\f00c';
}

.form-group.parsley-success.textarea:after, .form-group.parsley-success.select:after {
  top: 0;
}
/*
Info Cards

### To be used with a HTML widgets in a row with a row class of ```equal-columns```
Copy and paste the below markup into HTML widgets. Use class ```info-card``` on widget and add a colour class to modify the button colour
If you would like to use this class with a video, add a class of ```-video``` to your widget. For YouTube embed simplay replace the ```<figure>``` block with your iframe embed

```html
<div class="container">
 <div class="card">
  <figure>
   <a href="/solutions">
    <span class="card-title">Solutions</span>
    <img id="3c15166a-5674-48f3-bbb5-248ea2f655e1" src="https://unsplash.it/g/260/120" alt="banners-test-drive-solutions-02.jpg" style="border: 0px none;" class="fr-fil fr-dib" width="261" height="119">
   </a>
  </figure>
   <div class="content">
    <p>Based on our experience of implementing thousands of intranets, we’ve combined product features into solutions to help solve common business challenges.</p>
     <p><a href="/solutions">EXPLORE</a></p>
    </div>
 </div>
</div>```

-button-lime - Lime colored button
-button-teal - Teal colored button
-button-green - Green colored button
-button-red - Red colored button
-button-blue - Blue colored button

Markup:
info-cards.hbs

Styleguide 1.5
 */
.ig-cpt.info-card {
  position: relative;
  padding-bottom: 15px;
  margin: 10px 5px !important;
  background-color: #f2f2f2 !important;
  border: 0 !important;
}

.ig-cpt.info-card .ig-cpt-body {
  background-color: #f2f2f2 !important;
}

.ig-cpt.info-card .ig-cpt-body > div {
  padding: 0 !important;
}

.ig-cpt.info-card .container {
  height: 100%;
  padding: 0 !important;
}

.ig-cpt.info-card figure {
  position: relative;
  text-align: center;
  text-transform: uppercase;
}

.ig-cpt.info-card figure img {
  width: 100% !important;
  margin-top: 0 !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.ig-cpt.info-card figure span.card-title {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.6px;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.ig-cpt.info-card figure::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
  content: '';
}

.ig-cpt.info-card.-video {
  background-color: #fff !important;
  box-shadow: 0 1px 3px 0 #bbb;
  border: 0 !important;
  transition: 0.3s all ease;
}

.ig-cpt.info-card.-video .ig-cpt-body {
  background: transparent !important;
}

.ig-cpt.info-card.-video .ig-cpt-body > div {
  padding: 0 !important;
}

.ig-cpt.info-card.-video figure::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  font-size: 72px;
  color: #fff;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  pointer-events: none;
  content: '\E037';
}

.ig-cpt.info-card.-video .fr-video {
  position: relative;
  display: block;
  height: 0;
  padding-top: 25px;
  padding-bottom: 53%;
  /* 16:9 */
}

@media (min-width: 875px) {
  .ig-cpt.info-card.-video .fr-video {
    padding-bottom: 47%;
    /* 16:9 */
  }
}

.ig-cpt.info-card.-video .fr-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ig-cpt.info-card.-video .content {
  padding: 15px 5%;
  background: transparent;
}

.ig-cpt.info-card.-video p {
  margin-bottom: 0 !important;
}

.ig-cpt.info-card.-video:hover {
  box-shadow: 0 5px 20px 0 #bbb;
}

.ig-cpt.info-card .content {
  padding: 26px 10%;
  font-size: 14px;
  letter-spacing: 0.3px;
  background-color: #f2f2f2;
}

.ig-cpt.info-card .content p {
  margin-bottom: 35px;
}

.ig-cpt.info-card .content a {
  position: absolute;
  bottom: 15px;
  display: block;
  width: 80%;
  padding: 10px;
  color: #fff;
  text-align: center;
  background: #0a6;
  border-radius: 2px;
}

.ig-cpt.info-card .content a:hover {
  background: #007747;
}

/*
Icon Cards

### To be used with a HTML widgets in a row with a row class of ```equal-columns```
Copy and paste the below markup into HTML widgets. Use class ```icon-cards``` on widget and add a colour class to modify the button colour.
You can also add a class of ```-background-grey``` to achieve the third option below

```html
<div class="container">
  <div class="card"><img src="../img/info-icon-1.svg" alt="banners-test-drive-solutions-02.jpg" style="border: 0px none;" class="fr-fil fr-dib" width="261" height="119">
    <span class="card-title">Solutions</span>
    <p>Based on our experience of implementing thousands of intranets, we’ve combined product features into solutions to help solve common business challenges.</p>
    <a href="/solutions">EXPLORE</a>
  </div>
</div>```

Markup:
icon-cards.hbs

Styleguide 6.5
 */
.ig-cpt.icon-cards {
  position: relative;
  padding-bottom: 15px;
  margin: 40px 10px !important;
  background-color: #fff !important;
  box-shadow: 0 1px 3px 0 #bbb;
  border: 0 !important;
  transition: 0.3s all ease;
}

.ig-cpt.icon-cards.-background-grey {
  background: #fafafa !important;
}

.ig-cpt.icon-cards .ig-cpt-body {
  background: transparent !important;
}

.ig-cpt.icon-cards .ig-cpt-body > div {
  padding: 0 !important;
}

.ig-cpt.icon-cards:hover {
  box-shadow: 0 5px 20px 0 #bbb;
}

.ig-cpt.icon-cards .container {
  height: 100%;
  padding: 15px 7% !important;
}

.ig-cpt.icon-cards .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 1px;
}

.ig-cpt.icon-cards img {
  max-width: 100px;
  height: 60px;
  min-height: 1px;
  margin: 25px auto !important;
}

.ig-cpt.icon-cards .card-title {
  margin: 10px 0;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.ig-cpt.icon-cards p {
  max-width: 650px;
  margin: 0 auto 45px;
  font-size: 16px;
  line-height: 1.18;
}

.ig-cpt.icon-cards a {
  position: absolute;
  bottom: 15px;
  left: 50%;
  display: block;
  width: 85%;
  max-width: 220px;
  padding: 10px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background: #0a6;
  border-radius: 2px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.ig-cpt.icon-cards a:hover {
  background: #007747;
}



/*
.equal-columns .ig-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.equal-columns .ig-cpt {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

@media (min-width: 875px) {
  .equal-columns .ig-cpt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1 !important;
  }
}

.equal-columns .container {
  width: 100%;
}

.equal-columns.-videos {
  padding: 0 !important;
}

.equal-columns.-videos .ig-cpt {
  width: calc(100% / 4 - 10px);
}

@media (min-width: 875px) {
  .equal-columns.-videos .ig-cpt {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}
/**
 * Bootstrap 3.0.0 Requires this for it's grid calculations.
 * apply a natural box layout model to all elements, but allowing components to change
 */
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,500,600,700);
.container:not(.ig-recent-topics) {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:not(.ig-recent-topics):before, .container:not(.ig-recent-topics):after {
  content: " ";
  display: table;
}

.container:not(.ig-recent-topics):after {
  clear: both;
}

@media (min-width: 768px) {
  .container:not(.ig-recent-topics) {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .container:not(.ig-recent-topics) {
    width: 100%;
  }
}

@media (min-width: 1100px) {
  .container:not(.ig-recent-topics) {
    width: 1100px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1100px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}


// SOCIAL LINKS ///
.social-links {
  display: block;
  margin: 0;
  clear: both;
}

.social-links span {
  display: none;
}

.social-links a {
  display: inline-block;
  width: 25px;
  height: 25px;
  padding: 0;
  margin-right: 20px;
  text-align: center;
  background: transparent;
}

.social-links a:before {
  display: inline-block;
  margin-top: 2px;
  font-size: 20px;
  color: #fff;
  transition: .3s all;
}

.social-links a:hover {
  background-color: transparent;
}

.social-links a:hover:before {
  color: #0a6;
}

.social-links .social-facebook:before {
  content: '\f09a';
}

.social-links .social-twitter:before {
  content: '\f099';
}

.social-links .social-youtube:before {
  content: '\f16a';
}

.social-links .social-linkedin:before {
  content: '\f0e1';
}

.social-links .social-instagram:before {
  content: '\f16d';
}

.social-links .social-googleplus:before {
  content: '\f0d5';
}

.social-links .social-pinterest:before {
  content: '\f231';
}

/*Hiding dots on album slideshows*/
.ig-channel-albums .slick-dots {
 display: none !important;
}

/*Hide sub-navigation in News Space*/

#ig-space-news #systemnav {
  display: none !important;
}
rtant;
}


/* Slideshow */

.ps-cfg-type_fade .ps-slideshow-content-inner { position: relative; }
.ps-cfg-type_fade .ps-slideshow-content-inner > div { left:0; position: absolute; top: 0; opacity:0; visibility: hidden; }
.ps-btn-ctrls-indices ul li { padding-bottom: 10px; display: inline; float: left; list-style: none; margin-right: 5px; }
.ps-btn-ctrls-indices a {
	height: 0;
	padding-top: 10px;
	width: 10px;
	display: block;
	overflow: hidden;
	border-radius: 100%;
	background-color: transparent;
	border: 2px solid #005581;
}
.ps-btn-ctrls-indices li.here a { background-color: #4281a2; }

.main-slideshow { margin: -30px -30px 30px -30px; }
.main-slideshow .ig-cpt-body > div { padding-top: 0 !important; }

#main-slideshow.ps-cfg-type_fade .ps-slideshow-content-inner,
#main-slideshow.ps-cfg-type_fade .ps-slideshow-content-inner > div { height: 210px; width: 100%; }

#banner-ads.ps-cfg-type_fade .ps-slideshow-content-inner,
#banner-ads.ps-cfg-type_fade .ps-slideshow-content-inner > div { height: 110px; width: 100%; }
#banner-ads .ps-btn-ctrls-indices ul { margin-left: 0; }

/* Increase Side of element on hover */
.grow {
	 transition: all .2s ease-in-out;}
.grow:hover {
			transform: scale(1.05);

.publication-shadow {
	-webkit-box-shadow: 0px 5px 23px -4px rgba(173, 173, 173, 1);
	-moz-box-shadow: 0px 5px 23px -4px rgba(173, 173, 173, 1);
	box-shadow: 0px 5px 23px -4px rgba(173, 173, 173, 1);
	}

