
/* ------------------- Overall Specifications ------------- */

body {
    line-height: 1.5;
    font-size: 82.5%;
    -ms-word-break: break-all;
    word-break: break-all;

    /* Non standard for webkit */
    word-break: break-word;

    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background:#000 url('../images/mdh_background.jpg') center top no-repeat;
}
a:link,
a:visited,
#site-menu-container .nolink {
    text-decoration: none;
    transition: all 0.3s ease-out;
}
a:hover,
a:active,
a:focus {
    text-decoration: underline;
}
.views-field-title a,
h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: 'Open Sans Condensed';
    font-weight: inherit;
}
h1,
h4{
    font-size: 1.357em;
    color: #000;
}
.views-field-title a,
h2 {
    margin:0;
    font-size: 1.143em;
}
h3,
.faq-question a {
    font-size:1.4em;
    margin:0;
}
h5 {
    font-size:1.4em;
    margin:10px 0;
}
p,
.views-field-body {
    margin: 0 0 1.2em;
    text-align:justify;
    text-justify:distribute;
}
del {
    text-decoration: line-through;
}
tr.odd {
    background-color: #dddddd;
}
img {
    outline: 0;
}

/**
 * The generic monospace font family is listed before Courier new to avoid a
 * a bug in font-size rendering:
 * http://meyerweb.com/eric/thoughts/2010/02/12/fixed-monospace-sizing
 */
code,
pre,
kbd,
samp,
var {
    padding: 0 0.4em;
    font-size: 0.77em;
    font-family: Menlo, Consolas, "Andale Mono", "Lucida Console", "Nimbus Mono L", "DejaVu Sans Mono", monospace, "Courier New";
}
code {
    background-color: #f2f2f2;
    background-color: rgba(40, 40, 0, 0.06);
}
pre code,
pre kbd,
pre samp,
pre var,
kbd kbd,
kbd samp,
code var {
    font-size: 100%;
    background-color: transparent;
}
pre code,
pre samp,
pre var {
    padding: 0;
}
.description code {
    font-size: 1em;
}
kbd {
    background-color: #f2f2f2;
    border: 1px outset #575757;
    margin: 0 3px;
    color: #666;
    display: inline-block;
    padding: 0 6px;
    border-radius: 5px;
}
pre {
    background-color: #f2f2f2;
    background-color: rgba(40, 40, 0, 0.06);
    margin: 10px 0;
    overflow: hidden;
    padding: 15px;
    white-space: pre-wrap;
}


/* ------------------- Fonts ------------------------------ */

body,
#site-slogan,
.ui-widget,
.comment-form label {
    font-family: Georgia, "Times New Roman", Times, serif;

}
#header,
#footer-wrapper,
#skip-link,
ul.contextual-links,
ul.links,
ul.primary,
.item-list .pager,
div.field-type-taxonomy-term-reference,
div.messages,
div.meta,
p.comment-time,
table,
.breadcrumb {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
input,
textarea,
select,
a.button {
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
}

/* ------------------- Reset Styles ----------------------- */

caption {
    text-align: left; /* LTR */
    font-weight: normal;
}
blockquote,
.quote .field-item {
    color:#fff;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;

    margin: 1.5em 0px;
    padding: 15px 10px;
    font-size:1.8em;
}
.quote .field-item {
    margin-bottom:0;
}
blockquote:before,
.quote .field-item:before,
.view-testimonials .views-field-body p:before {
    color: #bbb;
    content: "\201C";
    font-size: 3em;
    line-height: 0.1em;
    margin-right: 0.2em;
    vertical-align: -.4em;
}
blockquote:after,
.quote .field-item:after,
.view-testimonials .views-field-body p:after {
    color: #bbb;
    content: "\201D";
    font-size: 3em;
    line-height: 0.1em;
    vertical-align: -.45em;
    margin-left:0.2em;
}


blockquote > p:first-child,
.quote .field-item > p:first-child {
    display: inline;
}
a.feed-icon {
    display: inline-block;
    padding: 15px 0 0 0;
}
img {
    max-width: 100%;
    height: auto;
    border: 0;
}

/* ------------------- Table Styles ----------------------- */

table {
    border: 0;
    border-spacing: 0;
    font-size: 0.857em;
    margin: 10px 0;
    width: 100%;
}
table table {
    font-size: 1em;
}
#footer-wrapper table {
    font-size: 1em;
}
table tr th {
    background: #757575;
    background: rgba(0, 0, 0, 0.51);
    border-bottom-style: none;
}
table tr th,
table tr th a,
table tr th a:hover {
    color: #fff;
    font-weight: bold;
}
table tbody tr th {
    vertical-align: top;
}
tr td,
tr th {
    padding: 4px 9px;
    border: 1px solid #fff;
    text-align: left; /* LTR */
}
#footer-wrapper tr td,
#footer-wrapper tr th {
    border-color: #555;
    border-color: rgba(255, 255, 255, 0.18);
}
tr.odd {
    background: #e4e4e4;
    background: rgba(0, 0, 0, 0.105);
}
tr,
tr.even {
    background: #efefef;
    background: rgba(0, 0, 0, 0.063);
}
table ul.links {
    margin: 0;
    padding: 0;
    font-size: 1em;
}
table ul.links li {
    padding: 0 1em 0 0;
}

/* ------------------- List Styles ------------------------ */

.block ol,
.block ul {
    margin: 0;

}
.contextual-region .contextual .contextual-links a {
    font-size: 0.923em;
    text-shadow: 0 0 0 !important;
}
.item-list .pager {
    font-size: 0.929em;
}
.item-list .pager li {
    padding: 0;
}
.item-list .pager a {
    display: inline-block;
    padding: 10px 15px;
}
.item-list .pager .pager-first a {
    padding: 10px 10px 10px 0;
}
.item-list .pager .pager-previous a {
    padding: 10px 0;
}
.item-list .pager .pager-current {
    padding: 0 10px;
}
.item-list .pager .pager-next a,
.item-list .pager .pager-last a {
    padding: 10px 0 10px 10px;
}
ul.menu li {
    margin: 12px 0;
}

ul.menu li a {
    padding: 10px 0;
}

.region-content ul,
.region-content ol {
    list-style-type:disc;
    padding-left:1em;
    margin-left:0px;
}
.item-list ul li {
    margin: 0;
    padding: 0.2em 0.5em 0 0; /* LTR */
}
ul.tips {
    padding: 0 0 0 1.25em; /* LTR */
}

/* ------------------- Header ----------------------------- */
#skip-link {
    left: 50%;
    margin-left: -5.25em;
    margin-top: 0;
    position: absolute;
    width: auto;
    z-index: 50;
}
#skip-link a,
#skip-link a:link,
#skip-link a:visited {
    background: #444;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    display: block;
    font-size: 0.94em;
    line-height: 1.7;
    padding: 1px 10px 2px 10px;
    text-decoration: none;
    border-radius: 0 0 10px 10px;
}
#skip-link a:hover,
#skip-link a:active,
#skip-link a:focus {
    outline: 0;
}
#logo {
    float: left; /* LTR */
}

