html,
body,
div,
span,
applet,
object,
iframe,
h0,
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,
medium,
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;
}

a,
a:visited {
    transition: all 0.2s linear;
    color: #222222;
    -moz-transition: all 0.2s linear;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

a:hover,
a:focus {
    color: #66a629;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

blockquote {
    margin: 0 0 20px;
    padding: 9px 20px 0 19px;
    border-left: 1px solid #DDDDDD;
}

blockquote cite {
    display: block;
    font-size: 12px;
}

blockquote cite:before {
    content: "\2014 \0020";
}

blockquote,
blockquote p {
    color: #777777;
    font-size: 17px;
    font-style: italic;
    line-height: 24px;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

body {
    line-height: 1;
    margin-left: 2px;
    background: #EDDEB3;
    font: 14px/21px 'Open Sans', arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

em,
i {
    font-style: italic;
}


h0 {
    margin-bottom: 18px;
    font-size: 36px;
    line-height: 46px;
}


h1 {
    margin-bottom: 14px;
    font-size: 29px;
    line-height: 38px;
}

h0 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: inherit;
}

h0,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans", arial, sans-serif;
    font-weight: normal;
}

h2 {
    margin-bottom: 10px;
    font-size: 21px;
    line-height: 28px;
}

h3 {
    margin-bottom: 8px;
    margin-top: 6px;
    font-size: 18px;
    line-height: 26px;
}

h4 {
    margin-bottom: 8px;
    margin-top: 4px;
    font-size: 16px;
    line-height: 24px;
}

h5 {
    font-size: 15px;
    line-height: 21px;
}

h6 {
    font-size: 14px;
    line-height: 21px;
}

hr {
    border: solid #DDDDDD;
    border-width: 1px 0 0;
    clear: both;
    margin: 10px 0 30px;
    height: 0;
}

img.scale-with-grid {
    max-width: 100%;
    height: auto;
}

li {
    margin-bottom: 12px;
    line-height: 1.5em;
}

li p {
    line-height: 21px;
}

ol {
    list-style: decimal;
}

ol,
ul.square,
ul.circle,
ul.disc {
    margin-left: 30px;
}

p {
    margin: 0 0 20px 0;
}

p a,
p a:visited {
    line-height: inherit;
}

p img {
    margin: 0;
}

p.lead {
    color: #777777;
    font-size: 21px;
    line-height: 27px;
}

small {
    font-size: 80%;
}

medium {
    font-size: 90%;
}

strong {
    color: #333333;
    font-weight: 600;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ul {
    list-style: none outside;
}

ul ul li,
ul ol li,
ol ol li,
ol ul li {
    margin-bottom: 6px;
}

ul ul,
ul ol,
ol ol,
ol ul,
ul li ul,
ul li ol,
ol li ol,
ol li ul {
    margin: 4px 0 5px 10px;
}

ul,
ol {
    margin-bottom: 20px;
}

ul.circle {
    list-style: circle outside;
}

ul.disc {
    list-style: disc outside;
}

ul.large li {
    line-height: 21px;
}

ul.square {
    list-style: square outside;
}

.frame-scale-with-grid {
    max-width: 100%;
}

.subheader {
    color: #777777;
}

#google_map iframe {
    width: 100%;
    border: 0;
    height: 416px;
}

/*
GHC
*/

a .img_overlay {
    transition: all 0.3s ease-in-out;
    width: 100%;
    border-radius: 3px;
    background: #333333;
    background-color: rgba(0, 0, 0, 0.3);
    background-image: url(/assets/images/icon_plus.png);
    background-position: center center;
    background-repeat: no-repeat;
    -moz-transition: all 0.3s ease-in-out;
    -moz-border-radius: 3px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    opacity: 0;
    z-index: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -webkit-border-radius: 3px;
    filter: alpha(opacity=0);
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -khtml-border-radius: 3px;
}

a .img_overlay_zoom {
    transition: all 0.3s ease-in-out;
    width: 100%;
    border-radius: 3px;
    background: #333333;
    background-color: rgba(0, 0, 0, 0.3);
    background-image: url(/assets/images/icon_zoom.png);
    background-position: center center;
    background-repeat: no-repeat;
    -moz-transition: all 0.3s ease-in-out;
    -moz-border-radius: 3px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    opacity: 0;
    z-index: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -webkit-border-radius: 3px;
    filter: alpha(opacity=0);
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -khtml-border-radius: 3px;
}

a:hover .img_overlay {
    opacity: 1;
    z-index: 1;
    filter: alpha(opacity=100);
}

a:hover .img_overlay_zoom {
    opacity: 1;
    z-index: 1;
    filter: alpha(opacity=100);
}

a:hover.header_soc_fb {
    background: url('/assets/images/header_soc_fb.png') left top no-repeat;
}

a:hover.header_soc_rss {
    background: url('/assets/images/header_soc_rss.png') left top no-repeat;
}

a:hover.header_soc_twitter {
    background: url('/assets/images/header_soc_twitter.png') left top no-repeat;
}

a.icon_facebook:hover {
    background: url('/assets/images/icon_facebook.png') center top no-repeat;
}

a.icon_google:hover {
    background: url('/assets/images/icon_google.png') top center no-repeat;
}

a.icon_pinterest:hover {
    background: url('/assets/images/icon_pinterest.png') center top no-repeat;
}

a.icon_skype:hover {
    background: url('/assets/images/icon_skype.png') center top no-repeat;
}

a.icon_tweet:hover {
    background: url('/assets/images/icon_tweet.png') center top no-repeat;
}

a:hover,
a:focus {
    color: #66a629;
}

a.read_more {
    white-space: nowrap;
    color: #66a629;
    font-weight: 600;
}

article a,
article a:visited,
article p a,
article p a:visited,
.post_description a,
.post_description a:visited,
.project_intro a,
.project_intro a:visited,
.shortcut_menu a,
.shortcut_menu a:visited,
nav.jump a {
    color: #66a629;
    font-weight: 600;
}

article a.button:active,
article a.button:hover {
    text-decoration: none;
}

article a:active,
article a:hover,
article p a:active,
article p a:hover,
.post_description a:active,
.post_description a:hover,
.project_intro a:active,
.project_intro a:hover,
.shortcut_menu a:active,
.shortcut_menu a:hover {
    text-decoration: underline;
}

article table {
    width: 100%;
}

article table td {
    border: solid 1px #CCCCCC;
    padding: 2px 6px;
}

article table th {
    border: solid 1px #CCCCCC;
    padding: 2px 6px;
    font-weight: 600;
}

body#partner th {
    font-weight: 600;
}

article ul {
    padding-left: 30px;
    list-style: disc;
}

article ul.tabs {
    padding-left: 0;
}

body .cke_combopanel.cke_combopanel {
    width: 250px;
}

body .cke_panel_block.cke_panel_block,
body .cke_panel_block.cke_panel_block * {
    border: none;
    outline: none;
}

body#wygwam {
    margin: 0;
    padding: 1.5%;
    background-color: #FFFFFF;
    background-image: none;
    color: #323231;
    font-family: 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 13px;
    text-align: left;
    line-height: 2.1;
    position: relative;
}

