@charset "utf-8";
@font-face {
 font-family: 'HelveticaNeueLight';
 src: url('/assets/helveticaneueltcom-lt-webfont.eot');
 src: local('HelveticaNeueLight'), url('/assets/helveticaneueltcom-lt-webfont.woff') format('woff'), url('/assets/helveticaneueltcom-lt-webfont.ttf') format('truetype'), url('/assets/helveticaneueltcom-lt-webfont.svg#webfont74dtTTWh') format('svg');
 font-weight: normal;
 font-style: normal;
}

@font-face {
 font-family: 'HelveticaNeue';
 src: url('http://www.edicy.com/files/helveticaneueltcom-roman-webfont.eot');
 src: local('HelveticaNeue'), url('http://www.edicy.com/files/helveticaneueltcom-roman-webfont.woff') format('woff'), url('http://www.edicy.com/files/helveticaneueltcom-roman-webfont.ttf') format('truetype'), url('http://www.edicy.com/files/helveticaneueltcom-roman-webfont.svg#webfontU3veFg2Y') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'HelveticaNeueBold';
 src: url('http://www.edicy.com/files/helveticaneueltcom-bd-webfont.eot');
 src: local('HelveticaNeueBold'), url('http://www.edicy.com/files/helveticaneueltcom-bd-webfont.woff') format('woff'), url('http://www.edicy.com/files/helveticaneueltcom-bd-webfont.ttf') format('truetype'), url('http://www.edicy.com/files/helveticaneueltcom-bd-webfont.svg#webfontBJFEkbgk') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'HelveticaNeueMedium';
 src: url('http://www.edicy.com/files/helveticaneueltcom-md-webfont.eot');
 src: local('HelveticaNeueMedium'), url('http://www.edicy.com/files/helveticaneueltcom-md-webfont.woff') format('woff'), url('http://www.edicy.com/files/helveticaneueltcom-md-webfont.ttf') format('truetype'), url('http://www.edicy.com/files/helveticaneueltcom-md-webfont.svg#webfontMaomJ5Bu') format('svg');
 font-weight: normal;
 font-style: normal;
}

* {
  padding: 0;
  margin: 0;
  border: 0;
  font-family: Helvetica,  Arial, sans-serif;
}

h1 {
  color: #fff;
  font-weight: normal;
  font-size: 44px;
  padding: 30px;
  #text-shadow: #888 1px 1px 1px;
  font-family: 'HelveticaNeueLight', Helvetica, Arial, sans-serif;
  letter-spacing: -0.05em;
}

h2, h2 a {
  font-size: 24px;
  color: #494949;
  font-weight: normal;
  font-family: 'HelveticaNeueMedium', Helvetica, Arial, sans-serif;
}

a {
  text-decoration: none;
  color: #00aeef;
}

ul, ol {
  margin: 10px 0px 10px 20px;
}

.clear {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.centerer {
  width: 100%;
}

.centerer > div {
  width: 940px;
  margin: 0 auto;
}

.centerer.welcome {
  height: 400px;
  background-image: url('/images/frontpage-background.png');
}

#welcome_background {
  position: absolute;
  height: 400px;
  width: 940px;
  background-color: #25aae1;
  opacity: .85;
  filter: alpha(opacity = 85);
}

#welcome {
  position: relative;
  height: 400px;
}

#welcome h1 {
  position: absolute;
  padding-top: 20px;
  width: 650px;
}

#welcome .actions {
  position: absolute;
  clear: both;
  padding-left: 30px;
  color: #fff;
  top: 160px;
}

#welcome h1 {
  font-size: 38px;   
}

#welcome .actions #demo {
  color: #fff;
  font-weight: bold;
  padding-left: 4px;
}

a.button {
  background-color: #71d000;
  color: #fff;
  text-shadow: #888 1px 1px 1px;
  padding: 12px;
  font-weight: bold;
  font-size: 16px;
}

a.buttonblue {
  background-color: #1c79a0
}

a.buttongray {
  background-color: #3b3d3e;
}

#welcome .actions a.button {
  margin-right: 4px;
}

#login {
  position: absolute;
  width: 190px;
  height: 130px;
  right: -10px;
  top: 20px;
  background-color: #1c79a0;
  padding: 18px;
}

#login_after {
  position: absolute;
  right: -10px;
  top: 178px;
}

#login label, #login input {
  color: #c3dce6;
  font-size: 14px;
  display: block;
}

#login input {
  color: #000;
  margin: 3px 0px 9px 0px;
  padding: 4px;
  width: 180px;
  border: 1px solid #fff;
}

#login input:active {
  border: 1px solid #000;
}

#login .actions {
  position: static;
  width: 190px;
  padding: 0px !important;
}