#name-and-slogan {
    float: left; /* LTR */
    margin: 0;
    padding: 5px 10px 8px;
}
#site-name {
    font-size: 1.6em;
    color: #686868;
    line-height: 1;
}
h1#site-name {
    margin: 0;
}
#site-name a {
    font-weight: normal;
}
#site-slogan {
    font-size: 0.929em;
    margin-top: 7px;
    word-spacing: 0.1em;
    font-style: italic;
}
/* Region header blocks. */
.region-header .block {
    font-size: 0.857em;
    float: left; /* LTR */
    margin: 0 10px;
    padding: 0;
}
.region-header .block .content {
    margin: 0;
    padding: 0;
}
.region-header .block ul {
    margin: 0;
    padding: 0;
}
.region-header .block li {
    list-style: none;
    list-style-image: none;
    padding: 0;
}
.region-header .form-text {
    background: #fefefe;
    background: rgba(255, 255, 255, 0.7);
    border-color: #ccc;
    border-color: rgba(255, 255, 255, 0.3);
    margin-right: 2px; /* LTR */
    width: 120px;
}
.region-header .form-text:hover,
.region-header .form-text:focus,
.region-header .form-text:active {
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
}
.region-header .form-required {
    color: #eee;
    color: rgba(255, 255, 255, 0.7);
}
/* Region header block menus. */
.region-header .block-menu {
    border: 1px solid;
    border-color: #eee;
    border-color: rgba(255, 255, 255, 0.2);
    padding: 0;
    width: 208px;
}
.region-header .block-menu li a {
    display: block;
    border-bottom: 1px solid;
    border-bottom-color: #eee;
    border-bottom-color: rgba(255, 255, 255, 0.2);
    padding: 3px 7px;
}
.region-header .block-menu li a:hover,
.region-header .block-menu li a:focus,
.region-header .block-menu li a:active {
    text-decoration: none;
    background: rgba(255, 255, 255, 0.15);
}
.region-header .block-menu li.last a {
    border-bottom: 0;
}
/* User Login block in the header region */
.region-header #block-user-login {
    width: auto;
}
.region-header #block-user-login .content {
    margin-top: 2px;
}
.region-header #block-user-login .form-item {
    float: left; /* LTR */
    margin: 0;
    padding: 0;
}
.region-header #block-user-login div.item-list,
.region-header #block-user-login div.description {
    font-size: 0.916em;
    margin: 0;
}
.region-header #block-user-login div.item-list {
    clear: both;
}
.region-header #block-user-login div.description {
    display: inline;
}
.region-header #block-user-login .item-list ul {
    padding: 0;
    line-height: 1;
}
.region-header #block-user-login .item-list li {
    list-style: none;
    float: left; /* LTR */
    padding: 3px 0 1px;
}
.region-header #block-user-login .item-list li.last {
    padding-left: 0.5em; /* LTR */
}
.region-header #block-user-login ul.openid-links li.last {
    padding-left: 0; /* LTR */
}
.region-header #user-login-form li.openid-link a,
.region-header #user-login li.openid-link a {
    padding-left: 20px; /* LTR */
}
.region-header #block-user-login .form-actions {
    margin: 4px 0 0;
    padding: 0;
    clear: both;
}
.region-header #block-user-login input.form-submit {
    border: 1px solid;
    border-color: #ccc;
    border-color: rgba(255, 255, 255, 0.5);
    background: #eee;
    background: rgba(255, 255, 255, 0.7);
    margin: 4px 0;
    padding: 3px 8px;
}
.region-header #block-user-login input.form-submit:hover,
.region-header #block-user-login input.form-submit:focus {
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
}
/* Search block in region header. */
.region-header #block-search-form {
    width: 208px;
}
.region-header #block-search-form .form-text {
    width: 154px;
}
/* Language switcher block in region header. */
.region-header .block-locale ul li {
    display: inline;
    padding: 0 0.5em;
}

/* ------------------- Main Menu -------------------------- */
#site-menu-container,
.pane-system-main-menu {
    background:#000;
    height:41px;
    width:100%;
}

#site-menu-container .menu-social-container,
#site-menu-container .navigation-container {
    max-width:1024px;
    margin:0 auto;
    width:100%;
    padding:0;
}
#site-menu-container .menu-social-links{
    float:right;
    padding:3px 0;
}
#site-menu-container .main-menu {
    float:left;
}
#site-menu-container .menu-social-links a {
    margin-left:10px;
}
#site-menu-container li a {
    color:#fff;
}

.main-menu li a,
.main-menu .nolink,
.navigation-container #sidr-0-button {
    color:#fff;
    background:#000;
    text-transform: uppercase;
    text-decoration: none;
    font-size:1.1em;
    font-family: 'Open Sans Condensed';
    cursor:pointer;
}
.navigation-container #sidr-0-button {
    font-size:1.3em;
    line-height:40px;
    padding-left:15px;
}
.main-menu li a:hover,
.main-menu .nolink:hover {
    color:#00adef;
}

.main-menu li ul li {
    border-bottom:1px solid #333;
}

.mean-container .mean-nav span[title] {
    display:block;
    float:left;
    width:90%;
    padding:1em 5%;
    margin:0;
    text-align:left;
    color:#fff;
    border-top:1px solid rgba(255,255,255,.5);
    text-decoration: none;
    text-transform: uppercase;
}

/* ------------------- Breadcrumbs ------------------------ */

.front .breadcrumb {
    display:none;
}

.breadcrumb {
    max-width:1024px;
    margin:0 auto;
    font-size: 0.929em;
}

.breadcrumb a {
    padding: 12px 0;
}

/* ------------------- Secondary Menu --------------------- */

#secondary-menu-links {
    float: right; /* LTR */
    font-size: 0.929em;
    margin: 0;
}
#secondary-menu-links  li{
    margin: 0;
    padding: 0;
}
#secondary-menu-links  a {
    display: inline-block;
    padding:  0.8em;
}
#secondary-menu-links li.last a {
    padding-right:0;
}
#secondary-menu-links a:hover,
#secondary-menu-links a:focus {
    text-decoration: underline;
}

/* ------------------- Main ------------------------------- */

#main {
    margin-top: 20px;
    margin-bottom: 40px;
}

/* ------------------- Featured --------------------------- */

#featured {
    text-align: center;
    font-size: 1.2em;
    font-weight: normal;
    line-height: 1.4;
    padding: 20px 10px 45px;
    margin: 0;
    background: #f0f0f0;
    background: rgba(30, 50, 10, 0.08);
    border-bottom: 1px solid #e7e7e7;
    text-shadow: 1px 1px #fff;
}
#featured h2 {
    font-size: 1.2em;
    line-height: 1;
}
#featured p {
    margin: 0;
    padding: 0;
}

/* ------------------- Highlighted ------------------------ */

#highlighted {
    font-size: 120%;
}

/* ------------------- Help ------------------------------- */

.region-help {
    border: 1px solid #d3d7d9;
    padding: 0 1.5em;
    margin-bottom: 30px;
}

/* ------------------- Content ---------------------------- */

