@import url('../fonts/fonts.css');

/* Reset CSS */
html {
    box-sizing: border-box
}

*, :after, :before {
    box-sizing: inherit
}

abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0
}

.clear:after {
    content: "";
    display: table;
    clear: both
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

    blockquote:after, blockquote:before, q:after, q:before {
        content: '';
        content: none
    }

del {
    text-decoration: line-through
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

    table td {
        vertical-align: top;
        text-align: left;
        padding: 15px;
    }

hr {
    display: block;
    height: 1px;
    border: 0;
    margin: 1em 0;
    padding: 0
}

input, select {
    vertical-align: middle;
    margin: 0;
    padding: 0;
    border: 0
}

html, body {
    height: 100%;
    font-size: 19px;
    font-family: 'GlacialIndifferenceRegular', Arial, sans-serif;
    color: #606060;
    line-height: 1.5em;
}

@media only screen and (max-width: 2048px) {
    /* When switching from land to port on Android phones, some
			text elements don't auto resize to fit port mode.  Applying
			a transparent BG fixes this bug */
    h1, h2, h3, h4, h5, h6, p, ul, li {
        background: url(../images/transparentimage.png) 0 0 repeat;
    }
}

img {
    width: auto;
    height: auto;
    vertical-align: middle;
}

button {
    background: transparent;
    border: none;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
        position: absolute !important;
        clip: auto;
        overflow: visible;
        height: auto;
        width: auto;
        z-index: 200;
        background-color: #ffffff;
        padding: 20px;
        font-size: 23px;
        border: 1px solid #000;
    }

a:focus,
input[type=text]:focus,
textarea:focus,
select:focus {
    /*outline: solid red, solid orange 3px, dashed yellow 1px, dotted green 5px, blue double, solid violet;*/
    /*outline-style: solid;
    outline-width: 1px;*/
    outline-offset: -3px;
}


/* ----------------------------------------------------
		Start Headers
------------------------------------------------------- */

h1 {
    width: 100%;
    margin: 0 auto 30px auto;
    font-weight: 300;
    font-size: 36px;
    line-height: 1.2em;
    color: #1e1e1e;
    font-family: 'GlacialIndifferenceBold', Arial, sans-serif;
    text-transform: uppercase;
}

h2 {
    width: 100%;
    font-weight: 300;
    font-size: 36px;
    line-height: 1.2em;
    color: #1e1e1e;
    font-family: 'GlacialIndifferenceBold', Arial, sans-serif;
    margin-bottom: 10px;
}

h3 {
    font-size: 1.2em;
    margin-bottom: 10px;
}

.subHeadLine {
    margin-bottom: 35px;
    color: #1e1e1e;
}

@media screen and (max-width:400px) {
    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 27px;
    }
}

/*@media screen and (max-width:767px) {
    h1, h2 {
        font-size: 2.3em;
    }
}*/

/* ----------------------------------------------------
		End Headers
------------------------------------------------------- */

a:link,
a:visited,
a:active,
a:hover {
    color: #797979;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

a.disabled {
    cursor: default;
}

strong {
    font-weight: 700;
}

input[type=text],
input[type=date],
textarea,
select {
    width: 100%;
    max-width: 100%;
    font-family: 'GlacialIndifferenceRegular', Arial, sans-serif;
    padding: 7px 0 7px 8px;
    color: #151c22;
    font-size: 16px;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #0e151b;
    -webkit-appearance: none;
    -moz-appearance: none;
}

textarea {
    width: 100% !important;
    height: 150px;
    max-height: 300px;
    padding-right: 7px;
    line-height: 1.5em;
}

/* Set default select background */
select {
    background: #FFFFFF url(../images/form-dropdown-arrow.png) right 10px center no-repeat;
}

    /* Remove dropdown arrow from IE dropdown versions 10 and up */
    select::-ms-expand {
        display: none;
    }

/* Reset select background to normal for IE 9 and below */
.ltie10 select {
    background: #FFFFFF;
}

input[type=button],
input[type=submit] {
    cursor: pointer;
    font-size: 16px;
    -webkit-appearance: none;
    outline: none;
}

input[type=image] {
    outline: none;
}

textarea {
    height: 150px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #797979;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #797979;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #797979;
}

:-moz-placeholder { /* Firefox 18- */
    color: #797979;
}

sup,
sub {
    font-size: .55em;
    text-transform: uppercase;
    position: relative;
    left: 0;
    padding-left: 1px;
}

sup {
    top: -11px;
}

sub {
    top: 8px;
}

a.btn,
.btn {
    display: inline-block;
    min-width: 115px;
    padding: 7px 30px;
    text-align: center;
    font-size: 16px;
    font-family: 'GlacialIndifferenceBold', Arial, sans-serif;
    text-transform: uppercase;
    vertical-align: middle;
    box-sizing: border-box;
    border-width: 2px;
    border-style: solid;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    line-height: 22px;
    -webkit-appearance: none;
}

a.btnWhite,
.btnWhite {
    border-color: #FFF;
    background-color: #fff;
    color: #1e1e1e;
    -webkit-transition: color .7s ease, background .7s ease, border-color .7s ease;
    -moz-transition: color .7s ease, background .7s ease, border-color .7s ease;
    -o-transition: color .7s ease, background .7s ease, border-color .7s ease;
    transition: color .7s ease, background .7s ease, border-color .7s ease;
}

    a.btnWhite:hover,
    .btnWhite:hover {
        color: #ffffff;
        border-color: #b38d2e;
        background-color: #b38d2e;
    }

a.btnGrey,
.btnGrey {
    border-color: #FFF;
    background-color: #fff;
    color: #1e1e1e;
    -webkit-transition: color .7s ease, background .7s ease, border-color .7s ease;
    -moz-transition: color .7s ease, background .7s ease, border-color .7s ease;
    -o-transition: color .7s ease, background .7s ease, border-color .7s ease;
    transition: color .7s ease, background .7s ease, border-color .7s ease;
}

    a.btnGrey:hover,
    .btnGrey:hover {
        border-color: #373737;
        background-color: #373737;
        color: #ffffff;
    }

a.btnGold,
.btnGold {
    border-color: #b38d2e;
    background-color: #b38d2e;
    color: #FFFFFF !important;
    -webkit-transition: color .7s ease, background .7s ease, border-color .7s ease;
    -moz-transition: color .7s ease, background .7s ease, border-color .7s ease;
    -o-transition: color .7s ease, background .7s ease, border-color .7s ease;
    transition: color .7s ease, background .7s ease, border-color .7s ease;
    text-decoration: none !important;
}

    a.btnGold:hover,
    .btnGold:hover {
        border-color: #7f6322;
        background-color: #7f6322;
        color: #ffffff;
    }
a.btnBlue,
.btnBlue {
    border: 2px solid #243141;
    background-color: #fff;
    color: #243141 !important;
    -webkit-transition: color .7s ease, background .7s ease, border-color .7s ease;
    -moz-transition: color .7s ease, background .7s ease, border-color .7s ease;
    -o-transition: color .7s ease, background .7s ease, border-color .7s ease;
    transition: color .7s ease, background .7s ease, border-color .7s ease;
    text-decoration: none !important;
}
    a.btnBlue:hover,
    .btnBlue:hover {
        border-color: #243141;
        background-color: #243141;
        color: #ffffff !important;
    }

.bodyStopScrolling {
    padding-right: 17px;
    overflow: hidden;
}

.stickyOnScroll.sticky {
    position: sticky;
    top: 15px;
    left: 0;
}

.widgetTopMargin {
    margin-top: 50px;
}

.widgetBottomMargin {
    margin-bottom: 50px;
}

.videoIframeWrap,
.mceNonEditable.embeditem {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden;
    /*border: 1px solid #ececec;*/
    /*background: url(/_assets/images/loading.gif) center center no-repeat;*/
}

    .videoIframeWrap iframe,
    .mceNonEditable.embeditem iframe {
        height: 100% !important;
        width: 100% !important;
        position: absolute;
        top: 0;
        left: 0;
    }

.imgScaleOnHover {
    transition: all .2s ease-in-out;
}

    .imgScaleOnHover:hover {
        transform: scale(1.03);
    }
.scrollWrap {
    height: 350px;
    overflow-y: scroll;
}
/* ----------------------------------------------------
		Start Modal Styles
------------------------------------------------------- */

.bodyModalOpen {
    width: 100vw;
    overflow: hidden;
    position: fixed;
    padding-right: 17px;
}

.modalWrapper {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    padding: 0 2%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    visibility: hidden;
    opacity: 0;
    overflow-y: scroll;
    background-color: rgba(0, 0, 0, 0.8);
    transition: all 0.3s;
}

.modalActive {
    visibility: visible;
    opacity: 1;
}

.modalWrapper .modalContent {
    position: relative;
    max-width: 1000px;
    margin: 5% auto;
    padding: 50px 2% 0 2%;
    color: #FFF;
}

    .modalWrapper .modalContent a {
        color: #FFF;
        text-decoration: underline;
    }

.modalClose {
    position: fixed;
    top: 20px;
    right: 35px;
    border-bottom: none;
    font-size: 1.5em;
    padding: 20px 30px;
    text-decoration: none !important;
}

@media all and (max-width: 1023px) {
    .modalWrapper .modalContent {
        margin: 0 auto;
    }

    .modalClose {
        position: absolute;
        top: 0;
        right: 0;
        padding: 5%;
    }
}

/* ----------------------------------------------------
		End Modal Styles
------------------------------------------------------- */

/* ----------------------------------------------------
		Start Select Box Styles
------------------------------------------------------- */

.sbHolder {
    width: 100%;
    height: 42px;
    position: relative;
    color: #4D4D4D;
    display: inline-block !important;
    zoom: 1;
    *display: inline !important;
    background: #FFF;
    border: 2px solid #dbdbdb;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

    .sbHolder a {
        color: #4D4D4D;
    }

    .sbHolder .sbToggle {
        width: 36px;
        height: 38px;
        display: block;
        position: absolute;
        top: 0px;
        right: 0px;
        background: url(../images/form-dropdown-arrow.png) center center no-repeat;
    }

    .sbHolder .sbSelector {
        width: 98%;
        line-height: 38px;
        display: block;
        padding-left: 2%;
        position: absolute;
        top: 0px;
        left: 0px;
        color: #4D4D4D;
    }

    .sbHolder .sbOptions {
        width: 100%;
        max-height: 200px !important;
        padding: 6px 0 0 0 !important;
        overflow: auto;
        top: 39px !important;
        left: -1px;
        position: absolute;
        z-index: 1000;
        background: #FFF;
        border-right: 1px solid #dbdbdb;
        border-bottom: 1px solid #dbdbdb;
        border-left: 1px solid #dbdbdb;
    }

        .sbHolder .sbOptions li {
            margin: 0 10px;
            padding: 5px 0 5px 0;
            display: block;
            border-bottom: 1px solid #dbdbdb;
        }

            .sbHolder .sbOptions li:last-child {
                border-bottom: none !important;
            }

            .sbHolder .sbOptions li a:hover {
                color: #59213C;
            }

/* ----------------------------------------------------
		End Select Box Styles
------------------------------------------------------- */

.sitewidth {
    width: 100%;
    max-width: 1345px;
    margin: 0 auto;
    padding: 0 2%;
}

.ltie9 .sitewidth {
    width: 1250px;
}

.displayBlock {
    *display: block;
    zoom: 1;
    display: inline-block;
}

.displayTable {
    display: table;
    width: 100%;
    height: 100%;
}

.displayTableCell {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

#Wrapper {
    min-height: 100%;
    position: relative;
    overflow-y: hidden;
}

/* ----------------------------------------------------
		Start Header
------------------------------------------------------- */

header {
    position: absolute;
    background-image: url('../images/SAO4-GlobalNavigation-HeaderTransparency.png');
    z-index: 100;
    width: 100%;
}

    header .sitewidth {
    }

/* ----------------------------------------------------
		End Header
------------------------------------------------------- */


/* ----------------------------------------------------
		Start Header Image
------------------------------------------------------- */

.headerImage {
    position: relative;
    color: #FFF;
    overflow: hidden;
}

    .headerImage .mainImage {
        width: 100%;
    }

    .headerImage .displayTable {
        position: absolute;
        top: 45px;
        left: 0;
        width: 100%;
        height: 100%;
    }

.headerTitle {
    color: #1e1e1e;
    padding-bottom: 24%;
}

.headerContent {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 2%;
    font-family: 'GlacialIndifferenceBold', Arial, sans-serif;
    text-transform: uppercase;
    font-size: 60px;
    letter-spacing: 2px;
}

@media all and (max-width: 1120px) {
    .headerImage .displayTable {
        top: 0;
    }

    .headerContent {
        text-align: center;
        font-size: 40px;
        line-height: 1em;
    }
}

@media all and (max-width: 750px) {
    .headerImage .mainImage {
        width: 145%;
        margin-left: -25%;
    }
}

@media all and (max-width: 525px) {
    .headerImage .mainImage {
        width: 200%;
    }
}
/* ----------------------------------------------------
		End Header Image
------------------------------------------------------- */
/* ----------------------------------------------------
		Start Top Nav
------------------------------------------------------- */
.topNav {
    margin: 5px 0 50px 0;
    text-align: center;
}

    .topNav li {
        display: inline-block;
        padding: 0 10px;
        font-size: 16px;
    }


/* ----------------------------------------------------
		End Top Nav
------------------------------------------------------- */

/* ----------------------------------------------------
		Start Main Nav
------------------------------------------------------- */
#Wrapper.miniNav header {
    position: fixed;
    background: #000000;
}
#Wrapper.miniNav header .hcWrap {
	align-items: end;
}
        #Wrapper.miniNav header .hcWrap .topLinks .socialWrap {
            display: none;
        }

        #Wrapper.miniNav header .hcWrap .topLinks #query {
            color: #ffffff;
            border-bottom: 2px solid #ffffff;
        }

        #Wrapper.miniNav header .hcWrap .topLinks ::placeholder {
            color: #ffffff;
        }

        #Wrapper.miniNav header .hcWrap .topLinks .searchWrap input[type=submit] {
            background-image: url(../images/SAO4-SearchIcon-white.png);
        }

