/* ------------ ESPECIFIC CSS FOR EACH GO2WEB SITE ------------ */




/* ------------ DEBUGGING ------------ */

.error {
    display: none;
}





/* ------------ GENERAL ------------ */

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    letter-spacing: 0;
    word-spacing: 0;
}

.form-required {
    color: #B3ADA6;
}

label {
    font-weight: normal;
}

#contact-site-form input, #contact-site-form textarea {
    color: #B3ADA6; /* color 5 */
}

#contact-site-form input.form-submit {
    color: #000;
}

body {
    font-size: 125%; /* amend for the font used: "Asap" */
}





/* ------------ LOGO + CALL TO ACTION ------------ */

#zone-user-wrapper {
    /**/
}

#zone-user {
    padding-top: 20px;
    padding-left: 10px;
}

#zone-user h2, #zone-user h4 {
    padding-left: 20px; /* h2: logo; h4: call to action; */
}

#zone-user h2 {
    color: #24221F; /* logo */
}

#zone-user h4 {
    color: #4B5F6D; /* call to action */
}





/* ------------ LOGO FOR RESP NAV ------------ */

#region-user-first {
    width: 190px;
    height: 80px;
}

#block-block-1 {
    /*margin-right: 90px;*/ /* adds room for a hamburguer */
}





/* MOBILE CALL TO ACTION */
#zone-mobile-wrapper {
    color: #FFF;
    background: #000;
    padding: 40px 20px;
    text-align: center;
    font-size: 190%;
}

#zone-mobile-wrapper .field-content {
    /* font added in appearance */
}


/* ------------ TOP BANNER ------------ */

/* Two options */
/* background colour taking the full width of the screen */
/* or the contect area */

#zone-branding-wrapper {
    /*background-color: #4B5F6D;*/
    /* if you want the menu bar to fill the full width */
}

.region-branding-inner {
    background-color: #fff;
    /* if you want the menu bar to fill the content area */
}





/* ---------------- RESPONSIVE NAVIGATION MODULE (Drupal Module)  (THIS IS NOW OPTION 1 THE ORIGINAL MAIN MENU STYLE IS REMOVED ------------------- */


/* Top Menu Silks - MOBILE */

#region-user-second {
    /* background-color: #24221F; */
    /* if you want the menu bar to fill the full width */
    color: #918F7E;
}

#region-user-second ul.menu {
    /* if you want the menu bar to fill the content area */
}

#region-user-second ul.menu li {
    margin: 0; /* overrides system...?m2moqw (line 15) */
}

#region-user-second ul {
    padding: 0; /* add at least 20px 0 to default.css */
}

#region-user-second ul li {
    list-style: none;
    display: block; /* display block for mobile navigation only */
    border-bottom: 1px solid #EAEAEA;
    padding: 5px 0;
}

#region-user-second a {
    color: #918F7E; /* colour 5 */
    text-decoration: none;
    /*padding: 0 20px;*/
    display: block; /* makes the whole area clickable */
}

#region-user-second a:hover {
    color: #918F7E; /* colour 5 */
    /* border-bottom: 5px solid #A30134; */
}

#region-user-second a.active-trail {
    color:#918F7E; /* selected page */
    font-weight: bold;
}


/* --- RESPONSIVE NAV PLUG-IN --- */
#block-responsive-navigation-1 { /* Added */
    margin-top: 0;
    padding-top: 10px;
}

#nav ul {
  margin: 0; /* added */
  padding: 0 40px 40px 0; /* added */
  /*width: 100%;*/
  display: block;
  list-style: none;
  /* background: #444 url("/sites/go2gerry2site/files/debut_dark.png");*/ /* Added */
  border-top: 1px solid rgba(255, 255, 255, 0.3); /* added */
}

#nav li {
  text-align: left;  
  width: 100%;
  display: block;
  /*text-transform: uppercase; /* added */
  font-weight: 100 !important;
  font-size: 100%; /* added */
}

.js #nav {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

#nav.opened {
  max-height: 9999px;
}
/* to here is the responsive-nav.css plugin */

#nav li a { /* added */
    display: block;
    width: 100%;
    color: #B3ADA6;
    /* font-weight: bold; /* added */
    text-decoration: none;
    padding: 5px 0 5px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3); /* added */
}

/* below is also in the plugin in one of the examples */
js #nav {
    clip: rect(0 0 0 0);
    max-height: 0;
    position: absolute;
    display: block;
    overflow: hidden;
}

#nav {
    top: 0;
    width: 100%;
    position: relative;
}
#nav.opened { max-height: 9999px }
#nav a:hover { background: transparent }
#nav .active a:hover { color: #fff; background: rgba(0,0,0, .3) }
#nav-toggle { /* changed from #nav to #nav-toggle as in markup */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    width: 70px;
    height: 55px;
    float: right;
    margin: -85px 0px 1em 0;
    text-indent: -9999px;
    overflow: hidden;                   /* NB: Changed back to gif from png as was showing black in google chrome */
    background: url("/sites/go2annedolansite/files/hamburger-brown.png") no-repeat 50% 33%;
    
    /* TODO: UNCOMMENT THE LINE ABOVE AND CHANGE TO CURRENT PATH */
}




