@charset "utf-8";
/* CSS Document */

body
{
    font-family: var(--base-font-family);
    font-size: var(--base-paragraph-size);
}


.row.headerRow {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}

h1, h2, h3 {
    color: var(--text-color);
    font-family: var(--base-header-font-family);
    font-style: normal;
    line-height: normal;
}

h4 {
    font-family: var(--base-font-family);
    font-weight: var(--base-small-headers-font-bold);
}

.paragraphContainer.horizontalLine p::before {
    content: " ";
    border: 2px solid var(--section-color-bkgd3);
    display: block;
    width: 10%;
    margin: 0.5rem 0;
}

/*** text link CSS ***/
a,
a.standardLink,
.article-category.pretty
{
    color: var(--link-color);
    text-decoration: none;
}

a:visited,
a.standardLink:visited,
.article-category.pretty:visited
{
    /*color: var(--link-visited-color);*/
    /*text-decoration: var(--link-text-decoration);*/
}

a:hover,
a.standardLink:hover,
.article-category.pretty:hover
{
    color: var(--link-hover-color);
    text-decoration: var(--link-text-decoration);
}

a:focus,
a.standardLink:focus,
.article-category.pretty:focus
{
    color: var(--link-hover-color);
    text-decoration: var(--link-text-decoration);
}

a:active,
a.standardLink:active,
.article-category.pretty:active
{
    color: var(--link-hover-color);
    text-decoration: var(--link-text-decoration);
}

.article-tag.pretty, .article-category.pretty {
	font-weight: normal;
  background-color: inherit;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.5;
}


p, ul {
    font-family: var(--base-font-family);
    font-size: var(--base-paragraph-size);
    line-height: var(--base-paragraph-line-height);
    color: var(--text-color);
}

.section-color-dark p, .section-color-dark ul, .section-color-dark ol, .section-color-dark h1, .section-color-dark h2, .section-color-dark h3, .section-color-dark h4, .tileGrid p {
    color: var(--inverse-text-color);
}

.thumbnail {
    box-shadow: none;
    margin: 0 auto 1.5rem auto;
}

.imageBlockContent {
    display: block;
    text-align: center;
}

#megamenu, .top-bar .dropdown-pane {
    box-shadow: none;
}

.topNavContainer {
    background-color: #fff;
}

.navLinkContainer a, .navLinkContainer a:active, .navLinkContainer a:hover {
    color: #003046;
    font-family: oswald, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.375rem;
    line-height: 1.1;
    border-bottom: 3px solid #fff;
    text-transform: uppercase;
    letter-spacing: -0.3px;
    text-decoration: none;
    margin: 0 1rem;
}

.navLinkContainer a:hover, .navLinkContainer a.activeTopNav {
    border-bottom: 3px solid #00B6F1;
    padding: 0.5rem 0;
}

/* buttons */
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--base-font-family);
    font-weight: var(--base-small-headers-font-bold);
    font-size: 1rem;
    letter-spacing: .0075rem;
    text-align: center;
    padding: 1.5rem 0.75rem;
    border-radius: 24px !important;
    height: auto;
    width: auto;
    min-width: 3rem;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 0;
}

.viewMoreButton {
    text-align: center;
    font-style: normal;
    font-weight: var(--base-small-headers-font-bold);
    background-color: var(--primary-color) !important;
    color: var(--inverse-text-color);
    cursor: pointer;
    margin: 1rem auto 3rem auto;
    float: none !important;
    border-radius: 24px;
}

.button.primary, [type="submit"]
{
    font-style: normal;
    font-weight: var(--base-small-headers-font-bold);
    background-color: var(--primary-color) !important;
    color: var(--inverse-text-color) !important;
    padding: 1rem 3rem;
}

.button.primary:focus,
.button.primary:hover
{
    background-color: var(--section-link-default-hover) !important;
    color: var(--inverse-text-color);
    text-decoration: underline;
    border: 1px solid var(--section-color-bkgd4);
}

.button.secondary {
    color: var(--primary-color) !important;
    font-weight: var(--base-small-headers-font-bold);
    background-color: var(--inverse-text-color);
    border: 1px solid var(--inverse-text-color);
    padding: 1rem 3rem;
}

.button.secondary:focus,
.button.secondary:hover
{
    background-color: var(--inverse-text-color);
    color: var(--inverse-text-color);
    text-decoration: underline;
    border: 1px solid var(--section-color-bkgd4);
}

.button.clear
{
    color: var(--primary-color) !important;
    font-weight: var(--base-small-headers-font-bold);
    background-color: var(--inverse-text-color) !important;
    border: 1px solid var(--primary-color) !important;
}

.button.clear:focus,
.button.clear:hover
{
    color: var(--inverse-text-color);
    background-color: var(--section-link-default-hover);
    border: 1px solid var(--text-color);
}

