/* Colors 

#24292e - Text
#2f455e - Dark Slate Blue
#ea8b2f - Orange
#ebebea - Light Grey
#dcd5c8 - Light Tan

*/

/* ----------------------------------------------- */
/* All widths (XS through XL) */
/* ----------------------------------------------- */

.site-max-width {
	max-width:1170px;
}
iframe {
	border:0 none; /* frameborder=0 */
	overflow:hidden; /* scrolling=no */
	background-color:transparent; /* allowtransparency */
}
.img-fluid {
    height: auto !important;
}
img.float-start {
    margin-top:.5rem;
    margin-right:20px;
    margin-bottom:.625rem;
}
img.float-end {
    margin-top:.5rem;
    margin-left:20px;
    margin-bottom:.625rem;
}
.embed-responsive-video-container {
    max-width:100%;
}
main {
	display:block;
}
a.skip-to-main:focus {
	position: relative;
	display: block;
	text-align: center;
	width: 100%;
	height: auto;
	padding: 10px;
	margin: 0;
	overflow: visible;
    clip: auto;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}
.modal-title {
	order:-1;
	font-size:1.25rem;
}
.phone-number {
    white-space:nowrap;
}

body {
	font-family: "Poppins", sans-serif;
    font-style:normal;
    font-weight:400;
    font-size: 1rem;
	color:#24292e;
	line-height:1.5;
	background-image: url(../images/bg-footer-skyline.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: contain;
}
caption {
    caption-side: top;
}
hr {
    border-top:3px solid #f1eee9;
    margin:2rem auto;
	opacity:100%;
}
strong {
    font-weight: 600;
}
a,
a:hover {
	color:#2f455e;
}
.page-content a {
	text-decoration:underline;
}
.page-content a:hover {
	text-decoration:none;
}
p,
ul,
ol {
    margin-bottom:1.5em;
}
div.footnotes {
    margin-bottom: 1.5em;
}
p.footnote {
    font-size:.875rem;
    color:#767676;
    margin-bottom: .5em;
}
.page-content {
    font-size:1.125rem;
}
/* Section Head */

h2.section-heading,
h2.section-heading-2,
h1.news-title {
    font-size: 2.5rem;
    font-weight: 500;
	color:#ea8b2f;
}
.homepage-row h2.section-heading {
	font-size:3rem;
}

/* Subhead */
h2.subhead,
h2.subhead-2,
h3.subhead,
h3.subhead-2,
h4.subhead,
h4.subhead-2 {
    font-size:1.5rem;
    font-weight: 500;
	color:#ea8b2f;
}
h2.section-heading-2,
h2.subhead-2,
h3.subhead-2,
h4.subhead-2 {
	color:#2f455e;
}
.page-content h2 sup,
.page-content h3 sup,
.page-content h4 sup {
    top:-1em;
    font-size: 50%;
}
.text-bold-1,
.text-bold-1 a {
	font-weight:600;
	color:#2f455e; /* blue */
}
.text-bold-2,
.text-bold-2 a {
	font-weight:600;
	color:#ea8b2f; /* orange */
}
.text-18pt {
    font-size: 18pt;
}
.form-control {
	font-size: 1rem;
    border-radius: 3px;
    padding:0.375rem 0.75rem;
    height: calc(2em + .5rem + 2px);
	box-shadow: inset 0.125rem 0.125rem 0.125rem 0 #eee;
}
::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
    color: #767676;
    opacity: 1;
}
::-moz-placeholder,
.form-control::-moz-placeholder {
    color: #767676;
    opacity: 1;
}
:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
    color: #767676;
    opacity: 1;
}
::-ms-input-placeholder,
.form-control::-ms-input-placeholder {
    color: #767676;
    opacity: 1;
}
::placeholder,
.form-control::placeholder {
    color: #767676;
    opacity: 1;
}

/* --------------- Buttons --------------- */

.btn {
    /* override */
    font-weight:500;
    font-size: 1.125rem;
    padding:.4rem 1rem;
	border:2px solid transparent;
    border-radius: 1.0809em / 50%;
    text-decoration:none !important;
    white-space: normal;
}
.page-content .btn {
    margin-bottom:.25rem;
}
.btn-lg {
    font-size: 1.5rem;
    padding: .25rem 1.25rem;
    border-radius:1.4375rem/50%;
}
.btn-sm {
    font-size: 1rem;
    padding: .125rem .75rem;
    border-radius:0.96875rem/50%;
}

/* Orange Button White Border */

.btn-primary {
    background-color:#ea8b2f;
    border-color: #ea8b2f;
	color:#fff;
}
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    background-color: #fff;
    border-color: #ea8b2f;
    color:#2f455e;
}
.btn-primary:focus {
    background-color: #fff;
    border-color: #ea8b2f;
    color:#2f455e;
    box-shadow: 0 0 0 .2rem rgba(234,139,47,0.5) !important;
}

/* White Button Blue Border */

.btn-secondary {
    background-color:#fff;
    border-color: #2f455e;
	color:#2f455e;
}
.btn-secondary:hover,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
    background-color: #2f455e;
    border-color: #2f455e;
    color:#fff;
}
.btn-secondary:focus {
    background-color: #fff;
    border-color: #2f455e;
    color:#2f455e;
    box-shadow: 0 0 0 .2rem rgba(47,69,94,0.5) !important;
}

/* White Button White Border */

.btn-secondary-2 {
    background-color:#fff;
    border-color: #fff;
	color:#2f455e;
}
.btn-secondary-2:hover,
.btn-secondary-2:not(:disabled):not(.disabled).active,
.btn-secondary-2:not(:disabled):not(.disabled):active,
.show > .btn-secondary-2.dropdown-toggle {
    background-color: #ea8b2f;
    border-color: #ea8b2f;
    color:#fff;
}
.btn-secondary-2:focus {
    background-color: #fff;
    border-color: #fff;
    color:#2f455e;
    box-shadow: 0 0 0 .2rem rgba(255,255,255,0.5) !important;
}

/* Blue Button */

.btn-default {
    background-color:#2f455e;
    border-color: #2f455e;
	color:#fff;
}
.btn-default:hover,
.btn-default:not(:disabled):not(.disabled).active,
.btn-default:not(:disabled):not(.disabled):active,
.show > .btn-default.dropdown-toggle {
    background-color: #fff;
    border-color: #2f455e;
    color:#2f455e;
}
.btn-default:focus {
    background-color: #fff;
    border-color: #2f455e;
    color:#2f455e;
    box-shadow: 0 0 0 .2rem rgba(0,69,124,0.5) !important;
}

/* Pipe separated lists */