/* ------------ MENU: SIDE NAVIGATION (OPTION 2) ------------ */

#region-sidebar-first {
    /*background-color: red;*/
}

#region-sidebar-first ul {
    border-top: 1px solid #eaeaea;
    margin: 60px 0 60px 0;
    padding: 0;
}

#region-sidebar-first ul li {
    list-style: none;
    border-bottom: 1px solid #eaeaea;
    margin: 0;
    padding: 0;
}

#region-sidebar-first ul li a {
    color: #5E7C88; /* colour 4 */
    text-decoration: none;
    display: block;
    padding: 10px 20px 10px 15px;
    border-left: 5px solid #fff;
}

#region-sidebar-first ul li a.active-trail {
    color: #24221F; /* colour 1 */
    border-left: 5px solid #B3ADA6;
}

#region-sidebar-first ul li a:hover {
    background-color: #f6f6f6;
    color: #24221F; /* colour 1 */
    border-left: 5px solid #5E7C88; /* colour 4 */
}





/* ------------ CONTENT AREA ------------ */

#region-content {
    padding: 60px 0;
}

#region-content article, #region-content h1, #region-content form {
    padding: 0 20px;
}

#region-content h1, #region-content h2, #region-content h3 {
    color: #B3ADA6;
}

#region-content h2 {
    font-size: 150%;
    margin-top: 60px;
}

#region-content table {
    width: 100% !important;
    font-size: 110%;
}

#region-content tr {
    border: 1px solid #ccc;
}

#region-content th {
    background-color: #eee;
    color: #000;
    font-weight: bold;
}

#region-content td, #region-content th {
    padding: 5px 10px;
    vertical-align: top;
}

#region-content ul, #region-content ol {
    margin: 0 0 0 60px;
}

#region-content caption {
    color: #999;
    margin-bottom: 10px;
}





/* ------------ HOME PAGE ------------ */

.node-type-0-0-home .zone-content-wrapper h1 {
    color: #918F7E !important;
}

.node-type-0-0-home p {
    color: #5e5d52;
    font-size: 130%; /* added */
}

.node-type-0-0-home .view-0-0-home {
    padding: 20px;
}

.node-type-0-0-home #zone-go2charlie-wrapper {
    background-color: #B3ADA6;
}

.node-type-0-0-home #zone-go2charlie-wrapper .view-0-0-home {
    padding-top: 80px;
}

.node-type-0-0-home #zone-go2charlie-wrapper .view-0-0-home .views-field-title {
    margin-top: 20px;
}

.node-type-0-0-home #zone-go2charlie-wrapper .view-0-0-home .views-field-title a {
    text-decoration: none;
    color: #fff;
}

.node-type-0-0-home #zone-go2charlie-wrapper .view-0-0-home .views-field-title a:link,
.node-type-0-0-home #zone-go2charlie-wrapper .view-0-0-home .views-field-title a:visited {
    color: #fff;
}

.node-type-0-0-home #zone-go2charlie-wrapper .view-0-0-home .views-field-title a:active,
.node-type-0-0-home #zone-go2charlie-wrapper .view-0-0-home .views-field-title a:hover {
    color: #fff;
    opacity: 0.8;
}

.node-type-0-0-home #zone-go2charlie-wrapper .view-0-0-home .views-field-field-logo-for-general-banner a:active,
.node-type-0-0-home #zone-go2charlie-wrapper .view-0-0-home .views-field-field-logo-for-general-banner a:hover {
    color: #fff;
    opacity: 0.8;
}

.node-type-0-0-home .zone-content-wrapper .field-name-field-subheading p {
    font-weight: 100;
}







/* ------------ CONTACT US ------------ */

.node-type-3-0-contact #zone-content-wrapper {
    background-color: #B3ADA6; /* brown */
}

.node-type-3-0-contact #zone-content-wrapper h1#page-title {
    color: #fff;
    padding: 0 20px;
    font-size: 300%;
    margin-bottom: 0;
}

.node-type-3-0-contact #zone-content-wrapper .field-name-field-subheading p {
    color: #fff;
    padding: 0;
    font-size: 200%;
    font-weight: 100;
}

.node-type-3-0-contact #zone-content-wrapper form#webform-client-form-21 {
    padding: 0;
}

.node-type-3-0-contact #zone-content-wrapper form#webform-client-form-21 label {
    color: #fff;
    margin-bottom: 10px;
    margin-top: 40px;
}

.node-type-3-0-contact #zone-content-wrapper form#webform-client-form-21 input,
.node-type-3-0-contact #zone-content-wrapper form#webform-client-form-21 textarea {
    color: #918F7E;
}