#Wrapper.miniNav #MainNavWrap .mainNav li .topNavLink {
    color: #ffffff;
}

#Wrapper.miniNav #MainNavWrap .mainNav .subNav {
    top: 43px;
}

    #Wrapper.miniNav #MainNavWrap .mainNav .subNav ul {
        background: #000;
    }

        #Wrapper.miniNav #MainNavWrap .mainNav .subNav ul a {
            color: #ffffff;
        }

header .hcWrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: end;
    /*justify-content: space-between;*/
    padding: 10px 2% 10px 2%;
}

    header .hcWrap .socialWrap {
        text-align: right;
        margin: 10px 0;
        display: inline;
    }

        header .hcWrap .socialWrap span.email {
            padding-left: 20px;
        }

    header .hcWrap .topLinks {
        float: right;
        padding-right: 15px;
        margin-bottom: 15px;
    }

        header .hcWrap .topLinks #query {
            background: transparent;
            border: 0px;
            border-bottom: 2px solid #0e151b;
            font-style: italic;
            font-weight: 600;
            text-align: right;
            font-size: 14px;
        }

            header .hcWrap .topLinks #query::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
                color: #0e151b;
                opacity: 1; /* Firefox */
            }

            header .hcWrap .topLinks #query:-ms-input-placeholder { /* Internet Explorer 10-11 */
                color: #0e151b;
            }

            header .hcWrap .topLinks #query::-ms-input-placeholder { /* Microsoft Edge */
                color: #0e151b;
            }

    header .hcWrap .navigationWrap {
        width: auto;
        flex: 1 1 auto;
    }

header .headerLogo {
    float: left;
    flex: 1 1 auto;
}

#Wrapper header .headerLogo.stickyNavLogo {
    display: none;
}

#Wrapper.miniNav header .headerLogo.mainLogo {
    display: none;
}

#Wrapper.miniNav header .headerLogo.stickyNavLogo {
    display: inline-block;
    align-self: center;
}

#MainNavWrap {
    margin-bottom: 15px;
    position: relative;
    z-index: 1000;
    float: right;
    font-family: 'GlacialIndifferenceRegular', Arial, sans-serif;
    width: auto;
    margin-bottom: 0;
}

    #MainNavWrap .mainNav {
        width: 100%;
        display: table;
    }

        #MainNavWrap .mainNav .mobileOnly {
            display: none;
        }

        #MainNavWrap .mainNav li {
            display: table-cell;
            position: relative;
            font-size: 16px;
            float: left;
            vertical-align: bottom;
        }

            #MainNavWrap .mainNav li .topNavLink {
                display: block;
                float: left;
                padding: 5px 15px 0px 15px;
                color: #1e1e1e;
                text-transform: uppercase;
                -webkit-transition: color .7s ease;
                -moz-transition: color .7s ease;
                -o-transition: color .7s ease;
                transition: color .7s ease;
            }

        #MainNavWrap .mainNav .mainNavItem button.openSubnav {
            display: inline-block;
            padding-right: 0px;
            cursor: pointer;
	    margin-left: -15px;
	    padding-right: 15px;
        }

            #MainNavWrap .mainNav .mainNavItem button.openSubnav .hoverArrow {
                display: none;
            }

        #MainNavWrap .mainNav .mainNavItem:hover button.openSubnav .hoverArrow {
            display: inline;
        }

        #MainNavWrap .mainNav .mainNavItem:hover button.openSubnav .topNavArrow {
            display: none;
        }

        #MainNavWrap .mainNav .mainNavItem:hover button .stickyArrow {
            display: none;
        }

        .miniNav #MainNavWrap .mainNav .mainNavItem:hover button .hoverArrow, .miniNav #MainNavWrap .mainNav .mainNavItem button .topNavArrow, #MainNavWrap .mainNav .mainNavItem button .stickyArrow {
            display: none;
        }

.miniNav #MainNavWrap .mainNav .mainNavItem button .stickyArrow {
    display: inline;
}

#MainNavWrap .mainNav .mainNavItem img.arrow {
    vertical-align: bottom;
    vertical-align: -webkit-baseline-middle;
    vertical-align: -moz-middle-with-baseline;
}

#MainNavWrap .mainNav li:hover .dropdown {
    background: transparent;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
}

#MainNavWrap .mainNav li:hover .topNavLink {
    color: #b38d2e;
}

#MainNavWrap .mainNav li.current a {
    color: #667b94;
}

#MainNavWrap .mainNav .subNav {
    display: none;
    width: 100%;
    position: absolute;
    top: 43px;
}

    #MainNavWrap .mainNav .subNav ul {
        display: inline-block;
        background: rgba(255,255,255,.8);
        position: absolute;
        right: 0;
    }

        #MainNavWrap .mainNav .subNav ul li {
            display: block;
            white-space: nowrap;
            padding: 5px 20px 5px 25px;
            width: 100%;
        }

            #MainNavWrap .mainNav .subNav ul li:hover {
                background-image: url('../images/GlobalNav-DropDownHoverIcon.png');
                background-position: center left 10px;
                background-repeat: no-repeat;
            }

            #MainNavWrap .mainNav .subNav ul li a {
                padding-right: 15px;
                display: inline-block;
                width: 100%;
                height: 100%;
                color: #1e1e1e;
            }

                #MainNavWrap .mainNav .subNav ul li a:hover {
                    color: #b38d2e;
                }

                #MainNavWrap .mainNav .subNav ul li a.current {
                    color: #b38d2e;
                }

                #MainNavWrap .mainNav .subNav ul li a.childrenPresent {
                    background: url(../images/main-nav-blue-plus.jpg) right center no-repeat;
                }

            #MainNavWrap .mainNav .subNav ul li:hover a.childrenPresent {
                background: url(../images/main-nav-blue-plus-hover.jpg) right center no-repeat;
            }

            #MainNavWrap .mainNav .subNav ul li ul {
                display: none;
                padding: 0;
                position: absolute;
                left: 0px;
                top: 0px;
                transition: display 3s linear;
                background: #f3f3f3;
                border-bottom-left-radius: 0px;
                border-bottom-right-radius: 5px;
                -webkit-border-bottom-left-radius: 0px;
                -webkit-border-bottom-right-radius: 5px;
                -moz-border-radius-bottomleft: 0px;
                -moz-border-radius-bottomright: 5px;
                border-top-right-radius: 5px;
                -webkit-border-top-right-radius: 5px;
                -moz-border-radius-topright: 5px;
            }

                #MainNavWrap .mainNav .subNav ul li ul li {
                    padding-left: 0;
                }

            #MainNavWrap .mainNav .subNav ul li ul {
                display: none;
            }

.socialWrap .icon {
    display: inline-block;
    width: 17px;
    height: 17px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: background .7s ease;
    -moz-transition: background .7s ease;
    -o-transition: background .7s ease;
    transition: background .7s ease;
    vertical-align: middle;
    margin: 3px;
}

    .socialWrap .icon.fbicon {
        background: url('../images/SAO4-Facebook.png');
    }

        .socialWrap .icon.fbicon:hover {
            background-image: url('../images/SAO4-Facebookhover.png');
        }

    .socialWrap .icon.ticon {
        background-image: url('../images/SAO4-Twitter.png');
    }

        .socialWrap .icon.ticon:hover {
            background-image: url('../images/SAO4-Twitterhover.png');
        }

    .socialWrap .icon.liicon {
        background-image: url('../images/SAO4-LinkedIn.png');
    }

        .socialWrap .icon.liicon:hover {
            background-image: url('../images/SAO4-LinkedInhover.png');
        }
/* ----------------------------------------------------
		End Main Nav
------------------------------------------------------- */
/* ----------------------------------------------------
		Start Nav Search
------------------------------------------------------- */
header .searchWrap .formWrap, header .searchWrap .formWrap .formRow {
    margin-bottom: 0;
}

.searchWrap {
    display: inline-block;
}

    .searchWrap .formWrap {
        margin-bottom: 15px;
        height: 35px;
    }

        .searchWrap .formWrap .formRow {
            display: inline-block;
            margin-bottom: 0;
            vertical-align: middle;
        }

        .searchWrap .formWrap .textfield {
            display: inline-block;
        }

    .searchWrap input[type=submit] {
        background-image: url('../images/SAO4-SearchIcon.png');
        background-color: rgba(255,255,255,0);
        border: 0;
        display: block;
        height: 20px;
        width: 30px;
        padding: 0;
        min-width: unset;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }

        .searchWrap input[type=submit]:focus {
            border: 1px solid #000;
        }

.searchResults {
    margin: 25px 0;
}

    .searchResults h1 span {
        text-decoration: underline;
    }

    .searchResults .result {
        margin-bottom: 20px;
    }

        .searchResults .result a {
            color: #b38d2e;
            text-decoration: underline;
            font-weight: 600;
            font-size: 20px;
        }
        
.showSearch {
    display: none;
}

@media only screen and (max-width:560px) {
    .showSearch {
        display: inline-block;
        margin-right: 25px;
        margin-bottom: 5px;
    }

    .searchWrap {
        display: none;
        position: absolute;
        right: 45px;
        bottom: -56px;
        background: #000000;
        padding: 10px;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }

        .searchWrap.show {
            display: inline-block;
        }
}        
/* ----------------------------------------------------
		End Nav Search
------------------------------------------------------- */
/* ----------------------------------------------------
		Start Mobile Main Nav
------------------------------------------------------- */

.mobileMainMenu {
    display: none;
    width: 100%;
    position: absolute;
    top: 48px;
    left: 0px;
    z-index: 3000;
    font-size: 17px;
    background: #ffffff;
    border-bottom: 1px solid #e9e9e9;
    height: 90vh;
    overflow: auto;
}

    .mobileMainMenu ul {
        padding: 0;
        list-style-type: none;
    }

        .mobileMainMenu ul li {
            position: relative;
            /*margin: 0 10px;*/
        }

        .mobileMainMenu ul.mainNav li.mainNavItem {
            border-bottom: 1px solid #e9e9e9;
            margin: 0 10px;
        }

            .mobileMainMenu ul.mainNav li.mainNavItem:last-of-type {
                margin-bottom: 10px;
            }

            .mobileMainMenu ul.mainNav li.mainNavItem.openedSec {
                background-color: #ecedee;
            }

        .mobileMainMenu ul li a {
            display: block;
            padding: 10px 0 10px 35px;
            color: #464646;
            /*background: #f9f9f9;*/
            border-top: 1px solid #e9e9e9;
            font-family: 'GlacialIndifferenceBold', Arial, sans-serif;
            color: #000000;
            font-weight: 600;
        }

.mainNavItem .stateTitle {
    display: block;
    padding: 10px 0 10px 35px;
    color: #464646;
    /*background: #f9f9f9;*/
    border-top: 1px solid #e9e9e9;
}

.mainNavItem .locItem {
    padding-left: 10px;
    font-size: 16px;
}

.mobileMainMenu ul.mainNav ul {
    display: none;
}

.mobileMainMenu ul li ul.mobileMenuOpen {
    display: block;
}

.mobileMainMenu ul li ul {
    display: none;
}

    .mobileMainMenu ul li ul li a {
        padding-left: 15px;
        border-top: 0;
        margin: 0 20px;
        font-size: 15px;
        color: #636669;
    }

    .mobileMainMenu ul li ul li a {
        padding-left: 25px;
    }

    .mobileMainMenu ul li ul li ul li a {
        font-weight: 300;
        padding-left: 45px;
    }

    .mobileMainMenu ul li ul li ul li ul {
        padding-left: 30px;
    }

        .mobileMainMenu ul li ul li ul li ul a {
            font-size: 13px;
        }

