/*! normalize.css v1.1.3 | MIT License | git.io/normalize *//* ==========================================================================HTML5 display definitions========================================================================== *//*** Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.*/article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {display: block;}/*** Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.*/audio,canvas,video {display: inline-block;*display: inline;*zoom: 1;}/*** Prevent modern browsers from displaying `audio` without controls.* Remove excess height in iOS 5 devices.*/audio:not([controls]) {display: none;height: 0;}/*** Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.* Known issue: no IE 6 support.*/[hidden] {display: none;}/* ==========================================================================Base========================================================================== *//*** 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using*    `em` units.* 2. Prevent iOS text size adjust after orientation change, without disabling*    user zoom.*/html {font-size: 100%; /* 1 */-ms-text-size-adjust: 100%; /* 2 */-webkit-text-size-adjust: 100%; /* 2 */}/*** Address `font-family` inconsistency between `textarea` and other form* elements.*/html,button,input,select,textarea {font-family: sans-serif;}/*** Address margins handled incorrectly in IE 6/7.*/body {margin: 0;}/* ==========================================================================Links========================================================================== *//*** Address `outline` inconsistency between Chrome and other browsers.*/a:focus {outline: thin dotted;}/*** Improve readability when focused and also mouse hovered in all browsers.*/a:active,a:hover {outline: 0;}/* ==========================================================================Typography========================================================================== *//*** Address font sizes and margins set differently in IE 6/7.* Address font sizes within `section` and `article` in Firefox 4+, Safari 5,* and Chrome.*/h1 {font-size: 2em;margin: 0.67em 0;}h2 {font-size: 1.5em;margin: 0.83em 0;}h3 {font-size: 1.17em;margin: 1em 0;}h4 {font-size: 1em;margin: 1.33em 0;}h5 {font-size: 0.83em;margin: 1.67em 0;}h6 {font-size: 0.67em;margin: 2.33em 0;}/*** Address styling not present in IE 7/8/9, Safari 5, and Chrome.*/abbr[title] {border-bottom: 1px dotted;}/*** Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.*/b,strong {font-weight: bold;}blockquote {margin: 1em 40px;}/*** Address styling not present in Safari 5 and Chrome.*/dfn {font-style: italic;}/*** Address differences between Firefox and other browsers.* Known issue: no IE 6/7 normalization.*/hr {-moz-box-sizing: content-box;box-sizing: content-box;height: 0;}/*** Address styling not present in IE 6/7/8/9.*/mark {background: #ff0;color: #000;}/*** Address margins set differently in IE 6/7.*/p,pre {margin: 1em 0;}/*** Correct font family set oddly in IE 6, Safari 4/5, and Chrome.*/code,kbd,pre,samp {font-family: monospace, serif;_font-family: 'courier new', monospace;font-size: 1em;}/*** Improve readability of pre-formatted text in all browsers.*/pre {white-space: pre;white-space: pre-wrap;word-wrap: break-word;}/*** Address CSS quotes not supported in IE 6/7.*/q {quotes: none;}/*** Address `quotes` property not supported in Safari 4.*/q:before,q:after {content: '';content: none;}/*** Address inconsistent and variable font size in all browsers.*/small {font-size: 80%;}/*** Prevent `sub` and `sup` affecting `line-height` in all browsers.*/sub,sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}sup {top: -0.5em;}sub {bottom: -0.25em;}/* ==========================================================================Lists========================================================================== *//*** Address margins set differently in IE 6/7.*/dl,menu,ol,ul {margin: 1em 0;}dd {margin: 0 0 0 40px;}/*** Address paddings set differently in IE 6/7.*/menu,ol,ul {padding: 0 0 0 40px;}/*** Correct list images handled incorrectly in IE 7.*/nav ul,nav ol {list-style: none;list-style-image: none;}/* ==========================================================================Embedded content========================================================================== *//*** 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.* 2. Improve image quality when scaled in IE 7.*/img {border: 0; /* 1 */-ms-interpolation-mode: bicubic; /* 2 */}/*** Correct overflow displayed oddly in IE 9.*/svg:not(:root) {overflow: hidden;}/* ==========================================================================Figures========================================================================== *//*** Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.*/figure {margin: 0;}/* ==========================================================================Forms========================================================================== *//*** Correct margin displayed oddly in IE 6/7.*/form {margin: 0;}/*** Define consistent border, margin, and padding.*/fieldset {border: 1px solid #c0c0c0;margin: 0 2px;padding: 0.35em 0.625em 0.75em;}/*** 1. Correct color not being inherited in IE 6/7/8/9.* 2. Correct text not wrapping in Firefox 3.* 3. Correct alignment displayed oddly in IE 6/7.*/legend {border: 0; /* 1 */padding: 0;white-space: normal; /* 2 */*margin-left: -7px; /* 3 */}/*** 1. Correct font size not being inherited in all browsers.* 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,*    and Chrome.* 3. Improve appearance and consistency in all browsers.*/button,input,select,textarea {font-size: 100%; /* 1 */margin: 0; /* 2 */vertical-align: baseline; /* 3 */*vertical-align: middle; /* 3 */}/*** Address Firefox 3+ setting `line-height` on `input` using `!important` in* the UA stylesheet.*/button,input {line-height: normal;}/*** Address inconsistent `text-transform` inheritance for `button` and `select`.* All other form control elements do not inherit `text-transform` values.* Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.* Correct `select` style inheritance in Firefox 4+ and Opera.*/button,select {text-transform: none;}/*** 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`*    and `video` controls.* 2. Correct inability to style clickable `input` types in iOS.* 3. Improve usability and consistency of cursor style between image-type*    `input` and others.* 4. Remove inner spacing in IE 7 without affecting normal text inputs.*    Known issue: inner spacing remains in IE 6.*/button,html input[type="button"], /* 1 */input[type="reset"],input[type="submit"] {-webkit-appearance: button; /* 2 */cursor: pointer; /* 3 */*overflow: visible;  /* 4 */}/*** Re-set default cursor for disabled elements.*/button[disabled],html input[disabled] {cursor: default;}/*** 1. Address box sizing set to content-box in IE 8/9.* 2. Remove excess padding in IE 8/9.* 3. Remove excess padding in IE 7.*    Known issue: excess padding remains in IE 6.*/input[type="checkbox"],input[type="radio"] {box-sizing: border-box; /* 1 */padding: 0; /* 2 */*height: 13px; /* 3 */*width: 13px; /* 3 */}/*** 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.* 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome*    (include `-moz` to future-proof).*/input[type="search"] {-webkit-appearance: textfield; /* 1 */-moz-box-sizing: content-box;-webkit-box-sizing: content-box; /* 2 */box-sizing: content-box;}/*** Remove inner padding and search cancel button in Safari 5 and Chrome* on OS X.*/input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}/*** Remove inner padding and border in Firefox 3+.*/button::-moz-focus-inner,input::-moz-focus-inner {border: 0;padding: 0;}/*** 1. Remove default vertical scrollbar in IE 6/7/8/9.* 2. Improve readability and alignment in all browsers.*/textarea {overflow: auto; /* 1 */vertical-align: top; /* 2 */}/* ==========================================================================Tables========================================================================== *//*** Remove most spacing between table cells.*/table {border-collapse: collapse;border-spacing: 0;}
/* Stylesheet: reset Modified On 2014-12-31 09:19:39 */
* {
  margin: 0;
}
html, body {
  height: 100%;
}
body {
    line-height: 1.4em;
    font-weight: 400;main
    margin: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 13px;
    color: #000;
    background: #fff;

    font-family: "open sans",arial,helvatica;
    /* overflow-x: hidden; */
}

.page-wrapper {
   min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -85px 0;
}



a {
    color: #2faf40;
}


a:hover {
    color: #aaaaaa;
}

img {
    border: 0px;
}

h1,h2,h3 {
    line-height: 1.5em;
}

h1 {
    font-size: 20px;
    color: #000;
    margin: 0px;
    font-weight: 400;
    text-transform: uppercase;
}
.home h1{
    /* margin: 0px 0px 10px 0px; */

}

h2 {
    font-size: 18px;
    font-weight: 400;
    color: #2faf40;
}

h3 {
    font-size: 16px;
    font-weight: 400;
    color: #000;



}

.image-border {
    border: 4px solid #E7E7E7;
}

.image-float-left {
    float: left;
    margin: 0px 20px 14px 20px;
}

.image-float-right {
    float: right;
    margin: 19px 0px 42px 45px;
}

.floated-list {
    float: left;
   margin: 22px 67px 0px 0px;
}

.link-list {
    list-style: none;
    margin: 0px;
    padding: 0px;
    /* float: right; */
}

/* page wrapper style */


.top-bar {
    width: 100%;
    height: 13px;
    background: #feda00;
}

/* header style */
header {
    display: block;
    z-index: 1000;
    position: relative;
    margin: 0 auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 216px;
    width: 940px;
    background: url(/uploads/images/bg-header.jpg) no-repeat right top;
}

/* logo style */
#logo {
    position: relative;
    z-index: 1;
    top: 60px;
    left: 0;
}