.node-type-3-0-contact #zone-content-wrapper form#webform-client-form-21 input#edit-submit {
    margin-top: 40px;
    color: #252520;
}







/* ------------ ABOUT ANNE ------------ */

.node-type-1-0-about #zone-user-wrapper {
    background-color: #fff;
}

.node-type-1-0-about #zone-content-wrapper {
    background-color: #97CDCD; /* green */
}

.node-type-1-0-about #zone-content-wrapper h1#page-title,
.node-type-1-0-about #zone-content-wrapper .field-name-field-subheading p,
.node-type-1-0-about #zone-content-wrapper .field-name-body p {
    color: #fff;
}

.node-type-1-0-about #zone-content-wrapper h1#page-title {
    font-size: 300%;
    margin-bottom: 0;
}

.node-type-1-0-about #zone-content-wrapper .field-name-field-subheading p {
    font-size: 200%;
    margin-bottom: 40px;
    font-weight: 100;
}

.node-type-1-0-about #zone-content-wrapper .field-name-body {
       
}

.node-type-1-0-about .view-rhs-foto {
    margin-top: -80px;
    margin-right: 40px; /* same as two borders * 2 */
    margin-bottom: 80px; /* same as two borders * 2 */
    margin-left: 20px; /* same as two borders */
}


.node-type-1-0-about .view-rhs-foto img {
    border: 10px solid #fff;
    -webkit-box-shadow: 3px 3px 3px #68b5b5;
    -moz-box-shadow: 3px 3px 3px #68b5b5;
    box-shadow: 3px 3px 3px #68b5b5;
}





/* ------------ PRACTICE AREAS ------------ */

.node-type-7-0-terms-and-conditions #zone-user-wrapper {
    background-color: #fff;
}

.node-type-7-0-terms-and-conditions #zone-content-wrapper {
    background-color: #97CDCD; /* green */
}

.node-type-7-0-terms-and-conditions #zone-content-wrapper h1#page-title,
.node-type-7-0-terms-and-conditions #zone-content-wrapper .field-name-field-subheading p,
.node-type-7-0-terms-and-conditions #zone-content-wrapper .field-name-body p,
.node-type-7-0-terms-and-conditions #zone-content-wrapper h2,
.node-type-7-0-terms-and-conditions #zone-content-wrapper h3,
.node-type-7-0-terms-and-conditions #zone-content-wrapper ul,
.node-type-7-0-terms-and-conditions #zone-content-wrapper ul li {
    color: #fff;
}

.node-type-7-0-terms-and-conditions #zone-content-wrapper h3 {
    padding-top: 80px;
}

.node-type-7-0-terms-and-conditions #zone-content-wrapper h1#page-title {
    font-size: 300%;
    margin-bottom: 0;
}

.node-type-7-0-terms-and-conditions #zone-content-wrapper .field-name-field-subheading {
    color: #fff;
    font-size: 200%;
    margin-bottom: 40px;
    font-weight: 100;
}

.node-type-7-0-terms-and-conditions #zone-content-wrapper .field-name-field-subheading p {
    font-size: 200%;
    margin-bottom: 40px;
    font-weight: 100;
}

.node-type-7-0-terms-and-conditions .view-rhs-foto {
    margin-top: -80px;
    margin-right: 40px; /* same as two borders * 2 */
    margin-bottom: 80px; /* same as two borders * 2 */
    margin-left: 20px; /* same as two borders */
}


.node-type-7-0-terms-and-conditions .view-rhs-foto img {
    border: 10px solid #fff;
    -webkit-box-shadow: 3px 3px 3px #68b5b5;
    -moz-box-shadow: 3px 3px 3px #68b5b5;
    box-shadow: 3px 3px 3px #68b5b5;
}





/* ------------ PRACTICE AREAS LANDING PAGE ------------ */





/* under the background image */

/* image is comming to a blocks at the footer-section region with id=full-screen-background-image */

html {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    /* Full Screen Background Image - Pure CSS Code - http://paulmason.name/item/full-screen-background-image-pure-css-code */
    /* Image must be 1600px × 1110px */
    /* Images is comming from two blocks at the footer-section region called "background image home" and "background image contact" */
}


#full-screen-background-image {
    display: none; /* mobile only. Hides background images on mobile screen resolution */
}

.node-type-2-0-practice-areas #zone-content-wrapper {
    background-color: #B3ADA6; /* brown - mobile only */
}

.node-type-2-0-practice-areas #zone-content {
    text-align: center;
}

.node-type-2-0-practice-areas #zone-content h1#page-title {
    color: #fff;
    font-size: 250%; /* mobile only */
}

.node-type-2-0-practice-areas #zone-content .field-name-field-subheading p {
    color: #fff;
    font-size: 150%; /* mobile only */
}

.node-type-2-0-practice-areas #zone-content .view-practice-areas {
    display: none;
}







/* all bars */

