/*
Theme Name: Geoscape Theme
Theme URI: https://geoscape.com.au
Template: genesis
Author: PSMA
Author URI: https://psma.com.au
Tags: accessibility-ready,block-styles,custom-colors,custom-logo,custom-menu,editor-style,featured-images,footer-widgets,full-width-template,left-sidebar,one-column,right-sidebar,rtl-language-support,sticky-post,theme-options,threaded-comments,translation-ready,two-columns,wide-blocks
Version: 3.2.0.1577500706
Updated: 2019-12-28 02:38:25

*/
@import url('https://fonts.googleapis.com/css?family=Chakra+Petch&display=swap');
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
body {
    font-weight: 400;
    background-color: #fff;
    color: #333;
    line-height: 1.625;
    font-size: 18px;
    font-family: "Source Sans Pro", sans-serif;
    overflow-x: hidden;
    margin: 0;
}
main {
    display: block;
}
h1 {
    font-size: 2em;
    font-size: 30px;
    margin: .67em 0;
}
hr {
    color: #eee;
    border: 0;
    clear: both;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border-bottom: 1px solid currentColor;
    border-collapse: collapse;
    margin: 1.65em auto;
}
pre {
    font-size: 1em;
    font-family: monospace,monospace;
}
abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    border-bottom: none;
}
b, strong {
    font-weight: bolder;
    font-weight: 700;
}
code, kbd, samp {
    font-size: 1em;
    font-family: monospace,monospace;
}
small {
    font-size: 80%;
}
sub, sup {
    position: relative;
    line-height: 0;
    font-size: 75%;
    vertical-align: baseline;
}
sub {
    bottom: -.25em;
}
sup {
    top: -.5em;
}
img {
    height: auto;
    vertical-align: top;
    border-style: none;
}
button, input, optgroup, select, textarea {
    line-height: 1.15;
    font-size: 100%;
    font-family: inherit;
    margin: 0;
}
button, input {
    overflow: visible;
}
button, select {
    text-transform: none;
}
[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: .35em .75em .625em;
}
legend {
    display: table;
    color: inherit;
    max-width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    white-space: normal;
    padding: 0;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type=checkbox], [type=radio] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto;
}
[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    font-family: inherit;
    -webkit-appearance: button;
}
details {
    display: block;
}
summary {
    display: list-item;
}
[hidden], template {
    display: none;
}
.author-box::before, .clearfix::before, .entry::before, .entry-content::before, .footer-widgets::before, .nav-primary::before, .nav-secondary::before, .pagination::before, .site-container::before, .site-footer::before, .site-header::before, .site-inner::before, .widget::before, .wrap::before {
    display: table;
    content: " ";
}
.author-box::after, .clearfix::after, .entry::after, .entry-content::after, .footer-widgets::after, .nav-primary::after, .nav-secondary::after, .pagination::after, .site-container::after, .site-footer::after, .site-header::after, .site-inner::after, .widget::after, .wrap::after {
    display: table;
    clear: both;
    content: " ";
}
button, input:focus, input[type="button"], input[type="reset"], input[type="submit"], textarea:focus, .button, .gallery img {
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
a {
    color: #0073e5;
    -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    text-decoration: underline;
}
a:focus, a:hover {
    color: #333;
    text-decoration: none;
}
p {
    margin: 0 0 30px;
    padding: 0;
}
ol, ul {
    margin: 0;
    padding: 0;
}
li {
    list-style-type: none;
}
blockquote, cite, em, i {
    font-style: italic;
}
mark {
    background-color: #ddd;
    color: #333;
}
blockquote {
    margin: 30px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    line-height: 1.2;
    font-family: "Source Sans Pro", sans-serif;
    margin: 0 0 20px;
}
h2 {
    font-size: 27px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 20px;
}
.entry-content h3, .entry-content h4 {
    font-weight: 600;
}
.entry-content h4 {
    margin-top: 40px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
embed, iframe, img, object, video, .wp-caption {
    max-width: 100%;
}
figure {
    margin: 0;
}
.gallery {
    overflow: hidden;
}
.gallery img {
    border: 1px solid #eee;
    height: auto;
    padding: 4px;
}
.gallery img:focus, .gallery img:hover {
    border: 1px solid #999;
    outline: none;
}
.gallery-columns-1 .gallery-item {
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    width: 50%;
}
.gallery-columns-3 .gallery-item {
    width: 33%;
}
.gallery-columns-4 .gallery-item {
    width: 25%;
}
.gallery-columns-5 .gallery-item {
    width: 20%;
}
.gallery-columns-6 .gallery-item {
    width: 16.6666%;
}
.gallery-columns-7 .gallery-item {
    width: 14.2857%;
}
.gallery-columns-8 .gallery-item {
    width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    width: 11.1111%;
}
.gallery-columns-2 .gallery-item:nth-child(2n+1), .gallery-columns-3 .gallery-item:nth-child(3n+1), .gallery-columns-4 .gallery-item:nth-child(4n+1), .gallery-columns-5 .gallery-item:nth-child(5n+1), .gallery-columns-6 .gallery-item:nth-child(6n+1), .gallery-columns-7 .gallery-item:nth-child(7n+1), .gallery-columns-8 .gallery-item:nth-child(8n+1), .gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left;
}
.gallery-item {
    float: left;
    text-align: center;
    margin: 0 0 30px;
}

.wp-block-genesis-blocks-gb-accordion {
    max-width: 1140px;
    margin: 20px auto;
}

input, select, textarea {
    font-weight: 400;
    background-color: #fff;
    color: #333;
    width: 100%;
    border: 1px solid #ddd;
    font-size: 18px;
    padding: 15px;
}
input:focus, textarea:focus {
    border: 1px solid #999;
    outline: none;
}
input[type="checkbox"], input[type="image"], input[type="radio"] {
    width: auto;
}
::-ms-input-placeholder {
    color: #333;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #333;
    opacity: 1;
}
::placeholder {
    color: #333;
    opacity: 1;
}
button, input[type="button"], input[type="reset"], input[type="submit"], .site-container div.wpforms-container-full .wpforms-form input[type="submit"], .site-container div.wpforms-container-full .wpforms-form button[type="submit"], .button {
    font-weight: 600;
    background-color: #333;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    width: auto;
    border: 0;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    white-space: normal;
    cursor: pointer;
    padding: 15px 30px;
}
button:focus, button:hover, input[type="button"]:focus, input[type="button"]:hover, input[type="reset"]:focus, input[type="reset"]:hover, input[type="submit"]:focus, input[type="submit"]:hover, .site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus, .site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover, .site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus, .site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover, .button:focus, .button:hover {
    background-color: #0073e5;
    color: #fff;
    border-width: 0;
}
.entry-content .button:focus, .entry-content .button:hover {
    color: #fff;
}
.button {
    display: inline-block;
}
.site-container button:disabled, .site-container button:disabled:hover, .site-container input:disabled, .site-container input:disabled:hover, .site-container input[type="button"]:disabled, .site-container input[type="button"]:disabled:hover, .site-container input[type="reset"]:disabled, .site-container input[type="reset"]:disabled:hover, .site-container input[type="submit"]:disabled, .site-container input[type="submit"]:disabled:hover {
    background-color: #eee;
    color: #777;
    cursor: not-allowed;
    border-width: 0;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button {
    display: none;
}
table {
    word-break: break-all;
    width: 100%;
    margin-bottom: 40px;
    border-collapse: collapse;
    border-spacing: 0;
}
tbody {
    border-bottom: 1px solid #eee;
}
td, th {
    text-align: left;
    line-height: 2;
    vertical-align: top;
}
td {
    padding: 0.5em;
}
tr {
    border-top: 1px solid #eee;
}
th {
    font-weight: 600;
    padding: 0.5em;
}
.screen-reader-shortcut, .screen-reader-text, .screen-reader-text span {
    position: absolute !important;
    width: 1px;
    border: 0;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    word-wrap: normal !important;
}
.screen-reader-text:focus, .screen-reader-shortcut:focus, .widget_search input[type="submit"]:focus {
    z-index: 100000;
    display: block;
    font-weight: 700;
    background-color: #fff;
    color: #333;
    width: auto;
    text-decoration: none;
    font-size: 1em;
    height: auto;
    clip: auto !important;
    -moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    -o-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    padding: 15px 23px 14px;
}
.more-link {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
}
.site-container {
    word-wrap: break-word;
    animation: fadein 1s;
}
from {
    opacity: 0;
}
to {
    opacity: 1;
}
.site-inner {
    clear: both;
    margin: 0 auto;
    padding: 60px 30px 0;
}
.avatar {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    float: left;
}
.author-box .avatar, .alignleft .avatar {
    margin-right: 20px;
}
.alignright .avatar {
    margin-left: 20px;
}
.comment .avatar {
    margin: 0 15px 20px 0;
}
.after-entry, .archive-description, .author-box {
    margin-bottom: 40px;
}
.after-entry {
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    padding: 20px 30px;
}
.after-entry .widget:last-of-type {
    margin-bottom: 0;
}
.breadcrumb {
    padding-bottom: 10px;
    margin-bottom: 40px;
    font-size: 16px;
    border-bottom: 1px solid #eee;
}
.genesis-title-hidden .breadcrumb {
    margin-top: 40px;
}
.archive-description p:last-child, .author-box p:last-child {
    margin-bottom: 0;
}
.search-form {
    overflow: hidden;
}
.entry-content .search-form {
    width: 50%;
    margin-bottom: 40px;
}
.post-password-form input[type="submit"], .search-form input[type="submit"] {
    margin-top: 10px;
}
.widget_search input[type="submit"] {
    position: absolute;
    width: 1px;
    border: 0;
    height: 1px;
    clip: rect(0, 0, 0, 0);
    margin: -1px;
    padding: 0;
}
.archive-description .entry-title, .archive-title, .author-box-title {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 20px;
}
.entry-title {
    margin-bottom: 10px;
    font-size: 30px;
}
.entry-title a, .sidebar .widget-title a {
    color: #333;
    text-decoration: none;
}
.entry-title a:focus, .entry-title a:hover {
    color: #0073e5;
}
.widget-title {
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 18px;
}
.genesis-title-hidden .site-inner {
    padding-top: 0;
}
a.aligncenter img {
    display: block;
    margin: 0 auto;
}
a.alignnone {
    display: inline-block;
}
.alignleft {
    float: left;
    text-align: left;
}
.alignright {
    float: right;
    text-align: right;
}
a.alignleft, a.alignnone, a.alignright {
    max-width: 100%;
}
img.centered, .aligncenter, .singular-image {
    display: block;
    margin: 0 auto 30px;
}
img.alignnone, .alignnone {
    margin-bottom: 15px;
}
a.alignleft, img.alignleft, .wp-caption.alignleft {
    margin: 0 20px 20px 0;
}
a.alignright, img.alignright, .wp-caption.alignright {
    margin: 0 0 20px 20px;
}
figcaption, .gallery-caption, .wp-caption-text {
    font-weight: 600;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 0.5em;
    margin-bottom: 1em;
    text-align: center;
    font-size: 14px;
}
.entry-content p.wp-caption-text {
    margin-bottom: 0;
}
.entry-content .wp-audio-shortcode, .entry-content .wp-playlist, .entry-content .wp-video {
    margin: 0 0 30px;
}
.widget {
    margin-bottom: 40px;
}
.widget p:last-child, .widget ul > li:last-of-type {
    margin-bottom: 0;
}
.widget ul > li {
    margin-bottom: 10px;
}
.widget ul > li:last-of-type {
    padding-bottom: 0;
}
.widget ol > li {
    padding-left: 20px;
    text-indent: -20px;
    list-style-type: decimal;
    list-style-position: inside;
}
.widget li li {
    border: 0;
    margin: 0 0 0 30px;
    padding: 0;
}
.widget_calendar table {
    width: 100%;
}
.widget_calendar td, .widget_calendar th {
    text-align: center;
}
.featured-content .entry {
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.featured-content .entry:last-of-type {
    margin-bottom: 0;
    border-bottom: none;
}
.featured-content .entry-title {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 16px;
}
.after-entry .enews {
    text-align: center;
    padding: 10px;
}
.sidebar .enews {
    background-color: #f5f5f5;
    padding: 30px;
}
.enews-widget input {
    margin-bottom: 10px;
    font-size: 16px;
}
.after-entry .enews-widget input {
    text-align: center;
}
.enews-widget input[type="submit"] {
    width: 100%;
    margin: 0;
}
.enews form + p {
    margin-top: 20px;
}
.gs-faq__question {
    background-color: transparent;
    color: #333;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #eee;
}
.gs-faq__question:focus, .gs-faq__question:hover {
    background-color: transparent;
    color: #0073e5;
}
.gs-faq__question::after {
    float: right;
    content: "\f132";
    font-family: dashicons;
}
.gs-faq__question.gs-faq--expanded::after {
    content: "\f460";
}
.entry-content .wpforms-container {
    margin-bottom: 40px;
}
.entry-content .wpforms-form .wpforms-field {
    clear: both;
    overflow: hidden;
    margin: 20px 0;
}
.site-container .wpforms-container .wpforms-form .wpforms-field input {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    height: auto;
    padding: 15px;
}
.site-container .entry-content .wpforms-form .wpforms-field-label {
    font-weight: 600;
}
.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
    font-weight: 300;
    font-size: 14px;
}
.entry-content .wpforms-form .wpforms-field-hp {
    position: absolute !important;
    display: none !important;
    left: -9000px !important;
}
.site-container .entry-content .wpforms-form textarea {
    padding: 15px;
}
.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
    height: 120px;
}
.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
    height: 200px;
}
.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
    height: 300px;
}
.genesis-skip-link {
    margin: 0;
}
.genesis-skip-link .skip-link-hidden {
    display: none;
    visibility: hidden;
}
.genesis-skip-link li {
    width: 0;
    height: 0;
    list-style: none;
}
:focus {
    color: #333;
    outline: #ccc solid 1px;
}
.site-header {
    background-color: #fff;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    padding: 0 30px;
}
.title-area {
    padding-bottom: 25px;
    padding-top: 25px;
    float: left;
}
.wp-custom-logo .title-area {
    width: 100%;
    padding-bottom: 5px;
    padding-top: 5px;
    max-width: 350px;
}
.wp-custom-logo .title-area img {
    width: auto;
}
.site-title {
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1;
    font-size: 20px;
}
.site-title a, .site-title a:focus, .site-title a:hover {
    color: #333;
    text-decoration: none;
}
.site-description, .wp-custom-logo .site-title {
    position: absolute !important;
    width: 1px;
    border: 0;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    word-wrap: normal !important;
}
.genesis-nav-menu {
    width: 100%;
    clear: both;
    line-height: 1;
}
.genesis-nav-menu .menu-item {
    position: relative;
    display: block;
    float: none;
}
.genesis-nav-menu a {
    display: block;
    font-weight: 400;
    color: #333;
    text-decoration: none;
    font-size: 15px;
    line-height: 45px;
    outline-offset: -1px;
}
.genesis-nav-menu a:focus, .genesis-nav-menu a:hover, .genesis-nav-menu .current-menu-item > a, .genesis-nav-menu .sub-menu .current-menu-item > a:focus, .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
    color: #0073e5;
    text-decoration: none;
}
.genesis-nav-menu .sub-menu, .genesis-nav-menu .sub-menu a {
    width: 100%;
}
.genesis-nav-menu .sub-menu {
    position: static;
    z-index: 99;
    display: none;
    padding-left: 15px;
    opacity: 1;
    clear: both;
    left: -9999px;
    margin: 0;
}
.genesis-nav-menu .sub-menu a {
    position: relative;
    background-color: #000;
    font-size: 14px !important;
    word-wrap: break-word;
}
.genesis-nav-menu .menu-item:focus, .genesis-nav-menu .menu-item:hover {
    position: relative;
}
.genesis-nav-menu .menu-item:hover > .sub-menu {
    display: block;
    opacity: 1;
    left: auto;
}
.menu .menu-item:focus {
    position: static;
}
.menu .menu-item > a:focus + ul.sub-menu, .menu .menu-item.sfHover > ul.sub-menu {
    opacity: 1;
    left: auto;
}
.genesis-responsive-menu {
    position: relative;
    display: none;
}
.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
    display: none;
}
.menu-toggle, .sub-menu-toggle {
    display: block;
    background-color: transparent;
    color: #333;
    visibility: visible;
    text-align: center;
    overflow: hidden;
    border-width: 0;
    margin: 0 auto;
}
.menu-toggle:focus, .menu-toggle:hover {
    background-color: transparent;
    color: #0073e5;
    border-width: 0;
}
.sub-menu-toggle:focus, .sub-menu-toggle:hover {
    background-color: transparent;
    color: #fff;
    outline: none;
}
.menu-toggle {
    position: relative;
    left: 28px;
    margin-top: 10px;
    margin-bottom: 10px;
    float: right;
    line-height: 20px;
    padding: 15px 0;
}
.menu-toggle.activated::before {
    content: "\f335";
}
.site-header .menu-toggle::before {
    position: relative;
    top: 1px;
    margin-right: 5px;
    float: left;
    text-rendering: auto;
}
.sub-menu-toggle {
    padding: 0;
    color: #fff;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    line-height: 45px;
    min-width: 38px;
    padding-right: 16px;
}
.sub-menu .sub-menu-toggle {
    padding: 12px 10px;
}