.button.hollow
{
    color: var(--primary-color) !important;
    font-weight: var(--base-small-headers-font-bold);
    background-color: var(--inverse-text-color);
    border: 1px solid var(--inverse-text-color);
}

.button.hollow:focus,
.button.hollow:hover
{
    background-color: var(--inverse-text-color);
    color: var(--inverse-text-color);
    text-decoration: underline;
    border: 1px solid var(--section-color-bkgd4);
}

.section-color-light {
    background-color: var(--light-background);
}

.section-color-light, .section-color-light h1, .section-color-light h2, .section-color-light h3, .section-color-light h4, .section-color-light p {
    color: var(--text-color);
}

/* quickLinks */
.quickLinks
{
    display: block;
    background-color: var(--text-color);
    padding-top: 0;
    padding-bottom: 0;
}

.quickLinks .row {
    display: block;
    max-width: 90rem;
}

.quickLinks a, .quickLinks a:active, .quickLinks a:hover {
    outline: inherit;
    color: white;
    cursor: pointer;
    display: inline-flex;
    text-decoration: none;
    font-family: "Open Sans",sans-serif;
    font-size: .9375rem;
    font-style: normal;
    font-variant: normal;
    font-weight: 600;
    line-height: 1.1em;
    margin-bottom: 0;
}

.quickLinks a.selected, .quickLinks a.selected:active, .quickLinks a.selected:hover {
    background-color:  #fff;
    color: var(--text-color);
}

.quickLinks a:hover {
    background-color: #fff;
    color: #003046;
}

/* hero */

.hero-section2 {
    display: block;
}

.hero-section2.hero-left .row, .hero-section2.hero-right .row{
    position: relative;
    display: block;
    z-index: 100;
    max-width: 65.5rem;
    /* max-width: 75rem; */
    margin-top: 3rem;
}

.hero-section2.hero-right .hero-section-text {
    float: right;
    z-index: 150;
}

/* testimonial css */

.testimonial-section blockquote p
{
    color: #003046;
}

.testimonial-section blockquote
{
		background-color: white;
		box-shadow: 0 2px 8px 0 rgba(0,0,0,.2);
		padding: 2rem;
}

.testimonial-section blockquote::before {
    content: "";
    display: none;
}

.testimonial-section blockquote .linkContainer {
    display: none;
}

.testimonial-section .blockquote-border {
    border-bottom: none;
    border-top: none;
}

#toTop a:hover {
    text-decoration: none !important;
    cursor: pointer;
}

/* media component */

.spread .mediaComponent {
    margin-bottom: 3rem;
    /* padding-left: 0; */
}

.mediaComponent-copy
{
    padding-left: 2rem;
}

/* cardgrid CSS */

.columnBlock {
    margin-bottom: 0;
}

.cardGrid .imageBlock {
    padding: 2.5rem 2rem 2rem 2rem;
}

.cardGrid .imageBlock img {

    width: 55px;
    height: 55px;
}

/* blockgrid */

.thumbnail {
    box-shadow: none;
    margin-bottom: 0.8rem;
}

/* contact */

/* forms */
form input, form label, form textarea, form select, form span, form p {
    font-family: var(--base-font-family) !important;
    font-weight: 400;
    font-size: 14px !important;
    line-height: 16px;
    color: var(--text-color);
}

.text-element-container {
    border: 1px solid var(--section-color-bkgd2) !important;
    padding: 0 35px 0 8px;
    position: relative;
}

[type="submit"]
{
    font-size: 1rem;
    padding: 1rem 2rem;
}

section.formstack-form .row {
    max-width: 75.5rem;
}

.submit-button
{
    margin-top: 1.6rem;
}

/* footer */

footer
{
    background-color: var(--section-color-bkgd2);
    padding-top:1.5rem;
    padding-bottom: 2rem;
}

footer .row
{
    display: block;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}

footer .footerLinkContainer
{
    flex: 1 1 14%;
    padding: 0 0.9375rem;
    float: left;
}