.node-type-2-0-practice-areas .zone-go2alpha-wrapper .views-row,
.node-type-2-0-practice-areas .zone-go2charlie-wrapper .views-row,
.node-type-2-0-practice-areas .zone-go2silver-wrapper .views-row,
.node-type-2-0-practice-areas .zone-go2bravo-wrapper .views-row,
.node-type-2-0-practice-areas .zone-go2bronze-wrapper .views-row {
    padding-top: 93px;
    padding-right: 20px;
    padding-bottom: 93px;
    padding-left: 20px;
}

.node-type-2-0-practice-areas .zone-go2alpha-wrapper .views-field-field-hidden-image,
.node-type-2-0-practice-areas .zone-go2charlie-wrapper .views-field-field-hidden-image,
.node-type-2-0-practice-areas .zone-go2silver-wrapper .views-field-field-hidden-image,
.node-type-2-0-practice-areas .zone-go2bravo-wrapper .views-field-field-hidden-image,
.node-type-2-0-practice-areas .zone-go2bronze-wrapper .views-field-field-hidden-image {
    text-align: center; /* mobile only */
}

.node-type-2-0-practice-areas .zone-go2alpha-wrapper .views-field-field-hidden-image img,
.node-type-2-0-practice-areas .zone-go2charlie-wrapper .views-field-field-hidden-image img,
.node-type-2-0-practice-areas .zone-go2silver-wrapper .views-field-field-hidden-image img,
.node-type-2-0-practice-areas .zone-go2bravo-wrapper .views-field-field-hidden-image img,
.node-type-2-0-practice-areas .zone-go2bronze-wrapper .views-field-field-hidden-image img {
    width: 80px; /* mobile only */
    height: 80px; /* mobile only */
}

.node-type-2-0-practice-areas .zone-go2alpha-wrapper .views-field-title,
.node-type-2-0-practice-areas .zone-go2charlie-wrapper .views-field-title,
.node-type-2-0-practice-areas .zone-go2silver-wrapper .views-field-title,
.node-type-2-0-practice-areas .zone-go2bravo-wrapper .views-field-title,
.node-type-2-0-practice-areas .zone-go2bronze-wrapper .views-field-title {
    text-align: center; /* mobile only */
    padding-top: 20px;
}

.node-type-2-0-practice-areas .zone-go2alpha-wrapper .views-field-title a,
.node-type-2-0-practice-areas .zone-go2charlie-wrapper .views-field-title a,
.node-type-2-0-practice-areas .zone-go2silver-wrapper .views-field-title a,
.node-type-2-0-practice-areas .zone-go2bravo-wrapper .views-field-title a,
.node-type-2-0-practice-areas .zone-go2bronze-wrapper .views-field-title a {
    text-decoration: none;
}

.node-type-2-0-practice-areas .zone-go2alpha-wrapper .views-field-field-intro,
.node-type-2-0-practice-areas .zone-go2charlie-wrapper .views-field-field-intro,
.node-type-2-0-practice-areas .zone-go2silver-wrapper .views-field-field-intro,
.node-type-2-0-practice-areas .zone-go2bravo-wrapper .views-field-field-intro,
.node-type-2-0-practice-areas .zone-go2bronze-wrapper .views-field-field-intro {
    text-align: center; /* mobile only */
}

.node-type-2-0-practice-areas .zone-go2alpha-wrapper .views-field-field-intro p,
.node-type-2-0-practice-areas .zone-go2charlie-wrapper .views-field-field-intro p,
.node-type-2-0-practice-areas .zone-go2silver-wrapper .views-field-field-intro p,
.node-type-2-0-practice-areas .zone-go2bravo-wrapper .views-field-field-intro p,
.node-type-2-0-practice-areas .zone-go2bronze-wrapper .views-field-field-intro p {
    margin-bottom: 0; /* assuming there will be only one <p> per row */
}






/* beige bar */

.node-type-2-0-practice-areas .zone-go2alpha-wrapper,
.node-type-2-0-practice-areas .zone-go2charlie-wrapper,
.node-type-2-0-practice-areas .zone-go2silver-wrapper {
    background-color: #EFEEDF; /* beige */
}

.node-type-2-0-practice-areas .zone-go2alpha-wrapper .views-field-title a:link,
.node-type-2-0-practice-areas .zone-go2charlie-wrapper .views-field-title a:link,
.node-type-2-0-practice-areas .zone-go2silver-wrapper .views-field-title a:link,
.node-type-2-0-practice-areas .zone-go2alpha-wrapper .views-field-title a:visited,
.node-type-2-0-practice-areas .zone-go2charlie-wrapper .views-field-title a:visited,
.node-type-2-0-practice-areas .zone-go2silver-wrapper .views-field-title a:visited,
.node-type-2-0-practice-areas .zone-go2alpha-wrapper .views-field-title a:active,
.node-type-2-0-practice-areas .zone-go2charlie-wrapper .views-field-title a:active,
.node-type-2-0-practice-areas .zone-go2silver-wrapper .views-field-title a:active,
.node-type-2-0-practice-areas .zone-go2alpha-wrapper .views-field-title a:hover,
.node-type-2-0-practice-areas .zone-go2charlie-wrapper .views-field-title a:hover,
.node-type-2-0-practice-areas .zone-go2silver-wrapper .views-field-title a:hover {
    color: #97CDCD; /* green */
}