.sub-menu li.menu-item a{
    white-space:nowrap;
    padding-left:10px;
    padding-right:10px;
}
.sub-menu-toggle::before {
    display: block !important;;
    -moz-transition: transform 0.25s ease-in-out;
    -webkit-transition: transform 0.25s ease-in-out;
    -o-transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    text-rendering: auto;
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    line-height: 45px !important;
    height: 45px !important;
}
.nav-primary {
    width: 100%;
    padding-bottom: 15px;
    padding-top: 15px;
    clear: left;
}
.nav-secondary {
    margin-top: 10px;
}
.nav-secondary .genesis-nav-menu {
    line-height: 1.5;
}
.nav-secondary .menu-item {
    display: inline-block;
}
.nav-secondary a {
    margin-left: 10px;
    margin-right: 10px;
    padding: 0;
}
.entry {
    margin-bottom: 40px;
}
.entry-content ol, .entry-content ul {
    padding-left: 40px;
    margin-bottom: 30px;
}
.entry-content ol > li {
    list-style-type: decimal;
}
.entry-content ul > li {
    list-style-type: disc;
}
.entry-content ol ul > li, .entry-content ul ul > li {
    list-style-type: circle;
}
.entry-content ol ol, .entry-content ul ul {
    margin-bottom: 0;
}
.entry-content code {
    background-color: #f5f5f5;
}
.content .sticky {
    background-color: #f5f5f5;
    padding: 30px;
}
p.entry-meta {
    margin-bottom: 0;
    font-size: 16px;
}
.entry-header .entry-meta {
    margin-bottom: 20px;
}
.entry-footer .entry-meta {
    border-top: 1px solid #eee;
    padding-top: 20px;
}
.entry-categories, .entry-tags {
    display: block;
}
.entry-comments-link::before {
    content: "\2014";
    margin: 0 6px 0 2px;
}
.pagination {
    clear: both;
    margin: 60px 0;
}
.adjacent-entry-pagination {
    margin-bottom: 0;
}
.archive-pagination li {
    display: inline;
}
.archive-pagination li a {
    display: inline-block;
    font-weight: 600;
    background-color: #f5f5f5;
    color: #333;
    margin-bottom: 4px;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
    padding: 8px 12px;
}
.archive-pagination li a:focus, .archive-pagination li a:hover, .archive-pagination li.active a {
    background-color: #333;
    color: #fff;
}
.comment-respond, .entry-comments, .entry-pings {
    margin-bottom: 40px;
}
.comment-list li {
    padding: 40px 0 0 30px;
}
.comment-list .depth-1 {
    padding-left: 0;
}
.comment-header {
    margin-bottom: 30px;
}
.comment-content {
    clear: both;
}
.comment-content ul > li {
    list-style-type: disc;
}
.comment-respond input[type="email"], .comment-respond input[type="text"], .comment-respond input[type="url"] {
    width: 50%;
}
.comment-respond label {
    display: block;
    margin-right: 12px;
}
.comment-header p {
    margin-bottom: 0;
}
.entry-pings .reply {
    display: none;
}
.comment-form-cookies-consent label {
    display: inline;
    padding-left: 10px;
}
.sidebar {
    line-height: 1.5;
    font-size: 16px;
}
.sidebar .widget {
    margin-bottom: 40px;
}
.sidebar p {
    margin-bottom: 20px;
}
.footer-widgets {
    background-color: #fff;
    border-top: 1px solid #eee;
    clear: both;
    padding: 60px 0;
}
.footer-widgets .wrap {
    margin-left: auto;
    margin-right: auto;
}
.footer-widget-area {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 40px;
}
.footer-widget-area:last-child, .footer-widgets .widget:last-child {
    margin-bottom: 0;
}
.site-footer {
    background-color: #fff;
    border-top: 1px solid #eee;
    text-align: center;
    line-height: 1.5;
    font-size: 16px !important;
    padding: 30px;
}
.site-footer p {
    margin-bottom: 0;
}
@media print {
    a, a:visited {
        text-decoration: underline;
    }
    a[href]::after {
        content: " (" attr(href) ")";
    }
    abbr[title]::after {
        content: " (" attr(title) ")";
    }
    a[href^="javascript:"]::after, a[href^="#"]::after, .site-title > a::after {
        content: "";
    }
    thead {
        display: table-header-group;
    }
    img, tr {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
        page-break-inside: avoid;
        page-break-after: avoid;
    }
    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }
    blockquote, pre {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    .content, .content-sidebar {
        width: 100%;
    }
    button, input, select, textarea, .breadcrumb, .comment-edit-link, .comment-form, .comment-list .reply a, .comment-reply-title, .edit-link, .entry-comments-link, .entry-footer, .genesis-box, .header-widget-area, .hidden-print, .home-top, .nav-primary, .nav-secondary, .post-edit-link, .sidebar {
        display: none !important;
    }
    .title-area {
        width: 100%;
        text-align: center;
    }
    .site-title > a {
        text-decoration: none;
        text-indent: 0;
        margin: 0;
    }
    .site-inner {
        position: relative;
        padding-top: 0;
    }
    .author-box {
        margin-bottom: 0;
    }
    h1, h2, h3, h4, h5, h6 {
        page-break-inside: avoid;
        orphans: 3;
        widows: 3;
        page-break-after: avoid;
    }
    blockquote, pre, table {
        page-break-inside: avoid;
    }
    dl, ol, ul {
        page-break-before: avoid;
    }
}
@media only screen and (min-width: 480px) {
    table {
        table-layout: auto;
        word-break: normal;
    }
}
@media only screen and (min-width: 960px) {
    .site-header {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 9999;
    }
    .admin-bar .site-header {
        top: 32px;
    }
    .genesis-nav-menu .menu-item {
        display: inline-block;
    }
    .genesis-nav-menu .menu-item:focus, .genesis-nav-menu .menu-item:hover {
        position: relative;
    }
    .genesis-nav-menu > .menu-bold > a {
        font-weight: 700;
    }
    .genesis-nav-menu > .menu-highlight > a {
        font-weight: 600;
        background-color: #333;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        color: #fff;
        margin-left: 15px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .genesis-nav-menu > .menu-highlight > a:focus, .genesis-nav-menu > .menu-highlight > a:hover {
        background-color: #0073e5;
    }
    .genesis-nav-menu .sub-menu, .genesis-nav-menu .sub-menu a {
        width: 180px;
    }
    .genesis-nav-menu .sub-menu {
        position: absolute;
        padding-left: 0;
        border-top: 1px solid #eee;
        opacity: 0;
        -moz-transition: opacity 0.4s ease-in-out;
        -webkit-transition: opacity 0.4s ease-in-out;
        -o-transition: opacity 0.4s ease-in-out;
        transition: opacity 0.4s ease-in-out;
    }
    .genesis-nav-menu .sub-menu a {
        border-top: 0;
    }
    .genesis-nav-menu .sub-menu .sub-menu {
        margin: -46px 0 0 179px;
    }
    .genesis-responsive-menu {
        display: block;
        padding-top: 15px;
    }
    .menu-toggle, .sub-menu-toggle {
        display: none;
        visibility: hidden;
    }
    .nav-primary {
        width: auto;
        clear: none;
        float: right;
    }
    .nav-primary .genesis-nav-menu a {
        padding-left: 15px;
        padding-right: 15px;
    }
    .site-inner {
        max-width: 1140px;
    }
    .content {
        width: 65%;
        float: left;
    }
    .sidebar-content .content {
        float: right;
    }
    .full-width-content .content {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    .sidebar {
        width: 30%;
        float: right;
    }
    .sidebar-content .sidebar {
        float: left;
    }
    .author-box {
        background-color: #f5f5f5;
        padding: 30px;
    }
    .after-entry {
        padding: 40px 60px;
    }
    .after-entry .enews {
        padding-left: 30px;
        padding-right: 30px;
    }
    .five-sixths, .four-sixths, .one-fourth, .one-half, .one-sixth, .one-third, .three-fourths, .three-sixths, .two-fourths, .two-sixths, .two-thirds {
        margin-left: 2.564102564102564%;
        float: left;
    }
    .one-half, .three-sixths, .two-fourths {
        width: 48.717948717948715%;
    }
    .one-third, .two-sixths {
        width: 31.623931623931625%;
    }
    .four-sixths, .two-thirds {
        width: 65.81196581196582%;
    }
    .one-fourth {
        width: 23.076923076923077%;
    }
    .three-fourths {
        width: 74.35897435897436%;
    }
    .one-sixth {
        width: 14.52991452991453%;
    }
    .five-sixths {
        width: 82.90598290598291%;
    }
    .first {
        margin-left: 0;
        clear: both;
    }
    .after-entry, .archive-description, .author-box, .comment-respond, .entry, .entry-comments, .entry-pings {
        margin-bottom: 60px;
    }
    .footer-widgets .wrap {
        max-width: 1140px;
    }
    .footer-widget-area {
        width: calc(100% / 3);
        margin-bottom: 0;
        float: left;
    }
}


/*Css for News page and posts*/

.entry-meta{
    display: none;
}

#genesis-content .entry-title{
    display:none !important;
}

/*.type-post>.entry-content{*/
/*     max-width: 1140px;*/
/*     position: relative;*/
/*     left: 50%;*/
/*     transform: translateX(-50%);*/

/* }*/

p,h1,h2,h3,h4,h5,h6,.wp-block-image,.wp-block-buttons,.wp-block-columns,.wp-block-group,.wp-block-columns,.spgeoscape{
    max-width: 1140px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);


}