/* contact section style */
address {
    font-size: 23px;
    font-style: normal;
    line-height: 1.2em;
    position: absolute;
    right: 0px;
    top: 66px;
    /* overflow: hidden; */
    width: 134px;
    /* background: rgba(99,99,99,.27); */
    z-index: 1;

    text-align: left;
    padding: 0px 12px 17px 0px;
    /* border-left: 1px solid #e55a00; */
    font-family: "open sans",arial;
    /* font-family: 'Quattrocento', serif; */
    /* border-left: 1px solid #CCC; */
}

.slogan {
   font-size: 20px;
/* font-style: italic; */

   margin: 0;

   /* font-weight: bold; */
    color: #FFF;
    position: absolute;

   box-sizing: border-box;  -moz-box-sizing: border-box;
   bottom: 180px;

   padding: 10px 24px;

   text-align: right;
   line-height: 36px;

   /* max-width: 462px; */

   /* letter-spacing: -3.97px; */

   text-shadow: 1px 2px 0px #000;

   right: 176px;

   background: rgba(147,174,206,.85);
   font-family: arial;
   z-index: 9999;
   /* background: rgba(75,75,75,.33); */
}
.colored-slogan{
    color: #FFF;
  
    display: block;
    /* font-weight: bold; */
    /* margin: 0px 0px 0px 42px; */
    /* font-style: italic; */
    position: absolute;
    right: 176px;
    font-size: 20px;
    top: 344px;
    padding: 13px;
    background: rgba(38,37,37,.83);
}
.contact-image {
  /* color: #FFF; */
    
  /* display: block; */
    
  /* font-size: 23px; */

  /* font-weight: bold; */
  margin: 0px -10px -39px 5px;
}