body.cke_ltr {
    margin: 0;
    padding: 1.5%;
    background-color: #FFFFFF;
    background-image: none;
    color: #323231;
    font-family: 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 13px;
    text-align: left;
    line-height: 2.1;
    position: relative;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

div .map.column {
    margin-left: 0;
    margin-top: 6px;
}

div.inline {
    background-color: #CCCCCC !important;
}

div.pp_default .pp_description {
    line-height: 18px !important;
}

img.leadership {
    margin-bottom: 10px;
}

li.comment .single_comment {
    padding: 20px 0;
    border-top: 1px dotted #DDDDDD;
}

li.comment .single_comment.first_comment {
    border-top: none;
}

li.comment ol.comment_sub {
    margin-left: 65px;
}

li.rss_item {
    padding: 0 0 0 30px;
    margin-bottom: 6px;
    background: url('/assets/images/social-icons/fc-webicon-rss-s.png') left 5px no-repeat;
    font-size: 13px;
    line-height: 24px;
}

li.rss_item a {
    color: #66a629;
    text-decoration: underline;
}

table.map-legend th {
    padding-right: 6px;
}

table.map-legend tr,
table.map-legend th,
table.map-legend td {
    vertical-align: middle;
}

textarea.aqua_input {
    width: 400px;
}

ul.arrowed {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.arrowed li {
    padding: 0 0 0 20px;
    margin-bottom: 6px;
    background: url('/assets/images/arrow.png') 0 3px no-repeat;
}

ul.checked {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.checked li {
    padding: 0 0 0 26px;
    margin-bottom: 6px;
    background: url('/assets/images/check.png') 0 3px no-repeat;
}

ul.dotted {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.dotted li {
    padding: 0 0 0 20px;
    margin-bottom: 6px;
    background: url('/assets/images/dot.png') 0 3px no-repeat;
}

ul.hj_social_bookmarks {
    margin-left: 0;
    margin-top: 16px;
    margin-bottom: 10px;
}

ul.hj_social_bookmarks li {
    display: inline;
}

ul.tabs.vertical {
    margin-left: 0;
}

.acc_control {
    transition: all 0.2s linear;
    float: left;
    width: 18px;
    margin: 0 14px 0 8px;
    border-radius: 17px;
    background: #778185 url('/assets/images/acc_bgr.png') 0 -18px no-repeat;
    -moz-transition: all 0.2s linear;
    -moz-border-radius: 17px;
    height: 18px;
    -webkit-transition: all 0.2s linear;
    -webkit-border-radius: 17px;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -khtml-border-radius: 17px;
}

.acc_heading {
    margin-left: 40px;
    display: block;
}

.acc_item {
    transition: all 0.3s linear;
    padding: 12px 0;
    margin: 0 0 0;
    border-radius: 4px;
    background: #FFFFFF;
    -moz-transition: all 0.3s linear;
    -moz-border-radius: 4px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -webkit-border-radius: 4px;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -khtml-border-radius: 4px;
}

.acc_item:hover {
    background: #F8F8F8;
}

.accordion {
    transition: all 0.2s linear;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    -moz-transition: all 0.2s linear;
    line-height: 18px;
    -webkit-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    margin-bottom: 0;
}

.accordion .accordion-navigation>.content,
.accordion dd>.content {
    padding: 0.9375em;
    display: none;
}

.accordion .accordion-navigation>.content.active,
.accordion dd>.content.active {
    display: block;
    background: white;
}

.accordion .accordion-navigation>a,
.accordion dd>a {
    padding: 10px;
    display: block;
    background: #EFEFEF;
    color: #222222;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 10px;
}

.accordion .accordion-navigation>a:hover,
.accordion dd>a:hover {
    background: #E3E3E3;
}

.accordion .accordion-navigation,
.accordion dd {
    margin-bottom: 0 !important;
    display: block;
}

.accordion .accordion-navigation.active>a,
.accordion dd.active>a {
    background: #E8E8E8;
}

.accordion dd>a {
    padding: 6px 10px;
    text-decoration: none;
}

.accordion dd>a:after {
    margin: 10px;
    font-weight: normal;
    content: '\229e';
}

.accordion dd.active>a:after {
    margin: 10px;
    font-weight: normal;
    content: '\229f';
}

.accordion.active_acc {
    background: url('/assets/images/acc_bgr.png') 0 0 no-repeat;
}

.accordion:after {
    clear: both;
}

.accordion:before,
.accordion:after {
    display: table;
    content: " ";
}

.accordion_content {
    padding: 10px 10px 0 40px;
    display: none;
    color: #777777;
}

.accordion-title:after {
    content: "+";
    position: relative;
    top: 0;
    right: 0;
}

.active_acc .acc_control {
    background: #778185 url('/assets/images/acc_bgr.png') 0 0 no-repeat;
}

.add-bottom {
    margin-bottom: 20px !important;
}

.al_right {
    text-align: right;
}

.aqua_input,
input[type="text"].aqua_input,
input[type="password"].aqua_input,
input[type="email"].aqua_input,
input[type="url"].aqua_input,
textarea.aqua_input,
select.aqua_input {
    transition: all 0.3s cubic-bezier(0.4, 0.1, 0.2, 0.7);
    width: 250px;
    border: 1px solid #EEEEEE;
    padding: 7px 8px 7px 8px;
    border-radius: 4px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .05);
    background: #FBFBFB;
    font-size: 14px;
    -moz-border-radius: 4px;
    -moz-transition: all 0.3s cubic-bezier(0.4, 0.1, 0.2, 0.7);
    -webkit-border-radius: 4px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .05);
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0.1, 0.2, 0.7);
    -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, .05);
}

.aqua_input:focus {
    border: 1px solid #CCCCCC !important;
}

.aqua_table {
    margin: 20px 0;
}

.aqua_table td {
    transition: all 0.3s linear;
    padding: 8px 14px;
    border: #E2E2E2 1px solid;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.aqua_table td.b {
    font-weight: 600;
}

.aqua_table th {
    border: 1px solid #E2E2E2;
    padding: 8px 14px;
    background: #FCFCFC url('/assets/images/grad_menu.png') top left repeat-x;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    text-align: left;
}

.aqua_table tr.odd td {
    background: #F9F9F9;
}

.aqua_table tr:hover td {
    background: #EDF9FA;
}

.attention {
    border: 1px solid #F0E6BF;
    background: #FFF5CC;
}

.author {
    margin-right: 8px;
    padding: 0 12px 0 22px;
    border-right: 1px solid #DDDDDD;
    background: url('/assets/images/blog_icon_author.png') 0 1px no-repeat;
}

.big_brush {
    background: url(/assets/images/icon_big_brush.png) center center no-repeat;
}

.big_chat {
    background: url(/assets/images/icon_big_chat.png) center center no-repeat;
}

.big_check {
    background: url(/assets/images/icon_big_check.png) center center no-repeat;
}

.big_cog {
    background: url(/assets/images/icon_big_cog.png) center center no-repeat;
}

.big_download {
    background: url(/assets/images/icon_big_download.png) center center no-repeat;
}

.big_graph {
    background: url(/assets/images/icon_big_graph.png) center center no-repeat;
}

.big_heart {
    background: url(/assets/images/icon_big_heart.png) center center no-repeat;
}

.big_pencil {
    background: url(/assets/images/icon_big_pencil.png) center center no-repeat;
}

.big_portfolio {
    background: url(/assets/images/icon_big_portfolio.png) center center no-repeat;
}

.big_profile {
    background: url(/assets/images/icon_big_profile.png) center center no-repeat;
}

.big_screen {
    background: url(/assets/images/icon_big_screen.png) center center no-repeat;
}

.big_university {
    background: url(/assets/images/icon_big_university.png) center center no-repeat;
}

.box-category {
    padding: 0;
}

.breadcrumb {
    margin: 16px 0 0;
    padding-left: 2px;
    line-height: 20px;
    height: 20px;
}

.breadcrumb a span {
    padding: 0 20px 0 12px;
    display: block;
    background: url('/assets/images/breadcrumb_divider.png') center right no-repeat;
    line-height: 20px;
}

.breadcrumb a,
.breadcrumb span.last {
    transition: all 0.3s linear;
    color: #666666;
    font-size: 11px;
    -moz-transition: all 0.3s linear;
    text-shadow: 0 1px 0 rgba(256, 256, 256, 0.8);
    line-height: 20px;
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.breadcrumb a.first_bc {
    border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -khtml-border-radius: 4px 0 0 4px;
}

.breadcrumb a.last_bc span {
    padding: 0 20px 0 12px;
    display: block;
    background: url('/assets/images/breadcrumb_divider_last.png') center right no-repeat;
    line-height: 20px;
}

.breadcrumb a:hover {
    color: #66a629;
}

.button,
a.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    transition: all 0.2s linear;
    border-style: solid;
    border-width: 0;
    border-radius: 3px;
    padding: 5px 14px;
    display: inline-block;
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.1));
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.1));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.1));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.1));
    background-image: linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.1));
    background-repeat: repeat-x;
    background-color: #66a629;
    color: white !important;
    font-size: 16px;
    font-family: "Open Sans", arial;
    font-weight: 400;
    -moz-border-radius: 3px;
    -moz-transition: all 0.2s linear;
    text-shadow: 0 1px rgba(0, 0, 0, 0.4);
    text-decoration: none;
    line-height: normal;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -webkit-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

.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;
}

.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
    background-color: #3D494F;
}

.button_hilite,
a.button_hilite {
    color: #FFFFFF;
    background-color: #66a629;
}

.button_hilite:hover,
a:hover.button_hilite,
.button:hover,
a:hover.button,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
a:focus.button,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus {
    color: #FFFFFF;
    background-color: #FAB50B;
}

.button_search {
    float: right;
    padding: 0;
    width: 22px;
    border: none;
    box-shadow: none;
    background: url('/assets/images/button_search.png') center center no-repeat;
    position: relative;
    top: 0;
    right: 5px;
    height: 31px;
    cursor: pointer;
    z-index: 100;
}

.button_search:hover {
    border: none;
    background: url('/assets/images/button_search.png') center center no-repeat;
}

.calendar {
    margin-right: 8px;
    padding: 0 12px 0 22px;
    border-right: 1px solid #DDDDDD;
    background: url('/assets/images/blog_icon_date.png') 0 1px no-repeat;
}

.carousel_section {
    margin-bottom: 40px;
    position: relative;
}

