@charset "UTF-8";
@-ms-viewport { 
	width: device-width;
}
/* --------------------->>> BOOTSTRAP OVERRIDES OR CUSTOM ADDITIONS <<<---------------------*/
video {
	max-width: 100%;
	height: auto;
	width: 100%;
}

/* --------------------->>> CLEARING <<<---------------------*/
[class*="col-"]
.hero-unit,
.widget,
.summary-wrapper,
.mobile-page-nav,
.widget {
    *zoom: 1;  
}
[class*="col-"]:before,
[class*="col-"]:after,
.widget:before,
.widget:after,
.hero-unit:before,
.hero-unit:after,
.summary-wrapper:before,
.summary-wrapper:after {
    display: table;
    content: "";
    line-height: 0;
}
[class*="col-"]:after,
.hero-unit:after,
.widget:after,
.summary-wrapper:after {
    clear: both
}

/* --------------------->>> ACCESSIBILITY <<<---------------------*/
.visuallyhidden,
.search form label {
    border: 0;
    clip: rect(0000);
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
    margin: -1px;
    padding: 0;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus,
.search form label:focus {
    clip: auto;
    height: auto;
    overflow: visible;
    position: static;
    width: auto;
    margin: 0;
}
.visuallyhidden ul li {
    list-style: none
}

/* --------------------->>> CONSISTENT DECENT MARGINS <<<---------------------*/
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0 0 10px 0;
}
div>p {
	margin: 20px 0;
}
.strip .row {
    margin: 0;
}
hr {
    margin: 10px 0 20px 0
}

.row + hr {
    margin: 0 0 30px 0
}
ul ul,
ul ol,
ol ol,
ol ul {
    margin-bottom: 0
}
h1 + h2 {
    margin-top: -5px
}
h2 + h3 {
    margin-top: -5px
}
h3 + h4 {
    margin-top: -5px
}
h4 + h5 {
    margin-top: -5px
}
h5 + h6 {
    margin-top: -5px
}
h3 + h5 {
    margin-top: -5px
}
h3 + h6 {
    margin-top: -5px
}

/* --------------------->>> HTML / BODY <<<---------------------*/
html {
    margin: 0;
    padding: 0;
    height: 100%;
}
body {
	font-size: 13px;
	font-size: 1.3rem;
	font-size: 16px;
	font-size: 1.6rem;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    background: #fff;
    color: #222;
    overflow-x: hidden;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}

/* Reduce font size when translated by Google Translate */
body.translated {
	font-size: 10px;
	font-size: 1rem;
}

@media (min-width: 768px) {
body {
	font-size:13px;
    font-size: 1.3rem;
    line-height: 1.8;
}
/* Reduce font size when translated by Google Translate */
body.translated {
	font-size: 11px;
	font-size: 1.1rem;
}

} /* end 768px */

@media (min-width: 992px) {
body {
	font-size:14px;
    font-size: 1.4rem;
    line-height: 1.8;
}
/* Reduce font size when translated by Google Translate */
body.translated {
	font-size: 12px;
	font-size: 1.2rem;
}

} /* end 992px */

@media (min-width: 1200px) {
body {
	font-size:16px;
    font-size: 1.6rem;
}
/* Reduce font size when translated by Google Translate */
body.translated {
	font-size:14px;
    font-size: 1.4rem;

}

} /* end 1200px */

@media (min-width: 1980px) { 
body {
	font-size:18px;
    font-size: 1.8rem;
}

/* Reduce font size when translated by Google Translate */
body.translated {
	font-size:16px;
    font-size: 1.6rem;

}

} /* end 1980px */

/* --------------------->>> HTML / BODY 2017 <<<---------------------*/
@media (min-width: 768px) {
body.minimal { 
	padding-top: 0px;
}
body.minimal.js-cookie-message-visible { 
	padding-top: 143px;
}

}

/* --------------------->>> VIRTICAL SPACING  <<<---------------------
.content-sm {
	padding-top: 10px;
	padding-bottom: 10px;
}
.content-md {
	padding-top: 20px;
	padding-bottom: 20px;
}
.content-lg {
	padding-top: 40px;
	padding-bottom: 40px;
}
.content-xlg {
	padding-top: 80px;
	padding-bottom: 80px;
}*/

/* --------------------->>> VIRTICAL ALIGN <<<---------------------*/
@media (min-width: 768px) {
.vertical-align {
	display: flex;
	flex-direction: row;
}
.vertical-align > [class^="col-"],
.vertical-align > [class*=" col-"] {
	display: flex;
	align-items: center;
	justify-content: center; /* Optional, to align inner items horizontally inside the column */
}
.vertical-align-b {
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */;
	display: -ms-flexbox; /* TWEENER - IE 10 */;
	display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */;
	display: flex; /* NEW, Spec - Firefox, Chrome, Opera */;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal; /*-ms-flex-direction: row;*/;
	flex-direction: row;
}
.vertical-align-b:before { /* IE 11 fix mix-height does not work with flexbox*/
	content: "";
    display: inline-block;
    min-height: 300px;
    visibility: hidden;
}
.vertical-align-b > [class^="col-"], 
.vertical-align-b > [class*=" col-"] {
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */;
	display: -ms-flexbox; /* TWEENER - IE 10 */;
	display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */;
	display: flex; /* NEW, Spec - Firefox, Chrome, Opera */;
	-webkit-box-align: end;
	-ms-flex-align: end;
	-ms-flex-item-align: end;
	-ms-flex-line-pack: end;
	align-items: flex-end;
	align-self: flex-end;
	-webkit-align-self: flex-end;
}

} /* end 768px */

/* --------------------->>> TYPOGRAPHY AND FONTS <<<---------------------*/
h1, h2, h3, h4, h5, h6, body, input, textarea, button, form, #countdown {
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
    color: inherit;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: underline;
    color: #00b907;
}
h1 {
	font-size: 135%;
	font-weight: 600;
    line-height: 1.2;
}
h2 {
    font-size: 125%;
    font-weight: 600;
    line-height: 1.2;
}
h3 {
    font-size: 115%;
    font-weight: 600;
    line-height: 1.2;
}
h4 {
    font-size: 105%;
    font-weight: 600;
    line-height: 1.4;
}
h5 {
    font-size: 95%;
    font-weight: 600;
    line-height: 1.4;
}
h6 {
    font-size: 90%;
    font-weight: 600;
    line-height: 1.4;
}
.text-left-xs {
	text-align: left;
}

@media (min-width: 768px) {
p, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 20px;
    font-weight: normal;
}
h1 {
	font-size: 210%;
	font-weight: 400;
}
h2 {
    font-size: 180%;
    font-weight: 400;
}
h3 {
    font-size: 160%;
}
h4 {
    font-size: 140%;
}
h5 {
    font-size: 130%;
}
h6 {
    font-size: 115%;
}
h1 + h2 {
    margin-top: -12px
}
h2 + h3 {
    margin-top: -12px
}
h3 + h4 {
    margin-top: -12px
}
h4 + h5 {
    margin-top: -12px
}
h5 + h6 {
    margin-top: -12px
}
h3 + h5 {
    margin-top: -12px
}
h3 + h6 {
    margin-top: -12px
}

} /* end 768px */

@media (min-width: 992px) {
.text-left-xs {
	text-align: right;
}

} /* end 992px */


/* --------------------->>> BODY ELEMENTS <<<---------------------*/
hr {
    border: 0;
    clear: both;
    height: 2px;
    border-bottom: 1px #d5d5d5 dashed;
}
p,
li,
dd,
dt,
dl,
ol li,
ul li {
    line-height: inherit
}
ul.square {
    list-style-type: square
}
ul.square li ul {
    list-style: inherit
}
ul.circle {
    list-style-type: circle
}
ul.circle li ul {
    list-style: inherit
}
ul.disc {
    list-style-type: disc
}
ul.disc li ul {
    list-style: inherit
}
ul.inline,
ol.inline {
    margin-left: 0;
    list-style: none;
}
ul.inline  > li,
ol.inline  > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
ul.twocol {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
}
em {
    font-style: italic;
}
ins {
    text-decoration: overline;
}
del {
    text-decoration: line-through;
}
strong,
dfn {
    font-weight: 600;
}
small,
.small,
h3 small,
.h3 small,
h4 small,
.h4 small {
    font-size: 75%;
    color: inherit;
}
big,
.big {
    font-size: 160%;
    line-height: 1.3;
    margin-bottom: 3%;
}
dl {
    margin: 0 0 20px 20px
}
dt {
    font-weight: 600;
    text-decoration: underline;
    margin-top: .3em;
    margin-bottom: .3em;
}
dd {
    margin: 0 0 0 1em;
    padding: 0;
}
abbr,
acronym {
    border-bottom: 1px dotted #333;
    cursor: help;
    white-space: nowrap;
}
.main-content pre,
.main-content code {
    overflow: auto;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    margin: 0 0 20px;
}
pre,
code,
tt,
kbd,
samp {
    font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace
}
sup {
    font-size: 75%;
    position: relative;
    bottom: 0.4em;
}
sub {
    font-size: 75%;
    position: relative;
    bottom: -0.2em;
}
pre {
    margin: 2% 0 5% 0;
    padding: 3%;
    display: block;
    clear: both;
    background: #eee;
    border: 0;
}
pre code,
code {
    padding: 0;
    margin: 0;
    color: inherit;
}
.table-plain > thead > tr > th, 
.table-plain > tbody > tr > th, 
.table-plain > tfoot > tr > th, 
.table-plain > thead > tr > td, 
.table-plain > tbody > tr > td, 
.table-plain > tfoot > tr > td {
    border-top: 0;
}

@media (min-width: 768px) {
big,
.big {
    font-size: 160%;
}
ul.twocol {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;    
}
ul.threecol {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;    
}
hr {
    margin: 20px 0 30px
}

} /* end 768px */


/* --------------------->>> COLOURS <<<---------------------*/
a {
    color: #222 
}
.main-content  a, 
#page-landing a {
	color: #0068a9;
}
a:hover, 
a:focus {
    color: #00b907;
    text-decoration: none;
}
.main-content  a.light, 
#page-landing a.light {
	color: #009dff;
}
.main-content  a:hover.light, 
#page-landing a:hover.light {
	color: #00ef09;
}
#page-landing a.btn {
	color:#ffffff;
}
.primary-color, .primary-color a, .text-primary {
    color: #017cd2;
}
.primary-color-bg, 
.strip.primary-color-bg, 
.testimonial-gallery .primary-color-bg  {
    background: #5676a5
}
.white-text, 
.white-text a {
    color: #fff
}
.white-text.text-shadow {
    text-shadow: 1px -1px 2px rgba(0,0,0,.3);
}
.lime-color {
	color: #81b000;
}
.aqua-color {
	color: #56bef1;
}
.grey-color {
	background: #f7f7f7;
}

/* --------------------->>> BASE LINK STYLES <<<---------------------*/
a {
    text-decoration: underline;
}
.nav a,
.dropdown-menu a {
    text-decoration: none
}
p a,
p a:visited {
    line-height: inherit
}
a img {
    border: none;
    text-decoration: none;
}
.related a[href$=".pdf"]:after  { 
	content: " (PDF)"; 
}
a:hover,
a:active,
a,
object,
embed,
*:focus {
    -moz-outline-style: none;
    outline: none!important;
}
/* Don't collapse these into one ruleset. When a browser doesn't recognise a selector it discards the whole ruleset. 
By using vendor selectors in one ruleset you guarentee nothing will be applied */
::-webkit-selection {
    background-color: #777777;
    color: #fff;
}
::-moz-selection {
    background-color: #777777;
    color: #fff;
}
::selection {
    background-color: #777777;
    color: #fff;
}
a.more-link {
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 600;
	color: #3dcefd;
}a.more-link:hover {
	color: #88dc48;
}
a.more-link:after {
	content: '\e806';
    font-family: "fontello";
    font-size: 100%;
    padding-left: 0.5em;
}

/* --------------------->>> IMAGES and FIGURES <<<---------------------*/
img {
    max-width: 100%;
    display: block;
    border-radius: 3px;
}
img.alignright, 
img.alignleft {
    float: none;
    margin: 0 auto;
}
img.aligncenter,
img.alignnone {
    display: block;
    margin: 0 auto 2% auto;
}
img.aligninline {
	display: inline-block;
	margin: 0 1%;
}
.col-md-4 img.aligncenter,
.col-md-4 img.alignnone,
.col-md-3 img.aligncenter,
.col-md-3 img.alignnone {
    margin-bottom: 5%
}
img.add-margin-bottom {
    margin-bottom: 20px
}
img.add-margin-top {
    margin-top: 20px
}
figure img {
    margin: 0;
    display: inline;
}
figure {
    margin: 0 0 4% 0
}
figure.pull-right {
	display:table;
	width: 100%;
	text-align: center;
}
figure.pull-left {
	display:table;
	width: 100%;
	text-align: center;
}
figure.pull-right figcaption, 
figure.pull-left figcaption {
	display:table-caption;
	caption-side:bottom;
	text-align: center;
}
figcaption {
    text-align: left;
    margin-top: 0;
    padding: 10px 0;
    font-size: 80%;
    font-weight: 600;
    line-height: 1.4;
    font-style: italic;
    border-bottom: 1px #d5d5d5 dashed;
}
figcaption p:last-child {
    margin-bottom: 0;
}
figure.three-images {
    position: relative;
    width: 100.5%;
}
figure.three-images img {
    width: 32.333%;
    float: left;
    margin: 0 1% 0 0;
}
figure.two-images {
    position: relative;
    width: 100.5%;
}
figure.two-images img {
    width: 49%;
    float: left;
    margin: 0 1% 0 0;
}

@media (min-width: 768px) {
img.alignright {
    float: right;
    margin: 1% 0 1% 3%;
}
img.alignleft {
    float: left;
    margin: 1% 3% 1% 0;
}
img.add-margin-bottom {
    margin-bottom: 20px
}
img.add-margin-top {
    margin-top: 20px
}
figure.pull-right {
	margin-left: 20px;
	width: auto;
}
figure.pull-left {
	margin-right: 20px;
	width: auto;
}
figure.pull-right img {
	margin: 0 auto;
}

} /* end 768px */

/* --------------------->>> GREY SCALE <<<---------------------*/
.greyscale img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: .5s ease-in-out;
}
.greyscale a:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
.white-overlay {
	filter: brightness(0) invert(1);
}
/* --------------------->>> RESPONSIVE IMAGE MAP <<<---------------------*/
img[usemap] {
	border: none;
	height: auto;
	max-width: 100%;
	width: auto;
}

/* --------------------->>> BLOCKQUOTE - DOES NOT USE BOOTSTRAPS BLOCKQUOTES <<<---------------------*/
blockquote {
    clear: both;
    margin: 0 0 20px 0;
    padding: 10px 0 0 35px;
    position: relative;
    quotes: none;
    border: 0;
    font-size: 110%;
    line-height: 140%;
}
blockquote:before {
	display: block;
	content: "\201C";
	font-size: 70px;
	position: absolute;
	left: 0;
	top: 20px;
	color: #7a7a7a;
}
blockquote p:after{
	display: block;
	content: "\201D";
	font-size: 70px;
	line-height: 50px;
	position: relative;
	color: #7a7a7a;
	top: 10px;
	float: right;
	margin-right: -30px;
}
blockquote.fr:before,
blockquote.fr:after,
blockquote.fr p:after {
	content: "";
}
blockquote p {
    font-size: 90%;
    line-height: 1.5;
    margin: 0 25px 0 0;
}
blockquote p:last-child {
    margin-bottom: 0
}
blockquote.csquote {
	font-size: 140%;
	color: #0075bf;
}
blockquote.csquote:before {
	color: #0075bf;
}
blockquote footer {
    clear: both;
    display: block;
    text-align: left;
    font-size: 105%;
    line-height: 1.4;
    font-style: normal;
    margin: 10px 0 0 0;
}
blockquote footer:before {
    content: ""
}
blockquote footer img {
	float:left;
	margin-right: 20px;
}

@media (min-width: 768px) {
blockquote p {
    font-size: 100%;
    line-height: 175%;
}

} /* end 768px */
@media (min-width: 992px) {
blockquote footer {
    font-size: 80%;
}

} /* end 992px */


/* --------------------->>> PAGER CUSTOM <<<---------------------*/
.pager {
    font-size: inherit;
    color: #ccc;
    margin: 10px 0 10px -10px;
}
.pager a {
    text-decoration: none;
    padding: 10px 10px;
}
.pager a:hover {
    color: #ccc
}
.pager>.next {
    float: right;
}
.pager>.previous {
	float: left;
}
.pager i {
    font-size: 12px;
    position: relative;
    color: #999;
}
.pager>.next i {
    padding-left: 10px;
}
.pager>.previous i {
    padding-right: 10px
}
.pager.right {
    text-align: right;
    margin: 3% -10px 3% 0;
}
.pager.center {
    text-align: center;
    margin-left: 0;
}

