/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 26 February 2020 16:53:17
*/


.megamenu-li {
    position:static;
}

.megamenu {
    position:absolute;
    width:100%;
    left:0;
    right:0;
    padding:15px;
}

.bg-dark li.breadcrumb-item > a {
    color: #FFFFFF;
}

.list-group-sub .list-group-item div span {
    padding-left: 1rem;
    font-size: 90%;
}

.list-group-sub-sub .list-group-item div span {
    padding-left: 2rem;
}

.flb-panel .collapse-trigger {font-size: 90%;}
.flb-panel .collapse-trigger:after {content: 'Less';}
.flb-panel .collapse-trigger:before {content: '\f068'; font-family: 'Font Awesome 5 Pro';}
.flb-panel .collapse-trigger.collapsed:after {content: 'More'}
.flb-panel .collapse-trigger.collapsed:before {content: '\f067'; font-family: 'Font Awesome 5 Pro';}

.btn#main-search {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-right: none;
    height: calc(2.875rem + 2px);
}
/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 26 February 2020 16:53:17
*/


/* Layout */

.sq-form-question {
    margin-bottom: 1.3rem;
}
.sq-form-question-answer {
    position: relative;
}

/* Buttons wrapper */

.sq-form-control {
    text-align: center;
}

/* Fields */

/* All fields */

.form-control,
.sq-form-field {
    width: auto;
}

.form-control,
.sq-form-field {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
    .form-control,
    .sq-form-field {
        transition: none;
    }
}

.form-control::-ms-expand,
.sq-form-field::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:focus,
.sq-form-field:focus {
    color: #495057;
    background-color: #fff;
    border-color: #a6d8e7;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(66, 172, 204, 0.25);
}

