body {
	font-weight: 300;

	   -moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	        font-smoothing: antialiased;
}

/* Typography */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5 {
	font-weight: 300;
}
h1, .h1 {
	font-size: 3.125em;
}
h2, .h2 {
	font-size: 1.75em;
}
.title {
	font-family: 'quendamedium', Arial, sans-serif;
}
.page-intro {
	font-size: 1.25em;
	text-align: center;
	margin-top: 30px;
	padding-bottom: 40px;
}
.page-intro h1 {
	color: #98c12a;
	font-size: 2.5em;
	margin-top: 0;
}
.page-intro img {
	margin: auto;
	margin-bottom: 30px;
}
.section {
	text-align: center;
}
.section h2 {
	font-size: 3.125em;
}
.content {
	font-size: 1.125em;
	margin: 30px 0;
}
.content h3,
.content .h3 {
	color: #98c12a;
}
.alert-info a {
	color: #31708f;
	text-decoration: underline;
}
/* Buttons & Links */
a {
	color: #98c12a;
	-webkit-transition: color 0.3s ease;
	        transition: color 0.3s ease;
}
a:hover {
	color: #465861;
}
.btn.full-round {
	border-radius: 20px;
	border: none;
	font-family: 'quendamedium', Arial, sans-serif;
	font-size: 1.15em;
	padding-left: 20px;
	padding-right: 20px;
	-webkit-transition: background 0.3s ease, border-radius 0.3s ease;
	        transition: background 0.3s ease, border-radius 0.3s ease;
}
.btn.full-round:hover {
	background: #a6ce39;
	border-radius: 0 20px 0 20px;
}
/* View Links */
.view {
	color: #a6ce39;
	display: block;
	font-family: 'quendamedium', Arial, sans-serif;
	line-height: 1em;
	text-align: right;
}
.view:after,
.view-lg:before {
	color: #a6ce39;
	content: "\63";
	display: inline-block;
	font-family: 'ciegroup-icons';
	font-size: 1.45em;
	line-height: 1em;
	margin-left: 10px;
	position: relative;
	top: 7px;
	-webkit-transition: transform 0.75s ease-in-out, color 0.3s ease;
	        transition: transform 0.75s ease-in-out, color 0.3s ease;
}
.view:hover {
	color: #465861;
}
.view:hover:after,
.view-lg:hover:before {
	color: #465861;

	    -ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
          transform: rotate(360deg);

  -webkit-transform-origin: 50% 50%;
	    -ms-transform-origin: 50% 50%;
					transform-origin: 50% 50%;
}
.view-lg {
	color: #465861;
	font-size: 1.25em;
}
.view-lg:before {
	color: #465861;
	top: 10px;
	margin-left: 0;
	margin-right: 10px;
}
.view-lg:after {
	content:"";
}
.view-lg:hover,
.view-lg:hover:before {
	color: #a6ce39;
}
.view-med {
	float: right;
	font-size: 1.25em;
}
.view-med:after {
	font-size: 1.55em;
	line-height: 1em;
	margin-left: 10px;
	top: 10px;
}

/** ELEMENTS **/
.chat-tab-popout .tab {
	background: #a6ce39;
	border: 2px solid #fff;
	border-radius: 15px 0 0 15px;
	border-right: none;
	color: #fff;
	display: block;
  font-size: 3.125em;
	height: 70px;
	left: -60px;
  line-height: 1em;
	padding: 10px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 62px;
}
.chat-tab-popout {
	background: #a6ce39;
	border-radius: 0 0 0 22px;
	max-width: 335px;
	position: fixed;
	right: -335px;
	top: 20%;
	width: 100%;
	z-index: 16;
	transition: right 0.5s ease-in-out,
	            opacity 0.2s ease-in-out;
}
.chat-tab-popout.open {
	right: 0 !important;
}
.chat-tab-popout .form-wrapper {
	border: 2px solid #fff;
	border-radius: 0 0 0 20px;
	border-right: none;
	padding: 30px;
}
.chat-tab-popout .form-wrapper .form-control {
	background: #fff;
}
.chat-tab-popout .btn {
	background: #fff;
	color: #a6ce39;
}
.chat-tab-popout .btn:hover {
	background: #eee;
}