footer p.list-title
{
    color: white;
    font-weight: 900;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

footer .standardLink {
    line-height: inherit;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    line-height: 2.2;
    padding: 0;
}

footer .standardLink:hover {
    line-height: inherit;
    color: #fff;
    text-decoration: underline;
    cursor: pointer;
    line-height: 2.2;
    padding: 0;
}


.footerLinkContainer a:hover {
    color: white;
    text-decoration: none;
    display: block;
    padding-left: 0;
}

.flex-footer .footerLegal {
    font-size: var(--base-paragraph-xsmall);
    color: var(--inverse-text-color);
    margin: 0.5rem 0;
}

footer a.standardLink i.icon-scale-1p0, .footerLink i.icon-scale-1p0
{
    padding-right: 0.2rem;
}

footer a.standardLink span
{
    display: inline-block;
    line-height: 0.9;
}

/* mobile nav */
.title-bar
{
    background-color: #fff;
}

.menu-icon::after
{
    background: #003046;
    box-shadow: 0 7px 0 #003046,0 14px 0 #003046;
    content: '';
}

/* mobile nav */
.position-left.is-transition-push {
    box-shadow: none;
    border-right: 1px solid #003046;
}

h3 sup, h2 sup, h1 sup {
    top: -1.25em;
    font-size: 45%;
}
.standardLink span {
    display:inline;
}

.testimonial-section {
    text-align: unset !important;
    margin-top: 0rem;
}
.linkContainer i, .socialLinkContainer i {
    color: #2ba6cb;
    padding: .6rem 0 .5rem 0rem !important;
    font-size: inherit;
}
.linkContainer .fa, .linkContainer .far, .linkContainer .fab, .linkContainer .fas, .linkContainer .fal, .quickLinks .fa, .quickLinks .far, .quickLinks .fab, .quickLinks .fas, .linkContainer .fal{
    width: 1rem;
    margin-top: -0.45rem;
    margin-right: 0.5rem;
}
.mobileCls {
    display: none;
}

.fa-brands {
    font-family: "Font Awesome 6 Brands";
}

section:last-child,
section:first-child {
    padding-top: 0 !important;
}

/* Added this because the previous rule was messing with the position of hero 2 */
section.hero-section2 {
  padding-top: 1rem !important;
}

.mainSidebar h2 {
  margin-bottom: 0.5rem;
}

.category-links-block .accordion-title {
  font-weight: normal;
    color: var(--link-color);
}

.speakerSummary .thumbnailImageContainer {
	flex-grow: 0;
}

/* Article filter styling */
.filterMenu #accordion .accordionTitle:first-child {
	border-top: none;
}

.filterMenu .ui-icon-plus {
	background-position: -16px -128px;
	float: right;
	margin-top: 0.5px !important;
}

.ui-icon-minus {
	background-position: -48px -128px;
	float: right;
	margin-top: 0.5px !important;
}

.filterMenu .ui-accordion .ui-accordion-header {
	padding: 0.5rem 0 0 0;
}

.filterMenu .ui-accordion .ui-accordion-header h4 {
  font-size: 1.3rem;
}

.filterMenu .ui-state-active .ui-icon, .ui-button:active .ui-icon {
	background-image: url("https://code.jquery.com/ui/1.12.1/themes/base/images/ui-icons_444444_256x240.png");
}
.filterMenu .ui-accordion .ui-accordion-content {
	padding: 0 1rem 0 0.2rem;
	margin-bottom: 0.8rem;
}

.hero-section-text-mobile.show-for-small-and-medium {
	margin-bottom: 0;
}

.hero-section-text-mobile.show-for-small-and-medium h2 {
	margin-bottom: 0.5rem;
}

.linkColumn i {
  padding-right: 0.5rem;
}

.article-summary-postDate, .category-block, .category-container {
  display: none;
}

.mobileQuickLinksDYN {
    display: none;
}

/* scroll to top */
.fa-arrow-alt-circle-up:before {
    content: "\f106" !important;
    margin-left: 0.35rem;
}

#toTop span {
    position: relative;
    /*text-indent: -16px;*/
    font-size: 0.8rem;
    text-transform: uppercase;
}

#toTop {
    background: #fff;
    border: 2px solid #595959;
    width: 48px;
    height: 48px;
    /* color: #868686; */
    /* display: flex !important; */
    /* font-size: 50px; */
    /*padding: 5px;*/
    /*position: fixed;*/
    /* right: 2rem; */
     top: 71%; 
    /* z-index: 9999; */
    /* border-radius: 35px; */
}

.flex-footer-column .linkColumn.horizontalLinkList a {
    margin-right: 1rem;
}

.top-bar, .top-bar ul {
    background-color: transparent;
    width: 100%;
    font-family: var(--base-font-family);
    font-weight: var(--base-small-headers-font-bold);
}

 /*** spread css ***/
 .spread .container {
  padding: 0;
}

.spread .container .spreadCol1 {
  padding-left: 0;
  padding-right: 1.5rem;
}

.spread .container .spreadCol2 {
  padding-right: 0;
  padding-left: 1.5rem;
}

.flex-footer-column .linkColumn {
    align-items: flex-start;
    justify-content: left;
}

.flyersDetails.blockGrid3 .imageBlock img, 
.bannerAds.blockGrid3 .imageBlock img, 
.printAds.blockGrid3 .imageBlock img,
.logos.blockGrid3 .imageBlock img,
.guidesCopy.blockGrid3 .imageBlock img,
.blogs.blockGrid3 .imageBlock img,
.article-summary-thumbnail {
    border: 1px solid #d6d6d6;
}