.form-control::placeholder,
.sq-form-field::placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:disabled,
.sq-form-field:disabled,
.form-control[readonly],
.sq-form-field[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

select.form-control:focus::-ms-value,
select.sq-form-field:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

select.form-control[size],
select.sq-form-field[size],
select.form-control[multiple],
select.sq-form-field[multiple] {
    height: auto;
}

textarea.form-control,
textarea.sq-form-field {
    height: auto;
}

.form-text,
.sq-form-question-note {
    display: block;
    margin-top: 0.25rem;
}

.was-validated .form-control:valid,
.was-validated .sq-form-field:valid,
.was-validated .custom-select:valid,
.form-control.is-valid,
.sq-form-field.is-valid,
.custom-select.is-valid {
    border-color: #28a745;
}

.was-validated .form-control:valid:focus,
.was-validated .sq-form-field:valid:focus,
.was-validated .custom-select:valid:focus,
.form-control.is-valid:focus,
.sq-form-field.is-valid:focus,
.custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid~.valid-feedback,
.was-validated .sq-form-field:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-feedback,
.form-control.is-valid~.valid-feedback,
.sq-form-field.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip,
.was-validated .sq-form-field:valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-tooltip,
.form-control.is-valid~.valid-tooltip,
.sq-form-field.is-valid~.valid-tooltip,
.custom-select.is-valid~.valid-tooltip {
    display: block;
}

.was-validated .form-control:invalid,
.was-validated .sq-form-field:invalid,
.was-validated .custom-select:invalid,
.form-control.is-invalid,
.sq-form-field.is-invalid,
.custom-select.is-invalid {
    border-color: #dc3545;
}

.was-validated .form-control:invalid:focus,
.was-validated .sq-form-field:invalid:focus,
.was-validated .custom-select:invalid:focus,
.form-control.is-invalid:focus,
.sq-form-field.is-invalid:focus,
.custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .sq-form-field:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-feedback,
.sq-form-field.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip,
.was-validated .sq-form-field:invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-tooltip,
.sq-form-field.is-invalid~.invalid-tooltip,
.custom-select.is-invalid~.invalid-tooltip {
    display: block;
}

@media (min-width: 576px) {
    .form-inline .form-control,
    .form-inline .sq-form-field {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
}

/* Textarea */
textarea.sq-form-field {
    width: 100%;
}

/* Date time */

.sq-form-question-datetime .sq-form-question-answer input,
.sq-form-question-datetime .sq-form-question-answer label,
.sq-form-question-datetime .sq-form-question-answer select {
    display: inline-block;
    font-weight: 400;
}
.sq-form-question-datetime .sq-form-question-answer select,
.sq-form-question-datetime .sq-form-question-answer input {
    margin-right: 0.5rem;
}

/* File upload */

/* 
input[type="file"].form-control:after, 
input[type="file"].sq-form-field:after {
  content: "Browse";
  position: absolute;
  left: 0;
  top: 0;
  width: 110px;
  height: 100%;
  color: #495057;
  background-color: #e9ecef;
  text-align: center;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  border: 1px solid #ced4da;
  border-radius: 0.25rem 0 0 0.25rem;
}
 */
 
/* Check boxes and radio buttons */

.sq-form-question-answer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sq-form-question-answer li {
    position: relative;
    padding-left: 20px;
}

.sq-form-question-answer li input {
    position: absolute;
    left: 0;
    top: 6px;
    height: auto;
}

.sq-form-question-answer li label{
    font-weight: normal;
    margin: 0;
}

/* Labels */

label {
    font-weight: 500;
}

legend.sq-form-question-title {
    font-size: inherit;
    font-weight: 500;
}


/* Helpers */

/* Notes */

.sq-form-question-note {
    margin-top: -.6rem;
    margin-bottom: .5rem;
    font-size: 80%;
}
.sq-form-required-field-note {
    margin-bottom: 1rem;
    font-size: 80%;
    font-weight: normal;
}
.sq-form-required-field {
    color: red;
    text-decoration: none !important;
}

.text-muted, .sq-form-question-note {
  color: #6c757d !important;
}

/* Validation */

.sq-form-errors-message,
.sq-form-error {
    font-size: 80%;
    color: #f16464;
}

/* Sections */

.sq-form-unattached,
.sq-form-section {
  margin-bottom: 3rem;
  display: block;
}
legend.sq-form-section-title {
  margin-bottom: 1rem;
  display: block;
  border-bottom: 1px solid #e9ecef;
  font-weight: 500;
}

/* Form summary */

.sq-form-summary-semantic {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sq-form-summary-semantic li > strong {
    font-size: 130%;
    font-weight: 500;
    display: block;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid #929292
}

.sq-form-summary-semantic dl {
    display: block;
    overflow: hidden;
    margin: 0 0 2rem;
    border-bottom: 1px solid #f5f5f5
}

.sq-form-summary-semantic dt {
    font-weight: 500;
    float: left;
    width: 30%;
    clear: left;
    padding: 0.8rem 0;
    position: relative;
    margin: 0;
}

.sq-form-summary-semantic dt:before {
    content:'';
    position: absolute;
    top: 0;
    display: block;
    width: 400%;
    border-top: 1px solid #f5f5f5
}

.sq-form-summary-semantic dt:first-child:before {
    display: none;
}

.sq-form-summary-semantic dd {
    float: left;
    width: 70%;
    padding: 0.8rem 0;
    margin: 0;
}

/* Buttons */

.sq-form-submit {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.3125rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
    .sq-form-submit {
        transition: none;
    }
}

.sq-form-submit:hover,
.sq-form-submit:focus {
    text-decoration: none;
}

.sq-form-submit:focus,
.sq-form-submit.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 42, 58, 0.25);
}

.sq-form-submit.disabled,
.sq-form-submit:disabled {
    opacity: 0.65;
}

.sq-form-submit:not(:disabled):not(.disabled) {
    cursor: pointer;
}

a.sq-form-submit.disabled,
fieldset:disabled a.sq-form-submit {
    pointer-events: none;
}

.sq-form-submit {
    color: #fff;
    background-color: #002A3A;
    border-color: #002A3A;
}

.sq-form-submit:hover {
    color: #fff;
    background-color: #000e14;
    border-color: #000507;
}

.sq-form-submit:focus,
.sq-form-submit.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 42, 58, 0.5);
}

.sq-form-submit.disabled,
.sq-form-submit:disabled {
    color: #fff;
    background-color: #002A3A;
    border-color: #002A3A;
}

