/* --------  Template Page Classes  -------- */

/* ----  Corrective  ---- */

.current-cat.node.node-template-page {
	padding-right:0px !important;
}
		
.tp-page-full-width {
	width:100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
		
#container {
	width:100%;
	padding:0;
	margin:0;
}

.no-border {
	border: none;
}
	
body.node-type-template-page {
	max-width:100%;
    -moz-osx-font-smoothing: grayscale;
}

/* --------  Page Title Bar / Banner Classes  -------- */
	
.tp-banner-outer {
	background: transparent;
	height: 100%;
	width: 100%;
	display: table;
}

.title-outer {
	width:100%;
	display:table-cell;
	vertical-align: bottom;
	height:100%;
}

.banner-overlay {
    background: rgba(0,0,0,0) !important;
}

/* ----  Page Titles  ---- */

.tp-page-title-inner {
	width:auto;
	border-bottom:solid 2px #df6d27;
	display:inline-block;
	padding-top:10px;
	padding-bottom:10px;
	margin-top:15px;
}
		
.tp-page-title {
	margin:0 auto;
	padding: 30px 5% 0px 5%;
	font-size:2.70em;
	color:#666366;
	font-family: 'Calibri';
	text-transform: none;
	max-width:1700px;
	display: none;
}

/* ----  Breadcrumbs  ---- */	

.breadcrumb {
    margin: 0;
    padding: 0;
    min-width: 50%;
    display: table-cell;
    vertical-align: middle;
}

.tp-breadcrumb-outer {
	height: 100%;
	width: 100%;
	background-color: #F1f2f2;
	border-bottom: solid 1px #AAA;
}

.tp-breadcrumb, section.breadcrumb {
    font-size: 1em;
    text-transform: none;
    margin: 0px auto;
    width: 100%;
    height: 80px;
    display: table;
    background: #f1f2f2;
}
section.breadcrumb {
	margin-bottom:1.5em;
}
.tp-breadcrumb-inner, section.breadcrumb .row {
    padding: 0% 4% 0% 8%;
    max-width: 1800px;
    margin: 0px auto;
    width: 100%;
    height: 100%;
    display: table;
    color: #666366;
    font-family: "Calibri";
    text-transform: none;
}

.tp-breadcrumb-inner a {
    color: #666366;
    -moz-osx-font-smoothing: grayscale;
}

.tp-breadcrumb-inner a:hover {
    color: #df6d27;
    text-decoration: none;
}

.bread-left {
    width: auto;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    margin: 0;
}

.bread-right {
    width: auto;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    margin: 0;
    padding: 0;
    float: right;
}

.breadcrumb .crumbs-current-page {
    font-family: "calibribold", Arial, Helvetica, sans-serif;
    color: #666366;
    font-size: 1.15rem;
}

.breadcrumb a, .tp-breadcrumb a {
    color: #666366;
    -moz-osx-font-smoothing: grayscale;
}

.breadcrumb a:hover, a.breadcrumb-all-products:hover {
	color: #df6d27;
}

span.breadcrumb-delimiter, div.breadcrumb {
	color: #666366;
}

/*  ----  Language Translations Bar  ----  */

.lang-header {
    width: auto;
    display: inline-block;
    padding: 5px 0px 0px 0px;
    background: #F1f2f2;
    min-width: 75%;
    text-align: right;
    vertical-align: none;
    max-width: 80%;
}

.lang-select {
    max-width: 25%;
    padding: 0px 2px 0px 0px;
    display: inline-block;
    border-bottom: none;
    height: 100%;
    width: 100%;
    min-width: 10%;
}

.select-outer {
    position: relative;
}

.select-outer select {
    display: none;
}

.select-items div,.select-selected {
    color: #666366;
    padding: 8px 20px;
    border: 0px solid #b5b0ad;
    cursor: pointer;
    user-select: none;
    font-size: .95rem;
    transition: all .2s linear;
}

.select-items {
    position: absolute;
    background-color: #ffffff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    box-shadow: 0 2px 5px -2px rgba(0,0,0,0.3);
    border-radius: 0px;
    transition: all .2s linear;
    padding: 0px;
    width: 99%;
    margin: 2px auto 0px auto;
    text-align: left;
}

.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: #f1f2f2;
    color: #139cd8;
}

.lang-select h3 {
    font-size: 1.1rem;
    text-align: left;
    font-family: "calibri", Arial, Helvetica, sans-serif;
    color: #139cd8;
    font-weight: bold;
    -moz-osx-font-smoothing: grayscale;
}

.lang-title {
    display: inline-block;
    width: auto;
    margin-right: 15px;
    height: auto;
}

.lang-title h3 {
    padding: 0;
    margin: 0;
    font-size: 1.75rem;
    font-family: "calibri", Arial, Helvetica, sans-serif;
    color: #666366;
    font-weight: bold;
    -moz-osx-font-smoothing: grayscale;
}

.lang-select-form {
    width: auto;
    display: inline-block;
    margin: 0;
    height: 30px;
}

.select-selected {
    border-radius: 0px;
    border: solid 1px #c8c8c8;
    height: 35px;
    font-size: 1.15rem;
    padding: 3px 0px 0px;
    background-color: #ffffff;
    color: #666366;
    width: 100%;
    text-align: left;
    font-family: "calibri";
    box-shadow: 0 0px 3px -2px rgba(0,0,0,0.0);
}

.select-selected:hover {
    box-shadow: 0 0px 2px -1px rgba(0,0,0,0.2);
    border:solid 1px #139cd8;
    color: #139cd8;
    background-color: #ffffff;
    font-family: "calibri";
}

.select-selected:after {
  position: absolute;
  content: "";
  top: 16px;
  right: 15px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #666366 #66636600 #66636600 #66636600;
  transition: all .2s linear;
}

.select-selected.select-arrow-active:after {
  border-color: #66636600 #66636600 #666366 #66636600;
  top: 9px;
  transition: all .2s linear;
}

.lang-border {
    border-right: solid 2px #d2d2d2;
    padding: 0px 15px;
    margin: 15px 0px;
}

.icon-earth:before, .ico-hover.icon-earth:before,
.btn-clicked.icon-earth:before {
    content: "\f0ac";
    font-family: "fontawesome";
    font-size: 1.15em;
    margin: 0px 0px;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.0);
    padding: 5px 5px 0px 20px;
    display: inline-block;
    width: auto;
    transition: all .2s linear;
}

.icon-earth:before {
    color: #139cd8;
}

.ico-hover.icon-earth:before {
    color: #139cd8;
    text-shadow: 0px 1px 1px rgba(100,100,100,0.2);
}

.btn-clicked.icon-earth:before {
    color: #139cd8;
    text-shadow: 0px 1px 1px rgba(100,100,100,0.2);
}

.lang-border.page-title,
.lang-border.lang-head {
    padding: 1px 20px 0px 0px;
    border-right: none;
    margin: 0px 0px;
}

.lang-contact-info  {
    display: table-cell;
    font-size: 1.1rem;
    margin-left: 0px;
    width: auto;
    height: 100%;
    vertical-align: middle;
    padding: 0px 10px 2px 0px;
    margin-right: 25px;
    border-right: solid 1px #c8c8c8;
}

.lang-contact-info.page-title,
.lang-contact-info.lang-head  {
    display: inline-block;
    font-size: 1.15rem;
    margin-left: 0px;
    width: auto;
    height: 100%;
    vertical-align: none;
    font-family: calibri;
    padding: 0px 0px;
}

span.lang-phone, span.lang-email {
    width: auto;
    display: inline-block;
}

span.lang-phone {
    padding: 0px 0px 0px 0px;
    color: #666366cc;
}

.lang-contact-info i {
    font-family: "fontawesome";
    display: inline-block;
    width: auto;
    font-style: normal;
    margin-right: 15px;
}

span.lang-email {
    padding: 0px 0px 0px 25px;

}

span.lang-email a {
    color: #666366cc;
}

i.fa-phone {
    font-size: 1.25rem;
    vertical-align: middle;
    margin-top: -2px;
    -moz-osx-font-smoothing: grayscale;
}

i.fa-phone, i.fa-envelope {
    font-weight: bolder;
    color: #666366;
    -moz-osx-font-smoothing: grayscale;
}

.select-selected select {
    border: solid #f0f0f0 1px;
    border-radius: 0px;
    width: auto;
    font-size: 1rem;
    font-family: "calibri", Arial, Helvetica, sans-serif;
    padding: 0px 40px 0px 20px;
    margin: 22px 0px 0px 0px;
    text-align: left;
    letter-spacing: 1px;
    font-weight: bold;
}

select.lang:hover {
    cursor: pointer;
}

form.translations {
    width: auto;
    display: inline-block;
    float: left;
    padding-right: 10px;
}

/* ----  Admin Tabs  ---- */

ul.primary {
    border-bottom: none;
    border-collapse: collapse;
    height: auto;
    line-height: normal;
    list-style: none;
    margin: 0;
    margin-bottom: 0px;
    padding: 12px 0;
    -moz-osx-font-smoothing: grayscale;
}

ul.primary li.active a {
    background-color: #139cd8;
    border: none;
    color: #fff;
}