.subnav-PrevDashBoard, .subnav-NextDashBoard {
    display: none;
}

.blockGrid3.videos a.standardLink.external {
    justify-content: center;
}

.groupHeader, legend {
    font-size: var(--base-paragraph-small) !important;
}

a.tp::before, a.pt::before {
    font-family: "Font Awesome 6 Pro";
    content: "\f30d";
    font-size: var(--base-paragraph-small);
    font-weight: var(--base-quicklink-weight);
    color: var(--text-color);
    padding-right: 0.6rem;
    margin-top: 0.5rem;
}

.headerBlock.hasBackgroundImage .paragraphBlock p, .headerBlock.hasBackgroundImage .paragraphBlock h1, .headerBlock.hasBackgroundImage .paragraphBlock h2, .headerBlock.hasBackgroundImage .paragraphBlock h3, .headerBlock.hasBackgroundImage .paragraphBlock h4 {
    color: var(--inverse-text-color);
    margin-bottom: 0;
}

.button.acDisable.rca {
    padding: 1rem 1rem !important;
    margin-top: 1rem !important;
}

.pv input[type=password], .vrcc input[type=password] {
    border: 1px solid #595959 !important;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 1rem;
}

input::placeholder {
    color: var(--text-color);
}

.fa-solid, .fass {
    font-weight: 900;
    font-size: 40px;
    margin-top: 1rem;
}

.article-subtitle {
    display: none;
}

.article-overviewImage img {
    width: auto;
}

.breadcrumbSection {
    display: block !important;
}

.linkContainer .standardLink {
    line-height: 1.4;
    margin: 0 auto;
}

.viewMore {
    /*background-color: var(--primary-color) !important;*/
    color: var(--inverse-text-color) !important;
    /*padding: 1rem;*/
    line-height: 3.5rem;
    font-size: var(--base-paragraph-size);
    font-weight: var(--base-small-headers-font-bold);
    display: table-cell;
    text-transform: none;
    letter-spacing: 0.05em;
}

.flex-footer .list-title {
    color: var(--inverse-text-color);
    font-weight: var(--base-link-font-bold);
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}

.select-element-container {
    border: 1px solid #595959 !important;
}

.ui-selectmenu-text, select#field41606861 {
    text-transform: capitalize !important;
}

.button.column.end.text-left {
    background-color: var(--section-color-bkgd2) !important;
    color: var(--inverse-text-color) !important;
    border-radius: 24px;
    margin: 0;
    padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
    font-style: normal;
    font-weight: var(--base-small-headers-font-bold);
    font-size: 1rem;
}

.newState, .button.column.end.text-left {
    margin-left: 0.9375rem;
}

.ptagRedHighlite, .agreements {
    display: flex;
    flex-direction: column  ;
}   

label.same-as-agency-address {
    display: flex !important;   
}

/*** contact form ***/

.ippContactForm
{
    display: flex;
    flex-direction: column;
}

.ippContactForm h1
{
    text-align: left;
    margin-top: 1rem;
}

.ippContactForm h3
{
    text-align: left;
    margin-top: 1rem;
}

.ippContactForm .paragraphColumn, .ippContactForm .formColumn
{
    width:85% !important;

}

label.ui-checkboxradio-label:first-child {
    display: inline-block;
    vertical-align: baseline;
    margin-right: 1rem;
    margin-bottom: 0;
    /*margin-left: 0.5rem;*/
}
.agency-information {
    display: none;
}
.individual-section {
    display: block;
}

.form-selection > .additional-fields > .formSectionFields >
.checkboxGroup > .element-outline-container > .checkbox-element-container {
   display: flex;
}
.form-selection > .additional-fields > .formSectionFields >
.checkboxGroup > .element-outline-container > .checkbox-element-container > .radioButton {width: 20%; padding:0;}
/* Additional Form Elements
--------------------------------------------- */

.state-wrapper {
    display: inline-block;
    margin: 0 0 40px;
    width: 100%;
}

.stateDelete {
    color: red;
    cursor: pointer;
    text-align: center;
}

.stateDelete p {
    margin: 25px 0;
}

.red {
    color: red;
}

.hidden {
    display: none;
}

.agency-info,
.agency-license-wrap {
    display: block;
}

.addState
{
    margin-bottom: 1.4rem;
}
.ptagGrayHighlite {
    line-height: 1.6;
    color: #6f6f6f;
}
.disabledSelect {
     background: #e6e6e6;
}
/* [type="color"], [type="date"], [type="datetime-local"], [type="datetime"], [type="email"],
[type="month"], [type="number"], [type="password"], [type="search"],
[type="tel"], [type="text"], [type="checkbox"], [type="radio"], [type="time"], [type="url"], [type="week"], textarea
{
    margin: 0;
} */