.sq-form-submit:not(:disabled):not(.disabled):active,
.sq-form-submit:not(:disabled):not(.disabled).active,
.show > .sq-form-submit.dropdown-toggle {
    color: #fff;
    background-color: #000507;
    border-color: black;
}

.sq-form-submit:not(:disabled):not(.disabled):active:focus,
.sq-form-submit:not(:disabled):not(.disabled).active:focus,
.show >.sq-form-submit.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 42, 58, 0.5);
}

.hidden {
    display: none;
    visibility: hidden;
}

.tagline { 
    margin-bottom: 3rem;
    width:100%;
    height:0;
    border-top:1px solid #CFCFCF;
    text-align:center;
}

.tagline span { 
    text-transform:uppercase; 
    display:inline-block;
    position:relative;
    padding:0 15px;
    background:#F7F7F7;
    color:#002A3A;
    top:-10px;  
}

.radio,
.button,
.tooltip,
.checkbox,  
.form-control,
.notification,
.select > select,
.select-multiple select{ 
    -webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
}

.input-group-text {
    color: #BBB;
}

.input-group-text i {
    font-size: 1rem;
}

/*
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
*/

.input-group.textarea textarea.form-control {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.textarea .input-group-prepend .input-group-text {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group.textarea textarea.form-control {
    border-bottom: 0;
}


.input-hint {
    padding: 10px;
    display: block;
    margin-top: -1px;
    line-height: 16px;
    position: relative;
    background: #F5F5F5;
    border: 1px solid #CFCFCF;
    font-size: 11px;
    color: #999;
}
.input-hint {
    border-top: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 26 February 2020 16:53:17
*/


.card-header.facets {
    padding: 1rem 0rem;
}

/* Add to Calendar */

/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 26 February 2020 16:53:17
*/


.alert {
    margin-bottom: 0;
    border: none;
    border-radius: 0;
}

@keyframes Show {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.show {
  -webkit-animation-name: Show;
  animation-name: Show;
}
/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 26 February 2020 16:53:17
*/


/* #A-Z listing page
 --------------------------------------------------------------------------------------- */
.az-listing__list h2 {
    clear: both;
}

.inside .az-listing__list ul li {
    float: left;
    min-width: 260px;
    width: 24%;
}

.inside .az-listing__list .underline {
    border-top: 3px solid #E7F3F5;
    clear: both;
    margin-bottom: 1px;
    margin-top: 56px;
    padding-top: 9px;
}

.az-listing__pager {
    color: #002A3A;
    font-weight: 700;
    letter-spacing: -.3px;
    line-height: 1.3;
    margin: 0;
    font-size: 1.846em;
    padding-top: 0.385em;
    padding-left: 18px;
    word-spacing: 13px;
}

.az-listing__list ul {
    margin-top: 15px;
}

.az-listing__list .back-to-top {
    clear: both;
    display: block;
    float: right;
}

.az-listing__list .back-to-top a {
    margin-bottom: 0;
    margin-top: 0;
}

ul li.list-group-item ul {
    margin-bottom: 1rem;
    list-style-type: disc;
}

.download_item {
	width: 100%;
	margin-right: 0;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.09);
	background-color: #fff;
	margin-bottom: 1.875rem;
	padding: 2.8125rem 1.875rem;
}

.download_title {
	font-size: 1.25rem;
	line-height: 1.4375rem;
	font-weight: 700;
    margin: 0 0 0.9375rem 0;
}

.download_content {
	font-size: 1.0625rem;
	margin: 0 0 1.6875rem 0;
	font-weight:400;
}

.download_lower {
	font-size: 1.0625rem;
}
/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 26 February 2020 16:53:17
*/


.datepicker {
    border-radius: .25rem;
    direction: ltr;
}

.datepicker-inline {
    width: 220px;
}

.datepicker-rtl {
    direction: rtl;
}

.datepicker-rtl.dropdown-menu {
    left: auto;
}

.datepicker-rtl table tr td span {
    float: right;
}

.datepicker-dropdown {
    top: 0;
    left: 0;
    padding: 20px 22px;
    box-shadow: 0 50px 100px rgba(50, 50, 93, .1), 0 15px 35px rgba(50, 50, 93, .15), 0 5px 15px rgba(0, 0, 0, .1);
}

.datepicker-dropdown.datepicker-orient-left:before {
    left: 6px;
}

.datepicker-dropdown.datepicker-orient-left:after {
    left: 7px;
}

.datepicker-dropdown.datepicker-orient-right:before {
    right: 6px;
}

.datepicker-dropdown.datepicker-orient-right:after {
    right: 7px;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
    top: -7px;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
    top: -6px;
}

.datepicker-dropdown.datepicker-orient-top:before {
    bottom: -7px;
    border-top: 7px solid white;
    border-bottom: 0;
}

.datepicker-dropdown.datepicker-orient-top:after {
    bottom: -6px;

    border-top: 6px solid #fff;
    border-bottom: 0;
}

.datepicker table {
    margin: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

.datepicker table tr td {
    border-radius: 50%;
}

.datepicker table tr th {
    font-weight: 500;

    border-radius: .25rem;
}

.datepicker table tr td,
.datepicker table tr th {
    font-size: .875rem;
    width: 36px;
    height: 36px;
    transition: all .15s ease;
    text-align: center;
    border: none;
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
    background-color: transparent;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
    color: #858585;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
    cursor: pointer;

    background: white;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    cursor: default;
    color: #d5d5d5;
    background: none;
}

.datepicker table tr td.highlighted {
    border-radius: 0;
}

.datepicker table tr td.highlighted.focused {
    background: #002a3a;
}

.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
    color: #acacac;
    background: #002a3a;
}

.datepicker table tr td.today {
    background: #B8DDE1;
}

.datepicker table tr td.today.focused {
    background: white;
}

.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
    color: #002a3a;
    background: white;
}

.datepicker table tr td.range {
    color: #fff;
    border-radius: 0;
    background: #002a3a;
}

.datepicker table tr td.range.focused {
    background: #000c11;
}

.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active,
.datepicker table tr td.range.day.disabled:hover {
    color: #004f6d;
    background: #000507;
}

.datepicker table tr td.range.highlighted.focused {
    background: #d5d5d5;
}

.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
    color: #d5d5d5;
    background: #eee;
}

.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
    color: #fff;
    background: #5e72e4;
}