address a{
    display: block;
  
    color: #FFF;
    background: #0e76bc;
    text-align: center;
    padding: 4px 0px;
    font-size: 16px;
    /* width: 149px; */
    /* border: 1px outset #f29559; */
    border-radius: 4px;  -moz-border-radius: 4px;  
    -webkit-border-radius: 4px;
    margin: 17px 0px 0px;
    text-decoration: none;
}
address a:hover{
color: #DAFFDA;
}

/* primary menu style */
.primary-menu {
   display: table;
   position: relative;
   font-family: 'Open Sans', sans-serif;
   top: 0px;
   z-index: 9999;
   margin: 0px  auto 0px;
   width: 940px;
   z-index: 9999;
}

.primary-menu,.sub-ul {
   background: #aaaaaa;
}

/* primary menu style */

.primary-menu li {
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* height: 48px; */
}

.primary-menu li:first-child{
    /* margin: 0px 0px 0px 47px; */
}

.primary-menu li a {
    text-decoration: none;
    font-size: 15px;
    line-height: 1.2em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #fff;
    display: block;
    padding: 10px 0px;
    font-weight: 400;
    border-right: 1px solid #fff;
}

.primary-menu li a span {
    padding: 0px  25px;
    text-align: left;
}
.primary-menu li:last-child a {
    border-right: 1px solid #fff;
}

.primary-menu li a:hover,.primary-menu li a.active-menu-item,.primary-menu li.active-menu-item {
    color: #fff;
    background: #2faf40;
}

.primary-menu li a.active-menu-item {
  font-weight: 400;
}
.primary-menu li a.active-menu-item span{
  /* border-bottom: 2px solid #ee2224; */
}
.primary-menu .parent-menu-item li {
    margin-left: 0px;
    margin-top: -1px;
    float: none;
    /* position: relative; */
    /* width: 177px; */
}
.primary-menu .sub-ul a {
    padding: 10px 0px;
  
}
/* sub ul style */
.sub-ul{
    display: none;
    position: absolute;
    top: 49px;
}

