.hide_from_menu {
	display: none;
}

.hide_from_menu.parent {
	display: block;
}

/*-------------
*
*   GLOBAL OVERRIDES
*
*-------------*/

/*--banner--*/

.hero-image.minor:last-child { position: relative; top: -1px; }

@media (max-width: 989px) {
.hero-image.minor:last-child { top: 0; }
}

@media (min-width: 759px) {
  .hero-image__text { width: 55%; }
}

/*------------------------
*
*        ASK A QUESTION
*
*------------------------*/




/*------------------------
*
*        PROGRAMME WIDGET
*
*------------------------*/


/* Are inline styles */


/*------------------------
*
*        COST CALCULATOR
*
*------------------------*/

/*


.hidden {
    max-height: 0;
    overflow: hidden;
}

.slider {
    overflow-y: hidden;
    max-height: 500px; 
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

*/


/*------------------------
*
*        APPLY PAGE
*
*------------------------*/
/* inline styles */


/* end inline styles */

/*.field_container table td {
    border-bottom-width: 0px;
}

.field_container table td {
    border-bottom-width: 0px;
}*/
/*-----------------------
*
*  FOOTER
*
*-------------------------*/
/* inline style*/

article.connect_intro:first-child {
    width: 66%;
}

.connect_intro textarea {
    margin-top: 0;
    margin-bottom: 0;
    height: 64px;
}
/* inline style END*/

.site_footer .sub_site_contact_bar li a {
    color: #444;
}

.site_footer .sub_site_contact_bar li h2 a {
    color: #666;
    font-weight: normal;
    line-height: 1.6;
    font-family: "National", "Segoe WP Semibold", "Nimbus Sans L", Arial, "Helvetica Neue", "Helvetica", sans-serif;
}

.connect_wrapper + footer {
    margin-top: 0;
}

.connect_intro h2 {
    text-transform: none;
    font-weight: 400;
}

.connect_intro p {
    font-size: 14px;
}

@media (max-width: 760px) {
    article:nth-child(2) {
        margin-top: 3em;
    }
}