.form-error.is-visible
{
    display: block;
    font-size: 0.75rem;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 1rem;
    margin-top: -15px;
    padding: 0.375rem 0.5625rem 0.5625rem;
    background: #f04124;
    color: #fff;

}

/*.button {*/
/*    background: #0B2355;*/
/*    border-radius: 3px;*/
/*    color: #fff;*/
/*    margin: 0;*/
/*    padding: 0.625rem 1.25rem 0.6875rem 1.25rem;*/
/*    font-size: 1rem;*/
/*}*/

.is-invalid-input:not(:focus) {
    border-color: #c60f13;
    background-color: #fff;
}

input.is-invalid-input:disabled, select.is-invalid-input:disabled, input[readonly].is-invalid-input, textarea.is-invalid-input:disabled, textarea[readonly].is-invalid-input, button[disabled], html input[disabled] {
    background-color: #e6e6e6;
    cursor: not-allowed;
}

.reveal {
    width: 1000px;
}

#field41606861-button {
    display:none !important;
}

#field41606861 {
    display: block !important;
}

/* form CSS */
.ui-selectmenu-disabled {
    background: #c5c3c3 !important;
    
}

.ui-selectmenu-disabled .ui-selectmenu-text {
  color: #0a0a0a;
}

.checkboxGroup {
    margin-bottom: 0;
}

.removePads {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active,
a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 2px solid transparent;
    background: none;
    font-weight: normal;
    color: #323131;
}
ul,ol {
    list-style-position: outside;
}
select {
    margin-bottom: 0.01rem !important;
    border: none !important;
    height: 3.1rem !important;
}

/*----------------------------------------------------------------------*/
/*   MEDIA QUERIES START HERE                                           */
/*----------------------------------------------------------------------*/

/* SMALL only --------------------------------------------- */
@media screen and (max-width: 39.9375em)
{

    h2 {
      font-size: 1.4rem;
    }

    .testimonial-section blockquote, .testimonial-section blockquote p {
        padding: 0;
    }

    .quickLinks a, .quickLinks a:active, .quickLinks a:hover {
        font-size: 0.7rem;
    }

    .hero-section2 .fullHeightLensOverlay
    {
        display: none;
    }

    .button.clear
    {
        background-color: #003046;
        color: #fff;
    }

    .testimonial-section .paragraphBlock
    {
        padding-top: 1rem;
    }

    footer {
        padding-top: 1.5rem;
        padding-bottom: 2rem;
    }

    footer .row
    {
        display: flex;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
    }

    footer .footerLinkContainer
    {
        width: 50%;
        padding: 0 0.9375rem;
    }

    footer .footerLogo
    {
        width: 100%;
    }

    footer .footerLinkContainer
    {
        flex: 1 1 50%;
    }
    section:last-child, section:first-child {
        padding-top: 0 !important;
    }
    .spread .container.small-col-reverse, .spread .container.stack-spread.small-col-reverse {
        padding: 0 !important;
    }

    .centerComponentContent .button:first-child, .button.secondary {
        margin-left: 0;
        width: 100% !important;
    }

    .button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-family: var(--base-font-family);
        font-weight: var(--base-small-headers-font-bold);
        font-size: 1rem;
        letter-spacing: .0075rem;
        text-align: center;
        padding: 1rem 0.75rem;
        border-radius: 24px;
        height: auto;
        width: auto;
        min-width: 3rem;
        text-decoration: none;
        cursor: pointer;
        margin-bottom: 0;
    }
    
    .spread img {
        margin-bottom: 1rem;
        padding-left: 0.9375rem;
    }

    .spread .container .spreadCol2 {
        padding-right: 0.9375rem;
        padding-left: 0;
    }

    .pv, .vrcc {
        width: 80%;
    }
    
    .standardLink i.icon-scale-1p5, .footerLink i.icon-scale-1p5, .iconImage.icon-scale-1p5 i {
        font-size: 1.5rem;
        padding-right: 1rem;
    }
    
    .flex-section .formSectionFields {
        display: flex;
        flex-direction: column !important;
    }
}

/*------------------- MEDIUM and UP only ------------------------------- */
@media screen and (min-width: 40em)
{
    .spread .highliteColor1 {
        padding: 0 !important;
     }

     .hero-section3 .lensOverlay {
        width: 57.5%;
    }
    
    .standardLink i.icon-scale-1p5, .footerLink i.icon-scale-1p5, .iconImage.icon-scale-1p5 i {
        font-size: 1.5rem;
        padding-right: 0rem;
    }

}