ul.primary li a {
    background-color: rgba(255,255,255,0);
    border: none;
    height: auto;
    margin: 0;
    padding: 12px 20px;
    font-size: 0.95em;
    text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

ul.primary li a:hover {
    background-color: #139cd8;
    color: #fff;
    border: none;
    height: auto;
    margin: 0;
    padding: 12px 20px;
}

.tabs {
	margin-top: 0px;
	width: 100%;
}

.admin-tabs-inner {
	max-width: 1700px;
	margin: 0 auto;
	padding: 0 5%;
}

/* --------  Entity Column Flexbox Classes  -------- */

.tp-section-background {
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-position: center center;
}

.tp-section-bg-overlay {
	height: 100%;
	width: 100%;
}

.tp-section-outer {
	width: 100%;
	max-width: 1700px;
	margin-left: auto;
	margin-right: auto;
}

.no-display {
	display: none;
}

.vertical-top {
	align-self:center;
}

.vertical-middle {
	align-self: center;
}

.vertical-bottom {
	align-self: center;
}

.flex-row {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-row.col-no-gutter {
	-ms-flex: 0 0 auto;
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	margin-right: 0rem;
	margin-left: 0rem;
}

.flex-row.col-small-gutter {
	-ms-flex: 0 0.5 auto;
	-webkit-box-flex: 0;
	flex: 0 0.5 auto;
	margin-right: -0.5rem;
	margin-left: -0.5rem;
}

.flex-row.col-med-gutter {
	-ms-flex: 0 1 auto;
	-webkit-box-flex: 0;
	flex: 0 1 auto;
	margin-right: -1rem;
	margin-left: -1rem;
}

.flex-row.col-large-gutter {
	-ms-flex: 0 1.5 auto;
	-webkit-box-flex: 0;
	flex: 0 1.5 auto;
	margin-right: -1.5rem;
	margin-left: -1.5rem;
}

.flex-row.col-xl-gutter {
	-ms-flex: 0 2 auto;
	-webkit-box-flex: 0;
	flex: 0 2 auto;
	margin-right: -2rem;
	margin-left: -2rem;
}

.flex-row.col-xxl-gutter {
	-ms-flex: 0 4 auto;
	-webkit-box-flex: 0;
	flex: 0 4 auto;
	margin-right: -4rem;
	margin-left: -4rem;
}

.flex-col-xs.col-no-gutter,
.flex-col-xs-1.col-no-gutter,
.flex-col-xs-2.col-no-gutter,
.flex-col-xs-3.col-no-gutter,
.flex-col-xs-4.col-no-gutter,
.flex-col-xs-5.col-no-gutter,
.flex-col-xs-6.col-no-gutter,
.flex-col-xs-7.col-no-gutter,
.flex-col-xs-8.col-no-gutter,
.flex-col-xs-9.col-no-gutter,
.flex-col-xs-10.col-no-gutter,
.flex-col-xs-11.col-no-gutter,
.flex-col-xs-12.col-no-gutter,
.flex-col-sm.col-no-gutter,
.flex-col-sm-1.col-no-gutter,
.flex-col-sm-2.col-no-gutter,
.flex-col-sm-3.col-no-gutter,
.flex-col-sm-4.col-no-gutter,
.flex-col-sm-5.col-no-gutter,
.flex-col-sm-6.col-no-gutter,
.flex-col-sm-7.col-no-gutter,
.flex-col-sm-8.col-no-gutter,
.flex-col-sm-9.col-no-gutter,
.flex-col-sm-10.col-no-gutter,
.flex-col-sm-11.col-no-gutter,
.flex-col-sm-12.col-no-gutter,
.flex-col-md.col-no-gutter,
.flex-col-md-1.col-no-gutter,
.flex-col-md-2.col-no-gutter,
.flex-col-md-3.col-no-gutter,
.flex-col-md-4.col-no-gutter,
.flex-col-md-5.col-no-gutter,
.flex-col-md-6.col-no-gutter,
.flex-col-md-7.col-no-gutter,
.flex-col-md-8.col-no-gutter,
.flex-col-md-9.col-no-gutter,
.flex-col-md-10.col-no-gutter,
.flex-col-md-11.col-no-gutter,
.flex-col-md-12.col-no-gutter,
.flex-col-lg.col-no-gutter,
.flex-col-lg-1.col-no-gutter,
.flex-col-lg-2.col-no-gutter,
.flex-col-lg-3.col-no-gutter,
.flex-col-lg-4.col-no-gutter,
.flex-col-lg-5.col-no-gutter,
.flex-col-lg-6.col-no-gutter,
.flex-col-lg-7.col-no-gutter,
.flex-col-lg-8.col-no-gutter,
.flex-col-lg-9.col-no-gutter,
.flex-col-lg-10.col-no-gutter,
.flex-col-lg-11.col-no-gutter,
.flex-col-lg-12.col-no-gutter {
	padding-right: 0rem;
	padding-left: 0rem;
}

.flex-col-xs.col-small-gutter,
.flex-col-xs-1.col-small-gutter,
.flex-col-xs-2.col-small-gutter,
.flex-col-xs-3.col-small-gutter,
.flex-col-xs-4.col-small-gutter,
.flex-col-xs-5.col-small-gutter,
.flex-col-xs-6.col-small-gutter,
.flex-col-xs-7.col-small-gutter,
.flex-col-xs-8.col-small-gutter,
.flex-col-xs-9.col-small-gutter,
.flex-col-xs-10.col-small-gutter,
.flex-col-xs-11.col-small-gutter,
.flex-col-xs-12.col-small-gutter,
.flex-col-sm.col-small-gutter,
.flex-col-sm-1.col-small-gutter,
.flex-col-sm-2.col-small-gutter,
.flex-col-sm-3.col-small-gutter,
.flex-col-sm-4.col-small-gutter,
.flex-col-sm-5.col-small-gutter,
.flex-col-sm-6.col-small-gutter,
.flex-col-sm-7.col-small-gutter,
.flex-col-sm-8.col-small-gutter,
.flex-col-sm-9.col-small-gutter,
.flex-col-sm-10.col-small-gutter,
.flex-col-sm-11.col-small-gutter,
.flex-col-sm-12.col-small-gutter,
.flex-col-md.col-small-gutter,
.flex-col-md-1.col-small-gutter,
.flex-col-md-2.col-small-gutter,
.flex-col-md-3.col-small-gutter,
.flex-col-md-4.col-small-gutter,
.flex-col-md-5.col-small-gutter,
.flex-col-md-6.col-small-gutter,
.flex-col-md-7.col-small-gutter,
.flex-col-md-8.col-small-gutter,
.flex-col-md-9.col-small-gutter,
.flex-col-md-10.col-small-gutter,
.flex-col-md-11.col-small-gutter,
.flex-col-md-12.col-small-gutter,
.flex-col-lg.col-small-gutter,
.flex-col-lg-1.col-small-gutter,
.flex-col-lg-2.col-small-gutter,
.flex-col-lg-3.col-small-gutter,
.flex-col-lg-4.col-small-gutter,
.flex-col-lg-5.col-small-gutter,
.flex-col-lg-6.col-small-gutter,
.flex-col-lg-7.col-small-gutter,
.flex-col-lg-8.col-small-gutter,
.flex-col-lg-9.col-small-gutter,
.flex-col-lg-10.col-small-gutter,
.flex-col-lg-11.col-small-gutter,
.flex-col-lg-12.col-small-gutter {
	padding-right: 0.5rem;
	padding-left: 0.5rem;
}

.flex-col-xs.col-med-gutter,
.flex-col-xs-1.col-med-gutter,
.flex-col-xs-2.col-med-gutter,
.flex-col-xs-3.col-med-gutter,
.flex-col-xs-4.col-med-gutter,
.flex-col-xs-5.col-med-gutter,
.flex-col-xs-6.col-med-gutter,
.flex-col-xs-7.col-med-gutter,
.flex-col-xs-8.col-med-gutter,
.flex-col-xs-9.col-med-gutter,
.flex-col-xs-10.col-med-gutter,
.flex-col-xs-11.col-med-gutter,
.flex-col-xs-12.col-med-gutter,
.flex-col-sm.col-med-gutter,
.flex-col-sm-1.col-med-gutter,
.flex-col-sm-2.col-med-gutter,
.flex-col-sm-3.col-med-gutter,
.flex-col-sm-4.col-med-gutter,
.flex-col-sm-5.col-med-gutter,
.flex-col-sm-6.col-med-gutter,
.flex-col-sm-7.col-med-gutter,
.flex-col-sm-8.col-med-gutter,
.flex-col-sm-9.col-med-gutter,
.flex-col-sm-10.col-med-gutter,
.flex-col-sm-11.col-med-gutter,
.flex-col-sm-12.col-med-gutter,
.flex-col-md.col-med-gutter,
.flex-col-md-1.col-med-gutter,
.flex-col-md-2.col-med-gutter,
.flex-col-md-3.col-med-gutter,
.flex-col-md-4.col-med-gutter,
.flex-col-md-5.col-med-gutter,
.flex-col-md-6.col-med-gutter,
.flex-col-md-7.col-med-gutter,
.flex-col-md-8.col-med-gutter,
.flex-col-md-9.col-med-gutter,
.flex-col-md-10.col-med-gutter,
.flex-col-md-11.col-med-gutter,
.flex-col-md-12.col-med-gutter,
.flex-col-lg.col-med-gutter,
.flex-col-lg-1.col-med-gutter,
.flex-col-lg-2.col-med-gutter,
.flex-col-lg-3.col-med-gutter,
.flex-col-lg-4.col-med-gutter,
.flex-col-lg-5.col-med-gutter,
.flex-col-lg-6.col-med-gutter,
.flex-col-lg-7.col-med-gutter,
.flex-col-lg-8.col-med-gutter,
.flex-col-lg-9.col-med-gutter,
.flex-col-lg-10.col-med-gutter,
.flex-col-lg-11.col-med-gutter,
.flex-col-lg-12.col-med-gutter {
	padding-right: 1rem;
	padding-left: 1rem;
}

.flex-col-xs.col-large-gutter,
.flex-col-xs-1.col-large-gutter,
.flex-col-xs-2.col-large-gutter,
.flex-col-xs-3.col-large-gutter,
.flex-col-xs-4.col-large-gutter,
.flex-col-xs-5.col-large-gutter,
.flex-col-xs-6.col-large-gutter,
.flex-col-xs-7.col-large-gutter,
.flex-col-xs-8.col-large-gutter,
.flex-col-xs-9.col-large-gutter,
.flex-col-xs-10.col-large-gutter,
.flex-col-xs-11.col-large-gutter,
.flex-col-xs-12.col-large-gutter,
.flex-col-sm.col-large-gutter,
.flex-col-sm-1.col-large-gutter,
.flex-col-sm-2.col-large-gutter,
.flex-col-sm-3.col-large-gutter,
.flex-col-sm-4.col-large-gutter,
.flex-col-sm-5.col-large-gutter,
.flex-col-sm-6.col-large-gutter,
.flex-col-sm-7.col-large-gutter,
.flex-col-sm-8.col-large-gutter,
.flex-col-sm-9.col-large-gutter,
.flex-col-sm-10.col-large-gutter,
.flex-col-sm-11.col-large-gutter,
.flex-col-sm-12.col-large-gutter,
.flex-col-md.col-large-gutter,
.flex-col-md-1.col-large-gutter,
.flex-col-md-2.col-large-gutter,
.flex-col-md-3.col-large-gutter,
.flex-col-md-4.col-large-gutter,
.flex-col-md-5.col-large-gutter,
.flex-col-md-6.col-large-gutter,
.flex-col-md-7.col-large-gutter,
.flex-col-md-8.col-large-gutter,
.flex-col-md-9.col-large-gutter,
.flex-col-md-10.col-large-gutter,
.flex-col-md-11.col-large-gutter,
.flex-col-md-12.col-large-gutter,
.flex-col-lg.col-large-gutter,
.flex-col-lg-1.col-large-gutter,
.flex-col-lg-2.col-large-gutter,
.flex-col-lg-3.col-large-gutter,
.flex-col-lg-4.col-large-gutter,
.flex-col-lg-5.col-large-gutter,
.flex-col-lg-6.col-large-gutter,
.flex-col-lg-7.col-large-gutter,
.flex-col-lg-8.col-large-gutter,
.flex-col-lg-9.col-large-gutter,
.flex-col-lg-10.col-large-gutter,
.flex-col-lg-11.col-large-gutter,
.flex-col-lg-12.col-large-gutter {
	padding-right: 1.5rem;
	padding-left: 1.5rem;
}

.flex-col-xs.col-xl-gutter,
.flex-col-xs-1.col-xl-gutter,
.flex-col-xs-2.col-xl-gutter,
.flex-col-xs-3.col-xl-gutter,
.flex-col-xs-4.col-xl-gutter,
.flex-col-xs-5.col-xl-gutter,
.flex-col-xs-6.col-xl-gutter,
.flex-col-xs-7.col-xl-gutter,
.flex-col-xs-8.col-xl-gutter,
.flex-col-xs-9.col-xl-gutter,
.flex-col-xs-10.col-xl-gutter,
.flex-col-xs-11.col-xl-gutter,
.flex-col-xs-12.col-xl-gutter,
.flex-col-sm.col-xl-gutter,
.flex-col-sm-1.col-xl-gutter,
.flex-col-sm-2.col-xl-gutter,
.flex-col-sm-3.col-xl-gutter,
.flex-col-sm-4.col-xl-gutter,
.flex-col-sm-5.col-xl-gutter,
.flex-col-sm-6.col-xl-gutter,
.flex-col-sm-7.col-xl-gutter,
.flex-col-sm-8.col-xl-gutter,
.flex-col-sm-9.col-xl-gutter,
.flex-col-sm-10.col-xl-gutter,
.flex-col-sm-11.col-xl-gutter,
.flex-col-sm-12.col-xl-gutter,
.flex-col-md.col-xl-gutter,
.flex-col-md-1.col-xl-gutter,
.flex-col-md-2.col-xl-gutter,
.flex-col-md-3.col-xl-gutter,
.flex-col-md-4.col-xl-gutter,
.flex-col-md-5.col-xl-gutter,
.flex-col-md-6.col-xl-gutter,
.flex-col-md-7.col-xl-gutter,
.flex-col-md-8.col-xl-gutter,
.flex-col-md-9.col-xl-gutter,
.flex-col-md-10.col-xl-gutter,
.flex-col-md-11.col-xl-gutter,
.flex-col-md-12.col-xl-gutter,
.flex-col-lg.col-xl-gutter,
.flex-col-lg-1.col-xl-gutter,
.flex-col-lg-2.col-xl-gutter,
.flex-col-lg-3.col-xl-gutter,
.flex-col-lg-4.col-xl-gutter,
.flex-col-lg-5.col-xl-gutter,
.flex-col-lg-6.col-xl-gutter,
.flex-col-lg-7.col-xl-gutter,
.flex-col-lg-8.col-xl-gutter,
.flex-col-lg-9.col-xl-gutter,
.flex-col-lg-10.col-xl-gutter,
.flex-col-lg-11.col-xl-gutter,
.flex-col-lg-12.col-xl-gutter {
	padding-right: 2rem;
	padding-left: 2rem;
}

.flex-col-xs.col-xxl-gutter,
.flex-col-xs-1.col-xxl-gutter,
.flex-col-xs-2.col-xxl-gutter,
.flex-col-xs-3.col-xxl-gutter,
.flex-col-xs-4.col-xxl-gutter,
.flex-col-xs-5.col-xxl-gutter,
.flex-col-xs-6.col-xxl-gutter,
.flex-col-xs-7.col-xxl-gutter,
.flex-col-xs-8.col-xxl-gutter,
.flex-col-xs-9.col-xxl-gutter,
.flex-col-xs-10.col-xxl-gutter,
.flex-col-xs-11.col-xxl-gutter,
.flex-col-xs-12.col-xxl-gutter,
.flex-col-sm.col-xxl-gutter,
.flex-col-sm-1.col-xxl-gutter,
.flex-col-sm-2.col-xxl-gutter,
.flex-col-sm-3.col-xxl-gutter,
.flex-col-sm-4.col-xxl-gutter,
.flex-col-sm-5.col-xxl-gutter,
.flex-col-sm-6.col-xxl-gutter,
.flex-col-sm-7.col-xxl-gutter,
.flex-col-sm-8.col-xxl-gutter,
.flex-col-sm-9.col-xxl-gutter,
.flex-col-sm-10.col-xxl-gutter,
.flex-col-sm-11.col-xxl-gutter,
.flex-col-sm-12.col-xxl-gutter,
.flex-col-md.col-xxl-gutter,
.flex-col-md-1.col-xxl-gutter,
.flex-col-md-2.col-xxl-gutter,
.flex-col-md-3.col-xxl-gutter,
.flex-col-md-4.col-xxl-gutter,
.flex-col-md-5.col-xxl-gutter,
.flex-col-md-6.col-xxl-gutter,
.flex-col-md-7.col-xxl-gutter,
.flex-col-md-8.col-xxl-gutter,
.flex-col-md-9.col-xxl-gutter,
.flex-col-md-10.col-xxl-gutter,
.flex-col-md-11.col-xxl-gutter,
.flex-col-md-12.col-xxl-gutter,
.flex-col-lg.col-xxl-gutter,
.flex-col-lg-1.col-xxl-gutter,
.flex-col-lg-2.col-xxl-gutter,
.flex-col-lg-3.col-xxl-gutter,
.flex-col-lg-4.col-xxl-gutter,
.flex-col-lg-5.col-xxl-gutter,
.flex-col-lg-6.col-xxl-gutter,
.flex-col-lg-7.col-xxl-gutter,
.flex-col-lg-8.col-xxl-gutter,
.flex-col-lg-9.col-xxl-gutter,
.flex-col-lg-10.col-xxl-gutter,
.flex-col-lg-11.col-xxl-gutter,
.flex-col-lg-12.col-xxl-gutter {
	padding-right: 2rem;
	padding-left: 5.5rem;
}

@media only screen and (min-width: 75em) {

	.vertical-top {
		align-self:flex-start;
	}

	.vertical-middle {
		align-self: center;
	}

	.vertical-bottom {
		align-self: flex-end;
	}
}

@media only screen and (min-width: 62em) {

	.vertical-top {
		align-self:flex-start;
	}

	.vertical-middle {
		align-self: center;
	}

	.vertical-bottom {
		align-self: flex-end;
	}
}

@media only screen and (min-width: 48em) {

	.vertical-top {
		align-self:top;
	}

	.vertical-middle {
		align-self: center;
	}

	.vertical-bottom {
		align-self: center;
	}
}

/* ----  Column Classes  ---- */

ul.categories li figure img {
	width:100% !important;
}

ul.categories li span.description {
	padding: 0 0 0 1em;
    -moz-osx-font-smoothing: grayscale;
}

li.categories-paragraphs {
	width: 100% !important;
    -moz-osx-font-smoothing: grayscale;
}

.clearfloat {
	clear: both;
}

.column-bg-image {
	height:100%;
	width:100%;
	background-size: 100% 100%;
	background-position: center center;
}

.column-overlay-container {
	height:100%;
	width:100%;
}

.column-bg-image-no-repeat {
	height:100%;
	width:100%;
	background-size: 100% 100%;
	background-position: center center;
}

.column-content-container {
	max-width: 1700px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	padding: 0 5%;
	margin:0 auto;
}

/* --------  Content Bundles  -------- */

/* ----  Media Content  ---- */

.tp-image-frame img {
    width: auto;
    height: auto;
}

.media-container img {
    width: auto;
    max-width: 600px;
    height: auto;
}

video {
    width: auto;
    max-width: 600px;
    height: auto;
}

/* ----  Modals  ---- */

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(255,255,255,0.6);
}

.modal-content {
    background-color: #ffffff;
	margin: 2rem auto 0 auto;
	padding: 20px 40px;
	border: 2px solid #ccc;
	width: 100%;
	text-align: center;
	max-width: 1150px;
}

.close {
	color: #b5b0ad;
	float: right;
	font-size: 4em;
	font-weight: normal;
	position: absolute;
	right: 10px;
}

.close:hover,
.close:focus {
    color: #139cd8;
    text-decoration: none;
    cursor: pointer;
}

/* ----  Testimonials  ---- */

.testimonial-container {
	padding: 0 5%;
	text-align: left;
}

.testimonial-text {
    margin-bottom: 15px;
}

.testimonial-content.content-half {
	width: 75%;
}

.testimonial-content.content-full {
    width: 100%;
}

.testimonial-author {
    margin-right: 8%;
}

.testimonial-author h2 {
    font-size: 1.15em;
    text-align: right;
    padding: 0.5em 0 0em 0 !important;
    font-weight: bold;
    line-height: 1em;
    -moz-osx-font-smoothing: grayscale;
}

.testimonial-company {
    margin-right: 8%;
}

.testimonial-company h2 {
    font-size: 0.95em;
    text-align: right;
    padding: 0 !important;
    font-weight: normal;
    text-transform: none !important;
    -moz-osx-font-smoothing: grayscale;
}

#not_front.testimonial {
    color: #139cd8;
    float: none;
    width: 80%;
    margin: 0 auto;
    font-size: 1.15em;
}