/* --------------------->>> FORMS <<<---------------------*/
.req	{
	color: #ff0000;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
legend {
    font-weight: 600;
}
textarea {
    vertical-align: top;
}
.help-block {
	font-size: 80%;
	margin-top: 0;
	margin-bottom: 0;
	min-height: 26px;
}
.form-group {
	margin-bottom: 0;
}
.form-group.has-error {
	margin-bottom: 0;
}
.form-group.has-success {
	margin-bottom: 26px;
}

/* --------------------- Contact us product form ---------------------*/
.readonlyh1 {
    border: 1px solid transparent !important;
    box-shadow: none !important;
    line-height: 1.3em;
    padding: 0 !important;
    margin: 0;
    background: transparent;
}

/* --------------------->>> PAGINATION CUSTOM <<<---------------------*/
.pagination-centered {
    text-align: center
}
.pagination-centered ul {
	margin: 0 auto;
}

/* --------------------->>> UTILITY CLASSES <<<---------------------*/
p.statement {
    font-size: 160%;
    font-style: italic;
}
.small {
    font-size: 80%
}
.bold {
    font-weight: 600;
}
.onefifty {
    font-size: 150%
}
.oneseventyfive {
    font-size: 175%
}
.twohundred {
    font-size: 200%
}
.leading {
    line-height: 2
}
.underline {
    text-decoration: underline
}
.fade {
    opacity: 0.3;
}
textarea {
    resize: vertical
}
.print {
    display: none
}
.clear {
    clear: both
}
.spacer-top-20 {
	margin-top: 20px;
}
.spacer-bottom-20 {
	margin-bottom: 20px;
}
.tighten-height {
    margin-bottom: 0
}
.tighten-height + p {
    margin-top: 0
}
.biggieicon {
    display: block;
	font-size: 300%;
	margin-bottom: 1%;
    width: 100%;
    text-decoration: none;
}
.biggieicon:hover {
    color: #00b907;
}
.medium-icon {
    font-size: 40px;
    color: #27aae1;
}
.nobr {
	white-space: nowrap;
}
/* this adds "..." */
.overflow {
    display: block;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 0;
}
.overflow:hover {
    width: 100%;
    white-space: normal;
    overflow: visible;
    background: inherit;
    position: relative;
    z-index: 2;
}
@media (min-width: 768px) {
.biggieicon {
    font-size: 400%;
}

} /* end 768px */

/* --------------------->>> TABLES <<<---------------------*/
.colfixed td:nth-child(1) {
	width: 60%;
}
.colfixed td:nth-child(2) {
	width: 40%;
}

/* --------------------->>> UN-STYLED TABLE NON BOOTSTRAP <<<---------------------*/
html.ie7 table {
    border-collapse: collapse
}
html.ie7 table td {
    border: 1px solid #477a0f
}

/* --------------------->>> NAV tabs and general navigation - color changes <<<---------------------*/
.nav-list>.active>a,
.nav-list>.active>a:hover,
.nav-list>.active>a:focus {
    color: #ffffff;
    text-shadow: none;
    background-color: #5676a5;
}
.nav-pills>.active>a,
.nav-pills>.active>a:hover,
.nav-pills>.active>a:focus {
    color: #ffffff;
    background-color: #1fa8ff;
}
.nav-pills>li>a {
    background: #eee
}
.nav-tabs.nav-stacked>li.active>a {
    background: #ddd
}

/* --------------------->>> BUTTONS <<<---------------------*/
.btn, 
.btn:hover {
	transition: all 300ms linear;
	border-radius: 2px;
	white-space:normal;
}
a.btn,
.grid a.btn {
	color: #ffffff;
	text-decoration: none;
}
.btn-default {
	color: #333!important;
	text-decoration: none;
}
aside .btn-default {
	margin-right:3%;
	width:auto;
}
.btn-primary {
	background: #2e96d7;
}
.btn-primary:hover {
	background: #2882bb;
}
.btn-success {
	background: #43b948;
	border-color: #43b948;
}
.btn-success:hover {
	background: #40b044
}
.btn-very-subtle {
	background-color: #ededed;
	background-repeat: repeat;
	border-color: transparent;
	color: #000!important;
}
.btn:hover, 
.btn:active, 
.btn.active {
	color: #fff!important;
	background-color: #b4b9bb;
	border-color: #b4b9bb;
}

/* --------------------->>> BUTTONS 2017 <<<---------------------*/
.btn-outline-type1 {
	background: #43b948;
    border-color: #43b948;
	padding: 14px 24px;
	background: rgba(67,185,72,0.6);
	line-height: 1.33;
    border-radius: 0; 
}
.btn-outline-type1:hover {
	background: #43b948;
    border-color: #43b948;
	background: rgba(67,185,72,0.9);
    border-radius: 0; 
}
a.btn-outline-type2, 
.btn-outline-type2 {
	background: transparent;
	border-color: #959595;
	color: #959595;
	/*padding: 10px 20px;*/
	background: rgba(255,255,255,0);
	line-height: 1.33;
	border-radius: 0;
	/*font-size: 100%;*/
}
a.btn-outline-type2:hover, 
.btn-outline-type2:hover {
	background: #ffffff;
	color: #00b907!important;
	border-color: #00b907;
	border-radius: 0;
}
.btn-down {
	width: 60px;
	height: 60px;
	text-align: center;
	text-decoration: none;
	font-size: 50px;
	line-height: 60px;
	color: #fff;
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -30px;
}
.btn-down:hover,
.btn-down:focus {
	outline: 0;
	color: #fff;
}
.btn-group-custom .btn {
	border-radius: 0!important;
}

@media (max-width: 767px) {
.btn-group-custom {
	display: block;
}
.btn-group-custom .btn {
	float:none;
}

.btn-group-custom>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
	margin-bottom: 20px;
}
} /* End 480px*/

/* Animation */
.bounce {
	-webkit-animation-name: bounce;
	-moz-animation-name: bounce;
	-o-animation-name: bounce;
	animation-name: bounce;
}
.animated {
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-iteration-count: 20;
	-moz-animation-iteration-count: 20;
	-webkit-animation-iteration-count: 20;
	animation-fill-mode: both;
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	-ms-animation-duration: 2s;
	-o-animation-duration: 2s;
	animation-duration: 2s;
}
@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}	40% {-webkit-transform: translateY(-30px);}
	60% {-webkit-transform: translateY(-15px);}
}
@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
	40% {-moz-transform: translateY(-30px);}
	60% {-moz-transform: translateY(-15px);}
}
@-o-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
	40% {-o-transform: translateY(-30px);}
	60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}

/* --------------------->>> ICON CIRCLES 2017 <<<---------------------*/
.icon-circle-outer {
	background: #fff;
	border: 2px solid #3dcefd;
	display: inline-block;
	border-radius: 60%;
	padding: 5px;
	margin-bottom: 10px;
}
.icon-circle-inner {
	font-size: 300%;
	line-height: 1.3;
	font-weight: 600;
	text-decoration: none;
	background: #3dcefd;
	border-radius: 60%;
	padding: 2px 1px;
	color: #fff;
	display: inline-block;
}
a.cta-link-lg:hover .icon-circle-inner {
 	background: #e53b2c;
	background: #88dc48;
}

/* --------------------->>> HOME PAGE 2017 <<<---------------------*/
.minimal .section-h2 {
	font-size: 200%;
}
#home-customers img {
	margin: 10px 0;
}
p.home-text {
	font-size: 130%;
	font-weight: 400;
}
@media (min-width: 768px) {
#home-customers img {
	margin: 0;
}
p.home-text {
	font-size: 180%;
	font-weight: 400;
}

}/* end 768px */


/* --------------------->>> Stats <<<---------------------*/
.stats {
	text-align: center;
}
.stats div {
	margin-bottom: 10px;
}
.stats-num {
	font-size: 180%;
	border-right: 1px #959595 solid;
	padding-right: 10px;
	color: #00b907;
	width: 30%;
	display: inline-block;
	text-align: right;
}
.stats-text {
	font-size: 180%;
	padding-left: 10px;
	text-transform: uppercase;
	width: 45%;
	display: inline-block;
	text-align: left;
}

@media (min-width: 768px) {
.stats {
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */;
	display: -ms-flexbox; /* TWEENER - IE 10 */;
	display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */;
	display: flex; /* NEW, Spec - Firefox, Chrome, Opera */;
	-webkit-justify-content: space-between; /* Safari 6.1+ */;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.stats-num, .stats-text {
	width: auto;
	display: inline;
}

}/* end 768px */

/* --------------------->>> HOME PAGE BANNER <<<---------------------*/
.jumbotron {
	background: #222;
	padding: 30px 15px;
}
.hero {
	background: rgba(0,0,0,0.1);
	margin-bottom: 0;
}
.hero-h1 {
	color:#fff;
	font-size: 200%;
	font-weight: 600;
	margin: 10px 0;
}
.hero-h2 {
	color:#fff;
	font-size: 140%;
	font-weight: 400;
	margin: 10px 0;
}
.btn-hero {
	background: #43b948;
    border-color: #43b948;
	padding: 14px 24px;
	background: rgba(67,185,72,0.9);
	line-height: 1.33;
    border-radius: 0; 
    display: block;   
}
.btn-hero:hover {
	background: #43b948;
    border-color: #43b948;
	background: rgba(67,185,72,0.6);
}
/*.hero-image {
	background: none;
}*/
.hero.standard h1 {
	color: #fff;
	font-size: 220%;
}
.hero.standard h3 {
	text-transform:none;
	font-size: 180%;
}
/*.strike-back {
	background-color: #000;
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	padding: 8px 20px;
    display: block;
    vertical-align: middle;
	background: rgba(0,0,0,0.9);
}*/

@media (min-width: 768px) {
.jumbotron {
	padding: 30px;
}
.hero {
	margin-bottom: 30px;
	padding-top: 80px;
	padding-bottom: 80px;
}
.hero-h1 {
	font-size: 320%;
}
.hero-h2 {
	font-size: 180%;
	margin: 40px 0;
}
.btn-hero {
	display: inline;
}
.hero.standard h1 {
	color: #fff;
	margin: 45px 0;
	font-size: 320%;
}
.hero.standard h3 {
	text-transform:none;
}
/*.strike-back {
    display: inline;
}*/

} /* end 768px */


@media (min-width: 992px) {
.hero-h1 {
	font-size: 280%;
}
.hero-h2 {
	font-size: 160%;
}
/*.home-head-inverse {
	width: 98%;
}*/

} /* end 992px */


@media (min-width: 1200px) {
.hero .h1 {
	font-size: 120%;
}
.hero h2 {
	font-size: 180%;
}

} /* end 1200px */


/* --------------------->>> HOME PAGE BANNER JULY 2018 <<<---------------------*/
.hero-wrapper-home {
  	height:auto;
	height:100%;
	height: calc(100% - 54px);
 	background: url('../../img/lns-bg.jpg') 40% center no-repeat;
 	background-size: cover;
}
.hero-wrapper.home-video {
	background: url('../../img/home-vl-video-bg-sm.jpg') no-repeat center center;
	background-size: cover;
}
/* content centering styles */
.hero-content-outer {
	display:table;
    width:100%;
    height:100%;
    overflow:hidden;
	background: rgba(0,0,0,0.6);
}
.hero-content-inner {
	display:table-cell;
    position:relative;
	vertical-align:middle;
	text-align:center;
}
.hero-wrapper-home .hero-h1 {
	margin: 40px;
	font-weight: 300;
	font-size: 300%;
}
.banner-overlay {
	background: rgba(0,0,0,0.6);
	margin-bottom: 0;
}
/* button styles */
.btn-hero-type1 {
	background: #43b948;
    border-color: #43b948;
	padding: 14px 24px;
	margin: 0 10px 10px 10px;
	background: rgba(67,185,72,0.9);
	line-height: 1.33;
    border-radius: 0; 
    display: block;
    font-size: 100%;
}
.btn-hero-type1:hover,
.btn-hero-type1:focus {
	background: #43b948;
    border-color: #43b948;
	background: rgba(67,185,72,0.6);
    border-radius: 0; 
}
.btn-hero-type2 {
	background: transparent;
    border-color: #43b948;
	padding: 14px 24px;
	margin: 0 10px 10px 10px;
	background: rgba(67,185,72,0.3);
	line-height: 1.33;
    border-radius: 0; 
    display: block; 
    font-size: 100%;  
}
.btn-hero-type2:hover,
.btn-hero-type2:focus {
	background: #43b948;
    border-color: #43b948;
	background: rgba(67,185,72,0.6);
    border-radius: 0; 
}

@media (min-width: 768px) {
.hero-wrapper-home {
	height:60%;
	min-height:420px;
}
.hero-wrapper-home .btn-hero-type2 {
	width:200px;
}
.hero-wrapper-home .btn-down {
	bottom: 0px;
	margin-left: -35px;
	width:70px;
}
.hero-wrapper-home .hero-h2 {
	font-weight: 300;
	margin: 10px 0;
}
.hero-wrapper-home .hero-h1 {
	font-size: 340%;
	margin: 10px;
}
.btn-hero-type1,
.btn-hero-type2 {
	display: inline-block;
}

} /* end 768px */

@media (min-width: 992px) {
.hero-wrapper-home .hero-h1 {
    font-size: 360%;
}

} /* end 992px */

@media (min-width: 1200px) {
.hero-wrapper-home {
 	background: url('../../img/lns-bg.jpg') center center no-repeat;
 	background-size: cover;
}
.hero-wrapper.home-video {
	background: url('../../img/home-vl-video-bg.jpg') no-repeat center center;
	background-size: cover;
}
.hero-wrapper-home .hero-h1 {
    font-size: 380%;
}


} /* end 1200px */

@media (min-width: 1980px) { 
.hero-wrapper-home {
 	background: url('../../img/lns-bg.jpg') center center no-repeat;
 	background-size: cover;
}
.hero-wrapper.home-video {
	background: url('../../img/home-vl-video-bg-lg.jpg') no-repeat center center;
	background-size: cover;
}
.hero-wrapper-home .hero-h1 {
    font-size: 340%;
}

} /* end 1980px */

/* --------------------->>> ABOUT <<<---------------------*/
.hero-wrapper.about {
	background: url('../../img/about/bg-about-lansa-sm.jpg') no-repeat center 40%;
	background-size: cover;
}
.hero-wrapper.different {
	background: url('../../img/about/bg-how-we-are-different-sm.jpg') no-repeat center 30%;
	background-size: cover;
}
.hero-wrapper.do {
	background: url('../../img/about/bg-what-we-do-sm.jpg') no-repeat center 30%;
	background-size: cover;
}

/* --------------------->>> PARTNERS <<<---------------------*/
.hero-wrapper.partner-index {
	background: url('../../img/partners/bg-partners-index-sm.jpg') no-repeat center top;
	background-size: cover;
}

/* --------------------- Partner Program ---------------------*/
.hero-wrapper.partner {
	background: url('../../img/partners/partner-program-banner-sm.jpg') no-repeat left 20%;
	background-size: cover;
}
a.many-more {
	color: #777777;
	text-decoration: none;
	line-height: 80px;
	text-transform:uppercase;
}

/* --------------------->>> SERVICES <<<---------------------*/
.hero-wrapper.services-index {
	background: url('../../img/services/bg-services-index-sm.jpg') no-repeat center 60%;
	background-size: cover;
}

/* --------------------->>> SUPPORT <<<---------------------*/
.hero-wrapper.support-index {
	background: url('../../img/services/bg-support-index-sm.jpg') no-repeat center top;
	background-size: cover;
}

/* --------------------->>> PRODUCTS <<<---------------------*/
.hero-wrapper.low-code {
	background: url('../../img/products/bg-low-code-sm.jpg') no-repeat center center;
	background-size: cover;
}
.hero-wrapper.mobile-dev {
	background: url('../../img/products/bg-mobile-app-development-sm.jpg') no-repeat center center;
	background-size: cover;
}
.hero-wrapper.rad {
	background: url('../../img/products/bg-rad-sm.jpg') no-repeat center center;
	background-size: cover;
}
.hero-wrapper.ibmi {
	background: url('../../img/products/bg-ibmi-solutions-sm.jpg') no-repeat center 80%;
	background-size: cover;
}
.hero-wrapper.mdm {
	background: url('../../img/products/bg-master-data-management-sm.jpg') no-repeat center top;
	background-size: cover;
}
.hero-wrapper.integration {
	background: url('../../img/products/bg-data-integration-sm.jpg') no-repeat center center;
	background-size: cover;
}
/* --------------------->>> RESOURCES <<<---------------------*/
.hero-wrapper.resources-index {
	background: url('../../img/resources/bg-resources-index-sm.jpg') no-repeat center center;
	background-size: cover;
}

@media (min-width: 768px) {
.hero-wrapper.about {
	background: url('../../img/about/bg-about-lansa.jpg') no-repeat center 40%;
	background-size: cover;
}
.hero-wrapper.different {
	background: url('../../img/about/bg-how-we-are-different.jpg') no-repeat center center;
	background-size: cover;
}
.hero-wrapper.do {
	background: url('../../img/about/bg-what-we-do.jpg') no-repeat center 30%;
	background-size: cover;
}

.hero-wrapper.partner-index {
	background: url('../../img/partners/bg-partners-index.jpg') no-repeat center top;
	background-size: cover;
}
.hero-wrapper.services-index {
	background: url('../../img/services/bg-services-index.jpg') no-repeat center center;
	background-size: cover;
}
.hero-wrapper.support-index {
	background: url('../../img/services/bg-support-index.jpg') no-repeat center top;
	background-size: cover;
}
.hero-wrapper.low-code {
	background: url('../../img/products/bg-low-code.jpg') no-repeat center center;
	background-size: cover;
}
.hero-wrapper.mobile-dev {
	background: url('../../img/products/bg-mobile-app-development.jpg') no-repeat center center;
	background-size: cover;
}
.hero-wrapper.rad {
	background: url('../../img/products/bg-rad.jpg') no-repeat center center;
	background-size: cover;
}
.hero-wrapper.ibmi {
	background: url('../../img/products/bg-ibmi-solutions.jpg') no-repeat center center;
	background-size: cover;
}
.hero-wrapper.mdm {
	background: url('../../img/products/bg-master-data-management.jpg') no-repeat center top;
	background-size: cover;
}
.hero-wrapper.integration {
	background: url('../../img/products/bg-data-integration.jpg') no-repeat center top;
	background-size: cover;
}
.hero-wrapper.resources-index {
	background: url('../../img/resources/bg-resources-index.jpg') no-repeat center center;
	background-size: cover;
}

} /* end 768px */

@media (min-width: 992px) {
.hero-wrapper.partner {
	background: url('../../img/partners/partner-program-banner.jpg') no-repeat center 40%;
	background-size: cover;
}

} /* end 992px */

@media (min-width: 1200px) {
.hero-wrapper.about {
	background: url('../../img/about/bg-about-lansa-lg.jpg') no-repeat center center;
	background-size: cover;
}
.hero-wrapper.different {
	background: url('../../img/about/bg-how-we-are-different-lg.jpg') no-repeat center 55%;
	background-size: cover;
}
.hero-wrapper.do {
	background: url('../../img/about/bg-what-we-do-lg.jpg') no-repeat center 30%;
	background-size: cover;
}

.hero-wrapper.partner-index {
	background: url('../../img/partners/bg-partners-index-lg.jpg') no-repeat center top;
	background-size: cover;
}
.hero-wrapper.services-index {
	background: url('../../img/services/bg-services-index-lg.jpg') no-repeat center bottom;
	background-size: cover;
}
.hero-wrapper.support-index {
	background: url('../../img/services/bg-support-index-lg.jpg') no-repeat center 50%;
	background-size: cover;
}
.hero-wrapper.low-code {
	background: url('../../img/products/bg-low-code-lg.jpg') no-repeat center center;
	background-size: cover;
}
.hero-wrapper.mobile-dev {
	background: url('../../img/products/bg-mobile-app-development-lg.jpg') no-repeat bottom center;
	background-size: cover;
}
.hero-wrapper.rad {
	background: url('../../img/products/bg-rad-lg.jpg') no-repeat center center;
	background-size: cover;
}
.hero-wrapper.ibmi {
	background: url('../../img/products/bg-ibmi-solutions-lg.jpg') no-repeat center center;
	background-size: cover;
}
.hero-wrapper.mdm {
	background: url('../../img/products/bg-master-data-management-lg.jpg') no-repeat center 30%;
	background-size: cover;
}
.hero-wrapper.integration {
	background: url('../../img/products/bg-data-integration-lg.jpg') no-repeat center top;
	background-size: cover;
}
.hero-wrapper.resources-index {
	background: url('../../img/resources/bg-resources-index-lg.jpg') no-repeat center center;
	background-size: cover;
}

} /* end 1200px */

@media (min-width: 1980px) { 
.hero-wrapper.partner {
	background: url('../../img/partners/partner-program-banner-lg.jpg') no-repeat center center;
	background-size: cover;
}
.hero-wrapper.resources-index {
	background: url('../../img/resources/bg-resources-index-lg.jpg') no-repeat center bottom;
	background-size: cover;
}

} /* end 1980px */

/* --------------------->>> HEADER <<<---------------------*/
.header {
    height: auto;
    background: #fff;    
    clear: both;
    margin: 0;
    position: relative;
    top: auto;
	width: 100%;
    padding: 0;
    max-width: none;
	z-index: 100;
    box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.20);
}