ul.pipe-separated-list {
    list-style: none;
    padding:0;
    margin:0 0 .75rem -.75rem;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
ul.pipe-separated-list li {
    padding:0 .75rem;
    margin:0 0 .75rem 0;
    text-indent:0;
    border-right: 1px solid #ccc;
}
ul.pipe-separated-list li:last-child {
    padding-right: 0;
    border-right: 0 none;
}
ul.pipe-separated-list li::before {
    display: none;
}

/* --------------- Tables --------------- */

.table caption {
    caption-side: top;
    background-color: #2f455e;
    color: #fff;
    font-weight: 600;
    font-size: 1.3125rem;
    padding: 5px 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.rate-table th[scope="col"],
tr.unigrid-head th {
    background-color: #edf0f2;
    color: #2f455e;
    font-size: 1.25rem;
    font-weight: 400;
    vertical-align: bottom;
    padding: 1rem 15px;
    border:0;
}
.rate-table th[scope="col"]:first-child {
	border-top-left-radius: .5rem;
	border-bottom-left-radius: .5rem;
}
.rate-table th[scope="col"]:last-child {
	border-top-right-radius: .5rem;
	border-bottom-right-radius: .5rem;
}
.table>:not(caption)>*>* {
	background-color:transparent;
}
tr.unigrid-head th {
	background-color: #edf0f2;
	border:0;
}
table.isi-rates th[scope="col"]:first-child {
	border-radius:0;
}
table.isi-rates th:last-child {
	border-radius:0;
}
tr.unigrid-head a:hover {
	text-decoration:none;
}
.table th[scope="row"],
.table th[scope="rowgroup"] {
    background-color: #fafafb;
    color:#24292e;
    font-weight: 400;
    vertical-align: top;
}
.table td {
    border-color: #ebecec;
    padding: .75rem 15px;
}
.table tr:last-child td {
    border: none;
}
table.rate-table {
    margin-bottom: 1.5rem;
}
table.isi-rates,
table.isi-rates th[scope="col"] {
	font-size:.75rem;
}
table.isi-rates th[scope="col"] {
padding: 1rem 5px;
}

table.isi-rates td {
	padding:.75rem 5px;
}

.table.isi-rates tr:hover {
  background-color: #fcead9;
	--bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0);	
}


/* --------------- Forms --------------- */

.online-form h3 {
    background-color: #2f455e;
    color: #fff;
    padding: 5px 15px;
    margin-bottom: 0;
}
.online-form h2.label-heading,
.online-form h3.label-heading {
    background-color: #e7dbc8;
    font-size: 1.125rem;
    font-weight:400;
    color: #2f455e;
    padding: 3px 15px;
    margin:0 0 .5rem 0;
    line-height: 1.5;
}
.checkbox input,
.radio input {
    margin-right: .5rem;
	margin-bottom: .75rem;
}
.checkbox-list-horizontal label,
.radio-list-horizontal label {
    margin-right:1rem;
}
.checkbox-list-vertical label,
.radio-list-vertical label {
    width: calc(100% - 20px - .5rem);
    vertical-align: top;
}
.dollar-amount-input .editing-form-control-nested-control {
    display: inline-block;
    margin-left:.5rem;
    width: calc(100% - 2rem);
}
.online-form input.form-control[type="number"] {
    display: inline-block;
}
.ErrorLabel {
    display: block;
    font-weight: 800;
    color:#cc0000;
    margin-bottom: 1.5rem;
}
.InfoLabel {
	display: block;
    margin-bottom: 1rem;
}
.EditingFormErrorLabel {
    display: block;
    color:#cc0000;
}
.online-form  .form-group {
    margin-bottom: 1rem;
}
.online-form .form-group > legend {
    font-size: 1.125rem;
}
.online-form .form-group > label,
.online-form .form-group > legend,
.online-form .form-group > span.EditingFormLabel {
    display: block;
    background-color:#f5f7f8;
    color: #24292e;
    padding:10px 15px;
    margin-bottom: 1rem;
}

@media (min-width: 768px) {

	.online-form .form-group > label.full-round,
	.online-form .form-group > legend.full-round,
	.online-form .form-group > span.EditingFormLabel.full-round {
		border-radius: .5rem;
	}
	.online-form .form-group > label.left-round,
	.online-form .form-group > legend.left-round,
	.online-form .form-group > span.EditingFormLabel.left-round {
		border-top-left-radius: .5rem;
		border-bottom-left-radius: .5rem;
	}
	.online-form .form-group > label.right-round,
	.online-form .form-group > legend.right-round,
	.online-form .form-group > span.EditingFormLabel.right-round {
		border-top-right-radius: .5rem;
		border-bottom-right-radius: .5rem;
	}
	
}

.online-form .ExplanationText {
    padding:0 15px;
    color:#767676;
    font-size:0.875rem;
}
.online-form > fieldset,
.online-form > div[role="group"] > fieldset {
    margin-left: -15px;
    margin-right: -15px;
}
.online-form > fieldset > .row,
.online-form > div[role="group"] > fieldset > .row {
    margin-left: 0;
    margin-right: 0;
}
.online-form > fieldset > legend,
.online-form > div[role="group"] > fieldset > legend {
    font-size: 1.125rem;
    color:#2f455e;
    background-color:#dcdfe0;
    padding:3px 15px;
    margin-bottom:0;
    margin-left:15px;
    width:calc(100% - 30px);
}
@media (min-width: 768px) {
    .online-form {
        padding:0 15px;
    }
    .online-form h3,
    .online-form .form-group {
        margin-left:-12px;
        margin-right:-12px;
    }
    .online-form .form-group > .editing-form-control-nested-control,
    .online-form .form-group > p {
        margin-left: 15px;
        margin-right: 15px;
    }
    .online-form > fieldset > legend,
    .online-form > div[role="group"] > fieldset > legend {
        margin-left:0;
        width:100%;
    }
    .form-group-border-bottom-md {
        border-bottom:1px solid #dcdfe0;
        margin-bottom:0;
    }
}
.form-horizontal .row.form-group label,
.form-horizontal .row.form-group span.EditingFormLabel {
    /* .col-form-label */
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.form-horizontal .row.form-group span.EditingFormLabel {
    display:inline-block;
}
@media (max-width: 767px) {
    .form-horizontal .row.form-group label,
    .form-horizontal .row.form-group span.EditingFormLabel {
        display: block;
        background-color:#e7dbc8;
        color: #2f455e;
        padding:3px 15px;
        margin-bottom: .5rem;
    }
    .form-horizontal .row.form-group .radio label {
        display: inline;
        background-color: transparent;
        padding:7px 0;
        margin: 0 16px 0 0;
    }
}
.confirmation-message {
    background-color: #f5fae0;
    color: #2f455e;
    padding: 20px;
    border: 1px solid #e4f1ab;
    border-radius: 5px;
    margin-bottom: 1.5rem;
}

div.editing-form-control-nested-control input:disabled {
	border:0;
	background-color:#fff;
	padding: 0.375rem .25rem;
	display: block;
    width: 100%;	
}

/* --------------- Parallax --------------- */

/* .parallax-js present as class on the body when the JS is available */

.parallax-js .parallax-container {
    position: relative;
    overflow: hidden;
    /* height determined by JS */
}
.parallax-js .parallax-container .parallax {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.parallax-js .parallax-container .parallax img,
.parallax-js .parallax-container .parallax video {
    opacity: 0;
    position: absolute;
    left: 49.99%;
    /*bottom: 50%;*/
    bottom: 0;
    /*min-width: 100%;*/
    width:100%;
    min-height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

/* --------------- Header Alert ---------------*/

#header-alert {
	background-color:#f9c28d;
    color:#24292e;
	padding-top:15px;
	padding-bottom:10px;
    position:relative;
}
#header-alert:after {
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	display:block;
	width:100%;
	height:6px;
	background-color: transparent;
	background-image: -webkit-linear-gradient(top, transparent, rgba(0,0,0,0.15)); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
	background-image:         linear-gradient(to bottom, transparent, rgba(0,0,0,0.15)); /* Chrome 26, Firefox 16+, IE 10+, Opera */
}
#header-alert .container-fluid {
	padding-right:2.25rem; /* to make room for close icon */
}
#header-alert p {
	margin-bottom:10px;
}
#header-alert a {
    color:#2f455e;
	text-decoration:underline;
}
#header-alert a:hover {
	text-decoration:none;
}
#header-alert .btn-close-alert {
	position:absolute;
	top:15px;
	right:15px;
	text-decoration:none;
    background-color: transparent;
    border: 0 none;
    cursor: pointer;
}
#header-alert .btn-close-alert svg {
    width:.75rem;
    height: 1.091rem;
    fill:#ca7d32;
}
#header-alert .btn-close-alert:hover svg {
    fill:#8d5218;
}
.header-alert-icon svg {
    width:2.75rem;
    height: 2.75rem;
    fill:#2f455e;
}

/* --------------- Header --------------- */