.node-type-2-0-practice-areas .zone-go2alpha-wrapper .views-field-title a:hover,
.node-type-2-0-practice-areas .zone-go2charlie-wrapper .views-field-title a:hover,
.node-type-2-0-practice-areas .zone-go2silver-wrapper .views-field-title a:hover {
    border-bottom: 2px solid #97CDCD; /* green */
}

.node-type-2-0-practice-areas .zone-go2alpha-wrapper .views-field-field-intro p,
.node-type-2-0-practice-areas .zone-go2charlie-wrapper .views-field-field-intro p,
.node-type-2-0-practice-areas .zone-go2silver-wrapper .views-field-field-intro p {
    color: #97CDCD; /* green */
    /*opacity: 0.8;*/
}





/* green bar */

.node-type-2-0-practice-areas .zone-go2bravo-wrapper,
.node-type-2-0-practice-areas .zone-go2bronze-wrapper {
    background-color: #97CDCD; /* green */
}

.node-type-2-0-practice-areas .zone-go2bravo-wrapper .views-field-title a:link,
.node-type-2-0-practice-areas .zone-go2bronze-wrapper .views-field-title a:link,
.node-type-2-0-practice-areas .zone-go2bravo-wrapper .views-field-title a:visited,
.node-type-2-0-practice-areas .zone-go2bronze-wrapper .views-field-title a:visited,
.node-type-2-0-practice-areas .zone-go2bravo-wrapper .views-field-title a:active,
.node-type-2-0-practice-areas .zone-go2bronze-wrapper .views-field-title a:active,
.node-type-2-0-practice-areas .zone-go2bravo-wrapper .views-field-title a:hover,
.node-type-2-0-practice-areas .zone-go2bronze-wrapper .views-field-title a:hover {
    color: #fff; /* white */
}

.node-type-2-0-practice-areas .zone-go2bravo-wrapper .views-field-title a:hover,
.node-type-2-0-practice-areas .zone-go2bronze-wrapper .views-field-title a:hover {
    border-bottom: 2px solid #fff; /* white */
}

.node-type-2-0-practice-areas .zone-go2bravo-wrapper .views-field-field-intro p,
.node-type-2-0-practice-areas .zone-go2bronze-wrapper .views-field-field-intro p {
    color: #fff; /* white */
    /*opacity: 0.8;*/
}

.node-type-2-0-practice-areas .zone-content-wrapper .field-name-field-subheading p {
    font-weight: 100 !important;
}





/* ------------ EACH PRACTICE AREA PAGE ------------ */

.node-type-2-x-practice-area #zone-content-wrapper {
    background-color: #EFEEDF; /* paler beige */
}

.node-type-2-x-practice-area #zone-content-wrapper h1#page-title {
    display: none;
}

.node-type-2-x-practice-area #zone-content-wrapper .view-practice-areas {
    /*text-align: center;*/
}

.node-type-2-x-practice-area #zone-content-wrapper .view-practice-areas .views-field-field-icon {
    text-align: center;
}

.node-type-2-x-practice-area #zone-content-wrapper .view-practice-areas .views-field-field-icon img {
    width: 80px;
    height: 80px;
}

.node-type-2-x-practice-area #zone-content-wrapper .view-practice-areas .views-field-title {
    text-align: center;
}

.node-type-2-x-practice-area #zone-content-wrapper .view-practice-areas .views-field-title h1 {
    color: #97CDCD; /* green */
    margin-top: 20px;
    font-size: 300%;
    line-height: 1.2em;
}

.node-type-2-x-practice-area #zone-content-wrapper .view-practice-areas .views-field-body {
    text-align: left;
    padding: 20px;
}

.node-type-2-x-practice-area #zone-content-wrapper .view-practice-areas .views-field-body p,
.node-type-2-x-practice-area #zone-content-wrapper .view-practice-areas .views-field-body ul {
    color: #918F7E;
}

.node-type-2-x-practice-area #zone-content-wrapper .view-practice-areas .views-field-body ul li {
    padding-bottom: 20px;
    font-size: 120%;
}

.node-type-2-x-practice-area #zone-content-wrapper .view-practice-areas .views-field-body h2 {
    color: #97CDCD; /* green */
    text-align: center; /* mobile only */
    font-size: 200%;
}

.node-type-2-x-practice-area #zone-go2alpha-wrapper {
    background-color: #97CDCD; /* green */
}

.node-type-2-x-practice-area #zone-go2alpha-wrapper .view-practice-areas {
    text-align: center;
    padding: 100px 30px 80px 30px;
}