.content {

}
h1#page-title {
    font-size: 2em;
    line-height: 1;
    color:#fff;
}
.views-field-title a,
#content h2.pane-title {
    margin-bottom:15px;
    font-size: 1.429em;
    line-height: 1.4;
}
#content h2
.views-field-title a,
#content h2.pane-title a:link {
    padding-top: 18px;

}
p {
    font-size: 1.071em;
}
.node-teaser .content {
    font-size: 1em;
}
.views-field-title a,
.node-teaser h2 {
    margin-top: 0;

}
.views-field-title a,
.node-teaser h2 a {

}
.node-teaser {
    border-bottom: 1px solid #d3d7d9;
    margin-bottom: 30px;
    padding-bottom: 15px;
}
.node-sticky {
    background: #f9f9f9;
    background: rgba(0, 0, 0, 0.024);
    border: 1px solid #d3d7d9;
    padding: 0 15px 15px;
}
.node-full {
    background: none;
    border: none;
    padding: 0;
}
.node-teaser .content {
    clear: none;
    line-height: 1.6;
}


.submitted a {
    padding: 10px 0 15px;
}
.submitted .user-picture img {
    float: left; /* LTR */
    height: 20px;
    margin: 1px 5px 0 0; /* LTR */
}

.field-type-taxonomy-term-reference {
    margin: 0 0 1.2em;
}
.field-type-taxonomy-term-reference .field-label {
    font-weight: normal;
    margin: 0;
    padding-right: 5px; /* LTR */
}
.field-type-taxonomy-term-reference .field-label,
.field-type-taxonomy-term-reference ul.links {
    font-size: 0.8em;
}
.view-mode-teaser .field-type-taxonomy-term-reference .field-label,
.view-mode-teaser .field-type-taxonomy-term-reference ul.links {
    font-size: 0.821em;
}
.field-type-taxonomy-term-reference ul.links {
    padding: 0;
    margin: 0;
    list-style: none;
}
.field-type-taxonomy-term-reference ul.links li {
    float: left; /* LTR */
    padding: 0 1em 0 0; /* LTR */
    white-space: nowrap;
}
.field-type-taxonomy-term-reference ul.links li a {
    padding: 5px 0 20px;
}
.link-wrapper {
    text-align: right;
}
.field-type-image img,
.user-picture img {
    margin: 0 0 1em;
}

ul.links {
    color: #68696b;
    font-size: 0.821em;
}
ul.links.inline li a {
    display: inline;
    padding: 18px 0 5px;
}

.unpublished {
    margin: -20px -15px 0;
    padding: 20px 15px 0;
}
.unpublished .comment-text .comment-arrow {
    border-left: 1px solid #fff4f4;
    border-right: 1px solid #fff4f4;
}

/* ------------------- Comments --------------------------- */

.comment h2.title {
    margin-bottom: 1em;
}
.comment div.user-picture img {
    margin-left: 0; /* LTR */
}
.comment {
    margin-bottom: 20px;
    display: table;
    vertical-align: top;
}
.comment .attribution {
    display: table-cell;
    padding: 0 30px 0 0; /* LTR */
    vertical-align: top;
    overflow: hidden;
}
.comment .attribution img {
    margin: 0;
    border: 1px solid #d3d7d9;
}
.comment .attribution .username {
    white-space: nowrap;
}
.comment .submitted p {
    margin: 4px 0;
    font-size: 1.071em;
    line-height: 1.2;
}
.comment .submitted .comment-time {
    font-size: 0.786em;
    color: #68696b;
}
.comment .submitted .comment-permalink {
    font-size: 0.786em;
    text-transform: lowercase;
}
.comment .submitted .comment-permalink a {
    padding: 8px 0 18px;
}
.comment .content {
    font-size: 0.929em;
    line-height: 1.6;
}
.comment .comment-arrow {
    background: url(../images/comment-arrow.gif) no-repeat 0 center transparent; /* LTR */
    border-left: 1px solid;
    border-right: 1px solid;
    height: 40px;
    margin-left: -47px; /* LTR */
    margin-top: 10px;
    position: absolute;
    width: 20px;
}
.comment .comment-text {
    padding: 10px 25px;
    border: 1px solid #d3d7d9;
    display: table-cell;
    vertical-align: top;
    position: relative;
    width: 100%;
}
.comment .comment-text h3  a{
    padding-top: 22px;
}
.comment .indented {
    margin-left: 40px; /* LTR */
}
.comment ul.links {
    padding: 0 0 0.25em 0;
}
.comment ul.links li {
    padding: 0 0.5em 0 0; /* LTR */
}
.comment.unpublished {
    margin-right: 5px; /* LTR */
    padding: 5px 2px 5px 5px; /* LTR */
}
.comment.unpublished .comment-text .comment-arrow {
    border-left: 1px solid #fff4f4;
    border-right: 1px solid #fff4f4;
}

/* ------------------- Sidebar ---------------------------- */
.sidebar .section {
    padding-top: 10px;
}
.sidebar .block {
    border: 1px solid;
    padding: 15px 20px;
    margin: 0 0 20px;
}
.sidebar h2 {
    margin: 0 0 0.5em;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 5px;
    text-shadow: 0 1px 0 #fff;
    font-size: 1.071em;
    line-height: 1.2;
}
.sidebar .block .content {
    font-size: 0.914em;
    line-height: 1.4;
}
.sidebar tbody {
    border: none;
}
.sidebar tr.even,
.sidebar tr.odd {
    background: none;
    border-bottom: 1px solid #d6d6d6;
}

/* ------------------- Triptych --------------------------- */

#triptych-wrapper {
    background-color: #f0f0f0;
    background: rgba(30, 50, 10, 0.08);
    border-top: 1px solid #e7e7e7;
}
#triptych h2 {
    color: #000;
    font-size: 1.4em;
    margin-bottom: 0.6em;
    text-shadow: 0 1px 0 #fff;
    text-align: center;
    line-height: 1;
}
#triptych .block {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #dfdfdf;
    line-height: 1.3;
}
#triptych .block.last {
    border-bottom: none;
}
#triptych .block ul li,
#triptych .block ol li {
    list-style: none;
}
#triptych .block ul,
#triptych .block ol {
    padding-left: 0;
}
#triptych #block-user-login .form-text {
    width: 185px;
}
#triptych #block-user-online p {
    margin-bottom: 0;
}
#triptych #block-node-syndicate h2 {
    overflow: hidden;
    width: 0;
    height: 0;
}
#triptych-last #block-node-syndicate {
    text-align: right;
}
#triptych #block-search-form .form-type-search input {
    width: 185px;
}
#triptych-middle #block-system-powered-by {
    text-align: center;
}
#triptych-last #block-system-powered-by {
    text-align: right;
}

/* ------------------- Footer ----------------------------- */
#footer-text {
    float:right;
    display:block;
    min-height:120px;
    text-align:right;
}

#footer-text {
    font-family: 'Open Sans Condensed';
    font-size:1.2em;
    font-weight:bold;
    text-transform:uppercase;
}
.footer-logo img {
    width:140px;
}
.footer-2 {
    color:#555;
    margin:0 10px;
}

#footer-sitemap {
    margin:0;
    font-family: 'Open Sans Condensed';
    font-size:1.3em;
}