@media (min-width: 768px) {
.header {
    z-index: 100;
    position:fixed;
    top: 0;
    left:0;
}

} /* end 768px */

@media (min-width: 992px) {
.header .container {
	padding:0 15px 0 15px;
}

} /* end 992px */

/* --------------------->>> SOCIAL MEDIA ICONS ON REGISTRATION CONFIRMATION PAGES <<<---------------------*/
.social-icon {
	display: inline-block;
	border-radius: 50px;
	padding:5px;
	color: #fff;
	line-height: 24px;
	font-size: 18px;
	margin-right: 2px;
}
.social-icon i,
.social-icon:hover i,
.social-icon:focus i {
	color: #fff;
	text-decoration:none;
}
.social-icon-facebook {
	background-color: #4b71b8;
	background: linear-gradient(to bottom, #4b71b8 0%,#293f7e 100%);
}
.social-icon-linkedin {
	background-color: #256fbb;
	background: linear-gradient(to bottom, #41b8d0 0%,#256fbb 100%);
}
.social-icon-twitter {
	background-color: #29aae1;
	background: linear-gradient(to bottom, #4bd0ef 0%,#29aae1 100%);
}
.social-icon-gplus {
	background-color: #c93d1d;
	background: linear-gradient(to bottom, #e16d35 0%,#c93d1d 100%);
}
.social-icon-youtube {
	background-color: #939598;
	background: linear-gradient(to bottom, #bcbec0 0%,#939598 100%);
}
.social-icon-rss {
	background-color: #e8621d;
	background: linear-gradient(to bottom, #f2a833 0%,#e8621d 100%);
}

/* --------------------->>> PAGE <<<---------------------*/
#page {
    margin-top: 0;
    padding: 20px 0 0 0;
    position: relative;
    background-color: #fff;
    clear: both;
}
#page-home-full {
    position: relative;
    margin: 0; /* 40px (secondary-menu) + 80px (primary-menu and logo) + 40px (standard margin)*/
    padding: 0;
    clear: both;
    background-color: #fff;
    height:100%;
}

#page-landing {
    padding: 20px 0 0 0;
}

@media (min-width: 768px) {
#page {
    margin: 0; /* 40px (secondary-menu) + 80px (primary-menu and logo) + 40px (standard margin)*/
    padding: 20px 0 0 0;
}
#page-home {
    margin: 0; /* 40px (secondary-menu) + 80px (primary-menu and logo) + 40px (standard margin)*/
}
html:lang(fr) #page {
	padding-bottom: 20px;
}

} /* end 768px */

/* ---------------------main-content---------------------*/
.main-content {
    clear: both;
    position: relative;
    z-index: 1;
    padding-bottom: 20px;
}
.main-content .primary-column {
  border-right: 1px solid #d5d5d5;
}

/* --------------------->>> LOGO 2017 <<<---------------------*/
.header-logo {
  height: 100%;
  width: 110px;
}

@media (min-width: 768px) {
.header-logo {
  width: 147px;
}

} /* end 768px */

@media (min-width: 992px) {
.header-logo {
  width: 157px;
}

} /* end 992px */

/* --------------------->>> strip <<<---------------------*/
.strip {
    margin: 1% 0;
    position: relative;
    z-index: 3;
    padding: .75% 0;
    background: #f7f7f7;
    box-shadow: inset 0  8px 8px -8px rgba(0, 0, 0, 0.05), inset 0 -8px 8px -8px rgba(0, 0, 0, 0.05);
}
.strip-alt {
	margin: 1% 0;
	position: relative;
	z-index: 3;
	padding: .75% 0;
	background: #ffffff;
}
.main-content .strip:last-child {
    margin-bottom: -20px;
}
.strip-standard {
    background: #f7f7f7;
}
.strip-last {
	margin-bottom: -20px;
	border-bottom: 1px solid #ffffff;
}
/* --------------------->>> VIRTICAL SPACING <<<---------------------*/
.content-sm {
	padding-top: 10px;
	padding-bottom: 10px;
}
.content-md {
	padding-top: 20px;
	padding-bottom: 20px;
}
.content-lg {
	padding-top: 40px;
	padding-bottom: 40px;
}
.content-xlg {
	padding-top: 70px;
	padding-bottom: 70px;
}

/* ---------------------------------->>> NAVBARS <<<------------------------------------*/
.navbar {
	margin-bottom: 0;
	border-radius: 0;
	background: #fff;
}
.navbar-collapse {
	max-height:none;
}
.dropdown-menu>li>a:hover, 
.dropdown-menu>li>a:focus {
	color:#222;
	background: #bfeba7;
}
.navbar-nav .open .dropdown-menu .dropdown-header,
.dropdown-header {
	display: block;
	padding-left: 15px;
	font-size: 110%;
	font-weight: 600;
	border-bottom: 1px #00b907 solid;
	color: #bfeba7;
}
.navbar-form {
	margin: 0;
	padding: 0;
	line-height: 40px;
}
.navbar-sub .navbar-toggle {
	margin: 10px 15px 0 0;
	padding: 5px;
	border: 1px #0075bf solid;
	color: #0075bf;
	background: #bce0fb;
	font-weight: 600;	
}
.navbar-form .form-group {
	text-align: center;
}
.navbar-form .form-control {
    height: auto;
    padding: 2px 4px;
}
.navbar-form .btn {
    border-radius: 4px;
    height: auto;
    padding: 2px 4px;
    margin: 0 auto;
}
.navbar-form .btn:hover i {
	color: #fff;
}
.navbar-sub {
	z-index:90;
	background: transparent;
	border: 0;
	margin-bottom: 1em;
}
.navbar-sub .container {
	background:#bce0fb;
    border: 1px #a9cfeb solid;
}
.navbar-sub .navbar-nav>li>a {
	color: #0075bf;
	font-weight: 600;
}
.navbar-sub .navbar-brand {
	color: #0075bf;
	text-decoration: none;
	font-size: 120%;
    line-height: 35px;
    font-weight: 600;
}
.navbar-sub .dropdown-menu>li>a{
	padding-top: 6px;
	padding-bottom: 6px;
}
.navbar-sub .nav>li>a:hover,
.navbar-sub .nav .open>a,
.navbar-sub .nav .open>a:hover,
.navbar-sub .nav .open>a:focus {
	background: #e3f3ff;
}

@media (min-width: 768px) {
.navbar-sub.affix {
	top: 84px;
	width:100%;
	background: #bce0fb;
	border-radius: 0;
}
.js-cookie-message-visible .navbar-sub.affix {
	top: 141px;
}
.navbar-sub.affix .container {
	border: 1px #bce0fb solid;
}
.affix + .breadcrumbbg, .affix + #page-home {
    padding-top:50px
}
.navbar-sub.affix + .main-content {
    padding-top:60px
}
.navbar-sub .container {
	border-radius: 4px;
}
.navbar-sub .navbar-nav>li>a {
	font-weight: normal;
	padding: 15px 9px!important;
}
.navbar-nav .open .dropdown-menu .dropdown-header,
.dropdown-header {
	color: #017cd2;
	padding: 3px 20px;	
}
.navbar-form .form-group {
	margin-left: 20px;
	margin-right: 20px;
}
.navbar-form .form-control {
    border-radius: 4px 0 0 4px;
    height: auto;
    padding: 2px 4px;
}
.navbar-form .btn {
    border-radius: 0 4px 4px 0;
    border-left: 0;
    margin-left: -2px;
    height: auto;
    padding: 2px 4px;
}
.navbar-form .btn i {
	font-size: 135%;
}
.navbar-form .btn span {
	display: none;
}
html:lang(fr) .navbar-nav>li>a {
    padding-left: 13px;
    padding-right: 13px;
}
/* Make Dropdown Toggle on Hover or no JS */
.dropdown:hover .dropdown-menu {
    display: block;
}

} /* end 768px */

@media (min-width: 992px) {
.navbar-nav .open .dropdown-menu .dropdown-header,
.dropdown-header {
	font-size: 140%;
}
.affix .navbar-brand {
	display: block;
	color: #fff;
}
.navbar-sub.affix .navbar-brand {
	display: block;
	color: #0075bf;
}
.navbar-sub .dropdown-menu>li>a{
	font-size: 130%;
}
.navbar-form .form-control,
.navbar-form .btn {
height: 34px;
padding: 6px;
}
html:lang(fr) .navbar-nav>li>a {
    padding-left: 15px;
    padding-right: 15px;
}

} /* end 992px */

/* ---------------------------------->>> NAVBARS 2017 <<<------------------------------------*/
.minimal .header {
	background-color: #fff;    
	box-shadow: none; /* remove bootstrap drop shadow */
	border-bottom: 1px #eee solid;
}
/* Make room for Google Translate */
.translated .header {
    top: 39px;
}
.goog-te-banner-frame {
	border-bottom: transparent!important;
	-moz-box-shadow: none!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	overflow: scroll;
}
.minimal .navbar-default {
	background: #fff;
	border-color: #fff;
}
.minimal .navbar-brand {
    padding: 10px 15px 8px 15px;
}
.minimal .navbar-nav>.open>a, 
.minimal .navbar-nav>.open>a:hover, 
.minimal .navbar-nav>.open>a:focus {
    background-color: #ffffff;
}
.minimal .dropdown-menu {
	font-size: 110%;
}
.minimal .dropdown-menu>li>a {
    padding-top: 6px;
    padding-bottom: 6px;
    color: #222;
}
.minimal .navbar-default .navbar-nav>.active>a {
	background: transparent;
	color: #0075bf;
}
.nav-search {
	background: #fff;
}
/*.minimal .navbar-nav>li>a {
	text-transform: uppercase;
	color: #fff;
}*/
.minimal .navbar-nav>li>a:hover,
.minimal .navbar-nav>.open>a,
.minimal .navbar-nav>.open>a:hover,
.minimal .navbar-nav>.open>a:focus {
	color: #0075bf;
}
/* fix issue in edge with bullet point displaying intermittently */
.minimal .translate-lang li,
.minimal .navbar-nav > li > .dropdown-menu,
.minimal .navbar-nav > li > .dropdown-menu .yamm-content .list-unstyled li  {
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.minimal .yamm-content a {
    padding: 6px 20px 6px 20px;
    line-height: 1.42857143;
    display: block;
}
.minimal .yamm-content a:hover,
.minimal .navbar-nav .open .dropdown-menu>li>a:hover {
    background: #bfeba7;
    color: #222;
}
.headersearch .btn {
	background-color: #0075bf;
	border-color: #0075bf;
	color: #fff!important;
	z-index: 2;
	height:46px;
}
.headersearch .form-control {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    box-shadow: none;
}
.minimal .open .dropdown-menu .dropdown-header,
.minimal .dropdown-header {
	color: #017cd2;
	padding: 3px 20px;
	margin-bottom: 10px	
}
.minimal .translate-lang {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	list-style-type: none;
	padding-left: 0;
	white-space:nowrap;
}
.minimal .translate-lang a {
	display: block;
	padding: 8px 0;
	text-decoration: none;
}
/*navbar white*/
.minimal .navbar-default {
	background: #fff;
	border-color: #fff;
    border-top: 2px #017cd2 solid;
}
.minimal .navbar-nav>li>a {
	text-transform: uppercase;
	color: #222;
}
.minimal .navbar-nav>li>a:hover,
.minimal .navbar-nav>.open>a,
.minimal .navbar-nav>.open>a:hover,
.minimal .navbar-nav>.open>a:focus {
	color: #0075bf;
} 

@media (min-width: 768px) {
.minimal .navbar-brand {
	/* padding: 20px 15px; remove Jan 2019 for new logo */
	/*position: absolute; remove Sep 2018*/ 
	height: 80px;
}
.minimal .navbar-sub .navbar-brand {
	padding: 15px;
	position: relative;
	height: auto;
	line-height: 20px;
}
.minimal .navbar-default .navbar-nav>.active>a {
	background: transparent;
	color: #0075bf;
}
.minimal .navbar-nav>li>a {
    padding: 30px 8px;
	font-size: 85%;
	font-weight: 600;
}
html:lang(fr) .minimal .navbar-nav>li>a {
    padding: 30px 6px;
}
/* Reduce font size when translated by Google Translate */
.translated .navbar-nav>li>a {
    padding: 30px 5px;
}
.minimal .navbar-nav>li>.dropdown-menu {
    border: 0;
    margin-top: -2px;
}
.nav-search {
	background: #f7f7f7;
}
.minimal .translate-lang {
	-webkit-column-count: 8;
	-moz-column-count: 8;
	column-count: 8;
	font-size: 90%;
}
.minimal .translate-lang a {
	padding: 2px 0;
}

.minimal .header .icon-cancel:before,
.minimal .header .icon-globe-1:before,
.minimal .header .icon-search:before {
	font-size: 130%;
}

} /* End 768px */

@media (min-width: 992px) {
.minimal .dropdown-menu>li>a, 
.navbar-lower .yamm-content a {
    font-size: 130%;
    color: #333;
}
.minimal .dropdown-menu>li>a,
.minimal .yamm-content a {
    font-size: 100%;
    color: #333;
}
.minimal .dropdown-menu {
	font-size: 100%;
}
.minimal .navbar-nav>li>a {
    padding: 30px 15px;

}
html:lang(fr) .minimal .navbar-nav>li>a {
    padding: 30px 15px;
}

.minimal .navbar-sub li a {
    padding: 15px;
}

} /* End 992px */



/* ---------------------------------->>> YAMM <<<------------------------------------*/
/* Yamm!3 - Yet another megamenu for Bootstrap 3 - http://geedmo.github.com/yamm3 */
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}
.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
  left: auto;
}
.yamm .yamm-content {
  padding: 5px 0px;
}
.yamm .yamm-content .row {
	margin-right: 0;
	margin-left: 0;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}