#not_front.testimonial.text-align_left {
	float: left;
}

#not_front.testimonial.text-align_right {
	float: right;
}

blockquote {
  font-style: italic;
  padding: 1.75em 1.75em 1.25em;
  position: relative;
  background: #f1f2f2;
  color: #139cd8;
  z-index: -11;
  border-radius: 0px;
  border-bottom: solid 6px #139cd8;
  box-shadow: 0px 5px 30px 0px rgba(170, 170, 170, 0.21);
}

blockquote::before{
  font-family: Arial;
  content: "\201C";
  color: #f1f2f2;
  opacity: .6;
  font-size: 13em;
  position: absolute;
  left: -10px;
  top: -40px;
  z-index: -10;
  -moz-osx-font-smoothing: grayscale;
}

blockquote::after{
  content: '';
}

/* -----  Social Media Boxes  ---- */

.social-links-container {
	width: 100%;
	margin: 0 auto;
}

.social-links {
	background-color: #F1F2F2;
	padding: 50px 40px 30px 40px;
	border-radius: 2px;
	transition: all .3s linear;
	text-align: center;
    margin: 0 auto;
}

.social-links a:hover {
	text-decoration: none !important;
}

.social-box-left {
	width: 32%;
	display: inline-block;
	float: left;
}

.social-box-center {
	width: 32%;
	display: inline-block;
	margin: 0 2%;
	float: none;
}

.social-box-right {
	width: 32%;
	display: inline-block;
	float: right;
}

.icon-title h3 {
	color: #b5b0ad;
	font-size: 2.3em;
	margin-top: 25px;
	font-family: Calibri;
    -moz-osx-font-smoothing: grayscale;
}

.icon-title:hover h3 {
	color: #ffffff;
}

.icon-linkedin::before {
	font-family:fontawesome;
	content: '\f08c';
	font-size:5.5em;
	color:#139cd8;
	text-align:center;
    -moz-osx-font-smoothing: grayscale;
}

.icon-box-left.hover_shadow1, .icon-box-center.hover_shadow1, .icon-box-right.hover_shadow1 {
box-shadow: none;
transition: all .3s linear;
}

.icon-twitter::before {
	font-family:fontawesome;
	content: '\f081';
	font-size:5.5em;
	color:#139cd8;
	text-align:center;
    -moz-osx-font-smoothing: grayscale;
}

.icon-youtube::before {
	font-family:fontawesome;
	content: '\f166';
	font-size:5.5em;
	color:#139cd8;
	text-align:center;
    -moz-osx-font-smoothing: grayscale;
}

.icon-box-container a:before, .social-box-container a:before {
	content: "";
	font-family: icons;
	margin-right: 0;
	font-size: 0;
	color: rgba(0,0,0,0);
	background-color:  rgba(0,0,0,0);
	border-radius: 0;
	padding: 0;
}

.icon-linkedin::before {
	font-family:fontawesome;
	content: '\f08c';
	font-size:5.5em;
	color:#139cd8;
	text-align:center;
}

.social-box-left, .social-box-center, .social-box-right {
	box-shadow: 0px 5px 30px 0px rgba(170, 170, 170, 0.21);
	transition: all .3s linear;
}

.social-box-left:hover,
.social-box-center:hover,
.social-box-right:hover {
	background-color: #139cd8 !important;
	box-shadow: 0px 15px 40px 0px rgba(170, 170, 170, 0.21);
	text-decoration: none !important;
}

.social-box-left:hover h3,
.social-box-center:hover h3,
.social-box-right:hover h3 {
	color: #FFFFFF !important;
	text-decoration: none !important;
}

.social-box-left:hover > .icon-linkedin::before,
.social-box-center:hover > .icon-twitter::before,
.social-box-right:hover > .icon-youtube::before  {
	color:#FFFFFF !important;
	text-decoration: none !important;
}

/* ----  Event Items  ---- */

.event {
	width: 100%;
	padding: 0px 0px 45px 0px;
	margin: 10px 0 60px 0;
	border-radius: 3px;
	background-color: #ffffff;
	-moz-box-shadow: 0px 5px 15px -7px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 5px 15px -7px rgba(0,0,0,0.4);
    box-shadow: 0px 5px 15px -7px rgba(0,0,0,0.4);
    transition: top 3s;
	-moz-transition: top .3s linear;
	-webkit-transition: top .3s linear;
	-o-transition: top .3s linear;
    position: relative;
    top: 0;
}

.event::after {
	-moz-box-shadow: 0px 15px 25px -6px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 15px 25px -6px rgba(0,0,0,0.5);
    box-shadow: 0px 15px 25px -6px rgba(0,0,0,0.5);
    position: absolute;
	z-index: -1;
	top: 0;
    left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 0.3s linear;
	content: "";
}

.event:hover {
    top: -7px;
    left: 0px;
    -moz-box-shadow: 0px 5px 15px -7px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 5px 15px -7px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 15px -7px rgba(0,0,0,0.1);
}

.event:hover::after {
	opacity: 1;
}

.event-title {
	padding: 10px 30px;
	background-color: #139cd8;
	border-radius: 2px 2px 0px 0px;
	margin-bottom: 0px;
}

.event-item {
	display: block;
	padding: 40px 40px 30px 40px;
}

figure.event-image {
	width: 50%;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

span.event-details {
	padding: 0 0 0 2em;
	display: inline-block;
	vertical-align: middle;
	width: 50%;
}

.event-title h2 {
	font-size: 1.80em;
	color: #FFFFFF;
	font-family: "calibri", Arial, Helvetica, sans-serif;
	line-height: 1.25em;
	margin: 0;
	text-transform: none;
    -moz-osx-font-smoothing: grayscale;
}

a.event-article:hover {
	text-decoration: none;
	color: #FFFFFF;
}

span.event-detail {
	display: block;
	padding: 0;
}

span.event-details a {
	font-size: 1.15em;
	font-family: "calibri", Arial, Helvetica, sans-serif;
	width: auto;
	display: inline-block;
	padding: 0;
	margin: 0;
	color: #b5b0ad;
    -moz-osx-font-smoothing: grayscale;
}

span.event-detail h3 {
	font-size: 1.25em;
	font-family: "calibri", Arial, Helvetica, sans-serif;
	line-height: 0.75em;
	width: 10%;
	display: inline-block;
	padding: 0px 0 12px 0;
	margin: 10px 0px 10px 0px;
	color: #139cd8;
	border-bottom: solid 1px #33333350;
    -moz-osx-font-smoothing: grayscale;
}

span.event-detail p {
	font-size: 1.15em;
	font-family: "calibri", Arial, Helvetica, sans-serif;
	width: auto;
	display: inline-block;
	padding: 0;
	margin: 0px 0px 10px 0px;
	color: #b5b0ad;
    -moz-osx-font-smoothing: grayscale;
}

.event-buttons {
	display: block;
    margin: 0 40px;
    text-align: center;
    padding-top: 40px;
    border-top: solid 1px #f1f2f2;
}

.event-button {
	margin: 0px 3% 0;
	padding: 10px 10px;
	width: 42%;
	font-size: 1em;
	text-transform: none;
	border-radius: 0px;
	background-color: #df6d27;
	color: #FFFFFF;
	text-align: center;
	display: inline-block;
}

.event-button.tp-buttons:hover {
    background-color: #f4630e;
    color: #FFFFFF;
    text-decoration: none;
}

.field-name-field-event-start, .field-name-field-event-end {
	font-size: 1.10em;
	font-family: "calibri", Arial, Helvetica, sans-serif;
	width: auto;
	display: inline-block;
	padding: 0;
	margin: 0;
	color: #666366;
}

/* ----  Icon Boxes  ---- */

.icon-box-container {
	text-align: center;
    margin: 0 auto;
}

.icon-box-container h2 {
    line-height: 1.5em !important;
    font-size: 1.75em;
    -moz-osx-font-smoothing: grayscale;
}

.icon-box-container p {
	margin: 0;
	padding: 0;
    -moz-osx-font-smoothing: grayscale;
}

.icon-box-left {
	width: 30%;
	float: left;
	display: inline-block;
	text-align: center;
}

.icon-box-left:hover {
	background-color: #fff;
}

.icon-box-center {
	width: 30%;
	float: none;
	display: inline-block;
	padding: 0;
	text-align: center;
}

.icon-box-right {
	width: 30%;
	float: right;
	display: inline-block;
	text-align: center;
}

.icon-box-left figure,
.icon-box-right figure,
.icon-box-center figure {
	margin-bottom: 1em;
}

.icon-box-left figure img,
.icon-box-center figure img,
.icon-box-right figure img {
	max-height: 100px;
	max-width: 100px;
}

.icon-box-left,
.icon-box-right,
.icon-box-center {
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
/*  ----  Separators ----  */

.tp-separator.left .separator-inner {
    float: none;
}

.tp-separator.center .separator-inner {
    margin: 0 auto;
}

.tp-separator.right .separator-inner {
    float: right;
}

/* --------  Content Style Settings  -------- */

/* ----  Header Tags  ---- */

.tp-title h1, .tp-title h2,
.tp-title h3, .tp-title h4,
.tp-title h5, .tp-title h6 {
	margin: 0;
	text-transform: none;
    -moz-osx-font-smoothing: grayscale;
}

.tp-title h1 {
	line-height: 1.25em;
    -moz-osx-font-smoothing: grayscale;
}

.tp-title h2 {
	font-size: 2.5em;
	line-height: 1.1em;
    -moz-osx-font-smoothing: grayscale;
}

.tp-title h3 {
	font-size: 2em;
	line-height: 1em;
    -moz-osx-font-smoothing: grayscale;
}

.tp-title h6 {
	font-size: 1.25em;
	line-height: 1em;
    -moz-osx-font-smoothing: grayscale;
}

.tp-text-area p {
	padding: 0;
	font-size: 1.2em;
	line-height: 1.3em;
	opacity: 1;
    -moz-osx-font-smoothing: grayscale;
}

/* ----  Border Shadows  ---- */

.no-shadow {
	box-shadow: none;
}

.light-outer-top-shadow {
	-webkit-box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.4);
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.4);
}

.light-outer-bottom-shadow {
	-webkit-box-shadow: 0 4px 8px rgba(0,0,0, 0.4);
    -moz-box-shadow: 0 4px 8px rgba(0,0,0, 0.4);
    box-shadow: 0 4px 8px rgba(0,0,0, 0.4);
}

.light-outer-top-bot-shadow {
	-webkit-box-shadow: 0 0px 12px rgba(0,0,0, 0.5);
    -moz-box-shadow: 0 0px 12px rgba(0,0,0, 0.5);
    box-shadow: 0 0px 12px rgba(0,0,0, 0.5);
}

.light-inset-top-shadow {
	-webkit-box-shadow: inset 0 15px 15px -15px rgba(0,0,0,0.4);
    -moz-box-shadow: inset 0 15px 15px -15px rgba(0,0,0,0.4);
    box-shadow: inset 0 15px 15px -15px rgba(0,0,0,0.4);
}