.sub-ul .sub-ul {
    margin-top: 1px;
    margin-left: 0px;
    left: 100%;
    top: 0px;
    width: 175px;
}

.sub-ul .parent-menu-item a span {
    border-right: none;
}

.parent-menu-item:hover > .sub-ul,.sub-ul .parent-menu-item:hover .sub-ul{
    display: block;
}

.primary-menu li:last-child a span {
    border-right: none;
}

/* main wrapper style */
.main-content-wrapper {
    /* width: 940px; */
    margin: 0px auto 0px;
    height: 100%;
    padding: 0px;
}

.home .main-content-wrapper{
    background: none;  
}

/* banner style */
.main-banner {
    position: relative;
    margin: 0px auto;
    /* background: #FFF; */
    /* overflow: hidden; */
    /* width: 100%; */
}

.main-banner img {
    display: block;
    margin: 0 auto;    

    /* padding-bottom: 32px; */

    /* background: url(/uploads/images/banner-bg.png) bottom center; */
}

/* inner content wrapper style */
.content-wrapper {
    height: 100%;
    background: #FFF; 
    width: 940px;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
    margin: 0px auto;
    padding: 50px 20px 50px 20px;
}
.home .content-wrapper {
/* overflow: visible; */
    
padding: 20px 0 100px 0;
   
/* color:#FFF; */
    
background: none;
}
.content-wrapper ul {
    list-style-image: url(/uploads/images/tick.png);
}

/* primary & secondary columns style */
.main-content {
    float: left;
    width: 65%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 24px 0 10px;
}
.contact-us .main-content{
    width: 55%;
    border-right: 1px dotted;
}
aside {
    width: 32.33%;
    float: right;
    text-align: right;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0;
    margin: 30px 10px 0 0;

}
.contact-us aside{

width: 41%;
padding: 0px 0px 0px 30px;
}
/* inner primary column style */
/* figures style */
.descriptive-links {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px auto 50px;
    /* width: 903px; */
    /* border-top: 1px solid #CCC; */
    overflow: hidden;
    width: 100%;
    padding: 0px  0px 0px;
    /* float: right; */
    margin: 28px auto;
    /* border-top: 1px solid #00b2ee; */
    /* clear: both; */
    overflow: hidden;
}

.descriptive-links figure {
    float: left;
    width: 30%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;

    /* border-top: 1px solid #1c91ff; */
    padding: 0px;
    margin: 0px;
}

.descriptive-links figure +  figure {
   margin: 0px 0px 0px 42px; 
}

.descriptive-links figure a {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* position: relative; */
    color: #1e63af;
    /* margin: 12px auto 19px; */
    /* float: left; */
}

.descriptive-links figure a img {
    display: block;
    margin: 0px auto;
    /* background: url(/uploads/images/heading-img-bg.png) no-repeat; */
    /* padding: 15px; */
}


.descriptive-links figure h2 a,.descriptive-links figure h2 {

    color: #000000;
    display: block;    
    font-size: 20px;  
    margin: 15px 0px;
    text-decoration: none;

    text-transform: none;

    padding: 0px 0px 0px 5px;

}


.descriptive-links figure h2 a:hover {
    color: #f8c23a;
    -webkit-transition: all 0.15s ease-in 0s;
    -moz-transition: all 0.15s ease-in 0s;
    -o-transition: all 0.15s ease-in 0s;
    -ms-transition: all 0.15s ease-in 0s;
    transition: all 0.15s ease-in 0s;
}

.descriptive-links figure p {
    -moz-box-sizing: border-box;
    /* color: #000; */
    /* font-family: Arial,sans-serif; */
    box-sizing: border-box;
    padding: 0px 13px;
    /* text-align: center; */
    /* display: block; */
}

.descriptive-links figure p + p a {
    color: #FFFFFF;
    font-size: 11px;
    text-transform: none;
    margin: 13px 0px 0px;
    display: block;
    padding: 4px 11px;
    width: 100px;
    text-transform: uppercase;
    text-decoration: none;
    background: #2e2e2e;
}
.descriptive-links figure p + p a:hover{
    color: #00b2ee;
    
}
/* secondary column style*/

/* footer style */
.footer-wrapper {
    background: #101010;
    width: 100%;
    height: 85px;
    float: left;
}