.entry-content>ul, .entry-content>p{
    max-width: 1140px ;
    position: relative ;
    left: 50% ;
    transform: translateX(-50%) ;


}


#pt-cv-view-9a9652fr1h .pt-cv-readmore {
    text-align: center !important;
    border: 2px solid #482CFF;
    border-radius: 20px;
    padding: 8px 20px;
    margin-top:5px;
    margin-bottom:15px;
    font-size: 16px;
}
.pt-cv-view .pt-cv-title a {
    padding:0 10px;
}
.pt-cv-content {
    padding:0 10px;
}
.newspageheading{
    font-size:25.6px;
}
#pt-cv-view-9a9652fr1h + .pt-cv-pagination-wrapper .pt-cv-more, #pt-cv-view-9a9652fr1h + .pt-cv-pagination-wrapper .pagination .active a {
    border-radius: 20px;
    padding: 8px 20px;
    border: 2px solid #ce3599 !important;
}

.fourhomecards>.card-homeinfo{
    max-width:24%;
    min-width:unset;
}

/*Css from the customiser*/


* {
    box-sizing: border-box;
}

body {
    font-size: 16px;
    -ms-word-wrap: break-word; word-wrap: break-word; -webkit-font-smoothing: auto; text-rendering: optimizeLegibility !important; -moz-osx-font-smoothing: grayscale; font-smoothing: auto;
    position: initial;
    padding-right: 0px !important;
}