.btn-group.round-corner .pop-up .btn {
	border-radius: 20px;
	-webkit-transition: border-radius 0.3s ease;
	        transition: border-radius 0.3s ease;
}
.btn-group.round-corner .pop-up .btn:hover {
	border-radius: 0 20px 0 20px;
}
.btn-group.round-corner .pop-up .dropdown .btn:hover {
	border-radius: 0;
}
.btn-group .pop-up .dropdown .btn {
	background: #e4e7e9;
	border-radius: 0;
	color: #465861;
}
.pop-up .contact-form .form-control {
	font-size: 1.375em;
}
.pop-up .dropdown {
	margin-bottom: 5px;
}
.pop-up .dropdown-menu {
	border: none;
	top: 48px;
	width: 100%;
}
.pop-up .btn-primary:active:hover,
.pop-up .btn-primary.active:hover,
.pop-up .open > .dropdown-toggle.btn-primary:hover,
.pop-up .btn-primary:active:focus,
.pop-up .btn-primary.active:focus,
.pop-up .open > .dropdown-toggle.btn-primary:focus,
.pop-up .btn-primary:active.focus,
.pop-up .btn-primary.active.focus,
.pop-up .open > .dropdown-toggle.btn-primary.focus {
	background: #a6ce39;
	box-shadow: none;
	color: #fff;
	outline: none;
}
.pop-up .dropdown .btn-primary {
	background: #e4e7e9;
	border: none;
	border-radius: 0;
	color: #465861;
	font-size: 1.375em;
	margin-bottom: 10px;
	text-align: left;
	width: 100%;
}
.chat-tab-area span.caret {
	float: right;
	top: 14px;
}
.cs-pag .pagination {
	margin: 0;
}
.news-page.cs-pag ul.pagination {
	margin-top: 30px;
}
.cs-pag .pagination > li > a,
.cs-pag .pagination > li > span {
	background-color: #e4e7e9;
	border: none;
	border-right: 2px solid #fff;
	color: #465861;
	font-weight: 400;
	padding-left: 15px;
	padding-right: 15px;
}
.cs-pag .pagination > li:last-of-type a {
	border-radius: 0 0 10px 0;
}
.cs-pag .pagination > li > a:hover,
.cs-pag .pagination > li > span:hover,
.cs-pag .pagination > li > a:focus,
.cs-pag .pagination > li > span:focus {
	background-color: #fff;
}
.cs-pag .pagination > li.active > a {
	background-color: #f4f4f4;
	border-color: #fff;
	color: #465861;
}
ul.triangle li {
	position: relative;
	margin-left: 28px;
}
ul.triangle li a {
	color: #465861;
}
ul.triangle li a:before {
	color: #fff;
	content: "\e62a";
	font-family: 'clevericons';
	font-size: 1.875em;
	left: -34px;
	position: absolute;
	top: -10px;
	-webkit-transition: color 0.3s ease, left 0.3s ease;
	        transition: color 0.3s ease, left 0.3s ease;
}

/* Watermark boxes */
.watermark:after {
	background: url('../images/watermark.png') left bottom no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	bottom: 0;
	content: "";
	height: 290px;
	position: absolute;
	width: 564px;
	max-width: 80%;
	z-index: 0;
}
.watermark.watermark-right:after {
	background: url('../images/watermark-right.png') right bottom no-repeat;
	height: 300px;
	width: 533px;
}
.watermark.watermark-light:after {
	opacity: 0.3;
}
.watermark * {
	z-index: 1;
}