.mobileMainMenu ul li .mobileToggle {
    position: absolute;
    top: 0px;
    right: 0px;
    text-align: center;
    padding: 10px 0;
    width: 55px;
    font-family: 'GlacialIndifferenceBold', Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    height: 2.5em;
    background-image: url('../images/plus.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 10px;
}

    .mobileMainMenu ul li .mobileToggle.toggleOpen {
        background-image: url('../images/minus.png');
    }

.mobileMainMenu > ul > li > .mobileToggle {
    background-image: url('../images/nav-arrow.png');
    background-size: unset;
    margin-right: 20px;
}

    .mobileMainMenu > ul > li > .mobileToggle.toggleOpen {
        background-image: url('../images/nav-arrow.png');
        transform: rotate(180deg);
        border: 0;
    }

.mobileMenuButton {
    display: none;
    position: absolute;
    top: 15px;
    right: 0px;
}

    .mobileMenuButton .burg {
        display: block;
        width: 30px;
        margin: 16px;
    }

        .mobileMenuButton .burg span {
            display: block;
            height: 4px;
            margin: 6px 0;
            background: #ffffff;
        }

    .mobileMenuButton .close {
        display: none;
        font-size: 32px;
        font-weight: bold;
        margin: 13px 22px;
        color: #000;
    }

.mobileMenuButtonOpen .close {
    display: block;
}

.burg {
    position: relative;
    cursor: pointer;
    z-index: 5;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
}

    .burg span, .burg span:after, .burg span:before {
        display: block;
        transition-property: all;
        transition-duration: .1s;
    }

    .burg span {
        margin: 0 auto;
        position: relative;
    }

        .burg span:after, .burg span:before {
            position: absolute;
            content: '';
        }

        .burg span, .burg span:after, .burg span:before {
            width: 35px;
            height: 4px;
            background-color: #ffffff;
        }

.mobileMenuButtonOpen .burg span, .mobileMenuButtonOpen .burg span:after, .mobileMenuButtonOpen .burg span:before {
    width: 35px;
    height: 4px;
    background-color: #ffffff;
}

.burg span:before {
    transform: translateY(-10px);
}

.burg span:after {
    transform: translateY(10px);
}

.burg:hover span:before {
    transform: translateY(-12px);
}

.burg:hover span:after {
    transform: translateY(12px);
}

.burg:hover.active span:before {
    transform: rotate(45deg);
}

.mobileMenuButtonOpen .burg:hover span:after {
    transform: rotate(-45deg);
}

.mobileMenuButtonOpen .burg span {
    background-color: transparent !important;
}

    .mobileMenuButtonOpen .burg span:after, .mobileMenuButtonOpen .burg span:before {
        transform: translateY(0);
    }

    .mobileMenuButtonOpen .burg span:before {
        transform: rotate(45deg);
    }

    .mobileMenuButtonOpen .burg span:after {
        transform: rotate(-45deg);
    }

@media screen and (max-width:1390px) {
    #MainNavWrap {
        display: none;
    }

    .mainNavItem .openSubnav {
        display: none;
    }

    .mobileMenuButton {
        display: block;
    }

    header {
        background-color: #ffffff;
        position: fixed;
        border-bottom: 1px solid #f1f0ee;
    }

        header .hcWrap {
            align-items: unset;
        }

            header .hcWrap .topLinks {
                padding-right: 40px;
                margin-bottom: 10px;
            }

            header .hcWrap .socialWrap {
                padding-right: 15px;
                margin: 10px 0;
            }

    main {
        padding-top: 70px;
    }

    .headerImage .displayTable {
        background-image: none !important;
    }

    .spacer {
        display: none;
    }
}

@media screen and (max-width:850px) {
    header .headerLogo {
        max-width: 265px;
        overflow: hidden;
    }

        header .headerLogo img {
            width: 100%;
            padding: 7px 0px;
        }
}

@media all and (max-width: 450px) {
    header .hcWrap {
        padding: 15px 2%;
    }

    header .headerLogo {
        max-width: 230px;
    }

        header .headerLogo img {
            max-width: 300px;
        }


    /*header .hcWrap .topLinks {
        padding-right: 0;
    }*/

    header .hcWrap .socialWrap {
        display: none;
    }

    main {
        padding-top: 75px;
    }
}

/* ----------------------------------------------------
		End  Mobile Main Nav
------------------------------------------------------- */


/* ----------------------------------------------------
		Start Breadcrumb
------------------------------------------------------- */

.breadcrumbWrap {
    font-size: 14px;
    color: #1e1e1e;
}

    .breadcrumbWrap ul li {
        display: inline;
        padding-right: 0px;
    }

    .breadcrumbWrap a {
        color: #1e1e1e;
    }

    .breadcrumbWrap .currentItem a {
        font-family: 'GlacialIndifferenceRegular', Arial, sans-serif;
        font-weight: 600;
    }

/* ----------------------------------------------------
		End Breadcrumb
------------------------------------------------------- */

/* ----------------------------------------------------
		Start Pagination
------------------------------------------------------- */

.pagination {
    width: auto;
    margin-bottom: 35px;
    text-align: left;
    padding: 0;
}

    .pagination span,
    .pagination a {
        font-family: 'GlacialIndifferenceBold', Arial, sans-serif;
        zoom: 1;
        display: inline-block;
        padding: 5px 15px;
        margin-bottom: 10px;
        margin-right: 10px;
        text-align: center;
        font-size: 0.85em;
        background: #f9f9f9;
        color: #1e1e1e;
        text-transform: uppercase;
        /*border: 1px solid #e8e8e8;*/
    }

    .pagination span {
        background: #b38d2e;
        color: #ffffff;
    }

    .pagination a:hover {
        background: #edeef0;
    }


/* ----------------------------------------------------
		End Pagination
------------------------------------------------------- */

/* ----------------------------------------------------
		Start Body
------------------------------------------------------- */
main .bgSeal {
    height: 100%;
    width: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    left: -100px;
}

    main .bgSeal img {
        position: relative;
        bottom: 10%;
        max-width: 100%;
    }

main {
    display: block;
}

.mainBodyCopy {
    padding-top: 50px;
}

.mainContentWrap {
    margin-top: 30px;
}

.rteCopy {
    margin-bottom: 25px;
}

    .rteCopy h2 {
        width: 100%;
        font-weight: 300;
        font-size: 36px;
        line-height: 1.2em;
        color: #1e1e1e;
        font-family: 'GlacialIndifferenceBold', Arial, sans-serif;
    }

        .rteCopy h2.small {
            font-size: 22px;
            color: #1e1e1e;
            line-height: 1.2em;
            font-family: 'GlacialIndifferenceBold', Arial, sans-serif;
            text-transform: uppercase;
            margin-bottom: 10px;
        }

    .rteCopy h3 {
        font-size: 19px;
        color: #1e1e1e;
        line-height: 1em;
        font-family: 'GlacialIndifferenceBold', Arial, sans-serif;
        text-transform: uppercase;
    }

        .rteCopy h3.lowercase {
            font-size: 19px;
            color: #1e1e1e;
            line-height: 1em;
            font-family: 'GlacialIndifferenceBold', Arial, sans-serif;
            text-transform: none;
        }

.smallFont, .smallFont a {
    font-size: 16px;
}
.largeFont, .largeFont a {
    font-size: 23px;
}
.gold, a.gold {
    color: #b38d2e !important;
}
.greyBlue, a.greyBlue {
    color: #667b94 !important;
}
.darkBlue, a.darkBlue {
    color: #243141 !important;
}
.blackFont, a.blackFont {
    color: #1e1e1e !important;
}
.mainBodyCopy .rteCopy:last-child {
    margin-bottom: 0;
}

.rteCopy ul,
.rteCopy ol,
.rteCopy p {
    margin-bottom: 30px;
}

    .rteCopy p:last-child {
        margin-bottom: 0;
    }
.rteCopy table td p {
    margin-bottom: 15px;
}
.rteCopy img {
    max-width: 95%;
    width: auto !important;
    height: auto !important;
    margin: 0px 0;
}

.rteCopy ul li,
.rteCopy ol li {
    padding-bottom: 3px;
}

.rteCopy ul {
    padding-left: 20px;
}

    .rteCopy ul.ulSplit {
        display: inline-block;
        width: 50%;
        vertical-align: top;
    }

.rteCopy ol {
    padding-left: 22px;
}

.rteCopy ul li {
    list-style-type: disc;
}

.rteCopy li p {
    margin-bottom: 0;
}

.rteCopy a:link,
.rteCopy a:visited,
.rteCopy a:active {
    color: #b38d2e;
    text-decoration: underline;
}

.homecopy h1 {
    display: inline;
    font-family: 'GlacialIndifferenceBold', Arial, sans-serif;
    text-transform: none;
}

    .homecopy h1::after {
        content: ' - ';
    }

h1.noMargin {
    margin-bottom: 0;
}

.homecopy h2 {
    display: inline;
    font-family: 'GlacialIndifferenceRegular', Arial, sans-serif;
}

.homecopy .rteCopy {
    margin-top: 20px;
}
table a.btn {
    margin: 10px;
}
/** headline rotator bar start **/
.textSliderWrap {
    position: relative;
    background-color: #677b94;
    color: #ffffff;
}

.textSlider .swiper-arrows {
    z-index: 0;
    width: 100%;
    top: 0;
    bottom: 0;
}

.textSlider .swiper-prev, .textSlider .swiper-next {
    display: inline-block;
    height: 100%;
    background-image: url('../images/SAO4-OrangeBar-LeftArrow.png');
    background-position: center;
    background-repeat: no-repeat;
    padding: 0 20px;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
}

.textSlider .swiper-next {
    float: right;
    right: 0;
    background-image: url('../images/SAO4-OrangeBar-RightArrow.png');
}

.textSliderWrap .text {
    display: table;
    text-align: center;
    padding: 20px 0;
    margin: 0 auto;
}

    .textSliderWrap .text .rTitle {
        display: table-cell;
        vertical-align: middle;
        padding: 0 15px;
        font-family: 'GlacialIndifferenceBold', Arial, sans-serif;
        font-size: 20px;
        letter-spacing: 1px;
    }

    .textSliderWrap .text .sLink {
        display: table-cell;
        vertical-align: middle;
        padding: 0 15px;
    }
    table.largeResponsiveTable tbody tr td:first-of-type {
    background: #f9f9f9;
    }