/* --------------------->>> BREADCRUMB <<<---------------------*/
.breadcrumb {
    padding: 5px 0;
    font-size: 90%;
	margin: 0;    
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}
.breadcrumb li a {
	color: #999;
	text-decoration:none;
}
.breadcrumb li a:hover {
	color: #00b907;
}
.breadcrumb>li+li:before {
    content: "\e826";
    font-family:fontello;
}
.breadcrumbbg {
	background: #f5f5f5;
}
/* --------------------->>> SHORT HEADLINE <<<---------------------*/
.short_headline {
	margin: .5em 0 1em 0;
    line-height: 1.4;
    clear: both;
	font-size: 130%;
    padding-bottom: 5px;
    position: relative;
    font-weight: 300;
}
.main-content .short_headline {
    font-weight: 400;
}
.short_headline span {
    border-bottom: 3px solid #00b907;
    padding-bottom: 0;
}
.short_headline.block span {
	display:block;
}
p + .short_headline,
table + .short_headline,
blockquote + .short_headline,
ul + .short_headline,
ol + .short_headline,
dl + .short_headline,
form + .short_headline,
h1 + .short_headline,
h2 + .short_headline,
h3 + .short_headline,
h4 + .short_headline,
h5 + .short_headline,
h6 + .short_headline,
.row + .short_headline {
    margin-top: 30px!important
}
.short_headline + h1 {
    margin-top: 3%!important
}
.short_headline.margin-top {
    margin: 2em 0 1em 0
}
.widget .short_headline {
    font-size: 120%;
    margin-bottom: 1em;
    margin-top: 0;
    padding-bottom: 8px;
    line-height: 1.6;
}
.widget .short_headline span {
    border-width: 2px;
    padding-bottom: 3px;
}

@media (min-width: 768px) {
.short_headline {
    margin: 10px 0 30px 0;
    font-size: 180%;
}
.short_headline span {
    padding-bottom:5px;
}

} /* end 768px */

/* --------------------->>> page header <<<---------------------*/
#page .page-header,
.page-header {
    margin: 0 auto 20px auto;
    padding: 0 15px 0 15px;
    clear: both;
    z-index: 1;
    position: relative;
    border: none;
}
.page-header {
    margin: 20px auto 20px auto;
}
#page .page-header h1 small,
.page-header h1 small {
    font-size: 65%;
    position: relative;
    padding: 0 0 0 18px;
    margin: 0 0 0 10px;
    border-left: 1px solid #777;
    top: -5px;
    color: #777;
}
#page .page-header h1,
.page-header h1 {
    margin: 0 auto;
    font-weight: 400;
    font-size: 150%;
    line-height: 1;
}
.page-header-overlay {
	position:absolute;
	z-index:90;
	width:100%;
	margin-top: 20px;
}

@media (min-width: 768px) {
.page-header {
	margin: 20px auto 40px auto;
	padding: 0 15px 0 15px;
	clear: both;
	max-width: 1170px;
	z-index: 1;
	position: relative;
	border: none;
	max-width: 750px;
}
#page .page-header h1,
.page-header h1 {
	margin: 0 auto;
	font-weight: 400;
	font-size: 210%;
	line-height: 1;
}

} /* end 768px */

@media (min-width: 992px) {
.page-header {
	max-width: 970px;
}

} /* end 992px */

@media (min-width: 1200px) {
.page-header {
	max-width: 1170px;
}

} /* end 1200px */

/* --------------------->>> well <<<---------------------*/
.well {
    padding: 4% 5%;
    border: none;
    border-radius: 2px;
    box-shadow: none;
	border: 1px #eee solid;
    background: #f7f7f7;
}
.strip .well {
    background: #fff;
}
.well h2 {
    margin-top: 0;
}
.well img.alignleft, 
.well img.alignright {
    width: auto;
    max-width: 100%;
}

@media (min-width: 768px) {
.well img.alignleft,
.well img.alignright {
    margin-top: 2%
}

} /* end 768px */


/* --------------------->>> one line call to action <<<---------------------*/
.call-to-action {
    text-align: center;
    margin: 50px 0;
}
.call-to-action h2 {
    display: inline;
    margin: 0;
    padding: 0 30px 0 0;
}
/* -------------------------------->>> COLUMNS <<<---------------------*/

/* --------------------- equal heights ---------------------*/
.equal .content {
	*zoom: 1;
	background: #f7f7f7;
	border-radius: 5px;
	margin-bottom: 10px;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.07);
}
.equal .content:before,
.equal .content:after {
	display: table;
	content: "";
	line-height: 0;
}
.equal .content:after {
	clear: both;
}
.equal [class*="col-md"] [class*="col-md"] {
	background: transparent;
	border-radius: 0;
	box-shadow: none;
}
.equal.equal-style .content p:last-child {
	margin-bottom: 0;
}
.content-image {
	text-align:center;
	border-radius: 5px 5px 0 0;
}
.content-body {
	padding: 5px 15px;
}
.content-link {
	margin-top: 1em;
}
.equal.border-style [class*="col-"] feature-bg {
	padding: 0 10px 10px 10px;
	margin-bottom: 20px;
	box-sizing: border-box;
	border-radius: 3px;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .07);
}

@media (min-width: 768px) {
div.equal.equal-style > :last-child {
	padding-right: 0;
}
div.equal.equal-style > :first-child {
	padding-left: 0;
}

} /* end 768px */

/*--------------------------- widgets in sidebar ---------------------- */
.widget {
    margin: 0 0 30px 0;
    clear: both;
}
.widget ul, .widget form {
    margin: 0
}
.widget p {
    font-size: 90%
}
.widget p:last-child {
    margin: 0
}
.widget img.alignleft {
    margin: 5px 10px 0 0
}
.widget img.alignright {
    margin: 5px 0 0 10px
}
.widget img.aligncenter {
    margin: 0 0 10px 0;
    display: block;
    float: none;
    width: 100%;
}

/* --------------------->>> SIDEBAR MENU <<<---------------------*/
.sidebar-nav {
    margin: 1.5em 0 2em 0.2em;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.sidebar-nav ul {
	margin: 0;
	padding-left: 15px;
	list-style: none;
}
.sidebar-nav ul li {
    position: relative;
    border-top: 1px solid #ecedee;
}

.sidebar-nav>ul>li:first-child {
    border-top: 0px solid #ddd;
    font-size: 120%;
    font-weight: 600;
    padding: 10px 0;
}
.sidebar-nav a:before {
	content: '\003E';
	font-family: fontello;
	float: left;
	width: 15px;
	color: #373f4a;
}
.sidebar-nav a {
    padding: 15px 0 15px 0;
    display: block;
    color: #373f4a;
    text-decoration: none;
	box-decoration-break: clone;
	line-height: 1.2;
}
.sidebar-nav a:hover {
	color: #017cd2;
}
.sidebar-subnav-head {
	margin: 12px 0 8px 10px;
	font-weight: 600;
	display: block;
}
.sidebar-nav ul ul {
	margin-left: 20px;
}
.sidebar-nav li.active a {
	font-weight: 600;
}

@media (min-width: 768px) {
.sidebar-nav {
    margin: 0 0 2em 0.2em;
    border-top: 0;
    border-bottom: 1px solid #ddd;
}
.sidebar-nav li span {
	white-space: nowrap;
	padding-left: 15px;
	display:block;
}

} /* end 768px */


/*--------------------------- widget with sponsors ---------------------- */
.widget .sponsors {
    margin: 0;
    padding: 0;
}
.widget .sponsors li {
    margin: 0 3% 3% 0;
    padding: 0;
    list-style: none;
    float: left;
}
.col-md-3 .widget .sponsors li {
    width: 47%
}
.col-md-4 .widget .sponsors li {
    width: 100px;
    height: 100px;
}

/*--------------------------- .social icons wrapper ---------------------- */
.social {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}
.social li {
    display: inline-block;
    padding: 0 1px;
    *display: inline;
    *zoom: 1;
}

/* --------------------->>> FOOTER <<<---------------------*/
.footer {
    clear: both;
    position: relative;
    padding: 30px 0 70px 0;
    z-index: 1;
    background-color: #0075bf;
	color: #fff;
    color: rgba(255, 255, 255, 0.70);
}
.footer-left {
	text-align: center;
}
.footer-right {
	text-align: center;
}
.legal {
    padding: 10px 0;
    margin: 0 0 0 -10px;
    line-height: 2;
}
.legal li {
    margin: 0;
    padding: 0;
}
.legal li:after {
	content: "|";
}
.legal li:last-child:after {
    border: none;
    content: "";
}
.footer a,
.footer .copy {
    text-decoration: none;
    padding: 10px 5px;
	color: #fff;
    color: rgba(255, 255, 255, 0.70);
}
.footer a:hover {
    text-decoration: underline;
}
footer .social {
	font-size: 90%;
	margin-bottom: 0;
	margin-top: 20px;
}
footer .social-icon {
	color: #fff;
    background-color: rgba(255, 255, 255, 0.20);
	width: auto;
	height: auto;
	padding: 8px;
	line-height: 24px;
	border-radius: 50%;
}

@media (min-width: 768px) {
.footer {
    font-size: 90%;
}
.legal {
    padding: 5px 0;
}
.footer .social li {
    padding: 0 2px 0 0;
}

} /* end 768px */

@media (min-width: 992px) {
.footer {
    padding: 30px 0 30px 0;
}
html:lang(fr) .footer {
	font-size: 80%;
}
.footer-left {
	text-align: left;
}
.footer-right {
	text-align: center;
}
footer .social {
	margin-top: 0;
}

} /* end 992px */

@media (min-width: 1980px) {
html:lang(fr) .footer {
	font-size: 75%;
}
} /* end 1980px */

/* --------------------->>> FOOTER 2017 <<<---------------------*/
.select-language {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #0075bf;
    border: 0;
    color: #fff;
	color: rgba(255, 255, 255, 0.70);
    cursor: pointer;
    outline: 0;
    padding: 0;
    vertical-align: middle;
}
.select-language::-ms-expand {
    display: none;
}
.footer-nav {
	background: #f7f7f7;
}
.footer-nav ul {
	margin-left: 0;
}
.footer-nav .links a {
    padding: 8px 0px;
	/*font-size: 125%;*/
	text-decoration: none;
	display:block;
}
.footer-nav p {
	font-weight: 600;
	margin-bottom: 5px;
	font-size: 110%;
}
.footer-nav p a {
	text-decoration: none;
}
.footer-nav .links span {
	float: right;
}
.footer-nav .links span {
    float: right;
    position: absolute;
    right: 5px;
}

@media (min-width: 992px) {
.footer-nav .links a {
    padding: 3px 0px;
	font-size: 85%;
}
.footer-nav p {
	font-size: 90%;
}

} /* end 992px */

/* ----------------------- rotating testimonials used in widgets and on home page */
.rotating-testimonials .tabs {
    clear: both;
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0;
    text-align: center;
}
.rotating-testimonials .tabs li {
    background: #444444;
    border: none;
    display: inline-block;
    *display: inline;
    height: 8px;
    width: 8px;
    margin: 15px 5px 0;
    zoom: 1;
    border-radius: 4px;
    float: none;
}
.rotating-testimonials .tabs li.active, 
.rotating-testimonials .tabs li:hover {
    background: #999999;
    padding: 0;
}
.rotating-testimonials .tabs li a {
    display: block;
    height: 20px;
    padding: 0;
    text-indent: 9999px;
    overflow: hidden;
}
.rotating-testimonials .panels {
    width: 100%
}
.rotating-testimonials .panels blockquote {
    margin-bottom: 0;
    background-color: transparent;
    border: 0;
}
.rotating-testimonials .panels blockquote.home {
    min-height: 210px;
}
.sidebar .rotating-testimonials .panels blockquote {
    font-size: 100%;
    padding: 0;
    margin-bottom: 0;
    background-image: none!important;
	font-style: italic;
	padding: 0.25em 5px 0 30px;
	line-height: 1.45;
	position: relative;
	color: #383838;
	min-height: 100px;
}
.sidebar .rotating-testimonials .panels blockquote:before {
	display: block;
	content: "\201C";
	font-size: 70px;
	position: absolute;
	left: -5px;
	top: -20px;
	color: #7a7a7a;
}
.sidebar .rotating-testimonials .panels blockquote.fr:before {
	display: block;
	content: "\00AB";
	font-size: 40px;
	position: absolute;
	left: -5px;
	top: -15px;
	color: #7a7a7a;
}
.sidebar .rotating-testimonials .panels blockquote.fr p:after{
	display: block;
    content: "\00BB";
    font-size: 40px;
    line-height: 40px;
    position: relative;
    color: #7a7a7a;
    top: -10px;
    float: right;
    margin-right: -30px;
}
.sidebar .rotating-testimonials .tabs {
    text-align: right;
    margin-bottom: 0;
}
.sidebar .btn {
	white-space: normal;
}

@media (min-width: 1200px) {
.rotating-testimonials .panels blockquote.home {
    min-height: 220px;
}

} /* end 1200px */

/* --------------------->>> TESTIMONIALS HOME PAGE 2017 <<<---------------------*/
.testimonials-home-wrapper {
	margin-bottom: 50px;
}
.testimonials-home-bgb {
	background: #1f3e6d;
	border-top: 8px #00b907 solid;
}
.testimonials-home-bgg {
	background: #7d7f7c;
	border-top: 8px #00b907 solid;
}
.testimonials-img {
	margin: 0 auto;
	display: block;
}
#testimonials-home .carousel-control {
	width: 15%;
	text-shadow: none;
	margin: 0 5px;
}
#testimonials-home .carousel-control .glyphicon-chevron-left, 
#testimonials-home .carousel-control .glyphicon-chevron-right {
	margin-top: -40px;
}
#testimonials-home .carousel-indicators {
	bottom: -60px;
}
#testimonials-home .glyphicon-chevron-right:before, 
#testimonials-home .glyphicon-chevron-left:before {
	color: #ffffff;
}
#testimonials-home .item {
	padding-top: 50px;
	text-decoration: none;
}
#testimonials-home img.img-circle {
	margin-top: 20px;
}
blockquote.home {
	font-size: 120%;
	font-style: italic;
	padding-left: 28px;
	margin-left: 0;
}
blockquote.home p {
	line-height: 1.5;
	margin-right: 0;
	font-size: 110%;
}
#testimonials-home blockquote.home p {
	line-height: 1.5;
	margin-right: 0;
	font-size: 110%;
	color: #fff;
}
blockquote.home p:after {
	content: "";
	top: 5px;
}
blockquote.home p span {
	display: inline-block;
}
blockquote.home:before, 
blockquote.home p span:after {
	color: #00b907;
	content: "";
	background: url('../../img/layout/green-quotes.png') no-repeat;
	background-size: contain;
	width: 25px;
	height: 15px;
	display: inline-block;
}
blockquote.home:before {
	top: 15px;
}
blockquote.home p span:after {
	top: 5px;
	position: relative;
	margin-left: 2px;
}
blockquote.home footer {
	margin-top: 40px;
	margin-bottom: 40px;
	color: #666;
}
#testimonials-home blockquote.home footer {
	margin-top: 40px;
	margin-bottom: 40px;
	color: #ffffff;
}