.light-inset-bottom-shadow {
	box-shadow: inset 0 -15px 15px -15px rgba(0,0,0,0.4);
	-webkit-box-shadow: inset 0 -15px 15px -15px rgba(0,0,0,0.4);
    -moz-box-shadow: inset 0 -15px 15px -15px rgba(0,0,0,0.4);
}

.light-inset-top-bot-shadow {
	box-shadow: inset 0 10px 20px -10px rgba(0,0,0,0.4),inset 0 -10px 20px -12px rgba(0,0,0,0.4);
	-webkit-box-shadow: inset 0 10px 20px -10px rgba(0,0,0,0.4),inset 0 -10px 20px -12px rgba(0,0,0,0.4);
    -moz-box-shadow: inset 0 10px 20px -10px rgba(0,0,0,0.4),inset 0 -10px 20px -12px rgba(0,0,0,0.4);
}

.heavy-inset-top-shadow {
	-webkit-box-shadow: inset 0 20px 20px -15px rgba(0,0,0,0.6);
    -moz-box-shadow: inset 0 20px 20px -15px rgba(0,0,0,0.6);
    box-shadow: inset 0 20px 20px -15px rgba(0,0,0,0.6);
}

.heavy-inset-bottom-shadow {
	-webkit-box-shadow: inset 0 -20px 20px -15px rgba(0,0,0,0.6);
    -moz-box-shadow: inset 0 -20px 20px -15px rgba(0,0,0,0.6);
    box-shadow: inset 0 -20px 20px -15px rgba(0,0,0,0.6);
}

.heavy-inset-top-bot-shadow {
	box-shadow: inset 0 10px 25px -10px rgba(0,0,0,0.6),inset 0 -10px 25px -12px rgba(0,0,0,0.6);
	-webkit-box-shadow: inset 0 10px 25px -10px rgba(0,0,0,0.6),inset 0 -10px 25px -12px rgba(0,0,0,0.6);
    -moz-box-shadow: inset 0 10px 25px -10px rgba(0,0,0,0.6),inset 0 -10px 25px -12px rgba(0,0,0,0.6);
}

.heavy-outer-top-shadow {
	-webkit-box-shadow: 0 -6px 17px rgba(80,80,80,0.7);
    -moz-box-shadow: 0 -6px 17px rgba(80,80,80,0.7);
    box-shadow: 0 -6px 17px rgba(80,80,80,0.7);
}

.heavy-outer-bottom-shadow {
	-webkit-box-shadow: 0 5px 20px rgba(80,80,80,0.7);
    -moz-box-shadow: 0 5px 20px rgba(80,80,80,0.7);
    box-shadow: 0 5px 20px rgba(80,80,80,0.7);
}

.heavy-outer-top-bot-shadow {
	-webkit-box-shadow: 0 0px 18px rgba(0,0,0, 0.7);
    -moz-box-shadow: 0 0px 18px rgba(0,0,0, 0.7);
    box-shadow: 0 0px 18px rgba(0,0,0, 0.7);
}

/* ----  Text Shadows  ---- */

.no-text-shadow {
	text-shadow: none;
}

/* -------	Responsive Classes	-------- */

/* ---- Tablet Only ---- */

@media only screen and (min-width: 48em) and (max-width: 62em) { }

/* ---- Tablet and Mobile ---- */

@media only screen and (max-width: 62em) {

	.tp-breadcrumb {
		margin: 0 auto;
	}

/* ---- Column Responsive Padding Classes ---- */

	.tp-columns.btm-pad-mob-tab-sm {
		padding-bottom: 1.5em;
	}

	.tp-columns.btm-pad-mob-tab-md {
		padding-bottom: 2.5em;
	}

	.tp-columns.btm-pad-mob-tab-lg {
		padding-bottom: 3.5em;
	}

	.tp-columns.btm-pad-mob-tab-xl {
		padding-bottom: 5em;
	}

	.tp-columns.top-pad-mob-tab-sm {
		padding-top: 1.5em;
	}

	.tp-columns.top-pad-mob-tab-md {
		padding-top: 2.5em;
	}

	.tp-columns.top-pad-mob-tab-lg {
		padding-top: 3.5em;
	}

	.tp-columns.top-pad-mob-tab-xl {
		padding-top: 5em;
	}

	.tp-columns.top-bottom-pad-mob-tab-sm {
		padding-top: 1.5em;
		padding-bottom: 1.5em;
	}

	.tp-columns.top-bottom-pad-mob-tab-md {
		padding-top: 2.5em;
		padding-bottom: 2.5em;
	}

	.tp-columns.top-bottom-pad-mob-tab-lg {
		padding-top: 3.5em;
		padding-bottom: 3.5em;
	}

	.tp-columns.top-bottom-pad-mob-tab-xl {
		padding-top: 5em;
		padding-bottom: 5em;
	}

	.tp-columns.mob-tab-center .tp-image-frame,
	.tp-columns.mob-tab-center .tp-title,
	.tp-columns.mob-tab-center .tp-text-area,
	.tp-columns.mob-tab-center .tp-video-frame,
	.tp-columns.mob-tab-center .tp-seperator,
	.tp-section-background.mob-tab-center .tp-image-frame,
	.tp-section-background.mob-tab-center .tp-title,
	.tp-section-background.mob-tab-center .tp-text-area,
	.tp-section-background.mob-tab-center .tp-video-frame,
	.tp-section-background.mob-tab-center .tp-seperator {
		text-align: center !important;
	}

	.social-box-left, .icon-box-left {
		width: 100%;
		display: block;
		margin-bottom: 40px;
		float: none;
	}

	.social-box-center, .icon-box-center {
		width: 100%;
		display: block;
		margin: 0px 0px 40px 0px;
		float: none;
	}

	.social-box-right, .icon-box-right {
		width: 100%;
		display: block;
		float: none;
	}

	.social-box-left:hover > .icon-linkedin::before,
	.social-box-center:hover > .icon-twitter::before,
	.social-box-right:hover > .icon-youtube::before  {
		color:#FFFFFF !important;
		text-decoration: none !important;
	}

	.social-box-left a:hover::before,
	.social-box-center a:hover,
	.social-box-right a:hover {
		background-color: #139cd8 !important;
		box-shadow: 0px 15px 40px 0px rgba(170, 170, 170, 0.21);
		text-decoration: none !important;
	}

	.social-box-left a:hover h3,
	.social-box-center a:hover h3,
	.social-box-right a:hover h3 {
		color: #FFFFFF !important;
		text-decoration: none !important;
	}

	.social-links a:hover {
		text-decoration: none !important;
	}

	.icon-linkedin a:hover, .icon-twitter a:hover, .icon-youtube a:hover {
		text-decoration: none !important;
	}
}

/* ----  Event Item Responsive Helpers  ---- */

@media only screen and (min-width: 1300px) {

	figure.event-image img {
		max-height: 220px;
		min-width: 200px;
		max-width: 240px;
	}
}

@media only screen and (min-width: 1100px) and (max-width: 1299px) {

	figure.event-image {
		width: 40%;
	}

	span.event-details {
		padding: 0 0 0 2.5em;
		display: inline-block;
		vertical-align: middle;
		width: 60%;
	}

	.event-title h2 {
		font-size: 1.7em;
		color: #FFFFFF;
		font-family: "calibri", Arial, Helvetica, sans-serif;
		line-height: 1.25em;
		margin: 0;
		text-transform: none;
        -moz-osx-font-smoothing: grayscale;
	}

	span.event-details a {
		font-size: 1em;
        -moz-osx-font-smoothing: grayscale;
	}

	span.event-detail h3 {
		font-size: 1.15em;
		padding: 10px 0 10px 0;
        -moz-osx-font-smoothing: grayscale;
	}

	span.event-detail p {
		font-size: 1em;
        -moz-osx-font-smoothing: grayscale;
	}

	.event-button {
		font-size: 0.9em;
	}

	.field-name-field-event-start, .field-name-field-event-end {
		font-size: 1em;
	}
}

@media only screen and (min-width: 991px) and (max-width: 1099px) {

	.event {
		padding: 0px 0px 25px 0px;
	}

	.event-title {
		padding: 10px;
	}

	.event-item {
		padding: 45px 40px 10px 40px;
	}

	figure.event-image img {
		width: auto;
		height: 140px;
	}

	figure.event-image {
		width: 100%;
		display: block;
		text-align: center;
		padding: 0 15%;
		margin: 0 0 15px 0;
	}

	span.event-details {
		padding: 20px 0 0 0;
		display: block;
		width: 100%;
		text-align: center;
	}

	span.event-detail {
		padding: 0 0 15px 0;
	}

	span.event-detail h3 {
		font-size: 1.35em;
		width: auto;
		display: inline-block;
		padding: 0px 0 12px 0;
		margin: 10px 0px 15px 0px;
        -moz-osx-font-smoothing: grayscale;
	}

	h2.event-title {
		text-align: center;
        -moz-osx-font-smoothing: grayscale;
	}

	span.event-details p {
		font-size: 1.25em;
        -moz-osx-font-smoothing: grayscale;
	}

	.event-buttons {
		margin: 0 40px;
		text-align: center;
		padding: 35px 0px 20px 0px;
	}

	.event-button {
		margin: 0px 3% 0;
		padding: 10px 10px;
		width: 42%;
		font-size: 1em;
		text-align: center;
		display: inline-block;
	}
}

@media only screen and (min-width: 768px) and (max-width: 990px) {

	.event {
		width: 100%;
		padding: 0px 0px 45px 0px;
		margin: 0px 0 60px 0;
	}

	figure.event-image {
		width: 50%;
	}

	figure.event-image img {
		width: auto;
		height: auto;
		min-width: 180px;
		max-width: 230px;
	}

	span.event-details {
		padding: 0 0 0 2.5em;
		width: 50%;
	}

	span.event-details a {
		font-size: 1.25em;
        -moz-osx-font-smoothing: grayscale;
	}

	span.event-detail h3 {
		font-size: 1.5em;
		padding: 10px 0 10px 0;
        -moz-osx-font-smoothing: grayscale;
	}

	span.event-detail p {
		font-size: 1.25em;
        -moz-osx-font-smoothing: grayscale;
	}

	.event-buttons {
		display: block;
		margin: 0 40px;
		text-align: center;
		padding-top: 30px;
	}

	.event-button {
		margin: 15px 3% 0;
		padding: 10px 10px;
		width: 42%;
		font-size: 1.1em;
	}

	.field-name-field-event-start, .field-name-field-event-end {
		font-size: 1.25em;
	}
}

@media only screen and (max-width: 767px) {

	.event {
		padding: 0px 0px 25px 0px;
	}

	.event-title h2 {
		font-size: 1.9em;
        -moz-osx-font-smoothing: grayscale;
	}

	figure.event-image img {
		width: auto;
		height: auto;
		max-height: 200px;
	}

	figure.event-image {
		width: 100%;
		display: block;
		text-align: center;
		padding: 0 15%;
		margin: 20px 0 10px 0;
	}

	span.event-details {
		padding: 20px 0 5px 0;
		display: block;
		width: 100%;
		text-align: center;
	}

	span.event-detail {
		padding-bottom: 0px;
	}

	span.event-details a {
		font-size: 1.20em;
        -moz-osx-font-smoothing: grayscale;
	}

	span.event-detail h3 {
		font-size: 1.75em;
		width: auto;
		display: inline-block;
		padding: 0px 0 12px 0;
		margin: 10px 0px 15px 0px;
        -moz-osx-font-smoothing: grayscale;
	}

	h2.event-title {
		text-align: center;
	}

	span.event-detail p {
		font-size: 1.5em;
        -moz-osx-font-smoothing: grayscale;
	}

	span.event-detail h3 {
		padding: 15px 0 15px 0;
        -moz-osx-font-smoothing: grayscale;
	}

	.event-buttons {
		display: block;
		margin: 0 40px;
		text-align: center;
		padding: 45px 0px 25px 0px;
	}

	.event-button {
		margin: 0px 3%;
		padding: 10px 10px;
		width: 42%;
	}

	.field-name-field-event-start, .field-name-field-event-end {
		font-size: 1.5em;
	}
}

@media only screen and (max-width: 450px) {

	figure.event-image img {
		width: 100%;
		height: 100%;
		max-width: 300px;
	}

	.event-buttons {
		padding: 20px 0px 25px 0px;
	}

	.event-button {
		margin: 30px 3% 0px;
		padding: 10px 10px;
		width: 95%;
		display: block;
	}
}

/* ---- Misc. Responsive Fixes ---- */

@media only screen and (max-width: 1023px) {

	.tp-breadcrumb {
		font-size: 1.1em;
		padding-top: 10px;
	}
}

@media only screen and (max-width:891px) {

/* ----  Icon Boxes  ---- */

.icon-box-left, .icon-box-center,
.icon-box-right {
    width:90%;
    float:none;
    text-align:center;
    }
.icon-box-left p, .icon-box-center p,
.icon-box-right p {
    text-align:center;
    -moz-osx-font-smoothing: grayscale;
    }
.icon-box-center {
    margin:2em auto;
    }
#not_front.testimonial {
    color:#139cd8;
    float:none;
    width:90%;
    margin: 0 auto;
    font-size:1.15em;
    }
}

/* --------------------------- */

/* --------	 Admin UI Classes  -------- */

.adminimal-theme .field-widget-inline-entity-form fieldset {
    border-top: none;
}

.field-name-field-categories-section .field-item.even,
.field-name-field-categories-section .field-item.odd {
	width: auto !important;
	display: inherit !important;
	float: none !important;
}

/*  --------  Product Category Styles  --------  */

body.page-products-category {
	max-width: 100% !important;
}

.cats-banner-inner {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 460px;
    background-attachment: fixed;
}

.prod-banner {
	width:100%;
	padding:0;
	display:table;
	height:100%;
}

.title-outer {
	display: table-cell;
	vertical-align: bottom;
}