.datepicker table tr td.day.range-start {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.datepicker table tr td.day.range-end {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.datepicker table tr td.day.range-start.range-end {
    border-radius: 50%;
}

.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.day.range:hover {
    color: #fff;
    background: #002a3a;
}

.datepicker table tr td.active,
.datepicker table tr td.active.highlighted,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
    color: #fff;
    background: #002a3a;
    box-shadow: none;
}

.datepicker table tr td span {
    line-height: 54px;
    display: block;
    float: left;
    width: 23%;
    height: 54px;
    margin: 1%;
    cursor: pointer;
    border-radius: 4px;
}

.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
    background: #eee;
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
    cursor: default;
    color: #d5d5d5;
    background: none;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}

.datepicker table tr td span.old,
.datepicker table tr td span.new {
    color: #002a3a;
}

.datepicker .datepicker-switch {
    width: 145px;
}

.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
    cursor: pointer;
}

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
    background: #eee;
}

.datepicker .prev.disabled,
.datepicker .next.disabled {
    visibility: hidden;
}

.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle;
}
/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 26 February 2020 16:53:17
*/


.timeline .badge-pill {
    padding: 0.48rem 0.6rem;
}
/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 26 February 2020 16:53:17
*/


footer {
    position: relative;
}

.feedback {
    position: absolute;
    bottom: 200%;
    right:2%;
    z-index:200000;
}

.avatar-xlg {
    width: 6.5rem;
    height: 6.5rem;
}

.parks-icon {
    width: auto;
    height: 2rem;
    fill: #002A3A;
}

.pdf-icon {
    min-width: 24px;
}

.dont-break-out {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-word;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.search-contextual-navigation-type h4,
.search-contextual-navigation-type h3,
.search-contextual-navigation-type,
.search-contextual-navigation-topic h4,
.search-contextual-navigation-topic h3,
.search-contextual-navigation-topic,
.search-contextual-navigation-site h4,
.search-contextual-navigation-site h3,
.search-contextual-navigation-site {
    color:#FFF !important;
}

#search-contextual-navigation > h3 {
    color:#FFF !important;
}