.cke_wysiwyg_frame html {
    background: #FFFFFF;
    color: #323231;
    font-family: 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-kerning: normal;
    font-synthesis: none;
    font-variant-ligatures: normal;
    font-variant-numeric: oldstyle-nums tabular-nums;
    -webkit-font-kerning: normal;
    -webkit-font-variant-ligatures: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.clients_list li {
    float: left;
    margin: 0 10px;
}

.clients_list li img {
    height: auto;
    max-width: 100%;
}

.clients_list ul {
    margin: 20px 0 !important;
}

.close_img {
    width: 7px;
    float: right;
    margin: 7px 0 7px 20px;
    background: url('/assets/images/close.png') 0 0 no-repeat;
    height: 7px;
    cursor: pointer;
}

.column,
.columns {
    padding-left: 10px;
    padding-right: 10px;
}

.comment_list {
    margin: 40px 0;
    border-top: 1px solid #EEEEEE;
    padding-top: 30px;
}

.comment_list ol {
    margin-left: 0;
    list-style: none;
}

.comment_list ol .comment_avatar {
    float: left;
    margin-right: 15px;
}

.comment_list ol .comment_avatar a.comment_edit {
    margin-top: 12px;
    display: block;
    font-style: italic;
    text-align: center;
}

.comment_list ol .comment_content {
    overflow: hidden;
}

.comment_list ol .comment_desc {
    margin-bottom: 16px;
    color: #999999;
    font-size: 12px;
    font-style: italic;
}

.comment_list ol .comment_name {
    font-weight: 600;
}

.comment_list ol .comment_name a {
    font-size: 14px;
    font-weight: 600;
}

.comment_list ol .comment_name a.comment_reply {
    font-size: 13px;
    font-weight: normal;
}

.comment_list ol .comment_name span {
    margin: 0 8px;
    color: #AAAAAA;
    font-weight: normal;
}

.comment_list ol.comment_sub {
    list-style: none;
}

.comments {
    margin-right: 8px;
    padding: 0 12px 0 23px;
    border-right: 1px solid #DDDDDD;
    background: url('/assets/images/blog_icon_comments.png') 0 1px no-repeat;
}

.comments_section {
    margin: 60px 0 60px;
}

.comments_section label {
    font-weight: normal;
}

header {
    width: 960px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}


main {
    width: 960px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.content ul.disc,
.content ul {
    margin-left: inherit;
}

.custom_menu #menu {
    background: #857cd1 url('/assets/images/grad_menu.png') top left repeat-x;
}

.custom_menu #menu>ul>li {
    padding: 0;
    background: none;
}

.custom_menu #menu>ul>li>a {
    background: #857cd1 url('/assets/images/grad_menu.png') top left repeat-x;
    color: #FFFFFF;
    text-shadow: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.custom_menu #menu>ul>li>a {}

.custom_menu #menu>ul>li>a .home_icon {
    background: url('/assets/images/home_icon.png') center center no-repeat;
}

.custom_menu #menu>ul>li>a>span {
    padding: 0;
    background: none;
}

.custom_menu #menu>ul>li>a:hover {
    background: #FAB50B;
    color: #FFFFFF;
}

.custom_menu #menu>ul>li>a:hover .home_icon {
    background: url('/assets/images/home_icon.png') center center no-repeat;
}

.custom_menu #menu>ul>li>div {
    border: none;
    box-shadow: none;
    background: url('/assets/images/menu_beige_90.png') top left;
    left: 0;
}

.custom_menu #menu>ul>li>div>ul {
    border-top: none;
}

.custom_menu #menu>ul>li ul>li>a {
    color: #000000;
    text-shadow: none;
}

.custom_menu #menu>ul>li ul>li>a {
    background: none;
}

.custom_menu #menu>ul>li ul>li>a>span {
    background: url('/assets/images/arrow_left_tiny_dark.png') -20px center no-repeat;
}

.custom_menu #menu>ul>li ul>li>a.last_submenu_item {
    background: none;
}

.custom_menu #menu>ul>li ul>li>a:hover>span {
    background: url('/assets/images/arrow_left_tiny_dark.png') left center no-repeat;
}

.custom_menu #menu>ul>li.here>a {
    background: #FAB50B;
    color: #FFFFFF;
}

.custom_menu #menu>ul>li:hover>a {
    background: #FAB50B;
    color: #FFFFFF;
}

.custom_menu #menu,
.custom_menu #menu>ul>li>a {
    background-color: #857cd1;
}

.custom_menu .subsub_menu {
    border: none;
    box-shadow: none;
    background: url('/assets/images/menu_beige_90.png') top left;
    left: 100%;
}

.custom_menu .subsubsub_menu {
    border: none;
    box-shadow: none;
    background: url('/assets/images/menu.png') top left;
    left: 100%;
}

.dark_menu #menu {
    background: #393B3C url('/assets/images/main_nav_bgr_dark.png') top left repeat-x;
}

.dark_menu #menu>ul>li {
    background: url('/assets/images/main_nav_bgr_sep_dark.png') right top no-repeat;
}

.dark_menu #menu>ul>li>a {
    background: #393B3C url('/assets/images/main_nav_bgr_dark.png') top left repeat-x;
    color: #FFFFFF;
    text-shadow: 0 1px 0 #111111;
}

.dark_menu #menu>ul>li>a .home_icon {
    background: url('/assets/images/home_icon.png') center center no-repeat;
}

.dark_menu #menu>ul>li>a>span {
    background: url('/assets/images/arrow_down_tiny_dark.png') right center no-repeat;
}

.dark_menu #menu>ul>li>a:hover {
    background: url('/assets/images/main_nav_bgr_dark_hover.png') top left repeat-x;
}

.dark_menu #menu>ul>li>div {
    border: 1px solid #3B3D3E;
    border-top: 1px solid #212223;
    background: #4F5152;
    background-image: -moz-linear-gradient(#58595A, #414344);
    background-image: -o-linear-gradient(#58595A, #414344);
    background-image: -webkit-linear-gradient(#58595A, #414344);
    background-image: linear-gradient(#58595A, #414344);
}

.dark_menu #menu>ul>li>div>ul {
    border-top: 3px solid #45494B;
}

.dark_menu #menu>ul>li ul>li>a {
    color: #FFFFFF;
    text-shadow: 0 -1px 0 #343A3C;
}

.dark_menu #menu>ul>li ul>li>a {
    background: url('/assets/images/main_nav_bgr_sep_vertical_dark.png') bottom left repeat-x;
}

.dark_menu #menu>ul>li ul>li>a>span {
    background: url('/assets/images/arrow_left_tiny_dark.png') -20px center no-repeat;
}

.dark_menu #menu>ul>li ul>li>a.last_submenu_item {
    background: none;
}

.dark_menu #menu>ul>li ul>li>a:hover>span {
    background: url('/assets/images/arrow_left_tiny_dark.png') left center no-repeat;
}

.dark_menu #menu>ul>li:hover>a {
    background: url('/assets/images/main_nav_bgr_dark_hover.png') top left repeat-x;
}