blockquote.home footer img {
	margin-right: 0;
}
blockquote.home footer .quotee-border {
	border-left: #00b907 1px solid;
}
.gradient-lights {  
  width: 100%;
  height: 100%;
  background-image: 
   radial-gradient(7em circle at 80% 7%, rgba(255, 255, 255, 0.1), transparent),
   radial-gradient(6em circle at 90% 30%, rgba(255, 255, 255, 0.1), transparent),
   radial-gradient(7em circle at 92% 70%, rgba(255, 255, 255, 0.1), transparent),
   radial-gradient(5em circle at 76% 50%, rgba(255, 255, 255, 0.1), transparent),
   radial-gradient(4em circle at 82% 90%, rgba(255, 255, 255, 0.1), transparent),
   radial-gradient(7em circle at 7% 10%, rgba(255, 255, 255, 0.1), transparent),
   radial-gradient(6em circle at 25% 30%, rgba(255, 255, 255, 0.1), transparent),
   radial-gradient(7em circle at 20% 70%, rgba(255, 255, 255, 0.1), transparent),
   radial-gradient(6em circle at 2% 60%, rgba(255, 255, 255, 0.1), transparent),
   radial-gradient(4em circle at 9% 90%, rgba(255, 255, 255, 0.1), transparent);
}

@media (min-width: 768px) {
.testimonials-img {
	margin: 0;
	margin-left: -50px;
	bottom: 0;
	align-self: flex-end;
	-webkit-align-self: flex-end;
}
blockquote.home {
	padding-left: 50px;
}
#testimonials-home blockquote.home {
	padding-left: 50px;
	margin-left: 0;
	width: 100%; /* Fix for IE10 */
}
#testimonials-home blockquote.home p {
	font-size: 130%;
}
html:lang(fr) #testimonials-home blockquote.home p {
	min-height: 150px;
}
blockquote.home:before {
	top: 20px;
	left: 20px;
}
blockquote.home p span:after {
	top: 5px;
}

}/* end 768px */

@media (min-width: 1200px) {
blockquote.home:before, 
blockquote.home p span:after {
	width: 35px;
	height: 23px;
}
blockquote.home:before {
	top: 20px;
	left: 10px;
}
html:lang(fr) #testimonials-home blockquote.home p {
	min-height: 148px;
}
.gradient-lights {  
  width: 100%;
  height: 100%;
  background-image: 
   radial-gradient(7em circle at 90% 7%, rgba(255, 255, 255, 0.1), transparent),
   radial-gradient(6em circle at 90% 20%, rgba(255, 255, 255, 0.1), transparent),
   radial-gradient(7em circle at 82% 70%, rgba(255, 255, 255, 0.1), transparent),
   radial-gradient(5em circle at 96% 50%, rgba(255, 255, 255, 0.1), transparent),
   radial-gradient(4em circle at 92% 90%, rgba(255, 255, 255, 0.1), transparent),
   radial-gradient(7em circle at 7% 10%, rgba(255, 255, 255, 0.1), transparent),
   radial-gradient(6em circle at 7% 20%, rgba(255, 255, 255, 0.1), transparent),
   radial-gradient(7em circle at 20% 70%, rgba(255, 255, 255, 0.1), transparent),
   radial-gradient(5em circle at 2% 60%, rgba(255, 255, 255, 0.1), transparent),
   radial-gradient(4em circle at 9% 90%, rgba(255, 255, 255, 0.1), transparent);
}

}/* end 1200px */

@media (min-width: 1680px) {
blockquote.home:before, 
blockquote.home p span:after {
	width: 45px;
	height: 29px;
}
blockquote.home:before {
	top: 20px;
	left: 0;
}
blockquote.home p span:after {
	top: 10px;
}
html:lang(fr) #testimonials-home blockquote.home p {
	min-height: 168px;
}
.gradient-lights {  
  width: 100%;
  height: 100%;
  background-image: 
   radial-gradient(9em circle at 90% 7%, rgba(255, 255, 255, 0.1), transparent),
   radial-gradient(8em circle at 90% 20%, rgba(255, 255, 255, 0.1), transparent),
   radial-gradient(9em circle at 82% 70%, rgba(255, 255, 255, 0.1), transparent),
   radial-gradient(7em circle at 96% 50%, rgba(255, 255, 255, 0.1), transparent),
   radial-gradient(6em circle at 92% 90%, rgba(255, 255, 255, 0.1), transparent),
   radial-gradient(9em circle at 7% 10%, rgba(255, 255, 255, 0.1), transparent),
   radial-gradient(8em circle at 7% 20%, rgba(255, 255, 255, 0.1), transparent),
   radial-gradient(9em circle at 20% 70%, rgba(255, 255, 255, 0.1), transparent),
   radial-gradient(7em circle at 2% 60%, rgba(255, 255, 255, 0.1), transparent),
   radial-gradient(6em circle at 9% 90%, rgba(255, 255, 255, 0.1), transparent);
}

}/* end 1680px */

/* ----------------------- isotope/masonry base ---------------------------*/
.tiles.grid a {
	color: #222;
	padding: 10px;
	text-decoration: none;
}

/*--------------------------- portfolio summary grid (uses isotope masonry base styles in style.css) ---------------------- */
.masonry .item-inner  {
	margin: 10px;
    padding: 10px 10px 0 10px;
	border: 1px #eee solid;
	background:#fff;
}
.one_col .grid-item  {
	margin-bottom: 20px;
    padding: 10px 10px 0 10px;
	border: 1px #eee solid;
	background:#fff;
}
.masonry .grid-item h4 {
    padding: 0 0 5px 0;
    margin: 10px 0 0 0;
}
.masonry .grid-item a {
    text-decoration: none;
    color: #0068a9;
}
.masonry .grid-item a:hover {
    text-decoration: underline;
    color: #00b907;
}
.masonry .grid-item {
    font-size: 90%
}
.masonry .grid-item .categories {
    font-size: 1.3rem;
    width: auto;
    text-align: left;
    margin-top: 5px;
    padding: 5px 0 0 0;
    border-top: 1px #d5d5d5 dashed;
}
.masonry .grid-item .categories a {
    text-decoration: none;
    display: inline;
}
.masonry .grid-item .entry-summary .content {
	padding: 20px 10px 0 10px;
}
.masonry .media-heading {
	margin-top: 0;
}
.masonry .media img {
	max-width: 220px;
}

@media (min-width: 768px) {
.masonry.one_col .grid-item {
    width: 100%;
}
.masonry.four_col .grid-item {
    width: 25%
}
.masonry.three_col .grid-item {
    width: 33.333333333%
}
.masonry.two_col .grid-item {
    width: 50%
}

} /* end 768px */


/* ----------------------- filter for isotope ---------------------------*/
.filter-box {
    position: relative
}
#filter, 
.filter-type {
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #555;    
    line-height: 1.4285;
    height: 34px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 6px 12px;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    border-radius: 4px;
    background-image: none;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;   
}
.filter-type:after {
	font-family:fontello;
	content: '\e80a';
	float:right;
}
.filter-status {
    font-size: 14px;
    font-weight: normal;
    color: #555;    
    line-height: 1.4285;
    height: 34px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 6px 12px;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    border-radius: 4px;
    background-image: none;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;   
}
.clear-filter {
	font-size: 180%;
	line-height: 1;
	text-decoration: none;
	color: #999999!important;
}
#filter:focus, .filter-status:focus, filter-type:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.6);
}
#filter i {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
}

#filter.active i:before {
    content: "\e800"
}
.sort {
    position: absolute;
    top: 40px;
    background: #fff;
    width: 100%;
    display: none;
    z-index: 20;
    margin: 0;
    padding: 0;
    left: 0;
    border: 1px solid #ccc;
    border-top: 0;
}
.sort button {
    list-style: none;
    float: none;
    padding: 0;
    border: none;
    background: transparent;
    width: 100%;
    text-align:left;
}
.sort button {
    display: block;
    text-decoration: none;
    padding: 2px 8px;
    float: none;
    line-height: 30px;
    border: 0;
    position: relative;
}
.sort button:after {
    content: "";
    padding-left: 0;
    color: #777;
}
.sort button:hover, .sort button.is-checked {
    color: #222;
}

@media (min-width: 768px) {
#filter {
    display: none
}
.filter-box {
    width: 100%
}
.sort {
    float: left;
    display:block;
    position: relative;
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0 0 10px 0;
    background: none;
    top: auto;
    width: auto;
    left: -15px;
    border: none;
}
.sort .button {
	display: inline-block;
	padding: 0.5em 0.1em;
	margin-bottom: 10px;
	margin: 5px 20px -4px 10px;
	border: none;
	border-radius: 0;
	border-bottom: 4px transparent solid;
	color: #222;
	background-color: #fff;
	font-size: 16px;
	cursor: pointer;
	width: auto;
}
.sort .button:first-child {
	margin-left: 15px;
}
.sort .button:hover,
.sort .button:active,
.sort .button.is-checked {
	border-bottom: 4px #87c86a solid!important;
}
.sort:after {
	content: '';
	display: block;
	clear: both;
}
.sort button:focus {
	outline:0;
}

} /* end 768px */

/* --------------------->>> ISOTOPE INDEX 2017 <<<---------------------*/
.cs-item,
.prod-item { 
	width: 100%;
	-webkit-transform:translate3d(0,0,0);
	-ms-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0);
}
.cs-item:hover,
.prod-item:hover {
	text-decoration: none;
}
.cs-item-inner,
.prod-item-inner {
	background: #fff;
	padding: 30px 30px;
    vertical-align: middle;
    text-align:center;
    width: 100%;
    border-radius: 2px;
	border: 1px #eee solid;
}
.prod-item-inner {
	text-align:left;
}
.cs-item-title h3 {
	font-weight: 400;
	font-size: 120%;
	margin: 0;
	text-decoration: none;
}
.cs-item-title {
	padding-top: 20px;
	text-align: left;
}
.cs-item-image {
	text-align: center;
	min-height: 80px;
}
.cs-item-description {
	padding: 10px 20px;
	font-size: 80%;
	line-height: 1.2;
}
.prod-item-description {
	padding: 0;
	font-size: 90%;
	line-height: 1.4;
}
.cs-video {
	position:absolute;
	top:10px;
	right:10px;
	color: #999;
	font-size: 30px;
}
@media (min-width: 768px) {
.cs-item,
.prod-item { 
	width: 33.33333333%;
}
.cs-item-inner,
.prod-item-inner {
	box-shadow: 6px 6px 5px 0px rgba(238,238,238,1);
    -webkit-transform: scale(1); 
    -ms-transform: scale(1); 
    transform: scale(1);    
    transition: all 200ms ease-in;
}
.cs-item-inner:hover,
.prod-item-inner:hover {
    z-index: 2;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);   
    transform: scale(1.1);
    transition: all 200ms ease-in;
}
.cs-item-title h3 {
	font-size: 160%;
}
.cs-item-image,
.prod-item-image {
	min-height: 85px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.prod-item-description {
	min-height: 130px;
}
html:lang(fr) .prod-item-description {
	min-height: 176px;
}
.cs-item-title {
	font-size: 60%;
	min-height: 120px;
}

} /* end 768px */

@media (min-width: 992px) {
.prod-item-image {
	min-height: 120px;
}
.prod-item-description {
	min-height: 105px;
}
html:lang(fr) .prod-item-description {
	min-height: 140px;
}

} /* end 992px */

@media (min-width: 1980px) { 
.prod-item-description {
	min-height: 138px;
}
html:lang(fr) .prod-item-description {
	min-height: 176px;
}

} /* end 1980px */

/* --------------------->>> Case Studies Filter Accordion <<<---------------------*/
.cs-filters-accordion .mobile-heading {
	display:block;
}
.cs-filters-accordion .panel {
	background: transparent;
}
.cs-filters-accordion .panel-title>a {
	display:block;
	padding: 5px 0;
}
.cs-filters-accordion .panel-title>a:hover {
	text-decoration:none;
	color: #222;
}
.cs-filters-accordion  .panel-title i {
    position: absolute;
    right: 20px;
}
.cs-filters-accordion .active .panel-title>a>i:before {
    content: "\e80a";
    font-family: 'fontello';
}
.cs-filters-accordion .panel-group .panel {
	box-shadow: none;
	border-bottom: 0;
    border-radius: 0;
	border-bottom: 1px #ddd solid;
}
.cs-filters-accordion .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top: 0;
}
.cs-filters-accordion .panel-body {
	padding: 0;
}
.cs-filters-accordion .panel-default>.panel-heading {
	background: transparent;
}
.cs-filters-accordion .panel-heading {
	display:none;
}
.cs-filters-accordion .filter-type  {
	overflow: hidden;
}
.cs-filters-accordion a[aria-expanded=true] .icon-up-open-big:before {
    content: "\e80a";
    font-family: 'fontello';
}
.cs-filters-accordion .button-group {
	width: 100%;
}

@media (min-width: 768px) {
.cs-filters-accordion .mobile-heading {
	display:none;
}
.cs-filters-accordion .panel-group .panel {
	border-bottom: 1px #ddd solid;
	border-radius: 0;
}
.cs-filters-accordion .panel-heading {
	display:block;
}
.cs-filters-accordion .panel-body {
	padding: 15px 0;
}

} /* end 768px */

/* --------------------->>> Case Studies Filter Drop-down for Mobile <<<---------------------*/
.cs-filters {
    position: absolute;
    top: 40px;
    background: #fff;
    width: 100%;
    z-index: 20;
    margin: 0;
    padding: 0;
    left: 0;
    border: 1px solid #ccc;
    border-top: 0;
	display: none;
}
.cs-filters button {
    border: none;
    background: transparent;
    width: 100%;
    text-align:left;
    display: block;
    text-decoration: none;
    padding: 2px 8px;
    line-height: 30px;
    border: 0;
    position: relative;
}
.cs-filters button:hover, 
.cs-filters button.is-checked {
    color: #222;
    background: #bfeba7;
}
.cs-filters-heading {
	padding: 5px 0;
}
.cs-filters-controls label,
.cs-filters-controls a {
	font-size: 90%;
	cursor:pointer;
	font-weight: normal;
	text-decoration: none;
	display: block;
}
.js-button-reset {
	padding: 4px 0;
	float:right;
}
html:lang(fr) .js-button-reset {
	float:none
}
@media (min-width: 768px) {
.cs-filters {
    float: left;
    display:block;
    position: relative;
    list-style: none;
    padding: 0 0 10px 0;
    background: none;
    top: auto;
    width: auto;
    border: none;
}
.cs-filters button {
	padding: 8px 0;
	margin: 0;
	border-radius: 0;
	color: #222;
	font-size: 80%;
	line-height: 1.3;
	cursor: pointer;
}
.cs-filters:after {
	content: '';
	display: block;
	clear: both;
}
.cs-filters:focus {
	outline:0;
}
.filter-type {
    display: none
}
html:lang(fr) .cs-filters-heading {
	font-size: 140%;
}
} /* End 768px */

@media (min-width: 992px) {
.js-button-reset {
	padding: 0;
}

} /* end 992px */

/* --------------------->>> PRODUCT CATEGORY PAGES 2017 <<<---------------------*/
a.prod-wide {
	line-height: 1.2;
	color: #222;
}
a.prod-wide:hover {
	color: #00b907;
}
/* --------------------->>> VL PRODUCT PAGE ICON LIST <<<---------------------*/
ul.prod-features {
	list-style-type: none;
	padding: 0;
	color: #58595b;
}
.prod-features li {
	padding-left: 70px;
	padding-top: 12px;
	background-repeat: no-repeat;
	background-position: left 8px;
	min-height: 80px;
}
.prod-features li strong {
	color: #00bb07;
	display:block;
	text-transform: uppercase;
	font-size: 110%;
}
.prod-features li:before {
	background: #d1d2d4;
	border-radius: 50%;
	color: #ffffff;
	float: left;
	font-family: fontello;
	font-size: 25px;
	height: 40px;
	line-height: 40px;
	margin-left: -60px;
	text-align: center;
	width: 40px;
}
.prod-features li.faster {
	background: url('../../img/products/visual-lansa-faster-development.jpg') no-repeat left 20px;
}
.prod-features li.transformation {
	background: url('../../img/products/visual-lansa-digital-transformation.jpg') no-repeat left 20px;
}
.prod-features li.mobile {
	background: url('../../img/products/visual-lansa-going-mobile.jpg') no-repeat left 20px;
}
.prod-features li.cloud{
	background: url('../../img/products/visual-lansa-cloud-computing.jpg') no-repeat left 20px;
}
.prod-features li.skills {
	background: url('../../img/products/visual-lansa-skills-management.jpg') no-repeat left 20px;
}