.title-background {
	max-width: 2000px;
	padding: 30px 8% 30px 8%;
	background: linear-gradient(to right,#23ade3cc 0,#0b86c9 100%);
	display: inline-flex;
	text-align: center;

}

.title-background h1 {
	font-size: 2.5em !important;
    margin: 0 !important;
    font-family: "calibri", Arial, Helvetica, sans-serif !important;
    line-height: 1 !important;
    color: #ffffff;
    font-weight: normal !important;
    padding: 0;
    -moz-osx-font-smoothing: grayscale;
}

div.article-in.lt_new-theme article h2 {
	font-size: 32px;
    margin: 0;
    font-family: "calibri", Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
    line-height: 0;
    padding-top: 15px;
    color: #FFFFFF;
    -moz-osx-font-smoothing: grayscale;
}

article {
	margin: 0px !important;
}

.sidebar.lt_new-theme {
	padding: 0px;
	border-radius: 0px;
}

.sidebar-inner {
	padding: 0px;
	background-color: #ffffff;
}

h2.lt_new-theme {
	color: #139cd8;
	text-shadow: 1px 1px 2px rgba(90, 90, 90, 0.2);
	font-size: 2em !important;
	line-height: 1em;
	text-align: center;
	margin-bottom: 10px;
	border-bottom: none;
    -moz-osx-font-smoothing: grayscale;
}

.newnav {
	padding: 0px;
}

.newnav.lt_new-theme ul.in-use a.selector {
    border: none;
}

.newnav ul {
	margin-bottom: 15px;
}

.newnav.lt_new-theme a.selector {
	padding: 0.5em 1.75em 0.5em 1em;
	font-family: "calibri", Arial, Helvetica, sans-serif;
	color: #666366;
	font-size: 1.0em;
	border-radius: 0px;
}

.newnav.lt_new-theme a.selector span {
	font-family: "calibri", Arial, Helvetica, sans-serif;
	color: #139cd8 !important;
	font-size: 0.9em;
	margin-top: 2px;
	background-color: #df6d2700 !important;
    max-width: 90%;
    -moz-osx-font-smoothing: grayscale;
}

.newnav.lt_new-theme a.selector::before {
	right: 0.75em;
	font-weight: bold;
}

.newnav.lt_new-theme a.selector:hover {
	color: #FFFFFF !important;
	box-shadow: 0px 1px 8px #99999960;
	border-radius: 0px;
	text-shadow: rgba(145, 145, 145, 0.7);
}

.newnav.lt_new-theme a.selector:hover span {
	color: #FFFFFF !important;
}

.newnav ul ul a {
	padding: 0.25em 1em;
	font-family: "calibri", Arial, Helvetica, sans-serif;
    -moz-osx-font-smoothing: grayscale;
}

.newnav ul.show a.selector span {
	color: #FFFFFF !important;
	background-color: #139cd8 !important;
    -moz-osx-font-smoothing: grayscale;
}

.newnav .selected {
    font-weight: normal;
    color: #FFFFFF;
    background: #df6d27;
    position: relative;
    padding-right: 2em;
}

.department-links.lt_new-theme {
	margin-top: 10px;
    max-width: 100% !important;
}

.dept-links-outer {
	margin: 20px 0 0 0;
	border-top: solid 2px #F1F2F2;
	padding: 5px 0px 0px 0px;
}

.department-links.lt_new-theme li {
    background-color: #F1F2F2;
    padding: 0.5em 1em;
    margin-bottom: 0px;
    transition: all .3s linear;
    border-radius: 0px;
    margin-top: 15px;
    -moz-osx-font-smoothing: grayscale;
}

.department-links.lt_new-theme li:hover {
    background-color: #139cd8;
    box-shadow: 0px 1px 8px #99999960;
}

.department-links.lt_new-theme li:hover a {
	color: #FFFFFF;
	text-shadow: 0px 1px 5px rgba(105, 105, 105, 0.70);
}

ul.categories li figure.none {
	transition: all .2s linear;
}

ul.categories li a:hover figure.none {
	background: #df6d27;
	transition: all .2s linear;
}

.department-links.lt_new-theme li a {
    padding: 0px;
    margin: 0px;
    -moz-osx-font-smoothing: grayscale;
}

div.prod-title-separator {
	margin: 10px 0px 30px 0px;
}

.product-cats {
	width:100%;
	margin: 0 auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	background: #ffffff;
}

.product-cats-outer {
    padding: 0px 8% 60px 8%;
    max-width: 1800px;
    margin: 0 auto;
    width: 100%;
}

.prod-cat-intro-container-top {
	margin: 80px auto 0px auto;
	padding: 0;
}

.prod-cat-intro-container-bottom {
    margin: 20px auto 0px auto;
    padding: 0;
}

.product-cats-inner {
    padding: 0;
    margin: 0 -0.5rem 0 0rem;
}

.product-cats-inner.default-desc, .product-cats-inner.no-desc {
    padding: 60px 0 0 0;
} 

.product-cats-inner.no-desc .prod-cat-catalogue-outer {
    padding: 0px 0px 30px 0px;
    margin-top: 0px;
}

.sidebar-outer {
    padding: 0;
}

.prod-cat-intro-inner {
	padding: 0 8%;
	max-width: 1800px;
	margin: 0 auto;
	width: 100%;
}

.prod-cats-gutter {
    padding: 0 0 0 3rem;
    margin: 0 auto;
}

.current-cat.lt_new-theme {
	width: 100%;
	padding: 0px;
	background: #FFF;
}

.product-catalog.lt_new-theme {
	padding: 0px;
	float: none;
}

.prod-cat-intro-title h2 {
    font-size: 2.5em;
    line-height: 1.1em;
    color: #139cd8;
    border-bottom: none;
    padding: 0px 0px 10px 0px;
    font-family: "calibribold";
    -moz-osx-font-smoothing: grayscale;
}

.prod-cat-intro-title, .product-catalog .taxonomy-description  {
	padding-bottom: 0px;
	margin-bottom: 10px;
	display: inline-block;
	width: 100%;
}

ul.categories a {
    position: relative;
    -moz-osx-font-smoothing: grayscale;
}

#white-brackets {
    position: relative;
	height: 100%;
	width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

ul.categories li:before, ul.categories li:after, ul.categories li>:first-child:before, ul.categories li>:first-child:after {
    position:absolute;
    width:0px; height: 0px;
    border-color: #ffffff00;
    border-style: solid;
    content: ' ';
    transition: all .3s linear;
    border-radius: 2px;
}

ul.categories li:hover>:first-child:before, ul.categories li:hover>:first-child:after {
    width: calc(100% + 1px); height:100%;
}

ul.categories li:hover:before, ul.categories li:hover:after {
     width:calc(100% - 20px); height:100%;
}

ul.categories li:hover:before, ul.categories li:hover:after, 
ul.categories li:hover>:first-child:before, ul.categories li:hover>:first-child:after {
    border-color: #139cd8;
    border-style: solid;
    content: ' ';
}

ul.categories li:before {top:0px;left:10px;border-width: 2pt 0 0pt 2pt; -moz-osx-font-smoothing: grayscale;}
ul.categories li:after {top:0;right:0;border-width: 0px 0pt 0 0; -moz-osx-font-smoothing: grayscale;}
ul.categories li>:first-child:before {bottom:0px;right:-1px;border-width: 0 2pt 2pt 0; -moz-osx-font-smoothing: grayscale;}
ul.categories li>:first-child:after {bottom:0;left:0;border-width: 0 0 0px 0pt; -moz-osx-font-smoothing: grayscale;}

ul.categories li:hover:before {top:0px;left:10px;border-width: 2pt 0 0 2pt;}
ul.categories li:hover:after {top:0;right:0;border-width: 0px 0pt 0 0;}
ul.categories li:hover>:first-child:before {bottom:0px;right:-1px;border-width: 0 2pt 2pt 0;}
ul.categories li:hover>:first-child:after {bottom:0;left:0;border-width: 0 0 0px 0pt;}

.prod-cat-cta-content h2,
.solutions-half-half-content h2 {
	margin-bottom: 0;
	margin-top: 0;
	font-family: "Calibribold";
	font-size: 1.4em;
    -moz-osx-font-smoothing: grayscale;
}

.white-brackets h2 {
	margin-bottom: 20px;
	margin-top: 0;
	color: #139cd8;
	font-family: "Calibribold";
	font-size: 2.1em;
	line-height: 1.1;
    -moz-osx-font-smoothing: grayscale;
}

#white-brackets h2, #white-brackets h3,
#white-brackets p, #white-brackets ul li { }

.prod-cat-cta-content h2, .prod-cat-cta-content h3,
.prod-cat-cta-content p, .solutions-half-half-content h2,
.solutions-half-half-content h3, .solutions-half-half-content p {
	text-shadow: 1px 1px 1px rgba(20, 20,20, 0);
    -moz-osx-font-smoothing: grayscale;
}

.cat-image-box img {
	border: none;
    height: 300px;
}

.cat-image-box.blue-border {
    border-color: #666366;
    background: #666366;
}

.image-box img {
	box-shadow: 0 5px 15px -3px rgba(0,0,0,0.0);
	margin-bottom: 2em;
	border: none;
    height: 320px;
}

.prod-cat-intro-text h3 {
    margin: 15px 0px 5px 0px;
    color: #139cd8;
    font-size: 1.5rem;
    font-family: "calibribold";
    -moz-osx-font-smoothing: grayscale;
}

.prod-cat-intro-bg h3, .prod-cat-feature-text h3,
.rf-intro h3 {
	margin: 0px 0px 10px 0px;
	color: #666366;
	font-family: "calibribold";
    -moz-osx-font-smoothing: grayscale;
}

.prod-cat-intro-text h3 {
    margin: 10px 0px 0px 0px;
    color: #000000b3;
    font-family: "calibribold";
    -moz-osx-font-smoothing: grayscale;
}

.prod-cat-intro-text p, .prod-cat-intro-bg p {
	font-size: 1.25em;
    line-height: 1.5em;
    color: #666366;
    padding: 0;
    font-family: "calibri", Arial, Helvetica, sans-serif;
    -moz-osx-font-smoothing: grayscale;
}

.prod-cat-intro-text h2, .prod-cat-intro-bg h2,
.rf-intro h2 {
    margin-bottom: 15px;
    margin-top: 0;
    color: #139cd8;
    font-family: "Calibribold";
    font-size: 2rem;
    line-height: 1.1;
    -moz-osx-font-smoothing: grayscale;
}

.top-content h2 {
    margin-bottom: 15px;
    margin-top: 0;
    color: #139cd8;
    font-family: "Calibribold";
    font-size: 2.25rem;
    line-height: 1.1;
    -moz-osx-font-smoothing: grayscale;
}

.prod-cat-intro-text ul li, .prod-cat-intro-bg ul li,
.rf-intro ul li, .product-catalog .taxonomy-description ul li {
	font-size: 1.15em;
    line-height: 1.75em;
    color: #666366;
    padding: 0 0 5px 0px;
    font-family: "calibri", Arial, Helvetica, sans-serif;
    -moz-osx-font-smoothing: grayscale;
}

.tp-buttons button.tp-buttons {
    text-transform: none;
	font-family: "calibri", Arial, Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.tp-buttons.featured {
	margin: 10px 0px 0px 0px;
}


.intro-button {
	margin-left: 3px;
    margin-top: 20px;
}

.tp-button-container-play button.tp-buttons::after {
	font-family: "icons";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
    text-decoration: inherit;
    width: auto;
    font-size: 1.05em;
    margin-right: 0;
    text-align: right;
    font-variant: normal;
    text-transform: none;
    line-height: 0;
    margin-left: .75em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e81e';
    padding: 0px 0px 6px 0px;
    -moz-osx-font-smoothing: grayscale;
}

.prod-cat-search-title {
	padding: 40px 30px 40px;
	background: #666366;
	margin-top: 0px;
	text-align: center;
	box-shadow: 0px 8px 14px -2px #66666670;
}

.prod-cat-search-title h1 {
	font-size: 3.25em;
	line-height: 1.3em;
	color: #FFFFFF;
	padding: 0;
	margin: 0 0 5px 0;
    text-shadow: 1px 1px 2px rgba(0,0,0,0);
    -moz-osx-font-smoothing: grayscale;
}

.prod-cat-search-title h3 {
	font-size: 1.75em;
	line-height: 1.25em;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
	font-family: "calibri", Arial, Helvetica, sans-serif;
	text-transform: none;
    text-shadow: 1px 1px 2px rgba(0,0,0,0);
    -moz-osx-font-smoothing: grayscale;
}

.top-content {
	margin-bottom: 0px;
}

.prod-cat-display-title-container {
	margin: 0 auto;
	background-color: #139cd8;
	text-align: center;
	padding: 45px 5% 50px 5%;
}

.prod-cat-display-title-container h1 {
	color: #FFFFFF;
	text-transform: none;
	font-family: "calibri", Arial, Helvetica, sans-serif;
    -moz-osx-font-smoothing: grayscale;
}


.prod-cat-intro-text {
	transition: all 0.4s ease-in-out;
	animation-duration: 4s;
	animation-delay: 1s;
    min-height: 360px;
    display: table;
}

.prod-cat-intro-bg {
    transition: all 0.4s ease-in-out;
    animation-duration: 4s;
    animation-delay: 1s;
    min-height: 360px;
}

.cat-image-box {
}

.taxonomy-description {
    margin-bottom: 0px;
    padding: 0px;
}

.page-products-category .taxonomy-description.w-rf-intro {
    margin-bottom: 0px;
    padding: 0px;
    display: inline-block;
    vertical-align: middle;
    min-height: 360px;
    height: 100%;
}

.taxonomy-description p, .product-catalog .taxonomy-description p {
	font-size: 1.25rem;
    color: #666366;
    padding: 10px 5px;
    margin-bottom: 0 !important;
    -moz-osx-font-smoothing: grayscale;
}

.taxonomy-description ul li, .top-content .taxonomy-description ul li {
    list-style: none;
    margin-bottom: 0px;
    -moz-osx-font-smoothing: grayscale;
}

.taxonomy-description ul, .top-content .taxonomy-description ul {
    padding-left: 0px;
    margin-top: 5px;
    margin-bottom: 0px;
    -moz-osx-font-smoothing: grayscale;
}

.top-content .taxonomy-description {
    margin-top: -15px;
    padding: 0px !important;
}

.prod-cat-cta, .solutions-half-half {
	min-height: 100px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.solutions-half-half {
    margin-top: 20px;
}

.prod-cat-cta-overlay {
	min-height: 100px;
	width: 100%;
}

.prod-cat-cta-content, .solutions-half-half-content {
	padding: 0;
	margin: 0 auto;
	width: 100%;
}

.prod-cat-cta-text {
	background: #139cd8;
	padding: 120px 10% !important;
	display: table;
	margin: 0 auto;
}

.hglt-cta-text {
    padding: 120px 10% !important;
    display: table;
}

.solutions-half-half-text.blue {
	background: #139cd8;
}

.solutions-half-half-text.dark-gray {
	background: #666366;
}

.solutions-half-half-text.green {
	background: #93ad28;
}

.solutions-half-half-text.orange {
	background: #df6d27;
}

.solutions-half-half-text {
	padding: 100px 6% !important;
	display: table;
	margin: 0 0% 0 auto;
}

.prod-cat-cta-text h2, .solutions-half-half h2 {
	color: #ffffff;
	font-size: 1.35em;
	line-height: 1.5em;
	margin: 0;
    -moz-osx-font-smoothing: grayscale;
}

.prod-cat-catalogue-inner.col-med-gutter {
	margin-right: 5px;
	margin-left: 5px;
}

.prod-cat-paragraph {
	padding: 60px 5%;
}

.featured-solution-text {
    padding: 50px 160px 50px 70px !important;
    margin: 0 -50px 0 auto;
    border-radius: 0px;
    box-shadow: 0px 0px 40px 5px #d1d1d1;

}

.featured-solution-text.silver-bg {
	background: #F1F2F2;
	border: solid 8pt #F1F2F2;
}

.featured-solution-text.dark-gray-bg {
	background: #666366;
	border: solid 8pt #666366;
}

.featured-solution-text.blue-bg {
	background: #139cd8;
	border: solid 8pt #139cd8;
}

.featured-solution-text.green-bg {
	background: #93ad28;
	border: solid 8pt #93ad28;
}

.featured-solution-text.silver-bg p {
	color: #666366;
    -moz-osx-font-smoothing: grayscale;
}

.featured-solution-text.silver-bg h2 {
	color: #139cd8;
    -moz-osx-font-smoothing: grayscale;
}

.featured-solution-text.dark-gray-bg p, .featured-solution-text.blue-bg p,
.featured-solution-text.green-bg p, .featured-solution-text.dark-gray-bg h2,
.featured-solution-text.blue-bg h2, .featured-solution-text.green-bg h2 {
	color: #ffffff;
    -moz-osx-font-smoothing: grayscale;
}

.featured-solution-text.light-gray-border {
	background: #FFFFFF;
	border: solid 8pt #b5b0ad;
}

.featured-solution-text.dark-gray-border {
	background: #FFFFFF;
	border: solid 8pt #666366;
}

.featured-solution-text.blue-border {
	background: #FFFFFF;
	border: solid 8pt #139cd8;
}

.featured-solution-text.green-border {
	background: #FFFFFF;
	border: solid 8pt #93ad28;
}

.featured-solution-text.light-gray-border h2, .featured-solution-text.dark-gray-border h2,
.featured-solution-text.blue-border h2 {
	color: #139cd8;
    -moz-osx-font-smoothing: grayscale;
}

.featured-solution-text.green-border h2, .featured-solution-text.light-gray-border p,
.featured-solution-text.blue-border p {
	color: #666366;
    -moz-osx-font-smoothing: grayscale;
}

.featured-solution-text.green-border p, .featured-solution-text.dark-gray-border p {
	color: #a29e9e;
    -moz-osx-font-smoothing: grayscale;
}

.featured-solution-outer.blue-border, .featured-solution-outer.green-border,
.featured-solution-outer.dark-gray-border {
	background: #f1f2f2;
}

.featured-solution-text h2 {
	font-size: 2em;
	line-height: 1.1em;
	border-bottom: none;
	padding: 0px 0px 15px 0px;
	font-family: "calibribold";
	letter-spacing: 1px;
    -moz-osx-font-smoothing: grayscale;
}

.featured-solution-inner {
    width: 100%;
    margin: 0 auto;
    max-width: 1800px;
    padding: 120px 8%;
}


/*  --------  Animations  --------  */

/**
 * ----------------------------------------
 * animation scale-up-center
 * ----------------------------------------
 */

.scale-up-center {
	-webkit-animation: scale-up-center 0.2s linear both;
	animation: scale-up-center 0.2s linear both;
}

@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
  }
}
@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
  }
}

 /*  ------  New Styles (CVS Division Designs) ------  */