table.largeResponsiveTable tbody span.label {
    display: none;
}
@media all and (max-width: 1000px) {
	.rteCopy table td {
        height: auto !important;
    }
}
@media all and (max-width: 850px) {
    main .bgSeal {
        width: 100%;
    }

    .rteCopy table td {
        display: block;
        margin: 10px 0;
        width: 100% !important;
    }

        .rteCopy table td p {
            text-align: left !important;
        }
        table.responsiveTable tbody, table.largeResponsiveTable tbody {
	     display: -webkit-flex;
	     display: -ms-flexbox;
    	    display: flex;
	    width:  100%;
	}
	
	table.responsiveTable tbody tr td, table.largeResponsiveTable tbody tr td {
	    padding: 10px;
	    margin: 0;
	    height: auto !important;
	    width: auto !important;
	}
	
	table.responsiveTable, table.largeResponsiveTable {
	    border:  0 !important;
	}
	
	table.responsiveTable tbody tr {
	    border-bottom: 1px solid #f9f9f9;
}
table.largeResponsiveTable tbody {
flex-wrap: wrap;
}
table.largeResponsiveTable tbody tr:first-of-type {
    display:  none;
}

table.largeResponsiveTable tbody tr {
border-bottom: 1px solid #f9f9f9;
    width: 25%;
}
table.largeResponsiveTable tbody tr td p {
text-align: center !important;
}
table.largeResponsiveTable tbody span.label {
    display: block;
}
}
@media all and (max-width: 580px) {
table.largeResponsiveTable tbody tr {
    border-bottom: 1px solid #f9f9f9;
    width: 33%;
}
table.responsiveTable tbody tr td, table.largeResponsiveTable tbody tr td {
font-size: 13px;
}
}
@media all and (max-width: 550px) {
    .textSliderWrap .text .rTitle {
        display: block;
    }

    .textSliderWrap .text .sLink {
        display: block;
    }
       .rteCopy table td p {
            text-align: center !important;
        }
}
/** headline rotator bar end **/
/* ----------------------------------------------------
		End Body
------------------------------------------------------- */
/* ----------------------------------------------------
		Start Widgets
------------------------------------------------------- */
/** start three large image widget **/
.threeLargeCalloutsWrap {
    margin-top: 50px;
    margin-bottom: 50px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

    .threeLargeCalloutsWrap .calloutItem {
        display: inline-block;
        position: relative;
        float: left;
        height: 0;
        padding-bottom: 32.5%;
        width: 33.33333%;
        max-width: 412px;
        filter: gray; /* IE6-9 */
        -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
        filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
        -webkit-transition: filter .7s ease;
        -moz-transition: filter .7s ease;
        -o-transition: filter .7s ease;
        transition: filter .7s ease;
        color: #ffffff;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover
    }

        .threeLargeCalloutsWrap .calloutItem.mid {
            margin: 0 25px;
        }

        .threeLargeCalloutsWrap .calloutItem:hover {
            -webkit-filter: grayscale(0);
            filter: none;
        }

        .threeLargeCalloutsWrap .calloutItem .text {
            position: absolute;
            bottom: 0;
            padding: 25px;
        }

            .threeLargeCalloutsWrap .calloutItem .text .title {
                font-family: 'GlacialIndifferenceBold', Arial, sans-serif;
                text-transform: uppercase;
                line-height: 1em;
                font-size: 55px;
                letter-spacing: 1px;
            }

            .threeLargeCalloutsWrap .calloutItem .text .copy {
                font-size: 20px;
                padding-top: 15px;
            }

@media all and (max-width: 1105px) {
    .threeLargeCalloutsWrap .calloutItem .text .title {
        font-size: 40px;
    }
}

@media all and (max-width: 945px) {
    .threeLargeCalloutsWrap {
        flex-wrap: wrap;
    }

        .threeLargeCalloutsWrap .calloutItem {
            margin: 10px auto !important;
            width: 47%;
        }
}

@media all and (max-width: 755px) {
    .threeLargeCalloutsWrap .calloutItem {
        width: 100%;
        padding-bottom: 55.5%;
    }
}

@media all and (max-width: 755px) {
    .threeLargeCalloutsWrap .calloutItem {
        padding-bottom: 68.5%;
    }
}

@media all and (max-width: 455px) {
    .threeLargeCalloutsWrap .calloutItem {
        padding-bottom: 75%;
    }

        .threeLargeCalloutsWrap .calloutItem .text .title {
            font-size: 30px;
        }
}
/** end three large image widget **/
/** start quick links widget **/
.quickLinksWrap {
    margin-top: 50px;
    margin-bottom: 50px;
}

    .quickLinksWrap .text .title {
        font-family: 'GlacialIndifferenceBold', Arial, sans-serif;
        line-height: 1em;
        font-size: 30px;
        margin-bottom: 10px;
    }

    .quickLinksWrap .calloutsWrap {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
    }

        .quickLinksWrap .calloutsWrap .calloutItem {
            display: inline-block;
            position: relative;
            float: left;
            height: 0;
            padding-bottom: 17.09%;
            width: 25%;
            max-width: 299px;
            -webkit-transition: filter .7s ease;
            -moz-transition: filter .7s ease;
            -o-transition: filter .7s ease;
            transition: filter .7s ease;
            color: #ffffff;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: cover;
        }

            .quickLinksWrap .calloutsWrap .calloutItem .text {
                position: absolute;
                vertical-align: middle;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                text-align: center;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                width: 100%;
                align-items: center;
                background: transparent;
                -webkit-transition: background .7s ease;
                -moz-transition: background .7s ease;
                -o-transition: background .7s ease;
                transition: background .7s ease;
                padding: 20px;
            }
		.quickLinksWrap.leftSide .calloutsWrap .calloutItem {
			width: 33%;
		   
	    }
                .quickLinksWrap .calloutsWrap .calloutItem .text .title {
                    width: 100%;
                }

            .quickLinksWrap .calloutsWrap .calloutItem:hover .text {
                background-color: rgba(30,30,30,.8);
            }

    .quickLinksWrap .quickLinksDisplay {
        margin: 40px 0;
    }

        .quickLinksWrap .quickLinksDisplay .linkCol {
            float: left;
            width: 33.333%;
            display: inline-block;
            margin-bottom: 20px;
        }

            .quickLinksWrap .quickLinksDisplay .linkCol.mid {
                text-align: center;
            }

            .quickLinksWrap .quickLinksDisplay .linkCol.last {
                text-align: right;
            }

            .quickLinksWrap .quickLinksDisplay .linkCol .linkTile {
                display: inline-block;
                width: 97%;
                max-width: 410px;
                text-align: center;
                background-color: #b38d2e;
                padding: 8px 0 5px 0;
                color: #ffffff;
                font-family: 'GlacialIndifferenceBold', Arial, sans-serif;
                text-transform: uppercase;
                letter-spacing: 1px;
                -webkit-transition: background-color .7s ease;
                -moz-transition: background-color .7s ease;
                -o-transition: background-color .7s ease;
                transition: background-color .7s ease;
            }

                .quickLinksWrap .quickLinksDisplay .linkCol .linkTile:hover {
                    background-color: #7f6322;
                }

@media all and (max-width: 1290px) {
    .quickLinksWrap .calloutsWrap .calloutItem {
        margin: 0 0.5%;
    }
}

@media all and (max-width: 1150px) {
    .quickLinksWrap .quickLinksDisplay {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 25px 0;
    }

        .quickLinksWrap .quickLinksDisplay .linkCol {
            float: none;
            text-align: center !important;
            width: 48%;
            margin: 0px 1% 10px 1%;
        }

            .quickLinksWrap .quickLinksDisplay .linkCol .linkTile {
                width: 100%;
            }
}

@media all and (max-width: 950px) {
    .quickLinksWrap .calloutsWrap {
        flex-wrap: wrap;
    }

        .quickLinksWrap .calloutsWrap .calloutItem {
            margin: 10px 0.5%;
            width: 48%;
            max-width: unset;
            padding-bottom: 25%;
        }
}

@media all and (max-width: 775px) {
    .quickLinksWrap .quickLinksDisplay .linkCol {
        width: 100%;
    }

        .quickLinksWrap .quickLinksDisplay .linkCol .linkTile {
            padding: 8px 5px 5px 5px;
        }
}

@media all and (max-width: 500px) {
    .quickLinksWrap .calloutsWrap .calloutItem {
        width: 100%;
        padding-bottom: 35%;
    }
}

@media all and (max-width: 350px) {
    .quickLinksWrap .calloutsWrap .calloutItem {
        padding-bottom: 45%;
    }
}
/** end quick links widget **/
/** start secondary content **/
.secondaryContent.bottomBorder {
    margin-top: 20px;
    border-bottom: 1px solid #b38d2e;
}
/** end secondary content **/
/** start gallery widget **/

.galleryWrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .galleryWrap .galleryItem {
        overflow: hidden;
        margin-bottom: 15px;
        width: 31.333%;
    }

    .galleryWrap.left .galleryItem {
        width: 48%;
    }

    .galleryWrap .galleryItem .galImgWrap img {
        object-fit: cover;
        width: 100%;
    }

    .galleryWrap .galleryItem .galCap {
        font-size: 16px;
        font-style: italic;
        text-align: center;
        line-height: 1.3em;
        margin: 5px 0;
    }

@media only screen and (max-width: 1120px) {
    .galleryWrap.left .galleryItem {
        width: 31.3333%;
    }
}
@media only screen and (max-width: 815px) {
    .galleryWrap.left .galleryItem {
        width: 48%;
    }
}
@media only screen and (max-width: 515px) {
    .galleryWrap .galleryItem {
        width: 100% !important;
    }
}
/** end gallery widget **/
/** start quote banner **/
.quoteBannerWrap {
    height: 0;
    padding-bottom: 19.63%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    color: #ffffff;
    margin-top: 35px;
    margin-bottom: 35px;
}

    .quoteBannerWrap.smaller {
        padding-bottom: 22.63%;
    }

    .quoteBannerWrap .posWrap {
        position: absolute;
        vertical-align: middle;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        align-items: center;
        background: transparent;
        -webkit-transition: background .7s ease;
        -moz-transition: background .7s ease;
        -o-transition: background .7s ease;
        transition: background .7s ease;
        padding: 20px;
    }

    .quoteBannerWrap .sitewidth .quote {
        font-family: 'GlacialIndifferenceItalic', Arial, sans-serif;
        font-size: 32px;
        line-height: 1.5em;
        letter-spacing: 1px;
    }

    .quoteBannerWrap.smaller .sitewidth .quote {
        font-size: 25px;
        line-height: 1.3em;
    }

    .quoteBannerWrap .sitewidth .sourceWrap {
        text-align: right;
        width: 100%;
    }

        .quoteBannerWrap .sitewidth .sourceWrap .name {
            font-family: 'GlacialIndifferenceBold', Arial, sans-serif;
            font-size: 22px;
        }

        .quoteBannerWrap .sitewidth .sourceWrap .title {
            font-family: 'GlacialIndifferenceItalic', Arial, sans-serif;
            font-size: 22px;
        }

@media all and (max-width: 1455px) {
    .quoteBannerWrap {
        background-size: cover;
    }

        .quoteBannerWrap .posWrap {
            background: rgba(0,0,0,.5);
        }

        .quoteBannerWrap .sitewidth .quote {
            font-size: 24px;
        }

        .quoteBannerWrap.smaller {
            padding-bottom: 28%;
        }

            .quoteBannerWrap.noImg .posWrap {
                background: transparent;
            }

                .quoteBannerWrap.smaller .posWrap .sitewidth .quote {
                    font-size: 22px;
                }
}

@media all and (max-width: 1200px) {
    .quoteBannerWrap {
        padding-bottom: 28.63%;
    }

        .quoteBannerWrap.smaller {
            padding-bottom: 38%;
        }
}

@media all and (max-width: 1020px) {
    .quoteBannerWrap.smaller {
        padding-bottom: 50%;
    }

        .quoteBannerWrap.smaller .posWrap .sitewidth .quote {
            font-size: 20px;
        }
}

@media all and (max-width: 975px) {
    .quoteBannerWrap {
        padding-bottom: 45%;
    }

        .quoteBannerWrap .sitewidth .quote {
            font-size: 22px;
            margin-left: 0;
        }
}

@media all and (max-width: 785px) {
    .quoteBannerWrap.smaller {
        padding-bottom: 70%;
    }
}

@media all and (max-width: 675px) {
    .quoteBannerWrap {
        padding-bottom: 60%;
    }

        .quoteBannerWrap.smaller {
            padding-bottom: 85%;
        }

            .quoteBannerWrap.smaller .posWrap .sitewidth .quote {
                font-size: 18px;
            }
}

@media all and (max-width: 555px) {
    .quoteBannerWrap {
        padding-bottom: 80%;
        background-position: center left 15%;
    }

        .quoteBannerWrap.smaller {
            padding-bottom: 105%;
        }
}
@media all and (max-width: 500px) {


    .quoteBannerWrap.smaller .posWrap .sitewidth .quote {
        font-size: 15px;
    }

    .quoteBannerWrap.smaller .sitewidth .sourceWrap .name {
        font-size: 17px;
    }

    .quoteBannerWrap.smaller .sitewidth .sourceWrap .title {
        font-size: 16px;
    }
}
@media all and (max-width: 485px) {
    .quoteBannerWrap .sitewidth .quote {
        font-size: 17px;
    }

    .quoteBannerWrap .sitewidth .sourceWrap .name {
        font-size: 20px;
    }

    .quoteBannerWrap .sitewidth .sourceWrap .title {
        font-size: 20px;
    }
}

@media all and (max-width: 400px) {
    .quoteBannerWrap {
        padding-bottom: 100%;
    }

        .quoteBannerWrap.smaller {
            padding-bottom: 135%;
        }
}

@media all and (max-width: 350px) {
    .quoteBannerWrap {
        padding-bottom: 120%;
    }

        .quoteBannerWrap.smaller {
            padding-bottom: 170%;
        }
}
/** end quote banner **/
/** start locations widget **/
.officesCalloutsWrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 50px 0;
}

    .officesCalloutsWrap .officeItem {
        flex: 1 1 auto;
        text-align: center;
        display: inline-block;
        position: relative;
        filter: gray; /* IE6-9 */
        -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
        filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
        -webkit-transition: filter .7s ease;
        -moz-transition: filter .7s ease;
        -o-transition: filter .7s ease;
        transition: filter .7s ease;
        color: #ffffff;
        padding-bottom: 17.38%;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

        .officesCalloutsWrap .officeItem:hover {
            filter: none;
        }

        .officesCalloutsWrap .officeItem .officeContent {
            background: rgba(0,0,0,.5);
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            align-items: center;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            -webkit-transition: background .7s ease;
            -moz-transition: background .7s ease;
            -o-transition: background .7s ease;
            transition: background .7s ease;
        }

        .officesCalloutsWrap .officeItem:hover .officeContent {
            background: rgba(255,255,255,.5);
            color: #006877;
        }

        .officesCalloutsWrap .officeItem .officeContent .text {
            margin: 0 auto;
        }

            .officesCalloutsWrap .officeItem .officeContent .text .countyName {
                font-family: 'GlacialIndifferenceBold', Arial, sans-serif;
                font-size: 105px;
                line-height: .9em;
                text-transform: uppercase;
            }

            .officesCalloutsWrap .officeItem .officeContent .text .county {
                font-size: 21px;
                letter-spacing: 1px;
            }

@media all and (max-width: 1465px) {
    .officesCalloutsWrap .officeItem .officeContent .text .countyName {
        font-size: 75px;
    }
}

@media all and (max-width: 1065px) {
    .officesCalloutsWrap .officeItem .officeContent .text .countyName {
        font-size: 45px;
    }
}

@media all and (max-width: 690px) {
    .officesCalloutsWrap {
        flex-wrap: wrap;
    }

        .officesCalloutsWrap .officeItem {
            width: 100%;
            padding-bottom: 24.38%;
        }

            .officesCalloutsWrap .officeItem .officeContent .text .countyName {
                font-size: 75px;
            }
}

@media all and (max-width: 515px) {
    .officesCalloutsWrap .officeItem {
        padding-bottom: 30%;
    }

        .officesCalloutsWrap .officeItem .officeContent .text .countyName {
            font-size: 45px;
        }
}
/** end locations widget **/
/** start macros **/
.caption {
    text-align: center;
    font-style: italic;
    font-size: 17px;
    max-width: 95%;
    line-height: 1.3em;
    margin: 0 auto;
    padding: 10px 0 25px 0;
}

.captionedImageWrap {
    text-align: center;
    margin: 0 auto;
}
.captionedImageWrap.left {
    float: left;
    padding-right: 15px;
    max-width: 425px !important;
}
.captionedImageWrap.right {
    float: right;
    padding-left: 15px;
   max-width: 425px !important;
}

.publicRecordsRequestWrap {
    color: #BA0725;
    text-align: center;
    padding: 25px;
    border: 1px solid #ededed;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #f9f9f9;
}

    .publicRecordsRequestWrap .title {
        font-size: 22px;
        line-height: 1.2em;
        font-family: 'GlacialIndifferenceBold', Arial, sans-serif;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    .publicRecordsRequestWrap .buttonSpacer {
        margin-bottom: 15px;
    }

.twoColumnsMacroWrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    font-size: 17px;
    padding: 10px 15px;
    margin-bottom: 35px;
}
.twoColumnsMacroWrap.grey {
    background: #f9f9f9;
}
    .twoColumnsMacroWrap .column {
        width: 50%;
    }
    .twoColumnsMacroWrap .column.col1 {
        padding-right: 10px;
    }

    .twoColumnsMacroWrap .column.col2 {
        padding-left: 10px;
    }
    .twoColumnsMacroWrap .column .rteCopy ul {
            margin-bottom: 0 !important;
        }
    .twoColumnsMacroWrap .column p {
        margin-bottom: 20px !important;
    }

@media (max-width: 745px) {
    .twoColumnsMacroWrap {
        flex-wrap: wrap;
        justify-content: flex-start;
        flex-direction: column;
        padding: 10px 0;
    }
	.twoColumnsMacroWrap .column {
	    width: 100%;
	}
        .twoColumnsMacroWrap .column.col1 {
            padding-right: 0px;
        }

        .twoColumnsMacroWrap .column.col2 {
            padding-left: 0px;
        }
}
@media (max-width: 715px) {
.captionedImageWrap.left, 
.captionedImageWrap.right {
    float: none;
    padding-right: 0;
    padding-left: 0;
    max-width: 100% !important;
} 
}
/** end macros **/ 
/* ----------------------------------------------------
		End Widgets
------------------------------------------------------- */
/* ----------------------------------------------------
		Start Two Column Layout
------------------------------------------------------- */


#TwoColumn {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 55px;
}

    #TwoColumn #LeftColumn {
        width: 100%;
        /*float: left;
        margin-right: -325px;*/
        margin-bottom: 30px;
    }

        #TwoColumn #LeftColumn .leftColumnContent {
            /*margin-right: 355px;*/
            margin-top: 30px;
            /*margin-bottom: 55px;*/
        }

    #TwoColumn #RightColumn {
        width: 395px;
        margin-left: 30px;
        /*float: right;*/
        /*position: absolute;*/
        right: 0;
        bottom: 0;
        top: 0;
        height: 100%;
        background: #f9f9f9;
    }

        #TwoColumn #RightColumn .sidebar .sidebarHeader {
            position: relative;
            text-align: center;
            height: 0;
            padding: 15.91%;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
        }

            #TwoColumn #RightColumn .sidebar .sidebarHeader .sbContent {
                position: absolute;
                background-image: url('../images/SAO4-SideNavImage-Transparency.png');
                vertical-align: middle;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                text-align: center;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                justify-content: center;
                width: 100%;
                align-items: center;
                padding: 20px;
                color: #ffffff;
                font-family: 'GlacialIndifferenceBold', Arial, sans-serif;
                text-transform: uppercase;
                font-size: 30px;
            }

        #TwoColumn #RightColumn .sidebar a {
            -webkit-transition: color .7s ease;
            -moz-transition: color .7s ease;
            -o-transition: color .7s ease;
            transition: color .7s ease;
        }

            #TwoColumn #RightColumn .sidebar a:hover {
                color: #b38d2e !important;
            }

            #TwoColumn #RightColumn .sidebar a.navLink {
                color: #1e1e1e;
                font-family: 'GlacialIndifferenceBold', Arial, sans-serif;
                margin-bottom: 10px;
                display: inline-block;
            }

        #TwoColumn #RightColumn .sidebar .sideSubnav {
            padding: 25px 20px 50px 20px;
            font-size: 17px;
            background-color: #f9f9f9;
        }

        #TwoColumn #RightColumn .sidebar .sdropdown .subSideNav {
            display: none;
        }

            #TwoColumn #RightColumn .sidebar .sdropdown .subSideNav li a {
                font-family: 'GlacialIndifferenceRegular', Arial, sans-serif;
                font-weight: 600;
                color: #606060;
                display: inline-block;
                margin-bottom: 10px;
            }

            #TwoColumn #RightColumn .sidebar .sdropdown .subSideNav li .subSideNav li {
                line-height: 1.2em;
                padding-bottom: 8px;
            }

                #TwoColumn #RightColumn .sidebar .sdropdown .subSideNav li .subSideNav li a {
                    font-weight: 300;
                }

        #TwoColumn #RightColumn .sidebar .sdropdown.opened > .subSideNav {
            display: block;
        }

        #TwoColumn #RightColumn .sidebar .sdropdown .subSideNav ul {
            padding: 0 15px;
        }

        #TwoColumn #RightColumn .sidebar .sideSubnav .subSideNav ul li ul {
            font-size: 16px;
        }

        #TwoColumn #RightColumn .sidebar .sideSubnav li .current {
            color: #b38d2e !important;
        }

        #TwoColumn #RightColumn .sidebar .sideSubnav .sideNavItem.sdropdown .openSideSubnav {
            cursor: pointer;
        }

        #TwoColumn #RightColumn .sidebar .sideSubnav .sideNavItem.sdropdown.opened > .openSideSubnav > .plus, #TwoColumn #RightColumn .sidebar .sideSubnav .sideNavItem.sdropdown > .openSideSubnav > .minus, #TwoColumn #RightColumn .sidebar .sideSubnav .currentsideNavItem.sdropdown > .openSideSubnav > .plus {
            display: none;
            width: 10px;
        }

        #TwoColumn #RightColumn .sidebar .sideSubnav .sideNavItem.sdropdown.opened > .openSideSubnav > .minus, #TwoColumn #RightColumn .sidebar .sideSubnav .sideNavItem.sdropdown > .openSideSubnav > .plus, #TwoColumn #RightColumn .sidebar .sideSubnav .currentsideNavItem.sdropdown > .openSideSubnav > .minus {
            display: block;
            width: 10px;
        }
        #TwoColumn #RightColumn .sidebar .relatedNewsSection {
            padding: 25px 20px 80px 20px;
        }

            #TwoColumn #RightColumn .sidebar .relatedNewsSection .title {
                font-size: 22px;
                color: #1e1e1e;
                line-height: 1.2em;
                font-family: 'GlacialIndifferenceBold', Arial, sans-serif;
                text-transform: uppercase;
                margin-bottom: 10px;
            }
            .relatedNewsSection p {
	        margin-bottom: 15px;
		}
            #TwoColumn #RightColumn .sidebar .relatedNewsSection a {
                font-weight: 600;
                font-size: 17px;
            }