.dark_menu .subsub_menu {
    border: 1px solid #3B3D3E;
    box-shadow: none;
    background: #4F5152;
    background-image: -moz-linear-gradient(#58595A, #414344);
    background-image: -o-linear-gradient(#58595A, #414344);
    background-image: -webkit-linear-gradient(#58595A, #414344);
    background-image: linear-gradient(#58595A, #414344);
}

.dark_menu .subsubsub_menu {
    border: 1px solid #3B3D3E;
    background: #4F5152;
    background-image: -moz-linear-gradient(#58595A, #414344);
    background-image: -o-linear-gradient(#58595A, #414344);
    background-image: -webkit-linear-gradient(#58595A, #414344);
    background-image: linear-gradient(#58595A, #414344);
}

.data-display .nowrap {
    white-space: nowrap;
}

.data-display td {
    padding: 2px 6px;
}

.data-display td a {
    color: #66a629;
    font-weight: 600;
}

.data-display th {
    padding: 2px 6px;
    font-weight: 600;
}

.divider_bgr {
    background: url('/assets/images/header_bgr_diag.png') left top;
}

.error {
    display: block;
    color: #FF4242;
}

.fc-webicon {
    float: right;
}

.ffCopyBlock {
    margin-top: 10px;
    position: relative;
}

.footer_btm {
    clear: both;
    padding: 10px 20px 10px;
    border-radius: 0 0 4px 4px;
    background: #857CD1;
    -moz-border-radius: 0 0 4px 4px;
    overflow: auto;
    -webkit-border-radius: 0 0 4px 4px;
    -khtml-border-radius: 0 0 4px 4px;
}

.footer_inside {
    padding: 20px 15px;
}

.footer_news_item {
    margin-right: 12px;
    font-size: 11px;
    line-height: 15px;
}

.footer_news_item h4 {
    color: #949EA3;
    font-size: 12px;
    line-height: 15px;
}

.footer_news_item p {
    margin-bottom: 12px;
    font-size: 11px;
    line-height: 15px;
}

.footer_pic img {
    transition: all 0.3s linear;
    float: left;
    border: 111:09 AM 3/3/2021px solid #555555;
    margin: 2px 14px 22px 0;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.footer_pic img:hover {
    border: 1px solid #d99b02;
}

.gmap-flyout ul {
    padding-left: 0;
}

.gm-style .gm-style-iw h3 a {
    font-size: 18px;
    font-weight: normal;
}

.h10 {
    height: 10px;
}

.h15 {
    height: 15px;
}

.h20 {
    height: 20px;
}

.h40 {
    height: 40px;
}

.h5 {
    height: 5px;
}

.habitat-info dd {
    margin-bottom: 10px;
}

.habitat-info dt {
    font-weight: 600;
}

.habitat-info dt.short {
    float: left;
    margin-right: 6px;
    white-space: nowrap;
}

.habitat-info dt.short:after {
    content: ":";
}

.half_padded_block {
    margin-bottom: 40px;
    position: relative;
}

.half-bottom {
    margin-bottom: 10px !important;
}

.header {
    margin: 0 0 10px 0;
}

.header_contacts {
    margin: 20px 0 0 0;
    color: #888888;
    font-size: 14px;
    font-weight: bold;
}

.header_left img {
    margin: 14px 0 0 10px;
}

.header_mail {
    float: right;
    padding-left: 23px;
    background: url('/assets/images/header_mail.png') left center no-repeat;
}

.header_phone {
    float: right;
    padding-left: 22px;
    margin-left: 20px;
    background: url('/assets/images/header_phone.png') left center no-repeat;
}

.header_search form {
    margin-bottom: 0;
}

.header_soc_fb {
    float: right;
    width: 16px;
    margin: 8px 0 0 12px;
    background: url('/assets/images/header_soc_fb.png') left -16px no-repeat;
    text-indent: -10000px;
    height: 16px;
}

.header_soc_rss {
    float: right;
    width: 16px;
    margin: 8px 0 0 12px;
    background: url('/assets/images/header_soc_rss.png') left -16px no-repeat;
    text-indent: -10000px;
    height: 16px;
}

.header_soc_search {
    margin-bottom: 6px;
}

.header_soc_search a {
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}

.header_soc_twitter {
    float: right;
    width: 16px;
    margin: 8px 0 0 12px;
    background: url('/assets/images/header_soc_twitter.png') left -16px no-repeat;
    text-indent: -10000px;
    height: 16px;
}

.header_tagline {
    float: right;
    padding: 0;
    color: #edab09;
    font-weight: 600;
    font-size: 1.4em;
    font-style: italic;
    line-height: 1.2;
    text-align: right;
}

.header_utilities {
    float: right;
    margin-bottom: 10px;
}

.header_utilities a {
    margin-left: 10px;
    display: inline-block;
}

.header_utilities .button {
    margin-bottom: 5px;
}

.heading {
    margin: 30px 0 24px;
    padding-bottom: 10px;
    background: url('/assets/images/header_bgr.png') left top;
    font-family: 'Open Sans', arial, sans-serif;
    font-weight: 500;
    font-size: 26px;
    line-height: 30px;
    letter-spacing: -1px;
}

.heading span {
    padding-bottom: 10px;
    display: block;
    background: #FFFFFF;
    line-height: 30px;
}

.hilite {
    padding: 2px;
    background: #66a629;
    color: #FFFFFF;
}

.hilite_dark {
    padding: 2px;
    background: #4D5559;
    color: #FFFFFF;
}

.hover_span {
    width: 0;
    border-radius: 3px;
    display: block;
    background: #FAFAFA url('/assets/images/grad_menu.png') top left repeat-x;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 20;
}

.htabs {
    border-bottom: 1px solid #EEEEEE;
    margin-right: 4px;
    line-height: 15px;
    height: 27px;
}

.htabs a {
    border-top: 1px solid #E4E4E4;
    border-left: 1px solid #E4E4E4;
    border-right: 1px solid #E4E4E4;
    padding: 6px 10px 5px 10px;
    float: left;
    margin-right: 4px;
    border-radius: 3px 3px 0 0;
    color: #666666;
    background: #FAFAFA url('/assets/images/grad_menu.png') top left repeat-x;
    font-size: 13px;
    -moz-border-radius: 3px 3px 0 0;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(256, 256, 256, 0.8);
    -webkit-border-radius: 3px 3px 0 0;
    -khtml-border-radius: 3px 3px 0 0;
}

.htabs a.selected {
    border-top: 1px solid #E4E4E4;
    border-left: 1px solid #E4E4E4;
    border-right: 1px solid #E4E4E4;
    padding-bottom: 6px;
    background: #FFFFFF;
}

.icon_facebook {
    float: right;
    width: 23px;
    margin-left: 12px;
    background: url('/assets/images/icon_facebook.png') center -23px no-repeat;
    text-indent: -9999px;
    height: 23px;
}

.icon_google {
    float: right;
    width: 23px;
    margin-left: 12px;
    background: url('/assets/images/icon_google.png') center -23px no-repeat;
    text-indent: -9999px;
    height: 23px;
}

.icon_loc {
    padding: 0 0 0 30px;
    margin-bottom: 6px;
    background: url('/assets/images/icon_footer_loc_333.png') left 3px no-repeat;
    font-size: 13px;
    line-height: 24px;
}

.icon_mail {
    padding: 0 0 0 30px;
    margin-bottom: 6px;
    background: url('/assets/images/icon_footer_mail_333.png') left 5px no-repeat;
    font-size: 13px;
    line-height: 24px;
}

.icon_phone {
    padding: 0 0 0 30px;
    margin-bottom: 6px;
    background: url('/assets/images/icon_footer_phone_333.png') left 4px no-repeat;
    font-size: 13px;
    line-height: 24px;
}

.icon_pinterest {
    float: right;
    width: 23px;
    margin-left: 12px;
    background: url('/assets/images/icon_pinterest.png') center -23px no-repeat;
    text-indent: -9999px;
    height: 23px;
}

.icon_skype {
    float: right;
    width: 23px;
    margin-left: 12px;
    background: url('/assets/images/icon_skype.png') center -23px no-repeat;
    text-indent: -9999px;
    height: 23px;
}

.icon_testimonial {
    padding-left: 24px;
    display: inline;
    background: url('/assets/images/icon_testimonial.png') 0 3px no-repeat;
    font-size: 14px;
    font-weight: 600;
}

.icon_tweet {
    float: right;
    width: 23px;
    margin-left: 12px;
    background: url('/assets/images/icon_tweet.png') center -23px no-repeat;
    text-indent: -9999px;
    height: 23px;
}

.info {
    width: 40%;
    display: none;
    color: black;
    left: 80%;
    top: 20%;
    z-index: 10;
    vertical-align: middle;
    opacity: 0;
    filter: alpha(opacity=0);
}

.info a.link {
    width: 80%;
    margin: 0 0 14px;
    color: #3C4549;
    font-size: 14px;
    line-height: 25px;
    text-shadow: 0 1px 0 rgba(256, 256, 256, 0.5);
}

.info h2 {
    padding: 0 7px;
    border-radius: 3px;
    margin: 0 0 6px 0;
    display: inline-block;
    color: #FFFFFF;
    background: #0AD1E5;
    font-size: 38px;
    -moz-border-radius: 3px;
    line-height: 45px;
    letter-spacing: -1px;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
}

.info h2 {
    background-color: #66a629;
}

.info h3 {
    padding: 4px 6px;
    border-radius: 3px;
    margin: 0 0 24px 0;
    display: inline-block;
    color: #FFFFFF;
    background: #404B50;
    font-size: 26px;
    -moz-border-radius: 3px;
    line-height: 26px;
    letter-spacing: 0;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
}

.info p {
    width: 80%;
    margin: 0 0 28px;
    color: #3C4549;
    font-size: 17px;
    line-height: 27px;
    text-shadow: 0 1px 0 rgba(256, 256, 256, 0.5);
}

.info.animate-in {
    transition: all 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.5s;
    -moz-transition: all 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.5s;
    left: 8%;
    top: 20%;
    opacity: 1;
    -webkit-transition: all 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.5s;
    filter: alpha(opacity=100);
    -ms-transition: all 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.5s;
    -o-transition: all 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.5s;
}

.info.animate-out {
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    left: 80%;
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    filter: alpha(opacity=0);
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
}

.information {
    border: 1px solid #D1E9EC;
    background: #E2F5F7;
}

.jcarousel-next-horizontal:hover,
.jcarousel-prev-horizontal:hover {
    background-color: #66a629;
}

.latest_post_sidebar {
    margin-right: 8px;
    font-size: 11px;
    line-height: 15px;
}

.latest_post_sidebar img {
    transition: all 0.3s linear;
    float: left;
    width: 52px;
    border: 1px solid #DDDDDD;
    padding: 3px;
    margin: 2px 14px 22px 0;
    background: #FFFFFF;
    -moz-transition: all 0.3s linear;
    height: 52px;
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.latest_post_sidebar img:hover {
    border: 1px solid #BBBBBB;
}

.latest_post_sidebar p {
    margin-bottom: 8px;
    font-size: 11px;
    line-height: 15px;
}

.latest_post_sidebar p.date,
.latest_post_sidebar .date {
    white-space: nowrap;
    color: #999999;
}

.latest_post_sidebar p.latest_post_sidebar_title {
    padding-top: 2px;
    font-size: 12px;
    line-height: 15px;
}

.link_span {
    padding: 4px 10px 4px 19px;
    display: block;
    background: url('/assets/images/arrow.png') 2px 7px no-repeat;
    text-shadow: 0 1px 0 rgba(256, 256, 256, 0.7);
    position: relative;
    z-index: 21;
}

.margined_left {
    margin-left: 18px;
}

.media_item {
    border-bottom: 1px dotted #EEEEEE;
    margin: 20px 0 20px;
    padding-bottom: 60px;
}

.missingImage {
    margin: auto;
    opacity: 0.05;
    max-height: 100px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.mt50 {
    margin-top: 50px !important;
}

.next {
    right: 15px;
}

.next>span {
    background-position: -21px 0;
}

.next>span,
.prev>span {
    transition: all 0.4s cubic-bezier(0.165, 0.840, 0.440, 1.000);
    width: 21px;
    margin: 10px;
    display: block;
    background: url(/assets/images/slider_arrows.png) no-repeat;
    -moz-transition: all 0.4s cubic-bezier(0.165, 0.840, 0.440, 1.000);
    height: 21px;
    -webkit-transition: all 0.4s cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -ms-transition: all 0.4s cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: all 0.4s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

.next:hover span,
.prev:hover span {
    background-position-y: -21px;
}

.next:hover,
.prev:hover {
    background: #0AD1E5;
}

.next:hover,
.prev:hover {
    background-color: #66a629;
}

.no_bm {
    margin-bottom: 0;
}

.padded_block {
    margin-bottom: 80px;

}

.page_heading,
#page_banner {
    margin-bottom: 0;
}

}

.page_heading {
    margin: 30px 0 20px 0;
}

.page_heading h1 {
    margin: 0;
    display: inline-block;
    font-family: 'Open Sans', arial, sans-serif;
    font-weight: 500;
    font-size: 28px;
    background-image: url('/assets/images/heading_bgr.png');
    background-position: 0 -4px;
    background-repeat: repeat-x;
    width: 100%;
    line-height: 1.5;
}

.page_heading h1>span {
    padding-right: 10px;
    background: #FFFFFF;
}

.pagination {
    margin-bottom: 20px;
}

.pagination .links {
    float: left;
    font-size: 13px;
    line-height: 16px;
}

.pagination .links a {
    padding: 4px 10px;
    border-radius: 4px;
    display: inline-block;
    background: #F8F8F8 url('/assets/images/grad_menu.png') top left repeat-x;
    color: #666666;
    font-weight: 400;
    -moz-border-radius: 4px;
    text-decoration: none;
    text-shadow: 0 1px 0 #FFFFFF;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
}

.pagination .links a:hover {
    background-color: #0AD1E5;
    color: white;
    text-shadow: none;
}

.pagination .links a:hover {
    background-color: #66a629;
}

.pagination .links b {
    padding: 3px 9px;
    display: inline-block;
    font-weight: normal;
    font-weight: 400;
    text-decoration: none;
    cursor: default;
}

.pagination .results {
    float: right;
    padding-top: 3px;
}

.partner_block {
    margin: 0 0 20px;
}

.partner_block .partner_desc {
    margin-bottom: 4px;
}

.partner_block .partner_desc,
.partner_desc2 {
    margin-bottom: 10px;
    color: #444444;
    font-style: italic;
    line-height: 18px;
}

.partner_block .partner_desc2 {
    margin-bottom: 12px;
}

.partner_block h3 {
    margin: 0 0 6px;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
}

.pic {
    display: block;
    position: relative;
}

.pic img {
    width: 100%;
    border-radius: 3px;
    display: block;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
}

.portfolio {
    margin: 20px -20px 20px 0;
}

.portfolio_description {
    margin-top: -20px;
    padding-left: 16px;
}

.portfolio_description h5 {
    margin: 20px 0 16px;
    font-size: 17px;
}

.portfolio_description p {
    margin: 0 0 12px;
}

.portfolio_description ul {
    margin-bottom: 30px;
}

.portfolio_filter {
    margin: 20px 0;
}

.portfolio_filter div {
    transition: all 0.2s ease-in-out;
    float: left;
    padding: 5px 12px;
    margin: 0 6px 6px 0;
    border-radius: 2px;
    background: #FAFAFA url('/assets/images/grad_menu.png') top left repeat-x;
    font-size: 12px;
    -moz-transition: all 0.2s ease-in-out;
    text-shadow: 0 1px 0 rgba(256, 256, 256, 0.7);
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

.portfolio_filter div.current {
    color: #FFFFFF;
    background-color: #0AD1E5;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.portfolio_filter div.current {
    background-color: #66a629;
}

.portfolio_filter div:hover {
    color: #FFFFFF;
    background-color: #374045;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.portfolio_filter span {
    float: left;
    margin: 0 6px 6px 0;
    padding: 5px 12px;
    color: #555555;
    font-size: 12px;
}

.portfolio_item {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.portfolio_item .pic img {
    border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
}

.portfolio_item a h4 {
    transition: all 0.2s ease-in-out;
    margin: 0;
    border-radius: 0 0 4px 4px;
    padding: 10px;
    border-radius: 0 0 4px 4px;
    color: #333333;
    background: #FCFCFC url('/assets/images/grad_menu.png') top left repeat-x;
    font-size: 14px;
    -moz-border-radius: 0 0 4px 4px;
    -moz-transition: all 0.2s ease-in-out;
    -moz-border-radius: 0 0 4px 4px;
    text-align: center;
    line-height: 20px;
    text-shadow: 0 1px 0 rgba(256, 256, 256, 0.8);
    -webkit-border-radius: 0 0 4px 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -webkit-border-radius: 0 0 4px 4px;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

.portfolio_item a h5 {
    transition: all 0.2s ease-in-out;
    margin: 0;
    border-radius: 0 0 4px 4px;
    padding: 8px;
    border-radius: 0 0 4px 4px;
    color: #333333;
    background: #FCFCFC url('/assets/images/grad_menu.png') top left repeat-x;
    font-size: 13px;
    -moz-border-radius: 0 0 4px 4px;
    -moz-transition: all 0.2s ease-in-out;
    -moz-border-radius: 0 0 4px 4px;
    text-align: center;
    line-height: 16px;
    text-shadow: 0 1px 0 rgba(256, 256, 256, 0.8);
    -webkit-border-radius: 0 0 4px 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -webkit-border-radius: 0 0 4px 4px;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

.portfolio_item a:hover h4 {
    color: #222222;
    background-color: #E5E5E5;
    text-shadow: 0 1px 0 rgba(256, 256, 256, 0.6);
}

.portfolio_item a:hover h5 {
    color: #222222;
    background-color: #E5E5E5;
    text-shadow: 0 1px 0 rgba(256, 256, 256, 0.6);
}

.portfolio_page {
    margin-top: 32px;
}

.post_description {
    margin: 16px 0 24px;
}

.post_description h1 {
    margin-top: 20px;
    font-size: 24px;
    line-height: 30px;
}

.post_description h2 {
    margin-top: 16px;
    font-size: 21px;
    line-height: 27px;
}

.post_description h3 {
    margin-top: 14px;
    font-size: 18px;
    line-height: 24px;
}

.post_description h4 {
    margin-top: 10px;
    font-size: 16px;
    line-height: 21px;
}

.post_description h5 {
    margin-top: 10px;
    font-size: 15px;
    line-height: 20px;
}

.post_description p {
    margin: 0 0 12px;
}

.post_description ul {
    margin-bottom: 20px;
    margin-left: 12px;
}

.post_item {
    border-bottom: 1px dotted #EEEEEE;
    margin-bottom: 30px;
}

.post_meta {
    margin: 0;
    color: #999999;
    font-size: 12px;
    line-height: 20px;
}

.post_meta a {
    color: #888888;
}

.post_meta a:hover {
    color: #0AD1E5;
}

.post_meta a:hover {
    color: #66a629;
}

.post_title {
    margin: 10px 0 10px;
    font-size: 23px;
    line-height: 30px;
}

.prev {
    left: 15px;
}

.prev>span {
    background-position: 0 0;
}

.prev,
.next {
    transition: all 0.3s;
    width: 41px;
    border-radius: 21px;
    background: #556167;
    background: rgba(85, 97, 103, 0.7);
    -moz-transition: all 0.3s;
    -moz-border-radius: 21px;
    cursor: pointer;
    position: absolute;
    top: 170px;
    height: 41px;
    z-index: 20;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -webkit-border-radius: 21px;
    filter: alpha(opacity=0);
    -khtml-border-radius: 21px;
}

.quote_arrow {
    width: 12px;
    background: url('/assets/images/quote_arrow.png') 0 0 no-repeat;
    height: 7px;
    position: absolute;
    bottom: -7px;
    left: 46px;
}

.quote_author {
    margin-top: 12px;
    position: relative;
    left: 46px;
}

.quote_author_description {
    display: block;
    color: #444444;
    font-size: 11px;
}

.quote_content {
    border: 1px solid #E5E5E5;
    border-radius: 3px;
    background: #F8F8F8 url('/assets/images/quote.png') 12px 12px no-repeat;
    -moz-border-radius: 3px;
    position: relative;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
}

.quote_content p {
    margin: 14px 14px 16px 46px;
    color: #777777;
    font-size: 13px;
    font-style: italic;
    line-height: 20px;
}

.related_posts_section {
    margin: 0 0 0 -10px;
    position: relative;
}

.related_posts_section .meta_date {
    margin: 0 0 10px 0;
    color: #999999;
    font-size: 12px;
    font-style: italic;
    line-height: 12px;
}

.related_posts_section h4 {
    margin: 14px 0 8px;
    font-size: 16px;
    line-height: 21px;
}

.related_posts_section p {
    color: #777777;
    font-size: 12px;
    line-height: 18px;
}

.remove-bottom {
    margin-bottom: 0 !important;
}

.required {
    padding-left: 2px;
    color: #FF4242;
    font-weight: 600;
}

.resources_block {
    margin: 0 0 20px;
}

.resources_block .pic {}

.resources_block h3 {
    margin: 0 0 6px;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
}

.row {
    margin-bottom: 20px;
}

.section_big_no_m {
    margin: 10px 0 0;
}

.section_big_title {
    margin: 15px 0 40px;
    text-align: center;
}

.section_big_title h1 {
    margin: 30px 0 0;
    color: #222222;
    font-family: 'Open Sans', arial, sans-serif;
    font-weight: 300;
    font-size: 31px;
    line-height: 38px;
    letter-spacing: -1px;
}

.section_big_title h1 strong {
    color: #0AD1E5;
    font-weight: 400;
    text-transform: uppercase;
}

.section_big_title h1 strong {
    color: #66a629;
}

.section_big_title h2 {
    margin: 2px 0 22px;
    color: #969696;
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 21px;
    font-style: italic;
    font-weight: 300;
    line-height: 28px;
}

.section_featured_services {
    position: relative;
}

.section_featured_services h4 {
    margin: 14px 0 6px;
    font-size: 16px;
    line-height: 24px;
}

.section_featured_services p {
    color: #777777;
    font-size: 12px;
}

.section_featured_texts {
    margin: 34px 0 40px;
}

.section_featured_texts .icon {
    float: left;
    margin: 1px 16px 66px 0;
    width: 37px;
    height: 37px;
}

.section_featured_texts h3 {
    margin-left: 54px;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -1px;
}

.section_featured_texts h3 a:hover {
    color: #0AD1E5;
}

.section_featured_texts h3 a:hover {
    color: #66a629;
}

.section_featured_texts p {
    margin-right: 12px;
    margin-left: 54px;
    color: #777777;
    font-size: 13px;
    line-height: 21px;
}

.section_featured_texts_no_m {
    margin-bottom: 10px;
}

.sequence-preloader .preloading .circle {
    fill: #CCCCCC !important;
}

.services_description {
    padding-left: 16px;
}

.services_description h5 {
    margin: 20px 0 16px;
    font-size: 17px;
}

.services_description p {
    margin: 0 0 12px;
}

.services_description ul {
    margin-bottom: 30px;
}

.services_list li img {
    border-radius: 3px;
    -moz-border-radius: 3px;
    height: auto;
    max-width: 100%;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
}

.shortcut_menu a {
    white-space: nowrap;
}

.side_bar_menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.side_bar_menu>li {
    margin: 1px 0;
}

.side_bar_menu>li+li {}

.side_bar_menu>li>a {
    border-radius: 3px;
    display: inline-block;
    color: #222222;
    font-size: 13px;
    text-decoration: none;
    position: relative;
}

.side_bar_menu>li a.active {
    background: #F7F7F7;
}

.side_bar_menu>li a.active+ul {
    display: block;
}

.side_bar_menu>li a:hover {}

.side_bar_menu>li ul {
    margin: 1px 0 3px 10px;
}

.side_bar_menu>li ul>li {
    margin: 1px 0;
}

.side_bar_menu>li ul>li>a {
    border-radius: 3px;
    display: inline-block;
    color: #222222;
    font-size: 13px;
    text-decoration: none;
    text-shadow: 0 0 1px #FFFFFF;
    position: relative;
}

.side_bar_menu>li ul>li>a.active {
    border-radius: 3px;
    background-color: #F5F5F5;
    text-shadow: 0 0 1px #FFFFFF;
}

.sidebar {
    padding-bottom: 20px;
    margin-top: 30px;
}

.sidebar .testimonials .pullquote {
    margin-top: 80px;
}

.sidebar .testimonials .pullquote .top {
    margin-top: 30px;
}

.sidebar .title {
    margin-top: 30px;
    font-size: 18px;
    line-height: 18px;
}

.slider_bgr {
    transition: all 0.3s ease-out;
    width: 100%;
    -moz-transition: all 0.3s ease-out;
    height: auto;
    left: 0;
    opacity: 0;
    top: 0;
    vertical-align: middle;
    z-index: 1;
    -webkit-transition: all 0.3s ease-out;
    filter: alpha(opacity=0);
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.slider_bgr.animate-in {
    opacity: 1;
    z-index: 1;
    filter: alpha(opacity=100);
}

.slider_bgr.animate-out {
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.3s ease-out;
    filter: alpha(opacity=0);
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.slider_img {
    width: auto;
    max-height: 100%;
    left: 0%;
    top: 0;
    opacity: 0;
    z-index: 6;
    filter: alpha(opacity=0);
}

.slider_img.animate-in {
    transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.3s;
    -moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.3s;
    left: 25%;
    top: 0;
    opacity: 1;
    z-index: 4;
    -webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.3s;
    filter: alpha(opacity=100);
    -ms-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.3s;
    -o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.3s;
}

.slider_img.animate-out {
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    left: -340%;
    top: 0;
    opacity: 0;
    z-index: 2;
    -webkit-transition: all 0.3s ease-out;
    filter: alpha(opacity=0);
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.subsub_menu {
    border: 1px solid #DDDDDD;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
    padding: 3px 0 3px;
    border-radius: 4px 4px 4px 4px;
    display: none;
    background: url('/assets/images/menu_pale.png');
    background-image: -moz-linear-gradient(#F8F8F8, #EEEEEE);
    background-image: -o-linear-gradient(#F8F8F8, #EEEEEE);
    background-image: -webkit-linear-gradient(#F8F8F8, #EEEEEE);
    background-image: linear-gradient(#F8F8F8, #EEEEEE);
    -moz-border-radius: 4px 4px 4px 4px;
    position: absolute;
    top: -3px;
    left: 97%;
    z-index: 1021;
    -webkit-border-radius: 4px 4px 4px 4px;
    webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
    -khtml-border-radius: 4px 4px 4px 4px;
}

.subsubsub_menu {
    border: 1px solid #DDDDDD;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
    padding: 3px 0 3px;
    border-radius: 4px 4px 4px 4px;
    display: none;
    background: url('/assets/images/menu_pale.png');
    background-image: -moz-linear-gradient(#F8F8F8, #EEEEEE);
    background-image: -o-linear-gradient(#F8F8F8, #EEEEEE);
    background-image: -webkit-linear-gradient(#F8F8F8, #EEEEEE);
    background-image: linear-gradient(#F8F8F8, #EEEEEE);
    -moz-border-radius: 4px 4px 4px 4px;
    position: absolute;
    top: -3px;
    left: 97%;
    z-index: 1021;
    -webkit-border-radius: 4px 4px 4px 4px;
    webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
    -khtml-border-radius: 4px 4px 4px 4px;
}

.success {
    border: 1px solid #C2EBD1;
    background: #D6F7E2;
}

.success .close,
.warning .close,
.attention .close,
.information .close {
    float: right;
    padding-top: 4px;
    padding-right: 4px;
    cursor: pointer;
}

.success a,
.warning a,
.attention a,
.information a {
    color: #222222;
}

.success,
.warning,
.attention,
.information {
    padding: 8px 14px;
    margin-top: 6px;
    margin-bottom: 14px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
}

.tab-content {
    border-left: 1px solid #E4E4E4;
    border-right: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
    padding: 20px 20px 20px;
    margin-bottom: 20px;
    border-radius: 0 4px 4px 4px;
    -moz-border-radius: 0 4px 4px 4px;
    z-index: 2;
    overflow: auto;
    -webkit-border-radius: 0 4px 4px 4px;
    -khtml-border-radius: 0 4px 4px 4px;
}

.tabs.vertical .tab-title a {
    border-right: solid 1px #66a629;
    color: #66a629;
    font-weight: 600;
}

.tabs.vertical .tab-title.active a {
    border-top: solid 1px ##66a629;
    border-bottom: solid 1px #66a629;
    border-left: solid 1px #66a629;
    border-right: solid 1px #FFFFFF;
    color: #222222;
}

.tagcloud {
    padding: 0 0 10px;
}

.tagcloud a {
    transition: all 0.2s ease-in-out;
    float: left;
    padding: 3px 7px;
    margin: 0 6px 6px 0;
    border: 1px solid #E6E6E6;
    border-radius: 2px;
    background: #FAFAFA url('/assets/images/grad_menu.png') top left repeat-x;
    font-size: 12px;
    -moz-transition: all 0.2s ease-in-out;
    text-shadow: 0 1px 0 rgba(256, 256, 256, 0.7);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

.tagcloud a:hover {
    border: 1px solid #D5D5D5;
    color: #666666;
    background-color: #EEEEEE;
}

.tags {
    margin-right: 8px;
    padding: 0 12px 0 23px;
    background: url('/assets/images/blog_icon_tags.png') 0 0 no-repeat;
}

.team_block {
    margin: 30px 0;
}

.team_block .team_desc {
    color: #444444;
    font-style: italic;
    text-align: center;
}

.team_block h4 {
    margin: 20px 0 6px;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    line-height: 22px;
}

.testimonials {
    position: relative;
}

.textwidget {
    padding: 0 0 10px;
    margin: 0 0 0;
}

.tipsy {
    padding: 5px;
    font-size: 10px;
    position: absolute;
    z-index: 100000;
}

.tipsy-arrow {
    width: 9px;
    background: url('/assets/images/tipsy.gif') no-repeat top left;
    position: absolute;
    height: 5px;
}

.tipsy-e .tipsy-arrow {
    margin-top: -4px;
    width: 5px;
    background-position: top right;
    top: 50%;
    right: 0;
    height: 9px;
}

.tipsy-inner {
    padding: 2px 8px 2px 8px;
    background-color: black;
    color: white;
    text-align: center;
    max-width: 200px;
}

.tipsy-inner {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.tipsy-n .tipsy-arrow {
    margin-left: -4px;
    top: 0;
    left: 50%;
}

.tipsy-ne .tipsy-arrow {
    top: 0;
    right: 10px;
}

.tipsy-nw .tipsy-arrow {
    top: 0;
    left: 10px;
}

.tipsy-s .tipsy-arrow {
    margin-left: -4px;
    background-position: bottom left;
    bottom: 0;
    left: 50%;
}

.tipsy-se .tipsy-arrow {
    background-position: bottom left;
    bottom: 0;
    right: 10px;
}

.tipsy-sw .tipsy-arrow {
    background-position: bottom left;
    bottom: 0;
    left: 10px;
}

.tipsy-w .tipsy-arrow {
    margin-top: -4px;
    width: 5px;
    top: 50%;
    left: 0;
    height: 9px;
}

.title {
    margin: 20px 0 22px;
    background: url('/assets/images/header_bgr_diag.png') left top;
    font-family: 'Open Sans', arial, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 18px;
    letter-spacing: -1px;
}

.title span {
    padding-right: 12px;
    line-height: 130%;
    background: #FFFFFF;
    display: inline-block;
}

.warning {
    border: 1px solid #EFD9D9;
    background: #FFE8E8;
}

#footer {
    width: 990px;
    clear: both;
    border-radius: 0 0 5px 5px;
    border-top: 3px solid #857CD1;
    background: #bebae8;
    font-size: 12px;
    -moz-border-radius: 0 0 5px 5px;
    overflow: auto;
    min-height: 100px;
    -webkit-border-radius: 0 0 5px 5px;
    -khtml-border-radius: 0 0 5px 5px;
}

#footer .big_column {
    float: right;
    width: 28%;
    min-height: 100px;
}

#footer .column {
    float: left;
    width: 18%;
    min-height: 100px;
}

#footer .columns ul {
    margin: 0 0 0 18px;
    padding: 0;
    list-style: none;
}

#footer .columns ul li {
    margin-bottom: 4px;
    padding-left: 16px;
    background: url('/assets/images/arrow_footer_list.png') -5px 1px no-repeat;
}

#footer a {
    transition: all 0.2s ease-out;
    padding: 0;
    font-size: 12px;
    -moz-transition: all 0.2s ease-out;
    text-decoration: none;
    line-height: 15px;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}

#footer a:hover {
    color: #fff2d4;
}

#footer h3 {
    margin-top: 0;
    margin-bottom: 14px;
    font-size: 15px;
    font-weight: bold;
    line-height: 21px;
}

#footer p {
    margin-bottom: 0;
}

#footer,
#footer h3 {
    color: #222222;
}

#footer.footer_dark .icon_phone,
#footer.footer_dark .icon_mail,
#footer.footer_dark .icon_loc {
    color: #748188;
    text-shadow: none;
}

#footer.footer_dark h3 {
    color: #818F96;
    text-shadow: 0 -1px 0 #111111;
}

#menu {
    padding: 0 0 0 5px;
    border-radius: 4px;
    background: #F8F8F8 url('/assets/images/grad_menu.png') top left repeat-x;
    font-family: 'Open Sans', arial, sans-serif;
    font-weight: 400;
    font-size: 15px;
    -moz-border-radius: 4px;
    height: 40px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
}

#menu>ul>li {
    float: left;
    padding: 0 2px 0 0;
    background: url('/assets/images/main_nav_bgr_sep.png') right top no-repeat;
    position: relative;
}

#menu>ul>li>a {
    transition: all 0.2s linear;
    padding: 0 16px 0 16px;
    display: block;
    color: #222222;
    background: #F8F8F8 url('/assets/images/grad_menu.png') top left repeat-x;
    -moz-transition: all 0.2s linear;
    text-shadow: 0 1px 0 #FFFFFF;
    line-height: 40px;
    text-decoration: none;
    z-index: 6;
    position: relative;
    -webkit-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

#menu>ul>li>a .home_icon {
    width: 16px;
    padding: 0;
    display: block;
    background: url('/assets/images/home_icon_dark.png') center center no-repeat;
    height: 40px;
}

#menu>ul>li>a>span {
    padding: 0 0 0 14px;
    background: url('/assets/images/arrow_down_tiny.png') right center no-repeat;
}

#menu>ul>li>div {
    padding: 0 0 5px;
    border: 1px solid #E8E8E8;
    border-top: 1px solid #D2D2D2;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    border-radius: 0 0 4px 4px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
    display: none;
    background: #FFFFFF;
    background: url('/assets/images/menu_pale.png');
    background-image: -moz-linear-gradient(#F8F8F8, #EEEEEE);
    background-image: -o-linear-gradient(#F8F8F8, #EEEEEE);
    background-image: -webkit-linear-gradient(#F8F8F8, #EEEEEE);
    background-image: linear-gradient(#F8F8F8, #EEEEEE);
    -moz-border-radius: 0 0 4px 4px;
    position: absolute;
    left: -1px;
    z-index: 1020;
    -webkit-border-radius: 0 0 4px 4px;
    -khtml-border-radius: 0 0 4px 4px;
    webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
}

#menu>ul>li>div>ul {
    border-top: 3px solid #E9E9E9;
    padding-top: 7px;
    display: table-cell;
}

#menu>ul>li>div>ul>li>a {
    color: #222222;
}

#menu>ul>li ul+ul {
    padding-left: 20px;
}

#menu>ul>li ul>li {
    position: relative;
}

#menu>ul>li ul>li>a {
    transition: all 0.3s ease-out;
    padding: 7px 0 9px;
    margin: 0 16px;
    display: block;
    white-space: nowrap;
    color: #222222;
    background: url('/assets/images/main_nav_bgr_sep_vertical.png') bottom left repeat-x;
    font-size: 14px;
    -moz-transition: all 0.3s ease-out;
    text-shadow: 0 1px 0 #FFFFFF;
    min-width: 160px;
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

#menu>ul>li ul>li>a>span {
    transition: all 0.3s ease-out;
    background: url('/assets/images/arrow_left_tiny.png') -20px center no-repeat;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

#menu>ul>li ul>li>a.last_submenu_item {
    padding: 7px 0 7px;
    background: none;
}

#menu>ul>li ul>li>a:hover {
    text-decoration: none;
}

#menu>ul>li ul>li>a:hover>span {
    padding-left: 12px;
    background: url('/assets/images/arrow_left_tiny.png') left center no-repeat;
}

#menu>ul>li:hover>a {
    background-color: #FFFFFF;
}

#menu a {
    font-size: 15px;
    text-decoration: none;
}

#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu ul li {
    margin-bottom: 0;
}

#menu-holder {
    background: #FFFFFF;
    position: relative;
}

#portfolio_items {
    margin-right: -20px;
}

#powered {
    float: left;
    margin-top: 1px;
    margin-right: 10px;
    color: #D7D7D7;
    font-size: 11px;
}

#powered a {
    color: #FFFFFF;
    font-size: 11px;
}