#footer-sitemap a {
    font-size:1em;

}

#footer-sitemap .nolink {
    display:none;
}
#footer-wrapper {
    color: #c0c0c0;
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.857em;
}
#footer-wrapper a {
    color: #fcfcfc;
    color: rgba(255, 255, 255, 0.8);
}
#footer-wrapper a:hover,
#footer-wrapper a:focus {
    color: #fefefe;
    color: rgba(255, 255, 255, 0.95);
    text-decoration: underline;
}

#footer-wrapper ul li {
    margin-right:20px;
}
/* ------------------- System Tabs ------------------------ */

.tabs {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 20px;
}
.tabs ul.primary {
    padding: 0 3px;
    margin: 0;
    overflow: hidden;
    border: none;
    background: transparent url(../images/tabs-border.png) repeat-x left bottom;
}
.tabs ul.primary li {
    display: block;
    float: left; /* LTR */
    vertical-align: bottom;
    margin: 0 5px 0 0; /* LTR */
}
.tabs ul.primary li.active a {
    border-bottom: 1px solid #ffffff;
}
.tabs ul.primary li a {
    color: #000;
    background-color: #ededed;
    height: 1.8em;
    line-height: 1.9;
    display: block;
    font-size: 0.929em;
    float: left; /* not LTR */
    padding: 0 10px 3px;
    margin: 0;
    text-shadow: 0 1px 0 #fff;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.tabs ul.primary li.active a {
    background-color: #ffffff;
}
.tabs ul.secondary {
    border-bottom: none;
    padding: 0.5em 0;
}
.tabs ul.secondary li {
    display: block;
    float: left; /* LTR */
}
.tabs ul.secondary li:last-child {
    border-right: none; /* LTR */
}
.tabs ul.secondary li:first-child {
    padding-left: 0; /* LTR */
}
.tabs ul.secondary li a {
    padding: 0.25em 0.5em;
}
.tabs ul.secondary li a.active {
    background: #f2f2f2;
    border-bottom: none;
    border-radius: 5px;
}
ul.action-links {
    list-style: none;
    margin: 5px;
    padding: 0.5em 1em;
}
ul.action-links li {
    display: inline-block;
    margin-left: 10px;
}
ul.action-links li a {
    padding-left: 15px;
    background: url(../images/add.png) no-repeat left center;
    margin: 0 10px 0 0;
}

/* ------------------- Messages --------------------------- */

#messages {
    padding: 20px 0 5px;
    margin: 0 auto;
}
.featured #messages {
    background: #f0f0f0;
    background: rgba(30, 50, 10, 0.08);
}
div.messages {
    margin: 8px 15px;
}


/* ------------------- User Profile ----------------------- */

.profile .user-picture {
    float: none;
}

/* ------------------- Password Meter --------------------- */

.confirm-parent,
.password-parent {
    width: 34em;
}
.password-parent,
div.form-item div.password-suggestions {
    position: relative;
}
.password-strength-text,
.password-strength-title,
div.password-confirm {
    font-size: 0.82em;
}
.password-strength-text {
    margin-top: 0.2em;
}
div.password-confirm {
    margin-top: 2.2em;
    width: 20.73em;
}

/* ------------------- Buttons ---------------------------- */

input.form-submit,
a.button {
    background: #fff url(../images/buttons.png) 0 0 repeat-x;
    border: 1px solid #e4e4e4;
    border-bottom: 1px solid #b4b4b4;
    border-left-color: #d2d2d2;
    border-right-color: #d2d2d2;
    color: #3a3a3a;
    cursor: pointer;
    font-size: 0.929em;
    font-weight: normal;
    text-align: center;
    margin-bottom: 1em;
    margin-right: 0.6em; /* LTR */
    padding: 4px 17px;
    border-radius: 15px;
}
a.button:link,
a.button:visited,
a.button:hover,
a.button:focus,
a.button:active {
    text-decoration: none;
    color: #5a5a5a;
}

/* ------------------- Form Elements ---------------------- */

fieldset {
    background: #ffffff;
    border: 1px solid #cccccc;
    margin-top: 10px;
    margin-bottom: 32px;
    padding: 0 0 10px;
    position: relative;
    top: 12px; /* Offsets the negative margin of legends */
    border-radius: 4px;
}
.fieldset-wrapper {
    margin-top: 25px;
}
.node-form .vertical-tabs .fieldset-wrapper {
    margin-top: 0;
}
.filter-wrapper {
    top: 0;
    padding: 1em 0 0.2em;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.filter-help a {
    font-size: 0.857em;
    padding: 2px 20px 0;
}
.filter-wrapper .form-item label {
    margin-right: 10px;
}
.filter-wrapper .form-item {
    padding: 0 0 0.5em 0.5em;
}
.filter-guidelines {
    padding: 0 1.5em 0 0.5em;
}
fieldset.collapsed {
    background: transparent;
    border-radius: 0;
}
fieldset legend {
    background: #dbdbdb;
    border: 1px solid #ccc;
    border-bottom: none;
    color: #3b3b3b;
    display: block;
    height: 2em;
    left: -1px; /* LTR */
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
    line-height: 2;
    padding: 0;
    position: absolute;
    text-indent: 10px;
    text-shadow: 0 1px 0 #fff;
    top: -12px;
    width: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
fieldset.collapsed legend {
    border-radius: 4px;
}
fieldset legend a {
    color: #3b3b3b;
}
fieldset legend a:hover,
fieldset legend a:focus,
fieldset legend a:active {
    color: #000;
}
fieldset .fieldset-wrapper {
    padding: 0 10px;
}
fieldset .fieldset-description {
    margin-top: 5px;
    margin-bottom: 1em;
    line-height: 1.4;
    color: #3c3c3c;
    font-style: italic;
}
input {
    margin: 2px 0;
    padding: 4px;
}
input,
textarea {
    font-size: 0.929em;
}
textarea {
    line-height: 1.5;
}
textarea.form-textarea,
select.form-select {
    padding: 4px;
}
input.form-text,
input.form-tel,
input.form-email,
input.form-url,
input.form-search,
input.form-number,
input.form-color,
textarea.form-textarea,
select.form-select {
    border: 1px solid #ccc;
}
input.form-submit:hover,
input.form-submit:focus {
    background: #dedede;
}
.password-suggestions ul li {
    margin-left: 1.2em; /* LTR */
}
.form-item {
    margin:0;
}
.form-item label {
    font-size: 0.929em;
}
.form-type-radio label,
.form-type-checkbox label {
    margin-left: 4px;
}
.form-type-radio .description,
.form-type-checkbox .description {
    margin-left: 2px;
}
.form-actions {
    padding-top: 10px;
}
/* Contact Form */
.contact-form #edit-name {
    width: 75%;
    border-radius: 4px;
}
.contact-form #edit-mail {
    width: 75%;
    border-radius: 4px;
}
.contact-form #edit-subject {
    width: 75%;
    border-radius: 4px;
}
.contact-form #edit-message {
    width: 76.3%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