/* --------------------->>> WHY LANSA 2017 <<<---------------------*/
.module:last-child {
	margin-bottom: 0;
}
.module-inner {
	padding: 15vh 0;
}
.module-inner-overlay {
	background: rgba(0,0,0,0.7);
	margin-bottom: 0;
	padding: 15vh 0;
	color: #fff;
}
.module h1 {
	font-size: 200%;
	font-weight: 400;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	color: #fff;
}
.module h2 {
	margin-bottom: 40px;
	font-size: 200%;
}
.module p {
	margin-bottom: 40px;
}
.module p.point {
	font-weight: 300;
    line-height: 1.2;
}
.module p:last-child {
	margin-bottom: 0;
}
.module.parallax {
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: cover;
  	background-position: center center;
}
.module.parallax-enabling-developers {
	background-image: url("../../img/about/bg-enabling-developers-sm.jpg");
	background-position: 80% center;
}
.module.parallax-embracing-technology {
	background-image: url("../../img/about/bg-embracing-technology-sm.jpg");
	background-position: 70% center;
}
.module.parallax-without-constraints {
	background-image: url("../../img/about/bg-without-constraints-sm.jpg");
}
.module.parallax-closer-look {
	background-image: url("../../img/about/bg-take-a-closer-look-sm.jpg");
}
.module.parallax-by-numbers {
	background: #f2f2f2 url("../../img/about/bg-lansa-numbers.png") repeat;
	background-size: auto;
}

@media all and (min-width: 768px) {
.module h2 {
	font-size: 240%;
}
.module.parallax-enabling-developers {
	background-image: url("../../img/about/bg-enabling-developers.jpg");
	background-position: center center;
}
.module.parallax-embracing-technology {
	background-image: url("../../img/about/bg-embracing-technology.jpg");
}
.module.parallax-without-constraints {
	background-image: url("../../img/about/bg-without-constraints.jpg");
}
.module.parallax-closer-look {
	background-image: url("../../img/about/bg-take-a-closer-look.jpg");
}

} /* end 768px */

@media all and (min-width: 992px) {
.module.parallax h1 {
	font-size: 350%;
}
.module.parallax {
	background-attachment: fixed;
}

} /* end 992px */

@media (min-width: 1200px) {
.module.parallax-enabling-developers {
	background-image: url("../../img/about/bg-enabling-developers-lg.jpg");
}
.module.parallax-embracing-technology {
	background-image: url("../../img/about/bg-embracing-technology-lg.jpg");
}
.module.parallax-without-constraints {
	background-image: url("../../img/about/bg-without-constraints-lg.jpg");
}
.module.parallax-closer-look {
	background-image: url("../../img/about/bg-take-a-closer-look-lg.jpg");
}

} /* end 1200px */

/* --------------------->>> COUNTER 2017 <<<---------------------*/
.counterbg {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius:50%;
    height:160px;
    width: 160px;
    padding: 20px;
    border: 8px rgba(255, 255, 255, 0.6) solid;
    margin-bottom: 10px;
    text-align: center;
    /*padding: 30px;*/
}
.counter {
	font-size: 350%;
	font-weight: 600;
}
.counter-text {
	text-transform:uppercase;
	font-weight: 600;
	line-height:1.2;
	margin-top: 0;
}

@media (min-width: 768px) {
.counterbg {
    height:160px;
    width: 160px;
}

}/* End 768px */

@media (min-width: 992px) {
.counterbg {
    height:200px;
    width: 200px;
}

}/* End 992px */

@media (min-width: 1200px) {
.counterbg {
    height:220px;
    width: 220px;
}

}/* End 1200px */

/* --------------------->>> BOOTSTRAP CAROUSEL <<<---------------------*/
.carousel-inner > .item > img, 
.carousel-inner > .item > a > img{
margin: 0 auto;
}
.carousel-control.right, .carousel-control.left {
	background-image: none;
}
.carousel-control i {
position: absolute;
top: 50%;
z-index: 5;
display: inline-block;
}
.glyphicon-chevron-right:before {
	font-family: fontello;
	content: "\e807";
	color: #222222;
	font-size: 50px;
}
.glyphicon-chevron-left:before {
	font-family: fontello;
	content: "\e805";
	color: #222222;
	font-size: 50px;
}
.carousel-caption {
    position: relative;
    left: auto;
    right: auto;
    color: #222;
    text-shadow:none;
	font-size: 80%;
    line-height: 1.4;
    font-weight: 600;
	padding-top: 30px;
	padding-bottom: 10px;
    font-style: italic;
    border-bottom: 1px #d5d5d5 dashed;
}
.custom-caption .glyphicon-chevron-left, 
.custom-caption .glyphicon-chevron-right {
	top: 25%;
}
.carousel-indicators {
	bottom: -50px;
}
.carousel-indicators li {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 6px;
    text-indent: -999px;
    border: 2px solid #959595;
    border-radius: 10px;
    cursor: pointer;
    background-color: transparent;
}
.carousel-indicators .active {
    margin: 0 8px;
    width: 20px;
    height: 20px;
    background-color: #959595;
}

@media (min-width: 768px) {
.custom-caption .glyphicon-chevron-left, 
.custom-caption .glyphicon-chevron-right {
	top: 35%;
}
.carousel-indicators li {
    margin: 0 8px;
}

} /* end 768px */

@media (min-width: 992px) {
.carousel-indicators li {
    margin: 0 2px;
    width: 15px;
    height: 15px;
}
.carousel-indicators .active {
    margin: 0 2px;
    width: 15px;
    height: 15px;
}

}/* End 992px */

/* Carousel Fading slide */
.carousel-fade .carousel-inner {
	background: #fff;
}
.carousel-fade .carousel-control {
	z-index: 2;
}
.carousel-fade .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}
.carousel-fade .next.left, 
.carousel-fade .prev.right, 
.carousel-fade .item.active {
	opacity: 1;
}
.carousel-fade .active.left, 
.carousel-fade .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
/* Carousel Fading slide Safari Fix */
@media all and (transform-3d), (-webkit-transform-3d) {
.carousel-fade .carousel-inner > .item.next, 
.carousel-fade .carousel-inner > .item.active.right {
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-inner > .item.prev, 
.carousel-fade .carousel-inner > .item.active.left {
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-inner > .item.next.left, 
.carousel-fade .carousel-inner > .item.prev.right, 
.carousel-fade .carousel-inner > .item.active {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

}

/* --------------------->>> CASE STUDIES CAROUSEL <<<---------------------*/
#casestudies .carousel-control {
	display: none;
}
#casestudies .carousel-indicators {
	bottom: 10px;
}
#casestudies .carousel-inner {
	margin-bottom: 0;
}
#casestudies .carousel-control {
	width: 5%;
}
#casestudies .overlay {
	background: rgba(0,0,0,0.6);
	color: #fff;
	padding: 60px 0;
}
#casestudies .glyphicon-chevron-right:before,
#casestudies .glyphicon-chevron-left:before {
	color:#fff;
}
#casestudies h2 {
	font-size: 130%;
	font-weight: 400;
}
#casestudies .logo {
	max-height: 95px;
	width: auto;
}

@media (min-width: 768px) {
#casestudies .carousel-control {
	display: block;
}
#casestudies .overlay {
	min-height:505px;
	padding: 110px 0;
}
#casestudies .logo {
	max-height: none;
}

} /* end 768px */

@media (min-width: 992px) {
#casestudies .overlay {
	min-height:480px;
}

} /* end 992px */

@media (min-width: 1200px) {
#casestudies .overlay {
	min-height:525px;
}

} /* end 1200px */


@media (min-width: 1980px) { 

#casestudies .overlay {
	min-height:540px;
}

} /* end 1980px */

/* --------------------->>> CASE STUDIES LAYOUT  <<<---------------------*/
/* Case Study header banner */
.cs-banner-wrapper {
    width: 100%;
    display: table;
}
.cs-banner-header {
	background: linear-gradient(170deg, #00bb07 30%,#51cc30 40%,#51cc30 67%,#00bb07 86%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	text-align: center;
	text-transform: uppercase;
	padding: 10px 30px 10px 10px;
	font-size: 180%;
	line-height: 1;
    min-height: 50px;
}
.cs-banner-header .case {
	color: #58595b;
	font-weight: 600;
	padding-left: 10px;
}
.cs-banner-header .study {
	color: #ffffff;
	font-weight: 600;
}
.cs-banner {
	background-size: cover;
	background-repeat:no-repeat;
	background-position: center 50px ;
    width: 100%;
    text-align: center;
	display: inline-block;
}
.cs-banner-logo {
	margin: 0 auto 20px auto;
	padding: 40px 20px;
	background: rgba(255, 255, 255, 0.8);
	display: inline-block;
}
.cs-header {
	background: rgba(0,187,7,0.8);
    color: #fff;
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
}
.cs-header-quote {
	background: rgba(255, 255, 255, 0.8);
	padding: 20px 20px 0 20px;;
}
.cs-banner-wrapper-rich .cs-header-quote {
	padding: 20px;
}
.cs-header-quote blockquote div > span {
    font-size: 120%;
    font-weight: 400;
    line-height: 135%;
	margin: 0 25px 0 0;
}
.cs-header-quote blockquote div > span:before,
.cs-header-quote blockquote div > span:after {
	color: #00bb07;
	font-size: 80px;
	font-weight: 400;
	content: '\0022';
	font-style: italic;
}
.cs-header-quote blockquote:before {
	content:'';
}
.cs-header-quote blockquote div > span:before {
	position:absolute;
    left: -10px;
	margin-top: 15px;
}
.cs-header-quote blockquote div > span:after {
	position:absolute;
	margin-top: 15px;
}
.cs-header-quote footer {
	font-weight: 600;
    color: #58595b;
	border-left: 3px solid #00bb07;
    padding-left: 10px;
    padding-bottom: 5px;
    margin-left: 45%;
	margin-top: 30px;
}
.cs-header-quote footer .name {
	display: block;
	font-weight: 600;
}
.cs-header-quote footer .title {
	display: block;
	font-style: italic;
	font-weight: 400;
	margin-bottom: 10px;
}
.cs-header-quote-img {
    height: 15%;
    width: auto;
    position: absolute;
    bottom: 40px;
    right: 55%;
}
/* Case Study synopsys */
.cs-synopsys h2 {
	color: #00bb07;
	padding: 0 0 5px 0;
	border-bottom: 2px solid #00b907;
}
.cs-synopsys ul {
	list-style-type: none;
	padding: 0;
	color: #58595b;
}
.cs-synopsys li {
	padding-left: 60px;
	padding-top: 12px;
	background-repeat: no-repeat;
	background-position: left 8px;
	min-height: 48px;
}
.cs-synopsys li strong {
	color: #00bb07;
	display:block;
	text-transform: uppercase;
	font-size: 110%;
}
.cs-synopsys li:before {
	background: #d1d2d4;
	border-radius: 50%;
	color: #ffffff;
	float: left;
	font-family: fontello;
	font-size: 25px;
	height: 40px;
	line-height: 40px;
	margin-left: -60px;
	text-align: center;
	width: 40px;
}
.cs-synopsys li.customer:before {
	content: '\e83e';
}
.cs-synopsys li.challenge:before {
	content: '\e830';
}
.cs-synopsys li.solution:before {
	content: '\e83f';
}
.cs-synopsys li.benefit:before {
	content: '\e840';
}
.cs-synopsys li.product:before {
	content: '\e842';
}

/* Case Study styles override existing styles */
.cs-clover h3 {
	text-transform: uppercase;
}
.cs-clover .hash {
    padding-left: 0;
    list-style: none;
    margin-bottom: 25px;
    font-size: 110%;
}
.cs-clover .btn-success {
	background: #00bb07;
}
.cs-clover .primary-column > p {
	margin-top: 0;
}
.cs-clover .sidebar .btn {
	margin: 25px auto;
}
.cs-download {
	border-bottom: 2px solid #00b907;
	text-align: center;
	margin-bottom: 25px;
}
.csquote {
	margin-right: 35px;
}
.csquote:before,
.csquote:after {
	content: '\0022';
	font-style: italic;
    font-size: 70px;
}
.csquote:after {
	display: block;
    position: absolute;
	right: -32px;
    bottom: -15px;
}
@media (min-width: 768px) {
.cs-clover h3 {
    font-size: 140%;
}
.cs-header-quote {
	width: 80%;
    margin: 0 auto;
}
.cs-download {
	border-bottom: 2px solid transparent;
	margin-bottom: 0;
}

}
@media (min-width: 992px) {
.cs-banner-wrapper {
	height: 400px;
	margin-bottom: 2em;
	position: relative;
    display: table;
}
.cs-banner {
    position: relative;
    display: table-cell;
    text-align: left;
	width: 66.66666667%;
	vertical-align: top;
}
.cs-banner-header {
	text-align:right;
}
.cs-banner-header .case {
	border-left: 2px #00bb07 solid;
}
.cs-banner-logo {
	margin: 0 0 20px 40px;
	padding: 40px 20px;
}
.cs-header {
    width: 100%;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
	font-size: 150%;
	text-align: center;
}
.cs-header-quote {
	background: #f5f5f5;
	width: 33.33333333%;
    display: table-cell;
    padding: 0 20px;
}
.cs-header-quote blockquote {
    min-height: 400px;
    position: absolute;
    top: 0;
	margin: 0;
	padding: 0 40px 0 50px;
}
.cs-banner-wrapper-rich .cs-header-quote blockquote {
	padding: 30px 40px 0 50px;
}
.cs-header-quote blockquote div {
	display: table-cell;
	vertical-align: middle;
	height: 300px;
}
.cs-header-quote .cs-header-video {
	display: table-cell;
	vertical-align: middle;
	height: 400px;
}
.cs-banner-wrapper-rich .cs-header-quote blockquote div {
	height: auto;
	vertical-align: top;
}
.cs-header-quote blockquote div > span {
	font-size: 130%;
}
.cs-header-quote blockquote div > span:before,
.cs-header-quote blockquote div > span:after {
	font-size: 110px;	
}
.cs-header-quote blockquote div > span:after {
	margin-top: 25px;	
}
.cs-header-quote blockquote div > span:before {
	position: absolute;
    left: 0;
    margin-top: 15px;
}
.cs-header-quote footer {
    bottom: 0;
	left: 50%;
    margin-left: 0;
    position: absolute;
	transform: translateX(-50%);
}
.cs-banner-wrapper-rich .cs-header-quote footer {
    left: 50px;
    transform: none;
}
.cs-header-quote-img {
	position:absolute;
	bottom: 0;
	right: 0;
	left: auto;
	height: 40%;
	width: auto;
}
.cs-synopsys ul {
	font-size: 90%;
}

} /* end 992px */

/* ---------------------------------->>> INTEGRATION TOOLKIT SEP 2018 <<<------------------------------------*/

/* --------------------->>> Integration Toolkit Sub Navbar <<<---------------------*/
.navbar-sub-int-toolkit {
	z-index:90;
	border: 0;
	transition: all 200ms ease-in-out;
	border-bottom: solid 1px #e7e7e7;
}
.integration-toolkit-index .navbar-sub-int-toolkit {
	background: rgba(255,255,255,0.4);
}
.navbar-sub-int-toolkit .navbar-nav>li>a {
	text-transform: none;
	transition: all 200ms ease-in-out;
}
.navbar-sub-int-toolkit .navbar-toggle {
	border: 1px #ddd solid;
	color: #888;
	font-weight: 600;	
}
@media (min-width: 768px) {
.integration-toolkit-index .navbar-sub-int-toolkit .navbar-nav>li>a {
	color: #fff;
}
.integration-toolkit-index .navbar-sub-int-toolkit .navbar-nav>li>a:hover {
	color: #0075bf;
}
.integration-toolkit-index .navbar-sub-int-toolkit {
	border-bottom: solid 1px transparent;
}
.navbar-sub-int-toolkit.affix {
	top: 84px;
	width:100%;
	background: #d7edff;
	background: rgba(255,255,255,0.9);
	border-bottom: solid 1px #e7e7e7;
	border-radius: 0;
	font-size: 90%;
	transition: all 400ms ease-in-out;
}
.navbar-sub-int-toolkit.affix .navbar-nav>li>a {
	color: #222;
	padding: 10px 15px
}
.navbar-sub-int-toolkit.affix + .hero-wrapper.integration-toolkit {
	margin-top:0;
}
.navbar-sub-int-toolkit.affix .navbar-brand {
	padding: 10px 15px;
    height: 60px;
}
.js-cookie-message-visible .navbar-sub-int-toolkit.affix {
	top: 141px;
}
.navbar-sub-int-toolkit.affix + .main-content {
    padding-top:60px
}

} /* end 768px */

@media (min-width: 992px) {
#navbar-integrator a {
	text-align: center;
}
.navbar-sub-int-toolkit .navbar-nav>li>a {
    padding: 20px 15px;
}
.navbar-sub-int-toolkit.affix .navbar-brand {
	display: block;
	color: #0075bf;
}

} /* end 992px */

/* --------------------->>> Integration Toolkit Index Page <<<---------------------*/
.headline {
	color: #00bb07;
	font-weight: 600;
}
.hero-wrapper.integration-toolkit {
	background: url('../../img/products/bg-integration-toolkit-sm.jpg') no-repeat center center;
	background-size: cover;
}
.integration-toolkit .hero-bg {
	background: rgba(0, 0, 0, 0.7);
	padding: 10px 20px;
}
.integration-toolkit .hero-h1 {
	font-weight: 300;
}
.integration-toolkit .hero-h2 {
	font-weight: 300;
}
.integration-toolkit .hero-h3 {
	color: #00ada7;
}