.node-type-2-x-practice-area #zone-go2alpha-wrapper .view-practice-areas .views-field-title {
    /*padding: 10px 40px 40px 40px;*/
}

.node-type-2-x-practice-area #zone-go2alpha-wrapper .view-practice-areas .views-field-title a {
    text-decoration: none;
    color: #fff;
}

.node-type-2-x-practice-area #zone-go2alpha-wrapper .view-practice-areas .views-field-title a:link,
.node-type-2-x-practice-area #zone-go2alpha-wrapper .view-practice-areas .views-field-title a:visited {
    color: #fff;
}

.node-type-2-x-practice-area #zone-go2alpha-wrapper .view-practice-areas .views-field-title a:active,
.node-type-2-x-practice-area #zone-go2alpha-wrapper .view-practice-areas .views-field-title a:hover {
    color: #fff;
    opacity: 0.8;
}

.node-type-2-x-practice-area #zone-go2alpha-wrapper .view-practice-areas .views-field-field-logo-for-general-banner a:active,
.node-type-2-x-practice-area #zone-go2alpha-wrapper .view-practice-areas .views-field-field-logo-for-general-banner a:hover {
    color: #fff;
    opacity: 0.8;
}





/* ------------ TESTIMONIALS ON EACH PRACTICE AREA PAGE ------------ */

.node-type-2-x-practice-area #zone-go2charlie-wrapper {
    background-color: #fff; /* for the very few */
    background-color: rgba(255, 255, 255, 0.9); /* for most */
}

.node-type-2-x-practice-area #zone-go2charlie-wrapper .view-testimonials {
    padding: 80px 0 60px 0;
    text-align: center;
    color: #97CDCD; /* green */
    text-shadow: 1px 1px 1px #fff;
}

.node-type-2-x-practice-area #zone-go2charlie-wrapper .view-testimonials .views-field-field-testimonial p {
    font-size: 110%;
}

.node-type-2-x-practice-area #zone-go2charlie-wrapper .view-testimonials .views-field-title h4 {
    font-size: 130%;
    color: #918F7E; /* brown */
}








/* news landing page */

.node-type-news #block-views-news-block {
    margin-top: 30px;
}

.node-type-news .views-field-field-intro {
    opacity: 0.5;
}

.node-type-news #zone-footer-wrapper {
    background-color: #867C70; /* dark brown */
}

.node-type-news #zone-footer a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.5);
}

.node-type-news #zone-footer a:link,
.node-type-news #zone-footer a:visited {
    color: rgba(255, 255, 255, 0.5);
}

.node-type-news #zone-footer a:active,
.node-type-news #zone-footer a:hover {
    color: #fff; /* white */
}

.node-type-news #region-content .views-row {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 40px;
}

.node-type-news #region-content .views-row .views-field-field-date {
    padding-top: 10px;
}

.node-type-news #region-content .views-row h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.node-type-news #region-content .views-row h2 a {
    color: #000;
    text-decoration: none;
}

.node-type-news #region-content .views-row h2 a:link,
.node-type-news #region-content .views-row h2 a:visited,
.node-type-news #region-content .views-row h2 a:active {
    color: #000;
    text-decoration: none;
}

.node-type-news #region-content .views-row h2 a:hover {
    color: #97cdcd;
    text-decoration: none;
}

/* rest of news*/
.node-type-news #block-views-news-block-1 .views-row {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #949494; /* provisional */
    width: 100%;
    width: calc(100% - 40px);
}

.node-type-news #block-views-news-block-1 .views-row-1 {
    border-top: 1px solid #949494; /* provisional */
}


.node-type-news #block-views-news-block-1 .views-row h2 {
    font-size: 125%; /* provisional */
}





/* each news article */

.node-type-news-article h1#page-title {
    display: none;  /* HIDING TITLE bringing back in as a view */
}

.node-type-news-article #region-content .date-display-single {
    margin-left: 20px;
}

.node-type-news-article #section-content a:link,
.node-type-news-article #section-content a:visited {
    color: #97cdcd; /* faded blue */
    text-decoration: none;
}

.node-type-news-article #section-content a:active,
.node-type-news-article #section-content a:hover {
    color: #68b5b5; /* blue */
    text-decoration: none;
}

.node-type-news-article #section-content .field-name-field-publication p {
    margin-bottom: 0;
}

.node-type-news-article #section-content h1 {
	margin-top: 20px;
	color: rgba(0, 0, 0, 0.8);
}

.node-type-news-article #section-content h2,
.node-type-news-article #section-content .field-name-field-publication p,
.node-type-news-article #section-content .field-name-field-author,
.node-type-news-article #section-content .date-display-single {
	color: #867c70;
}

.node-type-news-article #section-content p, .node-type-news-article #section-content li {
	color: #867c70;
	font-size: 18px;
}

.node-type-news-article #section-content ul {
	margin: 30px 0 30px 20px;
}

.node-type-news-article #section-content li {
	margin: 15px 0;
}