/*-------------------- SMALL and MEDIUM only ----------------------------------- */
@media screen and (max-width: 63.9375em)
{
    a.activeTopNav::before {
        font-family: "Font Awesome 6 Pro";
        font-weight: 900;
        content: "\f0da" !important;
    }

    .top-bar .dropdown.menu a, .top-bar .dropdown.menu a:active, .top-bar .dropdown.menu a:hover {
        color: #000;
        border-bottom: none;
        text-align: left;
        padding-top: 0.4rem;
        padding-bottom: 0.4rem;
        padding-left: 0.5rem;
        text-transform: uppercase;
        font-family: var(--base-font-family);
        font-weight: bold;
    }

    .navLinkContainer .navLogoContainer-mobile {
        display: inline-block;
        text-align: left;
        flex-grow: 1;
    }

    .paragraphBlock.verticalLine .paragraphContainer, .paragraphBlock.verticalLine .linkContainer {
        padding-left: 1rem;
    }

    .mm-title-bar {
        display: flex;
        flex-basis: 100%;
        width: 100%;
        margin: 0;
        flex-direction: row-reverse;
        text-align: left;
        align-items: center;
        padding: 1rem;
        background-color: transparent;
        color: #000;
    }

    .quickLinks
    {
        padding: 0;
        align-items: center;
    }

    .quickLinks .row
    {
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        margin: 0;
        padding: 0;
    }

    .quickLinks a, .quickLinks a:active, .quickLinks a:hover
    {
        padding: 0.9rem 1rem;
    }

    .footerLinkContainer
    {
        margin-bottom: 1.5rem;
    }

    footer p.list-title
    {
        margin-bottom: 0;
        display: flex;
    }

    .off-canvas
    {
        margin-top: 41px;
        background-color: #fff;
    }

    .navLinkContainer a.activeTopNav::before {
        margin: 0 0.7rem 0 0;
        color: var(--primary-color);
    }

    .navLinkContainer a.activeTopNav {
        border-bottom: 3px solid #fff;
        padding: 0.5rem 1rem 0.5rem 0;
    }

    .testimonial-section blockquote
    {
        background-color: white;
        box-shadow: 0 2px 8px 0 rgba(0,0,0,.2);
        padding: 1.2rem;
        margin: 0;
    }

    footer .footerLogo
    {
        flex: 1 0 100%;
        width: 100%;
        text-align: center;
    }

    footer .row {
        width: 95%;
    }

    .quickLinks .row {
        display: flex;
    }
    .show-for-medium {
        display: none !important;
    }

    .hero-section2:first-child {
      margin-bottom: 0;
    }

    .catPinContainer {
      margin-bottom: 0;
    }

    section.pageBodyRow aside.mainSidebar {
    	padding-left: 0;
    	padding-right: 0;
    }

    .title-bar {
      /* display: block !important; */
      display: flex !important;
      padding: 0 1rem;
      flex-direction: row-reverse;
    }

    .title-bar-right {
      width: auto;
      display: flex;
      justify-content: flex-end;
      flex: 0 auto;
    }

    .title-bar-left {
      width: auto;
      display: flex;
      justify-content: flex-end;
    }

    .title-bar-accordionTitle {
      display: flex;
    }

    .navLogo-mobile {
      height: 45px;
      padding: 0;
      margin: 0.5rem 0;
    }

    .flex-footer .flex-footer-column {
	   padding-top: 1rem;
    }

    footer .standardLink {
	  line-height: 1.25;
	  padding: 0;
	  margin-top: 0.75rem;
      margin-right: 0 !important;
    }

    .hero-section2.hero-left .row, .hero-section2.hero-right .row {
    	margin-top: 0;
    }

    .navLinkContainer a, .navLinkContainer a:active, .navLinkContainer a:hover {
    	border-bottom: none;
    }

    section.pageBodyRow section.mainDisplay {
        padding-right: 0;
        padding-left: 0;
    }

    h1 {
        font-size: 32px;
        font-weight: 300;
        line-height: 48px;
    }

    h2 {
        font-size: 28px;
        font-weight: 300;
        line-height: 32px;
    }

    h3 {
        font-size: 22px;
        font-weight: 300;
        line-height: 32px;
        text-transform: none;
    }

    h4 {
        font-size: 18px;
        font-weight: 700;
        line-height: 27px;
    }

    #toTop span {
        /*margin-left: 1rem;*/
        /*position: relative;*/
        /*text-indent: -21px;*/
        /*font-size: 1rem;*/
        /*text-transform: uppercase;*/
    }
    
    #toTop {
        color: #868686;
        display: flex;
        font-size: 50px;
        padding: 5px;
        position: fixed;
        right: 2rem;
        top: 68%;
        z-index: 9999;
        background: #fff;
        border: 2px solid #595959;
        width: 48px;
        height: 48px;
        border-radius: 35px;
    }
    
    .spread .container .spreadCol2 {
        padding-right: 0.9375rem;
        margin-bottom: 1rem;
        /*padding-left: 0;*/
    }
    
    #truste-consent-track {
        position: fixed;
        left: 16px;
        right: 16px;
        bottom: 16px;
        z-index: 1000 !important;
        opacity: 1;
        border: 1px solid #fff;
    }

    .jump-links .linkContainer {
        text-align: center;
    }

    .flex-footer-column .linkColumn.horizontalLinkList {
        flex-direction: row;
    }

    .flex-footer-column .linkColumn {
        align-items: baseline;
        justify-content: left;
    }

    a.dropdown.tp::before, a.dropdown.pt::before {
        font-family: "Font Awesome 6 Pro";
        content: "\f30d";
        font-size: var(--base-paragraph-small);
        font-weight: var(--base-quicklink-weight);
        color: var(--text-color);
        padding-right: 0.6rem;
        margin-top: 0.5rem;
    }
    
    .button.column.end.text-left {
        margin-left: 0.9375rem;
    }

}