@media (min-width: 768px) {
.hero-wrapper.integration-toolkit {
	background: url('../../img/products/bg-integration-toolkit.jpg') no-repeat center center;
	background-size: cover;
    margin-top: -100px;
}

} /* end 767px */


@media (min-width: 992px) {
.hero-wrapper.integration-toolkit {
    margin-top: -80px;
}

} /* end 992px */

@media (min-width: 1200px) {
.hero-wrapper.integration-toolkit {
	background: url('../../img/products/bg-integration-toolkit-lg.jpg') no-repeat center center;
	background-size: cover;
}
	
}
.img-box.left {
  position:absolute;
  top:-15px;
  right:0px;
  bottom:-15px;
  width:calc( 50vw - 10px );
}
.img-box.right {
  position:absolute;
  top:-15px;
  left:-15px;
  bottom:-15px;
  width:calc( 50vw - 10px );
}

@media only screen and (max-width: 768px) {
.img-box.left,
.img-box.right  {
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	width:100%;
}

} /* end 767px */

.toolkit-services {
    list-style-type: none;
    padding: 0 0 0 10px;
}
.toolkit-services li {
    padding-left: 60px;
    padding-top: 14px;
    background-repeat: no-repeat;
    background-position: left 8px;
    min-height: 48px;
}
.toolkit-services li:before {
    background: #e7e8ea;
    border-radius: 50%;
    color: #1f2058;
    float: left;
    font-family: fontello;
    font-size: 28px;
    height: 40px;
    line-height: 40px;
    margin-left: -60px;
    text-align: center;
    width: 40px;
}
.toolkit-services li.excel:before {
    content: '\f1c3';
}
.toolkit-services li.pdf:before {
    content: '\f1c1';
}
.toolkit-services li.email:before {
    content: '\e846';
}
.toolkit-services li.zip:before {
    content: '\f1c6';
}
.toolkit-services li.rw:before {
    content: '\e831';
}
.toolkit-services li.terminal:before {
    content: '\e82e';
}
.toolkit-services li.http:before {
    content: '\e815';
}
.toolkit-services li.spooled:before {
    content: '\e84a';
}

.product-checklist {
    list-style-type: none;
    padding: 0 0 0 10px;
}
.product-checklist li {
    padding-left: 40px;
    padding-top: 14px;
    background-repeat: no-repeat;
    background-position: left 8px;
    min-height: 48px;
}
.product-checklist li:before {
    color: #00bb07;
    float: left;
    font-family: fontello;
    font-size: 30px;
    height: 30px;
    line-height: 30px;
    margin-left: -40px;
    text-align: center;
    width: 30px;
    content: '\e83c';
}
.toolkit-feature {
    text-align:center;
    padding: 10px 0;
	margin-bottom: 10px;
}
.toolkit-feature h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}
.toolkit-feature p {
	font-size: 100%;
	min-height: 60px;
	margin: 0 auto;
}
.toolkit-feature .icon {
	color: #0075bf;
	vertical-align: middle; 
	text-align: center; 
	height: 100px;
	width: 100px; 
	font-size: 60px;
}
.toolkit-feature:hover .icon {
	color:#ffffff;
}
.toolkit-feature .icon:before {
	text-align: center;
	color: #1f2058;
    transition: all 0.5s;
    font-weight: 300;
}
.toolkit-feature .link {
	visibility: hidden;
}
.toolkit-feature:hover .link {
	visibility: visible;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
	transition-delay: 0.3s;
}

@media (min-width: 768px) {
.toolkit-feature {
	border: none;
	margin-bottom: 0;
}
.toolkit-feature .icon {
	float: none;
    margin: 0;
    padding: 10px 15px;
}

}/* End 768px */

/* --------------------->>> Integration Toolkit Forms <<<---------------------*/
.integration-toolkit-form label {
	margin-bottom:0;
	text-transform:uppercase;
	font-size:80%;
	line-height: 1;
	font-weight:600;
	white-space:nowrap;
}
.integration-toolkit-form .command {
	color: #737373;
}
.integration-toolkit-form .form-group {
	margin-bottom: 10px;
}
.integration-toolkit-form .form-wrapper {
	background:rgba(176,219,249,0.8);
	padding:40px 30px 30px;
	border-radius:0 0 .25rem .25rem;
}
.integration-toolkit-form .form-header {
	color:#fff;
	font-size:130%;
	line-height:1.2;
	background:#017cd2;
	padding:15px;
	border-radius:.25rem .25rem 0 0;
}
.integration-toolkit-form .form-header p {
	text-align:center;
	margin:0 auto;
}
.integration-toolkit-form .triangle-down {
	width:100%;
	height:0;
	padding-left:50%;
	padding-top:5%;
	overflow:hidden;
	margin-top:-40px;
	margin-bottom:10px;
}
.integration-toolkit-form .triangle-down:after {
	content:"";
	display:block;
	width:0;
	height:0;
	margin-left:-500px;
	margin-top:-500px;
	border-left:500px solid transparent;
	border-right:500px solid transparent;
	border-top:500px solid #017cd2;
}
.integration-toolkit-form .help-block {
	font-weight:700;
	margin:0 0 0 5px;
	position:absolute;
	line-height: 1;
}
.js-trial-msg {
	background:rgba(255,255,0,0.3);
	padding:40px 30px 30px;
	border-radius:0 0 .25rem .25rem;	
}
.js-captcha-msg {
	color: #ff0000;
	font-size: 80%;
}
.js-error-msg,
.js-server-error-msg,
.js-default-error-msg {
	background:rgba(255,153,0,0.3);
	padding:40px 30px 30px;
}
.js-download-waiting,
.js-download,
.js-ms-msg {
	background:rgba(176,219,249,0.8);
	padding:40px 30px 30px;
}

/* --------------------->>> Integration Toolkit Download Form Ajax Loading Animation <<<---------------------*/
.js-integration-tookit-download-waiting {
	padding: 50px;
}
.lds-default {
	display: inline-block;
	position: relative;
	width: 64px;
	height: 64px;
}
.lds-default div {
	position: absolute;
	width: 5px;
	height: 5px;
	background: #00bb07;
	border-radius: 50%;
	animation: lds-default 1.2s linear infinite;
}
.lds-default div:nth-child(1) {
  animation-delay: 0s;
	top: 29px;
	left: 53px;
}
.lds-default div:nth-child(2) {
  animation-delay: -0.1s;
	top: 18px;
	left: 50px;
}
.lds-default div:nth-child(3) {
  animation-delay: -0.2s;
	top: 9px;
	left: 41px;
}
.lds-default div:nth-child(4) {
  animation-delay: -0.3s;
	top: 6px;
	left: 29px;
}
.lds-default div:nth-child(5) {
	animation-delay: -0.4s;
	top: 9px;
	left: 18px;
}
.lds-default div:nth-child(6) {
	animation-delay: -0.5s;
	top: 18px;
	left: 9px;
}
.lds-default div:nth-child(7) {
	animation-delay: -0.6s;
	top: 29px;
	left: 6px;
}
.lds-default div:nth-child(8) {
	animation-delay: -0.7s;
	top: 41px;
	left: 9px;
}
.lds-default div:nth-child(9) {
	animation-delay: -0.8s;
	top: 50px;
	left: 18px;
}
.lds-default div:nth-child(10) {
	animation-delay: -0.9s;
	top: 53px;
	left: 29px;
}
.lds-default div:nth-child(11) {
	animation-delay: -1s;
	top: 50px;
	left: 41px;
}
.lds-default div:nth-child(12) {
	animation-delay: -1.1s;
	top: 41px;
	left: 50px;
}
@keyframes lds-default {
	0%, 20%, 80%, 100% {
	transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}

/* --------------------->>> Integration Toolkit Floating CTA <<<---------------------*/
.cta-float {
    color: #fff;
    text-decoration: none;
    text-align: center;
    display: block;
    margin: 0;
    background: #4451ee;
    background-image: radial-gradient(circle at center top, #ff9900 0%, #fbad50 100%);
    background-image: radial-gradient(circle at center bottom, #1386D6 0%, #017cd2 100%);
    margin-bottom: -20px;
    padding-top: 20px;
}
.cta-float:hover {
    color:#fff;
}
.cta-float .title {
	color: #fff;
	font-weight: 600;
	font-size: 200%;
}
.cta-float .body {
	font-size: 100%;
	line-height:1.2;
	padding: 20px 30px;
	color: #fff;
}
.cta-float .buttonbg {
	border-radius: 6px 0 0 6px;
    background-color: #ff9900;
    background-color: #017cd2;
    bottom: 0;
    width: 100%;
    padding: 20px;
}
.cta-float button {
    opacity: 1;
}
@media (min-width: 768px) {
.cta-float {
    top: 170px;
}

} /* end 767px */

@media (min-width: 992px) {
.cta-float {
    top: 170px;
}

} /* end 992px */
@media (min-width: 1670px) {
.cta-float {
	border-radius: 6px 0 0 6px;
    position: fixed;
    z-index: 1000;
    right: 0;
    width: 250px;
    height:280px;
}
.cta-float button {
	display: block;
    width: 100%;
}
.cta-float .buttonbg {
    position: absolute;
}

} /* end 1670px */

/* --------------------->>> Integration Toolkit Compare Editions Table <<<---------------------*/
.compare td:nth-child(n+3), 
.compare th:nth-child(n+3) {
    text-align: center;
}
.compare .item i {
	color: #b7b7b7;
}
.check-yes {
	color: #00bb07;
}
.check-no {
	color: #ff0000;
}
blockquote.integration-toolkit-testimonial .name {
	display:block;
	color: #7a7a7a;
	text-transform:uppercase;
	font-weight: 600;
}
blockquote.integration-toolkit-testimonial .title {
	display:block;
	font-style:italic;
}
blockquote.integration-toolkit-testimonial .company {
	display:block;
}

/* --------------------->>> Integration Toolkit Demonstration Programs Tables <<<---------------------*/
.implement td:nth-child(1) {
    white-space:nowrap;
}
.programs td:nth-child(1) {
    white-space:nowrap;
}


/*--------------------------- BOOTSTRAP data collapse ---------------------- */
.panel {
	border: 0;
}
.accordion-slide > .panel {
    margin-bottom: 0.5em;
}
.accordion-slide > .panel-default {
	border-color: transparent;
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.15);
}
.accordion-slide .panel-title.trigger a {
    font-size: 110%;
    display: block;
    position: relative;
    line-height: 1.4;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    padding-right: 25px;
}
.accordion-slide .trigger i,
.accordion-inner .trigger i {
    position: absolute;
    right: 0px;
}
.active .trigger>a>i:before { 
	content: "\e80a";
	font-family: 'fontello';
}
.accordion-slide .collapsed i:before,
.accordion-inner .collapsed i:before { 
	content: "\e800";
	font-family: 'fontello';
}
.accordion-slide .panel-heading {
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.15);
    color: #aaa;
}
.accordion-inner .panel-title.trigger a {
    font-size: 100%;
    display: block;
    position: relative;
    line-height: 20px;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    padding: 10px 35px 10px 15px;    
}
.accordion-inner .panel-default>.panel-heading {
	color: #333;
	background-color: transparent;
	border-color: #ddd;
	border: 1px #ddd solid;
	box-shadow: none;
	padding: 0;
}

@media (min-width: 768px) {
.accordion-inner .panel-title.trigger a {
    font-size: 120%;
    line-height: 30px;
}
.accordion-slide .panel-title.trigger a {
    font-size: 140%;
    padding: 20px 15px;
}
.accordion-slide .trigger i,
.accordion-inner .trigger i {
    right: 10px;
}
.panel-heading {
	padding: 0;
}

} /* end 768px */


/* --------------------->>> BACK TO TOP <<<---------------------*/
.backToTop {
    position: fixed;
    bottom: 5px;
    z-index: 1000;
    right: 5px;
}
.backToTop a {
    width: 40px;
    height: 40px;
    color: #fff;
    text-decoration: none;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    display: block;
    margin: 0;
    background: #000;
    opacity: .7;
	border-radius: 6px;
}
.backToTop a:hover {
    background-color: #333
}

@media (min-width: 768px) {
.backToTop {
    bottom: 35px;
}

} /* end 767px */

@media (min-width: 992px) {
.backToTop {
    bottom: 5px;
}

} /* end 992px */


/* --------------------->>> NEWS <<<---------------------*/
.inthenews {
	border-bottom: 1px solid #ebebeb;
}
.inthenews img {
	margin-top: 35px;
}

/* --------------------->>> Misc Styles <<<---------------------*/
.caption {
	font-size: 80%;
	line-height: 1.4;
	font-weight: 600;
	text-align: left;
	font-style: italic;
    padding: 0 0 10px 0;
}

@media (min-width: 768px) {
.caption {
	text-align: center;
	border-bottom: 1px #d5d5d5 dashed;
}

} /* end 768px */

.fancybox img {
	cursor: url("../../img/layout/image-mag.png"),
			url("../../img/layout/image-mag.cur"),
			auto;
}
video {
	max-width: 100%;
	height: auto;
	width: 100%;
}
.video-lg {
	max-width:600px;
}
.video-external {
	position: relative;
	margin: 0 auto;
	max-width: 75%;
}
.video-external-full {
	position: relative;
}
.video-external iframe,
.video-external-full iframe,
.video-external object,
.video-external-full object,
.video-external embed,
.video-external-full embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* 16:9 Video Ratio */
.widescreen {
	padding-bottom: 45.75%;
}
/* 16:9 Video Ratio */
.widescreen-full {
	padding-bottom: 56.25%;
}

/* 4:3 Video Ratio */
.fourbythree {
	padding-bottom: 75%;
}
/* Lazyload video when user clicks play to reduce initial page load */
.youtube-lazyload,
.brightcove-lazyload {
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	display: inline-block;
	overflow: hidden;
	transition: all 200ms ease-out;
	cursor: pointer;
	background-size: cover;
}
.youtube-lazyload .play,
.brightcove-lazyload .play {
	background: rgba(0,0,0,.45);
	width: 100px;
	height: 100px;
	display:block;
	margin: -50px 0 0 -50px;
	border-radius: 100px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index:1;
}
.youtube-lazyload:hover .play,
.brightcove-lazyload:hover .play {
	background: #0074bd;
}
.youtube-lazyload .play:after,
.brightcove-lazyload .play:after {
	content: '';
	line-height:0px;
	display:block;
	border-style: solid;
	border-width: 15px 0 15px 25px;
	margin: -15px 0 0 -10px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	height: 0;
	width: 0;
	z-index:2;
}
.google-maps {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
	top: 0px;
	left: 0px;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.cursor-pointer {
	cursor:pointer;
}
.spacer {
	margin-top: 1em!important;
	margin-bottom: 1em!important;
}
.border-left {
	border-left: #d5d5d5 1px solid;
}
.more {
	text-decoration:none;
	line-height: 1.2;
}
a.more-block, 
a.download-block {
	text-decoration:none;
	line-height: 1.6;
	width: 100%;
	display: block;
	background: #f2f2f2;
	padding: 0 0.5em;
	margin-bottom: 1em;
	color: #0068a9;
}
a.more-block:hover, 
a.download-block:hover {
	color: #00b907;
}
a.more:after, 
a.more-block:after {
 content:'\e80c';
 	font-family: "fontello";
 	font-size: 140%;
 	padding-left: 0.5em;
}
a.download-block:after {
 content:'\e82d';
 	font-family: "fontello";
 	font-size: 140%;
 	padding-left: 0.5em;
}

/* --------------------->>> Navigation Tabs <<<---------------------*/
.nav-tabs,
.nav-pills {
	margin: 0;
}
.nav-tabs-spaced {
	margin-bottom: 1em;
}
.nav-tabs > li > a {
	background: #f5f5f5;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
}
.tab-pane {
	padding-top: 10px;
}

/* --------------------->>> Related Links <<<---------------------*/
.related,
.related ul,
.related ul ul {
	list-style:none;
	margin-left: 0;
	padding-left: 15px;
}
.related li {
  padding-left: 0;
	line-height: 1.2;
	padding: 0.3em 0;
}
.related li:before {
  content: '\e81f'; /*fontello char code inside the ''*/;
  font-family: fontello; /* or whatever */
  display: inline-block;
  margin-left: -1em; /*same as padding-left set on li*/
  width: 1em; /*same as padding-left set on li*/
  color: #00b907;
}

/* --------------------->>> STICKY FOOTER <<<--------------------- */
* {
	margin: 0;
}
html {
	height: 100%;
}
body  {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -1526px;
	position:relative; /*to fix scroll to top issue */
}
html:lang(fr) .wrapper {
	margin: 0 auto -222px;
}
.footer-wrapper, .push {
	height: 1526px;
	clear: both;
}
html:lang(fr) .footer-wrapper, 
html:lang(fr) .push {
	height: 222px;	
}
.footer-wrapper {
	background: #0075bf;
}
/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}
.footer > .row {
	margin: 0;
	padding: 20px 0;
}	

@media (min-width: 768px) {
.wrapper {
	margin: 0 auto -611px;
}
.footer-wrapper, .push {
	height: 611px;
}
html:lang(fr) .wrapper {
	margin: 0 auto -635px;
}
html:lang(fr) .footer-wrapper, 
html:lang(fr) .push {
	height: 635px;	
}

} /* end 768px */

@media (min-width: 992px) {
.wrapper {
	margin: 0 auto -395px;
}
.footer-wrapper, .push {
	height: 395px;
}
html:lang(fr) .wrapper {
	margin: 0 auto -420px;
}
html:lang(fr) .footer-wrapper, 
html:lang(fr) .push {
	height: 420px;	
}

} /* end 992px */

@media (min-width: 1200px) {
.wrapper {
	margin: 0 auto -417px;
}
.footer-wrapper, .push {
	height: 417px;
}
html:lang(fr) .wrapper {
	margin: 0 auto -420px;
}
html:lang(fr) .footer-wrapper, 
html:lang(fr) .push {
	height: 420px;	
}

} /* end 1200px */

@media (min-width: 1980px) { 
.wrapper {
	margin: 0 auto -441px;
}
.footer-wrapper, .push {
	height: 441px;
}
html:lang(fr) .wrapper {
	margin: 0 auto -469px;
}
html:lang(fr) .footer-wrapper, 
html:lang(fr) .push {
	height: 469px;	
}

} /* end 1980px */


/* --------------------->>> CTA 2017 <<<---------------------*/
.cta-one {
	background: #e5f5ff;
	background: #ededee;
}
.cta-one .heading {
	font-size: 200%;
}
.cta-two {
	background: #00bff3;
}

/* --------------------- CTA Link ---------------------*/
.cta-link {
	border-top: 1px solid #f7f7f7;
	border-bottom: 1px solid #ffffff;
	padding-bottom: 50px;
}
a.cta-link-lg {
	font-size: 200%;
	font-weight: 600;
	text-decoration: none;
	color: #3dcefd;
}
a.cta-link-lg:hover {
	color: #88dc48;
}
a.cta-link-md {
	font-size: 100%;
	font-weight: 600;
	text-decoration: none;
	color: #3dcefd;
}
a.cta-link-md:hover {
	color: #88dc48;
}
.icon-circle {
	background: #3dcefd;
	border-radius: 60%;
	padding: 2px 1px;
	color: #fff;
	display: inline;
}
a.cta-link-lg:hover .icon-circle {
	background: #88dc48;
}

/* --------------------->>> COOKIE MESSAGE 2018 <<<---------------------*/
#js-cookie-message {
    background: #1e282f;
    background: #f7f7f7;
    color: #222;
    font-size: 14px;
}
#js-cookie-message .container {
    padding: 15px 5px 15px 15px;
}
#js-cookie-message .container a {
    cursor: pointer;
    color: #222;
    text-decoration: underline;
}
#js-cookie-message .container a:hover {
    text-decoration: none;
}
#js-cookie-message .container i {
    display: inline-block;
    color: #bebebe;
	font-weight: 300;
    font-size: 200%;
    line-height: 1;
}
#js-cookie-message .container a.cancel {
    float: right;
    display: inline-block;
    line-height: 1;

}