@media all and (max-width: 1120px) {
    #TwoColumn {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
    }

        #TwoColumn #LeftColumn {
            order: 2;
            width: 100%;
            margin-right: 0px;
            margin-bottom: 30px;
            float: none;
        }

            #TwoColumn #LeftColumn .leftColumnContent {
                width: 100%;
                margin-right: 0px;
            }

        #TwoColumn #RightColumn {
            /*order: 1;
            width: 100%;
            float: none;
            margin-top: 15px;*/
            /*display: none;*/
            width: 100%;
			margin-left: 0;
			/*order: 2;*/
        }
		#TwoColumn #RightColumn .sidebar .sidebarHeader {
			    padding: 6.91%;
		}
		  #TwoColumn #RightColumn {
			display: none;  
		  }
}

/** image subnav display start **/
.displaySubnavWrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .displaySubnavWrap .subNavItem {
        display: inline-block;
        width: 48%;
        margin: 15px 0;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        padding-bottom: 37.9%;
        position: relative;
    }

        .displaySubnavWrap .subNavItem .contentWrap {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background-image: url('../images/InteriorPage-Navigation-Transparency.png');
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

            .displaySubnavWrap .subNavItem .contentWrap .text {
                padding: 30px 20px;
                color: #1e1e1e;
                width: 100%;
            }

                .displaySubnavWrap .subNavItem .contentWrap .text .title {
                    width: 100%;
                    margin: 0 auto 15px auto;
                    font-size: 40px;
                    line-height: 1.2em;
                    color: #1e1e1e;
                    font-family: 'GlacialIndifferenceBold', Arial, sans-serif;
                    text-transform: uppercase;
                }

            .displaySubnavWrap .subNavItem .contentWrap .buttonWrap {
                margin-top: auto;
                margin-bottom: 30px;
                width: 100%;
                padding: 0 20px;
            }

@media all and (max-width: 1350px) and (min-width: 950px) {
    .displaySubnavWrap .subNavItem {
        padding-bottom: 57.9%;
    }
}

@media all and (max-width: 1075px) and (min-width: 950px) {
    .displaySubnavWrap .subNavItem {
        width: 100%;
        max-width: 450px;
        margin: 15px auto;
    }
}

@media all and (max-width: 950px) {
    .displaySubnavWrap .subNavItem {
        width: 100%;
    }
}

@media all and (max-width: 745px) {
    .displaySubnavWrap .subNavItem .contentWrap .text .title {
        font-size: 30px;
    }
}

@media all and (max-width: 650px) {
    .displaySubnavWrap .subNavItem {
        padding-bottom: 57.9%;
    }
}

@media all and (max-width: 550px) {
    .displaySubnavWrap .subNavItem {
        padding-bottom: 77.9%;
    }
}

@media all and (max-width: 395px) {
    .displaySubnavWrap .subNavItem {
        padding-bottom: 100%;
    }

        .displaySubnavWrap .subNavItem .contentWrap .text {
            padding: 15px 15px;
        }

            .displaySubnavWrap .subNavItem .contentWrap .text .title {
                font-size: 25px;
            }
}
/** image subnav display end **/
/** location styles start **/
.addressMapWrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #b38d2e;
}

    .addressMapWrap .addressSection {
        width: 25%;
    }

        .addressMapWrap .addressSection .name {
            font-family: 'GlacialIndifferenceBold', Arial, sans-serif;
            text-transform: uppercase;
            font-size: 20px;
        }

        .addressMapWrap .addressSection .hours {
            font-size: 17px;
        }

    .addressMapWrap .mapWrap iframe {
        widtH: 100%;
    }

    .addressMapWrap .mapWrap {
        width: 75%;
        padding: 0 20px;
    }

@media all and (max-width: 1160px) and (min-width: 950px) {
    .addressMapWrap {
        flex-direction: column;
    }

        .addressMapWrap .addressSection {
            width: 100%;
            padding-bottom: 15px;
        }

        .addressMapWrap .mapWrap {
            width: 100%;
            padding: 0 0;
        }
}

@media all and (max-width: 795px) {
    .addressMapWrap {
        flex-direction: column;
    }

        .addressMapWrap .addressSection {
            width: 100%;
            padding-bottom: 15px;
        }

        .addressMapWrap .mapWrap {
            width: 100%;
            padding: 0 0;
        }
}
/** location styles end **/
/* start team section */
.teamMembersWrap {
    /*margin-top: 40px;*/
    margin-bottom: 40px;
}

    .teamMembersWrap .teamContentContent {
        width: 100%;
    }

        .teamMembersWrap .teamContentContent .teamMembersList {
            padding-top: 15px;
        }

        .teamMembersWrap .teamContentContent .faqTitle .faqIcon {
            margin-bottom: 20px;
        }

            .teamMembersWrap .teamContentContent .teamItem .faqLeft {
                width: 21px;
                float: left;
            }

                .teamMembersWrap .teamContentContent .teamItem .faqLeft img {
                    vertical-align: middle;
                }

                .teamMembersWrap .teamContentContent .teamItem .teamRight .teamInfo {
                    background-repeat: no-repeat;
                    background-position: right 15px center;
                    position: relative;
                    display: -webkit-flex;
                    display: -ms-flexbox;
                    display: flex;
                    width: 100%;
                }

                    .teamMembersWrap .teamContentContent .teamItem .teamRight .teamInfo .content {
                        display: -webkit-flex;
                        display: -ms-flexbox;
                        display: flex;
                        width: 95%;
                        align-items: center;
                    }

                        .teamMembersWrap .teamContentContent .teamItem .teamRight .teamInfo .content .image {
                            align-self: baseline;
                        }

                        .teamMembersWrap .teamContentContent .teamItem .teamRight .teamInfo .content .text {
                            padding: 25px;
                        }

                            .teamMembersWrap .teamContentContent .teamItem .teamRight .teamInfo .content .text .nameTitle {
                                margin-bottom: 15px;
                                color: #1e1e1e;
                            }

                            .teamMembersWrap .teamContentContent .teamItem .teamRight .teamInfo .content .text .name {
                                font-family: 'GlacialIndifferenceBold', Arial, sans-serif;
                                font-size: 25px;
                            }

                            .teamMembersWrap .teamContentContent .teamItem .teamRight .teamInfo .content .text .title {
                                font-size: 26px;
                            }

                    .teamMembersWrap .teamContentContent .teamItem .teamRight .teamInfo .moreOpen {
                        cursor: pointer;
                        transform: rotate(0deg);
                        -webkit-transition: transform .25s ease-in;
                        -moz-transition: transform .25s ease-in;
                        -o-transition: transform .25s ease-in;
                        transition: transform .25s ease-in;
                        align-self: flex-start;
                        /*margin-top: 45px;*/
						margin-top: 0;
                        order: 2;
                    }

                        .teamMembersWrap .teamContentContent .teamItem .teamRight .teamInfo .moreOpen.spin {
                            transform: rotate(90deg);
                        }

                    .teamMembersWrap .teamContentContent .teamItem .teamRight .teamInfo a {
                        color: #000000;
                        font-weight: 600;
                        font-size: 19px;
                    }

                .teamMembersWrap .teamContentContent .teamItem .teamRight .more {
                    font-family: 'GlacialIndifferenceRegular', Arial, sans-serif;
                    line-height: 1.3em;
                    display: none;
                    margin-top: 15px;
                }

                    .teamMembersWrap .teamContentContent .teamItem .teamRight .more p {
                        margin-bottom: 15px;
                    }

                        .teamMembersWrap .teamContentContent .teamItem .teamRight .more p:first-child {
                            display: none;
                        }

@media all and (max-width: 950px) {
    .teamMembersWrap .teamContentContent .teamItem .teamRight .teamInfo {
        background-position: right 15px top 16px;
    }

    .teamMembersWrap .teamContentContent .teamItem.open .teamRight .teamInfo {
        background-position: right 15px top 16px;
    }
}