header {
	background:#2f455e;
	color:#fff;
	border-bottom:1px solid #fff;
}
/* shrink logo on scroll */
header #logo {
    width:180px;
    transition: 0.4s;
    -webkit-backface-visibility: hidden;    
}
.top-nav {
	margin-top:.5rem;
}
.top-nav a.nav-link {
	color:#24292e;
	border-right:2px solid #ddd;
	padding:0 .75rem;
}
.top-nav .nav-item:last-child a.nav-link {
	border-right: 0 none;
}
.top-nav a:hover {
	text-decoration: underline;
}
.login-dropdown .dropdown-toggle::after {
	display: none;
}
.login-dropdown div.dropdown-menu {
	margin-top:1.3rem !important;
	min-width:300px;
	padding: 1.5rem;
	border: 3px solid #fff;
	border-radius: 1rem;
	box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);
	background-color: #fff;
	background-image: -webkit-linear-gradient(top, #fff, #f5f7f8); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
	background-image:         linear-gradient(to bottom, #fff, #f5f7f8); /* Chrome 26, Firefox 16+, IE 10+, Opera */
    }


/* --------------- Site Search --------------- */

.site-search .searchLabel {
	/* sr-only */
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* ----- Site Search Field and Drop Down ----- */

.site-search {
    width: 100%;
    max-width: 420px;
    position: relative;
    margin: 0 auto 20px auto;
}
.site-search .searchTextBox {
    border:0;
	border-color:transparent;
    font-size: 1.125rem;
    color: #7d8083;
    width:100%;
    height:2.75rem;
    padding:.5rem 40px .5625rem 20px;
    background-color: #fff;
    border-radius: 1.25rem/50%;
	box-shadow:none;
}
.site-search .searchTextBox:focus {
    outline:0 none;
}
.site-search .searchButton {
    width:1.5rem;
    height:1.5rem;
    position:absolute;
    top:.6rem;
    right:.625rem;
}
.header-buttons .btn {
	margin-bottom:1rem;
}

/* --------------- Search Page ---------------*/

.SearchDialog {
    margin-bottom:30px;
}
.SearchDialog .form-group {
    /* like .row */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.SearchDialog .editing-form-label-cell {
    -ms-flex: 0 0 9.5rem;
    flex: 0 0 9.5rem;
    max-width: 9.5rem;
}
.SearchDialog .editing-form-value-cell {
    /* like .col */
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.page-content .SearchResults h2 {
	font-size: 1.5rem;
	margin-bottom: 0;
}
.search-result-block {
	margin-bottom:1.5rem;
}
.search-result-title a {
	font-weight:600;
	text-decoration:none;
}
.search-result-title a:hover {
	text-decoration:underline;
}
.search-results-details {
	font-size:1rem;
	color:#767676;
}
.site-search-url {
	word-wrap: break-word;
}
.site-search-relevance {
	width: 50px;
	border: solid 1px #ccc;
	margin-top: .5rem;
	margin-right: 6px;
	float: left;
}
.site-search-relevance div {
	height:4px;
	background-color:#ccc;
}
.search-result-block .highlight {
	background-color:#ffffcc;
}
.site-search-create-date {
	display:block;
}
.SearchResults .pager {
    width:100%;
	padding:10px 0 0 0;
	border-top: 1px solid #ddd;
    margin-bottom:30px;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.SearchResults .pager a,
.SearchResults .pager strong {
    display:inline-block;
    background-color:#2f455e;
    color:#fff;
    font-weight:700;
    text-decoration:none;
	padding:.1875rem 1rem .3125rem 1rem !important;
	line-height:1;
    margin:0 0 6px 0;
    border:2px solid transparent;
    border-radius:.1875rem;
}
.SearchResults .pager a:hover,
.SearchResults .pager a:focus {
    color: #fff;
    background-color:#2f455e;
    border-color: #fff;
    box-shadow: 0 0 0 .2rem rgba(47,69,94,0.5) !important;
    outline: 0 none;
}
.SearchResults .pager strong {
    color: #2f455e;
    background-color:#fff;
    border-color: #2f455e;
    cursor: default;
}
.result-number {
	font-size:1rem;
    font-weight:700;
    margin-left:auto;
}

/* Social Icons */

.social-icons .list-inline-item:not(:last-child) {
    margin-right: .1875rem;
}
.social-icons a {
    display: block;
    width:2.52rem;
    height:2.52rem;
    border:2px solid #2f455e;
	background-color:#fff;
    border-radius: 50%;
    color:#2f455e;
    text-align: center;
    line-height: 1.5;
}
.social-icons svg {
    fill: #2f455e;
    display: inline-block;
    width: 1.45rem;
    height: 1.45rem;
    vertical-align: baseline;
    margin-top: .4rem;
}
.social-icons a:hover {
    border-color: transparent;
}
.social-icons a:hover svg,
.social-icons a:focus svg {
    fill: #fff;
}
.social-icons .item-Facebook a:hover,
.social-icons .item-Facebook a:focus {
    background-color: #3b5998;
}
.social-icons .item-Twitter a:hover,
.social-icons .item-Twitter a:focus {
    background-color: #000;
}
.social-icons .item-Instagram a:hover,
.social-icons .item-Instagram a:focus {
    background-color: #c13584;
}
.social-icons .item-YouTube a:hover,
.social-icons .item-YouTube a:focus {
    background-color: #ff0000;
}
.social-icons .item-Vimeo a:hover,
.social-icons .item-Vimeo a:focus {
    background-color: #1ab7ea;
}
.social-icons .item-LinkedIn a:hover,
.social-icons .item-LinkedIn a:focus {
    background-color: #0077b5;
}
.social-icons .item-Email a:hover,
.social-icons .item-Email a:focus {
    background-color: #2f455e;
}
.social-icons .item-Yelp a:hover,
.social-icons .item-Yelp a:focus {
    background-color: #af0606;
}
.social-icons .item-App-Store a:hover,
.social-icons .item-App-Store a:focus {
    background-color: #1767EF;
}
.social-icons .item-Google-Play a:hover,
.social-icons .item-Google-Play a:focus {
    background-color: #689f38;
}
.social-icons .item-Google-Play svg {
    margin-left:.25rem;
}

.mail-list-button {
    padding-left:.25rem;
    line-height: 1.5rem;
}
.mail-list-button .icon-svg {
    display: inline-block;
    width:1.5rem;
    height:1.5rem;
    margin-right:.5rem;
}
.mail-list-button .icon-svg svg {
    width:1.5rem;
    height:1.5rem;
    fill:#2f455e;
    vertical-align: top;
}
.mail-list-button:hover .icon-svg svg,
.mail-list-button:focus .icon-svg svg,
.mail-list-button:active .icon-svg svg,
.mail-list-button.show .icon-svg svg {
    fill:#fff;
}

/* --------------- Key Rates --------------- */

.rate-bar {
	background:#2f455e;
	color:#fff;
	background-image: url(../images/bg-key-rates.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: contain;
	padding:2rem 0;
}

.key-rates-table table {
	color:#fff;
}

.key-rates-table td {
	background-color:transparent;
	border-bottom:2px solid #54667b;
	color:#fff;
}

.rate-bar .rb-col {
    padding-top:15px;
    padding-bottom:15px;
	padding:0 4rem;
	margin-bottom:2rem;
}

/* MD and wider */
@media (min-width: 768px) {
	
	.rate-bar .rb-col {
		border-right: 3px solid #b9bec1;
	}
	.market-rates.rate-bar .rb-col {
		border-right: 3px solid #83abca;
	}
	.rate-bar .rb-col:last-child {
		border-right: 0 none;
	}
	
}

.rb-block-grid-container {
	margin-top:.5rem;
    display:inline-block;
}
.rb-block-grid {
    display:-ms-grid;
    display: grid;
    line-height:1;
}
.rb-number {
    -ms-grid-column:1;
    -ms-grid-column-span:1;
    grid-column: 1 / 2;
    -ms-grid-row:1;
    -ms-grid-row-span:2;
    grid-row: 1 / 3;
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-row-align: center;
    align-self: center;
}
.rb-percent {
    -ms-grid-column:2;
    -ms-grid-column-span:1;
    grid-column: 2 / 2;
    -ms-grid-row:1;
    -ms-grid-row-span:1;
    grid-row: 1 / 2;
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-row-align: end;
    align-self: end;
}
.rb-apr-apy {
    -ms-grid-column:2;
    -ms-grid-column-span:1;
    grid-column: 2 / 3;
    -ms-grid-row:2;
    -ms-grid-row-span:1;
    grid-row: 2 / 3;
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-row-align: start;
    align-self: start;
}
.rb-number {
    font-size: 3.25rem;
    font-weight: 700;
    text-align: right;
    padding-right: .25rem;
}
.rb-percent {
    font-size: 1.75rem;
    font-weight: 400;
    margin-top: .25rem;
}
.rb-apr-apy {
    font-size: .8125rem;
    font-weight: 300;
}
.rate-label {
    font-size: 1.25rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.2;
    margin-bottom: .25rem;
}
.rate-bar a,
.rate-bar a:hover {
    text-decoration: none;
}
.rate-bar a:hover:not(.btn) {
    color:#24292e;
}

.rate-bar .rb-block-grid,
.rate-bar a .rb-block-grid {
}
.rate-bar .rate-label,
.rate-bar a .rate-label {
}
.rate-bar .rate-description {
	color:#7d8083;
}
/*.rate-bar a:hover .rb-block-grid,
.rate-bar a:hover .rate-label,
.rate-bar a:hover .rate-description {
    color:#bddcff;
}*/
.rate-bar p.footnote {
    text-align: center;
    font-size: .875rem;
}

/* --------------- Treasury Rate Chart --------------- */

.treasury-rate-chart {
	border-radius:1rem;
	background:#ebebea;
	padding:2rem;
	color:#434e59;
}
.treasury-rate-chart h2 {
	color:#2f455e;
	font-size:1.5rem;
}

/* --------------- Blog/News Carousel --------------- */

/* Slick Carousel Navigation */

.slick-arrow {
    position: absolute;
    top:50%;
    transform: translate(0, -50%);
    background-color: transparent;
    padding:0;
    border:0 none;
    cursor: pointer;
}
button.slick-arrow {
	overflow: visible;
}
.slick-arrow svg {
    width: 24px;
    height: 48px;
    fill:#ea8b2f;
	overflow:hidden;
}
.slick-arrow:hover svg {
    fill:#f9ac61;
}
.slick-prev {
    left:-1.5rem;
}
.slick-next {
    right:-1.5rem;
}
.news-carousel-wrapper,
.blog-carousel-wrapper {
    padding:3rem 2rem;
}
.news-carousel-wrapper-child,
.blog-carousel-wrapper-child {
	background-color:transparent;
}
.news-carousel,
.member-solutions-carousel,
.blog-carousel {
    margin:0 auto 1.5rem auto;
    position: relative;
}
.news-carousel .slick-track,
.member-solutions-carousel .slick-track,
.blog-carousel .slick-track {
	padding:1rem 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.news-carousel .slick-slide,
.member-solutions-carousel .slick-slide,
.blog-carousel .slick-slide,
.blog-carousel-item.commentary .slick-slide {
    height: auto;
    margin:0 15px;
}
.news-carousel .news-item > a,
.member-solutions-carousel .news-item > a,
.news-landing-page .news-item > a,
.blog-carousel .blog-carousel-item > a,
.blog-carousel .blog-carousel-item-commentary {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
	border-radius: 1rem;
	background:#2f455e;
    color:#fff;
    height: 100%;
    position: relative;
    text-decoration: none;
    transition: background-color .3s;
    max-width:360px;
    margin-left:auto;
    margin-right:auto;
}
.news-landing-page .news-item > a,
.blog-carousel .blog-carousel-item > a {
	background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(47, 69, 94, 1) 18%, rgba(47, 69, 94, 1) 100%);
}
.blog-carousel-wrapper-child p,
.blog-carousel-wrapper-child button.btn,
.blog-carousel-wrapper-child .blog-carousel-item.commentary a {
	font-size:.75rem !important;
}
.blog-carousel-wrapper-child h3 {
	font-size:.9rem !important;
}
.blog-carousel-wrapper-child h2.section-heading {
	font-size:2rem;
}
.blog-carousel-wrapper-child .blog-carousel .read-more svg {
    width: .7rem;
    height: .7rem;
    margin-right: .2rem;
}

.blog-carousel .blog-carousel-item.commentary {
    background-color: #2f455e;
	color:#fff;
	padding-top:1rem;
	border-radius: 1rem;
	box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
}

.blog-carousel .blog-carousel-item.commentary h3 {
	color:#fff;
}
.blog-carousel .blog-carousel-item.commentary p {
	font-size:.9rem;
}
.blog-carousel .blog-carousel-item.commentary a {
	color:#fff;
	text-decoration:none;
	font-weight:500;
	font-size:1rem;
}
.blog-carousel .blog-carousel-item.commentary a:hover {
	text-decoration:underline;
}
.blog-carousel .read-more svg {
    display: inline-block;
    width: .9rem;
    height: .9rem;
    margin-right: .25rem;
    fill: #fff;
}
.news-carousel .news-item > a:hover,
.member-solutions-carousel .news-item > a:hover,
.news-landing-page .news-item > a:hover,
.blog-carousel .blog-carousel-item > a:hover {
    text-decoration: none;
	box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
}
.news-carousel .news-item > a:focus,
.member-solutions-carousel .news-item > a:focus,
.news-landing-page .news-item > a:focus,
.blog-carousel .blog-carousel > a:focus {
    outline: 0 none;
    box-shadow: inset 0 0 0 2px #b3dcfc;
}
.news-carousel .news-item-caption,
.member-solutions-carousel .news-item-caption,
.news-landing-page .news-item-caption,
.blog-carousel .blog-carousel-item-caption {
    font-size: 1rem;
    padding:24px;
	text-align:center;
	text-align:center;
}
.news-carousel .news-item-caption p,
.member-solutions-carousel .news-item-caption p,
.news-landing-page .news-item-caption p,
.blog-carousel .blog-carousel-caption p {
    margin-bottom: 0;
}
.news-carousel .news-item > a h3,
.news-landing-page .news-item-caption h3,
.news-landing-page .news-item > a h2,
.blog-carousel .blog-carousel-item > a h3,
.blog-carousel .blog-carousel-item > a h2 {
    color:#f9ac61;
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.news-carousel .news-item-image,
.news-landing-page .news-item-image,
.blog-carousel .blog-carousel-image,
.blog-carousel .blog-carousel-item-image {
    overflow: hidden;
	border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;	
}
.news-carousel .news-item-image img,
.news-landing-page .news-item-image img,
.blog-carousel .blog-carousel-image img,
.blog-carousel .blog-carousel-item-image img {
    transform: scale(1);
    transition: all 0.5s ease-in-out;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.news-carousel .news-item > a:hover .news-item-image img,
.news-landing-page .news-item > a:hover .news-item-image img,
.blog-carousel .blog-carousel-item > a:hover .blog-carousel-item-image img,
.blog-landing-page .blog-carousel-item > a:hover .blog-carousel-item-image img {
    transform: scale(1.05);
}

/* --------------- News Landing Page --------------- */

.news-landing-page .news-item {
    margin: 0 0 30px 0;
    padding: 0 15px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    background-color:transparent;
    border-color:transparent;
}
@media (min-width: 768px) {
    .news-landing-page .news-item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (min-width: 992px) {
    .news-landing-page .news-item {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

/* --------------- Blog --------------- */

#breadcrumbs {
    font-size:0.875rem; /* 14px */
    padding:8px 15px 8px 0;
    margin-bottom:1.5rem;
}
#breadcrumbs a {
    color:#2f455e;
}
.blog-post .post-details {
    padding-bottom:.5rem;
    border-bottom:3px solid #ebecec;
    margin-bottom: 1.25rem;
}
.blog-post .post-teaser {
    margin-bottom: 1.5rem;
}
.page-content .read-more {
    font-weight: 600;
}
.page-content .blog-post .read-more a {
    text-decoration: none;
    color: #2f455e;
}
.page-content .blog-post-summary .read-more svg {
    display: inline-block;
    margin-top: -.125rem;
    margin-right: .25rem;
    fill: #2f455e;
    width: 1.125em;
    height: 1em;
}
.blog-category-heading {
    background-color: #24292e;
    padding:8px 15px;
    color:#fff;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom:1.5rem;
}
.month-title {
    background-color: #f5f7f8;
    padding:8px 15px;
    color:#24292e;
    font-weight: 600;
    margin-bottom:1.5rem;
	border-radius:.5rem;
}

/* ----- Blog Post Summary ----- */

.blog-post-summary {
    border-bottom: 3px solid #ebecec;
    margin-bottom:1.5rem;
}
.blog-post-summary:last-child {
    border-bottom:0;
}
.blog-post-summary h2 {
    font-size: 1.75rem;
}
.blog-post-summary h2 a {
    color: #2f455e;
}
.blog-post-summary a {
    text-decoration: none;
}
.blog-post-summary a:hover {
    text-decoration: underline;
}
.blog-post-summary .post-details {
    margin-bottom:0.75rem;
}
.post-summary {
    margin-bottom:1.5rem;
}
.post-date {
	font-weight:600;
}
.post-summary .post-teaser {
    margin-bottom:1rem;
}
.post-teaser img {
	border-radius:1rem;
}
.post-summary a {
    color:#24292e;
}
.post-summary a:hover {
    text-decoration: none;
}
.post-summary a .read-more {
    margin:0;
    color:#2f455e;
    font-size: 1.125rem;
}
.post-summary a:hover .read-more {
    text-decoration:underline;
}

/* Blog and Search Pagination */

.blog-pagination,
.SearchResults .pager {
	margin-bottom:30px;
}
.blog-pagination a,
.blog-pagination strong,
.SearchResults .pager a,
.SearchResults .pager strong {
    display:inline-block;
    background-color:#2f455e;
    color:#fff;
	font-weight:400;
    text-decoration:none;
	padding: .25rem 0.75rem .375rem 0.75rem !important;
	line-height:1;
    margin:0 0 6px 0;
    border-radius: .25rem;
}
.blog-pagination a:hover,
.SearchResults .pager a:hover {
    color: #fff;
	background-color:#1766a5;
}
.blog-pagination strong,
.SearchResults .pager strong {
    color: #fff;
	background-color:#2f455e;
	font-weight:400;
    cursor: default;
}
.pagination-details,
.result-number {
    margin-left:auto;
    font-size:0.875rem; /* 14px */
}

/* --------------- Member Solutions Carousel --------------- */


.member-solutions-wrapper {
	padding:4rem 0 3rem 0;
	background-image: url(../images/bg-graph.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-left:1rem;
	padding-right:1rem;
}
.member-solutions-wrapper h2 {
	line-height:1;
}
.member-solutions-carousel .news-item > a h3 {
	color:#fff;
	font-weight:600;
	font-size: 1.5rem;
}
.member-solutions-carousel .news-item-caption > p {
	font-size:.9rem;
}

.member-solutions-carousel .icon-svg svg {
    fill: #ea8b2f;
    width: 50px;
    height: 50px;
}

/* --------------- Upcoming Events - Home --------------- */

.upcoming-events {
	padding:2rem 0;
	background-image: linear-gradient(to top, rgba(255,255,255,0), rgba(255,255,255,1));
}
.events-home {
	margin-top:2rem;
}
.events-home .event-col {
	padding-bottom:2rem;
}
.events-home .event-col a {
	text-decoration:none;
}
a > div.event-listing {
    background-color: #fff;
    border-radius: 1rem;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
    color: #24292e;
	height: 100%;
	font-size: 1rem;
    padding: 1rem 1.5rem;
	border-top:1.5rem solid #eef69b;
	position: relative;
}
a > div.event-listing:hover {
    text-decoration: none;
	box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
}
.events-home .event-date {
	font-size: 2rem;
    font-weight: 600;
    position: relative;
    z-index: 1000;
}
.events-home .event-year {
    margin-left: .5rem;
    font-size: 4rem;
    font-weight: 700;
    color: #f4f7f9;
    position: absolute;
    top: -1.1rem;
    right: 0;
}
.events-home h2.subhead {
	margin-top:.75rem;
	font-size:1.25rem;
	color:#2f455e;
}
.events-home .event-summary {
	font-size: .9rem;
}

/* --------------- Events Calendar --------------- */

.event-calendar .event-listing {
    border-bottom: 3px solid #eceded;
    margin-bottom:1.5rem;
}
.event-calendar .event-listing:last-child {
    border-bottom: 0;
}
.event-calendar .event-date-display {
    background-color: #2f455e;
    color: #fff;
    font-weight: 800;
    display: block;
    padding: 10px;
    border: 2px solid transparent;
    border-radius: 0.5rem;
    text-align: center;
    text-decoration: none !important;
    min-width:4.25rem;
    margin-top:.375rem;
}
.event-calendar .event-date-display:hover {
    background-color: #fff;
    color: #2f455e;
    border-color: #2f455e;
}
.event-calendar .event-date-display:focus {
    background-color: #fff;
    border-color: #fff;
    color:#2f455e;
    box-shadow: 0 0 0 .2rem rgba(0,69,124,0.5) !important;
}
.event-calendar .event-date-month {
    text-transform: uppercase;
    font-size: 1.125rem;
    line-height: 1.1;
    display: block;
}
.event-calendar .event-date-day {
    font-size: 30px;
    line-height: 1.875rem;
    display: block;
}
.event-calendar .event-listing h2 a {
    text-decoration: none;
}
.event-calendar .event-listing h2 a:hover {
    text-decoration: underline;
}
.event-calendar .event-listing .event-date,
.event-calendar .event-date,
.event-calendar .event-location {
    font-style: italic;
}

.event-registration {
    background-color:#ebebea;
    padding:2rem 2rem 1rem 2rem;
	border-radius:1rem;
}
.EventManagerRegistration .form-horizontal {
    /* .row */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.EventManagerRegistration .form-group {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 1rem;
}
@media (min-width: 576px) {
    .EventManagerRegistration .form-group {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
span.EventManagerRegTitle {
	display:none;
}
.event-calendar .EventManagerOutlookLink {
    display: inline-block;
    font-weight: 800;
    font-size: 1.125rem;
    line-height: 1.445;
    padding:.3125rem 1rem;
	border:2px solid transparent;
    border-radius:1.25rem / 50%;
    text-decoration:none !important;
    white-space: normal;
    background-color:#2f455e;
	color:#fff;
}
.event-calendar .EventManagerOutlookLink:hover {
    background-color: #fff;
    border-color: #2f455e;
    color:#2f455e;
}
.event-calendar .EventManagerOutlookLink:focus {
    background-color: #fff;
    border-color: #fff;
    color:#2f455e;
    box-shadow: 0 0 0 .2rem rgba(47,69,94,0.5) !important;
    outline: 0 none;
}

/* --------------- Quick Links List --------------- */

.quick-links-list h2 {
    font-size: 2.125rem;
    font-weight: 700;
    color:#2f455e;
    margin-bottom: 1rem;
}
.quick-links-list ul {
    padding-left: 0;
    list-style: none;
    margin:0;
}
.quick-links-list a {
    display:block;
    font-size: 1.5rem;
    text-decoration: none;
    padding:.5rem 10px;
    border-bottom:2px solid #e2e3e5;
}
.quick-links-list a:hover {
    background-color:#f8f9fa;
}
.quick-links-list li:last-child a {
    border-bottom: 0 none;
}

/* --------------- AIM Portal --------------- */

/* Login Box */

.secure-area-login-box {
    max-width: 25rem;
    background-color: #f1eee9;
    padding: 1.25rem 2rem;
    border: 1px solid #e6e2d8;
    margin: 0 auto 30px auto;
	border-radius: 1rem;
}
.portal-login h2 {
    font-size: 2rem;
    color: #ea8b2f;
    margin-bottom: 1rem;
}
.portal-login .control-label {
	margin-bottom:.5rem;
}
.portal-login .form-group {
    margin-bottom: 1rem;
}
.portal-login .form-control-error,
.portal-login  .logon-password-retrieval-link {
	font-size:.9rem;
	margin:.5rem 0 1rem 0;
}
.portal-login .logon-remember-me-checkbox {
    display: block;
    margin-bottom: 1rem;
}
.portal-login input.btn,
.portal-login a.btn-primary {
    margin-bottom: 1rem;
}
.portal-login span.error-label {
	display: block;
	margin-bottom:1rem;
}
.portal-login .explanation-text,
.portal-login .ExplanationText {
	font-size: .8rem;
	color:#7d8083;
	margin-top:.4rem;
}

.portal-login .password-strength-text {
	margin-top: 1rem;
    font-size: .9rem;
}
.password-strength-not-acceptable {
	color:#d6031b;
}
.password-strength-excellent {
	color:#03a04a;
}
.table.table-hover {
	margin-top:1.5rem;
	margin-bottom:0;
}
.cms-bootstrap .icon-file-default:before {
    content: url("../images/icon-file.svg");
	width:30px;
	display:block;
}
.icon-file-default svg path.fa-secondary {
	fill:#000;
}
.cms-bootstrap .icon-file-pdf:before {
    content: url("../images/icon-pdf.svg");
}
.cms-bootstrap .icon-file-xls:before {
    content: url("../images/icon-excel.svg");
}
.cms-bootstrap .icon-file-doc:before {
    content: url("../images/icon-word.svg");
}
.cms-bootstrap .icon-file-csv:before {
    content: url("../images/icon-csv.svg");
}
.cms-bootstrap .icon-file-zip:before {
    content: url("../images/icon-zip.svg");
}
td.FileTypeIcon span.sr-only,
td.NoIcon {
	display:none;
}

/* --------------- Reports multi-file upload --------------- */



/* --------------- tan container --------------- */

.tan-container {
    background-color: #f1eee9;
    padding: 1.25rem 2rem;
    border: 1px solid #e6e2d8;
	border-radius: 1rem;
}
.tan-container h2 {
    font-size: 2rem;
    color: #ea8b2f;
    margin-bottom: 1rem;
}

/* --------------- breadcrumbs --------------- */
#breadcrumbs {
    font-size:0.875rem; /* 14px */
    padding:1rem 1.5rem;
    margin-bottom:1.5rem;
    background-color: #edf0f2;
	color:#2f455e;
	border-radius:.5rem;
}
#breadcrumbs a {
    color:#2f455e;
}

/* --------------- Media Library Tree --------------- */
s
.MediaLibraryTree {
    margin-bottom: 1.5rem;
}
.MediaLibraryTree a {
    text-decoration: none;
}
.MediaLibraryTree a:hover {
    text-decoration: underline;
}
.MediaLibraryTree .SelectedFolder a {
    font-weight: 700;
}
.MediaLibraryTree .table {
    margin-bottom:.5rem;
}
.MediaLibraryTree .tr {
    width: 100%;
    overflow: hidden;
}
.MediaLibraryTree .tr .td {
    float: left;
}
.MediaLibraryTree .Folder {
    margin-left:3px;
}

/* Media Library Content */

.MediaGalleryContent {
    margin-bottom:1.5rem;
}
.MediaLibrarySort {
    background-color:#f7f7f9;
    padding:5px 10px;
}
.MediaLibrarySort a {
    margin-right:.5rem;
}
.media-library-item {
    padding:10px;
    border-bottom:1px solid #dcdce2;
}
.MediaGalleryContent .no-record {
    margin-top: 1rem;
    padding-left: 10px;
}

/* Pagination */

.MediaGalleryContent .Pager {
	margin-top:10px;
	margin-bottom:30px;
}
.MediaGalleryContent .Pager a,
.MediaGalleryContent .Pager strong {
    display:inline-block;
	font-weight:700;
    text-decoration:none;
	padding:8px 12px !important;
	line-height:1;
    margin:0 0 6px 0;
    border:1px solid #dcdce2;
    background-color: #fff;
    color:#000;
}
.MediaGalleryContent .Pager a:hover {
    background-color:#f6f6f6;
	color:#000;
}
.MediaGalleryContent .Pager strong {
    background-color:#2f455e;
    border-color: #2f455e;
	color:#fff;
}
.MediaGalleryContent .Pager .pagination-details {
    margin-left:auto;
    font-size:0.875rem; /* 14px */
    color:#2f455e;
}

.logout-button {
    text-align: right;
}

/* --------------- Footer --------------- */

footer {
}
.footer-text a {
	text-decoration:none;
}
.footer-text a:hover {
	text-decoration:underline;
}
.footer-text p,
.footer-text ul,
.footer-text ul li {
    margin-bottom:0;
}

/* --------------- Page Header --------------- */

.header-with-image {
	position: relative;
	width: 100%;
    overflow:visible;
}
.header-with-image::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3); 
}
.header-with-image img {
    position: absolute;
    top: 0;
    right:0;
    display: block;
    height: auto;
	width: 200%;
    transform:none;
}
.child-page-header {
	background: url(../images/page-header-graph.png?v=4) no-repeat center top #fff;
	background-size: cover;
	
}

/* For within CMS */
.child-page-header .image-selector-image-preview {
	z-index: -1;
}
.page-heading {
    padding:3rem 15px;
    color: #2f455e;
    margin: 0 auto;
	font-size: 1.0625rem;
}
.header-with-image .page-heading {
	width: 100%;
	padding:2.5rem 0 0 0;
	border-bottom: 0 none;
	z-index: 1;
}

.page-heading-caption {
	display: inline-block;
	margin: 0 1rem;
	color:#ea8b2f;
}
.page-heading h1,
.page-heading .page-header {
    font-size: 2rem;
    font-weight: 600;
    color:#2f455e;
    line-height: 1.2;
	max-width: none;
	margin-bottom:0;
}
.page-heading .btn {
    margin-bottom:.25em;
}

.child-page-header p,
.child-page-header ul,
.child-page-header ol {
	margin-bottom:.667em;
}

@media (max-width: 767.98px) {

}

@media (min-width: 576px) {
	
	.header-with-image {
	}		
	.header-with-image img {
	}
		
}

@media (min-width: 768px) {
	
	.header-with-image {
		padding-bottom: 3%;
	}	
	.header-with-image .page-heading h1,
    .header-with-image .page-heading .page-header {
        font-size: 2em;
        max-width: none;
    }
	.header-with-image img {
	}
	.page-heading-caption {
		/* min-width:80%;*/
	}
	.page-heading-caption p {
		font-size:1.5rem;
	}

    /* For within CMS */
    .EditMode .header-with-image {
        height: auto;
        padding-bottom: 0;
    }
    /* For within CMS */
    .EditMode .header-with-image .page-heading,
    .DesignMode .header-with-image .page-heading {
        position: static;
        transform: none;
    }
    
}
@media (min-width: 992px) {

		
	.page-heading-caption {
		/* min-width:50%;*/
	}
	.page-heading h1,
	.page-heading .page-header,
	.header-with-image .page-heading h1,
    .header-with-image .page-heading .page-header {
        font-size: 2.5em;
    }		

}

@media (min-width: 1200px) {
    .child-page-header {
        background-size:100% auto;
    }
	.header-with-image {
		overflow: hidden;
	}
	.header-with-image img {
	    width: 70%;
		min-width: 100%;
    	height: auto;
	}	
	.page-heading h1,
	.page-heading .page-header,
	.header-with-image .page-heading h1,
    .header-with-image .page-heading .page-header {
        font-size: 2.5em;
    }	
}

@media (min-width: 1680px) {
    .child-page-header {
        background-size:100% auto;
    }
}

.page-content {
    margin-bottom:1.5rem;
}
.page-content-no-sidebar {
    max-width: 1080px;
    margin: 0 auto 1.5rem auto;
    padding: 0 15px;
}

.page-content {
    margin-bottom:3rem;
}
.page-content-no-sidebar {
    max-width: 860px;
    margin: 0 auto 1.5rem auto;
    padding: 0 15px;
}

/* --------------- Page Content Cards --------------*/

.page-content .card,
.page-content .card-footer {
	border:0;
	background-color:transparent;
}

/* --------------- Blue Section --------------- */


.blue-section {
	padding:10rem 0 3rem 0;
	background: url(../images/bg-rolling-hills.png) #cae6fd;
	background-repeat: no-repeat;
	background-position: top center;
	margin:4rem 0;
	text-align:center;
}
.blue-section h2 {
	font-size:2rem;
}

/* --------------- News Carousel Interior --------------- */

.news-carousel-wrapper {
    padding:20px 2rem;
	background-color:#fff;
}

/* --------------- Rates Container --------------- */

.rates-container {
    font-size:90%;
}


/* --------------- Tabbed Content --------------- */

.page-content ul#content-tabs {
    /* .nav styles */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.page-content ul#content-tabs > li a {
    /* .nav-link styles */
    display: block;
    padding: 0.5rem 1rem;
}

.page-content ul.nav-tabs,
.page-content ul#content-tabs {
	margin-bottom:1.5rem;
	padding-left:0;
	border-bottom:5px solid #2f455e;
}
.page-content ul.nav-tabs > li,
.page-content ul#content-tabs > li {
	text-indent:0;
    padding-left:0;
    margin-bottom: 0;
}
.page-content ul.nav-tabs > li:before,
.page-content ul#content-tabs > li:before {
	content:"";
	display:none;
}
.page-content ul.nav-tabs > li a,
.page-content ul#content-tabs > li a {
    text-decoration:none;
    font-weight: 500;
    font-size: 1.25rem; /* 20px */
	background-color:#edf0f2;
	color:#2f455e;
	border:0 none;
    padding:10px 15px;
    margin-right:2px;
	border-radius: 5px 5px 0 0;
	border-bottom: 1px solid #2f455e;
	cursor:pointer;
}
.page-content ul.nav-tabs > li a.active,
.page-content ul.nav-tabs > li a:hover,
.page-content ul.nav-tabs > li a:focus,
.page-content ul#content-tabs > li.CMSListMenuHighlightedLI a,
.page-content ul#content-tabs > li a:hover,
.page-content ul#content-tabs > li a:focus {
	background-color:#2f455e;
	color:#fff;
	border:0 none;
}
.page-content ul.nav-tabs > li a.active:focus {
    outline-color: #2f455e;
}
@media (max-width: 767px) {
    .page-content ul.nav-tabs > li,
	.page-content ul#content-tabs > li {
		width:100%;
		margin-bottom:1px;
    }
    .page-content ul.nav-tabs > li a,
	.page-content ul#content-tabs > li a {
        display: block;
        width:100%;
    }
}

/* --------------- Accordion --------------- */

.accordion {
    margin-bottom: .5rem;
    border:0 none;
}
.accordion-item {
	border:none 0;
}
.accordion .accordion-header {
    padding:0;
    border: 0 none;
    background-color: transparent;
}
.accordion .accordion-header .accordion-button {
    background-color:#edf0f2;
	font-size:1.25rem;
	font-weight:400;
    color:#2f455e;
    border-radius:1rem;
    padding:1.25rem 1rem;
	border:0 none;
	box-shadow:none;
}
.accordion .accordion-header .accordion-button  .green-accordion {
	background-color:#ebebea;
}
.accordion-button::after {
	fill:#2f455e;
}

.accordion .accordion-header .accordion-button:hover,
.accordion .accordion-header .accordion-button[aria-expanded="true"] {
    background-color:#fcead9;
}
.accordion .accordion-header .accordion-button:focus {
    box-shadow: inset 0 0 0 2px rgba(217,220,222,0.5) !important;
}
.accordion .accordion-header .accordion-button:hover:focus,
.accordion .accordion-header .accordion-button[aria-expanded="true"]:focus {
    box-shadow: inset 0 0 0 2px rgba(234,139,47,0.5) !important;
}
.accordion-body {
    border:0;
}

/*-- Green Accordion --*/

.green-accordion .accordion-header .accordion-button {
	background-color:#ebebea;
	color:#24292e;
}
.green-accordion .accordion-button::after {
	fill:#24292e;
}
.green-accordion .accordion-header .accordion-button:hover,
.green-accordion .accordion-header .accordion-button[aria-expanded="true"] {
    background-color:#d4d4d2;
}
.green-accordion .accordion-header .accordion-button:focus {
    box-shadow: inset 0 0 0 2px rgba(212,212,210,0.5) !important;
}
.green-accordion .accordion-header .accordion-button:hover:focus,
.green-accordion .accordion-header .accordion-button[aria-expanded="true"]:focus {
    box-shadow: inset 0 0 0 2px rgba(212,212,210,0.5) !important;
}

/* --------------- Site Map ---------------*/

.CMSSiteMapList a {
    text-decoration: none;
}
.CMSSiteMapList a:hover {
    text-decoration: underline;
}
.page-content > .CMSSiteMapList > li {
    font-size: 1.25rem;
    font-weight: 700;
    text-indent: 0;
    padding: 0;
    margin: 0 0 1.125rem 0;
    list-style: none;
}
.page-content > .CMSSiteMapList > li li {
    font-size: 1.125rem;
    font-weight: normal;
}

/* ----------------------------------------------- */
/* XS Only */
/* ----------------------------------------------- */

@media (max-width: 575.98px) {
	

}

/* ----------------------------------------------- */
/* SM and wider */
/* ----------------------------------------------- */

@media (min-width: 576px) {

/* --------------- News List --------------- */

    .news-list .news-item > a {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .news-list .news-item-image {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
        margin-top:.3125rem;
        margin-right:20px;
    }
    .news-list .news-item-caption {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

}


/* ----------------------------------------------- */
/* SM Only */
/* ----------------------------------------------- */

@media (min-width: 576px) and (max-width: 767.98px) {
	
}

/* ----------------------------------------------- */
/* SM and Lower */
/* ----------------------------------------------- */
@media (max-width: 767.98px) { 

	.header-buttons .btn {
		width:100%;
	}



}

/* ----------------------------------------------- */
/* MD and wider */
/* ----------------------------------------------- */

@media (min-width: 768px) {
	
	header {
		box-shadow: 0 0 7px 0 rgb(0 0 0 / 40%);
	}
	
	.site-search {
		margin: 0 .25rem 0 0;
	}
	.header-buttons .btn {
		margin-bottom:0;
	}

    .columns-md-2 {
        -webkit-columns: 2;
        columns: 2;
    }
    .columns-md-3 {
        -webkit-columns: 3;
        columns: 3;
    }
    .columns-md-4 {
        -webkit-columns: 4;
        columns: 4;
    }
	
	.news-list .news-item-image img {
		max-width:200px;
	}
	
    /* Site Map */
	
	ul.CMSSiteMapList {
		overflow: hidden;
		width: 100%;
    }
    .page-content > .CMSSiteMapList {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .page-content > .CMSSiteMapList > li {
        position: relative;
        width: 100%;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
        max-width: 48%;
        background-color: #f8f9fa;
        padding:20px;
        margin-right:2%;
    }
	
}


/* ----------------------------------------------- */
/* MD Only */
/* ----------------------------------------------- */

@media (min-width: 768px) and (max-width: 991.98px) {
	
}


/* ----------------------------------------------- */
/* LG and wider */
/* ----------------------------------------------- */

@media (min-width: 992px) {

	.site-search {
		max-width: 220px;
	}

/* --------------- Bottom Aside --------------- */

    .child-page-aside-col-1,
    .child-page-aside-col-2 {
        background-color:transparent;
		margin-left:0;
        margin-right:0;
        padding-left: 15px;
        padding-right: 15px;
    }
    .child-page-aside-col-2 {
        border-top:0 none;
    }
    .child-page-aside {
        position: relative;
		
        background-color:#f6f8f9;
    }
    .child-page-aside::before {
		content:'';
		position: absolute;
		pointer-events: none;
		top:0;
		bottom:0;
		left:50%;
		right:0;
		width:50%;
		height:100%;
        border-left:1px solid #e2e3e5;
    }

    /* Site Map */
    .page-content > .CMSSiteMapList > li {
        -ms-flex: 0 0 31.333333%;
        flex: 0 0 31.333333%;
        max-width: 31.333333%;
        margin-right: 2%;
    }
	
}


/* ----------------------------------------------- */
/* LG Only */
/* ----------------------------------------------- */

@media (min-width: 992px) and (max-width: 1199.98px) {
	
}


/* ----------------------------------------------- */
/* XL and wider */
/* ----------------------------------------------- */

@media (min-width: 1200px) {
	
}


/* ----------------------------------------------- */
/* MAIN NAV */
/* ----------------------------------------------- */

/* You can add the following classes to the li.dropdown parent of the div.dropdown-menu you want to affect:

dd-align-to-navbar will align the drop down to the whole navbar instead of the nav-item
dd-align-to-item-[grid-size] will override dd-align-to-navbar at larger grid-sizes to revert back to aligning to the nav-item
dd-align-right and dd-align-right-[grid size] will align the drop down to the right instead of the left
dd-align-left-[grid-size] will override dd-align-right at larger grid-sizes to revert back to aligning the drop down to the left
dd-w-[grid size]-[width in px], for example, dd-w-lg-600 would make the dropdown menu 600px wide in the LG layout. Widths are inherited by wider grid layouts.
dd-single-col if you have both mm-solo and mm-button items in the same dropdown and want them to be stacked vertically in one column instead of appearing side-by-side

Additionally, for each mega menu column, add a class of 'mm-column', and the bootstrap classes to size each column accordingly, to the LI for that column. For example: mm-column col-md-6 col-lg

*/

/* ----- basic styling ----- */

#main-nav ul {
    /*list-style-type:none;*/
    /*list-style: none;*/
    /* IE Edge hack, see https://github.com/sonarwhal/sonarwhal.com/issues/210 and https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/104357/ */
    list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=); /* transparent 1x1 PNG */
    margin:0;
    padding:0;
}
#main-nav li.mm-column {
    display:block;
}
#main-nav .mm-column li:not(.mm-button) + .mm-button {
    margin-top: 1rem;
}
#main-nav .mm-column li + .mm-button ~ .mm-button {
    margin-top: 0;
}