/** HR BOTTOM **/
.cie-hr {
	border-bottom: 1px solid #c7cdcf;
	position: relative;
}
.cie-hr:before,
.cie-hr:after {
	bottom: -1px;
	content: "";
	height: 1px;
	position: absolute;
	width: 15px;
}
.cie-hr:before {
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(199,205,207,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(199,205,207,1) 100%);
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(199,205,207,1) 100%);
	left: -15px;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#c7cdcf',GradientType=1 );
}
.cie-hr:after {
	background: -moz-linear-gradient(left,  rgba(199,205,207,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(199,205,207,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right,  rgba(199,205,207,1) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7cdcf', endColorstr='#00ffffff',GradientType=1 );
	right: -15px;
}
.mb30 {
	margin-bottom: 30px;
}
/** HEADER **/
.logo {
	max-width: 226px;
}
.top-bar {
	background: #465861;
	color: #fff;
	font-size: 1.125em;
}
.top-bar a {
	color: #fff;
	font-weight: 400;
	-webkit-transition: opacity 0.3s ease;
	        transition: opacity 0.3s ease;
}
.top-bar a:hover {
	opacity: 0.5;
}
.top-bar .ciegroup-icons {
	display: inline-block;
	font-size: 1.625em;
	line-height: 1em;
	padding-top: 5px;
}
.top-bar .tel {
	bottom: 8px;
	left: 10px;
	position: relative;
}
ul.social-header {
	float: right;
	margin-bottom: 0;
}
ul.social-header li a {
	display: inline-block;
	font-size: 1.625em;
	line-height: 1em;
	padding-top: 5px;
	-webkit-transition: opacity 0.3s ease;
	        transition: opacity 0.3s ease;
}
ul.social-header li.login {
	position: relative;
	bottom: 6px;
}
.header-btn.products {
	width: 33%;
}
.header-btn.team {
	width: 33%;
}
.header-search {
	width: 33%;
}
.btn-group.round-corner {
	width: 100%;
}
.btn-group.round-corner button:first-child {
	border-radius: 0 0 0 20px;
}
.btn-group.round-corner button:last-child {
	border-radius: 0 0 20px 0;
}
.btn-group.round-corner .btn {
	background: #a6ce39;
	color: #fff;
	font-size: 1.375em;
	display: inline-block;
	margin-right: 3px;
	margin-top: 2px;
	height: 53px;
}
.btn-group.round-corner .btn.products,
.btn-group.round-corner .btn.team {
	-webkit-transition: background 0.3s ease;
	        transition: background 0.3s ease;
}
.btn-group.round-corner .btn.products {
	background: #465861;
}
.btn-group.round-corner .btn .ciegroup-icons {
	float: right;
	line-height: 1em;
}
.btn-group.round-corner .btn.team {
	background: #778792;
}
.btn-group.round-corner .btn.team:hover {
	background: #606f79;
}
.btn-group.round-corner .btn.products:hover {
	background: #8bae2a;
}
.btn-group.round-corner .btn.products:active,
.btn-group.round-corner .btn.products:focus {
	border-radius: 0;
}
.btn-group.round-corner .btn.products .ciegroup-icons {
	font-size: 1.25em;
	position: absolute;
	right: 15px;
	top: 11px;
}
.btn-group.round-corner .btn.team .ciegroup-icons {
	font-size: 1.625em;
}
.btn-group.round-corner .btn.search .ciegroup-icons {
	font-size: 50px;
}
.btn-group.round-corner .btn.search {
	background: #a6ce39;
	padding: 1px 7px;
}
.btn-group.round-corner .btn.search:hover {
	color: #d7ff6a;
}
.btn-group.round-corner .btn.search:focus {
	box-shadow: none;
	outline: none;
}
.btn-group.round-corner .form-control {
	background: #fff !important;
	border: 4px solid #a6ce39;
	color: #fff;
	font-size: 1.375em;
	height: 53px;
	margin-top: 2px;
}
.btn-group.round-corner .form-control:focus {
	box-shadow: none;
}
.btn-group.round-corner .input-group input,
.btn-group.round-corner .input-group textarea {
	color: #465861;
}
.btn-group.round-corner .input-group ::-webkit-input-placeholder {
	color: #465861;
}
.btn-group.round-corner .input-group ::-moz-placeholder {
	color: #465861;
}
.btn-group.round-corner .input-group  :-ms-input-placeholder {
	color: #465861;
}
.btn-group.round-corner .input-group ::placeholder {
	color: #465861;
}
.round-corner.pull-right > ul.dropdown-menu {
	left: 0;
	right: inherit;
}
.round-corner .dropdown-menu {
	background: #a6ce39;
	border: none;
	border-radius: 0 0 0 20px;
	min-width: 247px;
	padding-bottom: 0;
	padding-top: 0;
}
.round-corner .dropdown-menu > li > a {
	color: #fff;
	font-size: 1.25em;
	line-height: 1.75em;
	-webkit-transition: background 0.3s ease;
	        transition: background 0.3s ease;
}
.round-corner .dropdown-menu > li.alt {
	margin-top: 2px;
}
.round-corner .dropdown-menu > li.alt > a {
	background: #fff;
	border-radius: 0 0 0 20px;
	color: #a6ce39;
	padding: 13px 20px;
}
.round-corner .dropdown-menu > li.alt > a:hover {
	background: #8bae2a;
	color: #fff;
}
.round-corner .dropdown-menu > li > a:after {
	bottom: 0;
	content: "+";
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.375em;
	float: right;
	position: relative;
}
.round-corner .dropdown-menu > li > a:hover,
.round-corner .dropdown-menu > li > a:focus {
	background-color: #fff;
	color: #a6ce39;
}
/** MAIN NAV **/
.main-nav .caret {
	left: 4px;
	position: relative;
}
.main-nav.navbar-default {
	border: none;
	margin-top: 60px;
}
.main-nav .navbar-nav {
	float: right;
}
.main-nav.navbar {
	margin-bottom: 4px;
}
.main-nav .navbar-brand {
	bottom: 95px;
	position: absolute;
}
.main-nav .navbar-nav > li > a {
	font-size: 1.375em;
	padding-bottom: 7px;
	padding-top: 7px;
}
.main-nav .nav > li > a {
	padding-left: 20px;
	padding-right: 20px;
}
.main-nav .nav > li:last-child > a {
	margin-right: -10px;
}
.main-nav.navbar-default .navbar-nav > .active > a,
.main-nav.navbar-default .navbar-nav > .active > a:hover,
.main-nav.navbar-default .navbar-nav > .active > a:focus {
	background: #e4e7e9;
	border-radius: 0 20px;
	color: #465861;
}
.main-nav .navbar-toggle {
	margin-top: 37px;
}
.main-nav.navbar-default .navbar-nav > .open > a,
.main-nav.navbar-default .navbar-nav > .open > a:hover,
.main-nav.navbar-default .navbar-nav > .open > a:focus {
	border-radius: 0 20px 0 0;
}
.main-nav .navbar-nav > li > .dropdown-menu {
	background: #eee;
	border: none;
	border-radius: 0 0 0 20px;
}
.main-nav .dropdown-menu {
	padding-bottom: 0;
	padding-top: 0;
	box-shadow: none;
}
.main-nav .dropdown-menu > li > a {
	font-size: 1.375em;
	font-weight: 300;
	padding-bottom: 7px;
	padding-top: 7px;
}
.main-nav .dropdown-menu > li > a:hover,
.main-nav .dropdown-menu > li > a:focus {
	background: #465861;
	color: #fff;
}
.main-nav .dropdown-menu > li:last-of-type > a:hover,
.main-nav .dropdown-menu > li:last-of-type > a:focus {
	border-radius: 0 0 0 20px;
}
.main-nav .navbar-toggle {
	border: none;
}
.main-nav .navbar-toggle .icon-bar {
	border-radius: 0;
	background-color: #465861;
	height: 5px;
	width: 27px;
}
.main-nav.navbar-default .navbar-toggle:hover,
.main-nav.navbar-default .navbar-toggle:focus {
	background: #e4e7e9;
}
/** BANNER / CTA **/
.banner {
	margin: 30px 0;
}
.banner .carousel-control.left,
.banner .carousel-control.right {
	background: none;
	bottom: initial;
	padding: 20px;
	top: 45%;
	z-index: 2;
	-webkit-filter: none;
	        filter: none;
}
.banner .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left,
.banner .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
	margin-top: 10px;
	top: 0;
}
.banner .carousel-caption {
	bottom: 30px;
	color: #fff;
	font-size: 4em;
	left: 30px;
	line-height: 1em;
	padding-bottom: 0;
	padding-right: 100px;
	position: absolute;
	right: 0;
	text-align: left;
	z-index: 3;
}
.banner .icon-plus,
.cta .icon-plus {
	bottom: -5px;
	color: #a6ce39;
	font-size: 2em;
	line-height: 1em;
	position: absolute;
	right: 32px;
	z-index: 3;
}
.banner .icon-plus {
	font-size: 0.75em;
}
.banner .carousel-indicators {
	top: 20px;
	right: 20px;
	left: inherit;
	width: inherit;
	margin-left: 0;
	height: 30px;
}
.cta {
	position: relative;
	display: block;
}
.cta:first-of-type {
	margin-bottom: 30px;
}
.cta:before,
.banner .item:before {
	background: url('../images/watermark.png') left bottom no-repeat;
	background-size: contain;
	height: 100%;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	width: 65%;
	z-index: 1;
}
.cta:after,
.banner .item:after {
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(0,0,0,0.7) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.7) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.7) 100%);
	border-radius: 0 0 20px 0;
	bottom: 0;
	content: "";
	height: 40%;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 0;
}
.home-banner.banner img,
.cta img,
.banner img {
	border-radius: 0 0 20px 0;
	-webkit-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
.banner img {
	-webkit-filter: grayscale(0.1);
	        filter: grayscale(0.1);
}
.home-banner.banner img,
.cta img {
	-webkit-filter: grayscale(0.3) contrast(1.2);
	        filter: grayscale(0.3) contrast(1.2);
}
.cta:hover img {
	-webkit-filter: grayscale(0) contrast(1.0);
	        filter: grayscale(0) contrast(1.0);
}
.home-banner.banner:hover img {
	-webkit-filter: grayscale(0) contrast(1.0);
	        filter: grayscale(0) contrast(1.0);
}
.cta-area {
	margin-top: 30px;
}
.cta-text {
	bottom: 30px;
	color: #fff;
	font-size: 2em;
	left: 20px;
	line-height: 1em;
	padding-right: 40px;
	position: absolute;
	z-index: 3;
}
.cta .icon-plus {
	bottom: 22px;
	color: #a6ce39;
	font-size: 2em;
	position: absolute;
	right: 25px;
	z-index: 3;
}
/** SUB NAV **/
ul.sub-nav {
	background: #e4e7e9;
	margin-top: 28px;
	border-radius: 0 20px 0 20px;
}
ul.sub-nav > li > a {
	color: #465861;
	display: block;
	font-size: 1.313em;
	padding: 5px 20px;
}
ul.sub-nav > li > a:hover {
	background: #778792;
	color: #fff;
}
ul.sub-nav > li:first-of-type > a:hover,
ul.sub-nav > li.active:first-of-type > a {
	border-radius: 0 20px 0 0;
}
ul.sub-nav > li:last-of-type > a:hover,
ul.sub-nav > li.active:last-of-type > a {
	border-radius: 0 0 0 20px;
}
ul.sub-nav > li.active > a {
	background: #778792;
	color: #fff;
}

/** CASE STUDY / CASE STUDY CAROUSEL **/
.list-item .list-img,
.cs-carousel .cs-carousel-img {
	border-radius: 0 0 20px 0;
}
.cs-carousel .carousel-control.left,
.cs-carousel  .carousel-control.right {
	background: none;
	z-index: 2;
	-webkit-filter: none;
	        filter: none;
}
.list-item {
	position: relative;
}
.list-item,
.cs-carousel .item {
	margin-bottom: 30px;
	margin-top: 20px;
	height: 420px;
}
.list-item .caption,
.cs-carousel .carousel-caption {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 0 0 20px 0;
	bottom: 70px;
	color: #465861;
	left: 30px;
	line-height: 1.55em;
	padding: 30px;
	position: absolute;
	right: 0;
	text-align: left;
	text-shadow: none;
	width: 35%;
	z-index: 5;
}
.list-item .caption {
	bottom: 62px;
	left: 50px;
}
.news-page .date,
.list-item .date {
	color: #a6ce39;
	font-family: 'quendamedium', Arial, sans-serif;
	font-weight: 400;
	margin-bottom: 10px;
}
.news-page .date {
	font-family: 'Source Sans Pro', sans-serif;
}
.list-item:nth-of-type(even) .caption {
	left: inherit;
	right: 50px;
}
.list-item .caption .title,
.cs-carousel .carousel-caption .title {
	color: #a6ce39;
	font-family: 'quendamedium', Arial, sans-serif;
	font-size: 1.875em;
	margin-bottom: 20px;
}
.cs-carousel .carousel-indicators {
	bottom: 30px;
	left: inherit;
	margin-left: 0;
	right: 32px;
	text-align: right;
	width: inherit;
}
.cs-carousel .carousel-indicators .active {
	background-color: #fff;
	border: 2px solid #a6ce39;
}
.cs-carousel .carousel-indicators li {
	background-color: #f3f4f5;
	border: 2px solid #b7b7b7;
}
.cs-carousel .carousel-indicators .active,
.cs-carousel .carousel-indicators li {
	height: 18px;
	width: 18px;
}
.cs-carousel  .view-lg {
	bottom: 30px;
	left: 20px;
	line-height: 40px;
	margin-bottom: 12px;
	position: absolute;
	text-shadow: 0 0 8px #fff;
	z-index: 10;
}
.cs-carousel  .view-lg:hover {
	color: #a6ce39;
}
.news-page a.full-round {
	margin-top: 30px;
}
.filter {
	background-color: #778792;
	border-radius: 0 0 20px 0;
	color: #fff;
	font-size: 1.375em;
	margin: 30px 0;
	padding: 10px;
}
.filter .btn-filter.active,
.filter .btn-filter {
	background-color: #fff;
	border-radius: 0 0 20px 0;
	color: #465861;
	font-size: 0.818em;
	width: 100%;
	-webkit-transition: background 0.3s ease;
	        transition: background 0.3s ease;
}
.filter .btn-filter.active:hover,
.filter .btn-filter:hover {
	background-color: #465861;
	color: #fff;
}
.filter .btn-filter.active:before,
.filter .btn-filter:before {
	content: "+";
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.5em;
	line-height: 1em;
	position: relative;
	right: 31px;
	top: 3px;
}
.filter .btn-filter.active:before {
	content: "-";
}
.filter .btn-filter.active {
	background-color: #a6ce39;
	color: #fff;
}
.filter .btn:active,
.filter .btn.active {
	box-shadow: none;
}
.filter .btn-filter .ciegroup-icons,
.filter .btn-filter .glyphicon {
	font-size: 1.25em;
	line-height: 1em;
	position: relative;
	right: 5px;
	top: 5px;
}
.filter .btn-default:active,
.filter .btn-default.active,
.filter .open > .dropdown-toggle.btn-default {
	background: #a6ce39;
	color: #fff;
}
.filter .dropdown-menu {
	width: 100%;
}
.dropdown .btn-filter:before {
	display: none;
}
/** FEATURED PRODS **/
.cie-hr.products {
	padding-bottom: 40px;
}
.prod-item {
	position: relative;
}
.prod-item img {
	border: 1px solid #c7cdcf;
}
.prod-item .title {
	color: #778792;
	display: block;
	font-family: 'quendamedium', Arial, sans-serif;
	font-size: 1.25em;
	line-height: 1.0em;
	margin-top: 10px;
	min-height: 83px;
	text-align: left;
}
/** DOon't know why this is here as it breaks tey way th product link is displayed - Somebody must have addded it for a reason **/
/*.prod-item .view {
	bottom: 5px;
	right: 18px;
	position: absolute;
}*/

/** VIDEO BOX **/
.video-box {
	background: url('../images/watermark-right.png') bottom right no-repeat #a6ce39;
	border-radius: 0 0 20px 0;
	margin: 30px 0;
	padding: 30px 25px 30px 30px;
	position: relative;
}
.video-box .video {
	position: relative;
	z-index: 2;
}
.video-box .video iframe {
	border: 2px solid #fff;
}
.howtoav-logo {
	max-width: 267px;
}
.video-box h1 {
	margin-top: 0;
	margin-bottom: 1em;
}
.video-box .title {
	color: #fff;
	font-family: 'quendamedium', Arial, sans-serif;
	font-size: 1.5em;
	line-height: 1.364em;
	margin-top: 30px;
	text-align: left;
}
.video-box .title:before {
	color: #fff;
	content: "\e62a";
	font-family: 'clevericons';
	font-size: 1.875em;
	position: absolute;
	left: -31px;
}
.video-box ul.triangle {
	margin-top: 20px;
	text-align: left;
}
.video-box ul.triangle li {
	padding-bottom: 5px;
	padding-top: 5px;
}
.video-box ul.triangle li a {
	font-weight: 400;
}
.video-box ul.triangle li a:hover {
	color: #fff;
}
.video-box ul.triangle li a:hover:before {
	left: -29px;
}
.video-box .view-med {
	color: #fff;
	line-height: 40px;
	margin-bottom: 12px;
	position: relative;
	z-index: 3;
}
.video-box .view-med:after {
	color: #fff;
}
.video-box .view-med:hover,
.video-box .view-med:hover:after {
	color: #465861;
}
.htav-logo {
	max-width: 280px;
}
/** NEWS & EVENTS FEED **/
.news,
.events {
	float: left;
	width: 100%;
}
.news .news-item {
	background: #778792;
}
.events .news-item {
	background: #a6ce39;
}
.news-item {
	color: #fff;
	border-right: 2px solid #fff;
	float: left;
	font-weight: 400;
	line-height: 1.375em;
	padding: 30px;
	text-align: left;
	width: 50%;
}
.news-item .title {
	font-size: 1.5em;
	line-height: 1.164em;
	margin-bottom: 7px;
	min-height: 80px;
	display: block;
}
.news-item .date {
	font-size: 0.75em;
	margin-bottom: 10px;
	min-height: 44px;
}
.events .news-item:last-of-type {
	border-radius: 0 0 20px 0;
}
.news-item a {
	color: #fff;
}
.news-item .view {
	margin-top: 30px;
}
.news-item .view:after {
	color: #fff;
}
.news-events-copy {
	min-height: 88px;
}
/** VIDEO and BLOG **/
.vidblogs h2 {
	font-size: 1.75em;
}
.vidblogs > div {
	border: 2px solid #a6ce39;
	position: relative;
}
.vidblogs .item {
	height: 200px;
	margin-bottom: 30px;
}
.vidblogs .item .title {
	background-color: rgba(166, 206, 57, 0.8);
	bottom: 0;
	color: #fff;
	left: 0;
	line-height: 1em;
	right: 0;
	padding: 11px 15px;
	position: absolute;
	text-align: left;
}
.vidblogs .item .title:after {
	color: #fff;
	content: "\63";
	font-family: 'ciegroup-icons';
	font-size: 1.45em;
	float: right;
	position: relative;
	top: 2px;
	padding-left: 10px;
}
.vidblogs .item:before {
	border-color: rgba(166, 206, 57, 0.8) transparent transparent transparent;
	border-style: solid;
	border-width: 70px 70px 0 0;
	bottom: auto;
	content: "";
	left: 0;
	position: absolute;
	top: 0;
}
.video .item .type:before {
	color: #fff;
	content: "\e059";
	font-family: 'Glyphicons Halflings';
	font-size: 1.45em;
	left: 10px;
	position: absolute;
	top: 0;
}
.blog .item .type:before {
	color: #fff;
	content: "\61";
	font-family: 'ciegroup-icons';
	font-size: 1.55em;
	left: 10px;
	position: absolute;
	top: 0;
}
.vidblogs.blog .item .title,
.vidblogs.blog > .item .img {
	border-radius: 0 0 20px 0;
}
.vidblogs.blog > .item {
	border-radius: 0 0 23px 0;
}
.vidblogs.blog > div {
	border-color: #778792;
}
.vidblogs.blog .item .title {
	background-color: rgba(119, 135, 146, 0.8);
}
.vidblogs.blog .item:before {
	border-color: rgba(119, 135, 146, 0.8) transparent transparent transparent;
}
/** CONTACT **/
.google-map {
	margin-top: 30px;
	position: relative;
	padding-bottom: 45%; /* This is the aspect ratio */
	height: 0;
	overflow: hidden;
}
.google-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.modal-body .contact-form .form-control {
	background: #e4e7e9;
	color: #465861;
	box-shadow: none;
	font-weight: 400;
}
.modal-body .contact-form .btn.full-round {
	margin-top: 20px;
}
.contact-form .form-control {
	background: #e4e7e9;
	box-shadow: none;
	font-weight: 400;
}
.contact-form .btn.full-round {
	margin-top: 20px;
}
/** FOOTER **/
.site-footer {
	background: #465861;
	color: #fff;
	font-weight: 400;
	margin-top: 50px;
	padding: 50px 0;
	position: relative;
}
.site-footer a {
	color: #fff;
}
.site-footer a:hover {
	color: #a6ce39;
}
.site-footer .watermark {
	opacity: 0.3;
	z-index: 0;
}
.site-footer .title {
	font-size: 1.5em;
	margin-bottom: 10px;
}
.site-footer ul > li > a {
	color: #fff;
}
.site-footer ul.social li {
	margin-bottom: 7px;
}
.site-footer ul.social .clevericons {
	font-size: 1.75em;
	margin-right: 20px;
}
.site-footer .form-control {
	background: transparent;
	border-color: #778792;
	color: #fff;
}
.newsletter-signup .form-group input,
.newsletter-signup .form-group textarea {
	color: #fff;
}
.newsletter-signup .form-group ::-webkit-input-placeholder {
	color: #778792;
}
.newsletter-signup .form-group ::-moz-placeholder {
	color: #778792;
}
.newsletter-signup .form-group  :-ms-input-placeholder {
	color: #778792;
}
.newsletter-signup .form-group ::placeholder {
	color: #778792;
}
.newsletter-signup .btn.btn-primary {
	background: #778792;
	border: none;
	float: right;
}
.newsletter-signup .btn.btn-primary:hover {
	background: #a6ce39;
}
.site-footer hr {
	border-color: #778792;
}
.bottom-footer {
	background: #778792;
	color: #fff;
	font-size: 0.875em;
	font-weight: 400;
	padding: 10px 0;
}
.bottom-footer a {
	color: #fff;
}
.bottom-footer a:hover {
	color: #fff;
	text-decoration: underline;
}
/** accreditations **/
.accreditations-slick img {
	max-height: 56px;
}
.accreditations {
	padding-top: 15px;
}
.accreditations .title {
	font-size: 1.5em;
}
.accred-logos img {
	max-height: 56px;
	margin-top: 10px;
}

.tt-menu {
	background-color: rgb(238, 238, 238);
    color: #333333;
    padding: 20px;
    width: 500px;
    left: -100px;
}