/* ------------------- Disabled Form Elements ------------- */
input.form-button-disabled,
input.form-button-disabled:hover,
input.form-button-disabled:focus,
input.form-button-disabled:active,
.form-disabled input,
.form-disabled select,
.form-disabled textarea {
    background: #ededed;
    border-color: #bbb;
    color: #717171;
}
.form-disabled label {
    color: #717171;
}

/* ------------------- Animated Throbber ------------------ */
.js input.form-autocomplete {
    background-position: 100% 4px; /* LTR */
}
.js input.throbbing {
    background-position: 100% -16px; /* LTR */
}

/* ------------------- Comment Form ----------------------- */
.comment-form label {
    float: left; /* LTR */
    font-size: 0.929em;
    width: 120px;
}
.comment-form input,
.comment-form .form-select {
    margin: 0;
    border-radius: 4px;
}
.comment-form .form-type-textarea label {
    float: none;
}
.comment-form .form-item,
.comment-form .form-radios,
.comment-form .form-type-checkbox,
.comment-form .form-select {
    margin-bottom: 10px;
    overflow: hidden;
}
.comment-form .form-type-checkbox,
.comment-form .form-radios {
    margin-left: 120px; /* LTR */
}
.comment-form .form-type-checkbox label,
.comment-form .form-radios label {
    float: none;
    margin-top: 0;
}
.comment-form input.form-file {
    width: auto;
}
.no-sidebars .comment-form .form-text {
    width: 800px;
}
.one-sidebar .comment-form .form-text {
    width: 500px;
}
.two-sidebars .comment-form .form-text {
    width: 320px;
}
.comment-form .form-item .description {
    font-size: 0.786em;
    line-height: 1.2;
    margin-left: 120px; /* LTR */
}
#content h2.comment-form {
    margin-bottom: 0.5em;
}
.comment-form .form-textarea {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.comment-form fieldset.filter-wrapper .fieldset-wrapper,
.comment-form .text-format-wrapper .form-item {
    margin-top: 0;
    margin-bottom: 0;
}
.filter-wrapper label {
    width: auto;
    float: none;
}
.filter-wrapper .form-select {
    min-width: 120px;
}
.comment-form fieldset.filter-wrapper .tips {
    font-size: 0.786em;
}
#comment-body-add-more-wrapper .form-type-textarea label {
    margin-bottom: 0.4em;
}
#edit-actions input {
    margin-right: 0.6em; /* LTR */
}

/* ------------------- Other Overrides -------------------- */

div.password-suggestions {
    border: 0;
}
.ui-widget-overlay {
    background: #222222;
    opacity: 0.7;
}
div.vertical-tabs .vertical-tabs-panes fieldset.vertical-tabs-pane {
    padding: 1em;
}
#forum .name {
    font-size: 1.083em;
}
#forum .description {
    font-size: 1em;
}

/* ------------------- Search Form ------------------------ */

#block-search-form {
    padding-bottom: 7px;
}
#block-search-form .content {
    margin-top: 0;
}
#search-form input[type="search"],
#block-search-form input[type="search"] {
    box-sizing: border-box;
    padding: 4px;
    -webkit-appearance: textfield;
}
#search-form input[type="search"]::-webkit-search-decoration,
#block-search-form input[type="search"]::-webkit-search-decoration {
    display: none;
}
#search-form input#edit-keys,
#block-search-form .form-item-search-block-form input {
    float: left; /* LTR */
    font-size: 1em;
    margin-right: 5px;
    width: 9em;
}
#search-block-form input.form-submit,
#search-form input.form-submit {
    margin-left: 0;
    margin-right: 0;
    height: 25px;
    width: 34px;
    padding: 0;
    cursor: pointer;
    text-indent: -9999px;
    border-color: #e4e4e4 #d2d2d2 #b4b4b4;
    background: url(../images/search-button.png) no-repeat center top;
    overflow: hidden;
}
#search-block-form input.form-submit:hover,
#search-block-form input.form-submit:focus,
#search-form input.form-submit:hover,
#search-form input.form-submit:focus {
    background-position: center bottom;
}
#search-form .form-item-keys label {
    display: block;
}

/* ------------------- Search Results --------------------- */
ol.search-results {
    padding-left: 0;
}
.search-results li {
    border-bottom: 1px solid #d3d7d9;
    padding-bottom: 0.4285em;
    margin-bottom: 0.5em;
}
.search-results li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 1em;
}
.search-results .search-snippet-info {
    padding-left: 0;
}

/* ------------------- Shortcut Links --------------------- */

.shortcut-wrapper {
    margin: 2.2em 0 1.1em 0; /* Same as usual h1#page-title margin. */
}
.shortcut-wrapper h1#page-title {
    float: left; /* LTR */
    margin: 0;
}
div.add-or-remove-shortcuts {
    padding-top: 0.9em;
}
.overlay div.add-or-remove-shortcuts {
    padding-top: 0.8em;
}

/* ------------------- Admin-specific Theming ------------- */

.page-admin #content img {
    margin-right: 15px; /* LTR */
}
.page-admin #content .simpletest-image img {
    margin: 0;
}
.page-admin-structure-block-demo .block-region {
    background: #ffff66;
    border: 1px dotted #9f9e00;
    color: #000;
    font: 90% "Lucida Grande", "Lucida Sans Unicode", sans-serif;
    margin: 5px;
    padding: 5px;
    text-align: center;
    text-shadow: none;
}
.page-admin-structure-block-demo #featured .block-region {
    font-size: 0.55em;
}
.page-admin-structure-block-demo #header .block-region {
    width: 500px;
}
.page-admin #admin-dblog img {
    margin: 0 5px;
}
/* Fix spacing when Seven is used in the overlay. */
#system-theme-settings fieldset {
    padding: 0;
}
#system-theme-settings fieldset .fieldset-legend {
    margin-top: 0;
}
/* Configuration. */
div.admin .right,
div.admin .left {
    width: 49%;
    margin: 0;
}
div.admin-panel {
    background: #fbfbfb;
    border: 1px solid #ccc;
    margin: 10px 0;
    padding: 0 5px 5px;
}
div.admin-panel h3 {
    margin: 16px 7px;
}
div.admin-panel dt {
    border-top: 1px solid #ccc;
    padding: 7px 0 0;
}
div.admin-panel dd {
    margin: 0 0 10px;
}
div.admin-panel .description {
    margin: 0 0 14px 7px;
}

/* ------------------- Overlay Layout Styles -------------- */

.overlay #main,
.overlay #content {
    width: auto;
    float: none;
}
.overlay #page {
    padding: 0 2em;
}
.overlay .region-page-top,
.overlay #header,
.overlay #page-title,
.overlay #featured,
.overlay #sidebar-first,
.overlay #triptych-wrapper,
.overlay #footer-wrapper {
    display: none;
}
.overlay-processed .field-type-image {
    display: block;
    float: none;
}
.overlay #messages {
    width: auto;
}

/* ------------------- Poll ------------------------------- */