.tp-title h4 {
    font-size: 1.6em !important;
    line-height: 1.4em !important;
    font-family: calibri !important;
    -moz-osx-font-smoothing: grayscale;
}
.tp-title h5 {
    font-size: 1.50em;
    line-height: 1.35em;
    color: #fff !important;
    -moz-osx-font-smoothing: grayscale;
}
a:hover {
text-decoration: none !important;
}

.cta-text-shadow h2, .cta-text-shadow h1 {
    text-shadow: 1px 1px 0 rgba(0,0,0,0);
    -moz-osx-font-smoothing: grayscale;
}
.black-overlay .tp-section-bg-overlay {
    background: rgba(0,0,0,0.82) !important;
}
.cvs-large-title h1 {
font-size: 3.5em;
-moz-osx-font-smoothing: grayscale;
}
.cvs-outer-shadow {
background: #F1F2F2 !important;
}
.section-border-bottom {
border-bottom: solid 2px #38383820;
}
.play-button::after {
font-family: "icons";
font-style: normal;
font-weight: normal;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: 0;
text-align: center;
font-variant: normal;
text-transform: none;
line-height: 1em;
margin-left: 1em;
-moz-osx-font-smoothing: grayscale;
content: '\e81e';
font-size: 1em;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
-moz-osx-font-smoothing: grayscale;
}

.tp-title h1 {
font-size: 3.25em;
-moz-osx-font-smoothing: grayscale;
}