@media (min-width: 1200px) {
#js-cookie-message .container {
	padding-right: 30px;
}

} /* end 1200px */


/* --------------------->>> SEARCH PAGE <<<--------------------- */
.search-head {
	font-weight: 600;
	background: #f5f5f5;
	display:block;
}
.search-item {
	padding-left: 10px;
}
.search-form {
	margin-bottom: 25px;
}
.search-displayurl {
	color: #959595;
}
a.disabled {
	pointer-events: none;
	cursor: default;
	color: #eee!important;
}

/* --------------------->>> GOOGLE TAG MANAGER CLICK TRIGGERS <<<--------------------- */
.gtm-social,
.gtm-webinar,
.gtm-casestudy,
.gtm-video,
.gtm-track {
	
}

/* --------------------->>> FANCYBOX <<<--------------------- */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}
.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}
.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
    border-radius: 4px;
}
.fancybox-opened {
	z-index: 8030;
}
.fancybox-opened .fancybox-skin {
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
	position: relative;
}
.fancybox-inner {
	overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}
.fancybox-type-iframe .fancybox-nav {
    width: 60px;       
}
.fancybox-type-iframe .fancybox-nav span {
    visibility: visible;
    opacity: 0.5;
}
.fancybox-type-iframe .fancybox-nav:hover span {
    opacity: 1;
}
.fancybox-type-iframe .fancybox-next {
    right: -60px;
}
.fancybox-type-iframe .fancybox-prev {
    left: -60px;
}
.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}
.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../../img/layout/fancybox_sprite.png');
}
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}
#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../../img/layout/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}
.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../../img/layout/fancybox_blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}
.fancybox-prev {
	left: 0;
}
.fancybox-next {
	right: 0;
}
.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}
.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}
.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}
.fancybox-nav:hover span {
	visibility: visible;
}
.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}
.fancybox-lock body {
    overflow: hidden !important;
}
.fancybox-lock-test {
    overflow-y: hidden !important;
}
.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../../img/layout/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}
.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}
.fancybox-opened .fancybox-title {
	visibility: visible;
}
.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}
.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
    border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #fff;
	font-weight: 600;
	line-height: 24px;
	white-space: nowrap;
}
.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}
.fancybox-title-inside-wrap {
	padding-top: 10px;
}
.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*---------------------------- RETINA -------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 2), 
only screen and (min--moz-device-pixel-ratio: 2), 
only screen and (-moz-min-device-pixel-ratio: 2), 
only screen and (-o-min-device-pixel-ratio: 2/1), 
only screen and (min-device-pixel-ratio: 2), 
only screen and (min-resolution: 192dpi), 
only screen and (min-resolution: 2dppx) { 
	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../../img/layout/fancybox_sprite%402x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../../img/layout/fancybox_loading%402x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}

}



/* ----------------------- RETINA MOBILE ----------------------- */
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 979px), 
only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 979px), 
only screen and (-moz-min-device-pixel-ratio: 2) and (max-width: 979px), 
only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width:979px), 
only screen and (min-device-pixel-ratio: 2) and (max-width: 979px), 
only screen and (min-resolution: 192dpi) and (max-width: 979px), 
only screen and (min-resolution: 2dppx) and (max-width: 979px) { 

}

/* box shadow adds white margin to right side of iphone retina devices */
@media
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){

  html,
  body{
    width:100%;
    /*overflow-x:hidden; causes issue on firefox android*/
  }

}

/* --------------------->>> FOOTABLE <<<---------------------*/
.table-search>span {
	display:block;
	width: 100%;
}

@media (min-width: 992px) {
.table-search>span {
	display: inline-block;
	width: auto;
	margin-right: 0.2em;
}

} /* end 992px */

/* --------------------->>> Footable Filter <<<---------------------*/
.footable-odd {
	background: #f9f9f9;
}
.footable-even {
	background: transparent;
}
.footable {
  width: 100%;
}
.footable.breakpoint > tbody > tr.footable-detail-show > td {
  border-bottom: none;
}
.footable.breakpoint > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e824";
}
.footable.breakpoint > tbody > tr:hover:not(.footable-row-detail) {
  cursor: pointer;
}
.footable.breakpoint > tbody > tr > td.footable-cell-detail {
  background: #eee;
  border-top: none;
}
.footable.breakpoint > tbody > tr > td > span.footable-toggle {
  display: inline-block;
  font-family: 'fontello';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  padding-right: 5px;
  font-size: 20px;
  color: #888888;
}
.footable.breakpoint > tbody > tr > td > span.footable-toggle:before {
  content: "\e823";
}
.footable.breakpoint.toggle-circle-arrow > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e822";
}
.footable.breakpoint.toggle-medium > tbody > tr > td > span.footable-toggle {
  font-size: 18px;
}
.footable.breakpoint.toggle-large > tbody > tr > td > span.footable-toggle {
  font-size: 24px;
}
.footable > thead > tr > th.footable-sortable:hover {
  cursor: pointer;
}
.footable > thead > tr > th.footable-sorted > span.footable-sort-indicator:before {
  content: "\e820";
}
.footable > thead > tr > th.footable-sorted-desc > span.footable-sort-indicator:before {
  content: "\e822";
}
.footable > thead > tr > th > span.footable-sort-indicator {
  display: inline-block;
  font-family: 'fontello';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  margin-left: 2px;
}
.footable > thead > tr > th > span.footable-sort-indicator:before {
  content: "\e821";
}
.footable > tfoot .pagination {
  margin: 0;
}
.footable-row-detail-inner {
  display: table;
}
.footable-row-detail-row {
  display: table-row;
  line-height: 1.5em;
}
.footable-row-detail-group {
  display: block;
  line-height: 2em;
  font-size: 1.2em;
  font-weight: 600;
}
.footable-row-detail-name {
  display: table-cell;
  font-weight: 600;
  padding-right: 0.5em;
}
.footable-row-detail-value {
  display: table-cell;
}
.table-search #filter {
	display: inline;
}

/* --------------------->>> Clickable Table Row Hover Colour <<<---------------------*/
.highlight, 
tr.footable-even:hover,
tr.footable-odd:hover,
tr.footable-row-detail:hover {
	background: #bfeba7;
	cursor: pointer;
}
.link-table thead tr {
	background: #ffffff;
}

/* --------------------->>> FONTELLO <<<---------------------*/
@font-face {
  font-family: 'fontello';
  src: url('../font/fontello2550.eot?v1.9');
  src: url('../font/fontello2550.eot?v1.9#iefix') format('embedded-opentype'),
       url('../font/fontello2550.woff?v1.9') format('woff'),
       url('../font/fontello2550.woff2?v1.9') format('woff2'),
       url('../font/fontello2550.ttf?v1.9') format('truetype'),
       url('../font/fontello2550.svg?v1.9#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-up-open-big:before { content: '\e800'; }
.icon-cancel-circled:before { content: '\e801'; }
.icon-doc-text:before { content: '\e802'; }
.icon-forward:before { content: '\e803'; }
.icon-left-open:before { content: '\e804'; }
.icon-left-open-big:before { content: '\e805'; }
.icon-right-open:before { content: '\e806'; }
.icon-right-open-big:before { content: '\e807'; }
.icon-book-open:before { content: '\e808'; }
.icon-tools:before { content: '\e809'; }
.icon-down-open-big:before { content: '\e80a'; }
.icon-down-open-mini:before { content: '\e80b'; }
.icon-morearrowround:before { content: '\e80c'; }
.icon-newspaper:before { content: '\e80d'; }
.icon-docs:before { content: '\e80e'; }
.icon-down-bold:before { content: '\e80f'; }
.icon-search:before { content: '\e810'; }
.icon-list:before { content: '\e811'; }
.icon-alert:before { content: '\e812'; }
.icon-comment:before { content: '\e813'; }
.icon-dot-3:before { content: '\e814'; }
.icon-globe-1:before { content: '\e815'; }
.icon-user:before { content: '\e816'; }
.icon-cog:before { content: '\e817'; }
.icon-monitor:before { content: '\e818'; }
.icon-video:before { content: '\e819'; }
.icon-help-circled:before { content: '\e81a'; }
.icon-users:before { content: '\e81b'; }
.icon-mail:before { content: '\e81c'; }
.icon-globe:before { content: '\e81d'; }
.icon-cog-alt:before { content: '\e81e'; }
.icon-right-dir:before { content: '\e81f'; }
.icon-down-dir:before { content: '\e820'; }
.icon-arrow-combo:before { content: '\e821'; }
.icon-up-dir:before { content: '\e822'; } 
.icon-plus-circled:before { content: '\e823'; }
.icon-minus-circled:before { content: '\e824'; }
.icon-up-open-mini:before { content: '\e825'; }
.icon-right-open-mini:before { content: '\e826'; }
.icon-left-open-mini:before { content: '\e827'; }
.icon-down-open:before { content: '\e828'; }
.icon-up-open:before { content: '\e829'; }
.icon-left-bold:before { content: '\e82a'; }
.icon-right-bold:before { content: '\e82b'; }
.icon-up-bold:before { content: '\e82c'; }
.icon-downloadarrowround:before { content: '\e82d'; }
.icon-window:before { content: '\e82e'; }
.icon-mobile:before { content: '\e82f'; }
.icon-challenge-icon:before { content: '\e830'; }
.icon-switch:before { content: '\e831'; }
.icon-facebook:before { content: '\e832'; }
.icon-linkedin:before { content: '\e833'; }
.icon-youtube:before { content: '\e834'; }
.icon-twitter:before { content: '\e835'; }
.icon-gplus:before { content: '\e836'; }
.icon-rss:before { content: '\e837'; }
.icon-video-1:before { content: '\e838'; }
.icon-large-small:before { content: '\e839'; }
.icon-language-1:before { content: '\e83a'; }
.icon-optimize:before { content: '\e83b'; }
.icon-mix:before { content: '\e83c'; }
.icon-check:before { content: '\e83c'; }
.icon-cancel:before { content: '\e83d'; }
.icon-customer-icon:before { content: '\e83e'; }
.icon-solution-icon:before { content: '\e83f'; }
.icon-benefits-icon:before { content: '\e840'; }
.icon-feather:before { content: '\e841'; }
.icon-products-icon:before { content: '\e842'; }
.icon-play-circled2:before { content: '\e843'; }
.icon-database:before { content: '\e844'; }
.icon-truck:before { content: '\e845'; }
.icon-mail-1:before { content: '\e846'; }
.icon-comment-1:before { content: '\e847'; }
.icon-info-circled:before { content: '\e849'; }
.icon-list-alt:before { content: '\e84a'; }
.icon-download:before { content: '\e84b'; }
.icon-database-1:before { content: '\f1c0'; }
.icon-file-pdf:before { content: '\f1c1'; }
.icon-file-excel:before { content: '\f1c3'; }
.icon-file-code:before { content: '\f1c9'; }
.icon-lifebuoy:before { content: '\f1cd'; }
.icon-server:before { content: '\f233'; }


/*--------------------------- print ---------------------- */
@media print { 

[class*="col-sm-"] {
	float: left;
}
[class*="col-xs-"] {
	float: left;
}
.col-sm-12,
.col-xs-12 { 
	width:100% !important;
}
.col-sm-11, 
.col-xs-11 { 
	width:91.66666667% !important;
}
.col-sm-10, 
.col-xs-10 { 
	width:83.33333333% !important;
}
.col-sm-9, .col-xs-9 { 
	width:75% !important;
}

.col-sm-8, 
.col-xs-8 { 
	width:66.66666667% !important;
}
.col-sm-7, 
.col-xs-7 { 
	width:58.33333333% !important;
}
.col-sm-6, 
.col-xs-6 { 
	width:50% !important;
}
.col-sm-5, 
.col-xs-5 { 
	width:41.66666667% !important;
}
.col-sm-4, 
.col-xs-4 { 
	width:33.33333333% !important;
}
.col-sm-3, 
.col-xs-3 { 
	width:25% !important;
}
.col-sm-2, 
.col-xs-2 { 
	width:16.66666667% !important;
}
.col-sm-1, 
.col-xs-1 { 
	width:8.33333333% !important;
}
.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,
.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 !important;
}
body {
	margin: 0;
	padding: 0 !important;
	min-width: 768px;
}
body.minimal {
	padding-top: 0;
}
.container {
	width: auto;
	min-width: 750px;
}
.header {
	position: relative;
}
.push,
.footer-wrapper {
	height: 0;
}
.footer-nav {
	padding-top: 60px;
}
a[href]:after {
	content: none;
}
.noprint, 
div.alert, 
header, 
.group-media, 
.btn, 
form, 
#comments, 
ul.links.list-inline,
ul.action-links,
.navbar-toggle,
.backToTop {
	display:none !important;
}
.navbar,
navbar-header {
	display:block;
}
.navbar-default {
	border-left: transparent;
	border-right: transparent;
}
.accordion-inner .panel-collapse,
.accordion-slide .panel-collapse {
    display: block !important;
    height: auto !important;
    color:#222;
}
#casestudies .active {
	-webkit-print-color-adjust: exact;
}
.tab-content > .tab-pane {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}
.item,
.prod-item,
.cs-item {
	width: 24%;
	position:relative !important;
	display:block !important;
	left:0 !important;
	top:auto !important;
	float:left;
	min-height: 285px;
}
.prod-item {
	width: 33%;
	min-height: 0;
	page-break-inside: avoid;
}
.prod-item-inner {
	padding: 10px;
	min-height: 250px;
}
.cs-item-inner {
	padding: 5px;
}
.cs-item-title {
	text-align: center;
}

}/*end print*/