#login .actions a {
  margin: 0px;
  color: #C3DCE6;
  font-size: 11px;
  font-weight: bold;
  padding-top: 12px;
  position: relative;
  top: 4px;
}

#login .actions input.button {
  border: 0px;
  width: 60px;
  background-color: #42a9d4;
  color: #fff;
  padding: 4px 8px;
  text-transform: uppercase;
  margin-top: 3px;
  font-size: 13px;
  font-weight:bold;
}

#references {
  position: absolute;
  top: 230px;
  width: 920px;
  left: 10px;
}

#companies {
  background-color: #fff;
  text-align: center;
  padding: 5px;
}

#companies ul {
  background-color: #fff;
  margin: 0px;
}

#companies ul li {
  display: inline;
  list-style: none;
  padding: 5px 8px;
}

#companies ul li.active a {
  padding-bottom: 18px;
  background-image: url('/images/arrow-down.png');
  background-position: center bottom;
  background-repeat: no-repeat;
}

.quote {
  text-align: center;
  padding: 20px;
  color: #fff;
  font-size: 18px;
  display: none;
  #text-shadow: #888 1px 1px 1px;
}

#header {
  height: 80px;
  background-color: #fff;
}

#logo {
  float: left;
  margin-top: 21px;
}

#mainmenu {
  float: right;
  margin-top: 28px;
}

#mainmenu ul {
  margin: 0px;
}

#mainmenu ul li {
  display: inline;
  padding: 0px 4px;
}

#mainmenu ul li a {
  color: #444;
  font-size: 14px;
}

#mainmenu ul li a.active {
  color: #00aeef;
  font-weight: bold;
}

#header select {
  border: 1px solid #eee;
  margin-top: 24px;
  float: right;
  margin-left: 20px;
  padding: 5px;
  width: 100px;
}

.content.frontpage #content {
  background-color: #fff;
  margin-top: -50px;
}

#modules {
  background-color: #fff;
  padding: 10px;
  width: 920px;
  border: 0px dotted #ddd;
}

.module {
  width: 120px;
  float: left;
  text-align: center;
  color: #4d4d4d;
}

.module.first {
  margin-left: 25px   
}

.module img {
  width: 135px;
  height: 135px;
  padding-bottom: 5px;
}

.module h2, .module h2 a {
  font-size: 18px;
  font-weight: normal;
  padding-bottom: 5px;
}

.module p {
  font-size: 13px;
  padding: 0px 5px;
}

.blogbox, .subscribebox {
  border: 6px solid #74c712;
  width: 70%;
  height: 400px;
  background-color: #fff;
  margin-bottom: 20px;
  margin-top: 20px;
}

.frontpage .blogbox {
  margin-top: 0px;
  margin-bottom: 6px;
  float: left;
}

.blogbox * {
  padding: 12px;
}

.easbox {
  border: 6px solid #d4d4d4;
  width: 25%;
  background-color: #fff;
  margin: 0px 0px;
  text-align: center;
  padding: 12px 0px;
}

.blogbox h3, #shareditems h3 {
  color: #4d4d4d;
  font-size: 12px;
  font-weight: bold;
  margin-top: 0px;
  font-family: 'HelveticaNeueMedium', Helvetica, Arial, sans-serif;
  margin-bottom: 0px;
}

.blogbox a.title {
  padding: 0px;
  margin: 0px;
  font-size: 16px;
  color: #4d4d4d;
  padding-top: 0px;
}

.blogbox .article {
  width: 180px;
  height: 280px;
  float: left; 
}

.blogbox .article.first a.title {
  font-size: 18px;
}

.blogbox .date {
  color: #ccc;
  padding-left: 0px;
}

.blogbox p, .blogbox p a.readmore {
  padding: 10px 0px;
  line-height: 18px;
  margin: 0px;
  font-size: 13px;
}

.blogbox p a.readmore {
  color: #00aeef;
  font-weight: bold;
}

.sidebarbox {
  width: 220px;
  background-color: #fff;
  margin-bottom: 20px;
  margin-top: 20px;
}

.sidebarbox.feed img {
  position:relative;
  top: 6px;
}

.centerer.footer{
  background-color: #3b3d3e;
  margin-top: 20px;
}

#footer {
  background-color: #3b3d3e;
}

#countries {
  padding: 10px 0px;
  border-bottom: 1px solid #696969;
}

#countries ul {
  margin: 0px;
}

#countries ul li {
  display: inline;
  padding: 0px 15px 0px 0px;
  color: #fff;
  font-size: 14px;
}

#countries ul li a {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}

#countries ul li.active a, #countries ul li:hover a {
  color: #8df315;
}

#contacts_container {
  height: 210px;
}

.contact {
  width: 100%;
  float: left;
  margin: 15px 0px;
}

.fb-like { 
  float: right important!;
}

.regionalsite {
  float: right;
  width: 180px;
  position: relative;
  top: 40px;
  right: 20px;
  text-align: right;
}

