/* Default Styles - DO NOT EDIT */

body {
    position: static !important;
}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

.nowrap {white-space: nowrap;}

.title {
    display: block;
    width: 100%;
}

.sticky {
    position: inherit;
    transform: none;
    z-index: auto;
}

.gallery-caption {}

.bypostauthor {}

hr.clear {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    clear: both;
    display: block;
    height: 0;
    margin: 0;
    width: 100%;
}

.no-padding {
    padding: 0px;
}

.no-padding-top {
    padding-top: 0px;
}

.no-padding-right {
    padding-right: 0px;
}

.no-padding-bottom {
    padding-bottom: 0px;
}

.no-padding-left {
    padding-left: 0px;
}

.text-white {
    color: #fff;
}

.text-black {
    color: #000;
}

.htext-white:hover {
    color: #fff;
}

.htext-black:hover {
    color: #000;
}

.bg-white {
    background-color: #fff;
}

.bg-black {
    background-color: #000;
}

.hbg-white:hover {
    background-color: #fff;
}

.hbg-black:hover {
    background-color: #000;
}

#template-name {
    background-color: rgba(255, 255, 255, 0.25);
    bottom: 0;
    display: inline-block;
    opacity: 0.5;
    padding: 1rem;
    position: fixed;
    right: 0;
}

.notouch {
    background: transparent;
    position: relative;
    z-index: 10;
}


/* Default WP styles */

img.alignnone {
    margin: 0.25rem 1.25rem 1.25rem 0;
}

img.alignright {
    float: right;
    margin: 0.25rem 0 1.25rem 1.25rem;
}

img.alignleft {
    float: left;
    margin: 0.25rem 1.25rem 1.25rem 0;
}

img.aligncenter {
    display: block;
    margin: 0.25rem auto 0;
}

.alignnone {
    margin: 0.25rem 1.25rem 1.25rem 0;
}

.alignright {
    float: right;
    margin: 0.25rem 0 1.25rem 1.25rem;
}

.alignleft {
    float: left;
    margin: 0.25rem 1.25rem 1.25rem 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 0.25rem auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 0.25rem 0.125rem 0.625rem;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 0.25rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
    margin: 0.25rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
    margin: 0.25rem 0 1.25rem 1.25rem;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 0.25rem 0.25rem;
}


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 0.25rem;
    line-height: normal;
    padding: 10.25rem 1.5rem 0.875rem;
    text-decoration: none;
    top: 0.25rem;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/* Admin bar indicators */

#wpadminbar #wp-admin-bar-root-default .bb .ab-item,
#wpadminbar #wp-admin-bar-root-default .bb .ab-item:hover {
    color: white;
}

#wpadminbar #wp-admin-bar-root-default .bb.dev .ab-item,
#wpadminbar #wp-admin-bar-root-default .bb.dev .ab-item:hover,
#wpadminbar #wp-admin-bar-root-default .bb.broken .ab-item,
#wpadminbar #wp-admin-bar-root-default .bb.broken .ab-item:hover {
    background-color: red;
}

#wpadminbar #wp-admin-bar-root-default .bb.stage .ab-item,
#wpadminbar #wp-admin-bar-root-default .bb.stage .ab-item:hover,
#wpadminbar #wp-admin-bar-root-default .bb.wip .ab-item,
#wpadminbar #wp-admin-bar-root-default .bb.wip .ab-item:hover {
    background-color: darkorange;
}

#wpadminbar #wp-admin-bar-root-default .bb.prod .ab-item,
#wpadminbar #wp-admin-bar-root-default .bb.prod .ab-item:hover,
#wpadminbar #wp-admin-bar-root-default .bb.stable .ab-item,
#wpadminbar #wp-admin-bar-root-default .bb.stable .ab-item:hover {
    background-color: green;
}

.bb.css a::before {
    content: "";
    top: 2px;
}


/* Comments */