footer {
    width: 940px;
    font-size: 12px;
    color: #fff;
    margin: 0 auto 0 auto;
}
#social{
    float: right;
    padding: 0;
margin: 0;
}
#social a > img{
margin: 0px 0px 0px 11px;
}
footer .site-footer-inner-wrapper {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin: 0 auto;
    width: 940px;
    padding: 10px 0 10px 10px;
    
    /* border-top: 1px solid #000; */
    overflow: hidden;
}

#copyright {
    margin-top: 10px;
    color: #000;
    float: left;
    z-index: 1;
}

/* secondary menu */
.secondary-menu {
    height: 11px;
    display: table;
    margin: 7px auto 0 0;
    float: left;
}

.secondary-menu a {
    float: left;
    text-decoration: none;
    display: block;
    background-position: center;
    line-height: 12px;
    color: #c2c2c2;
    float: left;
    border-right: 1px solid #AEB3C2; 
    padding: 0 10px;
font-weight: normal;
}
.secondary-menu a:last-child{
    border:0px;
  
}
.secondary-menu a:after{

}
.secondary-menu a:hover {
    text-decoration: underline;
    color: #fff;
}

.secondary-menu .active-menu-item:hover {
}

.secondary-menu .active-menu-item {
    text-decoration: none;
    /* font-weight: bold; */
    display: block;
    background-position: center;

    color: #FFF;
    padding: 0px 12px;
    font-weight: bold;
}

.secondary-menu a:last-child:after {
    /* content:""; */
}

.footer-slogan {
    margin: 5px 0 0 10px;
    color: #888888;

}
.footer-slogan a{
  color: #888888;
  text-decoration: none;
}
.footer-slogan a:hover {
   color: #fff;
   text-decoration: underline;
}

.footer-slogan-link {
    text-decoration: none;
    color: #C3C3C3;
}

.footer-slogan-link:hover {
    text-decoration: none;
    color: #AEB3C2;
}



/* social media links style */
#social {
    height: 37px;
    z-index: 1;
    /* text-align: center; */
    float: right;
    color: #FFF;
    margin: 12px 0 0px 0px;
}

#social img {
    vertical-align: middle;
    margin-left: 17px;
}

.contact-left-col {
    width: 450px;
    float: left;
}

.contact-right-col {
    width: 400px;
    float: left;
    padding-left: 20px;
    border-left: 1px solid #dddddd;
    margin-bottom: 50px;
    margin-top: 30px;
}



/* Sample FormBuilder CSS base */
#contact-form {
float: right;
margin-left: 2%;
padding: 0 3% 2% 2%;
width: 44%;
border: 1px solid #EEE;
-webkit-border-radius: 9px;
-moz-border-radius: 9px;
border-radius: 9px;
}

form {
                margin-top: 0
}
form, td, th, li {
                font-size: 100%
}
form div {
                margin-bottom: 0;
                display: table;
                width: 100%
}
fieldset div {
                margin-bottom: 0.5em;
                margin-left: 0px;
}
fieldset div div {
                margin-top: 10px;
                margin-left: 0px;
                float: left;
                clear: both;
                display: block;
                border-bottom: 1px dotted #CCC;
                width: 95%;
}
fieldset div div + div {
                margin-top: 2px;
}

fieldset {
                margin-bottom: 1em;
                border: 0px solid #F60;
                padding: 0px;
}

legend {
                color: #FFF;
                background: #F60;
                font-style: italic;
                font-size: 1.2em;
                margin-bottom: 0.5em;
                padding: 0.2em;
                width: auto;
                border: 1px solid #CCC;
                display: none;
}