body, h1, h2, h3, h4, h5, h6 {
    font-family: 'Chakra Petch', 'Verdana', sans-serif !important;
}

ul {
    margin: 0;
    margin-bottom: 0;
}

.site-container {
    min-height: calc(100vh - 431px);
    display: flex;
    flex-direction: column;
}

.line {
    width: 50px;
    margin-left: 0;
    margin-top: 1.5rem;
    padding-bottom: 1rem;
    height: 0;
    overflow: visible;
    border: 0;
    border-top: 1px solid
    rgba(0,0,0,0.1);
    display: block;
    border-top: 2px solid #482CFF;
}

@media (min-width: 768px) {
    .line {
        width: 130px;
        border-top-width: 3px;
        margin-bottom: 0;
    }
}

/* HEADER */
.site-header {
    background-color: black;
    padding: 16px;
}

.custom-logo-link:active, .custom-logo-link:focus {
    outline: none;
}

.site-header > div.wrap {
    max-width: 1140px;
}

.wp-custom-logo .title-area {
    padding-top: 0px;
    padding-bottom: 0px;
}

.nav-primary {
    padding-bottom: 0px;
    padding-top: 0px;
    margin-right: calc(1vw);
}

@media only screen and (min-width: 960px) {
    .genesis-responsive-menu {
        padding-top: 0px;
    }
}

@media only screen and (max-width: 959px) {
    #menu-header-menu, #menu-landing-page-menu {
        display: block;
        text-align: left;
    }

    #menu-item-1510 {
        width: 200px;
    }
}

@media only screen and (min-width: 1140px) {
    .site-header > div.wrap {
        margin: auto;
    }
}

/* NAVLINKS */
.genesis-nav-menu a, .genesis-nav-menu .current-menu-item > a {
    display: block;
    font-weight: 300;
    color: white;
    font-size: 16px;
}

.genesis-nav-menu a:not([href]) {
    color: white;
}

.genesis-nav-menu a:focus, .genesis-nav-menu a:hover, .genesis-nav-menu a:active {
    outline: none;
    color: white;
}

.genesis-nav-menu a:hover::after {
    visibility: visible;
    transform: scaleX(1);
}

.genesis-nav-menu a::after {
    content: "";
    position: absolute;
    width: calc(100% - 1rem);
    height: 2px;
    left: 0.5rem;
    bottom: 0px;
    background-color: rgb(72, 44, 255);
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
}

#menu-item-35, #menu-item-1510 {
    background-color: #482cff;
    padding: 0;
    border: none;
    border-radius: 20px;
    min-width: 100px;
    display: inline-flex;
    font-weight: 600;
    transition: all 0.2s ease-in-out 0s, border-radius 0s;
}

#menu-item-35 > a::after, #menu-item-1510 > a::after {
    display: none;
}

#menu-item-35:hover, #menu-item-1510:hover {
    background-color: #CE3599;
}

#menu-item-35 > a, #menu-item-1510 > a {
    width: 100%;
    text-align: center;
}

#menu-item-35 > a > span, #menu-item-1510 > a > span {
    font-weight: 600;
}

#menu-item-35 > .sub-menu, #menu-item-1510 > .sub-menu {
  top: 100%;
}

#menu-item-35.sfHover > .sub-menu {
  right: 0;
}

ul.menu-primary > .current-menu-item > a::after {
    content: "";
    position: absolute;
    width: calc(100% - 1rem);
    height: 2px;
    left: 0.5rem;
    bottom: 0px;
    background-color: rgb(72, 44, 255);
    visibility: visible;
    transform: scaleX(1);
}

button.menu-toggle {
    margin: 0;
    padding-top: 12px;
    padding-bottom:12px;
    color: white;
    visibility: hidden;
}

button.menu-toggle:before {
    visibility: visible;
}

.menu-toggle:focus, .menu-toggle:hover {
    color: white;
}

@media only screen and (max-width: 960px) {
    .genesis-nav-menu a::after {
        display: none;
    }

    .wp-block-geoscape-table.row{
        padding-left:10%;
    }

}
@media only screen and (min-width: 961px) and (max-width:1178px) {
    .wp-block-geoscape-table.row{
        padding-left:6%;
    }
}


@media only screen and (max-width: 1118px) {
    .fourhomecards>.card-homeinfo{
        max-width:98%;
        min-width:unset;
    }
}

/* CONTENT AREA */
.site-inner {
    width: 100%;
    padding: 0;
    max-width: unset;
}

.content {
    width: 100%;
    margin: 0;
}