@media all and (max-width: 600px) {
    .teamMembersWrap .teamContentContent .teamItem .teamRight .teamInfo .content {
        width: 100%;
        flex-direction: column;
		align-items: flex-start;
    }

        .teamMembersWrap .teamContentContent .teamItem .teamRight .teamInfo .content .text {
            padding: 0 15px 15px 0;
        }
.teamMembersWrap .teamContentContent .teamItem .teamRight .teamInfo .moreOpen img {
    max-height: 35px;
}
.teamMembersWrap .teamContentContent .teamItem .teamRight .teamInfo .content .text .name,
.teamMembersWrap .teamContentContent .teamItem .teamRight .teamInfo .content .text .title {
	font-size: 20px;
}
    /*.teamMembersWrap .teamContentContent .teamItem .teamRight .more {
        display: inline-block;
    }

    .teamMembersWrap .teamContentContent .teamItem .teamRight .teamInfo .moreOpen {
        display: none;
    }*/
}
/* end team section */
/* start tertiary navigation */
.tertiaryNavWrap {
    margin: 20px 0 50px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .tertiaryNavWrap .tNavContent {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
    }

        .tertiaryNavWrap .tNavContent .tNavItem {
            /*max-width: 25%;*/
	    width: 100%;
            background: url('../images/SAO4-TertiaryNavigation-BG-Image-Transparency.png');
            color: #ffffff;
            padding: 55px 40px 30px 40px;
            border: 1px solid #9a9a9a;
            text-align: center;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            /*flex-direction: column;*/
	    align-items: center;
            -webkit-transition: background .7s ease;
            -moz-transition: background .7s ease;
            -o-transition: background .7s ease;
            transition: background .7s ease;
            flex: 1 1 auto;
            position: relative;
        }

            .tertiaryNavWrap .tNavContent .tNavItem:hover {
                background-image: url('../images/SAO4-SideNavImage-Transparency.png');
            }

            .tertiaryNavWrap .tNavContent .tNavItem .title {
                text-transform: uppercase;
                font-family: 'GlacialIndifferenceBold', Arial, sans-serif;
                max-width: 70%;
                margin: 0 auto;
                line-height: 1.2em;
                padding-bottom: 20px;
                font-size: 30px;
        	-webkit-transition: color .7s ease;
            	-moz-transition: color .7s ease;
            	-o-transition: color .7s ease;
            	transition: color .7s ease;              
            }
	    .tertiaryNavWrap .tNavContent .tNavItem:hover .title {
	    	color: #b38d2e;
	    }
            .tertiaryNavWrap .tNavContent .tNavItem .description {
                font-size: 16px;
                opacity: 0;
                position: absolute;
                -webkit-transition: opacity .7s ease;
                -moz-transition: opacity .7s ease;
                -o-transition: opacity .7s ease;
                transition: opacity .7s ease;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                height: 100%;
                background: #2d2d2d;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                align-items: center;
                vertical-align: middle;
    		justify-content: center;
                padding: 35px;
                display: none;
            }

                .tertiaryNavWrap .tNavContent .tNavItem .description .rteCopy {
                    margin-bottom: 0;
                }

            .tertiaryNavWrap .tNavContent .tNavItem:hover .description {
                opacity: 1;
            }

            .tertiaryNavWrap .tNavContent .tNavItem .buttonSpacer {
                margin-top: auto;
            }

@media all and (max-width: 1450px) {
    .tertiaryNavWrap .tNavContent .tNavItem .title {
        max-width: 100%;
    }
}

@media all and (max-width: 1100px) {
    .tertiaryNavWrap .tNavContent .tNavItem {
        max-width: 50% !important;
    }
}

@media all and (max-width: 650px) {
    .tertiaryNavWrap .tNavContent .tNavItem {
        max-width: 100% !important;
    }
}
/* end tertiary navigation */
/* start cip portal widget */
.cipPortalWidget {
    margin: 50px 0;
}

    .cipPortalWidget .cipPortalContent {
        /*display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;*/
        display: table;
        width: 100%;
    }

        .cipPortalWidget .cipPortalContent .leftSide {
            width: 30%;
            background-color: #ffffff;
            display: table-cell;
            vertical-align: middle;
            border-right: 5px solid #243141;
        }

            .cipPortalWidget .cipPortalContent .leftSide .content {
                padding: 20px 1%;
                max-width: 265px;
                margin: 0 0 0 auto;
            }

                .cipPortalWidget .cipPortalContent .leftSide .content img {
                    max-width: 100%;
                    padding: 15px;
                }

        .cipPortalWidget .cipPortalContent .rightSide {
            width: 70%;
            background-color: #243141;
            display: table-cell;
            vertical-align: middle;
            border-left: 5px solid #ffffff;
        }

            .cipPortalWidget .cipPortalContent .rightSide .content {
                padding: 20px 1% 20px 1%;
                max-width: 1000px;
                margin: 0 auto 0 0;
                color: #ffffff;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                align-items: center;
            }

                .cipPortalWidget .cipPortalContent .rightSide .content .text {
                    padding: 0 30px;
                    width: 75%;
                }

                    .cipPortalWidget .cipPortalContent .rightSide .content .text .title {
                        font-family: 'GlacialIndifferenceBold', Arial, sans-serif;
                        text-transform: uppercase;
                        font-size: 28px;
                        margin-bottom: 10px;
                    }

                    .cipPortalWidget .cipPortalContent .rightSide .content .text .copy {
                        margin-bottom: 15px;
                        font-size: 16px;
                    }

                .cipPortalWidget .cipPortalContent .rightSide .content .buttonSpacer {
                    width: 25%;
                    text-align: center;
                }

                    .cipPortalWidget .cipPortalContent .rightSide .content .buttonSpacer .btn.btnGold {
                        font-size: 25px;
                        padding: 15px 50px;
                    }

@media all and (max-width: 1500px) {
    .cipPortalWidget .cipPortalContent .rightSide .content {
        max-width: 940px;
    }
}

@media all and (max-width: 1100px) {
    .cipPortalWidget .cipPortalContent .rightSide .content {
        align-items: flex-start;
        flex-direction: column;
    }

        .cipPortalWidget .cipPortalContent .rightSide .content .text {
            width: 100%;
            padding: 0 15px;
        }

        .cipPortalWidget .cipPortalContent .rightSide .content .buttonSpacer {
            width: 100%;
            text-align: left;
            padding: 0 15px;
        }
}

@media all and (max-width: 585px) {
    .cipPortalWidget .cipPortalContent {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
    }

        .cipPortalWidget .cipPortalContent .leftSide {
            width: 100%;
            display: inline-block;
            border: 0;
        }

            .cipPortalWidget .cipPortalContent .leftSide .content {
                max-width: 100%;
                text-align: center;
                padding: 0 1%;
            }

        .cipPortalWidget .cipPortalContent .rightSide {
            width: 100%;
            display: inline-block;
            border: 0;
        }
}
/* end cip portal widget */
/* start two column content */
.twoColWrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 50px auto;
}

    .twoColWrap .leftSide {
        width: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .twoColWrap .rightSide {
        width: 50%;
        padding: 45px 45px;
        background-color: #f9f9f9;
    }

        .twoColWrap .rightSide .text .title {
            width: 100%;
            font-size: 36px;
            line-height: 1.2em;
            color: #1e1e1e;
            font-family: 'GlacialIndifferenceBold', Arial, sans-serif;
            text-transform: uppercase;
        }

        .twoColWrap .rightSide .text .copy {
            margin: 15px 0;
            font-size: 17px;
        }

@media all and (max-width: 885px) {
    .twoColWrap {
        flex-direction: column;
    }

        .twoColWrap .leftSide {
            width: 100%;
            min-height: 250px;
        }

        .twoColWrap .rightSide {
            width: 100%;
            padding: 25px 15px;
        }
}
/* end two column content */
/* start faq widget */
.faqWrap {
    margin: 50px 0;
}

    .faqWrap h2 {
        font-size: 28px;
        text-transform: uppercase;
    }

    .faqWrap .faqList .faqItem {
        position: relative;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        padding: 25px 0;
    }

        .faqWrap .faqList .faqItem.even {
            background-color: #f9f9f9;
        }

        .faqWrap .faqList .faqItem .content {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

            .faqWrap .faqList .faqItem .content .text {
                width: 80%;
                padding: 15px 0;
                align-items: center;
            }

                .faqWrap .faqList .faqItem .content .text .question {
                    margin-bottom: 15px;
                    color: #1e1e1e;
                    font-size: 26px;
                }

                .faqWrap .faqList .faqItem .content .text .answer {
                    font-family: 'GlacialIndifferenceRegular', Arial, sans-serif;
                    line-height: 1.3em;
                    display: none;
                    margin-top: 15px;
                }
		    .faqWrap .faqList .faqItem .content .text .answer ul {
                        list-style: disc;
                        padding-left: 20px;
                    }
                    .faqWrap .faqList .faqItem .content .text .answer p {
                        margin-bottom: 15px;
                    }

            .faqWrap .faqList .faqItem .content .moreOpen {
                width: 5%;
                cursor: pointer;
                transform: rotate(0deg);
                -webkit-transition: transform .25s ease-in;
                -moz-transition: transform .25s ease-in;
                -o-transition: transform .25s ease-in;
                transition: transform .25s ease-in;
                align-self: flex-start;
                order: 2;
            }

                .faqWrap .faqList .faqItem .content .moreOpen.spin {
                    transform: rotate(90deg);
                }

@media all and (max-width: 1120px) {
    .faqWrap .faqList .faqItem .content .moreOpen {
        width: 10%;
    }
}

@media all and (max-width: 765px) {
    .faqWrap .faqList .faqItem .content .text {
        width: 90%;
    }

    .faqWrap .faqList .faqItem .content .moreOpen img {
        max-width: 20px;
        padding-top: 15px;
    }
}

@media all and (max-width: 555px) {
    .faqWrap .faqList .faqItem .content .text {
        width: 100%;
    }

        .faqWrap .faqList .faqItem .content .text .answer {
            display: block;
        }

    .faqWrap .faqList .faqItem .content .moreOpen {
        display: none;
    }
}
/* end faq widget */
/* start prosecutor demographics */
.prosDemoWrap {
    background-color: #f9f9f9;
    padding: 40px 0;
}

    .prosDemoWrap .textWrap {
        width: 100%;
        max-width: 1575px;
        margin: 0 auto;
        padding: 0 2%;
    }

        .prosDemoWrap .textWrap .title {
            text-align: center;
            font-size: 27px;
            margin-bottom: 30px;
        }

        .prosDemoWrap .textWrap .rteCopy {
            font-size: 16px;
        }

    .prosDemoWrap .yellow {
        background: #fabd40;
    }

    .prosDemoWrap .chartWrap, .prosDemoWrap .top {
        display: table;
        width: 100%;
        max-width: 1150px;
        margin: 0 auto;
    }

    .prosDemoWrap .chartWrap {
        border-collapse: collapse;
        border-left: 1px solid #eee;
        border-right: 1px solid #eee;
    }

        .prosDemoWrap .chartWrap .row {
            display: table-row;
            width: 100%;
            border-bottom: 1px solid #eee;
        }

    .prosDemoWrap .top .row {
        display: table-row;
        width: 100%;
    }

        .prosDemoWrap .chartWrap .row .cell, .prosDemoWrap .top .row .cell {
            display: table-cell;
            max-width: 8.33%;
            width: 100%;
            text-align: center;
            vertical-align: middle;
            font-size: 16px;
            padding: 10px;
            line-height: 1.1em;
        }

        .prosDemoWrap .top .row .cell {
            font-weight: 600;
        }

@media all and (max-width: 950px) {
    .demoChart {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
    }

    .prosDemoWrap .yellow {
        width: 50%;
        background: transparent;
    }

    .prosDemoWrap .chartWrap, .prosDemoWrap .top {
        display: block;
        width: 100%;
        max-width: 1150px;
        margin: 0 auto;
    }

        .prosDemoWrap .top .row {
            display: block;
            width: 100%;
        }

            .prosDemoWrap .top .row .cell {
                width: 100%;
            }

            .prosDemoWrap .chartWrap .row .cell, .prosDemoWrap .top .row .cell {
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                max-width: 100%;
                width: 100%;
                padding: 0px;
                align-self: center;
                vertical-align: middle;
                min-height: 40px;
                align-items: center;
                justify-content: center;
                border-bottom: 1px solid #efefef;
            }

    .prosDemoWrap .chartWrap {
        border-left: 1px solid #eee;
        border-right: 1px solid #eee;
        width: 50%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

        .prosDemoWrap .chartWrap .row {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            flex-wrap: wrap;
            width: 50%;
            border-bottom: 1px solid #eee;
        }

            .prosDemoWrap .chartWrap .row .cell.year {
                font-weight: 600;
            }
}

@media all and (max-width: 400px) {
    .prosDemoWrap .chartWrap .row .cell, .prosDemoWrap .top .row .cell {
        font-size: 12px;
    }
}
/* end prosecutor demographics */
/* ----------------------------------------------------
		End Two Column Layout
------------------------------------------------------- */
/* ----------------------------------------------------
		Start News Section Layout
------------------------------------------------------- */
#TwoColumn #LeftColumn.news {
    min-height: 900px;
}

.newsListWrap .item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #606060;
    float: left;
}

    .newsListWrap .item .img {
        max-width: 225px;
        padding-right: 20px;
    }

        .newsListWrap .item .img img {
            width: 100%;
        }

    .newsListWrap .item .summary .title {
        font-family: 'GlacialIndifferenceBold', Arial, sans-serif;
        font-size: 25px;
    }

    .newsListWrap .item .summary {
        width: 80%;
    }

        .newsListWrap .item .summary .date {
            font-size: 14px;
        }

        .newsListWrap .item .summary .title a {
            color: #1e1e1e;
        }

        .newsListWrap .item .summary .rteCopy {
            margin-bottom: 15px;
            font-size: 18px;
            line-height: 1.3em;
        }

    .newsListWrap .item.firstNormal {
        border-top: 1px solid #606060;
        padding-top: 40px;
    }

.newsListWrap .firstTwo.item {
    width: 50%;
    border-bottom: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    padding-right: 25px;
}

    .newsListWrap .firstTwo.item .img {
        max-width: 100%;
        margin-bottom: 15px;
        padding-right: 0;
    }

        .newsListWrap .firstTwo.item .img img {
            max-width: 100%;
            max-height: 285px;
        }

    .newsListWrap .firstTwo.item .summary {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        height: 100%;
        width: 100%;
    }

        .newsListWrap .firstTwo.item .summary .date {
            order: 1;
            line-height: 1em;
        }

        .newsListWrap .firstTwo.item .summary .title {
            order: 2;
            margin-bottom: 10px;
        }

        .newsListWrap .firstTwo.item .summary .rteCopy {
            order: 3;
        }

        .newsListWrap .firstTwo.item .summary .sLink {
            order: 4;
            margin-top: auto;
        }

#TwoColumn #RightColumn.news {
    /*position: absolute;*/
    margin-left: 30px;
}

    #TwoColumn #RightColumn.news .sideSubnav {
        padding: 20px 20px 25px 20px !important;
    }