.customized-cvs .tp-section-outer {
    width: 100% !important;
    max-width: 100% !important;
}
.customized-right-column .column-content-container {
    max-width: 95% !important;
    padding: 80px 10% !important;
}
.customized-right-column {
    background: #f1f2f2;
    width: 100% !important;
}
.tp-section-outer.full-width {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.tp-section-outer.full-width .column-content-container {
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

.admin-tabs-bg {
    margin: 0px;
    background: transparent;
    padding: 7px 0px;
    box-shadow: 0px 5px 6px rgba(0,0,0,0.3);
}
.admin-tabs-inner {
    max-width: 1800px;
    margin: 0 auto;
    padding: 0 8%;
}

.tabs ul.primary {
    padding: 13px 0px;
    font-family: "calibri", Arial, Helvetica, sans-serif !important;
    -moz-osx-font-smoothing: grayscale;
}

.tabs ul.primary li.active a {
    background-color: #139cd8;
    border: none;
    color: #FFF;
    font-family: Calibri;
    box-shadow: 0px 0px 2px rgba(59, 59, 59, 0.4);
}
.tabs ul.primary li a {
    padding: 10px 25px;
    font-size: 1.1em;
    border: none;
    font-family: Calibri;
    border-radius: 2px;
    color: #666366;
}
.tabs ul.primary li a:hover {
    padding: 10px 25px;
    font-size: 1.1em;
    background: #139cd8;
    color: #fff;
    border: none;
    font-family: Calibri;
    box-shadow: 0px 0px 3px rgba(59, 59, 59, 0.3);
}

.tp-banner {
    background: transparent;
    border-bottom: none;
    height: auto;
    display: block;
    width: 100%;
    padding: 0;
}

h1, .section-4 .view-search .view-header h2, h2, h3, h4, h5, h6, .heading-a, .heading-b, .heading-c, .heading-d, .heading-e, .heading-f {
    text-transform: none !important;
    -moz-osx-font-smoothing: grayscale;
}

.category-box p a:hover {
	text-decoration: none !important;
}

.white-brackets {
	color: #ffffff;
	padding: 65px 40px 45px 55px;
}

.prod-cat-cta-content h3,
.solutions-half-half-content h3 {
	color: #ffffff;
	margin: 0px 0px 20px 0px;
	font-size: 1.5em;
	font-family: "calibribold";
    -moz-osx-font-smoothing: grayscale;
}

.prod-cat-cta-content p,
.solutions-half-half-content p {
	font-size: 1.2em;
    line-height: 1.6em;
    padding: 0;
    color: #ffffff;
    font-family: "calibri", Arial, Helvetica, sans-serif;
    font-weight: lighter;
    -moz-osx-font-smoothing: grayscale;
}
 

.white-brackets ul, .prod-cat-cta-content ul,
.prod-cat-intro-text ul, .prod-cat-intro-bg ul,
.rf-intro ul {
	padding: 0;
	margin: 0px 0px 0px 2.1rem;
}

.solutions-half-half-content ul {
	padding: 0;
	margin: 0px 0px 0px 10px;
}

.white-brackets ul li, .prod-cat-intro-text ul li,
.prod-cat-intro-bg ul li, .rf-intro ul li {
	padding: 0 0 10px 0;
	font-size: 1.1rem;
	color: #666366;
    -moz-osx-font-smoothing: grayscale;
}

.prod-cat-cta-content li, .solutions-half-half-content li,
.white-brackets li, .prod-cat-intro-text li,
.prod-cat-intro-bg li, .rf-intro li {
	position: relative;
	padding-left: 30px;
    -moz-osx-font-smoothing: grayscale;
}

.prod-cat-cta-content ul li, .solutions-half-half-content ul li {

	padding: 0 0 10px 0;
	font-size: 1.2rem;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(20, 20,20, 0);
    -moz-osx-font-smoothing: grayscale;
}

.list-arrows ul li::before, .product-catalog .taxonomy-description ul li::before {
	content: "\e810";
	font-family: icons;
	margin-right: 15px;
	font-size: 0.85em;
	background-color: transparent;
	border-radius: 50%;
	padding: 0px;
	font-weight: bold;
	color: #139cd8;
    -moz-osx-font-smoothing: grayscale;
}

.prod-cat-cta-content ul li::before {
	content: "\e810";
	font-family: icons;
	background-color: transparent;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 1px 1px 1px rgba(20, 20,20, 0);
	position: absolute;
	text-align: center;
	top: 50%;
	left: -25px;
	width: 20px;
	height: 20px;
	margin-top: -9px;
	font-size: 15px;
	line-height: 10px;
    -moz-osx-font-smoothing: grayscale;
}

.white-brackets ul li::before, .prod-cat-intro-text ul li::before,
.prod-cat-intro-bg ul li::before, .rf-intro ul li::before {
	content: "\e810";
	font-family: icons;
	margin-right: 15px;
	font-size: 1em;
	background-color: transparent;
	font-weight: bold;
	color: #139cd8;
	text-shadow: 1px 1px 1px rgba(20, 20,20, 0);
	position: absolute;
	text-align: center;
	top: 50%;
	left: 0;
	width: 10px;
	height: 10px;
	margin-top: -10px;
	font-size: 15px;
	line-height: 10px;
    -moz-osx-font-smoothing: grayscale;
}
/*
@media screen and (min-width: 1650px) {
	.white-brackets ul li::before {
	content: "\e810";
	font-family: icons;
	margin-right: 15px;
	font-size: 1em;
	background-color: transparent;
	font-weight: bold;
	color: #139cd8;
	text-shadow: 1px 1px 1px rgba(20, 20,20, 0);
	position: absolute;
	left: 11%;
	right: auto;
	bottom: auto;
}
}

@media screen and (min-width: 1400px) and (max-width: 1499px) {
	.white-brackets ul li::before {
	content: "\e810";
	font-family: icons;
	margin-right: 15px;
	font-size: 1em;
	background-color: transparent;
	font-weight: bold;
	color: #139cd8;
	text-shadow: 1px 1px 1px rgba(20, 20,20, 0);
	position: absolute;
	left: 13%;
	right: auto;
	bottom: auto;
}
}

@media screen and (min-width: 1500px) and (max-width: 1649px) {
	.white-brackets ul li::before {
	content: "\e810";
	font-family: icons;
	margin-right: 15px;
	font-size: 1em;
	background-color: transparent;
	font-weight: bold;
	color: #139cd8;
	text-shadow: 1px 1px 1px rgba(20, 20,20, 0);
	position: absolute;
	left: 13%;
	right: auto;
	bottom: auto;
}
}
@media screen and (max-width: 1200px) { 
	.white-brackets ul li::before {
		content: "\e810";
		font-family: icons;
		margin-right: 15px;
		font-size: 1em;
		background-color: transparent;
		font-weight: bold;
		color: #139cd8;
		text-shadow: 1px 1px 1px rgba(20, 20,20, 0);
		position: absolute;
		left: 15%;
		right: auto;
		bottom: auto;
	}
}
*/
.solutions-half-half-content ul li::before {
	content: "\e810";
	font-family: icons;
	margin-right: 15px;
	font-size: 1em;
	background-color: transparent;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 1px 1px 1px rgba(20, 20,20, 0);
	position: absolute;
	text-align: center;
	top: 50%;
	left: 0;
	width: 10px;
	height: 10px;
	margin-top: -10px;
	font-size: 15px;
	line-height: 10px;
    -moz-osx-font-smoothing: grayscale;
}

.banner-title-outer {
	width: 100%;
	padding: 0;
    margin: 0 auto;
}

.banner-title-inner {
    max-width: 1800px;
    padding: 15px 8% 20px 8%;
    width: 100%;
    margin: 0px auto;
}

.banner-title-inner h2 {
	font-family: calibri;
	font-size: 2.65rem;
	text-shadow: 0px 1px 1px rgba(0,0,0,0);
    color: #fff;
    margin: 0;
    -moz-osx-font-smoothing: grayscale;
    padding: 0;
}

.banner-title-outer.blue {
	background-color: #139cd8; 
}

.banner-title-outer.dark-gray {
	background-color: #666366;
}

.banner-title-outer.light-gray {
	background-color: #f1f2f2;
	border-bottom: inset 2px #b5b0ad;
}

.banner-title-outer.light-gray h2 {
	color: #139cd8;
    -moz-osx-font-smoothing: grayscale;
}

.banner-title-outer.blue h2, .banner-title.dark-gray h2 {
	color: #FFFFFF;
    -moz-osx-font-smoothing: grayscale;
}

.product-cats {
	padding: 0px 0px 0px 0px;
}

.featured-desc {
	margin: 0px 10px 10px 0px;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.featured-desc p {
	color: #FFFFFF;
	font-family: "calibri", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.5em;
    -moz-osx-font-smoothing: grayscale;
}

.featured-button {
	padding: 0px 0px 0px 0px;
}

.slim-cta-solutions {
	padding-bottom: 60px;
}

.slim-cta-solutions.dark-gray {
	background: #666366;
}

.slim-cta-solutions.blue {
	background: #139cd8;
}

.slim-cta-solutions.green {
	background: #93ad28;
}

.slim-cta-solutions.light-gray {
	background: #f1f2f2;
}

.slim-cta-solutions.blue, .slim-cta-solutions.dark-gray,
.slim-cta-solutions.green {
	color: #ffffff;
	text-shadow: 0px 1px 2px rgba(0,0,0,0);
}

.slim-cta-solutions.dark-gray h3, .slim-cta-solutions.blue h3,
.slim-cta-solutions.green h3, .slim-cta-solutions.light-gray h3 {	
	text-shadow: 0px 1px 2px rgba(0,0,0,0);
	font-size: 2rem;
	margin: 0px 0px -105px 0px;
	border: solid 3pt;
	padding: 40px 40px 65px 40px;
    -moz-osx-font-smoothing: grayscale;
}

.slim-cta-solutions.dark-gray h3, .slim-cta-solutions.blue h3,
.slim-cta-solutions.green h3 {
	color: #ffffff;
	border-color: #FFFFFF;
    -moz-osx-font-smoothing: grayscale;
}

.slim-cta-solutions.light-gray h3 {
	color: #666366;
	border-color: #139cd8;
    -moz-osx-font-smoothing: grayscale;
}

.slim-cta-solutions.dark-gray p, .slim-cta-solutions.blue p,
.slim-cta-solutions.green p, .slim-cta-solutions.light-gray p {
	text-shadow: 0px 1px 1px rgba(0,0,0,0);
	font-size: 1.2rem;
	font-family: calibri;
	font-weight:lighter;
	padding: 0px;
    -moz-osx-font-smoothing: grayscale;
}

.slim-cta-solutions.dark-gray p, .slim-cta-solutions.blue p,
.slim-cta-solutions.green p {
	color: #ffffff;
    -moz-osx-font-smoothing: grayscale;
}

.slim-cta-solutions.light-gray p {
	color: #666366;
    -moz-osx-font-smoothing: grayscale;
}

.half-half-icons h5, .half-half-icons span p {
	color: #fff;
	font-size: 1.1rem !important;
    -moz-osx-font-smoothing: grayscale;
    font-family: calibri;
}

.half-half-icons p {
    font-size: 1.2rem !important;
    display: inline-block;
    min-width: 60%;
    line-height: 1.1em;
    vertical-align: middle;
    margin-top: -10px;
    padding-left: 20px;
    font-family: calibribold;
    letter-spacing: 1px;
    -moz-osx-font-smoothing: grayscale;
}

.slim-cta-inner {
	padding: 75px 10% 70px;
	max-width: 1800px;
	text-align: center;
	margin: 0 auto;
}

.half-half-icons {
	margin: 40px 0px 0px -10px;
}

.half-half-icons img {
	max-width: 60px;
	margin-bottom: 10px;
	margin-left: 5px;
	display: inline-block;
}

.half-half-icon-top-left, .half-half-icon-top-right {
	margin-bottom: 40px;
}

.half-half-icon-top-left,.half-half-icon-bottom-left {
	float: left;
}

.half-half-icon-top-right,.half-half-icon-bottom-right {
	float: right;
}

.find-answers-section {
	width: 100%;
	display: block;
	padding: 70px 0 80px 0;
	margin: 0 auto;

}

.find-answers-outer {
	max-width: 1800px;
	padding: 0 5%;
	margin: 0 auto;
}

.find-answers-title {
	text-align: center;
	margin-bottom: 20px;
}

.find-answers-title h1 {
	font-size: 3em;
	color: #139cd8;
	font-family: calibribold;
    -moz-osx-font-smoothing: grayscale;
}

.answer-title h3 {
	font-size: 1.5em;
	color: #666366;
	font-family: calibribold;
	padding: 0px;
	margin: 0.5rem 0px 1rem 0px;
	line-height: 1.6rem;
    -moz-osx-font-smoothing: grayscale;
}

.answers {
    border: solid 0px #b5b0ad;
    text-align: center;
    background: #f1f2f2;
    padding: 90px 10% 40px;
    border-radius: 3px;
    height: 260px;
    margin: -60px 0px 0px 0px;
    vertical-align: middle;
    display: inline-block;
}

.answer-boxx {
	margin: 0px;
}

.answer-box:hover {
    top: -7px;
    left: 0px;
    -moz-box-shadow: 0px 5px 15px -7px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 5px 15px -7px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 15px -7px rgba(0,0,0,0.1);
}

.answers img {
	max-width: 100px;
}

.answer-box {
	background: #ffffff;
	margin: 0 20px;
	text-align: center;
	    transition: top 3s;
	-moz-transition: top .3s linear;
	-webkit-transition: top .3s linear;
	-o-transition: top .3s linear;
    position: relative;
    top: 0;

}

.answers-description {
	text-align: center;
	padding: 0px 20% 30px 20%;
}

.answers-description p {
	color: #666366;
	font-size:1.25em;
}

.answer-box [class^="ico-"]::before, .answer-box [class*=" ico-"]::before {
    font-family: "icons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: auto;
    margin-right: 0;
    text-align: center;
    opacity: 1;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0em;
    font-size: 4.5em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3);
    border: solid 10px #fff;
    border-radius: 100%;
    padding: 15px;
    background: #139cd8;
    color: #fff;
    transition: top 3s;
	-moz-transition: top .3s linear;
	-webkit-transition: top .3s linear;
	-o-transition: top .3s linear;
    position: relative;
    top: 0;
    z-index: 1000;
    -moz-osx-font-smoothing: grayscale;
}

.answer-box:hover::before, answer-box:hover::before {
    top: -7px;
    left: 0px;
    -moz-box-shadow: 0px -1px 25px -12px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px -1px 25px -12px rgba(0,0,0,0.1);
    box-shadow: 0px -1px 25px -12px rgba(0,0,0,0.1);
}

.prod-cat-catalogue-item-inner h5 {
	font-weight: bold;
	font-size: 1.25em;
    -moz-osx-font-smoothing: grayscale;
}

.prod-cat-catalogue-item-inner p {
	color: #666366;
}

.prod-cat-catalogue-item-inner figure {
    min-height:205px;
    margin:0 0 0.5em 0 !important;
	background:#FFF !important;
	box-sizing: border-box !important;
	display: block !important;
	height:auto !important;
	max-height: none;
	text-align:center;
	border-bottom:4px solid #139cd8;
}

.prod-cat-catalogue-item-inner figure img {
	max-height:205px !important;
    width:auto !important;
    margin:0 !important;
}

.prod-cat-catalogue-item-outer {
	margin-bottom: 40px;
	padding:1em !important;
	padding-top:0 !important;
}
.prod-cat-catalogue-item-inner {
	background: #FFF;
	padding: 0;
	cursor:pointer;
	-webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.prod-cat-catalogue-item-inner > div {
	padding:0.5em 1em;
}
.prod-cat-catalogue-item-inner:hover {
	background: #EFEFEF;
	box-shadow: 0px 2px 10px #999;
}
.prod-cat-catalogue-item-inner:hover h5 a {
	color:#df6d27;
}


.prod-cat-catalogue-item-inner dl {
	width:100%;
	text-align:left;
	font-size:1em;
	max-height: 10.2em;
    overflow: hidden;
}
.prod-cat-catalogue-item-inner dt {
	display:block;
	vertical-align: top;
	color:#999;
	width:100%;
	margin-bottom:0;
	font-size:0.8em;
	line-height: 1em;
}
.prod-cat-catalogue-item-inner dd {
	display:block;
	vertical-align: top;
	color:#666366;
	width:100%;
	margin-bottom:0.5em;
	font-weight:bold;
}
.prod-cat-catalogue-item-inner .ellipsis {
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/***	Responsive Styles 	***/

@media screen and (min-width: 42em) and (max-width: 61.99em) {

	.prod-cat-intro-container {
	    margin: 20px auto 60px auto;
	}

    .prod-cat-intro-text, .prod-cat-intro-bg {
        padding-left: 0;
    }

	.image-box {
		padding: 30px 60px;
	}

	img.hide-mobile {
		display: none !important;
	}

	#white-brackets > :first-child::before {
		right: 30px;
	}

	.white-brackets {
		padding: 50px 80px 30px 40px;
	}

	.prod-cats-gutter {
    	padding: 0;
	}

	.product-cats-inner {
		padding: 40px 5%;
	}

	.featured-solution-text {
	    padding: 60px 60px 140px 60px !important;
	    margin: 0 auto 60px auto;
	    border-radius: 0px;
	}

	.featured-solution-inner {
	    width: 100%;
	    margin: 0 auto;
	    padding: 80px 8%;
	}

	.cat-image-box {
		margin-right: 10%;
		margin-left: 10%;
		margin-top: -160px;
	}
}

@media screen and (max-width: 45em) {

	.prod-cat-intro-container {
	    margin: 30px auto 60px;
	}

    .prod-cat-intro-text, .prod-cat-intro-bg {
        padding-left: 0;
    }

	.image-box {
		padding: 30px 80px;
	}

	img.hide-mobile {
		display: none !important;
	}

	#white-brackets > :first-child::before {
		right: 30px;
	}

	.white-brackets {
		padding: 50px 40px 30px 40px;
	}

	.taxonomy-description, .top-content .taxonomy-description {
    	padding: 40px 40px 30px 10px;
	}

	.prod-cats-gutter {
    	padding: 0;
	}

	.product-cats-inner {
		padding: 40px 5%;
	}

	.featured-solution-text {
	    padding: 60px 60px 140px 60px !important;
	    margin: 0 auto 60px auto;
	    border-radius: 0px;
	}

	.featured-solution-inner {
	    width: 100%;
	    margin: 0 auto;
	    padding: 80px 8%;
	}

	.cat-image-box {
		margin-right: 10%;
		margin-left: 10%;
		margin-top: -160px;
	}

	.solutions-half-half-text {
    	padding: 60px 10% !important;
	}

	.half-half-icon-bottom-left {
		margin-bottom: 40px;
	}

	.half-half-icon-top-left, .half-half-icon-bottom-left,
	.half-half-icon-top-right, .half-half-icon-bottom-right {
    	float: none;
	}

	.answers {
		border: solid 0px #b5b0ad;
		text-align: center;
		background: #f1f2f2;
		padding: 90px 10% 40px;
		border-radius: 3px;
		height: auto;
		margin: -60px 0px 0px 0px;
		vertical-align: middle;
		display: inline-block;
		width: 100%;
	}

	.answer-box {
    	margin: 0 20px 40px 20px;
	}

	.find-answers-outer {
    	padding: 0 10%;
	}

	.find-answers-section {
		padding: 60px 0 40px 0;
	}

	.answers-description {
	    padding: 0px 5% 30px 5%;
	}

	.solutions-half-half-text {
		padding: 80px 10% !important;
	}
}

.media-container.full-width img {
    width: 100%;
    max-width: 100%;
    height: 65vh;
}

.column-content-container .media-container.full-width  {
	max-width: 100% !important;
}

.modal video {
	max-width: 1060px;
	padding: 40px;
}

.video-pop-up {
    position: relative;
    width: auto;
    height: 100%;
    display: inline-block;
    transition: all .3s linear;
}

.video-pop-up i.ico-video {
    font-size: 6em;
    color: #ffffff;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
    position: absolute;
    top : auto;
    left : auto;
    margin: 0 0rem;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.3);
}

.video-pop-up:hover > i.ico-video::before {
    transform: rotate(0deg) scale(1.15) skew(0deg) translate(0px);
    -webkit-transform: rotate(0deg) scale(1.15) skew(0deg) translate(0px);
    -moz-transform: rotate(0deg) scale(1.15) skew(0deg) translate(0px);
    -o-transform: rotate(0deg) scale(1.15) skew(0deg) translate(0px);
    -ms-transform: rotate(0deg) scale(1.15) skew(0deg) translate(0px);
}

.video-pop-up i.ico-video::before {
    transition: all .4s linear;
    display: inline-block;
    margin-right: 0;
    margin-left: 0;
    line-height: 0;
    top: 50%;
    vertical-align: top;
    position: relative;
    height: auto;
}

.video-pop-up [class^="ico-"]::before, .video-pop-up [class*=" ico-"]::before {
    width: auto;
    margin-right: 0;
    text-align: center;
    opacity: 1;
    font-variant: normal;
    text-transform: none;
    line-height: 0;
    margin-left: 0;
}

.slow-spin {
  -webkit-animation: fa-spin 4s 1 linear;
  animation: fa-spin 4s 1 linear;
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.video-pop-up:hover > img {
	cursor: pointer;
    box-shadow: 0px 2px 15px 2px rgba(0, 0, 0, 0.28);
}

.video-pop-up img {
    transition: all .3s linear;
}

.rf-intro {
    margin: 0 auto;
    color: #666366;
    width: auto;
    display: table-cell;
    padding: 0 9%;
    border: none;
    vertical-align: middle;
}

.rf-intro h3 {
    color: #139cd8;
    font-family: "calibribold";
    margin-bottom: 25px;
    font-size: 1.5rem;
    -moz-osx-font-smoothing: grayscale;
}

.rf-intro ul li::before, .product-catalog .taxonomy-description ul li::before {
    left: -25px;
    color: #139cd8;
    -moz-osx-font-smoothing: grayscale;
}

.rf-intro-outer {
    width: 100%;
    display: table;
    padding: 0;
    margin: 0 auto;
    height: 360px;
    background-color: #f1f2f2;
}

.rf-intro ul li, .product-catalog .taxonomy-description ul li {
    color: #666366;
    -moz-osx-font-smoothing: grayscale;
}

.image-box img.hide-mobile {
    margin-bottom: 0px;
}

.taxonomy-description .w-rf-intro h2 {
    margin-bottom: 15px;
    -moz-osx-font-smoothing: grayscale;
}

.top-content.taxonomy-description {
    padding: 0px 30px;
}

.top-content a.file-pdf, .top-content a[type^="application/pdf"]::before, .top-content a[href$=".pdf"]::before {
    content: '';
    padding: 0px 0.1rem 0px 0px;
}

.product-catalog .taxonomy-description {
    padding: 0px 10px 20px !important;
}

/* ----  Buttons  ---- */

.tp-button-container {
    padding: 0;
    width: 100%;
    display: block;
}

.tp-button-container.center {
    text-align: center;
}

.tp-button-container.left {
    text-align: left;
}

.tp-button-container.right {
    text-align: right;
}

.tp-button-container a:hover {
    text-decoration: none !important;
}

.tp-buttons.button_large {
    font-size: 1.65em;
    padding: 18px 50px;
    display: block;
    width: 100%;
    text-transform: none;
}

.tp-buttons {
    background: transparent;
    border: none;
    width: 100%;
    font-family: "calibribold";
}

.tp-buttons a {
    width: 100% !important;
}

.top-content.btn, #sliding-popup .popup-content #popup-buttons .agree-button,
.view-related-news .views-field-view-node a, .facets .toggle,
.top-content a#tabletoggle, button.tp-buttons {
    font-size: 1.1rem;
    padding: 13px 25px;
    text-transform: none;
    width: auto;
    display: inline-block;
    min-width: 20%;
    background-color: #df6d27;
    border: 2px solid #df6d27;
    border-radius: 2px;
    font-family: "calibribold";
    color: #fff;
    transition: all .3s linear;
    -moz-box-shadow: 0px 2px 10px 1px rgba(32, 31, 31, 0.2);
    -webkit-box-shadow: 0px 2px 10px 1px rgba(32, 31, 31, 0.2);
    box-shadow: 0px 2px 10px 1px rgba(32, 31, 31, 0.2);
}

.top-content a.btn, button.tp-buttons.button_small {
    font-size: 1.1rem;
    padding: 6px 25px;
    text-transform: none;
    display: inline-block;
    background-color: #f1f2f2;
    border: 2px solid #f1f2f2;
    border-radius: 3px;
    font-family: "calibribold";
    transition: all 0.2s linear !important;
    margin-right: 5px;
    color: #666366;
    transition: top 3s;
    -moz-transition: top .3s linear;
    -webkit-transition: top .3s linear;
    -o-transition: top .3s linear;
    position: relative;
    top: 0;
}

.top-content.btn:hover, #sliding-popup .popup-content #popup-buttons .agree-button:hover,
.view-related-news .views-field-view-node a:hover, .facets .toggle:hover,
.top-content a#tabletoggle:hover, button.tp-buttons:hover {
    background: #df6d27;
    border: solid 2px #df6d27;
    color: #ffffff;
    -moz-box-shadow: 0px 2px 10px 1px rgba(32, 31, 31, 0.4);
    -webkit-box-shadow: 0px 2px 10px 1px rgba(32, 31, 31, 0.4);
    box-shadow: 0px 2px 10px 1px rgba(32, 31, 31, 0.4);
    top: 0px;
}