.node .poll {
    margin: 2em 0;
}
.node .poll #edit-choice {
    margin: 0 0 1.5em;
}
.poll .vote-form {
    text-align: left; /* LTR */
    margin: 0;
}
.poll .percent {
    font-size: 0.857em;
    font-style: italic;
    margin-bottom: 3em;
    margin-top: -3.2em;
    float: right; /* LTR */
    text-align: right; /* LTR */
}
.poll .choice-title {
    clear: right; /* LTR */
}
.poll .total {
    font-size: 0.929em;
    font-style: italic;
    text-align: right; /* LTR */
    clear: both;
}
.node .poll {
    margin: 1.8em 0 0;
}
.node .poll .text {
    margin-right: 6.75em;
}
.node .poll #edit-choice {
    margin: 0 0 1.2em;
}
.poll .bar .foreground {
    background-color: #666;
}
#footer-wrapper .poll .bar {
    background-color: #666;
}
#footer-wrapper .poll .bar .foreground {
    background-color: #ddd;
}

/* ------------------- Book ------------------------------- */
.book-navigation .menu {
    border-top: 1px solid #d6d6d6;
}
.book-navigation .book-pager {
    border-bottom: 1px solid #d6d6d6;
    border-top: 1px solid #d6d6d6;
    margin: 0;
}

/* ------------------- Menu Toggle Link ------------------- */
a#menu-toggle {
    display:none;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
    padding: 0.7em 0 0.7em 10px;
    text-decoration: none;
    text-shadow: 0 1px #EEEEEE;
    position:relative;
}

a#menu-toggle:after {
    content:"";
    background: url('../images/toggle.png') no-repeat;
    width: 22px;
    height: 30px;
    display: inline-block;
    position: absolute;
    right: 10px;
}

/* ------------------- Media Queries ---------------------- */

@media all and (max-width: 460px) {
    /* ----------------- Menu on Small Resolutions ---------- */
    body {
        background-image: none;
        padding:0 15px;
    }
    a#menu-toggle {
        display:block;
    }

    #main-menu-links {
        display: none;
        height: auto;
    }
    #logo {
        display:block;
        width:170px;
        margin:0 auto;
        float:none;
    }

    #phone img.phone1 {
        display:block;
        width:130px;
        margin:20px auto;
        float:none;
    }
    #phone img.phone2 {
        display:block;
        margin:20px auto;
        float:none;
    }
    #footer-sitemap {
        display:none;
    }
    #footer-text {
        display:block;
        width:230px;
        margin:0 auto;
        float:none;
        text-align:center;
    }
}

@media all and (min-width: 461px) and (max-width: 900px) {
    /* ------------------ Header and Menus ------------------- */
    body {
        padding:0 15px;
    }
    .region-header {
        margin: .5em 5px .75em;
    }
    #logo {
        display:block;
        width:230px;
        margin:0 auto;
        float:none;
    }
    #phone img.phone1 {
        display:block;
        width:200px;
        margin:20px auto;
        float:none;
    }
    #phone img.phone2 {
        display:block;
        margin:20px auto;
        float:none;
    }
    #footer-sitemap {
        display:none;
    }
    #footer-text {
        display:block;
        width:230px;
        margin:0 auto;
        float:none;
        text-align:center;
    }
    #name-and-slogan {
        padding: 10px 10px 8px;
    }
    #main-menu-links {
        margin: 0 5px;
        padding: 0;
        text-align: center;
    }
    #main-menu-links li {
        float: left;
        margin-right: 5px;
        display: inline-block;
        width: 32.75%;
    }
    #main-menu-links li:nth-child(3n) {
        margin-right: -5px; /* LTR */
    }
    #main-menu-links a {
        float: none;
        display: block;
        border-radius: 8px;
        margin-bottom: 5px;
        padding: 0.9em 5px;
    }
    #featured {
        font-size: 1.43em;
    }
    #featured h2 {
        font-size: 1.174em;
    }
    #triptych h2 {
        font-size: 1.243em;
        margin-bottom: 0.9em;
    }
}

@media all and (min-width: 901px) {

    .region-header {
        margin: 1em 5px 1.5em;
    }
    #logo {
    }
    #name-and-slogan {
        padding: 26px 0 0;
        margin: 0 0 30px 15px; /* LTR */
    }
    #site-name {
        font-size: 1.821em;
    }
}


/* ------------------- Misc Fixes ------------------------- */
.element-invisible {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    left: 0;
}

.panel-responsive .rld-col {
    padding:0;
}

.feature-1 .views-field-title,
.feature-2 .views-field-title,
.feature-3 .views-field-title{
    margin:7px 0;
}

.feature-1 .views-field-title a {
    color:#00adef;
}

.feature-2 .views-field-title a {
    color:#f3a001;
}

.feature-3 .views-field-title a {
    color:#a600b1;
}

.hr {
    height:1px;
    border-bottom:1px solid #555;
    width:100%;
    margin:30px 0 15px 0;
}

/* read more links on front page */
.feature-1 .views-field-title a:hover,
.feature-2 .views-field-title a:hover,
.feature-3 .views-field-title a:hover{
    color:#fff;
    text-decoration:none;
}
.feature-1 .views-field-body a:hover {
    color:#00a0c8;
    text-decoration:none;
}
.feature-1 .views-field-body a.views-more-link {
    background:url('../images/read-more-1.png') right center no-repeat;
    padding-right:20px;
}

.feature-2 .views-field-body a:hover {
    color:#f3a001;
    text-decoration:none;
}
.feature-2 .views-field-body a.views-more-link {
    background:url('../images/read-more-2.png') right center no-repeat;
    padding-right:20px;
}

.feature-3 .views-field-body a:hover {
    color:#a600b1;
    text-decoration:none;
}
.feature-3 .views-field-body a.views-more-link {
    background:url('../images/read-more-3.png') right center no-repeat;
    padding-right:20px;
}

.view-front-page-blocks,
.view-id-teachers ul {
    -webkit-backface-visibility: hidden;
}

.view-front-page-blocks .views-field-field-cover-image,
.view-front-page-blocks .views-field-field-picture{
    overflow: hidden;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;

}
.view-front-page-blocks .views-field-field-cover-image:hover,
.view-front-page-blocks .views-field-field-picture:hover{
    -webkit-box-shadow:  0px 0px 15px 2px rgba(0, 0, 0, 0.3);
    box-shadow:  0px 0px 15px 2px rgba(0, 0, 0, 0.3);

}

.view-front-page-blocks .views-field-field-cover-image img,
.view-front-page-blocks .views-field-field-picture img {
    display:block;
    width:100%;
    -webkit-backface-visibility: hidden;
    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;
}

.view-front-page-blocks .views-field-field-cover-image:hover img,
.view-front-page-blocks .views-field-field-picture:hover img {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
}

.view-id-teachers ul {
    letter-spacing:0;
    list-style:none;
    width:100%;
}

.view-id-teachers ul li {
    display:inline-block;
    position:relative;
    width:24.66666%;
    padding:0;
    overflow:hidden;
}

.view-id-teachers ul li:hover {
    -webkit-box-shadow:  0px 0px 15px 2px rgba(0, 0, 0, 0.3);
    box-shadow:  0px 0px 15px 2px rgba(0, 0, 0, 0.3);
}