/* BUTTONS */
.row-button {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 1rem;
    max-width: 1140px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.btn {
    font-weight: 600;
    text-align: center;
    padding: 8px 20px;
    background-color: rgba(0,0,0,0);
    border: 2px solid white;
    border-radius: 20px;
    display: inline-table;
    text-decoration: none;
    color: #000;
    margin-right: 0.5rem;
    min-width: 150px;
    cursor: pointer;
}

.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-purple, .btn-purple:hover, .btn-purple:focus, .btn-purple:active {
    border-color: #482CFF;
    color: white !important;
    outline: none;
}

.btn-primary:hover, .btn-purple:hover {
    background-color: #482CFF;
}

.btn-default, .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-pink, .btn-pink:hover, .btn-pink:focus, .btn-pink:active {
    border-color: #CE3599;
    color: white;
}

.btn-default:hover, .btn-pink:hover {
    background-color: #CE3599;
}


.btn-orange, .btn-orange:hover, .btn-orange:active, .btn-orange:focus {
    border-color: #FA5522;
    color: white;
    outline: none;
}

.btn-orange:hover {
    background-color: #FA5522;
}

.btn-yellow, .btn-yellow:hover, .btn-yellow:active, .btn-yellow:focus {
    border-color: #FFCF0C;
    color: white;
    outline: none;
}

.btn-yellow:hover {
    background-color: #FFCF0C;
}

.btn-blue, .btn-blue:hover, .btn-blue:active, .btn-blue:focus {
    border-color: #75C7C0;
    color: white !important;
    outline: none;
}

.btn-blue:hover {
    background-color: #75C7C0;
}

.btn-primary-solid, .btn-purple-solid, .btn-primary-solid:active, .btn-primary-solid:focus, .btn-purple-solid:active, .btn-purple-solid:focus {
    background-color: #482CFF;
    border-color: #482CFF;
    color: white;
    transition: all 0.3s ease;
    border: 0px solid;
}

.btn-primary-solid:hover, .btn-purple-solid:hover {
    background-color: #3d23e8;
    border-color: #3d23e8;
    color: white !important;
    border: 0px solid;
}

.btn-pink-solid, .btn-pink-solid:active, .btn-pink-solid:focus {
    background-color: #CE3599;
    border-color: #CE3599;
    color: white !important;
    border: 0px solid;
}

.btn-pink-solid:hover {
    background-color: #ad217d;
    border-color: #ad217d;
    color: white !important;
    border: 0px solid;
}

.btn-orange-solid, .btn-orange-solid:active, .btn-orange-solid:focus {
    background-color: #FA5522;
    border-color: #FA5522;
    color: white !important;
    border: 0px solid;
}

.btn-orange-solid:hover {
    background-color: #d13e11;
    border-color: #d13e11;
    color: white !important;
    border: 0px solid;
}

.btn-yellow-solid, .btn-yellow-solid:active, .btn-yellow-solid:focus {
    background-color: #FFCF0C;
    border-color: #FFCF0C;
    color: white !important;
    border: 0px solid;
}

.btn-yellow-solid:hover {
    background-color: #ffba0c;
    border-color: #ffba0c;
    color: white !important;
    border: 0px solid;
}

.btn-blue-solid, .btn-blue-solid:active, .btn-blue-solid:focus {
    background-color: #75C7C0;
    border-color: #75C7C0;
    color: white !important;
    border: 0px solid;
}

.btn-blue-solid:hover {
    background-color: #6abdb6;
    border-color: #6abdb6;
    color: white !important;
    border: 0px solid;
}


.btn-gray-solid, .btn-grey-solid, .btn-gray-solid:active, .btn-gray-solid:focus, .btn-grey-solid:active, .btn-grey-solid:focus {
    background-color: #6c757d;
    border-color: #6c757d;
    color: white !important;
    transition: all 0.3s ease;
    border: 0px solid;
}

.btn-gray-solid:hover, .btn-grey-solid:hover {
    background-color: #4f5458;
    border-color: #4f5458;
    color: white !important;
    border: 0px solid;
}

button {
    border: 0px solid;
}

@media only screen and (min-width: 961px) {
    .btn-center {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
}

/* JUMBOTRON */
.jumbotron {
    background-color: black;
    padding: 2.5rem 1.5rem;
    max-width: 600px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0px !important;
}

.jumbotron > p {
    margin: 0.25rem 0 0.5rem 0;
}

.jumbotron > .row-button > a {
    margin-bottom: 0.5rem;
}

@media only screen and (max-width: 961px) {
    .jumbotron {
        transform: translateX(-50%);
    }
}

/* MODALS */
.modal-open {
    overflow-x: auto;
    overflow-y: auto;
}

.modal-dialog {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%,-50%) !important;
    margin: 0 !important;
    border-radius: 0 !important;
}

.modal-content {
    border-radius: 0;
    border: none;
}

.modal-header {
    background-color: #221F20;
    color: white;
    border-radius: 0;
    border: none;
}

.modal-header > button > span {
    color: white;
}

.modal-footer {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: none;
}

.modal-dialog > h5 {
    color: white;
}

/* MODAL FORM */
.form-group > div.checkbox {
    display: flex;
    flex-direction: row;
}

.form-group > div.checkbox > input {
    margin-top: 6px;
}

.form-group > div.checkbox > div > label {
    display: flex;
    flex-direction:column;
}

.disclaimer {
    font-size: 0.85rem;
}

.required {
    color: #CE3599;
}

@media (min-width: 576px) {
    .form-inline .form-control {
        width: 100%;
    }
}

/* EVENT TILE HOME */
.row-event {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    max-width: 1140px;
    left: 50%;
    transform: translateX(-50%);
}

.card-event {
    width: 46%;
    min-width: 300px;
    background-color: #221F20;
    color: white;
    margin: 0;
    display: flex;
    flex-direction: row;
    margin-top: 8px;
    margin-bottom: 8px;
    height: auto;
    box-shadow: 0px 6px 12px -1px rgba(0,0,0,0.2), 0px 4px 5px 0px rgba(0,0,0,0.14), 0px 1px 10px 0px rgba(0,0,0,0.12);
}

.card-event-img {
    width: 150px;
}

.card-event-text {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-event-title {
    padding: 0.5rem 1rem 0rem 1rem;
    text-transform: uppercase;
    background-color: #221F20;
}

.card-event-title > h2 {
    margin-top: 1rem;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.4rem;
    margin-bottom: 0;
}

.card-event-detail {
    padding: 1rem;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-event-detail > p {
    padding: 0;
    margin: 0;
}

@media only screen and (max-width: 960px) {
    .row-event {
        flex-direction: column;
        top: 0;
        margin-bottom: 1rem;
    }
    .card-event {
        min-width: 0;
        width: 100%;
        margin-bottom: 0.5rem;
    }
}

@media only screen and (max-width: 501px) {
    .card-event-img {
        display: none;
    }
    .card-event-detail > p:nth-of-type(2) {
        margin: 1rem 0;
    }
}

/* STAT COUNTER HOME */
.row-stat {
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 1140px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin: 1rem 0;
}

.stat-container {
    min-width: 25%;
    max-width: 25%;
    text-align: center;
}

.stat-number {
    color: #221F20;
    font-weight: 600;
    font-size: 160%;
    display: block;
}

.stat-label {
    color: black;
    font-weight: 600;
    font-size: 120%;
    display: block;
}


@media only screen and (max-width: 960px) {
    .row-stat {
        flex-wrap: wrap;
    }
    .stat-container {
        min-width: 100%;
        width: 100%;
    }
    .stat-container > span {
        margin-top: 0.5rem;
    }
    .stat-container > a {
        margin-top: 0.5rem;
    }
    .stat-container > span br {
        display: none;
    }
    .stat-number, .stat-label {
        display: inline;
    }
}

/* HOME CONTENT CARDS */
.row-homeinfo {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    max-width: 1140px;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 2rem;
}

.card-homeinfo {
    max-width: 30%;
    min-width: 300px;
    background-color: #221F20;
    color: white;
    margin: 0.5rem 0;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 6px 12px -1px rgba(0,0,0,0.2), 0px 4px 5px 0px rgba(0,0,0,0.14), 0px 1px 10px 0px rgba(0,0,0,0.12);
}

.card-homeinfo-title {
    padding: 0.5rem 1rem 0rem 1rem;
    text-transform: uppercase;
    background-color: #221F20;
}

.card-homeinfo-title > h2 {
    margin-top: 1rem;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.4rem;
}

.card-homeinfo-title > h2:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 0.5rem;
    margin-top: 1.9rem;
}

.row-homeinfo .card-homeinfo:nth-child(1)
.card-homeinfo-title > h2:before {
    background-color: #FFCF0C;
}

.row-homeinfo .card-homeinfo:nth-child(2)
.card-homeinfo-title > h2:before {
    background-color: #FA5522;
}

.row-homeinfo .card-homeinfo:nth-child(3)
.card-homeinfo-title > h2:before {
    background-color: #CE3599;
}

.row-homeinfo .card-homeinfo:nth-child(4)
.card-homeinfo-title > h2:before {
    background-color: #75C7C0;
}

.card-homeinfo-detail {
    padding: 0.5rem 0.5rem 1.5rem 1rem;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.card-homeinfo-detail > p {
    padding: 0;
    margin-top: 0;
}

.shadow {
    -webkit-box-shadow: 0 2px 40px 0 rgba(44,44,44,.2);
    box-shadow: 0 2px 40px 0 rgba(44,44,44,.2);
}

@media only screen and (max-width: 960px) {
    .row-homeinfo {
        flex-direction: column;
        justify-content: unset;
    }
    .card-homeinfo {
        margin: 1.5rem 1.5rem 0 1.5rem;
        width: 46%;
        margin: 2%;
        max-width: none;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    .img-platform {
        margin-top: 4.5rem;
    }
    .card-homeinfo {
        margin: 2% 0;
        position: inherit;
        min-width: 0;
        width: 100%;
        max-width: calc(100% - 2rem);
    }
}

@media only screen and (max-width: 720px) {
    .row-homeinfo {
        justify-content: unset;
        top: 16px;
    }
    .card-homeinfo {
        margin: 2% 0;
        position: inherit;
        min-width: 0;
        width: 100%;
        max-width: calc(100% - 2rem);
    }
}


/* TEXTBOX */
.row-text {
    display: flex;
    flex-direction: row;
    max-width: 1140px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    flex-wrap: wrap;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.row-text > p {
    width: 100%;
}

.textbox-header {
    display: flex;
    width: 100%;
    text-transform: uppercase;
    -webkit-box-align: center;
    align-items: center;
    margin-left: 0;
}

.textbox-header::after {
    display: inline-block;
    content: "";
    width: 4rem;
    margin-left: 0.5rem;
    border-top: 2px solid rgb(72, 44, 255);
}

.textbox {
    padding: 1rem 0;

    min-width: 200px;
}

.faq {
    margin: 0 1.5%;
}

.faq > p:nth-of-type(1) {
    font-weight: 600;
}

.textbox > p {
    margin: 0.75rem 0;
}

.textbox > h2 {
    text-transform: uppercase;
    color: #482CFF !important;
    font-weight: 400;
    font-size: 1.5rem;
    margin-bottom: 10px;
    margin-top: 0.75rem;
}

.textbox > h3 {
    font-size: 1.375rem;
    font-weight: 400;
}

.textbox > h3.font-bold {
    font-weight: 600;
}

.textbox-full {
    width: 100%;
}

.textbox-30 {
    width: 30%;
}

.textbox-40 {
    width: 40%;
}

.textbox-50 {
    width: 50%;
}

.textbox-60 {
    width: 60%;
}

.textbox-70 {
    width: 70%;
}

.testimonial-quote {
    font-weight: 400;
    font-size: 1.75em;
    line-height: 1.7;
}

.testimonial-author {
    color: #838383;
    font-weight: 400;
    font-size: 1.75em;
    line-height: 1.7;
}

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

.row-black {
    background-color: black;
    color: white;
}

.row-white {
    background-color: white;
}

.row-grey {
    background-color: #333333;
    color: white;
}


@media only screen and (max-width: 720px) {
    .row-text {
        flex-direction: column;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .textbox-header {
        margin-top: 1.5rem;
    }
    .wp-block-geoscape-faq .textbox-header {
        padding-left:3% !important;
    }

    .textbox-header::after {
        width: 2rem;
    }

    .textbox-30, .textbox-40, .textbox-50, .textbox-60, .textbox-70 {
        width: 100%;
    }

    .textbox-30, .textbox-40 {
        padding-bottom: 0;
    }

    .textbox-50, .textbox-60, .textbox-70 {
        padding-top: 0;
    }
    p, h4, h2,h5,.textbox-40,.wp-block-column{
        padding-left:2% !important;
        padding-right:2% !important;
    }
    .textbox-30{
        padding-left:2% !important;
        padding-right:2% !important;
    }
}

/* CTA */
.cta-white {
    display: flex;
    flex-direction: row;
    text-align: center;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}

.cta-text {
    text-align: left;
    font-size: 1.2rem;
    margin-left: 1rem;
    margin-top: 1rem;
    padding-right: 1rem;
}

.cta-btn {
    display: flex;
    flex-direction: row;
}

.cta-btn > div {
    width: 166px;
}

.cta-btn-wide > div {
    width: 250px;
}

.cta-white p {
    font-size: 1.4rem;
    font-weight: 400;
}

@media only screen and (max-width: 601px) {
    .cta-white {
        flex-direction: column;
    }
    .cta-text {
        text-align: center;
    }
}

/* CARDS */

.row-card {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 1140px;
    left: 50%;
    transform: translateX(-50%);
}

.row-card-jumbotron-offset {
    top: -16px;
    margin-bottom: -8px !important;
}

.card {
    max-width: 20%;
    padding: 2.5rem 1rem;
    min-width: 200px;
    background-color: #221F20;
    color: white;
    margin: 0.5rem 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0px 6px 12px -1px rgba(0,0,0,0.2), 0px 4px 5px 0px rgba(0,0,0,0.14), 0px 1px 10px 0px rgba(0,0,0,0.12);
}

.card > div > h5:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 0.4rem;
    margin-top: 1.7rem;
}

.row-card .card:nth-child(1) > div > h5:before {
    background-color: #FFCF0C;
}

.row-card .card:nth-child(2) > div > h5:before {
    background-color: #FA5522;
}

.row-card .card:nth-child(3) > div > h5:before {
    background-color: #CE3599;
}

.row-card .card:nth-child(4) > div > h5:before {
    background-color: #75C7C0;
}

.card > div > p {
    padding-top: 0.5rem;
}

@media only screen and (max-width: 960px) {
    .row-card {
        justify-content: unset;
        top: 16px;
    }
    .card {
        width: 46%;
        margin: 2%;
        max-width: none;
    }
}

@media only screen and (max-width: 720px) {
    .row-card {
        justify-content: unset;
        top: 16px;
    }
    .card {
        width: 100%;
        margin: 2% 0;
        max-width: none;
        min-width: 0;
    }
}

/* DATA */
.row-data {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    max-width: 1140px;
    left: 50%;
    transform: translateX(-50%);
}

.row-datatext {
    display: flex;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 1rem;
    flex-flow: column nowrap;
}

.row-datatext > div > h1, .row-datatext > div > h2 {
    margin-left: 0;
}

.card-data {
    display: flex;
    border-radius: 0px;
    flex-direction: row;
    max-width: 100%;
    margin: 1.5rem 1.5rem 0 1.5rem;
    border: none;
    box-shadow: 0px 6px 12px -1px rgba(0,0,0,0.2), 0px 4px 5px 0px rgba(0,0,0,0.14), 0px 1px 10px 0px rgba(0,0,0,0.12);
}

.video {
    margin: 1rem 0;
}

.data-text {
    display: flex;
    flex-direction: column;
}

.data-title {
    background-color: black;
    color: white;
    text-align: left;
    padding: 0.2rem 1rem;
    font-weight: 600;
    font-size: 1.4rem;
    border: none;
    text-transform: uppercase;
    border-radius: 0px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.data-title::before {
    display: inline-block;
    content: "";
    width: 2rem;
    margin-right: 1rem;
    border-top: 2px solid rgb(72, 44, 255);
}

.data-body {
    flex-grow: 1;
    border: none;
    background-color: #221F20;
    color: white;
    padding: 1rem;
}

.data-body > p {
    margin-top: 0.25rem;
    margin-bottom: 1.25rem;
}

.data-img {
    border-radius: 0px;
    max-width: 40%;
    min-width: 400px;
    max-height: 100%;
    border: none;
}

.data-img > img {
    object-fit: cover;
    min-height: 100%;
    border-radius: 0px;
}

@media only screen and (max-width: 960px) {
    .card-data {
        margin: 1.5rem 1.5rem 0 1.5rem;
    }
    .data-body {
        border-radius: 0px;
    }
    .data-img {
        display: none;
    }
}

/* PLATFORM */
.row-platform {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    max-width: 1140px;
    left: 50%;
    transform: translateX(-50%);
}

.card-platform {
    max-width: 30%;
    min-width: 300px;
    background-color: #221F20;
    color: white;
    margin: 0.5rem 0;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 6px 12px -1px rgba(0,0,0,0.2), 0px 4px 5px 0px rgba(0,0,0,0.14), 0px 1px 10px 0px rgba(0,0,0,0.12);
}

.card-platform-title {
    padding: 0.5rem 1rem 0rem 1rem;
    text-transform: uppercase;
    background-color: #221F20;
}

.card-platform-title > h2 {
    margin-top: 1rem;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.4rem;
}

.card-platform-title > h2:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 0.5rem;
    margin-top: 1.9rem;
}

.row-platform .card-platform:nth-child(1)
.card-platform-title > h2:before {
    background-color: #FFCF0C;
}

.row-platform .card-platform:nth-child(2)
.card-platform-title > h2:before {
    background-color: #FA5522;
}

.row-platform .card-platform:nth-child(3)
.card-platform-title > h2:before {
    background-color: #CE3599;
}

.row-platform .card-platform:nth-child(4)
.card-platform-title > h2:before {
    background-color: #75C7C0;
}

.card-platform-detail {
    padding: 0.5rem 0.5rem 1.5rem 1rem;
}

.card-platform-detail > p {
    padding: 0;
    margin-top: 0;
}

.img-platform {
    position: relative;
    display: flex;
    max-width: 1140px;
    width: 95%;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 2rem;
}

.shadow {
    -webkit-box-shadow: 0 2px 40px 0 rgba(44,44,44,.2);
    box-shadow: 0 2px 40px 0 rgba(44,44,44,.2);
}

@media only screen and (max-width: 960px) {
    .row-platform {
        flex-direction: column;
        top: 16px;
    }
    .card-platform {
        margin: 1.5rem 1.5rem 0 1.5rem;
        width: 46%;
        margin: 2%;
        max-width: none;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    .img-platform {
        margin-top: 4.5rem;
    }
}

@media only screen and (max-width: 720px) {
    .row-platform {
        justify-content: unset;
        top: 16px;
    }
    .card-platform {
        margin: 2% 0;
        position: inherit;
        min-width: 0;
        width: 100%;
        max-width: calc(100% - 2rem);
    }
    .img-platform {
        margin-top: 3rem;
    }
}

/* CASE STUDIES */
.row-case {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    max-width: 1140px;
    left: 50%;
    transform: translateX(-50%);
}

.card-case {
    display: flex;
    border-radius: 0px;
    flex-direction: row;
    max-width: 100%;
    margin: 1.5rem 1.5rem 0 1.5rem;
    border: none;
    box-shadow: 0px 6px 12px -1px rgba(0,0,0,0.2), 0px 4px 5px 0px rgba(0,0,0,0.14), 0px 1px 10px 0px rgba(0,0,0,0.12);
}

.case-title {
    background-color: black;
    color: white;
    writing-mode: vertical-rl;
    text-align: left;
    padding: 1.2rem 0.1rem;
    font-weight: 600;
    font-size: 1.4rem;
    border: none;
    text-transform: uppercase;
    border-radius: 0px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.case-title::before {
    display: inline-block;
    content: "";
    width: 1rem;
    height: 2rem;
    margin-right: 1rem;
    margin-bottom: 0.5rem;
    border-right: 2px solid rgb(72, 44, 255);
}

.case-body {
    flex-grow: 1;
    border: none;
    background-color: #221F20;
    color: white;
    padding: 1rem;
}

.case-body > p:nth-of-type(1) {
    font-style: italic;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.case-body > p:nth-of-type(2) {
    margin-bottom: 1.5rem;
}

.case-img {
    border-radius: 0px;
    max-width: 40%;
    max-height: 100%;
    border: none;
}

.case-img > img {
    object-fit: cover;
    min-height: 100%;
    border-radius: 0px;
}

@media only screen and (max-width: 960px) {
    .card-case {
        margin: 1.5rem 1.5rem 0 1.5rem;
    }
    .case-body {
        border-radius: 0px;
    }
    .case-img {
        display: none;
    }
}

/* PRICING */
.hide {
    display: none;
}

.pricing-toggle-container {
    display: flex;
    flex-direction: row;
    margin-top: 1rem;
    justify-content: center;
}

.pricing-toggle-container > label {
    cursor: pointer;
    display: inline-block;
    vertical-align: center;
    margin: 0 0.5rem 0 0.5rem;
    font-size: 1.2rem;
}

.pricing-toggle {
    position: relative;
    width: 80px;
    height: 35px;
    border-radius: 100px;
    background-color: #221F20;
    overflow: hidden;
    box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.05);
}

#switch {
    width: 100%;
}

.check {
    position: absolute;
    display: block;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 6;
}

.check:checked ~ .switch-dot {
    right: 2px;
    left: 57.5%;
    background-color: #CE3599;
    transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-property: left, right, background;
    transition-delay: .08s, 0s;
}

.switch-dot {
    position: absolute;
    left: 2px;
    top: 2px;
    bottom: 2px;
    right: 57.5%;
    background-color: #482cff;
    border-radius: 36px;
    z-index: 1;
    transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-property: left, right, background;
    transition-delay: 0s, .08s;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.toggle--active {
    font-weight: 400;
}

.card-price {
    max-width: 23.5%;
    min-width: 230px;
    min-height: 350px;
    background-color: #221F20;
    color: white;
    margin: 0.5rem 0;
    box-shadow: 0px 6px 12px -1px rgba(0,0,0,0.2), 0px 4px 5px 0px rgba(0,0,0,0.14), 0px 1px 10px 0px rgba(0,0,0,0.12);
}

.card-price > p {
    margin-top: 1rem;
}

.price-title {
    text-align: center;
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    background-color: #221F20;
}

.price-title > h2 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.4rem;
}

.block-highlight {
    position: relative;
    width: 40px;
    height: 0.5rem;
    left: 50%;
    top: 2.6rem;
    transform: translateX(-50%);
}

div.card-price:nth-child(1) > .price-title > .block-highlight {
    background-color: #FFCF0C;
}

div.card-price:nth-child(2) > .price-title > .block-highlight {
    background-color: #FA5522;
}

div.card-price:nth-child(3) > .price-title > .block-highlight {
    background-color: #CE3599;
}

div.card-price:nth-child(4) > .price-title > .block-highlight {
    background-color: #75C7C0;
}

.price-title > div {
    margin-top: 1rem;
}

.price-amount {
    font-size: 36px;
    font-weight: 600;
}

.price-icon {
    font-size: 2rem;
    top: 16px;
    position: relative;
}

.price-length {

}

.price-detail {
    padding: 1rem 0.5rem 1.5rem 0.5rem;
}

.price-detail > ul {
    list-style-type: none;
    margin: 0 0 1rem 0;
    padding: 0;
    text-align: center;
}

.price-detail > a {
    position: relative;
    left: 50%;
    transform:translateX(-50%);
}

.card > div > p {
    padding-top: 0.5rem;
}

@media only screen and (max-width: 960px) {
    .row-card {
        justify-content: unset;
        top: 16px;
    }
    .card-price {
        width: 46%;
        margin: 2%;
        max-width: none;
    }
}

@media only screen and (max-width: 500px) {
    .row-card {
        justify-content: unset;
        top: 16px;
        flex-direction: column;
    }
    .card-price {
        width: 100% !important;
        margin: 2% auto;
        max-width: calc(100% - 2rem);
        min-width: 0;
    }
}

/* CUSTOMER LOGOS */
.row-customer {
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 1140px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.customer-logo-container {
    display: flex;
    flex-direction: column;
}

.customer-logo-container, .customer-logo-header {
    min-width: 20%;
    max-width: 20%;
    text-align: center;
}

.customer-logo-container > a > img {
    max-width: 75%;
    max-height: 100px;
}

.grayscale {
    filter: grayscale(1);
}

.grayfade {
    filter: gray;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    transition: filter 0.15s ease-in-out;
}

.grayfade:hover {
    -webkit-filter: grayscale(0);
    filter: none;
    transition: filter 0.15s ease-in-out;
}

@media only screen and (max-width: 960px) {
    .row-customer {
        margin-top: 2rem;
        flex-wrap: wrap;
    }
    .customer-logo-header {
        min-width: 100%;
        width: 100%;
    }
    .customer-logo-container {
        min-width: 150px;
        max-width: 100%;
        width: 50%;
        margin: 1rem 0;
    }
    .customer-logo-container > a > img {
        max-width: 150px;
        max-height: 100px;
    }
}

@media only screen and (max-width: 460px) {
    .customer-logo-container {
        width: 100%;
    }
}

/* KNOWLEDGE BASE */
.row-knowledge {
    display: flex;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 1rem;
    flex-flow: column nowrap;
}

.row-knowledge > .row-text {
    padding-bottom: 0.25rem;
}

.breadcrumb {
    margin-bottom: 0.5rem;
}

.row-knowledge > div > h1 {
    margin-left: 0;
}

.row-knowledge > h2 {
    margin-left: 0;
}

.row-knowledge-card {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}

.row-knowledge-card > .entry {
    margin-bottom: 1rem;
}

.card-knowledge {
    max-width: 250px;
    min-width: 200px;
    padding: 2.5rem 1rem;
    background-color: #221F20;
    color: white;
    margin: 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0px 6px 12px -1px rgba(0,0,0,0.2), 0px 4px 5px 0px rgba(0,0,0,0.14), 0px 1px 10px 0px rgba(0,0,0,0.12);
}

.knowledge-link {
    text-decoration: none !important;
}

.helpdoc-article > div > div > h3, .helpdoc-article > div > div > h4 {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

.helpdoc-article > div > div > img {
    margin-right: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.article-author {
    margin-bottom: 1rem;
}

.list-group-item.active {
    background-color: #482cff;
    border: 1px solid #482cff;
}

.article-container {
    display: flex;
    flex-direction: row;
}

.article-section-contents {
    width: 25%;
    height: fit-content;
    position: sticky;
    top: 80px;
}

.article-section-text {
    position: relative;
    height: 100%;
    width: 75%;
    margin-left: 1rem;
}

.article-section-text-exact {
    background-color: #eee;
    font-weight: 600;
    font-family: 'Console', monospace;
    padding: 0.25rem;
    border-radius: 0.25rem;
}

.article-section-text-terminology {
    font-weight: 600;
    font-style: italic;
}

.article-section-text-alert {
    font-weight: 600;
    font-style: italic;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 0.25rem;
    border-radius: 0.25rem;
}

.article-section-text > h2::before, .article-section-text > h3::before {
    content: '';
    display: block;
    height:      80px;
    margin-top: -80px;
    visibility: hidden;
}

@media only screen and (max-width: 961px) {
    .card-knowledge {
        width: calc(47vw - 2rem);
        max-width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .article-container {
        flex-direction: column;
    }
    .article-section-contents {
        width: 100%;
        position: inherit;
        margin-bottom: 2rem;
    }
    .article-section-text {
        width: 100%;
        margin-left: 0;
    }
    .textbox-header::after {
        display: none;
    }
}

@media only screen and (max-width: 501px) {
    .card-knowledge {
        width: calc(100vw - 4rem);
        max-width: 100%;
    }
}

/* PARTNERS */
.row-partner {
    display: flex;
    max-width: 1140px;
    margin: 0.5rem auto;
    padding: 0 1rem;
    flex-flow: column nowrap;
}

.row-partner > div > h1 {
    margin-left: 0;
}

.row-partner .row-text p {
    margin-bottom: 0;
}

.card-partner {
    display: flex;
    border-radius: 0px;
    min-height: 120px;
    flex-direction: row;
    background-color: #221F20;
    max-width: 100%;
    margin: 0 1.5rem;
    border: none;
    box-shadow: 0px 6px 12px -1px rgba(0,0,0,0.2), 0px 4px 5px 0px rgba(0,0,0,0.14), 0px 1px 10px 0px rgba(0,0,0,0.12);
}

.card-partner-logo {
    background-color: #221F20;
    align-self: center;
}

.card-partner-logo img {
    display: block;
    margin: auto;
    padding: 1rem;
    min-width: 220px;
    max-width: 100%;
    filter: gray;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    transition: filter 0.15s ease-in-out;
}

.card-partner-logo img:hover {
    -webkit-filter: grayscale(0);
    filter: none;
    transition: filter 0.15s ease-in-out;
}

.card-partner-body {
    background-color: #221F20;
    width: 100%;
    color: white;
    display: flex;
    flex-direction: row;
    align-self: stretch;
    align-items: center;
}

.card-partner-body > p {
    margin: 1rem;
}

.card-partner-action {
    background-color: black;
    min-width: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.row-border-bottom {
    border-bottom: 1px solid #dadada;
}

.partner-header {
    font-weight: 600;
    color: black;
    font-size: 28px;
    text-align: center;
}

.row-partner-single-intro {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.partner-single-logo {
    max-width: 350px;
    margin: 2rem auto;
}

.partner-single-buttons {
    margin: 0 0 1rem 0;
}

.partner-single-contact {
    display: flex;
    flex-direction: row;
}

.partner-single-contact > div {
    margin: 1rem;
}

.partner-single-contact p {
    margin: 0;
    margin-bottom: 1rem;
    display: flex;
}

.partner-single-contact p > span {
    display: block;
    margin-right: 0.3rem;
}

.partner-single-contact p > span > a {
    color: #482cff;
}

.partner-single-contact p > span > a:hover, .partner-single-contact p > span > a:focus, .partner-single-contact p > span > a:visited {
    color: #482cff;
    text-decoration: underline;
}

.partner-link, .partner-link:focus, .partner-link:hover, .partner-link:active {
    color: #482cff;
    text-decoration: underline;
}

.row-partner-single-body {
    padding: 2rem 0;
    display: flex;
    flex-direction: column;
}

.row-partner-single-body > div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.row-partner-single-body > div > div {
    width: 48%;
}

.row-partner-single-body > div > div > ul {
    margin-top: -1rem;
    margin-bottom: 1rem;
}

.partner-bold {
    font-weight: bold;
}

.partner-italic {
    font-style: italic;
}

@media only screen and (max-width: 901px) {
    .card-partner-logo {
        width: 50%;
    }
    .card-partner-body {
        display: none;
    }
    .card-partner-action {
        width: 50%;
    }
}

@media only screen and (max-width: 801px) {
    .partner-single-contact {
        flex-direction: column;
    }

    .row-partner-single-body > div {
        flex-direction: column;
    }

    .row-partner-single-body > div > div {
        width: 100%;
    }

}

@media only screen and (max-width: 586px) {
    .card-partner-logo {
        width: 100%;
    }
    .card-partner-logo img {
        min-width: 0;
        max-width: 100%;
    }
    .card-partner-body {
        display: none;
    }
    .card-partner-action {
        display: none;
    }
    .post-24 .textbox a.btn.btn-primary-solid.text-white{
        margin-bottom:20px;
    }

}

/* FOOTER */
.nav-secondary {
    display: none;
}

.site-footer {
    flex-grow: 1;
    background-color: black;
    color: white;
    font-size: 16px;
}

.footer-container {
    display: flex;
    max-width: 1140px;
    margin: auto;
    padding: 0.5rem 0;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: stretch;
}

.footer-col-3 {
    width: 32%;
}

.footer-col-2 {
    width: 48%;
}

ul.menu-footer > li {
    padding: 3px 0;
}

ul.menu-footer > li > a {
    text-decoration: none;
    color: white;
}

.footer-container > div > a {
    display: block;
    text-decoration: none;
    color: white;
    margin-bottom: 0.5rem;
}

.footer-container > div > div {
    display: block;
    margin-bottom: 0.5rem;
}

.row-social {
    display: flex;
    flex-direction: row;
}

.row-social > a {
    color: white;
}

.row-social > a > i {
    padding: 0.2rem;
}

.legal {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.legal > div > a {
    color: white;
    text-decoration: none;
}

@media only screen and (max-width: 900px) {
    .footer-container, .legal {
        flex-direction: column;
    }

    .footer-col-2, .footer-col-3, .footer-col-5 {
        margin: 1rem 0;
        width: 100%;
    }
}

@media only screen and (min-width: 900px) {
    .footer-col-5 > div > img {
        margin-top: -16px;
    }

}

@media only screen and (min-width: 600px) and (max-width: 781px){
    .site-container .wp-block-column {

        margin-left: 10px !important;

    }
}
@media only screen and (min-width: 900px) {
    .footer-col-5 > div > img {
        margin-top: -16px;
    }
}
/* LANDING PAGES */
#genesis-content > article.post-1425 {
    margin-bottom: 0 !important;
}

/* TYPOGRAPHY */
h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.text-white {
    color: white;
}

.text-purple {
    color: #482CFF;
}

.text-orange {
    color: #FA5522;
}

.text-pink {
    color: #CE3599;
}

.text-yellow {
    color: #FFCF0C;
}

.text-blue {
    color: #75C7C0;
}

.text-grey {
    color: #6c757d;
}

.text-black {
    color: #000000;
}

.link-white, .link-white:hover, .link-white:active, .link-white:focus {
    color: white;
    text-decoration: underline;
}

h1 {
    font-size: 1.6rem;
}

h2 {
    font-size: 1.45rem;
}

h3 {
    font-size: 1.3rem;
}

h4 {
    font-size: 1.2rem;
}

h5 {
    font-size: 1.1rem;
}

.row-text > p > a, .row-text > p > a:hover, .row-text > p > a:focus, .row-text > p > a:active {
    color: #482cff;
    text-decoration: underline;
}

table {
    word-break: break-word;
}

.font-bold {
    font-weight: bold;
}

.font-italic {
    font-style: italic;
}

@media only screen and (min-width: 900px) {
    .desktop-left {
        text-align: left;
    }
}

body {
    counter-reset: section;
}

body ol.section {
    counter-increment: section;
}

ol {
    list-style-type: none;
    counter-reset: item;
    margin: 0;
    padding: 0;
}

ol > li {
    display: table;
    counter-increment: item;
    margin-bottom: 0.6em;
}

ol > li:before {
    content: counter(item) ".";
    display: table-cell;
    padding-right: 0.6em;
}

ol.section > li:before {
    content: counters(section, ".") ". ";
}

li ol > li {
    margin: 0;
}

li > ol > li:before {
    content: counters(section, ".") " ";
}

ol > ol > li > ol > li:before {
    content: "("counter(item, lower-alpha)")";
}

ol > ol > li > ol > li > ol > li:before {
    content: "("counter(item, lower-roman)")";
}

.textbox-full > ol > li > ol > li:before {
    content: "("counter(item, lower-alpha)")";
}

/* PATCHNOTES */
.patchnote-img {
    width: 100%;
    max-width: 500px;
    margin-bottom: 1rem;
}

@media only screen and (min-width: 960px) {
    .full-width-content .entry-content > div.alignwide {
        margin-left: unset;
        margin-right: unset;
        max-width: 1140px;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
}

/*about page*/
.row.directors p.bold {
    font-size:18px;
    color:#000000;
    line-height:1.8;
}

.row.directors p.bold:hover{
    color:#CE3599 !important;
    text-decoration:underline;
}

#annual-report .row .btn.btn-primary{
    background-color:#482cff;
    border-color:white;
}

#annual-report .row .btn.btn-primary:hover{
    background-color:#CE3599 !important;
    border-color:white;
}

.wp-block-table {
    max-width: 1140px;
    margin: auto;
}


.spgeoscape{
    display:flex;
}

@media (max-width:500px){
    .spgeoscape{
        flex-direction:column;
    }
    .spgeoscape figure {
        text-align:center;
        width:100%;
        display:contents !important;
    }
    .row-data {
        left: unset !important;
        transform: unset !important;
    }

}
.spgeoscape figure {
    text-align:center;
    width:33%;
}
.spgeoscape figure img{
margin:auto;
    height:96px;
    width:96px;
}

.spgeoscape figure figcaption{
    font-size:22px;
    font-weight:300;
}
.error404 .entry-content p{
    text-align: center;
    font-family: 'Chakra Petch', 'Verdana', sans-serif !important;
    font-size:32px;
    font-weight:900;
    margin-bottom:60px;
}

/*remove footer menu from address services page */

.page-id-3068 .footer-container>.footer-col-5{
    display: none;
}

/* PROJ-1622 Fix Edge legacy height bug. */

body .wp-block-cover, body .wp-block-cover-image {
  height: unset;
}

/* PROJ-1587 Style menu search bar. */
@media only screen and (min-width: 960px) {
    .genesis-nav-menu .menu-item-3444 {
        margin-right: calc(15px - 1ex / 3);
    }

    .genesis-nav-menu .menu-item-3444 > .sub-menu {
        width: auto;
        right: 0;
        left: unset;
        height: auto !important;
    }

    .genesis-nav-menu .menu-item-3445 {
        max-width: 37em;
        width: calc(100vw - 40px);
    }

    .genesis-nav-menu .search-form-input,
    .genesis-nav-menu .search-form-submit {
        width: auto;
    }
}

@media only screen and (max-width: 959px) {
    .genesis-nav-menu .menu-item-3444 > .sub-menu {
        display: block !important;
        opacity: 1;
        margin-bottom: 10px;
    }
    .genesis-nav-menu .menu-item-3444 > a,
    .genesis-nav-menu .menu-item-3444 > .sub-menu-toggle {
        display: none;
    }

    .genesis-nav-menu .search-form button {
        padding-left: 17px;
        padding-right: 17px;
        background-color: #482CFF;
    }
}

.genesis-nav-menu .menu-item-3444 > .sub-menu {
    padding-left: 0;
}

.genesis-nav-menu .search-form {
    display: flex;
    align-items: stretch;
    align-content: center;
}

.genesis-nav-menu .search-form-input {
    flex: 1 0 200px;
}

.genesis-nav-menu input[type="submit"].search-form-submit {
    margin-top: 0;
    width: auto;
    border-radius: 0 0 5px 0;
}

.search-results #genesis-content article,
.search-results .archive-pagination {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 20px);
}

.search-results #genesis-content .entry-title {
    display: initial !important;
    position: static;
    left: unset;
}

@media only screen and (min-width: 580px) {
    .search-results .entry-content > .entry-image-link {
        display: flex;
        flex: 0 1 280px;
        max-width: 280px;
        width: 100%;
        margin: 0 10px 10px 0;
        float: left;
    }

    .search-results article:nth-child(2n + 1) .entry-content > .entry-image-link {
        margin: 0 0 10px 10px;
        float: right;
    }
}

.search-results article .entry-content::after {
    display: table;
    content: '';
    clear: both;
    height: 0px;
}

.search-results .entry-content .entry-image {
    max-height: 280px;
    object-fit: cover;
}

.search-results .entry-content > p {
    flex: 1 0 280px;
    position: static;
    left: unset;
    transform: none;
}

.search-results .archive-title {
    margin-top: 65px;
}

.site-inner .search-form {
    max-width: 1140px;
    width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;

    display: flex;
    flex-flow: row nowrap;
}