/* ----- site-specific styling ----- */

#main-nav .mm-column {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
#main-nav .mm-column > a:first-child,
#main-nav .mm-column > h2 {
    /* mm-column heading */
    font-size: 1.25rem;
    display: block;
    color:#2f455e;
    line-height: 1.2;
    padding-bottom:.25rem;
    border-bottom: 2px solid #ddd;
    margin-bottom:.5rem;
}
#main-nav .mm-column > ul > li > a:not(.btn) {
    /* regular links within mm-column */
    display: block;
    padding:5px 0;
    color: #585a5c;
	text-decoration:none;	
}
#main-nav .mm-column > ul > li > a:not(.btn):hover {
	text-decoration:underline;
}

/* Megamenu Cards */
	
#main-nav .dropdown-menu .card {
	border-color:transparent;
	background-color:transparent;
	border-bottom:1px solid #b9bec1;
	margin-bottom:1rem;
}
#main-nav .dropdown-menu .card-header,
#main-nav .dropdown-menu .card-footer {
	border:0;
	background-color:transparent;
}
#main-nav .dropdown-menu .card-body {
	font-size: 85%;
}
#main-nav .dropdown-menu .card p,
#main-nav .dropdown-menu .card h2 {
	margin-bottom:0;
}
#main-nav .dropdown-menu h2 {
	font-size:1.125rem;
}
#main-nav .dropdown-menu .card-footer {
	padding-top:0;
	padding-bottom:0;
}
#main-nav .dropdown-menu .mm-column a:hover {
	text-decoration:underline;
}