#s {
    transition: all 0.2s ease-out;
    float: right;
    width: 150px;
    margin-bottom: 0;
    border: 1px solid #EEEEEE;
    padding: 7px 30px 7px 8px;
    border-radius: 4px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .05);
    color: #CCCCCC;
    background: #FBFBFB;
    font-size: 13px;
    -moz-border-radius: 4px;
    -moz-transition: all 0.2s ease-out;
    position: relative;
    top: 0;
    right: -22px;
    -webkit-border-radius: 4px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .05);
    -webkit-transition: all 0.2s ease-out;
    -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, .05);
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}

#s:hover {
    width: 180px;
}

#s:focus {
    width: 180px;
    border: 1px solid #EEEEEE;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .05);
    color: #888888;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, .05);
}

#select_menu {
    display: none;
}

#sequence {
    backface-visibility: hidden;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
}

#sequence {
    margin: 0 auto;
    height: 400px;
    position: relative;
    max-width: 1400px;
}

#sequence li>* {
    position: absolute;
}

#sequence ul {
    margin: 0;
}

#sequence ul li {
    margin: 0 !important;
    z-index: 1;
}

#slider_holder {
    height: 100%;
    position: relative;
}

.webinars h3 {
    font-size: 25px;
}

.webinars h3 span {
    font-size: 16px;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    margin: 20px 0 20px;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

#wrapper {
    width: 990px;
    margin: 20px auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    background: white;
    -moz-border-radius: 5px;
    text-align: left;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -khtml-border-radius: 5px;
}