.commentlist .comment {padding-top: 1rem; background-color: #ddd;}
.commentlist .comment.depth-1 {background-color: #e7e7e7; border-top: 1px solid #222;}
.commentlist .comment.depth-1:first-of-type {border-top: none;}
.commentlist .comment:not(.depth-1) {border-top: 1px solid #999;}
.commentlist .comment-author {font-size: 0.9rem;}
.commentlist .comment-author .avatar {border-radius: 50%;}
.commentlist .comment-author cite {color: inherit; font-style: normal; font-size: inherit;}
.commentlist .comment-author cite::before {display: none;}
.commentlist .comment-meta, .commentlist .comment-details, .commentlist .comment-reply {margin-bottom: 1rem;}


/* Offcanvas Menu */

.off-canvas {min-height: 100%;}

.off-canvas button.close-button {
    z-index: 20;
}

.off-canvas .menu > li > a {font-weight: bold;}
.off-canvas .menu > li ul.sub-menu {padding-bottom: 1rem;}
.off-canvas .menu > li > ul.sub-menu {list-style: none; margin-left: 2rem;}
.off-canvas .menu > li > ul.sub-menu > li > a {font-weight: bold; display: inline-block; border-bottom: 1px solid white; padding-bottom: 0.25rem; margin-bottom: 0.5rem;}
.off-canvas .menu > li > ul.sub-menu > li > ul.sub-menu {list-style-type: disc; list-style-position: inside; margin-left: 0;}

/* List Posts */

.bb_posts_wrapper {
    list-style: none;
}

.bb_posts_item {
    text-align: center;
}

.bb_posts_item img {
    border-radius: 50%;
    padding: 2rem;
}

.pagination {display: flex; justify-content: center;}
.pagination li.current {padding: 0;}

/* Some tweaks to help GF and Zurb play nicely together */

span>[type=text],
span>[type=password],
span>[type=date],
span>[type=datetime],
span>[type=datetime-local],
span>[type=month],
span>[type=week],
span>[type=email],
span>[type=tel],
span>[type=time],
span>[type=url],
span>[type=color],
span>[type=number],
span>[type=search],
span>textarea {
    margin-top: 2px;
    margin-bottom: 0.25rem;
}

label.gfield_label {
    font-size: 1rem;
}

body .gform_wrapper .gfield_date_day label,
body .gform_wrapper .gfield_date_month label,
body .gform_wrapper .gfield_date_year label,
body .gform_wrapper .gfield_time_ampm label,
body .gform_wrapper .gfield_time_hour label,
body .gform_wrapper .gfield_time_minute label,
body .gform_wrapper .ginput_complex label,
body .gform_wrapper .instruction {
    margin-bottom: 1.5rem;
}

body .gform_wrapper ul.gfield_checkbox li input[type="checkbox"], .gform_wrapper ul.gfield_radio li input[type="radio"] {
    margin-bottom: 0;
    margin-left: 1.5rem;
}

body .gform_wrapper li.gfield ul.gfield_radio li input[type="radio"] + input[type="text"] {
    display: inline-block;
    margin-left: 0;
}

/* Gravity Forms validation errors */
body .gform_wrapper div.validation_error, body .gform_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message {border: 2px solid #E02E48; background-color: #FED7DA; color: inherit; width: auto; display: inline-block; padding: 0.8rem 0.5rem;}
body .gform_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message span {display: inline-block; margin: 0; padding: 0 0 0 1.25rem; min-height: 1rem; border: none; -webkit-filter: grayscale(100%); filter: grayscale(100%);}
body .gform_wrapper li.gfield.gfield_error, body .gform_wrapper li.gfield.gfield_creditcard_warning, body .gform_wrapper li.gfield.gfield_error.gfield_creditcard_warning, body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {background-color: transparent; border: none; padding: 0;}
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, body .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {margin-top: 0;}
body .gform_wrapper .gfield_error .gfield_label, body .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label, body .gform_wrapper li.gfield_error ul.gfield_checkbox, body .gform_wrapper li.gfield_error ul.gfield_radio {color: inherit;}
body .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper li.gfield_error select, body .gform_wrapper li.gfield_error textarea {border-color: #E02E48; border-width: 1px 1px 1px 5px;}
body .gform_wrapper .gfield_description.validation_message {padding: 0 0 0.6rem;}

/* Add support for multi-column Gravity Forms */

.gform_wrapper .two-column .gsection:not(.empty),
.gform_wrapper .three-column .gsection:not(.empty) {
    display: none;
}

@media only screen and (min-width: 40.063em) {
    /* <-- min-width 641px, medium screens */
    .gform_wrapper ul.gform_column {
        float: left;
        display: inline-block;
        padding: 0.5rem 1.5rem;
        min-height: 100%;
    }
    .gform_wrapper .two-column .gform_column {
        width: 49.5%;
    }
    .gform_wrapper .three-column .gform_column {
        width: 33%;
    }
    body .gform_wrapper ul li.gfield.gsection:not(:first-child) {
        margin-top: 3rem !important;
    }
    .gform_wrapper .two-column .gform_column:nth-of-type(3),
    .gform_wrapper .three-column .gform_column:nth-of-type(4) {
        float: right;
    }
    /* Extra 1 because there's an empty one at the start */
}


/* Children as paragraphs */

aside .menu.vertical>li>a {
    padding-left: 0;
    padding-right: 0;
}

aside .sticky {
    background-color: white;
    margin-top: 0 !important;
}

/* Children as Tiles */
.child-tiles .column {
    display: inline-block;
    height: 170px;
    overflow: hidden;
    position: relative;
}

.child-tiles:not(.small-up-2) .column {
    margin-bottom: 2rem;
}

.child-tiles .image {
    position: relative;
    height: 100%;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.child-tiles .image::before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(48, 62, 72, 0.5);
    transition: background-color 0.1s ease-in;
}

.child-tiles .image:hover::before {
    background-color: rgba(48, 62, 72, 0.7);
}

.child-tiles .link {
    display: table;
    height: 100%;
    width: 100%;
    -moz-transform: translateY(-0%);
    -ms-transform: translateY(-0%);
    transform: translateY(-0%)
}

.child-tiles span {
    display: table-cell;
    vertical-align: middle;
}

/* START Panels */

.panel-wrapper {
    position: relative;
}

.panel-wrapper a:hover {
    opacity: 1;
}

.panel-wrapper,
.panel-inner-wrapper {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.panel-inner-wrapper {
    padding: 1rem .9375rem 2rem;
    width: 100%;
    height: 100%;
}

/*.default .panel-inner-wrapper {
    padding-bottom: 0;
}*/

.panel-inner-wrapper>.column {
    display: table-cell;
    vertical-align: middle;
    height: inherit;
    min-height: inherit;
}

.panel-inner-wrapper>.column>a {
    display: block;
    width: 100%;
    height: 100%;
    min-height: inherit;
    position: absolute;
    top: 0;
    left: 0;
}

.panel-inner-wrapper.no-image {
    text-align: inherit;
    color: inherit;
}

.panel-inner-wrapper p.action-button {
    text-align: center;
}


/* Edit link */

.edit-panel a {
    background: rgba(0, 0, 0, 1) none repeat scroll 0 0;
    color: #fff !important;
    display: table-caption;
    margin-top: -3rem;
    opacity: 0.2;
    padding: 0.5rem 1rem;
    white-space: nowrap;
}

.edit-panel a i.fa {
    color: #fff;
    display: inline;
    margin-right: 0.2rem;
}


/* Children as Slider */

.panel-slider.slick-slider {
    padding: 0;
}

.panel-slider .panel-inner-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
}

.slick-prev,
.slick-next {
    z-index: 10;
    position: absolute;
    display: block;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent !important;
    color: transparent;
    top: 50%;
    margin-top: -2.5rem;
    padding: 0;
    border: none;
    outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:after,
.slick-next:focus:after {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before,
.slick-next:after {
    font-family: "slick";
    font-size: 5rem;
    line-height: 1;
    color: white;
}

.slick-prev {
    left: 25px;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: 25px;
}

.slick-prev:before {
    content: "‹";
}

[dir="rtl"] .slick-prev:before {
    content: "›";
}

.slick-next {
    right: 25px;
}

[dir="rtl"] .slick-next {
    left: 25px;
    right: auto;
}

.slick-next:after {
    content: "›";
}

[dir="rtl"] .slick-next:after {
    content: "‹";
}


/* Children as Tiles */

.panel-tiles .tile {
    display: inline-block;
    padding: 0;
    min-height: 300px;
    overflow: hidden;
    position: relative;
    border: 4px solid transparent;
}

.panel-tiles .tile .panel-wrapper,
.panel-tiles .tile .panel-inner-wrapper {
    height: inherit;
    min-height: inherit;
}

.panel-tiles .panel-wrapper.video {
    height: 100%;
    padding: 0;
}


/* Default recipe */

.default .link {
    display: block;
}


/* Custom styles for specific recipes */

.panel-wrapper.half_image {
    position: relative;
    overflow: hidden;
}

.panel-wrapper.half_image .panel-inner-wrapper>.column {
    padding-top: 0;
    padding-bottom: 0;
}

.panel-wrapper.half_image .image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
    width: 110%;
    margin-left: -1rem;
}

.panel-wrapper.half_image .content {
    padding-top: 0.975rem;
    padding-bottom: 0.975rem;
}

.panel-wrapper.recent_posts .image {
    display: table;
    height: 300px;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}

.panel-wrapper.recent_posts .title {
    margin-top: 1rem;
    text-transform: uppercase;
}

.panel-wrapper.recent_posts .content {
    margin-top: 1rem;
}

.panel-wrapper:not(.small-up-2) .column:not(:nth-child(+n+6)) {
    margin-bottom: 2rem;
}

.panel-wrapper.tile_menu .column {
    display: inline-block;
    height: 170px;
    overflow: hidden;
    position: relative;
}

.panel-wrapper.tile_menu .image {
    position: relative;
    height: 100%;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.panel-wrapper.tile_menu .image::before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    background-color: rgba(48, 62, 72, 0.5);
    transition: background-color 0.1s ease-in;
}

.panel-wrapper.tile_menu .image:hover::before {
    background-color: rgba(48, 62, 72, 0.7);
}

.panel-wrapper.tile_menu .link {
    display: table;
    height: 100%;
    width: 100%;
    z-index: 5;
    position: relative;
    -moz-transform: translateY(-0%);
    -ms-transform: translateY(-0%);
    transform: translateY(-0%)
}

.panel-wrapper.tile_menu span {
    display: table-cell;
    vertical-align: middle;
    z-index: 10;
}

.panel-wrapper.video {
    height: 300px;
}

.panel-wrapper.video .column {
    display: inline-block;
    padding: 0;
    height: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.panel-wrapper.video .wrapper {
    display: table;
    height: 100%;
    width: 100%;
    min-height: inherit;
}

.panel-wrapper.video .link {
    display: table-row;
}

.panel-wrapper.video .link .fa {
    display: table-cell;
    vertical-align: middle;
    color: #E62117;
}

.panel-wrapper.attention_blocks .panel-inner-wrapper {padding-top: 5rem;}

.panel-wrapper.attention_blocks .image {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    min-height: 350px;
}

.panel-wrapper.attention_buttons .button {
    font-size: 2rem;
}

.panel-wrapper.attention_tiles .column.tile {padding-bottom: 3rem;}
.panel-wrapper.attention_tiles .link, .panel-wrapper.scattered_tiles .featured .link {
    display: table;
    height: 250px;
    width: 100%;
    position: relative;
    margin-bottom: 0.75rem;
}

.panel-wrapper.scattered_tiles .featured .link {height: 350px;}

.panel-wrapper.attention_tiles .image, .panel-wrapper.scattered_tiles .featured .image {
    display: table-cell;
    position: relative;
    height: 100%;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.panel-wrapper.attention_tiles .image:hover::before {
    background-color: rgba(48, 62, 72, 0.7);
}

.panel-wrapper.attention_tiles span {
    vertical-align: middle;
    z-index: 10;
}

.panel-wrapper.scattered_tiles .additional .column {margin-bottom: 0;}
.panel-wrapper.scattered_tiles .additional .additional_page {margin-bottom: 0.5rem;}
.panel-wrapper.scattered_tiles .additional .additional_page a {display: block; width: 100%; height: 100%; padding: 7rem 1rem 1rem; color: white; font-weight: bold;}
.panel-wrapper.scattered_tiles .additional .contacts {padding: 1rem;}
.panel-wrapper.scattered_tiles .additional .contacts .column {margin-bottom: 0;}
.panel-wrapper.scattered_tiles .additional .contacts a {color: white; font-weight: bold;}

.panel-wrapper.coloured_tiles .link {
    display: block;
    padding: 2rem 1rem;
    margin-bottom: 1rem;
}

.panel-wrapper.coloured_tiles p.coloured-tile-header {
    margin-bottom: 0;
}

.panel-wrapper.news_and_events *:not([class^="text"]):not([class*=" text"]) {
    color: white;
}

.panel-wrapper.news_and_events h2 {
    margin-bottom: 2rem;
}

.panel-wrapper.news_and_events .news h3.title {
    margin-top: 1.5rem;
    text-align: center;
}

.panel-wrapper.news_and_events .image {
    display: table;
    height: 300px;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}

.panel-wrapper.news_and_events .panel-inner-wrapper .news, .panel-wrapper.news_and_events .panel-inner-wrapper .events, .panel-wrapper.news_and_events .panel-inner-wrapper .large-buttons {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.panel-wrapper.news_and_events .events .column {
    margin-bottom: 0;
}

.panel-wrapper.news_and_events .events .column>a {
    display: block;
    margin-bottom: 3rem;
}

.panel-wrapper.news_and_events .large-buttons .column {margin-bottom: 0;}

.panel-wrapper.quote .panel-inner-wrapper {padding-top: 1rem; padding-bottom: 1rem;}
.panel-wrapper.quote .panel-inner-wrapper div.content {padding-bottom: 4rem; position: relative; margin-bottom: 0;}
.panel-wrapper.quote blockquote {border: none; font-size: 2.25rem;}
.panel-wrapper.quote blockquote::before, .panel-wrapper.quote blockquote::after {display: inline-block; font-family: "Font Awesome 5 Free"; font-weight: bold;}
.panel-wrapper.quote blockquote::before {content: '\F10D \00A0';}
.panel-wrapper.quote blockquote::after {content: '\00A0 \F10E';}
.panel-wrapper.quote cite::before {font-size: 2rem;}
.panel-wrapper.quote cite h2 {font-size: 1.5rem; display: inline-block; color: inherit;}
.panel-wrapper.quote .panel-inner-wrapper .image {margin-bottom: 0;}

/* Medium and up */

@media only screen and (min-width: 40em) {
    /* <-- min-width 640px - medium screens and up */
    .medium-nowrap {white-space: nowrap;}
    .panel-wrapper.half_image .image {
        background-position-x: left;
        height: 100%;
        position: absolute;
        width: 50%;
        left: 0;
    }
    .panel-wrapper.half_image .image-right .image {
        background-position-x: right;
        left: auto;
        right: 0;
    }
    .panel-wrapper.half_image .content {
        float: right;
        padding: 0.975rem;
        width: 50%;
    }
    .panel-wrapper.half_image .image-right .content {
        float: left;
    }
    .panel-wrapper.video {
        height: 500px;
    }
    .panel-wrapper.tile_menu .column {
        height: 250px;
    }
    .panel-wrapper.attention_tiles .link {
        height: 350px;
    }
    .panel-wrapper.quote a {position: absolute; right: 0.9375rem; bottom: 0;}
    
    .panel-wrapper.scattered_tiles .additional .column:nth-of-type(2n-1) .additional_page:nth-of-type(2n-1) a,
    .panel-wrapper.scattered_tiles .additional .column:nth-of-type(2n) .additional_page:nth-of-type(2n) a {padding-top: 11rem;}
}


/* Large and up */

@media only screen and (min-width: 64em) {
    /* <-- min-width 1024px - large screens and up */
    .large-nowrap {white-space: nowrap;}
    .panel-wrapper.video {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .panel-wrapper.video {
        height: 600px;
    }
    .panel-wrapper.attention_tiles .column.tile {
        padding: 0 1.875rem 3rem;
    }
}


/* END Panels */


/* End Default Styles - BEGIN EDITING BELOW THIS LINE */


/*body,
* {
	font-weight: lighter;
	font-size: 1.2rem;
}*/

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-weight: bold;
}

p, .p {font-size: 1rem; font-weight: normal;}

dl, ol, ul {margin-left: 2.5rem;}
ul ul, ol ul, ul ol {margin-left: 2.5rem;}
ul {list-style-type: "■ ";}
ul ul {list-style-type: "▪ ";}
ul ul ul {list-style-type: "- ";}

#row-content a:link, #row-content a:link:visited, .content a:link, .content a:link:visited, article a:link, article a:link:visited {font-weight: bold;}

button:not(.close-button),
.button,
a.button:link,
a.button:visited,
input[type=submit] {
	border-style: solid;
    border-width: 2px;
    border-radius: 0;
    font-weight: bold;
/*    text-transform: uppercase;*/
}

[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
select,
textarea {
    box-shadow: none;
    border-radius: 0;
}

.cta,
button.cta,
.button.cta,
a.button.cta,
a.button.cta::after,
.panel-wrapper .action-button a.button,
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type=submit] {
    border: none;
}

blockquote, blockquote p {color: inherit;}

/* top */

.menu-language>li {padding: 1rem 0.25rem;}
.menu-language>li>a {padding: 0;}
.menu-item.inactive {opacity: 0.25;}
.menu-item.inactive:hover {opacity: 1;}

.top-nav {
    padding: 0 .9375rem;
}

#row-top .menu-top {
    display: inline-block;
    padding: 0.3375rem 0;
}

#row-top .menu-ham {
    float: right;
    margin-left: 1rem;
}

#row-top .menu-ham i {
    padding: 0.6rem 0;
}

#row-top .menu-top a {
    font-weight: 600;
    font-size: 0.9rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

#row-top .menu-top .cta-login a {
    padding: 0;
}

#row-top .menu-top .cta-login {
    text-align: center;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 0.85em 1em;
    margin: 0 0 1rem 0;
    font-size: 0.9rem;
    background-color: transparent;
}


/* header */

.header-logo {
    padding: 0 2rem;
}

.innershadow {
    -webkit-box-shadow: inset 0px 0px 38px 0px rgba(105, 132, 152, 0.3);
    -moz-box-shadow: inset 0px 0px 38px 0px rgba(105, 132, 152, 0.3);
    box-shadow: inset 0px 0px 38px 0px rgba(105, 132, 152, 0.3);
}

.header-nav.main-nav {
    float: left;
    width: calc(100% - 3rem);
}

.header-nav.search-nav {
    float: right;
    width: 3rem;
}

.header-nav .menu {
    display: flex;
    justify-content: space-between;
    position: relative;
    overflow: visible;
}

.header-nav .menu > li {flex: 1 1 0; padding: 0.7rem 1rem; text-align: center;}
.header-nav .menu li a:not([href]):not([data-toggle]) {cursor: default;}
.header-nav .menu > li > a {padding-left: 0; padding-right: 0;}
.header-nav .menu > li ul.sub-menu {text-align: left; margin-left: 0;}
.header-nav .menu > li > ul.sub-menu {display: none; position: absolute; left: 0; top: 100%; width: 100%; z-index: 999; list-style: none; padding: 2rem 1rem;}
.header-nav .menu > li:hover > ul.sub-menu {display: flex;}
.header-nav .menu > li:hover > ul.sub-menu > li {flex: 1 1 0;}
.header-nav .menu > li > ul.sub-menu > li > a {font-weight: bold; display: inline-block; border-bottom: 1px solid white; padding-bottom: 0.25rem; margin-bottom: 0.5rem;}
.header-nav .menu > li > ul.sub-menu > li > ul.sub-menu {list-style-type: disc; padding: 0 1rem;}

#search_wrapper {padding-top: 1rem; padding-bottom: 1rem;}
#search_wrapper .search-form, .off-canvas .search-form {padding: 0.7rem 1rem;}
#search_wrapper .search-form input, .off-canvas .search-form input {float: left; margin: 0;}
#search_wrapper .search-form .search-field, .off-canvas .search-form .search-field {box-shadow: none;}
#search_wrapper .search-form .search-submit, .off-canvas .search-form .search-submit {padding: 0.5rem; border-style: solid; width: 100%; margin: 0.25rem 0;}

/* home page */

.page-header {
    padding: 1rem 0 0;
}


/* hero */


.hero.alternate {position: static; width: 100%; margin-bottom: 1rem;}

.hero-overlay {
    background-color: rgba(255, 255, 255, 0.7);
}

.hero-overlay.alternate {height: 300px;}

.hero-content {
    background-size: cover;
    background-position: center center;
    position: relative;
}

.hero-header {padding: 1rem;}

.hero-heading {
    font-size: 1.75rem;
    line-height: 1.1;
    font-style: normal;
    font-weight: bold;
    margin-top: 2rem;
    margin-bottom: 1.5rem;
}

#row-hero .button {font-size: 1.25rem;}

.logo-link {
    display: block;
    padding: 0.5rem 0;
}

div#breadcrumbs {padding-top: 0.5rem;}

/* home course */

.course {
    padding: 3rem 0;
}

.course-content {
    padding-bottom: 1rem;
    margin-bottom: 1.2rem;
}

.course-content h3 {margin-bottom: 2rem;}

.course-card {padding-bottom: 2rem;}
.course-card:nth-of-type(2n+1) {clear: left;}

.course-card h3 > span {font-weight: normal; font-size: 1rem;}

.course-menu li {
    position: relative;
    padding-left: 1rem;
}

.course-menu a::before {
    display: inline-block;
    content: '\f0a9';
    font-family: "Font Awesome 5 Free";
    padding-right: 0.3rem;
    font-weight: bold;
}

.course-menu li {border-bottom: 1px solid #CCC; padding: 1rem 0;}
.course-menu li:last-child {border-bottom: none;}
.course-menu h3 {font-size: 1.375rem;}
.course-menu h3:last-of-type:not(:first-child) {margin-top: 4rem;}
.course-menu h4 {font-size: 1rem;}

#row-course .accordion {margin-bottom: 1rem;}
#row-course .accordion .accordion-title:before {font-size: 1.1875rem;}

/* Blog page */
body.blog .image, body.archive .image, .articles .image {margin-bottom: 1rem; display: block; width: 100%; height: 10rem; background-size: contain; background-repeat: no-repeat; background-position: top center;}
body.blog article.post, body.archive article.post, .articles article.post, .articles article.articles {border-bottom: 1px solid #eee; margin-bottom: 3rem;}
.articles .cta {margin-bottom: 5rem;} 

/* Products */
body .woocommerce #content div.product div.images, body .woocommerce div.product div.images, body .woocommerce-page #content div.product div.images, body .woocommerce-page div.product div.images {width: 33%;}
body .woocommerce #content div.product div.summary, body .woocommerce div.product div.summary, body .woocommerce-page #content div.product div.summary, body .woocommerce-page div.product div.summary {width: 63%;}

/* Panel extend */

.tile-menu-header {
    padding: 0 2rem;
    font-size: 2rem;
    line-height: 1;
    text-transform: uppercase;
}
 
.attention-tile-header {
    font-size: 1.25rem;
    line-height: 1;
}

.small-text .tile-menu-header {
    padding: 0 1rem;
    font-size: 1rem;
}

.top-tile .column:last-child {
    margin-bottom: 0 !important;
}

.tile-explore .row h1 {
    margin-bottom: 1rem;
    padding: 0 .9375rem;
    text-transform: initial;
    font-weight: 400;
    line-height: 1.2;
    font-size: 1.5rem;
}

#row-panel-102 h1 {font-size: 2rem;}


/* footer */

footer#row-footer {margin-top: 2rem;}

footer .h1 {font-size: 2rem; margin-top: 1rem;}

.footer-contact {
    margin-bottom: 2rem;
    margin-top: 1rem;
}

.footer .menu > li > a {
    padding: 1.5rem 0 2rem;
    text-transform: uppercase;
}

.footer .menu > li.sub-menu-item > a {
    font-size: 0.9rem;
    padding-top: 0;
    padding-bottom: 0.75rem;
    text-transform: none;
}

.footer-contact a.dropdown.button {
    margin-bottom: 0;
}

.footer-contact .accordion-content {
    padding: 0;
    background-color: transparent;
}

.footer-contact .gform_wrapper {
    margin-top: 0;
}

.footer-header {
    font-style: normal;
    font-weight: 400;
    text-transform: initial;
}

.footer-contact-medium {
    padding-top: 1rem;
}

footer a::after {display: none !important;}

footer input[type=text],
footer textarea {
    border-color: transparent !important;
    transition: box-shadow .5s, border-color .25s ease-in-out !important;
}

footer input[type=text]:focus,
footer textarea:focus {
    border: 1px solid currentColor !important;
}


/* gavity form icons */

footer .gform_wrapper .gform_body .gform_fields .gfield .ginput_complex input[type=text],
footer .ginput_container.ginput_container_email input[type=text],
footer .gform_wrapper .gform_body .gform_fields .gfield textarea {
    margin-bottom: 0;
    padding-left: 3rem !important;
}

footer .gform_wrapper .gform_body .gform_fields li.gfield span,
footer .ginput_container.ginput_container_email,
footer .gform_wrapper .gform_body .gform_fields .text-field {
    position: relative;
    padding-top: 0 !important;
}

footer .gform_wrapper .gform_body .gform_fields li.gfield span.name_first::before,
footer .gform_wrapper .gform_body .gform_fields li.gfield span.name_last::before,
footer .ginput_container.ginput_container_email::before,
footer .gform_wrapper .gform_body .gform_fields .text-field .ginput_container::before {
    font-family: "Font Awesome 5 Free";
    position: absolute;
    padding: 0.5rem 0.8rem;
    height: 100%;
    z-index: 100;
}

footer .gform_wrapper .gform_body .gform_fields li.gfield span.name_first::before,
footer .gform_wrapper .gform_body .gform_fields li.gfield span.name_last::before {
    content: '\f007';
}

footer .ginput_container.ginput_container_email::before,
footer .gform_wrapper .gform_body .gform_fields .text-field .ginput_container::before {
    padding-left: 0.7rem;
    padding-right: 0.7rem;
}

footer .ginput_container.ginput_container_email::before {
    content: '\f0e0';
}

footer .gform_wrapper .gform_body .gform_fields .text-field .ginput_container::before {
    content: '\f075';
}

footer .gform_wrapper li.hidden_label input {
    margin-top: 0;
}

footer .gform_wrapper .gform_footer {
    padding-top: 0;
}

.footer-contact-medium .gform_wrapper .gform_footer input[type=submit] {
    width: 100%;
}

/* form error message */

.footer-contact-medium .gform_wrapper .gform_body .gform_fields .gfield_error {
    width: 95%;
    margin-top: 0;
}

footer .gform_wrapper .gform_body .gform_fields li.gfield.gfield_error span:not(:first-child) {
    padding-right: 0;
}

.footer-contact-small .gform_wrapper .gform_body .gform_fields li.gfield.gfield_error.text-field .ginput_container::before {
    height: 80%;
}

.footer-contact-small .gform_wrapper ul.gform_fields li.gfield.gfield_error+li.gfield.gfield_error {
    margin-top: 0;
}

.footer-contact-medium .gform_wrapper .gform_body .gform_fields li.gfield.gfield_error.text-field .ginput_container::before {
    height: 85%;
}

.footer-acknowledgement, .footer-copyright {
    padding: 1rem 0 0;
}

.footer-acknowledgement *, .footer-copyright * {
    font-size: 0.9rem;
}

.tooltip:before {
    border-color: transparent transparent #0a0a0a;
}

.top-link {
    transition: all .25s ease-in-out;
    position: fixed;
    bottom: 0;
    right: 0;
    display: inline-flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    margin: 0 3.5em 3.5em 0;
    border-radius: 50%;
    padding: .25em;
    width: 65px;
    height: 65px;
    background-color: #F8F8F8;
    font-size: 0.8rem;
}

.top-link:hover {
    background-color: #E8E8E8;
}


/* helper class */

.block {
    display: block;
}


/* Medium and up */

@media only screen and (min-width: 40em) {
    /* <-- min-width 640px - medium screens and up */
    h1, .h1 {font-size: 2.25rem;}
    h2, .h2 {font-size: 1.95rem;}
    h3, .h3 {font-size: 1.5rem;}
    h4, .h4 {font-size: 1.375rem;}
    h5, .h5 {font-size: 1.3rem;}
    h6, .h6 {font-size: 1.25rem;}
    
    #row-top .menu-top a {
        font-weight: 400;
	    padding-left: 1rem;
	    padding-right: 1rem;
    }
    #row-top .menu-top .cta-login {
        border: 1px solid #ffffff;
    }
    #search_wrapper .search-form {float: right; width: 75%; padding: 0;}
	#search_wrapper .search-form label, #search_wrapper .search-form input {float: none; display: inline;}
	#search_wrapper .search-form .search-field {max-width: 80%;}
	#search_wrapper .search-form .search-submit {width: auto;}
	.hero-header {padding-top: 2rem; padding-bottom: 2rem;}
    .hero-heading {font-size: 2rem;}
    .hero-copy {font-size: 1.25rem; width: 80%; margin-left: auto; margin-right: auto;}
    #row-hero .button {margin-top: 2rem;}
    .panel-inner-wrapper {
        padding: 3rem .9375rem;
    }
    .panel-wrapper.attention_blocks .content {padding-bottom: 4rem; position: relative;}
    .panel-wrapper.attention_blocks .content .button {position: absolute; bottom: 0; left: 0.9375rem;}
    .small-text .tile-menu-header {
        font-size: 1.5rem;
    }
    .tile-explore .row h2 {
        margin-top: 2rem;
        margin-bottom: 1rem;
    }
    #row-course .accordion .accordion-title:before {font-size: 1.5rem;}
    
    .footer-menu {
        margin-bottom: 2rem;
    }
    
    #course-finder-cta, #study-cta {position: fixed; right: 0; top: 55vh; z-index: 9999; transform: rotate(90deg); transform-origin: top right;}
    #course-finder-cta .button, #study-cta .button {font-size: 1.5rem; padding: 1rem 2rem; margin: 0; font-weight: normal;}
    #study-cta {top: calc(55vh + 9rem);}
    #study-cta .button {border: none;}
}
/* Large and up */

@media only screen and (min-width: 64em) {
    /* <-- min-width 1024px - large screens and up */
    #search_wrapper .search-form {width: 50%;}
    .panel-wrapper.attention_blocks .content {padding-right: 3rem;}
    .hero-heading {margin-top: 1rem;}
    body #row-hero div.hero-overlay {margin-top: 7rem; height: calc(100% - 7rem); min-height: 20rem;}
    body.home #row-hero div.hero-overlay {min-height: 30rem;}
    #row-hero .button {margin-top: 1.5rem;}
    .small-text .tile-menu-header {
        font-size: 1.6rem;
    }
    footer .h1 {margin-top: 3rem;}
}

@media print {
    a[href]:after {
        content: ""
    }
    ul.tabs, ul.menu {display: none;}
    .tabs-panel {display: block;}
}