#main-nav .mm-column > ul > li > a:not(.btn) {
    display: block;
    padding: 5px 0;
    color: #555858;
}

#main-nav .dropdown-menu a {
	color:#24292e;
	text-decoration:none;
	padding:1rem 0;
}


/* Buttons */

#main-nav li.mm-button a {
	margin-bottom:1rem;
	color:#2f455e;
}
#main-nav li.mm-button a:hover {
	color:#fff;
}

/* XS and SM only */
@media (max-width: 767px) {

    /* ----- basic styling ----- */

    #main-nav {
        padding:0;
    }
	.navbar-expand-md>.container, .navbar-expand-md>.container-fluid, .navbar-expand-md>.container-lg, .navbar-expand-md>.container-md, .navbar-expand-md>.container-sm, .navbar-expand-md>.container-xl {
		padding-right: 0;
		padding-left: 0;
	}	
    #main-nav .navbar-toggler {
        width:100%;
        border:0;
        padding:10px 15px;
        text-align: left;
    }
	#main-nav .navbar-collapse {
        padding-left:15px;
        padding-right:15px;
    }
    #main-nav .navbar-nav {
        margin-left: -15px;
        margin-right: -15px;
        background-color: #fff;
    }
    #main-nav .nav-link {
        padding-left:15px;
        padding-right:15px;
    }

    /* ----- site-specific styling ----- */

    #main-nav .navbar-toggler {
        background-color: #ea8b2f;
        color:#fff;
        font-weight: 500;
        font-size: 1.5rem; /* 24px */
        line-height: 1.96875rem;
        border-radius: 0;
    }
    #main-nav .navbar-toggler-bars {
        float:right;
        margin-top:-.125rem;
    }
    #main-nav .navbar-toggler-bars svg {
        fill:#fff;
        width:1.5rem;
        height:1.714rem;
	}
    #main-nav .nav-link {
        border-bottom: 1px solid #e7e7e7;
    }
    #main-nav .nav-link:hover,
    #main-nav .nav-link:focus {
        background-color:#f6f6f6;
        color:#2f455e;
    }
    #main-nav .nav-link:focus {
        outline:none;
    }
    #main-nav li.nav-item.show .nav-link {
        background-color: #2f455e;
        color: #fff;
    }
    #main-nav .dropdown-menu {
        background-color: #f6f6f6;
        padding-top:1px;
        border:0 none;
        margin:0;
        padding-bottom: 1px;
    }
    #main-nav .mm-column > ul > li > a:not(.btn) {
        /* regular links within mm-column */
        display: block;
        padding:10px;
        border-bottom: 1px solid #e7e7e7;
        color:#24292e;
    }
    #main-nav .mm-column > ul > li:last-child > a:not(.btn) {
        border-bottom: 0 none;
    }
    #main-nav .mm-column > ul > li > a:not(.btn):hover {
        text-decoration: none;
        color:#24292e;
        background-color: #fff;
    }
	
	/* Megamenu Cards */

	#main-nav .dropdown-menu .card {
		border-radius:0;
	}
	

}