.regionalsite a {
  color: #8df315;   
  font-size: 12px;
}

#eas {
  float:right;   
  padding-top: 20px;
  padding-right: 45px;
  opacity: .1;
  display: none;
}


.contact p {
  position: relative;
  color: #ccc;
  font-size: 12px;
  padding-top: 10px;
  line-height: 20px;
}

.contact p b {
  font-size: 13px;
}

.contact .logo {
  position: relative;
  height: 35px;
  max-width: 100px;
}

.contact .logo a img {
  position: absolute;
  opacity: .5;
  bottom: 0px;
}

.contact .logo:hover a img {
  opacity: 1;
}

.contact a {
  color: #8df315;
  font-weight: bold;
}

.centerer.pageheader {
  height: 120px;
  background-image: url('/images/frontpage-background.png');
  position: relative;
}

#content {
  position: relative;
}

#pageheader_background {
  position: absolute;
  height: 120px;
  width: 940px;
  left: 50%;
  margin-left: -470px;
  background-color: #25aae1;
  opacity: .85;
  filter: alpha(opacity = 85);
}

#pageheader {
  position: relative;
  height: 120px;
}


.Mheadermobile p {
  position: relative;
  padding-top: 10px;
  line-height: 20px;
}


#pagecontent {
  position: relative;
  background-color: #fff;
  width: 528px;
  font-size: 14px;
  line-height: 22px;
}

#pagecontent h2 {
  color: #494949;
  font-weight: normal;
  margin-right: 10px;
  margin-bottom: 10px;
  text-decoration: none;
}

#submenu {
  width: 140px;
  margin-top: 20px;
}

#submenu ul li {
  list-style: none;
  text-align: right;
  padding: 2px 0px;
}
#submenu ul li a {
  font-size: 14px;
  color: #494949;
}

#submenu ul li.active {
  background-image: url('/images/arrow-right.png');
  background-repeat: no-repeat;
  background-position: center left;
}

#submenu ul li.active a {
  font-weight: bold;
  color: #00aeef;
}

#whitespace {
  position:absolute;
  width: 558px;
  height: 20px;
  top: -20px;
  background-color: #fff;
  left: 150px;
}

#page_left {
  width: 690px;
}

.article_date {
  float: left;
  background-color: #74c712;
  left: 90px;
  padding: 10px;
  margin-left: 90px;
  width: 40px;
}

.article_date div {
  position: relative;
  width: 40px;
  text-align: center;
  color: #fff;
}

.article_date .day {
  font-size: 24px;
}

.article_date .month {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
}

.article_summary {
  clear: both;
  position: relative;
}

.article_summary h2, .article_summary h2 a {
  float: right;
  width: 500px;
  top: 0px;
  left: 160px;
  color: #494949;
  font-weight: normal;
  margin-right: 10px;
  text-decoration: none;
}


.article_summary h3, h3 {
  color: #222;
  font-weight: normal;
  font-size: 18px;
  padding: 0px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.article_summary p, .article_summary .article_body, .article_summary .article_excerpt, .article_summary .article_author, .feature {
  float: right;
  width: 510px;
  margin-right: 10px;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 22px;
  color: #444;
}

.article_body img {
  margin: 10px;    
}

.addthis_toolbox {
  float: right;
  background-color: #eee;
  width: 510px;
  padding: 10px;
  margin-bottom: 20px;
}

.feature h3 {
  color: #25aae1;
}

.feature img {
  position: relative;
  top: 0px;
  margin: 20px 10px 10px 10px;
  -moz-box-shadow: 2px 2px 2px #ccc;
  -webkit-box-shadow: 2px 2px 2px #ccc;
  box-shadow: 2px 2px 2px #ccc;
}

.feature br {
  clear: both;
}

.featureedit {
  border-bottom: 3px dotted #888;   
  float: right;
  width: 510px;
  margin-right: 10px;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 22px;
  color: #444;
}

#features {
  position:relative;
  left: 50%;
  margin-left: -440px;
  width: 880px;
  top: -20px;
  background-color: #fff;
}

#featurelist {
  width: 178px;
}

#featurelist > div {
  border: 1px solid #000;
  display: block;
  width: 178px;
  height: 58px;
}

#featurelist a {
  display: block;
  width: 178px;
  height: 58px;
  border-bottom: 1px dotted #ccc;
  color: #494949;
  font-weight: bold;
  font-size: 14px;
}

#featurelist a img {
  width:58px;
  height:58px;
}

#featurelist a span {
  position: relative;
  top: -38px;
  display: block;
  left: 55px;
}

#featurelist a.active {
  background-color: #74c712;
  color:#fff;
}

#featurelist a:hover {
  color:#74c712;
}

#featurelist a.active:hover {
  color:#fff;
}