.sideNavsWrap .sideSubnav label {
    font-family: 'GlacialIndifferenceBold', Arial, sans-serif;
    color: #1e1e1e;
}

#TwoColumn #LeftColumn .backLink {
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'GlacialIndifferenceBold', Arial, sans-serif;
    color: #1e1e1e;
}

#TwoColumn #RightColumn .sidebar a {
    color: #1e1e1e !important;
}

.sideNavsWrap .sideSubnav .sideNav {
    padding-left: 20px;
}

    .sideNavsWrap .sideSubnav .sideNav a.navLink {
        font-family: 'GlacialIndifferenceRegular', Arial, sans-serif !important;
    }

.sideNavsWrap .sideSubnav .ddCats {
    display: none;
}
.sideNavsWrap .sideSubnav .ddYears {
    display: inline-block;
}
    #TwoColumn #RightColumn.news .sidebar .sideSubnav.years .sideNav {
                    display: none;
                }
.article p.date {
    font-size: 16px;
}

.addressSeal {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    align-items: center;
    margin: 30px 0 40px 0;
}

    .addressSeal .col {
        width: 33.333%;
        text-align: center;
        font-size: 16px;
        color: #1e1e1e;
    }

        .addressSeal .col.seal {
            text-transform: uppercase;
            font-family: 'GlacialIndifferenceBold', Arial, sans-serif !important;
            font-size: 22px;
        }

            .addressSeal .col.seal img {
                margin-bottom: 15px;
            }
#TwoColumn #LeftColumn.article .sLink {
	margin-bottom: 25px;
}
#TwoColumn #RightColumn .sidebar .newsContact {
    background: #677b94;
    padding: 30px 15px;
    color: #ffffff;
}

    #TwoColumn #RightColumn .sidebar .newsContact .label {
        color: #d4d4d4;
        font-size: 15px;
    }

        #TwoColumn #RightColumn .sidebar .newsContact .label.primary {
            font-size: 17px;
        }

    #TwoColumn #RightColumn .sidebar .newsContact a {
        color: #ffffff !important;
    }

    #TwoColumn #RightColumn .sidebar .newsContact .section .name {
        font-family: 'GlacialIndifferenceBold', Arial, sans-serif;
        font-size: 23px;
    }

    #TwoColumn #RightColumn .sidebar .newsContact .middle {
        margin: 25px 0;
    }

@media only screen and (max-width: 1120px) {
    .newsListWrap .item {
        align-items: flex-start;
    }

        .newsListWrap .item .img {
            max-width: 350px !important;
        }

    #TwoColumn #LeftColumn.news {
        min-height: unset;
    }

    .newsListWrap .firstTwo.item .img img {
        max-height: 230px;
    }

    #TwoColumn #RightColumn.news {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        background: #ffffff;
        position: unset;
		margin-left: 0;
    }

        #TwoColumn #RightColumn.news .sidebar {
            width: 100%;
        }

            #TwoColumn #RightColumn.news .sidebar .sidebarHeader {
                background: #7f6322;
                background-image: none !important;
                padding: 20px;
                display: none;
            }

            #TwoColumn #RightColumn.news .sidebar .sideSubnav {
                background: transparent;
                width: 50%;
                float: left;
                text-align: center;
            }

                #TwoColumn #RightColumn.news .sidebar .sideSubnav .sideNav {
                    display: none;
                }
#TwoColumn #RightColumn .sidebar .newsContact {
	 display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	justify-content: space-between;
}
#TwoColumn #RightColumn .sidebar .newsContact .middle {
	margin: 0;
}
    #TwoColumn #RightColumn .sidebar .sideSubnav {
        padding: 20px 20px 25px 20px !important;
    }

    .sideNavsWrap .sideSubnav .ddCats, .sideNavsWrap .sideSubnav .ddYears {
        display: inline-block;
    }
	.sideNavsWrap .twitterFeed {
		display: none;
	}
}

@media only screen and (max-width: 750px) {
    .addressSeal {
        flex-direction: column;
        margin: 10px 0 20px 0;
    }

        .addressSeal .col {
            margin-bottom: 15px;
            width: 100%;
        }

    .newsListWrap .item {
        width: 100% !important;
        flex-direction: column !important;
        border-bottom: 1px solid #606060 !important;
        border-top: none !important;
        padding-top: 40px !important;
        margin-bottom: 0 !important;
    }

        .newsListWrap .item .img {
            margin-bottom: 15px !important;
        }

        .newsListWrap .item .summary {
            width: 100%;
        }

            .newsListWrap .item .summary .title {
                font-size: 20px
            }

    .newsListWrap .firstTwo.item .summary .date {
        order: 2;
        margin-bottom: 10px;
    }

    .newsListWrap .firstTwo.item .summary .title {
        order: 1;
        margin-bottom: 10px;
    }

    .pagination {
        margin-top: 40px;
    }
}
@media only screen and (max-width: 630px) {
	#TwoColumn #RightColumn .sidebar .newsContact {
		flex-direction: column;
    text-align: center;
	}
}
@media only screen and (max-width: 400px) {
    #TwoColumn #RightColumn.news .sidebar .sideSubnav {
        width: 100%;
    }
}
/* ----------------------------------------------------
		End News Section Layout
------------------------------------------------------- */
/* ----------------------------------------------------
		Start Footer
------------------------------------------------------- */

footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

    footer .topSection {
        background: #2d2d2d;
        color: #ffffff;
    }

        footer .topSection a {
            color: #ffffff;
        }

        footer .topSection .topContentWrap {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            justify-content: space-between;
        }

            footer .topSection .topContentWrap .title {
                font-family: 'GlacialIndifferenceBold', Arial, sans-serif;
                text-transform: uppercase;
                letter-spacing: 1px;
            }

            footer .topSection .topContentWrap .logoWrap {
                width: 15%;
                padding: 40px 0 0 2%;
            }

            footer .topSection .topContentWrap .mainNav {
                padding: 20px 2%;
                width: 12%;
            }

                footer .topSection .topContentWrap .mainNav .title {
                    color: #b38d2e;
                    font-size: 20px;
                    margin-bottom: 10px;
                }

                footer .topSection .topContentWrap .mainNav li {
                    padding-bottom: 15px;
                    text-transform: uppercase;
                    font-size: 17px;
                }

            footer .topSection .topContentWrap .textSection {
                max-width: 45%;
                padding: 20px 10% 0 0;
                font-size: 15px;
                background-image: url('../images/Footer-LeftBlueAngle.png');
                background-repeat: no-repeat;
                background-position: center right;
                background-size: contain;
                line-height: 1.2em;
            }

                footer .topSection .topContentWrap .textSection .title {
                    color: #b38d2e;
                    font-size: 17px;
                    margin-bottom: 10px;
                }

            footer .topSection .topContentWrap .quickLinks {
                width: 30%;
                font-size: 15px;
                background-color: #677b94;
                padding: 20px 2% 20px 5px;
            }

                footer .topSection .topContentWrap .quickLinks .title {
                    font-size: 20px;
                    margin-bottom: 10px;
                }

                footer .topSection .topContentWrap .quickLinks .column {
                    width: 50%;
                    float: left;
                    list-style: disc;
                    list-style-position: inside;
                    padding: 0 10px 0 0;
                }

    footer .bottomLine {
        background-color: #000000;
        color: #939393;
        padding: 10px 2%;
        font-size: 14px;
    }

        footer .bottomLine a {
            color: #939393;
        }

        footer .bottomLine .footerNav {
            display: inline-block;
        }

        footer .bottomLine ul li {
            display: inline-block;
        }

            footer .bottomLine ul li .sep {
                margin-left: 5px;
            }

        footer .bottomLine .contentWrap {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
        }

    footer .copyRight {
        display: inline-block;
        padding-left: 5px;
    }

    footer .bottomLine .social {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        margin-left: 30px;
    }

        footer .bottomLine .social .icon {
            display: inline-block;
            width: 17px;
            height: 17px;
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
            margin: 0 3px;
        }

            footer .bottomLine .social .icon.fbicon {
                background-image: url('../images/Footer-Facebook.png');
            }

            footer .bottomLine .social .icon.ticon {
                background-image: url('../images/Footer-Twitter.png');
            }

            footer .bottomLine .social .icon.liicon {
                background-image: url('../images/Footer-LinkedIn.png');
            }

@media screen and (max-width:1400px) {
    footer .topSection .topContentWrap .logoWrap img {
        max-width: 100%;
    }

    footer .topSection .topContentWrap .textSection {
        max-width: 43%;
    }

    footer .topSection .topContentWrap .quickLinks {
        padding: 20px 20px 20px 20px;
    }

        footer .topSection .topContentWrap .quickLinks .column {
            padding: 0 0 0 0;
        }
}

@media screen and (max-width:1180px) {
    footer .topSection .topContentWrap .textSection {
        max-width: 40%;
        padding: 20px 20px;
        font-size: 13px;
        background-image: none;
    }

    footer .topSection .topContentWrap .quickLinks {
        width: 33%;
        line-height: 1.4em;
    }
}

@media screen and (max-width:975px) {
    footer .topSection .topContentWrap .logoWrap {
        width: 25%;
    }

    footer .topSection .topContentWrap .mainNav {
        width: 25%;
    }

    footer .topSection .topContentWrap .textSection {
        max-width: 45%;
    }

    footer .topSection .topContentWrap .quickLinks {
        display: none;
    }
}

@media screen and (max-width:900px) {
    footer .bottomLine .contentWrap {
        flex-direction: column;
        text-align: center;
    }

    footer .bottomLine .social {
        margin-left: 0;
        justify-content: center;
    }
}

@media screen and (max-width:715px) {
    footer .topSection .topContentWrap {
        flex-wrap: wrap;
    }

        footer .topSection .topContentWrap .mainNav {
            width: 75%;
            align-self: center;
            padding: 20px 2% 0 0;
        }

            footer .topSection .topContentWrap .mainNav .title {
                text-align: center;
            }

            footer .topSection .topContentWrap .mainNav ul {
                text-align: center;
            }

            footer .topSection .topContentWrap .mainNav li {
                display: inline-block;
                padding: 0 5px;
            }

        footer .topSection .topContentWrap .textSection {
            max-width: 100%;
        }
}

@media screen and (max-width:600px) {
    footer .topSection .topContentWrap .mainNav {
        width: 100%;
        align-self: center;
        padding: 20px 2%;
    }

    footer .topSection .topContentWrap .logoWrap {
        width: 30%;
        margin: 0 auto;
        padding: 25px 0 0 0;
    }
}

/* ----------------------------------------------------
		End Footer
------------------------------------------------------- */


/* ----------------------------------------------------
		Start Footer Callout Node
------------------------------------------------------- */

.footerCalloutWrap {
    padding: 20px 0;
    position: relative;
    text-align: center;
    font-size: 27px;
    color: #FFF;
    background: #0074d9;
}

    .footerCalloutWrap .btn {
        position: relative;
        left: 8px;
        top: -2px;
        border: 1px solid #FFF;
    }