/* MD and wider */
@media (min-width: 768px) {

    /* ----- basic styling ----- */

    #main-nav .navbar-nav {
        position: relative;
        z-index: 999;
    }
    #main-nav .dropdown-menu.row.show {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
	
	/* ----- Make megamenu full-width ----- */
    #main-nav .megamenu.row.show {
        width:100%;
		position:static;
    }	
	
    #main-nav .dropdown-item {
        white-space: normal;
    }
    #main-nav .btn {
        white-space: nowrap;
    }
    #main-nav .dropdown-toggle::after {
        display: none;
    }
	
    /* ----- alignment classes ----- */

    .dd-align-to-navbar {
        position: static;
    }
    .dd-align-right .dropdown-menu {
        left:auto !important;
        right: 0;
    }

    /* ----- width classes ----- */

    .dd-w-md-200 .dropdown-menu { width:200px; }
    .dd-w-md-250 .dropdown-menu { width:250px; }
    .dd-w-md-300 .dropdown-menu { width:300px; }
    .dd-w-md-350 .dropdown-menu { width:300px; }
    .dd-w-md-400 .dropdown-menu { width:400px; }
    .dd-w-md-500 .dropdown-menu { width:500px; }
    .dd-w-md-600 .dropdown-menu { width:600px; }
    .dd-w-md-700 .dropdown-menu { width:700px; }
	.dd-w-md-800 .dropdown-menu { width:800px; }
	.dd-w-md-1000 .dropdown-menu { width:1000px; }

    /* ----- site-specific styling ----- */

    #main-nav {
        width:100%;
        padding:0;
        background: #2f455e;  /* fallback for old browsers */
    }
    #main-nav .navbar-nav {
        width:100%;
        /*-ms-flex-pack: center;
		justify-content: center;*/
		-ms-flex-pack: distribute;
  		justify-content: space-around;
    }
    #main-nav .navbar-nav > li.nav-item {
        text-align: center;
    }
    #main-nav .nav-item > a {
        /* main nav tabs */
        font-weight: 400;
        font-size: 1rem;
        color:#fff;
        padding:.5rem 1rem;
        margin:0;
    }
    #main-nav .nav-item > a:hover,
    #main-nav .nav-item > a:focus {
		outline: 0 none;
		background-color:#2f455e;
		color:#f9c28d;
		border-radius: 3px;
    }
    #main-nav .nav-item.show > a,
    #main-nav .nav-item.item-current > a {
        margin: .25rem 0 0 0;
        background-color: #fff;
        color: #2f455e;
        box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.1);
        border-radius: 10px 10px 0 0
    }
    #main-nav .nav-item.item-current > a:focus {
        outline:2px solid #4da3ff;
    }
    #main-nav .nav-item.item-current.show > a:focus {
        outline:0 none;
    }
    #main-nav .mm-column {
        margin-top: .75rem;
        margin-bottom: .75rem;
    }
    #main-nav .dropdown-menu {
		margin-top:0;
        padding: .75rem .75rem;
        border: 3px solid #fff;
		border-radius:0;
        border-bottom-left-radius: 1rem;
		border-bottom-right-radius: 1rem;
        box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);
        background-color: #fff;
        background-image: -webkit-linear-gradient(top, #fff, #f5f7f8); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
        background-image:         linear-gradient(to bottom, #fff, #f5f7f8); /* Chrome 26, Firefox 16+, IE 10+, Opera */
    }
	
	/* Megamenu Cards */

	#main-nav .dropdown-menu .card {
		border-bottom:0;
		height:100%;
	}
	#main-nav .dropdown-menu .card:hover {
		/*background:#fff;*/
		/*box-shadow: 0 0 5px 5px rgba(0,0,0,0.05);*/
	}
	#main-nav .dropdown-menu h2:hover {
		color:#2f455e;
	}
	#main-nav .dropdown-menu .card svg {
		width:2rem;
		height:2rem;
	}
	#main-nav .dropdown-menu .card svg path.fa-secondary {
		fill:#f9ac61;
	}
	#main-nav .dropdown-menu .card svg path.fa-primary {
		fill:#fff;
	}	
	#main-nav .dropdown-menu .card:hover svg path.fa-secondary {
		fill:#ea8b2f;
	}
	#main-nav .dropdown-menu .card:hover svg path.fa-primary {
		fill:#fff;
	}	
}
	