#wrapper.full_wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0 0;
}

#wrapper.full_wrapper #footer {
    width: 100%;
}

#wrapper.full_wrapper .footer_btm_inner {
    width: 960px;
    margin: 0 auto;
}

#wrapper.full_wrapper .footer_inside {
    width: 960px;
    margin: 20px auto;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .footer_btm {
        border-radius: 0;
    }

    .footer_btm_inner,
    #wrapper.full_wrapper .footer_btm_inner {
        width: 748px;
        margin: 0 auto;
    }

    .footer_inside,
    #wrapper.full_wrapper .footer_inside {
        padding: 20px auto;
        width: 768px;
    }

    .info a.link {
        margin: 0 0 14px;
        font-size: 14px;
        line-height: 25px;
    }

    .info h2 {
        padding: 0 5px;
        margin: 0 0 5px 0;
        font-size: 27px;
        line-height: 35px;
    }

    .info h3 {
        padding: 4px 6px;
        margin: 0 0 20px 0;
        font-size: 20px;
        line-height: 20px;
    }

    .info p {
        margin: 0 0 20px;
        width: 100%;
        font-size: 14px;
        line-height: 22px;
    }

    .next {
        right: 10px;
    }

    .next>span,
    .prev>span {
        margin: 6px;
    }

    .prev {
        left: 10px;
    }

    .prev,
    .next {
        width: 33px;
        top: 130px;
        height: 33px;
    }

    #footer {
        width: 100%;
    }

    #menu>ul>li>a {
        padding: 0 12px 0 12px;
        font-size: 12px;
    }

    #sequence {
        height: 318px;
    }

    #wrapper,
    #wrapper.full_wrapper {
        width: 100%;
        margin: 0 auto;
        border-radius: 0;
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {
    textarea.aqua_input {
        width: 280px;
    }

    .button_search {
        right: 26px;
    }

    .columns.title,
    .column.title {
        margin: 20px 0 22px;
    }

    .flex-caption h3 {
        font-size: 14px;
        line-height: 18px;
    }

    .flex-caption p {
        display: none;
    }

    .footer_btm {
        border-radius: 0;
    }

    .footer_btm_inner,
    #wrapper.full_wrapper .footer_btm_inner {
        width: 300px;
        margin: 0 auto;
    }

    .footer_inside,
    #wrapper.full_wrapper .footer_inside {
        margin: 0 auto 10px;
        width: 300px;
    }

    .header_contacts {
        margin: 20px 0 30px;
        text-align: center;
        height: auto;
    }

    .header_left {
        text-align: center;
    }

    .header_left img {
        margin: 40px 0 0 0;
        max-width: 100%;
        height: auto;
    }

    .header_mail {
        float: none;
        margin-top: 4px;
        display: inline;
    }

    .header_phone {
        float: none;
        margin: 4px 14px 5px 0;
        display: inline;
    }

    .header_right {
        text-align: center;
    }

    .header_search {
        float: left;
    }

    .header_tagline {
        text-align: center;
    }

    .header_utilities {
        float: none;
        margin: 4px 14px 5px 0;
        display: inline;
    }

    .htabs a {
        padding: 6px 7px 5px 7px;
        margin-right: 2px;
        font-size: 12px;
    }

    .info {
        top: 25%;
    }

    .info a.link {
        margin: 0 0 10px;
        font-size: 10px;
        line-height: 22px;
    }

    .info h2 {
        padding: 0 5px;
        margin: 0 0 3px 0;
        font-size: 13px;
        line-height: 22px;
        letter-spacing: 0;
    }

    .info h3 {
        padding: 2px 4px;
        margin: 0 0 10px 0;
        font-size: 10px;
        line-height: 15px;
    }

    .info p {
        display: none;
    }

    .info.animate-in {
        top: 25%;
    }

    .margined_left {
        margin-left: 0;
    }

    .next {
        right: 0;
    }

    .next>span,
    .prev>span {
        margin: 4px;
    }

    .page_heading h1 {
        font-size: 20px;
    }

    .portfolio_description {
        padding-left: 0;
    }

    .prev {
        left: 0;
    }

    .prev,
    .next {
        width: 30px;
        top: 40%;
        height: 30px;
    }

    .related_posts_section {
        margin: 0;
    }

    .section_big_title {
        margin: 10px 0 24px !important;
    }

    .section_featured_services .carousel_arrows_bgr,
    .carousel_section .carousel_arrows_bgr {
        width: 44px !important;
    }

    .section_featured_services .jcarousel-next-horizontal,
    .carousel_section .jcarousel-next-horizontal {
        right: 0 !important;
    }

    .section_featured_services .jcarousel-prev-horizontal,
    .carousel_section .jcarousel-prev-horizontal {
        right: 20px !important;
    }

    .services_description {
        padding-left: 0;
        margin-top: 20px !important;
    }

    #footer {
        width: 100%;
    }

    #footer .columns ul {
        margin-left: 0;
    }

    #footer h3 {
        margin-top: 30px;
    }

    #menu {
        display: none;
    }

    #powered {
        display: none;
    }

    #s {
        right: auto;
    }

    #s:focus,
    #s:hover {
        width: 150px;
    }

    #select_menu {
        width: 100%;
        padding: 8px;
        margin-bottom: 0;
        display: block;
    }

    #sequence {
        height: 128px;
    }

    #wrapper,
    #wrapper.full_wrapper {
        width: 100%;
        margin: 0 auto;
        border-radius: 0;
        padding: 0;
    }
}

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

    .footer_btm_inner,
    #wrapper.full_wrapper .footer_btm_inner {
        margin: 0 auto;
        width: 420px;
    }

    .footer_inside,
    #wrapper.full_wrapper .footer_inside {
        margin: 0 auto 20px;
        width: 420px;
        padding: 0;
    }

    .htabs a {
        padding: 6px 10px 5px 10px;
        font-size: 13px;
    }

    .info {
        top: 14%;
    }

    .info a.link {
        margin: 0 0 0;
        font-size: 10px;
        line-height: 18px;
    }

    .info h2 {
        padding: 0 5px;
        margin: 0 0 2px 0;
        font-size: 19px;
        line-height: 28px;
    }

    .info h3 {
        padding: 4px 6px;
        margin: 0 0 6px 0;
        font-size: 14px;
        line-height: 15px;
    }

    .info p {
        margin: 0 0 6px;
        width: 100%;
        display: block;
        font-size: 10px;
        line-height: 15px;
    }

    .info.animate-in {
        top: 14%;
    }

    .next {
        right: 0;
    }

    .next>span,
    .prev>span {
        margin: 4px;
    }

    .prev {
        left: 0;
    }

    .prev,
    .next {
        width: 30px;
        top: 40%;
        height: 30px;
    }

    #powered {
        display: block;
    }

    #sequence {
        height: 179px;
    }
}

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

    header,
    main {
        width: 300px;
    }
}

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

    header,
    main {
        width: 768px;
    }
}

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

    header,
    main {
        width: 420px;
    }
}