/* Pretty up your Captcha image output */
.captcha {
                margin: 0.5em 0;
                width: 330px;
                text-align: left;
}
.captcha img {
                border: 1px solid #CCC;
                margin-bottom: 0.5em;
                margin-right: 10px;
                float: left;
}
.captcha input {
                width: 196px;
                float: left;
                margin-top: 0.5em
}
/* Just a bit more room for the Submit button */
.submit {
                margin-top: 0.5em;
                float: left;
                clear: both;
}
.contactform input[type="text"] {
                background-color: #FFF;
                border: 1px solid #CCC;
                width: 97%;
                padding: 6px 10px;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
                -webkit-transition: all 0.15s ease-in 0s;
                -moz-transition:    all 0.15s ease-in 0s;
                -o-transition:      all 0.15s ease-in 0s;
                -ms-transition:     all 0.15s ease-in 0s;
                transition:         all 0.15s ease-in 0s;
}
.contactform input[type="text"]:focus {
                background-color: #EEE;
                border: 1px solid #CCC;
                -webkit-transition: all 0.15s ease-in 0s;
                -moz-transition:    all 0.15s ease-in 0s;
                -o-transition:      all 0.15s ease-in 0s;
                -ms-transition:     all 0.15s ease-in 0s;
                transition:         all 0.15s ease-in 0s;
}
input.cms_submit {
                border: 0px;
                background: #2faf40;
                color: #FFF;
                font-weight: bold;
                padding: 12px 30px;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px;
                -webkit-transition: all 0.15s ease-in 0s;
                -moz-transition:    all 0.15s ease-in 0s;
                -o-transition:      all 0.15s ease-in 0s;
                -ms-transition:     all 0.15s ease-in 0s;
                transition:         all 0.15s ease-in 0s;
                cursor: pointer;
}
input.cms_submit:hover {
                background: #aaaaaa;
}
.contactform input.checkbox {
                border: none;
}
.contactform label {
                display: block;
                float: left;
                padding-top: 6px;
                font-size: 14px;
}

.contactform textarea {
                font-family: Arial, Verdana, Helvetica, sans-serif;
                background-color: #FFF;
                border: 1px solid #CCC;
                width: 97%;
                padding: 6px 10px;
                font-size: 14px;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
                -webkit-transition: all 0.15s ease-in 0s;
                -moz-transition:    all 0.15s ease-in 0s;
                -o-transition:      all 0.15s ease-in 0s;
                -ms-transition:     all 0.15s ease-in 0s;
                transition:         all 0.15s ease-in 0s;
}
.contactform textarea:focus {
                background-color: #EEE;
                border: 1px solid #CCC;
               -webkit-transition: all 0.15s ease-in 0s;
                -moz-transition:    all 0.15s ease-in 0s;
                -o-transition:      all 0.15s ease-in 0s;
                -ms-transition:     all 0.15s ease-in 0s;
                transition:         all 0.15s ease-in 0s;
}
.contactform .cms_dropdown {
                font-family: Arial, Verdana, Helvetica, sans-serif;
                background-color: #FFF;
                border: 1px solid #CCC;
                width: 98%;
                padding: 6px 10px;
                font-size: 14px;
                -webkit-transition: all 0.15s ease-in 0s;
                -moz-transition:    all 0.15s ease-in 0s;
                -o-transition:      all 0.15s ease-in 0s;
                -ms-transition:     all 0.15s ease-in 0s;
                transition:         all 0.15s ease-in 0s;
}
.formbuilderform .message {
                line-height: 16px;
                padding: 0 0 8px 0;
}
.contactform input.cms_checkbox {
                width: auto !important;
                float: left;
}
.error_message {
                background-color: #eb9d9c;
                padding: 0 10px;
                color: #F00;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px;
                width: 97%;
                border: 1px solid #F00;
                margin-bottom:20px;
}
.error_message ul {
                margin: 0px;
}
.fb_invalid {
color: #F00;
}




.home-box {
   width: 300px;
   float: left;
   padding: 0;
   margin: 0 20px 20px 0;
   height: 330px;
   background: #f5f5f5;
}

.home-box p {
   padding-left: 12px;
   font-size: 14px;
   font-weight: 400;
   text-align: center;
}

.home-box-green {
   background: #2faf40;
   width: 300px;
   float: left;
   padding: 0;
   margin: 0 20px 50px 0;
}

.home-box-green p {
   color: #fff;
   font-weight: 300;
   font-size: 22px;
   padding: 8px 0 18px 20px;
   margin: 0;
}

.home-box-green p a {
  color: #fff;
  text-decoration: none;
}

.home-box table { margin: 0 0 0 0; }

.home-box td { text-align: center; background: #f5f5f5; padding: 0 5px; border: 1px solid #d4d4d4; font-size: 10px; }

.home-box ul { margin-top: 5px; line-height: 1.8em; }
/* Stylesheet: main Modified On 2015-03-31 15:22:05 */