.view-id-teachers ul li .views-field-field-photo .field-content{
    display:block;
    width:100%;
}

.view-id-teachers ul li img {
    display:block;
    width:100%;

    filter: gray; /* IE6-9 */
    filter: url('gray.svg#grayscale');
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */

    transition: all 0.3s ease-out;
    -moz-transition: all 0.3 ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.view-id-teachers ul li:hover img {

    filter: none;
    -webkit-filter: grayscale(0%);

    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
}


.view-id-teachers ul li .views-field-title {
    opacity: 0;
    position: absolute;
    top: 85%;
    left: 0;
    text-align:center;
    width: 100%;
    height: 100%;
    transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    cursor: pointer;
}

.view-id-teachers ul li .views-field-title .field-content {
    opacity:0.8;
    background:#00adef;
    display:block;
}

.view-id-teachers ul li:hover .views-field-title {
    opacity:1;
}

.view-id-teachers ul li a:hover {
    color:#fff;
    text-decoration: none;
}

.layout-responsive-region-teacher_box {
    text-align:center;
}

.layout-responsive-region-teacher_box .field-name-field-photo img {
    width:100%;
}

.layout-responsive-region-teacher_box .video-link {
    margin-bottom:30px;
}

.layout-responsive-region-teacher_box .video-link a {
    color:#000;
}

.layout-responsive-region-teacher_box .video-link a img {
    transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}

.layout-responsive-region-teacher_box .video-link a img:hover {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
}

.layout-responsive-region-teacher_box .pane-node-field-classes {
    margin-bottom:30px;
}

.layout-responsive-region-teacher_box .pane-node-field-classes a {
    padding:0 4px;
    font-size:1.2em;
    text-transform: uppercase;
}

.layout-responsive-region-teacher_box .pane-node-field-classes .field-item {
    display:inline;
}

.layout-responsive-region-teacher_box .pane-node-field-classes .field-item:after {
    content: ", ";
}

.layout-responsive-region-teacher_box .pane-node-field-classes .field-item:last-child:after {
    content: "";
}

.layout-responsive-region-teacher_box .pane-node-title h4 {
    margin:30px 0 0 0;
    font-size:1.8em;
}

.layout-responsive-region-black .pane-content {
    padding:20px;
}

.node-type-teacher h1#page-title {
    display:none;
}

.context-content_image.atom-align-left {
    margin:15px 15px 15px 0;
}

.context-content_image.atom-align-right {
    margin:15px 0px 15px 15px;
}

.context-content_image.atom-align-center {
    margin:15px auto;
}

.flexslider {
    border:0;
    background:none;
    margin:0 0 30px 0;

    -webkit-border-radius:0;
    border-radius:0;
    -webkit-box-shadow:0;
    box-shadow:0;
}

.view-slider ul {
    padding-left:0;
}

.view-news .views-field-title {
}

.view-news .views-field-field-cover-image img {
    float:left;
    padding:0 15px 0 0;
}

.views-field-created,
.meta {
    margin-bottom:20px;
    color:#777;
}

.view-news .views-row {
    clear:both;
    overflow:hidden;
    margin-bottom:40px;
}

.view-testimonials.view-display-id-block,
.view-testimonials.view-display-id-block_1,
.view-testimonials.view-display-id-block_3{
    clear:both;
    overflow:hidden;
}
.view-testimonials.view-display-id-block_3 {
    background:#fff;
    color:#666;
    padding:15px;
}
.view-testimonials.view-display-id-block .views-row,
.view-testimonials.view-display-id-block_3 .views-row{
    width:32.99999%;
    float:left;
    margin-bottom:30px;
}

.view-testimonials.view-display-id-block .views-row-last .field-content,
.view-testimonials.view-display-id-block_3 .views-row-last  .field-content{
    padding-right:0;

}
.view-testimonials.view-display-id-block  .field-content,
.view-testimonials.view-display-id-block_3 .field-content{
    padding-right:10px;

}

.view-testimonials.view-display-id-block .views-field-body,
.feature-box {
    font-size:1.5em;;
}
.view-testimonials.view-display-id-block_3 .views-field-body {
    font-size:1.2em;
}

.view-testimonials.view-display-id-block_1 .views-row,
.view-testimonials.view-display-id-block_3 .views-row{
    float:left;
}

.view-testimonials.view-display-id-block_1 .views-row-odd .field-content,
.view-testimonials.view-display-id-block_3 .views-row-odd .field-content{
    margin-right:15px;
}
.view-testimonials.view-display-id-block_1 .views-row-last .field-content,
.view-testimonials.view-display-id-block_3 .views-row-last .field-content{
    margin-right:0;
}

.view-testimonials .views-field-body p {
    padding:0 10px;
}

/*######## Smart Green ########*/
.node-webform {
    /*color: #666;*/
}
.node-webform h1 {
    font: 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
    padding: 20px 0px 20px 40px;
    display: block;
    margin: -30px -30px 10px -30px;
    color: #FFF;
    background: #9DC45F;
    text-shadow: 1px 1px 1px #949494;
    border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-bottom:1px solid #89AF4C;

}
.node-webform label {
    display: block;
    line-height:30px;
    margin-top:2px;
}
.node-webform input[type="text"], .node-webform input[type="email"], .node-webform textarea {
    width:100%;
    color: #555;
    height:24px;
    line-height:24px;
    padding: 3px 0 3px 0;
    margin-top: 2px;
    border: 1px solid #E5E5E5;
    background: #FBFBFB;
    outline: 0;
    -webkit-box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    font: normal 14px/14px Arial, Helvetica, sans-serif;
}
.node-webform textarea{
    height:100px;
    padding:10px 0;
    border: 1px solid #e5e5e5;

}
.node-webform .button {
    background-color: #9DC45F;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-border-radius: 5px;
    border: none;
    padding: 10px 25px 10px 25px;
    color: #FFF;
    text-shadow: 1px 1px 1px #949494;
}
.node-webform .button:hover {
    background-color:#80A24A;
}

.view-id-testimonials.view-display-id-block_2 .testimonial-vid-container {
    margin-bottom:20px;
    padding:20px 0;
}

.view-id-testimonials.view-display-id-block_4 .testimonial-vid-container{
    margin-bottom:20px;

}
.view-id-testimonials.view-display-id-block_2 .video-wrapper,
.view-id-testimonials.view-display-id-block_4 .video-wrapper,
.view-id-workshops.view-display-id-block .video-wrapper{
    display: inline-block;
    *zoom:1;
    *display: inline;
    vertical-align: middle;
    width:50%;
}

.view-id-testimonials.view-display-id-block_3
.pane-twitter-block-1 iframe,
.page-node-22 #node-72 {
    margin-top:20px;
}

#node-72 a {
    line-height:1.143em;
    pointer-events: none;
    cursor: default;
}
#node-72 a div {
    margin-bottom:10px;
}
.view-id-testimonials.view-display-id-block_4 .video-wrapper iframe {
    width:100%;
}

