﻿.indent-line-1
{
    text-indent: 30px;
}

.indent-line-2
{
    text-indent: 50px;
}

.indent-line-3
{
    text-indent: 70px;
}

.indent-para-1
{
    padding-left: 30px;
}

.indent-para-2
{
    padding-left: 50px;
}

.indent-para-3
{
    padding-left: 70px;
}

.brandprop
{
    visibility: hidden;
}


.footnotessmallersize p
{
    font-size: small;
}

.footnotesstyle1
{
    font-style: italic;
}

.footnotesstyle2
{
    font-weight: bold;
}

.footnotesstyle3
{
    font-style: italic;
}

.footnotesstyle3 sup
{
    font-weight: bold;
}

.footnotesstyle4
{
    font-style: italic;
    font-weight: bold;
}

.wysiwyg-override p, .wysiwyg li, .wysiwyg-override li, .wysiwyg-extended li 
{
    vertical-align: top;
}


@media only screen and (min-width: 1025px) {
    header .nav-secondary li {
        padding: 0 12px 0px 0px;
    }

    header .nav-secondary li li a
    {
        padding: 1em 12px;
    }

    header .nav-secondary li li a:hover
    {
        width: 115%;
    }

    header .nav-secondary li li:first-child
    {
        padding-top: .6em;
    }
}

@media only screen and (min-width: 1440px) {
    header .nav-secondary li {
        padding: 0px 7px 0px 0px;
    }

    header .nav-secondary li li a
    {
        padding: 1em 15px;
    }

    header .nav-secondary li li a:hover {
        width: 110%;
    }

    header .nav-secondary li li:first-child {
        padding-top: 1.3em;
    }
}



/*Begin Quote Style*/
.quote {
  font-size: 18px !important;
  line-height: 1; 
  color: #642667;
  font-style: italic;
}
@media only screen and (min-width: 1233px) {
.quote {
    font-size: 19px !important; } }
@media only screen and (min-width: 1440px) {
.quote {
    font-size: 21px !important; } }

@media only screen and (min-width: 1920px) {
.quote {

  font-family: "Adelle SansW01-Regular" !important;
  line-height: 1.2 !important;
  margin: 1.5em 0 0.75em !important;
}
}
/*End Quote Style*/