.feature {
  float:right;
  width: 670px;
  padding-top: 20px;
}

.call2action {
  background-color: #eee;
  padding: 25px;
  width: 670px;
  float: right;
  position: relative;
  right: -30px;
  font-weight: bold;
  color: #494949;
}

.call2action #demo {
  color: #25aae1;
}

.form_area {
  background-color: #eee;
}

.form_fields {
  position: relative;
  margin-top: 20px;
  background-color: #eee;
  padding: 20px;
}

.form_area h3, .form_notice {
  color: #494949;
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: normal;
}

.form_notice {
  padding: 20px;
}

.form_field {
  clear: both;
}

.form_field label {
  width: 130px;
  clear: both;
  display: block;
  float: left;
  margin: 4px 0px;
  font-size: 14px;
}

.form_field input, .form_field textarea {
  width: 240px;
  display: block;
  float: right;
  margin: 4px 100px 4px 0px;
  font-size: 14px;
  padding: 3px;
  border: 1px solid #ccc;
}

.form_field textarea {
  height: 80px;
}

.sidebarbox .form_field input, .sidebarbox .form_field textarea {
  width: 172px;   
  margin: 4px 0px 4px 0px;
}

.form_fields #greenbox {
  background-color: #74c712;
  position:absolute;
  width: 15px;
  height: 15px;
  top: 0px;
  left: 0px;
}


.form_submit {
  clear: both;
  background-color: #ddd;
  padding: 20px;
  margin-top: 20px;
  position: relative;
}

.form_submit input {
  clear: both;
  background-color: #74c712;
  color: #292929;
  font-weight: bold;
  font-size: 14px;
  border: 0px;
  padding: 10px;
  cursor: pointer;
}

.edit div * input {
  border: 1px solid #888 !important;
}

.centerer.notice > div {
  text-align: center;
  padding: 5px 0px;
  color: #fff;
  display:none;
}

.centerer.notice {
  background-color: #1c79a0; 
}

#shareditems {
  border: 10px solid #DDD;
  padding: 10px;
  width: 190px;   
}

#shareditems ul {
  margin: 0px;
  padding: 0px;
}

#shareditems li {
  margin: 10px 0px;  
  padding: 0px;
  list-style: none;
}

#shareditems li, #shareditems li a {
    font-size: 12px;
    font-weight: bold;
}

#shareditems .small, #shareditems .small a {
     font-size: 11px;
     font-weight: normal;
     color: #444;
}

#shareditems .small {
 display: block;   
}

pre {
  font-size: 12px;
  font-family: courier;
  line-height:12px;
  padding: 10px;
  background-color:#eee;
}

table {
  background-color: #fff;
}

table tr {
  border-bottom: 1px dotted #ccc;   
}

table td {
  padding: 3px;  
}

#cantable td {
  font-size:14px;   
  border-bottom: 1px dotted #ddd;
}

#cantable td.can_with { 
    background-color:#74C712;
    width:150px;
    valign:middle;
    text-align:center;
    border-left: 1px solid #444;
    border-right: 1px solid #444;
}

#cantable td.can_without { 
    background-color:#ccc;
}

#cantable tr:first td {
  border-bottom: 1px solid #444;
}

#cantable h3 {
  font-size: 16px;
  color:#fff;
  font-weight: bold;
  text-align: center;
}

.campaign #references {
  top: 500px;   
}

#modules img {
  width: 130px !important;   
  height: 130px !important;   
}

#MHcontent {
  background-color: #00aeef; 
}

#MHcontent p {
  text-transform:uppercase;
  font-size: 24px;
  color: #fff;
  font-weight: normal;
  font-family: 'HelveticaNeueMedium', Helvetica, Arial, sans-serif;
  padding: 10px;
  margin: 5px;
}

#frontpageform {
  //border: 2px dotted #000;
  position: absolute;
  clear: both;
  padding-left: 40px;
  color: #fff;
  top: 400px;
  width: 720px;
}

#frontpageform .form_area {
  background-color: transparent;
}

#frontpageform .form_area div {
  float: left;
  clear: none;  
}

#frontpageform .form_submit {
  background-color: transparent;
  padding: 0;
  margin: 0;
  top: 3px;
  position:relative;
}

#frontpageform .form_submit input {
  padding: 4px;
  margin-left: 5px;
  color: #2E2E2E;
}

#frontpageform #greenbox {
  display: none; 
}

#frontpageform .form_fields {
  padding: 0;
  margin: 0;
  background: transparent;
}

#frontpageform .form_fields input {
   width: 250px;
   margin: 0px;
   top: 3px;
   position:relative;
}

#frontpageform label {
  text-align: right;
  padding-right: 10px;
  margin: 4px;
  top: 4px;
  position: relative;
  font-weight: bold;
  width: 170px;
}