.view-id-testimonials.view-display-id-block_2 .testimonial-wrapper,
.view-id-testimonials.view-display-id-block_3 .testimonial-wrapper,
.view-id-testimonials.view-display-id-block_4 .testimonial-wrapper,
.view-id-workshops.view-display-id-block .testimonial-wrapper {
    display: inline-block;
    /* IE 7 hack */
    *zoom:1;
    *display: inline;
    vertical-align: middle;
    width:49%;
}

.view-id-testimonials.view-display-id-block_2 .views-row .views-field-body p {
    font-size:2.2em;
    padding:0 50px 0 50px;
}

.view-id-testimonials.view-display-id-block_4 .views-row .views-field-body p{
    font-size:1.5em;
    padding:0 15px;
}

.view-id-testimonials.view-display-id-block_2 .views-row .views-field-title,
.view-id-testimonials.view-display-id-block_3 .views-row .views-field-title,
.view-id-testimonials.view-display-id-block_4 .views-row .views-field-title,
.view-id-testimonials.view-display-id-block .views-row .views-field-title,
.view-id-workshops.view-display-id-block .views-field-title,
.feature-box .pane-title {
    font-family: 'Open Sans Condensed';
    font-size:1.2em;
    text-transform:uppercase;
}

.view-testimonials {
    text-align:center;
}

.view-testimonials .views-field-body p {
    text-align:center;

}

.view-workshops .views-field-body p {
    padding-right:1em;
}

.node-locations .field-name-field-trading-hours {
    margin-top:15px;
    height:120px;
}

.pane-views-testimonials-block-1 {
    padding:10px;
}

.pane-views-testimonials-block-1 img {
    margin-right:10px;
}

.pane-corporates {
    margin-top:20px;
}

.node-locations .field-name-field-phone-number .field-item {
    font-size:1.3em;
    font-weight:bold;
    color:#fff;
}

.view-workshops.view-display-id-block .views-row {
    clear:both;
    overflow:hidden;
    width:75%;
    margin:2em auto 2em auto;
    padding-bottom:2em;
    border-bottom:1px solid #333;
}

.view-workshops.view-display-id-block .views-row-last {
    border-bottom:0;
}

.view-workshops.view-display-id-block .views-field-title {
    margin-bottom:1em;
}
.view-workshops.view-display-id-block .views-field-title a {
    color:#00adef;
}
.panel-separator {
    height:2em;
}

.view-agency-dropdown .ui-accordion-content {
    clear:both;
}

.view-agency-dropdown .views-field-body {
    float:left;
    width:50%;
}

.view-agency-dropdown .views-field-body p {
    padding-right:2em;
}

.view-agency-dropdown .views-field-field-video {
    float:left;
    width:49%;
}

#fees {
    margin:15px 0;
    clear:both;
    overflow:hidden;
}

#fees .row {
    border-bottom:1px solid #333;
    padding:15px 0;
}

#fees .type {
    font-size: 1.4em;
    color:#fff;
}

#fees .price {
    text-align:right;
    font-size:1.4em;
    float:right;
}
#fees .breakdown {
    color:#aaa;
    font-size:0.7em;
}

.list-heading {
    color:#00a0c8;
    text-transform:uppercase;
    font-size:1.4em;
}

ul.mdh-list {
    padding:0;
}

ul.mdh-list li {
    list-style-type:none;
    border-bottom:1px solid #666;
    overflow:hidden;
    clear:both;
    padding:1em 0;
}
.faq-question-answer {
    background:url('../images/list-faq.gif') no-repeat left 10px;
    background-size:45px 45px;
    border-top: 1px solid #333;
    min-height:45px;
    margin: 0 0;
    padding: 10px 10px 10px 60px;
}

.faq-question-answer a {
    line-height:45px;
}

ul.mdh-list li.views-row-first {
    padding-top:0;
}

ul.mdh-list li.views-row-last {
    border-bottom:none;
}

ul.mdh-list .views-field-field-picture {
    float:left;
    display:block;
    margin-right:2em;
}

ul.mdh-list .field-content a {
    color:#00adef;
}

.faq-question {
    padding:0;
}

.faq-answer {
    padding:20px 30px;
    background:#fff;
    color:#666;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.faq-answer p {
    margin:0;
}


.view-news .feature a {
    font-size:2em;
    display:block;
}

.view-news .feature {
    margin-bottom:10px;
}

.feature {
    padding: 15px 15px !important;
}
.view-news .feature {
    padding:5px 15px !important;
}

ul.number-list {
    padding:0;
    list-style-type:none;
}
ul.number-list li {
    background-size:90px 45px;
    border-top: 1px solid #333;
    list-style: none;
    min-height:45px;
    margin: 0 0;
    padding: 10px 10px 10px 105px;
}
li.level1 {
    background:url('../images/number-1.gif') no-repeat left 10px;
}
li.level2 {
    background:url('../images/number-2.gif') no-repeat left 10px;
}
li.level3 {
    background:url('../images/number-3.gif') no-repeat left 10px;
}
li.level4 {
    background:url('../images/number-4.gif') no-repeat left 10px;
}

li.level0wide {
    background:url('../images/number-0-wide.gif') no-repeat left 10px;
}
li.level1wide {
    background:url('../images/number-2-wide.gif') no-repeat left 10px;
}
li.level2wide {
    background:url('../images/number-3-wide.gif') no-repeat left 10px;
}
li.level3wide {
    background:url('../images/number-4-wide.gif') no-repeat left 10px;
}
li.level4wide {
    background:url('../images/number-1-wide.gif') no-repeat left 10px;
}



.grid-list ul {
    list-style-type:none;
    font-size: 0px;
    margin-left:-2.5%;
}
.grid-list ul li {
    display: inline-block;
    margin: 0 0 2.5% 2.5%;
    background: #fff;
    border: 1px solid #ddd;
    font-size: 16px;
    font-size: 1rem;
    vertical-align: top;
    box-shadow: 0 0 5px #ddd;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height:305px;
}
.grid-list ul li img {
    max-width: 100%;
    height: auto;
    margin: 0 0 0px;
}
.grid-list ul li .views-field {
    margin: 0 0 5px;
    color: #999;
    padding:0 10px;
}
.grid-list ul li .views-field-title {
    font-size: 1em;
    line-height: 1.5em;
}
.grid-list ul li {

    width:22.5%;
}
.grid-list ul.product li .views-field-uc-product-image {
    padding:0;
}
.grid-list ul.product li .views-field-sell-price {
    color:#999;

    font-size:1.5em;
}
.grid-list ul.product li {
    height:510px;
    background:#fff;
}
.grid-list ul.product label {
    font-size:0.7em;
    font-weight:normal;
}
.grid-list ul.product .form-item {
    margin:5px 0;
}
.grid-list .form-actions {
    margin:0;
}
.video-container,
.video-container-2 {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
}
.video-container iframe,
.video-container object,
.video-container embed,
.video-container-2 iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 320px;
}
.video-container-2 {
    max-width:100%;
}
.video-container-2 iframe {
    max-height:100%;
}

.service-links {
    border-top:1px solid #333;
    padding-top:10px;
}

.service-links li {
    display:inline-block;
    width:100px;
}

.mbo_class a {
    font-weight:normal;
    font-size:1.3em;
    color:#fff;
    letter-spacing:1px;
}