/*---------- MEDIUM only (min 640px X 1023pxmax with 16px font size  ------------------------- */
@media screen and (min-width: 40em) and (max-width: 63.9375em)
{
    .quickLinks a, .quickLinks a:active, .quickLinks a:hover
    {
        padding: 0.9rem 1rem;
        font-size: 0.8rem;

    }

    footer .footerLinkContainer {
        flex: 1 1 33%;
        padding: 0 0.9375rem;
    }

    .spread .container.stack-spread {
        width: 100%;
    }

    .flex-footer-column .linkColumn.horizontalLinkList a {
        padding-right: 1rem;
    }
    .flex-footer .flex-footer-column {
       /* width: 32%; */
       flex-direction: column; 
  }

  .flex-footer .flex-footer-column:nth-child(n+4):nth-child(-n + 6) {
        margin-top: 1.25rem;
    }

    .spread .container.small-col-reverse, .spread .container.stack-spread.small-col-reverse, .spread.container.small-col-reverse, .spread.container.stack-spread.small-col-reverse {
        flex-direction: column-reverse;
    }
    
    .spread .container .spreadCol {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }

}


/* Large and up */
@media screen and (min-width: 64em)
{
    .paragraphBlock.verticalLine .paragraphContainer, .paragraphBlock.verticalLine .linkContainer {
        padding-left: 1.3rem;
    }

    .hero-section3 .headerBlock {
        padding-left: var(--double-gutter-padding);
    }

    .row.headerRow {
        padding-left: 2.75rem;
        padding-right: 2.9375rem;
    }

    .topNavContainer.navbar-fixed .headerRow {
        padding: 1.5rem 2.75rem;
        margin: 0 auto !important;
    }

  .quickLinks .row {
      /*padding-left: 0.9375rem;
      padding-right: 0.9375rem;*/
  }

  .quickLinks a, .quickLinks a:active, .quickLinks a:hover {
      padding: 1.5rem 2rem;
  }

  .testimonial-section blockquote {
      width: 100%;
      background-color: white;
  		box-shadow: 0 2px 8px 0 rgba(0,0,0,.2);
  		padding: 2rem;
      margin: 0;
  }

  .button.secondary
  {
      /*padding: 0.9rem 2.5rem;*/
  }

  .button.clear, .button.hollow
  {
      padding: 1rem 3rem;
  }

  .testimonial-section .blockquote-border {
      padding-left: 0;
      padding-right: 0;
  }

  .hero-section3 .hero-section-text {
        position: absolute;
        display: flex;
        justify-content: left;
        padding: 2rem 2rem 2rem 0;
        z-index: 10;
    }

    #toTop span {
        font-size: 0.75rem;
        margin-top: 0.2rem;
        /*margin-left: 1rem;*/
    }

    .fas.fa-caret-up, .far.fa-angle-up, .far.fa-arrow-alt-circle-up {
        /* font-size: 2rem; */
        /* line-height: 0.3 !important; */
        /* width: 20px; */
        padding: 0;
        margin-top: 5px !important;
        /* display: inline-flex; */
    }

    /* nav */
    .dropdown.menu a.activeTopNav {
        padding-bottom: 3px;
        border-bottom: 3px solid var(--primary-color);
    }


    h1 {
        font-style: normal;
        font-weight: var(--base-header-weight);
        line-height: normal;
        font-size: 2.5rem;
        line-height: 3.75rem;
        text-transform: none;
    }

    h2
    {
        font-style: normal;
        font-weight: var(--base-header-weight);
        font-size: 2.25rem;
        text-transform: none;
        line-height: 3.375rem;
    }

    h3
    {
        font-style: normal;
        font-weight: var(--base-header-weight);
        font-size: 2rem;
        text-transform: none;
        line-height: 3rem;
        padding: 0;
    }

    h4
    {
        font-size: 1.375rem;
        font-weight: var(--base-small-headers-font-bold);
        text-transform: none;
        line-height: 2.063rem;
        padding: 0;
    }

     .contact h4
    {
        font-size: 1rem !important;
        font-weight: var(--base-small-headers-font-bold);
        text-transform: none;
        line-height: 1.563rem;
        padding: 0;
    }


    .contact .columnBlockContainer .innerColumnBlock, .contact .columnBlockContainer {
        margin: 0rem 2rem 0rem 4rem;
    }
    
    .spread .container .spreadCol {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
    
    .marqueePadding {
        padding: 3vh 10vw;
        overflow: auto;
    }

}