.search-contextual-navigation-site > ul > li > a,
.search-contextual-navigation-topic > ul > li > a,
.search-contextual-navigation-type > ul > li > a {
    color:#FFF !important;
}

.comparison-table{
  border-collapse:collapse;
}
.comparison-table .empty-cell{
  border:none;
  background:none;
}
.comparison-table tr:nth-child(2n+1) {
    background: none;
}
.comparison-table td,
.comparison-table th{
  padding:10px 15px;
  border:1px solid #e9e9e9;
  min-width:130px;
  max-width:300px;
  text-align:center;
  vertical-align:middle;
}
.comparison-table .comparison-table-section-header td{
  font-weight:500;
  font-size:12px;
  padding-top:20px;
  color:#222;
  text-transform:uppercase;
  background:#f9f9f9;
  letter-spacing:1px;
}
.comparison-table .comparison-table-desc{
  display:block;
  font-size:11px;
  color:#aaa;
  max-height:0;
  overflow:hidden;
  margin:0;
}

.comparison-table th{
  background:#f9f9f9;
  font-weight:500;
  text-transform:uppercase;
  color:#666;
  padding-top:20px;
  padding-bottom:20px;
  letter-spacing:2px;
  font-size:14px;
}
.comparison-table .comparison-table-pro{
  background:#9e3167;
  color:white;
  border-color:#9e3167;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:50%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.call-out {
    background-color: #FFFFFF;
    border-left: 5px solid #002A3A;
    padding: 2rem 2rem 1rem 2rem;
    margin-bottom: 25px;
    font-weight: 600;
}
/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 26 February 2020 16:53:17
*/


.step-text {
    list-style: none;
    padding-left: 0;
    counter-reset: toc1;
}

.step-text > li {
    position: relative;
    padding-left: 64px;
    margin-bottom: 48px;
    font-weight: 300;
}

.step-text > li::before {
    content: counter(toc1, decimal-leading-zero);
    counter-increment: toc1;
    position: absolute;
    left: 0;
    top: 0;
    color: #002A3A;
    font-size: 24px;
    line-height: 44px;
    text-align: center;
    width: 46px;
    height: 46px;
    background-color: #B8DDE1;
    border-radius: 10rem;
}

.step-text > li ul {
    list-style: none;
    padding-left: 0;
    margin-top: 30px;
    counter-reset: toc2;
}

.step-text > li li {
    position: relative;
    padding-left: 60px;
    margin-bottom: 48px;
    font-weight: 300;
}

.step-text > li li::before {
    content: counter(toc1) "-"counter(toc2);
    counter-increment: toc2;
    position: absolute;
    left: 0;
    top: 0;
    color: #929daf;
    font-size: 20px;
    width: 42px;
    height: 42px;
}

.step-text h5 {
    font-size: 18px;
    padding-top: 5px;
}

.step-text ul h5 {
    font-size: 17px;
    padding-top: 6px;
}

ul.a {list-style-type: circle;}
ul.b {list-style-type: disc;}
ul.c {list-style-type: square;}

ol.d {list-style-type: armenian;}
ol.e {list-style-type: cjk-ideographic;}
ol.f {list-style-type: decimal;}
ol.g {list-style-type: decimal-leading-zero;}
ol.h {list-style-type: georgian;}
ol.i {list-style-type: hebrew;}
ol.j {list-style-type: hiragana;}
ol.k {list-style-type: hiragana-iroha;}
ol.l {list-style-type: katakana;}
ol.m {list-style-type: katakana-iroha;}
ol.n {list-style-type: lower-alpha;}
ol.o {list-style-type: lower-greek;}
ol.p {list-style-type: lower-latin;}
ol.q {list-style-type: lower-roman;}
ol.r {list-style-type: upper-alpha;}
ol.s {list-style-type: upper-greek;}
ol.t {list-style-type: upper-latin;}
ol.u {list-style-type: upper-roman;}
ol.v {list-style-type: none;}
ol.w {list-style-type: inherit;}
/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 26 February 2020 16:53:17
*/


.bg-cream {
    background-color: #f8f7ec !important;
}

.bg-secondary-light {
    background-color: #E7F3F5 !important;
}