@media only screen and (max-width: 767px) and (min-width: 480px) {
    header .one.column,
    main .one.columns,
    main .two.columns,
    main .three.columns,
    main .four.columns,
    main .five.columns,
    main .six.columns,
    main .seven.columns,
    main .eight.columns,
    main .nine.columns,
    main .ten.columns,
    main .eleven.columns,
    main .twelve.columns,
    main .thirteen.columns,
    main .fourteen.columns,
    main .fifteen.columns,
    main .sixteen.columns,
    main .one-third.column,
    main .two-thirds.column,

    header .one.column,
    header .one.columns,
    header .two.columns,
    header .three.columns,
    header .four.columns,
    header .five.columns,
    header .six.columns,
    header .seven.columns,
    header .eight.columns,
    header .nine.columns,
    header .ten.columns,
    header .eleven.columns,
    header .twelve.columns,
    header .thirteen.columns,
    header .fourteen.columns,
    header .fifteen.columns,
    header .sixteen.columns,
    header .one-third.column,
    header .two-thirds.column {
        width: 420px;
    }
}

@media screen and (min-width: 400px) {
    body#wygwam {
        font-size: calc(13px + ((13 - 13) * ((100vw - 400px) / (1000 - 400))));
    }

    body.cke_ltr {
        font-size: calc(13px + ((13 - 13) * ((100vw - 400px) / (1000 - 400))));
    }
}

@media screen and (min-width: 1000px) {
    body#wygwam {
        font-size: 13px;
    }

    body.cke_ltr {
        font-size: 13px;
    }
}

@media only screen and (min-width: 64.0625em) {
    .sidebar {
        margin-top: -20px;
    }
}

.events-list {
    margin-bottom: 20px;
}

.events-list>li>a p:first-of-type {
    font-weight: bold;
}

.events-list>li>a:hover {
    color: #66a629;
}

/*.events-list>li:not(:last-of-type) {*/
.events-list>li {
    border-bottom: 1px solid #EEEEEE;
}

.events-list>li:not(:first-of-type)>a {
    padding-top: 20px;
}