.node-type-news-article #zone-footer-wrapper {
    background-color: #867C70; /* dark brown */
}

.node-type-news-article #zone-footer a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.5);
}

.node-type-news-article #zone-footer a:link,
.node-type-news-article #zone-footer a:visited {
    color: rgba(255, 255, 255, 0.5);
}

.node-type-news-article #zone-footer a:active,
.node-type-news-article #zone-footer a:hover {
    color: #fff; /* white */
}

.node-type-news-article #region-sidebar-second li {
    border-top: 1px solid #949494;
    list-style: none;
    padding: 10px 0;
}

.node-type-news-article #region-sidebar-second a {
    text-decoration: none;
    color: #b3ada6;
}

.node-type-news-article #region-sidebar-second a:hover {
    color: #97cdcd;
}






/* accreditations */

#block-views-accreditations-block {
    text-align: center;
}

#block-views-accreditations-block .views-row {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}




/* ------------ FOOTER ------------ */

#zone-footer-wrapper {
    /* background-color: #252520; /* dark brown */
}

#zone-footer {
    padding-top: 80px;
    padding-bottom: 40px;
}





/* home page */

.node-type-0-0-home #zone-footer-wrapper {
    background-color: rgba(0, 0, 0, 0.9);
}

#zone-footer {
    color: #EFEEDF;
}

.node-type-0-0-home #zone-footer a {
    text-decoration: none;
    color: #fff;
}

.node-type-0-0-home #zone-footer a:link,
.node-type-0-0-home #zone-footer a:visited {
    color: #fff;
}

.node-type-0-0-home #zone-footer a:active,
.node-type-0-0-home #zone-footer a:hover {
    color: #EFEEDF;
}





/* about */

.node-type-1-0-about #zone-footer-wrapper {
    background-color: #68B5B5; /* dark green */
}

.node-type-1-0-about #zone-footer {
    color: #fff; /* white */
}

.node-type-1-0-about #zone-footer a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.5);
}

.node-type-1-0-about #zone-footer a:link,
.node-type-1-0-about #zone-footer a:visited {
    color: rgba(255, 255, 255, 0.5);
}

.node-type-1-0-about #zone-footer a:active,
.node-type-1-0-about #zone-footer a:hover {
    color: #fff; /* white */
}





/* terms and conditions */

.node-type-7-0-terms-and-conditions #zone-footer-wrapper {
    background-color: #68B5B5; /* dark green */
}

.node-type-7-0-terms-and-conditions #zone-footer {
    color: #fff; /* white */
}

.node-type-7-0-terms-and-conditions #zone-footer a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.5);
}

.node-type-7-0-terms-and-conditions #zone-footer a:link,
.node-type-7-0-terms-and-conditions #zone-footer a:visited {
    color: rgba(255, 255, 255, 0.5);
}

.node-type-7-0-terms-and-conditions #zone-footer a:active,
.node-type-7-0-terms-and-conditions #zone-footer a:hover {
    color: #fff; /* white */
}





/* contact */

.node-type-3-0-contact #zone-footer-wrapper {
    background-color: #867C70; /* dark brown */
}

.node-type-3-0-contact #zone-footer {
    color: #fff; /* white */
}

.node-type-3-0-contact #zone-footer a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.5);
}

.node-type-3-0-contact #zone-footer a:link,
.node-type-3-0-contact #zone-footer a:visited {
    color: rgba(255, 255, 255, 0.5);
}

.node-type-3-0-contact #zone-footer a:active,
.node-type-3-0-contact #zone-footer a:hover {
    color: #fff; /* white */
}





/* practice areas landing page */

.node-type-2-0-practice-areas #zone-footer-wrapper {
    background-color: #68B5B5; /* dark green */
}

.node-type-2-0-practice-areas #zone-footer {
    color: #fff; /* white */
}

.node-type-2-0-practice-areas #zone-footer a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.5);
}

.node-type-2-0-practice-areas #zone-footer a:link,
.node-type-2-0-practice-areas #zone-footer a:visited {
    color: rgba(255, 255, 255, 0.5);
}

.node-type-2-0-practice-areas #zone-footer a:active,
.node-type-2-0-practice-areas #zone-footer a:hover {
    color: #fff; /* white */
}





/* each practice area */

.node-type-2-x-practice-area #zone-footer-wrapper {
    background-color: #68B5B5; /* dark green */
}

.node-type-2-x-practice-area #zone-footer {
    color: #fff; /* white */
}

.node-type-2-x-practice-area #zone-footer a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.5);
}

.node-type-2-x-practice-area #zone-footer a:link,
.node-type-2-x-practice-area #zone-footer a:visited {
    color: rgba(255, 255, 255, 0.5);
}

.node-type-2-x-practice-area #zone-footer a:active,
.node-type-2-x-practice-area #zone-footer a:hover {
    color: #fff; /* white */
}





#region-footer-first, #region-footer-second {
    padding-left: 20px;
    padding-right: 20px;
}





