@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700,900,300);
@import url(https://fonts.googleapis.com/css?family=Muli);
/*------------------------------------*\
    CSS RESET - ERIC MEYER
\*------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*------------------------------------*\
    GRID
\*------------------------------------*/
/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/
/* Table of Contents
==================================================
    #Base 960 Grid
    #Tablet (Portrait)
    #Mobile (Portrait)
    #Mobile (Landscape)
    #Clearing */
/* #Base 960 Grid
================================================== */
.container {
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding: 0;
}
.container .column,
.container .columns {
  float: left;
  display: inline;
  margin-left: 5px;
  margin-right: 5px;
}
.row {
  margin-bottom: 20px;
}
/* Nested Column Classes */
.column.alpha,
.columns.alpha {
  margin-left: 0;
}
.column.omega,
.columns.omega {
  margin-right: 0;
}
/* Base Grid */
.container .one.column,
.container .one.columns {
  width: 30px;
}
.container .two.columns {
  width: 70px;
}
.container .three.columns {
  width: 110px;
}
.container .four.columns {
  width: 150px;
}
.container .five.columns {
  width: 190px;
}
.container .six.columns {
  width: 230px;
}
.container .seven.columns {
  width: 270px;
}
.container .eight.columns {
  width: 310px;
}
.container .nine.columns {
  width: 350px;
}
.container .ten.columns {
  width: 390px;
}
.container .eleven.columns {
  width: 430px;
}
.container .twelve.columns {
  width: 470px;
}
.container .thirteen.columns {
  width: 510px;
}
.container .fourteen.columns {
  width: 550px;
}
.container .fifteen.columns {
  width: 590px;
}
.container .sixteen.columns {
  width: 630px;
}
.container .seventeen.columns {
  width: 670px;
}
.container .eighteen.columns {
  width: 710px;
}
.container .nineteen.columns {
  width: 750px;
}
.container .twenty.columns {
  width: 790px;
}
.container .twentyone.columns {
  width: 830px;
}
.container .twentytwo.columns {
  width: 870px;
}
.container .twentythree.columns {
  width: 910px;
}
.container .twentyfour.columns {
  width: 950px;
}
.container .one-third.column {
  width: 300px;
}
.container .two-thirds.column {
  width: 620px;
}
/* Offsets */
.container .offset-by-one {
  padding-left: 40px;
}
.container .offset-by-two {
  padding-left: 80px;
}
.container .offset-by-three {
  padding-left: 120px;
}
.container .offset-by-four {
  padding-left: 160px;
}
.container .offset-by-five {
  padding-left: 200px;
}
.container .offset-by-six {
  padding-left: 240px;
}
.container .offset-by-seven {
  padding-left: 280px;
}
.container .offset-by-eight {
  padding-left: 320px;
}
.container .offset-by-nine {
  padding-left: 360px;
}
.container .offset-by-ten {
  padding-left: 400px;
}
.container .offset-by-eleven {
  padding-left: 440px;
}
.container .offset-by-twelve {
  padding-left: 480px;
}
.container .offset-by-thirteen {
  padding-left: 520px;
}
.container .offset-by-fourteen {
  padding-left: 560px;
}
.container .offset-by-fifteen {
  padding-left: 600px;
}
.container .offset-by-sixteen {
  padding-left: 640px;
}
.container .offset-by-seventeen {
  padding-left: 680px;
}
.container .offset-by-eighteen {
  padding-left: 720px;
}
.container .offset-by-nineteen {
  padding-left: 760px;
}
.container .offset-by-twenty {
  padding-left: 800px;
}
.container .offset-by-twentyone {
  padding-left: 840px;
}
.container .offset-by-twentytwo {
  padding-left: 880px;
}
.container .offset-by-twentythree {
  padding-left: 920px;
}
/* #Clearing
================================================== */
/* Self Clearing Goodness */
.container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.row:after,
.clearfix:after {
  clear: both;
}
.row,
.clearfix {
  zoom: 1;
}
/* You can also use a <br class="clear" /> to clear columns */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/*------------------------------------*\
    DEFAULT STYLES
\*------------------------------------*/
/*=======SOME USEFUL DEFAULTS=======*/
/* ---global box-sizing--- */
*,
*:after,
*:before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
/* ---clear--- */
.clear:before,
.clear:after {
  content: ' ';
  display: table;
}
.clear:after {
  clear: both;
}
.clear {
  *zoom: 1;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
a {
  color: #000000;
  text-decoration: underline;
}
a:hover {
  color: #444;
}
a:focus {
  outline: 0;
}
a:hover,
a:active {
  outline: 0;
}
input:focus {
  outline: 0;
  border: 1px solid #04A4CC;
}
/* ---MISC--- */
::selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}
::-webkit-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}
::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}
/* ---WORDPRESS CORE--- */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* ---Buttons--- */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  background: #EEE;
  /* Old browsers */
  background: #EEEEEE -moz-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* FF3.6+ */
  background: #EEEEEE -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.2)));
  /* Chrome,Safari4+ */
  background: #EEEEEE -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* Chrome10+,Safari5.1+ */
  background: #EEEEEE -o-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* Opera11.10+ */
  background: #EEEEEE -ms-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* IE10+ */
  background: #eeeeee linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* W3C */
  border: 1px solid #AAA;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #444;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px rgba(255, 255, 255, 0.75);
  cursor: pointer;
  margin-bottom: 20px;
  line-height: normal;
  padding: 8px 10px;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  color: #222;
  background: #DDD;
  /* Old browsers */
  background: #DDDDDD -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* FF3.6+ */
  background: #DDDDDD -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(0, 0, 0, 0.3)));
  /* Chrome,Safari4+ */
  background: #DDDDDD -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Chrome10+,Safari5.1+ */
  background: #DDDDDD -o-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Opera11.10+ */
  background: #DDDDDD -ms-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* IE10+ */
  background: #dddddd linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* W3C */
  border: 1px solid #888;
  border-top: 1px solid #AAA;
  border-left: 1px solid #AAA;
}
.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
  border: 1px solid #666;
  background: #CCC;
  /* Old browsers */
  background: #CCCCCC -moz-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%);
  /* FF3.6+ */
  background: #CCCCCC -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.35)), color-stop(100%, rgba(10, 10, 10, 0.4)));
  /* Chrome,Safari4+ */
  background: #CCCCCC -webkit-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%);
  /* Chrome10+,Safari5.1+ */
  background: #CCCCCC -o-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%);
  /* Opera11.10+ */
  background: #CCCCCC -ms-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%);
  /* IE10+ */
  background: #cccccc linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%);
  /* W3C */
}
.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center;
}
/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* --Images-- */
img.scale-with-grid {
  max-width: 100%;
  height: auto;
}
/* =====BASE TYPOGRAPHICAL STYLES===== */
html {
  font-size: 62.5%;
  /* Sets up the Base 10 stuff */
}
body {
  font-size: 13px;
  font-size: 1.3rem;
  font-family: 'Roboto', sans-serif, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial;
  color: #444;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
}
h1,
.h1 {
  font-size: 32px;
  font-size: 3.2rem;
  color: #56B54F;
  margin-bottom: 20px;
}
h2,
.h2 {
  font-size: 20px;
  font-size: 2rem;
  color: #56B54F;
  margin-bottom: 15px;
  top: 10px;
}
h3,
.h3 {
  font-size: 18px;
  font-size: 1.8rem;
  color: #56B54F;
  margin-bottom: 15px;
  position: relative;
  top: 10px;
}
h4,
.h4 {
  font-size: 16px;
  font-size: 1.6rem;
  color: #56B54F;
  margin-bottom: 15px;
}
h5,
.h5 {
  font-size: 14px;
  font-size: 1.4rem;
  color: #56B54F;
  margin-bottom: 10px;
}
h6,
.h6 {
  font-size: 13px;
  font-size: 1.3rem;
  color: #56B54F;
  margin-bottom: 10px;
}
p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 150%;
  margin-bottom: 18px;
}
p a {
  text-decoration: underline;
  color: #000000;
}
p a:hover {
  text-decoration: underline;
}
p img {
  margin: 0;
}
em {
  font-style: italic;
}
strong {
  font-weight: 700;
}
small {
  font-size: 80%;
}
/*	Blockquotes  */
blockquote,
blockquote p {
  font-size: 17px;
  line-height: 24px;
  color: #777;
  font-style: italic;
}
blockquote {
  margin: 0 0 20px;
  padding: 9px 20px 0 19px;
  border-left: 1px solid #DDD;
}
blockquote cite {
  display: block;
  font-size: 12px;
  color: #555;
}
blockquote cite:before {
  content: "\2014 \0020";
}
blockquote cite a,
blockquote cite a:visited,
blockquote cite a:visited {
  color: #555;
}
hr {
  border: solid #DDD;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0;
}
/*  Lists  */
article ul {
  margin-bottom: 20px;
}
article ul li {
  list-style: disc;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 180%;
  list-style-position: inside;
  margin-left: 18px;
}
article ul li a {
  text-decoration: underline;
  color: #56B54F;
}
article ul li a:hover {
  text-decoration: underline;
}
/*------------------------------------*\
    HEADER STYLES
\*------------------------------------*/
.logocontainer {
  position: relative;
  top: 30px;
  right: 5px;
}
.site-description {
  float: right;
  position: relative;
  top: 13px;
  left: 35px;
}
.menu-toggle {
  display: none;
}
.skip-link {
  display: none;
}
.headertext {
  float: right;
  position: relative;
  top: 19px;
  left: 35px;
}
.menugradient {
  position: relative;
  top: 60px;
}
#masthead {
  background-color: #FFF;
}
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  margin-top: 13px;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0px;
  padding-top: 10px;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #FFF;
}
.main-navigation li {
  float: left;
  position: relative;
  background: #000000 transparent;
  color: #FFF;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  color: #FFF;
  padding-right: 26px;
  padding-left: 26px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#menu-item-25 {
  padding-right: 10px;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  display: none;
  background-color: #56B54F;
  background-image: url(/images/backgrounds/submenubackground3.png);
  /*float: left;*/
  /*left: 0;*/
  width: 155px;
  position: absolute;
  top: 1.6em;
  right: 0.05em;
  /*right: 150px;*/
  /*right: 3.5em;*/
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: 100%;
  top: 0;
}
.main-navigation ul ul a {
  width: 100px;
  text-align: center;
  position: relative;
  left: 20px;
}
.main-navigation li:hover > a {
  color: #CCC;
}
.main-navigation ul ul :hover > a {
  color: #CCC;
}
.main-navigation ul ul a:hover {
  color: #CCC;
}
.main-navigation ul li:hover > ul {
  display: block;
}
.main-navigation li.current_page_item > a,
.main-navigation li.current-menu-item > a {
  color: #CCC;
}
.menuspacer {
  background-image: url("/images/backgrounds/menuseperator.png");
  background-repeat: no-repeat;
  background-position: right;
}
.menuspacersub {
  background-image: url("/images/backgrounds/menuseperatorsub.png");
  background-repeat: no-repeat;
  background-position: right;
}
/*------------------------------------*\
    SIDEBAR STYLES
\*------------------------------------*/
/*------------------------------------*\
    CONTENT STYLES
\*------------------------------------*/
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Direction Nav */
.flex-direction-nav a {
  width: 30px;
  height: 90px;
  margin: -20px 0 0;
  display: block;
  background: url(/images/backgrounds/nav.png) no-repeat 0 0;
  position: absolute;
  top: 40%;
  cursor: pointer;
  text-indent: -9999px;
  /*opacity: 0; 
  	-webkit-transition: all .3s ease;*/
}
.flex-direction-nav .flex-next {
  background-position: 100% 0;
  right: -36px;
}
.flex-direction-nav .flex-prev {
  left: -36px;
}
.flexslider:hover .flex-next {
  opacity: 0.8;
  right: 5px;
}
.flexslider:hover .flex-prev {
  opacity: 0.8;
  left: 5px;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav .disabled {
  opacity: 0.3 !important;
  filter: alpha(opacity=30);
  cursor: default;
}
/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-paging {
  display: none;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: 0.7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .active {
  opacity: 1;
  cursor: default;
}
.flex-direction-nav .flex-prev {
  opacity: 1;
  left: 0;
}
.flex-direction-nav .flex-next {
  opacity: 1;
  right: 0;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0;
  }
}
.flexslider {
  background: none;
  border: none;
  box-shadow: none;
  margin: 0px;
}
.slides {
  position: relative;
  right: 4px;
}
.flexslider .slides li {
  position: relative;
}
.flex-caption {
  position: absolute;
  left: 50px;
  bottom: 270px;
  z-index: 1;
  padding: 5px;
}
.flex-caption2 {
  position: absolute;
  left: 50px;
  bottom: 235px;
  z-index: 1;
  padding: 5px;
}
.flex-caption3 {
  position: absolute;
  left: 50px;
  bottom: 200px;
  z-index: 1;
  padding: 5px;
}
.flex-caption4 {
  position: absolute;
  left: 50px;
  bottom: 165px;
  z-index: 1;
  padding: 5px;
}
.flex-caption5 {
  position: absolute;
  left: 50px;
  bottom: 130px;
  z-index: 1;
  padding: 5px;
}
.flex-captionsmall {
  position: absolute;
  left: 50px;
  bottom: 70px;
  width: 265px;
  z-index: 1;
  padding: 5px;
}
.site-main {
  background-color: #FFF;
}
.greybox {
  background-color: #999999;
  height: 105px;
  position: relative;
  right: 5px;
}
.greybox p {
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  margin-top: 15px;
  margin-left: 43px;
  margin-right: 30px;
}
.homeleft {
  margin-top: 30px;
}
.homeright {
  margin-top: 30px;
}
.brandsbox {
  background-color: #E6E6E6;
  height: 224px;
  width: 430px;
}
.whitebox {
  width: 198px;
  height: 154px;
  background-color: #FFF;
  float: left;
  margin-left: 10px;
  position: relative;
  top: 15px;
}
.whitebox2 {
  width: 198px;
  height: 154px;
  background-color: #FFF;
  float: right;
  margin-right: 10px;
  position: relative;
  top: 15px;
}
.tmslogo {
  float: left;
  position: relative;
  bottom: 10px;
  left: 10px;
}
.tmspic {
  float: right;
  position: relative;
  bottom: 40px;
}
.celsialogo {
  float: left;
  position: relative;
  left: 10px;
  bottom: 10px;
}
.celsiapic {
  float: right;
  position: relative;
  bottom: 30px;
}
.findoutmore {
  width: 181px;
  height: 18px;
  background-image: url(/images/backgrounds/findoutmore.png);
}
.findout {
  position: relative;
  bottom: 30px;
  left: 8px;
}
.findout2 {
  position: relative;
  bottom: 10px;
  left: 8px;
}
ul.list-tick {
  float: left;
  margin: 10px 0 20px 0;
  padding: 0;
  width: 100%;
}
ul.list-tick li {
  margin: 0 0 0 10px;
  padding: 0 0 2px 22px;
  list-style: none;
  background: url(/images/backgrounds/greentick.png) no-repeat 0 15%;
}
ul.list-tick2 {
  margin: 0;
  padding: 0;
}
ul.list-tick2 li {
  margin: 0;
  padding: 2px 0 2px 16px;
  list-style: none;
  background: url(/images/backgrounds/tick2.jpg) no-repeat 0 50%;
}
ul.list-bullet {
  margin: 0;
  padding: 0;
}
ul.list-bullet li {
  margin: 0;
  padding: 2px 0 2px 16px;
  list-style: none;
  background: url(/images/backgrounds/greentick.png) no-repeat 0 50%;
}
.team-image {
  float: left;
  margin-top: 10px;
  margin-left: 18px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.team-image2 {
  float: left;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.team-text {
  float: left;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 100px;
  height: 195px;
  background-color: #FFF;
  padding-left: 5px;
  padding-right: 5px;
}
.team-text p {
  font-size: 12px;
  text-align: center;
  position: relative;
  top: 10px;
}
.team-text b {
  text-align: center;
  position: relative;
  bottom: 5px;
}
.owner {
  float: left;
  width: 98%;
  margin-left: 10px;
  margin-right: 10px;
}
.rowone {
  float: left;
  background-color: #E6E6E6;
  width: 98%;
  margin-left: 10px;
  margin-right: 10px;
}
.rowtwo {
  float: left;
  background-color: #E6E6E6;
  width: 98%;
  margin-left: 10px;
  margin-right: 10px;
}
.rowthree {
  float: left;
  background-color: #E6E6E6;
  width: 98%;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 30px;
}
table {
  border-collapse: collapse;
  border-collapse: separate;
  border-spacing: 40px 40px;
}
table,
th,
td {
  /*border: 1px solid black;*/
  border-collapse: separate;
  border-spacing: 10px;
  font-size: 16px;
}
td {
  background-color: #E6E6E6;
  border: 10px;
  text-align: center;
  vertical-align: middle;
}
.aboutgreybox {
  background-color: #E6E6E6;
  width: 395px;
  height: 295px;
  margin-bottom: 20px;
  margin-top: 58px;
}
.aboutgreybox2 {
  background-color: #E6E6E6;
  width: 395px;
  height: 270px;
  margin-bottom: 20px;
  /*margin-top: 240px;*/
}
.aboutgreybox3 {
  background-color: #E6E6E6;
  width: 395px;
  height: 275px;
  margin-bottom: 40px;
  margin-top: 58px;
}
.productgreybox {
  /*background-color: #E6E6E6;*/
  width: 300px;
  height: 160px;
  padding: 10px;
  margin-bottom: 20px;
  margin-top: 113px;
  position: relative;
  left: 30px;
}
.productgreybox2 {
  /*background-color: #E6E6E6;*/
  width: 300px;
  height: 240px;
  padding: 10px;
  margin-bottom: 30px;
  margin-top: 3px;
  position: relative;
  left: 30px;
}
.partnerstable {
  position: relative;
  right: 8px;
  float: right;
}
.productimage {
  background-image: url(/images/backgrounds/tms2.jpg);
  background-size: 182px 78px;
  background-repeat: no-repeat;
  height: 200px;
  width: 280px;
  position: relative;
  left: 50px;
  top: 40px;
}
.productimage2 {
  background-image: url(/images/backgrounds/CZC1-2.jpg);
  background-repeat: no-repeat;
  height: 200px;
  width: 280px;
  position: relative;
  left: 50px;
  top: 40px;
}
.contactgreybox {
  background-color: #E6E6E6;
  width: 170px;
  height: 240px;
  position: relative;
  left: 0px;
  bottom: 7px;
}
.supportgreybox {
  background-color: #E6E6E6;
  width: 220px;
  height: 323px;
  position: relative;
  left: 35px;
  top: 31px;
}
.productpagegreybox {
  background-color: #E6E6E6;
  width: 300px;
  height: 255px;
  margin-bottom: 20px;
  position: relative;
  left: 15px;
}
.productpagegreybox2 {
  background-color: #E6E6E6;
  width: 300px;
  height: 170px;
  margin-bottom: 20px;
  margin-top: 55px;
  position: relative;
  left: 15px;
}
.productpagegreybox3 {
  background-color: #E6E6E6;
  width: 300px;
  height: 257px;
  margin-bottom: 20px;
  position: relative;
  left: 15px;
}
.producttext {
  width: 280px;
  height: 22px;
  margin-left: 10px;
  background-color: #999999;
  position: relative;
  bottom: 2px;
}
.productpagegreybox4 {
  background-color: #E6E6E6;
  width: 300px;
  height: 267px;
  margin-bottom: 20px;
  margin-top: 58px;
  position: relative;
  left: 15px;
}
.productpagegreybox5 {
  background-color: #E6E6E6;
  width: 300px;
  height: 282px;
  margin-bottom: 40px;
  position: relative;
  left: 15px;
}
.findoutmoreproduct {
  position: relative;
  right: 0px;
  top: 85px;
}
.findoutmoreproduct2 {
  position: relative;
  right: 10px;
  top: 132px;
}
.greyblog {
  background-color: #E6E6E6;
  margin-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 2px;
  margin-bottom: 20px;
  width: 99%;
}
.greyblog p {
  /*color: #FFFFFF;*/
  position: relative;
  top: 5px;
}
.singleblog {
  margin-top: 20px;
}
.greyblogpic {
  background-color: #E6E6E6;
  width: 220px;
  height: 320px;
  padding-top: 10px;
  position: relative;
  top: 58px;
  left: 45px;
}
.greyblogpic img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.updated {
  display: none;
}
.gmap {
  position: relative;
  top: 58px;
}
.contacttext {
  position: relative;
  left: 40px;
  top: 14px;
}
.greenbox {
  width: 130px;
  height: 60px;
  background-color: #56B54F;
  margin-top: 5px;
}
.headerfix b {
  position: relative;
  bottom: 15px;
  left: 40px;
}
.columnsplit {
  float: right;
}
.leftcolumn {
  float: left;
}
.teamrole {
  position: relative;
  top: 3px;
}
.greyteam {
  background-color: #E6E6E6;
  width: 150px;
  height: 215px;
  position: relative;
  right: 15px;
  margin: 0px;
}
.ownertext {
  width: 270px;
}
.otherroles {
  position: relative;
  left: 65px;
}
.teamphotobox2 {
  position: relative;
  bottom: 5px;
}
.teamphotobox3 {
  position: relative;
  bottom: 10px;
}
/*------------------------------------*\
    FOOTER STYLES
\*------------------------------------*/
.site-footer {
  height: 105px;
  background-image: url(/images/backgrounds/footergradient.png);
}
.site-footer p {
  font-family: 'Muli', sans-serif;
  color: #FFF;
}
.footleft {
  position: relative;
  left: 40px;
  top: 30px;
}
.footright {
  position: relative;
  right: 40px;
  top: 30px;
}
.figlogo {
  position: relative;
  top: 39px;
  left: 230px;
}
.amtext {
  position: relative;
  top: 2px;
  right: 5px;
}
.figtext {
  position: relative;
  left: 177px;
  top: 39px;
}
.company {
  position: relative;
  top: 6px;
  right: 10px;
}
/*------------------------------------*\
    ADDITIONAL STYLES
\*------------------------------------*/
form {
  margin-bottom: 20px;
}
fieldset {
  margin-bottom: 20px;
}
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
  border: 1px solid #CCC;
  padding: 6px 4px;
  outline: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #777;
  margin: 0;
  width: 210px;
  max-width: 100%;
  display: block;
  margin-bottom: 20px;
  background: #FFF;
}
select {
  padding: 0;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  border: 1px solid #AAA;
  color: #444;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
textarea {
  min-height: 60px;
}
label,
legend {
  display: block;
  font-weight: bold;
  font-size: 13px;
}
select {
  width: 220px;
}
input[type="checkbox"] {
  display: inline;
}
label span,
legend span {
  font-weight: normal;
  font-size: 13px;
  color: #444;
}
/*------------------------------------*\
    RESPONSIVE MEDIA QUERIES
\*------------------------------------*/
/* #Media Queries
================================================== */
/* Smaller than standard 960 (devices and browsers) */
/* Tablet Portrait size to standard 960 (devices and browsers) */
/* All Mobile Sizes (devices and browser) */
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