/* Large and up */
@media screen and (min-width: 64.1em)
{
    .dropdown.menu a, .dropdown.menu a:active, .dropdown.menu a:hover {
        margin: 0;
        font-family: var(--base-font-family);
        font-size: var( --nav-font-size);
        font-weight: var(--base-small-headers-font-bold);
        letter-spacing: 1.2px;
        opacity: 1.0;
        color: #0B2335;
        padding: 0;
        margin: 0;
        text-transform: uppercase;
        border-bottom: none;
    }
    
    /*** spread css ***/
    .spread .container,
    .spread .container div.spreadCol,
    .spread.container,
    .spread.container div.spreadCol {
        padding-left: 0;
        padding-right: 1rem;
    }
    
    .spread .container .spreadCol1 .headerBlock {
        padding-left: 2.8rem;
    }

    .flex-footer-column.narrowfooter.largePadding {
        /* align-items: center;
        max-width: 75%;
        margin: 0 auto;
        justify-content: space-evenly; */
    }

    .flex-footer-column .linkColumn.horizontalLinkList a {
        margin-right: 1.5rem !important;
    }

    .flex-footer-column .linkColumn {
        align-items: flex-start;
        justify-content: flex-start;
    }

    .menu.expanded li.topnav-item {
        flex: 0 0 auto;
        padding: 0 1.5rem;
    }
    
    .marqueePadding {
        padding: 3vh 10vw;
        overflow: auto;
    }

}

/********************** iPad Landscape Only *************************/
@media only screen and (min-device-width: 768px)
and (max-device-width: 1024px) and (orientation: landscape) {

  .mobile-nav-logo {
      display: none;
  }

  .navLinkContainer a, .navLinkContainer a:active, .navLinkContainer a:hover {
      font-size: 1.375rem;
      margin: 0 0.9rem;
  }

  .dropdown.menu a, .dropdown.menu a:active, .dropdown.menu a:hover {
        margin: 0;
        font-size: 0.9375rem;
        letter-spacing: 1.2px;
        opacity: 1.0;
        color: #000;
        padding: 0;
        margin: 0;
        text-transform: uppercase;
        border: none;
        font-family: var(--base-font-family);
        font-weight: var(--base-small-headers-font-bold);
    }

    .topNavContainer.navbar-fixed .headerRow {
        padding: 1.5rem 1rem;
        margin: 0 auto !important;
    }
    
    #toTop {
        background: #fff;
        border: 2px solid #595959;
        width: 48px;
        height: 48px;
        /* color: #868686; */
        /* display: flex !important; */
        /* font-size: 50px; */
        /* padding: 5px; */
        /* position: fixed; */
        /* right: 2rem; */
        top: 61%;
        /* z-index: 9999; */
        /* border-radius: 35px; */
    }
}

/********************** iPad portrait Only *************************/
@media only screen and (min-device-width: 768px)
and (max-device-width: 1024px) and (orientation: portrait) {

    #toTop span {
        /*position: relative;*/
        /*text-indent: -21px;*/
        /*font-size: 1rem;*/
        /*text-transform: uppercase;*/
    }
    

}

/* iPad both orientation */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    h1 {
        font-size: 36px;
        font-weight: 300;
        line-height: 52px;
    }

    h2 {
        font-size: 32px;
        font-weight: 300;
        line-height: 48px;
    }

    h3 {
        font-size: 28px;
        font-weight: 300;
        line-height: 32px;
        text-transform: none;
    }

    h4 {
        font-size: 20px;
        font-weight: 700;
        line-height: 33px;
    }

    .contact h4 {
        font-size: 1rem !important;
        font-weight: var(--base-small-headers-font-bold);
        text-transform: none;
        line-height: 1.563rem;
        padding: 0;
    }
}

/* iPad both orientation */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) {

     .dropdown.menu a, .dropdown.menu a:active, .dropdown.menu a:hover {
        margin: 0;
        font-family: var(--base-font-family);
        font-weight: var(--base-small-headers-font-bold);
        letter-spacing: 1.2px;
        opacity: 1.0;
        color: #0B2335;
        padding: 0;
        margin: 0;
        text-transform: uppercase;
        border-bottom: none;
    }
    
}