.top-content a.btn:hover, button.tp-buttons.button_small a:hover {
    background-color: #f1f2f2;
    border: solid 2px #ddd2;
    color: #df6d27;
    top: -2px;
    left: 0px;
    -moz-box-shadow: 0px 5px 15px -7px rgba(32, 31, 31, 0.2);
    -webkit-box-shadow: 0px 5px 15px -7px rgba(32, 31, 31, 0.2);
    box-shadow: 0px 5px 15px -7px rgba(32, 31, 31, 0.2);
}

.btn.sml-lift {
    transition: top 3s;
    -moz-transition: top .3s linear;
    -webkit-transition: top .3s linear;
    -o-transition: top .3s linear;
    position: relative;
    top: 0;
}

.btn.sml-lift:hover {
    top: -2px;
    left: 0px;
    -moz-box-shadow: 0px 5px 15px -7px rgba(32, 31, 31, 0.2);
    -webkit-box-shadow: 0px 5px 15px -7px rgba(32, 31, 31, 0.2);
    box-shadow: 0px 5px 15px -7px rgba(32, 31, 31, 0.2);
}

.header {
    font-weight: bold;
    background-color: #f1f2f2;
}

.header th {
    height: 80px;
}

.hidden {
    display: none;
}

.bulletColumn {
    width: 12%;
}

.productColumn {
    width:20%;
}

.textColumn {
    width:20%;
}

.prodTable {
    width: 100%;
    border-collapse: collapse;
}
.prodTable th, td, tr {
    border: 1px solid #f1f2f2;
    text-align: center !important;
}

.big-toggle {
    margin-bottom: 0px;
    margin-top: 15px;
    padding: 0px 0px 30px 0px;
    margin-left: 0.1rem;
}

.top-content h3 {
    color: #139cd8;
    padding: 0px;
    -moz-osx-font-smoothing: grayscale;
}

.small-toggle {
    display: inline-block;
    width: auto;
    margin-bottom: 15px;
    margin-top: 10px;
}

.closed {
    display: none;
}

#hardware, #software,
#support, #certifications {
    padding: 40px 80px 30px 60px;
    background: #f1f1f2;
}

#software ul, #hardware ul {
    margin-bottom: 40px;
    padding: 5px 40px 0px 10px;
    -moz-osx-font-smoothing: grayscale;
}

#hardware ul li, #software ul li,
#support ul li, #certifications ul li {
    margin: 0px 0px 15px 0px;
    color: #666366;
    padding-bottom: 20px;
    border-bottom: solid 2px #dddddd;
    line-height: 1.5;
    -moz-osx-font-smoothing: grayscale;
}

#hardware ul li strong, #software ul li strong,
#support ul li strong, #certifications ul li strong {
    color: #139cd8;
    -moz-osx-font-smoothing: grayscale;
}

.modal-content .page-title h3 {
    font-size: 2.2rem;
    border-bottom: solid 2px #ddd;
    padding-bottom: 15px;
    width: auto;
    display: inline-block;
    -moz-osx-font-smoothing: grayscale;
}

.half-right {
    float: right;
}

.prod-cat-catalogue-outer {
    padding: 0px 0px 10px 0px;
    margin-top: 0px;
}

.product-toolbar {
    padding: 0px 8%;
    margin: 60px auto 30px auto;
    max-width: 1800px;
}

.product-toolbar.show-cats {
    padding: 0px 0.5rem;
    margin: 0px auto 30px auto;
    max-width: 1800px;
}

.product-toolbar-full {
    padding: 0px 0.25rem;
    margin: 0px auto;
}

#products_sort_widget {
    width: 100%;
    display: inline-block;
    border-radius: 2px;
    margin: 10px 0px;
    float: right;
    background-color: #f1f2f2;
    min-width: 0px;
    padding: 0px;
}

#search-api-sorts-widget-form {
    width: auto;
    display: inline-block;
}

.form-item {
    margin-top: 0px;
    margin-bottom:0px;
}
#products_sort_widget h2 {
    font-size: 1.25em;
    display: inline-block;
    width: auto;
    padding: 0px 20px;
}

.category-title {
    width: auto;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    padding: 0px 0px 0px 20px;
}

.category-title h3 {
    color: #fff;
    padding: 0.4rem 0 0.5rem 0;
    margin: 0;
    font-size: 1.45em;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.05; 
}

.breadcrumb.page-title {
    width: 100%;
    display: block;
    padding-left: 1px;
  }

.breadcrumb.lang-head {
    width: auto !important;
    display: inline-block !important;
    min-width: 25% !important;
    padding-left: 1px;
  }

.banner-title-inner.page-title {
    max-width: 100%;
    border-top: solid 2px #c8c8c840;
    padding: 5px 0 15px 0;
    width: 100%;
    margin: 15px auto 0px auto;
    display: block;
}

.banner-title-inner.lang-head {
    max-width: 100% !important;
    border-top: solid 2px #c8c8c840 !important;
    padding: 7px 0 12px 0 !important;
    width: 100% !important;
    margin: 20px auto 0px auto !important;
    display: block !important ;
}

.banner-title-inner.page-title h2, .banner-title-inner.lang-head h2 {
    color: #139cd8 !important;
    padding: 0px !important;
    margin: 0px !important;
    font-size: 2.25rem !important;
    width: auto !important;
    display: inline-block !important;
    min-width: 80%;
    max-width: 90%;
    -moz-osx-font-smoothing: grayscale;
}

.tp-breadcrumb.lang-head {
    width: 100% !important;
    display: block !important;
    height: 100%;
}

.tp-breadcrumb.page-title { 
    height: 100%;
    display: block;
}

.tp-breadcrumb-inner.lang-head {
    padding: 15px 4% 0px 8%;
    height: 100%;
    display: block;
}

.tp-breadcrumb-inner.page-title {
    padding: 25px 8% 0px 8%;
    height: 100%;
    display: block;
}

.image-cats {
    margin-top: 0px;
    margin-bottom: 0px;
}

.image-cats img {
    height: 360px;
}

.prod-cat-intro-text.col-no-gutter {
    padding-right: 4rem;
    padding-left: 1rem;
}

.prod-cat-intro.flex-row {
    margin: 0 -8rem 0 -1rem;
}

.cat-intro-image.col-no-gutter {
    margin: 0 0rem;
    padding-right: 0rem;
    padding-left: 0rem;
}

.prod-cat-intro-image.bottom.col-no-gutter {
    margin: 0 0rem;
    padding-right: 1rem;
    padding-left: 1rem;
}

.prod-cat-intro-bg.col-no-gutter {
    padding: 0 8rem 0 1rem;
    margin: 0 auto;
}

.border-top-mid-gray .taxonomy-description.w-rf-intro {
    border-top: solid 3pt #b5b0ad;
}

.tp-page-full-width.border-bottom-mid-gray .taxonomy-description.w-rf-intro {
    border-bottom: solid 3pt #b5b0ad;
}

.border-right-mid-gray .taxonomy-description.w-rf-intro {
    border-right: solid 3pt #b5b0ad;
}

.border-left-mid-gray .taxonomy-description.w-rf-intro {
    border-left: solid 3pt #b5b0ad;
    padding-left: 40px;
}

.border-top-light-gray .taxonomy-description.w-rf-intro {
    border-top: solid 3pt #b5b0ad30;
}

.border-bottom-light-gray .taxonomy-description.w-rf-intro {
    border-bottom: solid 3pt #b5b0ad30;
}

.border-right-light-gray .taxonomy-description.w-rf-intro {
    border-right: solid 3pt #b5b0ad30;
}

.tp-page-full-width.border-left-light-gray .taxonomy-description.w-rf-intro {
    border-left: solid 3pt #b5b0ad30;
    padding-left: 40px;
}

.border-top-dark-gray .taxonomy-description.w-rf-intro {
    border-top: solid 3pt #666366;
}

.border-bottom-dark-gray .taxonomy-description.w-rf-intro {
    border-bottom: solid 3pt #666366;
}

.border-right-dark-gray .taxonomy-description.w-rf-intro {
    border-right: solid 3pt #666366;
}

.border-left-dark-gray .taxonomy-description.w-rf-intro {
    border-left: solid 3pt #666366;
    padding-left: 40px;
}

.border-top-blue .taxonomy-description.w-rf-intro {
    border-top: solid 3pt #139cd8;
}

.border-bottom-blue .taxonomy-description.w-rf-intro {
    border-bottom: solid 3pt #139cd8;
}

.border-right-blue .taxonomy-description.w-rf-intro {
    border-right: solid 3pt #139cd8;
}

.border-left-blue .taxonomy-description.w-rf-intro {
    border-left: solid 3pt #139cd8;
    padding-left: 40px;
}

.taxonomy-description.border-bottom-light-gray {
    display: inline-block;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0px 0px 20px !important;
    border-bottom: solid 3px #b5b0ad50;
    margin-bottom: 30px;
}

.taxonomy-description.border-bottom-light-gray p {
    padding-left: 0px;
    padding-right: 0px;
}

.links-arrange {
    min-width: 25%;
}

.product-cats-outer.show-cats {
    margin-top: 60px;
}