/* LG and wider */
@media (min-width: 992px) {

    /* ----- width classes ----- */

    .dd-w-lg-200 .dropdown-menu { width:200px; }
    .dd-w-lg-250 .dropdown-menu { width:250px; }
    .dd-w-lg-300 .dropdown-menu { width:300px; }
    .dd-w-lg-350 .dropdown-menu { width:300px; }
    .dd-w-lg-400 .dropdown-menu { width:400px; }
    .dd-w-lg-500 .dropdown-menu { width:500px; }
    .dd-w-lg-600 .dropdown-menu { width:600px; }
    .dd-w-lg-700 .dropdown-menu { width:700px; }
    .dd-w-lg-800 .dropdown-menu { width:800px; }
    .dd-w-lg-900 .dropdown-menu { width:900px; }

    /* ----- alignment classes ----- */

    .dd-align-to-item-lg {
        position: relative !important;
    }
    .dd-align-right-lg .dropdown-menu {
        left:auto !important;
        right: 0;
    }
    .dd-align-left-lg .dropdown-menu {
        left:0 !important;
        right:auto !important;
    }
    

    /* ----- site-specific styling ----- */

    #main-nav .nav-item > a {
        /* main nav tabs */
        font-size: 1.2rem;
    }
	
    #main-nav .dropdown-menu {
		margin-top:1.4rem;
        padding: .75rem .75rem;
        border-radius: 1rem;
	}
	
	/* ----- Arrow at top of dropdown ----- */

	#main-nav .dropdown-menu::after,
	.login-dropdown div.dropdown-menu::after { 
		content:url('../images/nav-arrow.png');
		position:absolute;
		z-index:1000; 
		top:-30px;
	}

	/* Right align arrow for right-justified menus */
	
	#main-nav li.dd-align-right ul.dropdown-menu::after { 
		left:40%;
	}
	
	/* Individual arrow alignment */
	
	#main-nav .menu-1 .dropdown-menu::after {
		left:-1%;
	}	
	#main-nav .menu-2 .dropdown-menu::after {
		left:8%;
	}
	#main-nav .menu-3 .dropdown-menu::after {
		left:3%;
	}	
	#main-nav li.menu-4 .dropdown-menu::after { 
		left:21%;
	}

	.login-dropdown div.dropdown-menu:after { 
		left:36%;
	}	

}
/* XL and wider */
@media (min-width: 1200px) {

    /* ----- width classes ----- */
    
    .dd-w-xl-200 .dropdown-menu { width:200px; }
    .dd-w-xl-250 .dropdown-menu { width:250px; }
    .dd-w-xl-300 .dropdown-menu { width:300px; }
    .dd-w-xl-400 .dropdown-menu { width:400px; }
    .dd-w-xl-500 .dropdown-menu { width:500px; }
    .dd-w-xl-600 .dropdown-menu { width:600px; }
    .dd-w-xl-700 .dropdown-menu { width:700px; }
    .dd-w-xl-800 .dropdown-menu { width:800px; }
    .dd-w-xl-900 .dropdown-menu { width:900px; }
    .dd-w-xl-1000 .dropdown-menu { width:1000px; }
    .dd-w-xl-1100 .dropdown-menu { width:1100px; }

    /* ----- alignment classes ----- */

    .dd-align-to-item-xl {
        position: relative !important;
    }
    .dd-align-right-xl .dropdown-menu {
        left:auto !important;
        right: 0;
    }
    .dd-align-left-xl .dropdown-menu {
        left:0 !important;
        right:auto !important;
    }

    /* ----- site-specific styling ----- */

    #main-nav .nav-item > a {
        /* main nav tabs */
        font-size: 1.4rem;
    }

}