/* ------------ GO2SILVER ------------ */

/* bottom menu */
#zone-go2silver-wrapper ul {
    text-align: center;
}

#zone-go2silver-wrapper ul li {
    list-style: none;
    display: inline;
}

#zone-go2silver-wrapper ul li a {
    color: black;
    text-decoration: none;
}

#zone-go2silver-wrapper ul li a:link,
#zone-go2silver-wrapper ul li a:visited,
#zone-go2silver-wrapper ul li a:active {
    color: black;
    text-decoration: none;
}

#zone-go2silver-wrapper ul li a:hover {
    color: black;
    text-decoration: none;
}





/* ------------ GO2GOLD ------------ */

/* powered by go2web */

#zone-go2wood-wrapper {
    background-color: #fff;
}

#zone-go2wood-wrapper #block-block-5 {
    text-align: left;
    padding: 20px 20px;
}

.node-type-0-0-home #zone-go2wood-wrapper #block-block-5,
.node-type-1-0-about #zone-go2wood-wrapper #block-block-5 {
    /*border-top: 1px solid #EFEEDF; /* only in the pages that have the accreditations */
    /*margin-top: 80px;*/
}

#zone-go2wood-wrapper #block-block-5 p {
    color: #97cdcd;
    text-align: left;
}

#zone-go2wood-wrapper #block-block-5 p a {
    text-decoration: none;
    color: #97cdcd;
}

#zone-go2wood-wrapper #block-block-5 p a:link,
#zone-go2wood-wrapper #block-block-5 p a:visited {
    color: #97cdcd;
}

#zone-go2wood-wrapper #block-block-5 p a:active,
#zone-go2wood-wrapper #block-block-5 p a:hover {
    color: #68b5b5;
}





/* ------------ GO2BOTTOMLINKS ------------ */

/* bottom links */

#zone-go2bottomlinks-wrapper {
    background-color:  #efeedf;
    padding-top: 60px;
    padding-bottom: 60px;
}

#zone-go2bottomlinks-wrapper ul {
    margin-left: 10px;
}

#zone-go2bottomlinks-wrapper ul li {
    list-style: none;
    display: inline;
}

#zone-go2bottomlinks-wrapper a:link,
#zone-go2bottomlinks-wrapper a:visited {
    color: #68b5b5;
    color: rgba(0, 0, 0, 0.8);
    text-decoration: none;
}

#zone-go2bottomlinks-wrapper a:active,
#zone-go2bottomlinks-wrapper a:hover {
    color: #97cdcd;
    color: rgba(0, 0, 0, 0.5);
}





/* changes in colours for the home page */

.node-type-0-0-home #zone-go2wood-wrapper #block-block-5 p {
    color: rgba(0, 0, 0, 0.5);
}

.node-type-0-0-home #zone-go2wood-wrapper #block-block-5 p a {
    color: rgba(0, 0, 0, 0.5);
}

.node-type-0-0-home #zone-go2wood-wrapper #block-block-5 p a:link,
.node-type-0-0-home #zone-go2wood-wrapper #block-block-5 p a:visited {
    color: rgba(0, 0, 0, 0.5);
}

.node-type-0-0-home #zone-go2wood-wrapper #block-block-5 p a:active,
.node-type-0-0-home #zone-go2wood-wrapper #block-block-5 p a:hover {
    color: rgba(0, 0, 0, 0.9);
}





/* changes in colours for the contact us page */

.node-type-3-0-contact #zone-go2wood-wrapper #block-block-5 p {
    color: #b3ada6;
}

.node-type-3-0-contact #zone-go2wood-wrapper #block-block-5 p a {
    color: #b3ada6;
}

.node-type-3-0-contact #zone-go2wood-wrapper #block-block-5 p a:link,
.node-type-3-0-contact #zone-go2wood-wrapper #block-block-5 p a:visited {
    color: #b3ada6;
}

.node-type-3-0-contact #zone-go2wood-wrapper #block-block-5 p a:active,
.node-type-3-0-contact #zone-go2wood-wrapper #block-block-5 p a:hover {
    color: #867c70;
}





/* ------------ ACCREDITATIONS ------------ */

#zone-go2gold-wrapper #block-views-accreditations-block {
    display: none;
}




/* ------------ FORMS ------------ */

/* general forms */
textarea, select, input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"] {
    border-color: #CCCCCC;
    width: 100%;

}


/* ------------ LOGIN ------------ */

#user-login-form input, #edit-name, #edit-pass {
    max-width: 300px;
}

#user-login {
    border: 1px solid #bbbbbb;
    background-color: #eaeaea;
}




/* ------------ CONTACT US PAGE RELATED BLOCKS ------------ */

#region-sidebar-second {
    padding: 0 20px;
    margin-bottom: 60px;
}

#region-sidebar-second h3 {
    color: #B3ADA6;
}

#region-sidebar-second h3, #region-sidebar-second p {
    padding: 0 20px;
}