@media only screen and (max-width: 1023px) {
    .footerCalloutWrap span {
        display: block;
    }

    .footerCalloutWrap .btn {
        left: 0;
        top: 0;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .footerCalloutWrap span {
        line-height: 35px;
    }
}

/* ----------------------------------------------------
		End Footer Callout Node
------------------------------------------------------- */


/* ----------------------------------------------------
		Start Contact Form Common Styles
------------------------------------------------------- */
.formWrap .formRow .required::after {
    content: "*";
    font-weight: bold;
    color: #d20404;
}

.formWrap {
    margin-bottom: 30px;
}
.formTitle {
        width: 100%;
    font-weight: 300;
    font-size: 30px;
    line-height: 1.2em;
    color: #1e1e1e;
    font-family: 'GlacialIndifferenceBold', Arial, sans-serif;
    margin-bottom: 10px;
}
    .formWrap .pnlFormError {
        margin-bottom: 30px;
        color: red;
    }

    .formWrap .formRowSun {
        display: none;
    }

    .formWrap .formRow .formLeft {
        width: 48%;
        float: left;
    }

    .formWrap .formRow .formRight {
        width: 48%;
        float: right;
    }

    .formWrap .formRow {
        margin-bottom: 30px;
    }

        .formWrap .formRow label {
            display: block;
            font-family: 'GlacialIndifferenceBold', Arial, sans-serif;
        }

        .formWrap .formRow .formLabel span {
            display: inline;
            color: #af243b;
        }

        .formWrap .formRow input[type=text],
        .formWrap .formRow textarea {
            display: block;
            background-color: #f9f9f9;
            border: 0px;
            border-bottom: 2px solid #0e151b;
            font-style: italic;
            font-weight: 600;
            font-size: 14px;
            resize: none;
        }

        .formWrap .formRow input {
            vertical-align: baseline !important;
        }

        .formWrap .formRow .input-validation-error {
            background: rgba(210, 4, 4, .03) !important;
            border-bottom: 2px solid #d20404 !important;
        }
	
	.validation-summary-errors {
    		margin-bottom: 30px;
    		color: #d20404;
	}
        .formWrap .formRow .radioButtons {
            color: transparent;
        }

        .formWrap .formRow .rdoY::after {
            content: "Yes";
            font-family: 'GlacialIndifferenceRegular', Arial, sans-serif;
            color: #606060;
            line-height: 0.8em;
            font-size: 19px;
            padding-left: 18px;
        }

        .formWrap .formRow .rdoN::after {
            content: "No";
            font-family: 'GlacialIndifferenceRegular', Arial, sans-serif;
            color: #606060;
            line-height: 0.8em;
            font-size: 19px;
            padding-left: 18px;
        }

        .formWrap .formRow .rdoY.input-validation-error::after,
        .formWrap .formRow .rdoN.input-validation-error::after {
            background: rgba(210, 4, 4, .03) !important;
            border-bottom: 2px solid #d20404 !important;
        }
table.ui-datepicker-calendar {
    background: #fff;
    border: 1px solid #606060;
}
@media all and (max-width: 800px) {
    .formWrap .formRow .formLeft,
    .formWrap .formRow .formRight {
        width: 100%;
        float: none;
    }

    .formWrap .formRow .formLeft {
        margin-bottom: 30px;
    }
}

/* ----------------------------------------------------
		End Contact Form Common Styles
------------------------------------------------------- */

/* ----------------------------------------------------
		Start Header Image//Rotator
------------------------------------------------------- */
.spacer {
    height: 134px;
}
/** start rotator **/
.homeSlider {
    position: relative;
}

    .homeSlider .swiper-slide img {
        width: 100%;
    }

    .homeSlider .slideContent {
        position: absolute;
        top: 45px;
        bottom: 0;
        left: 0;
        z-index: 20;
        background-repeat: repeat-y;
        color: #fff;
        height: 100%;
    }

        .homeSlider .slideContent .sitewidth {
            max-width: 1600px;
        }

        .homeSlider .slideContent .contentWrap .text {
            max-width: 40%;
            padding: 7% 0;
        }

            .homeSlider .slideContent .contentWrap .text .rTitle {
                font-family: 'GlacialIndifferenceBold', Arial, sans-serif;
                font-size: 60px;
                line-height: 1em;
            }

            .homeSlider .slideContent .contentWrap .text .copy {
                font-size: 24px;
                line-height: 1.3em;
                max-width: 500px;
                padding-top: 20px;
            }

            .homeSlider .slideContent .contentWrap .text .sLink {
                margin-top: 25px;
            }

    .homeSlider .swiper-pagination {
        bottom: 15px;
        padding: 0 2%;
    }

        .homeSlider .swiper-pagination .swiper-pagination-bullet {
            display: block;
            width: 15px;
            height: 15px;
            margin: 7px;
            background: #ffffff;
            opacity: 1;
        }

            .homeSlider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
                background: #b38d2e;
            }

.swiper-wrapper.disabled {
    transform: translate3d(0px, 0, 0) !important;
}
.play-pause {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3;
    background: transparent;
    padding: 5px;
    font-size: 13px;
}


    .play-pause button {
        background: transparent;
        border: none;
        font-family: 'LatoRegular', sans-serif;
        font-weight: bold;
        cursor: pointer;
    }


    .play-pause .start-autoplay.hide, .play-pause .stop-autoplay.hide {
        display: none;
    }
@media only screen and (max-width: 1685px) {
    .homeSlider .slideContent .contentWrap .text {
        max-width: 70%;
        padding: 7% 4%;
    }

        .homeSlider .slideContent .contentWrap .text .rTitle {
            font-size: 60px;
        }
}

@media only screen and (max-width: 1355px) {
    .homeSlider .slideContent .contentWrap .text .rTitle {
        font-size: 45px;
    }
}

@media only screen and (max-width: 1120px) {

    .homeSlider .slideContent {
        top: 0;
    }

        .homeSlider .slideContent .contentWrap .text {
            max-width: 100%;
        }
}

@media only screen and (max-width: 925px) {
    .homeSlider .swiper-slide img {
        width: 125%;
        margin-left: -5%;
        display: block;
    }

    .homeSlider .swiper-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }
}

@media only screen and (max-width: 730px) {
    .homeSlider .swiper-slide img {
        width: 160%;
        margin-left: -40%;
    }
}

@media only screen and (max-width: 600px) {
    .homeSlider .swiper-slide img {
        width: 200%;
        margin-left: -60%;
    }

    .homeSlider .slideContent .contentWrap .text .rTitle {
        font-size: 34px;
    }

    .homeSlider .slideContent .contentWrap .text .copy {
        font-size: 20px;
    }
}

@media only screen and (max-width: 530px) {
    .homeSlider .swiper-slide img {
        width: 225%;
        margin-left: -95%;
    }
}

@media only screen and (max-width: 400px) {
    .homeSlider .swiper-slide img {
        width: 275%;
        margin-left: -105%;
    }

    .homeSlider .slideContent .contentWrap .text .rTitle {
        font-size: 30px;
    }

    .homeSlider .swiper-pagination .swiper-pagination-bullet {
        display: inline-block;
    }
}

@media only screen and (max-width: 350px) {
    .homeSlider .swiper-slide img {
        width: 305%;
        margin-left: -125%;
    }

    .homeSlider .slideContent .contentWrap .text .rTitle {
        font-size: 28px;
    }
}

/** end rotator **/

/* ----------------------------------------------------
		End Header Image
------------------------------------------------------- */

/* ----------------------------------------------------
		Start Human Sitemap
------------------------------------------------------- */

.humanSitemap .sitemapColumnWrap a {
    color: #3c3c3c;
}

.humanSitemap .sitemapColumnWrap .sectionColumn {
    float: left;
    padding-left: 16%;
}

@media only screen and (max-width: 959px) {
    .humanSitemap .sitemapColumnWrap .sectionColumn {
        padding-left: 14%;
    }
}

@media only screen and (max-width: 799px) {
    .humanSitemap .sitemapColumnWrap .sectionColumn {
        padding-left: 0;
    }
}

/* ----------------------------------------------------
		End Human Sitemap
------------------------------------------------------- */
/** start edits 11/20/23 **/
.rteCopy table {
    border: unset;
}
/** end edits 11/20/23 **/
/* ----------------------------------------------------
		Start ADA Contrast Changes
------------------------------------------------------- */
.contrast {
    flex-grow: 1;
}

.contrastBtn {
    font-family: unset;
    color: #939393;
    float: right;
    cursor: pointer;
    line-height: 2em;
}
.shiftedColor #MainNavWrap .mainNav li.current a {
    color: #000;
}
.shiftedColor .rteCopy a:link, 
.shiftedColor .rteCopy a:visited, 
.shiftedColor .rteCopy a:active {
    color: #7f6322;
}
.shiftedColor #TwoColumn #RightColumn .sidebar .sideSubnav li .current {
    color: #7f6322 !important;
}
.shiftedColor .gold,
.shiftedColor a.gold {
    color: #7f6322 !important;
}
.shiftedColor .visuallyhidden {
    background: #ffffff !important;
    color: #000 !important;
}
.shiftedColor .tertiaryNavWrap .tNavContent .tNavItem {
    background: #000;
}
.shiftedColor .swiper-wrapper {
    background-color: #000;
}

.shiftedColor .textSliderWrap {
    background-color: #485667;
}
.shiftedColor #TwoColumn #RightColumn .sidebar .newsContact {
    background-color: #485667;
}
.shiftedColor .pagination span {
    background-color: #7f6322;
}
.shiftedColor .quickLinksWrap .quickLinksDisplay .linkCol .linkTile {
    background-color: #7f6322;
}

.shiftedColor .quickLinksWrap .calloutsWrap .calloutItem {
    background-color: #000;
}

.shiftedColor .quoteBannerWrap {
    background-color: #000;
}

.shiftedColor #TwoColumn #RightColumn .sidebar .sidebarHeader {
    background-color: #000;
}
.shiftedColor a.btnGold, .shiftedColor .btnGold {
    background-color: #7f6322;
}
.shiftedColor footer .topSection .topContentWrap .logoWrap {
    background: #1f1f1f;
}

.shiftedColor footer .topSection .topContentWrap .mainNav {
    background: #1f1f1f;
}

.shiftedColor footer .topSection .topContentWrap .textSection {
    background: linear-gradient( rgba(0, 0, 0, .3), rgba(0, 0, 0, 0.3) ), url('../images/Footer-LeftBlueAngle.png');
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
}

.shiftedColor footer .topSection .topContentWrap .quickLinks {
    background-color: #485667;
    margin-left: -1px;
}
/* ----------------------------------------------------
		End ADA Contrast Changes
------------------------------------------------------- */
/* ----------------------------------------------------
		Media Coverage Section Start
------------------------------------------------------- */
/** start featured articles section **/
.featuredArticlesWrap .content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    margin: 30px 0;
}

    .featuredArticlesWrap .content .faItem {
        width: 31.3333%;
        min-height: 500px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
    }

    .featuredArticlesWrap .content .item2 {
        margin: 0 3%;
    }

    .featuredArticlesWrap .content .faItem .imageWrap {
        position: relative;
        background-color: #f9f9f9;
        margin-bottom: 15px;
    }

        .featuredArticlesWrap .content .faItem .imageWrap.defaultImg .display {
            max-width: 60%;
        }

        .featuredArticlesWrap .content .faItem .imageWrap .display {
            max-width: 100%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        .featuredArticlesWrap .content .faItem .imageWrap .spacingImg {
            position: relative;
            max-width: 100%;
        }

    .featuredArticlesWrap .content .faItem .textWrap {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        height: 100%;
    }

        .featuredArticlesWrap .content .faItem .textWrap .date {
            font-size: 15px;
            color: #1e1e1e;
            line-height: 1em;
        }

        .featuredArticlesWrap .content .faItem .textWrap .source {
            color: #677b94;
        }

        .featuredArticlesWrap .content .faItem .textWrap .title {
            color: #1e1e1e;
            font-family: 'GlacialIndifferenceBold', Arial, sans-serif;
            line-height: 1em;
            margin-top: 10px;
            margin-bottom: 10px;
            font-size: 22px;
        }

        .featuredArticlesWrap .content .faItem .textWrap .buttonSpacer {
            margin-top: auto;
        }

@media (max-width: 1270px) {
    .featuredArticlesWrap .content .faItem {
        min-height: 300px;
    }
}

@media (max-width: 1050px) {
    .featuredArticlesWrap .content {
        flex-wrap: wrap;
        justify-content: center
    }

        .featuredArticlesWrap .content .faItem {
            width: 46%;
            margin: 0 2% 35px 2% !important;
        }
}

@media (max-width: 725px) {
    .featuredArticlesWrap .content .faItem {
        width: 100%;
        max-width: 400px;
    }
}
/** end featured articles section **/
/** start contact info bar **/
.contactBarWrap {
    background-color: #677b94;
    margin: 50px 0;
    padding: 30px 0;
    color: #ffffff;
}

    .contactBarWrap a {
        color: #ffffff;
    }

    .contactBarWrap h2 {
        color: #ffffff;
        text-align: center;
        text-transform: uppercase;
    }

    .contactBarWrap .contactSection {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
        margin: 30px 0;
    }

        .contactBarWrap .contactSection .newsContact {
            width: 31%;
        }

            .contactBarWrap .contactSection .newsContact .label {
                color: #d4d4d4;
                font-size: 15px;
            }

            .contactBarWrap .contactSection .newsContact .section .name {
                font-family: 'GlacialIndifferenceBold', Arial, sans-serif;
                font-size: 23px;
            }

                .contactBarWrap .contactSection .newsContact .section .name.gen {
                    height: 57px;
                }

            .contactBarWrap .contactSection .newsContact .avenues {
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                margin-top: 10px;
            }

                .contactBarWrap .contactSection .newsContact .avenues > div {
                    width: 50%;
                }

@media (max-width: 1225px) {
    .contactBarWrap .contactSection {
        flex-wrap: wrap;
        justify-content: center;
    }

        .contactBarWrap .contactSection .newsContact {
            width: 48%;
            text-align: center;
        }

            .contactBarWrap .contactSection .newsContact:first-of-type {
                width: 100%;
                text-align: center;
                margin-bottom: 30px;
            }

            .contactBarWrap .contactSection .newsContact .section .name.gen {
                height: auto;
            }

            .contactBarWrap .contactSection .newsContact .avenues {
                width: 100%;
                justify-content: center;
            }
}

@media (max-width: 815px) {
    .contactBarWrap .contactSection {
        margin: 0;
    }

        .contactBarWrap .contactSection .newsContact {
            width: 100%;
            margin: 30px auto 0 auto !important;
        }

            .contactBarWrap .contactSection .newsContact .avenues {
                flex-direction: column;
            }

                .contactBarWrap .contactSection .newsContact .avenues > div {
                    width: 100%;
                }
}
/** end contact info bar **/
/** start media coverage links list **/
.mcListWrap .content {
    border-bottom: 1px solid #1e1e1e;
    margin-top: 50px;
    margin-bottom: 50px;
}

    .mcListWrap .content .mcItem {
        margin: 20px 0;
        padding: 40px 0 20px 0;
        border-top: 1px solid #1e1e1e;
    }

        .mcListWrap .content .mcItem .title {
            color: #1e1e1e;
            font-family: 'GlacialIndifferenceBold', Arial, sans-serif;
            line-height: 1em;
            font-size: 22px;
        }

        .mcListWrap .content .mcItem .infoLine {
            font-size: 16px;
            color: #757575;
            font-family: 'GlacialIndifferenceBold', Arial, sans-serif;
            line-height: 1em;
            margin-top: 5px;
        }

            .mcListWrap .content .mcItem .infoLine .sep {
                padding: 0 10px;
            }

        .mcListWrap .content .mcItem .buttonSpacer {
            margin-top: 35px;
        }

.mcListWrap .pagination {
    margin-bottom: 60px;
}
/** end media coverage links list **/
/* ----------------------------------------------------
		Media Coverage Section End
------------------------------------------------------- */