/* ----------------------------------------------- */
/* Print styles */
/* ----------------------------------------------- */

@media print {

}

/* --------------- For CMS --------------- */

body.EditMode,
body.DesignMode {
	background-image:none;
}
body.EditMode header.sticky-lg-top,
body.DesignMode header.sticky-lg-top {
	position:static;
}
.EditableTextEdit .btn {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
    cursor: text;
}
.EditableTextEdit .btn:not(:disabled):not(.disabled) {
    cursor: text;
}
.EditableTextEdit .phone-number {
    border: 1px solid #cc0000;
}
.EditableTextEdit .row {
    border: 1px solid #cc0000;
    padding: 3px;
    margin-left: 0;
    margin-right: 0;
}
.EditableTextEdit .row > p {
    width: 100%;
}
.EditableTextEdit .col,
.EditableTextEdit .col-auto,
.EditableTextEdit .col-12 {
    border: 1px dashed #cc0000;
}
.DesignMode .sr-only,
.EditableTextEdit .sr-only {
    border:1px dotted #cc0000;
    color:#cc0000;
    /* Unset sr-only styles to make visible */
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
    clip: auto;
    white-space: normal;
}
.EditMode .child-page-header {
	background:rgba(0,0,0,.1)
		;
}
.EditMode .header-with-image::after {
  z-index: -1;
}