/* Compiled CSS for homepage */
@font-face {
    font-family: 'fontello';
    src: url('fonts/fontello.eot?9886535');
    src: url('fonts/fontello.eot?9886535#iefix') format('embedded-opentype'), url('fonts/fontello.woff2?9886535') format('woff2'), url('fonts/fontello.woff?9886535') format('woff'), url('fonts/fontello.ttf?9886535') format('truetype'), url('fonts/fontello.svg?9886535#fontello') format('svg');
    font-style: normal;
    font-weight: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'fontello';
   		src: url('../font/fontello.svg?9886535#fontello') format('svg');
  	}
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    /*  width: 1em;
  margin-right: .2em;*/
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    color: rgba(255, 255, 255, 0.5);
}
/* Glyphs? */
.icon-search:before {
    content: '\e800';
}
/* '' */
.icon-menu:before {
    content: '\e801';
}
/* '' */
.icon-youtube-squared:before {
    content: '\e802';
}
/* '' */
.icon-vimeo-squared:before {
    content: '\e803';
}
/* '' */
.icon-right-big:before {
    content: '\e804';
}
/* '' */
.icon-left-big:before {
    content: '\e805';
}
/* '' */
.icon-down-open-big:before {
    content: '\e806';
    color: #fff;
    padding-top: 10px;
}
.icon-down-open-big:hover:before, .icon-up-open-big:hover:before {
    color: #003A49 !important;
}  
/* '' */
.icon-up-open-big:before {
    content: '\e807';
    color: #fff;
    padding-top: 10px;
}
/* '' */
.icon-forward:before {
    content: '\e808';
}
/* '' */
.icon-linkedin:before {
    content: '\e809';
}
/* '' */
.icon-twitter:before {
    content: '\e80b';
}
/* '' */
.icon-facebook:before {
    content: '\e80c';
}
/* '' */

/* Font Alias */
/*new fonts for 2018 redsign*/
@font-face {
    font-family: 'Retina-Bold';
    src: url('fonts/Retina-Bold.otf') format('opentype');
}

@font-face {
    font-family: 'Retina-BoldItalic';
    src: url('fonts/Retina-BoldItalic.otf') format('opentype');
}

@font-face {
    font-family: 'Retina-Book';
    src: url('fonts/Retina-Book.otf') format('opentype');
}

@font-face {
    font-family: 'Retina-BookItalic';
    src: url('fonts/Retina-BookItalic.otf') format('opentype');
}

@font-face {
    font-family: 'Retina-ExLight';
    src: url('fonts/Retina-ExLight.otf') format('opentype');
}

@font-face {
    font-family: 'Retina-Light';
    src: url('fonts/Retina-Light.otf') format('opentype');
}

@font-face {
    font-family: 'Retina-LightItalic';
    src: url('fonts/Retina-LightItalic.otf') format('opentype');
}

.Retina-Bold {
    font-family: 'Retina-Bold', Helvetica, sans-serif;
    font-weight: 700;
}

.Retina-BoldItalic {
    font-family: 'Retina-BoldItalic', Helvetica, sans-serif;
    font-weight: 700;
}

.Retina-Book {
    font-family: 'Retina-Book', Helvetica, sans-serif;
    font-weight: 400;
}

.Retina-BookItalic {
    font-family: 'Retina-BookItalic', Helvetica, sans-serif;
    font-weight: 400;
}

.Retina-ExLight {
    font-family: 'Retina-ExLight', Helvetica, sans-serif;
    font-weight: 300;
}

.Retina-Light {
    font-family: 'Retina-Light', Helvetica, sans-serif;
    font-weight: 300;
}

.Retina-LightItalic {
    font-family: 'Retina-LightItalic', Helvetica, sans-serif;
    font-weight: 300;
}
/* Global */
html {
    background: #E9E5E2;
    box-sizing: border-box;
    height: 100%;
}

body {
    margin: 0;
    /*  background-color:#FFFFFF;*/
}

blockquote {
    border-left: 0;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

.wrapper {
    background: white;
    font-family: 'Retina-Book', Helvetica, sans-serif;
    min-width: 320px;
    width: 100%;
    max-width: 996px;
    margin: auto;
}

@media (max-width: 1016px) {
    .wrapper {
        margin: 0 auto;
        width: 100%;
        background: #E9E5E2;
    }

    /*footer {
        margin-left: -10px;
        margin-right: -10px;
    }*/

    .innerBody {
        padding-left: 10px;
        padding-right: 10px;
    }
}
/*@media (min-width: 768px) {
    .wrapper {
        min-width: 768px;
        margin: 0 auto;
        max-width: 995px;
    }
}

@media (min-width: 1224px) {
    .wrapper {
        width: 995px;
    }
}*/

.uk-modal {
    z-index: 999999 !important;
}

@media (min-width: 1224px) {
    .uk-visible-xlarge {
        display: block !important;
    }
}

@media (max-width: 1223px) {
    .uk-visible-xlarge {
        display: none !important;
    }
}

input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
.input-checkbox {
    -webkit-appearance: none;
}

input[type="radio"] {
    -webkit-border-radius: 10px;
}

.nowrap {
    white-space: nowrap;
}

.hide {
    display: none;
}

@media (max-width: 479px) {
    .visible-mini {
        display: block !important;
    }
}
@media (min-width: 768px) {
    .showfooterlarge {
        display: block !important;
    }
}
    @media (min-width: 480px) and (max-width: 767px) {
        .showfootersmall {
            display: block !important;
        }
    }

    @media (max-width: 479px) {
        .showfootermini {
            display: block !important;
        }
    }

    @media (max-width: 479px) {
        .hidden-mini {
            display: none !important;
        }
    }
   
        .clear {
            clear: both;
        }

        .float-left {
            float: left;
        }

        .no-padding {
            padding: 0;
        }

        .no-margin {
            margin: 0 !important;
        }

        .mh-30 {
            margin: 30px 0px !important;
        }

        .mv-20 {
            margin: 0px 20px;
        }

        .p-20 {
            padding: 20px;
        }

        .p-30-20 {
            padding: 30px 20px;
        }

        @media (max-width: 959px) {
            .p-30-20 {
                padding: 0px 15px 20px;
            }

                .p-30-20:first-child {
                    padding: 20px 15px;
                }
        }

        .pl-15 {
            padding-left: 15px !important;
        }

        .mt-10 {
            margin-top: 10px !important;
        }

        .ml-20 {
            margin-left: 20px !important;
        }

        .mt-30 {
            margin-top: 30px !important;
        }

        .pb-0 {
            padding-bottom: 0px;
        }

        .pt-15 {
            padding-top: 15px;
        }

        .pt-20 {
            padding-top: 20px;
        }

        .pl-25 {
            padding-left: 25px;
        }

        .pr-20 {
            padding-right: 20px;
        }

        .pl-10 {
            padding-left: 10px;
        }

        @media (max-width: 767px) {
            .pl-10 {
                padding: 0;
            }
        }

        .pr-10 {
            padding-right: 10px;
        }

        @media (max-width: 767px) {
            .pr-10 {
                padding: 0;
            }
        }

        .m-30-20 {
            margin: 30px 20px;
        }

        .plr-25 {
            padding: 0px 25px;
        }

        .mtr-30-20 {
            margin: 30px 20px 0px 0px;
        }

        .full-padding {
            padding: 0px 30px 30px !important;
        }

        @media (max-width: 959px) {
            .full-padding {
                padding: 0px 20px 20px !important;
            }
        }

        @media (max-width: 959px) {
            .full-padding.no-mobile-padding {
                padding: 0 !important;
            }
        }

        .RadioButtonList {
            margin-left: 35px;
        }

        @media (max-width: 1223px) {
            .RadioButtonList {
                margin-left: 25px;
            }
        }

        .required {
            color: #fc0d1b !important;
            color: #525252;
            font-family: 'Retina-BookItalic', Helvetica, sans-serif;
            font-size: 16px;
            font-weight: normal;
            line-height: 20px;
            font-style: italic !important;
            margin-bottom: 0 !important;
        }

        span[id*='ctl00_ContentPlaceHolder1_uiLblErrorRecipientOne'],
        span[id*='ctl00_ContentPlaceHolder1_uiLblErrorSecond'],
        span[id*='ctl00_ContentPlaceHolder1_uiReq'] {
            display: block;
            margin-left: 20px !important;
        }

        .button__cta {
            display: inline-block;
            font-family: Arial !important;
            font-size: 16px !important;
            font-weight: bold;
            padding: 5px 7px;
            text-decoration: underline !important;
            text-transform: uppercase;
            width: auto;
        }

            .button__cta:hover {
                text-decoration: none !important;
            }

        .button__cta--white-orange {
            border: 1px solid #ccc;
            color: #e8521d !important;
        }

            .button__cta--white-orange:after {
                content: url('../../images/skin/arrow-orange.png');
                left: 5px;
                position: relative;
                top: 3px;
            }

        .button__cta--orange-white {
            background-color: #e8521d;
            color: #ffffff !important;
        }

            .button__cta--orange-white:after {
                content: url('../../images/skin/arrow.png');
                left: 5px;
                position: relative;
                top: 3px;
            }

        .button__cta--orange-plain {
            background-color: #f36526;
            border: 1px solid #525252;
            color: #ffffff !important;
            font-size: 18px !important;
            height: 58px;
            padding: 8px;
            text-align: center;
            text-decoration: none !important;
            text-transform: none;
            width: 168px;
        }

        .uk-float-medium-left {
            float: left;
        }

        @media (max-width: 767px) {
            .uk-float-medium-left {
                float: none;
            }
        }

        .uk-float-medium-right {
            float: right;
        }

        @media (max-width: 767px) {
            .uk-float-medium-right {
                float: none;
            }
        }

        .button__form-btn {
            border: 1px solid #4b4b4b;
            cursor: pointer;
            display: inline-block;
            font-family: 'Retina-Bold', Helvetica, sans-serif !important;
            font-weight: 700 !important;
            font-size: 11px !important;
            height: 30px;
            letter-spacing: 0.5px;
            line-height: 30px;
            padding: 5px 7px;
            text-align: center;
            text-decoration: none !important;
            text-transform: uppercase;
            width: 108px;
        }

        .button__form-btn--white {
            background-color: #ffffff;
            color: #525252 !important;
        }

        .button__form-btn--orange {
            background-color: #f36526;
            color: #ffffff !important;
            margin-right: 10px !important;
        }

        .button__form-btn--orange-nm {
            background-color: #f36526;
            color: #ffffff !important;
        }

        button::-moz-focus-inner {
            padding: 0;
            border: 0;
        }

        .title__h1 {
            /* Replaces .titleMain */
            color: #443C36;
            display: inline-block;
            font-family: 'Retina-ExLight', Helvetica, Arial, sans-serif;
            font-size: 35px;
            letter-spacing: 1px;
            line-height: 1;
            margin-bottom: 10px;
            padding: 0;
            margin-top: 5px; /*added by kevin*/
        }

        @media (max-width: 1223px) {
            .title__h1 {
                padding-top: 10px;
            }
        }

        @media (max-width: 959px) {
            .title__h1 {
                display: block;
            }
        }

        @media (max-width: 767px) {
            .title__h1 {
                font-size: 34px;
            }
        }

        .title__h1--news {
            margin: 0px 0px 30px;
        }

        @media (max-width: 959px) {
            .title__h1--news {
                margin: 0px 0px 30px 20px;
            }
        }

        .title__cta {
            margin: 30px 0px 0px;
        }

        @media (max-width: 959px) {
            .title__cta {
                padding-bottom: 30px;
            }
        }

        .title__cta--video-social {
            background: #eeeeee;
            color: #F26526;
            display: inline-block;
            font-family: 'Retina-Bold', Helvetica, sans-serif;
            font-weight: 700;
            font-size: 10px;
            padding: 7px 10px;
        }

        @media (max-width: 959px) {
            .title__cta--video-social {
                float: none;
                margin: 0px 20px;
            }
        }
        

        .title__h3 {
            /* Replaces .Subhead1 Changed by Jared to 18px on 1/9 */
            color: #d3461f;
            font-family: 'Retina-Book', Helvetica, sans-serif;
            font-size: 18px;
            font-weight: 700;
            margin: 18px 0;
            padding-bottom: 0px;
            text-transform: uppercase;
        }

        .title__h3--no-mb {
            margin-bottom: 0 !important;
        }

        .title__h3--no-margin {
            margin: 0 !important;
        }

        .title__h4 {
            color: #525252;
            font-family: 'Retina-Bold', Helvetica, sans-serif;
            font-weight: 700;
            font-size: 15px;
            line-height: 17px;
            margin-top: 30px;
        }

        .title__h4--mh-10 {
            margin: 10px 0 !important;
        }

        .title__h5 {
            color: #2e4369;
            font-family: 'Retina-Bold', Helvetica, sans-serif;
            font-weight: 700;
            font-size: 18px;
            line-height: 58px;
            margin-top: 0px;
            text-transform: uppercase;
        }

        .icon-facebook {
            padding: 6px 5px 0 6px;
        }

        .icon-linkedin {
            font-size: 18px;
            padding: 6px 3px 4px;
        }
        /* Copy */
        .content-wrapper em,
        .BodyText,
        .content-wrapper p,
        .content-wrapper i,
        .content-wrapper ul li,
        .content-wrapper ol li,
        .content-wrapper--content-detail p,
        .content-wrapper--content-detail i,
        .content-wrapper--content-detail ol li,
        .quiz_form span,
        .copyblock__paragraph {
            color: #443c36;
            font-family: 'Retina-Book', Helvetica, sans-serif;
            font-size: 16px;
            font-weight: normal;
            line-height: 25px;
        }

        .content-wrapper {
            padding: 0px 0px 40px 25px;
        }

        .BodyText ul, .BodyText ol {
            list-style: disc;
        }

        @media (max-width: 767px) {
            .content-wrapper {
                padding: 0px 20px 40px;
            }
        }

        @media (max-width: 959px) {
            .content-wrapper--content-detail {
                padding: 0px 20px 25px;
            }
        }

        .content-wrapper--content-detail div,
        .content-wrapper--content-detail table {
            max-width: 100%;
            /*width: 100%;*/
        }

        .content-wrapper--content-detail img {
            padding: 10px;
            max-width: initial;
        }

        @media (max-width: 959px) {
            .content-wrapper--content-detail img {
                max-width: 100%;
            }
        }

        .content-wrapper--content-detail i {
            font-style: italic;
            color: inherit;
            font-weight: inherit;
        }

        .content-wrapper--content-detail hr {
            background: url('../../images/hrBg.gif') repeat-x;
            border: none;
            height: 1px;
        }

        .content-wrapper--content-detail .Subhead1 {
            clear: both;
            color: #d3461f;
            display: block;
            float: left;
            font-family: 'Retina-Book', Helvetica, sans-serif;
            font-size: 16px;
            font-weight: 700;
            margin: 18px 0;
            padding-bottom: 0px;
            text-transform: uppercase;
            width: 100%;
        }

        .content-wrapper a,
        .content-wrapper a:link,
        .content-wrapper a:visited,
        .content-wrapper a:active,
        .content-wrapper a:focus {
            color: #003a49;
            font-family: 'Retina-Book', Helvetica, sans-serif;
            font-size: 16px;
            line-height: 20px;
            text-decoration: none;
            border-bottom: 2px solid #a2c771;
        }

            .content-wrapper a:hover {
                color: #003a49;
                font-family: 'Retina-Book', Helvetica, sans-serif;
                font-size: 16px;
                line-height: 20px;
                background-color: #a2c771;
                text-decoration:none;
            }

        .copyblock__paragraph {
            margin-top: 20px;
        }

            .copyblock__paragraph a,
            .copyblock__paragraph a:link,
            .copyblock__paragraph a:visited,
            .copyblock__paragraph a:active,
            .copyblock__paragraph a:focus {
                color: #003a49;
                font-family: 'Retina-Book', Helvetica, sans-serif;
                font-size: 16px;
                line-height: 20px;
                text-decoration: none;
            }

                .copyblock__paragraph a:hover {
                    color: #003a49;
                    border-bottom: 2px solid #003A49;
                    background-color: #a2c771;
                    text-decoration: none;
                }

        .copyblock__divider {
            border-top: 1px dashed #8b8b8b;
            height: 1px;
            margin-left: 25px;
            width: 80%;
        }

        .copyblock__link {
            color: #2d426a;
            display: block;
            margin-top: 20px;
            text-decoration: underline;
        }
        /* Ektron Styles */
        .Subhead2 {
            color: #443c36;
            font-family: 'Retina-Book', Helvetica, sans-serif;
            font-weight: 700;
            font-size: 16px;
        }

        .Subhead3 {
            color: #d3461f;
            font-family: 'Retina-Book', Helvetica, sans-serif;
            font-weight: 700;
            font-size: 18px;
        }

        .ImageCaption,
        .ImageCaption a {
            clear: left;
            color: #443C36;
            float: left;
            font-family: 'Retina-BookItalic', Helvetica, sans-serif;
            font-weight: 400;
            font-size: 13px;
            line-height: 16px !important;
            padding: 0px 10px 10px 10px;
        }
        /* START of header control LESS */
        .header {
            background-color: #FFFFFF;
            padding: 20px;
            position: relative;
        }

        @media (min-width: 1224px) {
            .header {
                height: 100px;
            }
        }

        @media (max-width: 1223px) {
            .header {
                height: 157px;
                
            }
        }

        @media (max-width: 1223px) {
            .header {
                padding-top: 25px;
                padding-bottom: 25px;
                margin-left: -5px;
            }

            .togglemobile {
                font-size: 20px;
                float: right;
            }
        }

        @media (max-width: 767px) {
            .header {
                height: 100%;
            }
            /*.togglemobile{
      padding-left: 150px !important;
      padding-right: 10px;
  }*/
        }

        @media (max-width: 480px) {
            /*.togglemobile{
      padding-left: 30px !important;  
      padding-right: 10px !important;
	}*/
        }

        .logo {
            float: left;
            height: 44px;
            margin-bottom: 0;
            width: 300px;
            margin-top: -15px;
        }

        .logo__link {
            /*background: url("https://cdn.asla.org/images/asla-new-logo.png") no-repeat top left;*/
            display: block;
            position: absolute;
            width: inherit;
            height: 88px;
        }

        @media (min-width: 1224px) {
            .logo__link {
                background-position: top 14px left;
            }
        }

        .utilities {
            float: right;
            width: 337px;
        }

            .utilities.nonlogged {
                width: 272px;
            }

        @media (max-width: 767px) {
            .utilities {
                float: none;
                width: 243px;
            }
            .logo {
                width: 243px;
            }
        }

        .utilities__list {
            clear: both;
            margin-left: 0;
            overflow: hidden;
            padding-left: 0;
        }

        @media (min-width: 768px) {
            .utilities__list {
                clear: none;
                float: left;
                margin-bottom: 4px;
            }
        }

        @media (max-width: 767px) {
            .utilities__list {
                padding-top: 30px;
                width: 265px;
                margin-bottom: 6px;
            }
        }

        .utilities__item {
            background-color: #fff;
            float: left;
            padding: 3px 5px 2px;
            text-align: center;
            /* @-moz-document url-prefix() {
            padding: 10px 7px !important;
        } */
        }

            .utilities__item:first-child {
                margin-left: 0;
                margin-right: 5px;
                width: 86px;
            }

        @media (max-width: 767px) {
            .utilities__item:first-child {
                /*width: calc(40% - 2px);*/
            }
        }

        .utilities__item:nth-child(2) {
            width: 172px;
            margin-right: 5px;
        }

        @media (max-width: 767px) {
            .utilities__item:nth-child(2) {
                /*width: calc(60% - 2px);*/
            }
        }

        .utilities__link {
            color: #003A49;
            font-family: 'Retina-Book ', Helvetica, sans-serif;
            font-size: 14px !important;
            line-height: 1.8;
        }

            .utilities__link:hover {
                color: #003A49;
            }

        .search {
            clear: both;
        }

        @media (max-width: 767px) {
            .search {
                width: 243px;
            }
        }

        @media (max-width: 376px) {
            .search {
                margin-left: 0;
            }
        }

        .search .form__element--submit {
            background-color: #f56512;
            border: 0;
            color: #fff;
            cursor: pointer;
            height: 19px;
            margin-top: 1px;
            padding: 1px 2px 3px 1px;
            width: 22px;
        }

        .search .form__element--search {
            border: 1px solid #ccc;
            float: left;
            height: 21px;
            margin-right: 3px;
            padding: 0 10px 2px;
            width: 140px;
        }

        @media (min-width: 1224px) {
            .search .form__element--search {
                width: 152px;
            }
        }

        .search .gsc-search-button {
            background-color: #f56512;
            border: 0;
            color: #fff;
            cursor: pointer;
            height: 25px;
            margin: 0;
            padding: 0px;
            width: 25px;
        }

        .search .gsc-search-button-v2 {
            height: 17px;
            margin-left: 4px;
            margin-top: 2px;
            padding: 2px;
            width: 17px;
        }

        .search .gsc-input {
            font-size: 13px;
            padding-right: 0 !important;
        }

        .search .gsc-input-box {
            border: 1px solid #ccc;
            float: left;
            margin-right: 4px;
            width: calc(100% - 4px);
        }

        .search span.gscb_a {
            vertical-align: bottom !important;
        }

        .search .icon-search:before {
            font-size: 1.1em;
        }

        .search__text img {
            height: 13px;
            width: 13px;
        }

        .menu__toggle {
            color: #7a7a7a;
            cursor: pointer;
            font-family: 'Retina-Bold', Helvetica, sans-serif;
            font-weight: 700;
            font-size: 1em;
            height: 43px;
            padding-top: 1px;
            position: absolute;
            right: 20px;
            text-align: center;
            top: 26px;
            width: 43px;
            vertical-align: middle;
        }

            /*.menu__toggle:after {
                content: 'Menu';
                font-family: 'Retina-Bold', Helvetica, sans-serif;
                font-weight: 700;
                font-size: 1em;
                letter-spacing: 1px;
            }*/

        @media (max-width: 479px) {
            .menu__toggle:after {
                display: none;
            }
        }

        @media (min-width: 1224px) {
            .menu__toggle {
                display: none;
            }
        }

        @media (max-width: 767px) {
            .menu__toggle {
                right: 20px;
            }
        }

        @media (max-width: 1223px) {
            .menu__toggle img {
                margin-bottom: 5px;
            }
        }

        .navigation {
            background-color: #fff;
            display: none;
            left: 0;
            position: absolute;
            top: 157px;
            width: 100%;
            z-index: 10;
        }

        @media (max-width: 767px) {
            .navigation {
                top: 170px;
            }
        }

        .navigation.is-open {
            display: block;
        }

        .navigation .nav__item--no-drop .nav__link.is-active {
            border-bottom: 1px solid #bab8b6;
        }

        @media (min-width: 1224px) {
            .navigation {
                bottom: 0;
                display: block;
                height: 32px;
                top: auto;
            }
        }

        .navigation .nav__link {
            border-bottom: 1px solid #e5e5e5;
            color: #525252;
            font-family: 'Retina-Book', Arial, Helvetica, Arial,sans-serif;
            font-size: 14px;
            line-height: 20px;
            padding: 15px 0px 15px 20px;
            display: inline-block;
            margin-left: 10px;
            width: calc(100% - 40px);
        }

        @media (min-width: 1224px) {
            .navigation .nav__link {
                border: 0;
                margin: 0;
                padding: 0;
                padding-left: 28px;
                width: auto;
            }
        }

        .navigation .nav__link:hover {
            color: #ff6c2f !important;
            text-decoration: none;
        }

        .nav__item--sub .nav__link:hover {
            color: #fff !important;
        }

        .navigation .nav__link.is-active {
            border-bottom: 0;
        }

        .nav__list {
            padding-left: 0;
            margin-bottom: 0;
            /* & > .nav__item:nth-child(2) {
        & > .nav__link {
            padding-left: 10px;
        }
    } */
        }

        @media (min-width: 1224px) {
            .nav__list {
                margin: 0;
            }
        }

        .nav__list--sub {
            display: none;
        }

        @media (min-width: 1223px) {
            .nav__list--sub {
                left: 0;
                margin-left: 0;
                position: absolute;
                top: 32px;
            }
        }

        @media (max-width: 1223px) {
            .nav__list--sub {
                /*   background: #f5f5f5;*/
            }
        }

        .nav__list .nav__list--sub {
            padding-left: 0px;
            margin-left: -10px;
        }

        .is-active {
            /* border-left: 4px solid white; */
        }
            /*@media (max-width: 1223px) {.nav__list .nav__item:nth-child(2) .nav__list--sub {
    background-color: #fff;
    content: "";
    height: 28px;
    position: absolute;
    margin-left: 0px;
    margin-top: 2px;
    width: 5px;
  }
}*/
            .is-active > .nav__link-name {
                padding-left: 0px;
            }

            .is-active + .nav__list--sub {
                display: block;
                /*padding-left: 15px;*/
            }

        .nav__item {
            display: inline-block;
            font-family: 'Retina-Book', Helvetica, sans-serif;
            font-size: 13px;
        }

        @media (min-width: 480px) and (max-width: 1223px) {
            .nav__item {
                font-size: 14px;
            }
        }

        @media (max-width: 1223px) {
            .nav__item {
                display: block;
                font-family: 'Retina-Bold', Helvetica, sans-serif;
                font-weight: 700;
                margin-left: -20px;
            }

            .nav__item--sub {
                margin-left: 0px;
            }
        }

        .nav__item--sub:last-child .nav__link {
            border-bottom: 0;
        }

        .nav__item--primary {
            line-height: 32px;
            position: relative;
            margin-left: 10px;
        }

            .nav__item--primary .icon-down-open-big {
                float: right;
                font-size: 1.4em;
                margin-right: 11px;
            }

        @media (min-width: 1224px) {
            .nav__item--primary .icon-down-open-big {
                display: none;
            }
        }

        .nav__item--primary .is-active .icon-down-open-big:before {
            content: "\e807";
        }

        @media (min-width: 1224px) {
            .nav__item {
                height: 32px;
            }

                .nav__item:hover .nav__list--sub {
                    display: block;
                }
        }

        @media (min-width: 1224px) {
            .nav__item--mobile {
                display: none;
            }
        }

        .nav__item--sub {
            white-space: nowrap;
            width: auto;
        }

        @media (min-width: 1224px) {
            .nav__item--sub {
                padding: 4px 10px 2px;
                width: 100%;
                background-color: #868282;
                float: left;
                line-height: 1.5;
                display: block;
            }

                .nav__item--sub:first-child {
                    margin-top: 7px;
                }
        }

        @media (min-width: 1223px) {
            .nav__item--sub .nav__link {
                padding-left: 0;
                width: 100%;
            }
        }

        @media (max-width: 1223px) {
            .nav__item--sub .nav__link {
                margin-left: 20px;
            }
        }

        @media (max-width: 479px) {
            .nav__item--sub .nav__link {
                display: block;
                overflow: hidden;
                text-overflow: ellipsis;
            }
        }

        .nav__item--sub:hover {
            background-color: #ff6c2f;
            outline: 0;
            color: #fff;
        }

            .nav__item--sub:hover .nav__link {
                color: #868282;
            }

        @media (max-width: 1224px) {
            .nav__item--sub:hover {
                background-color: #ff6c2f !important;
                outline: 0;
                color: #fff !important;
                /*width: calc(100% - 40px);*/
            }
        }

        .nav__link-name {
            display: inline-block;
            margin-left: -20px;
        }

        @media (min-width: 1224px) {
            .nav__link-name {
                padding-left: 2px;
                padding-right: 0;
            }
        }
        /* END of header control LESS */
        /* All code below this line is homepage-specific */
        .uk-link,
        a {
            color: #003a49;
            font-family: 'Retina-Book', Helvetica, sans-serif;
            font-size: 16px;
            line-height: 20px;
            text-decoration: none;
        }

            .uk-link:hover,
            a:hover {
                color: #003a49;
            }

        .innerBody {
            padding-top: 20px;
            font-family: "Retina-Book", Helvetica, sans-serif;
            margin: auto;
            padding-bottom: 10px;
        }

        .anchor_text_inset div div {
            margin-bottom: 5px;
        }

            .anchor_text_inset div div a {
                font-family: "Retina-Light", Helvetica, sans-serif;
                color: #2d426a;
                font-size: 16px;
                font-weight: 300;
                margin: 10px 0 10px 0;
                text-decoration: none;
            }

        @media (min-width: 1040px) {
            /*  .mainSlider li {
    min-height: 397px;
  }
  */
        }

        @media (min-width: 768px) {
            .innerBody {
                background-color: #E9E5E2;
            }
        }

        @media (min-width: 1224px) {
            .panel1 {
                margin-bottom: 5px;
            }
        }

        .connect_homepage {
			font-size: 18px;
			color: #D3461F;
			font-weight: 300;
			padding-bottom: 16px;
			margin-top: 10px;
		}

        .primary-section-hdr {
            /*background: transparent url(/images/twitter-icon.png) 292px 8px no-repeat;*/
            color: #ffffff;
            font-family: "Retina-Bold", Helvetica, sans-serif;
            font-size: 14px;
            line-height: 75px;
            text-align:center;
            margin-top: 5px;
        }

.social-feeds-links {
    width: 100%;
    height: auto;
    background: #d3461f;
    box-sizing: border-box;
}

            .social-feeds-links .social-links {
                width: 100%;
                background: #f5f5f5;
                padding-top: 15px;
                text-align: center;
            }

        .homepage_anchors {
            text-align: match-parent;
            padding-left: 0;          
            margin-top: -1px;
        }

        li[class*='dropdown'] {
            display: none;
            margin: 0;
            margin-left: 7px;
            padding-bottom: 5px;
        }

            li[class*='dropdown'] a {
                color: #2d426a;
                font-size: 13px;
                font-family: "Retina-Light", Helvetica, sans-serif;
                font-weight: 300;
                text-decoration: underline;
            }

        .open {
            background-position: left -8px !important;
        }

        .homepageVideos {
            min-height: 194px;
            margin-bottom: 10px;
        }

            .homepageVideos li {
                padding-left: 20px !important;
            }
.homepageVideos li p{
    padding: 10px;
}
@media (max-width: 479px) {
    .homepageVideos {
                min-height: 320px;
            }
        }

        @media (max-width: 400px) {
            .homepageVideos {
                min-height: 305px;
            }
        }

        @media (max-width: 320px) {
            .homepageVideos {
                min-height: 260px;
            }
        }

        @media (max-width: 479px) {
            .homepageVideos img {
                width: 100%;
                height: auto;
                display: flex;
                justify-content: center;
                align-items: center;
            }
        }

        .homepageVideos li {
            min-height: 194px;
        }

        @media (max-width: 479px) {
            .homepageVideos li {
                min-height: 320px;
            }
        }

        @media (max-width: 400px) {
            .homepageVideos li {
                min-height: 305px;
            }
        }

        @media (max-width: 320px) {
            .homepageVideos li {
                min-height: 260px;
            }
        }

        @media (max-width: 479px) {
            .homepageVideos li img {
                width: 100%;
                height: auto;
                display: flex;
                justify-content: center;
                align-items: center;
            }
        }

        /*.li_orange_line {
    background: transparent url(/images/menu-expand.gif) no-repeat left 7px;
    font-size: 14px;
    height: 30px;
    line-height: 26px;
    overflow-y: hidden;
    margin: 0;
    margin-bottom: 8px;
    padding: 0 0 0 13px;
    box-sizing: border-box;
    cursor: pointer;
    background-color: #fff;
}

    .li_orange_line:first-of-type {
        border-top: none;
        height: 22px;
    }*/

        a.darkOrangeBox {
            text-decoration: none;
            display: block;
            background-color: #FF6C2F;
            height: 122px;
            color: #ffffff;
            font-size: 22px;
            line-height: 28px;
            margin-right: 10px; /*added by kevin 6/5*/
            /*width: 100%; commented by Kevin 6/5*/
            position: relative;
            padding: 20px 16px;
            box-sizing: border-box;
            cursor: pointer;
            margin-top: 33px;
        }

        @media (min-width: 768px) and (max-width: 825px) {
            a.darkOrangeBox {
                font-size: 18px;
            }
        }

        .darkOrangeBox span {
            position: absolute;
            bottom: 0px;
            right: 5px;
            cursor: pointer;
            font-size: 12px;
            text-transform: uppercase;
            line-height: 2;
        }

        .lightOrangeBox {
            color: #ffffff;
            font-size: 22px;
            font-weight: 300;
            line-height: 28px;
            margin-right: 10px; /*added by kevin 6/5*/
            /*width: 100%; commented by Kevin 6/5*/
            position: relative;
            padding: 20px 16px;
            box-sizing: border-box;
            cursor: pointer;
            margin-top: auto;
            margin-top: 33px;
            height: 183px;
        }
.lightOrangeHorizontalBox {
    display: table;
    width:100%;   
    padding-left:10px;
}
.lightOrangeHorizontalBox a {
    color: #ffffff;
    font-weight: 300;
    font-size: 16px !important;
    line-height: 20px !important;
    cursor: pointer;
    display: table-cell;
    vertical-align: middle;
}
.lightOrangeHorizontalBox a:hover {
    text-decoration-color: #ffffff;
}
/*
.uk-visible-small .lightOrangeBox {
  margin-top: 10px;
  height: 76px;
  min-height: 76px;
}
*/
.lightOrangeBox a {
    text-decoration: none !important;
}

        .lightOrangeBox a p {
            margin-top: -8px;
            color: white;
            margin: auto;
            font-size: 22px !important;
            line-height: 28px !important;
        }

    @media (max-width: 469px) {
        .lightOrangeBox a p {
            font-size: 14px !important;
        }
    }

@media (min-width: 470px) and (max-width: 1023px) {
    .lightOrangeBox {
        font-size: 16px !important;
        line-height: 20px !important;
    }

        .lightOrangeBox a p {
            font-size: 16px !important;
            line-height: 20px !important;
        }

    .panel p a {
        font-size: 11px !important;
        line-height: 13px !important;
    }
}
    .bylineText {
        bottom: 10px;
        font-family: "Retina-Light", sans-serif !important;
        font-weight: 300 !important;
        font-size: 11px !important;
        line-height: 13px !important;
       /* position: absolute;*/
        width: 85% !important;
        font-style: italic;
    }

    .uk-modal .bylineText {
        width: auto !important;
        font-size: 14px !important;
        line-height: 16px !important;
        padding-right:15px;
    }

    .uk-modal .uk-overlay-panel p {
        font-size: 16px !important;
        line-height: 20px !important;
    }

    .uk-dotnav {
        /*left: 475px; commented out 10/9*/
        left: 80%;
        height: 32px !important;
    }

    .uk-slidenav-position .uk-slidenav-next {
        right: 0px !important;
    }
    /* -------------------------------------------------------------- */
    /* -------------------------    Modal  -------------------------- */
    /* -------------------------------------------------------------- */
    .uk-modal {
        background: #303030;
    }

.uk-modal-header {
    position: absolute;
    z-index: 10;
    width: 100%;
    background-color: rgba(0,58,73,0.85);
    padding: 20px 20px 10px 20px;
}

    .modal--title {
        float: left;
        height: 100px;
        padding-top: 20px;
    }

.uk-modal-header h1 {
    color: #FFA400;
    font: 30px "Retina-Bold", Helvetica, sans-serif;
}

    @media (min-width: 1050px) and (max-width: 1250px) {
        .uk-modal-header h1 {
            font-size: 1.7vw;
        }
    }

    @media (max-width: 1050px) {
        .uk-modal-header h1 {
            font-size: 30px;
            margin-top: 15px;
        }
    }
@media (max-width: 1023px) {
    .results ul li a {
        margin: 0px 15px;
    }

    .menu__toggle {
        display: block;
    }

    #mobilemenu {
        display: block;
    }

    .uk-navbar {
        display: none;
    }
    .header {
        padding: 25px 88px 25px 20px;
    }
}

@media (min-width: 1024px) {
    .menu__toggle {
        display: none;
    }

    #mobilemenu {
        display: none;
    }

    .uk-navbar {
        display: block;
    }
    
}
    /*@media (max-width: 1023px) {
    .learn-what-la-do {
        display: none !important;
    }
}*/

    @media (max-width: 767px) {
        .uk-modal-header {
            background: transparent;
        }

        .uk-slidenav-position .uk-slidenav {
            top: 40% !important;
        }
    }

    .uk-modal-dialog ul li {
        display: inline;
    }

    .uk-close {
        opacity: .9;
        color: #FF912E;
        font-size: 0;
        position: absolute;
    }

        .uk-close:after {
            display: block;
            background: url("../../images/close-x.png") no-repeat;
            content: "\00a0";
            font-family: FontAwesome;
        }

    .uk-slidenav-position .uk-slidenav {
        top: 45%;
    }

    .uk-modal .uk-slidenav-position .uk-slidenav {
        top: 55%;
    }

    .uk-modal-dialog-blank > .uk-close:first-child {
        z-index: 11;
    }

    .learnAnchors {
        max-width: 740px !important;
        float: right;
        padding-top: 20px;
        padding-right: 53%;
        z-index: 1111111;
        height: 100px;
        overflow: hidden;
    }

        .learnAnchors div {
            display: flex;
        }

    @media (max-width: 1050px) {
        .learnAnchors {
            display: none;
        }
    }

    .learnAnchors a {
        float: left;
        display: inline-block;
        width: 140px;
        margin-bottom: 20px;
        color: #fff;
        text-decoration: none;
        height: auto;
        font: 12px "Retina-Bold", Helvetica, sans-serif;
        padding: 3px;
    }

    /*.uk-active a {
    background: #ff932f;
}*/

    .uk-overlay-background,
    .uk-modal .uk-overlay-background {
        width: 569px;
        height: 113px;
        background-color: rgba(0,58,73,0.85);    
    }

    .uk-modal .uk-overlay-background {
        height: 190px !important;
    }

    .uk-overlay-panel {
        left: 20px;
        bottom: 10px;
        padding: 10px !important;
        top: auto;
    }

        .uk-overlay-panel a {
            text-decoration: none !important;
            cursor: pointer;
        }

            .uk-overlay-panel a h2 {
                cursor: pointer;
                color: #FFA400;
                margin-bottom: 0;
                margin-top: 0;
                font-size: 24px;
                font-weight: bold;
                font-family: "Retina-Bold", Helvetica, sans-serif;
            }

        .uk-overlay-panel p {
            font-family: 'Retina-Light', Helvetica, sans-serif;
            font-size: 16px;
            font-weight: lighter;
            line-height: 19px;
            margin-top: 0;
        }

    @media (min-width: 1224px) {
        /*  .lightOrangeBox {
    width: 185px !important;
  }
  commented by Kevin 6/5
 
    .mainSlider {
        border-bottom: 10px solid #FF6C2F;
    }
         */
    }

    .panel h2 {
        color: #d3461f;
        font-family: "Retina-Book", Helvetica, sans-serif;
        font-size: 18px;
        line-height: 18px;
        font-weight: 400;
        text-transform: uppercase;
        width: 100%;
        position: relative;
        margin-bottom: 15px;
    }

    .panel p {
        margin: 10px 0;
    }

        .panel p a {
            color: #2d426a;
            font-size: 13px;
            font-weight: 400;
            margin: 10px 0 10px 0;
            text-decoration: none;
            font-family: "Retina-Book", Helvetica, sans-serif;
            line-height: 18px;
        }

            .panel p a:hover {
                text-decoration: underline !important;
            }

    @media (max-width: 767px) {
        .panel {
            padding-left: 10px;
        }

            .panel h2 {
                font-size: 25px;
                line-height: 26px;
            }

        .honorsection {
            margin-left: auto;
            margin-right: auto;
            padding-left: 0;
        }
    }

    div .article-row {
        margin-top: 20px;
        padding-top: 10px;
    }

        div.article-row:first-of-type {
            min-height: 257px;
        }

    div.article-row2 {
        padding-top: 0;
    }

    @media (max-width: 479px) {
        .article-item {
            margin-top: 5px;
            margin-bottom: 10px;
        }
    }

    .panel--video .uk-slidenav {
        width: auto;
        height: 20px;
        line-height: 20px;
    }

    .panel--video .uk-grid-medium {
        margin-left: -18px;
    }
@media (min-width: 768px) {
    .panel .homethumblink {
        margin-top: 15px;
    }
}
    @media (max-width: 767px) {
        .panel .homethumblink {
            margin-top: 20px;
        }
    }
@media (max-width: 479px) {
    .panel .homethumblink {
        margin-top: 0px;
    }
}
    @media (min-width: 480px) {
        .homethumblink > :not(:first-child) {
            margin-left: -5px;
        }
    }

    .uk-thumbnail {
        border: none;
        padding: 0;
    }

    @media (max-width: 479px) {
        .uk-thumbnail {
            margin-top: 15px;
        }
    }

    @media (min-width: 1224px) {
        .KIFirst {
            margin-top: 15px;
        }
    }

    .uk-thumbnail-caption {
        text-align: left;
        margin: 10px 0;
        color: #003a49;
        font-size: 13px;
        font-weight: 300;
        line-height: 18px;
    }

    .mini_caption {
        padding-top: 0;
    }

    @media (min-width: 1224px) {
        .uk-slidenav {
            height: 15px;
            line-height: 0;
            width: auto;
        }

        .social-links .uk-grid {
            padding: 0;
            margin: 0;
        }

            .social-links .uk-grid .uk-width-1-1 {
                padding: 0;
            }

        .social-links img:not(:first-child) {
            width: 30px;
            height: 30px;
        }

        .panel--video {
            max-width: 996px;
        }

            .panel--video li img {
                height: 136px !important;
                width: 180px !important;
            }



        /*.panel--video li .uk-thumbnail-caption {
        margin-top: 8px;
    }*/
    }
    /*commented by Kevin 6/6
@-moz-document url-prefix() {
  .social-feeds-links {
    margin-left: 5px;
  }
}
*/
    .learnAnchors li {
        list-style-type: none;
    }

    @media (max-width: 376px) {
        .anchor_text_inset div:last-of-type {
            margin-bottom: 15px;
        }

        .mobileHR {
            width: 90%;
            height: 2px;
            border-bottom: 1px solid red;
            margin-right: auto;
            margin-left: auto;
        }
    }

    .mobileCenter {
        margin-top: 20px;
        height: 60px;
    }
.lightOrangeHorizontalBox.mobileCenter {
    background-image: url('/images/Find_a_LA_Large_BG.png');
}
@media (max-width: 479px) {
    .lightOrangeHorizontalBox.mobileCenter {
        background-image: url('/images/Find_a_LA_Mini_BG.png');
    }

}
@media (min-width: 480px) and (max-width: 767px) {
    .lightOrangeHorizontalBox.mobileCenter {
        background-image: url('/images/Find_a_LA_Small_BG.png');
    }
}
    @media (min-width: 768px) {
        .showArrow {
            display: block !important;
            background-color: #444;
            opacity: 1;
            height: 60px;
            width: 40px;
        }
    }

    .social-links {
        margin-left: auto;
        margin-right: auto;
    }

    /* -------------------------------------------------------*/
    /* ---------------   Style Content page  -----------------*/
    /* -------------------------------------------------------*/
    .titleMain {
        color: #e5e5e5;
        font-family: "Retina-Light", "Times New Roman", serif;
        font-size: 35px;
        line-height: 1;
        margin-bottom: 10px;
        padding: 0px;
    }

    .Subhead1 {
        text-transform: uppercase;
        color: #d3461f;
        font: 16px "Retina-Book", Helvetica, sans-serif;
        font-weight: 700;
    }

    .Subhead2 {
        line-height: 17px;
        color: #443c36;
        font: 16px "Retina-Book", Helvetica, sans-serif;
        font-weight: 700;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .mainContainer {
        color: #443c36;
        display: inline-block;
        float: left;
        font-family: 'Retina-Book', Helvetica, sans-serif;
        font-size: 16px;
        font-weight: normal;
        max-width: 730px;
        padding: 0px;
        width: 100%;
    }

    @media (min-width: 768px) and (max-width: 985px) {
        .mainContainer {
            width: 100%;
        }
    }

    @media (min-width: 768px) and (max-width: 985px) {
        .titleMain {
            font-size: 4.7vw;
        }

        #chapters_by_state,
        #program_sort,
        #lareMapContainer,
        #chapters_map_container,
        #cont_ed_map_container,
        #advocacy_map_container,
        #education_map_container,
        #cont_ed_map_container {
            transform: scale(1);
            transform-origin: top left;
            width: 90%;
        }
    }

    #program_sort h4 {
        font: 16px "Retina-Book", Helvetica, sans-serif;
    }

    .menuTitle {
        font-weight: bold;
        text-transform: uppercase;
        font-size: 16px;
        color: #f26526;
        margin-bottom: 12px;
    }

    .titleSub {
        font-family: "Retina-Book", Helvetica, sans-serif;
        font-size: 28px;
        color: #d9d9d9;
    }

    .wrapper--content {
        width: 25%;
        overflow: hidden;
    }

    @media (min-width: 989px) {
        .main {
            float: left;
            width: calc(-145%);
        }
    }
    /* START of footer control LESS */
    .footer {
        background-color: #FFFFFF;
        clear: both;
        font-family: 'Retina-Light', Helvetica, sans-serif;
        font-size: 12px;
        position: relative;
    }

    @media (min-width: 1224px) {
        .footer {
            height: 100%;
            padding: 40px 6px 0px;
        }
    }

    @media (max-width: 1224px) {
        .footer {
            /*padding-left: 20px;
            padding-right: 20px;*/
            padding-bottom: 20px;
            padding-top: 20px;
        }
    }

    /*.footer:before {
    background-color: #f56512;
    content: "";
    height: 9px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}*/

    .footer__nav {
        font-family: 'Retina-Book', Helvetica, sans-serif;
        margin-bottom: 0;
        overflow: hidden;
        padding: 0;
    }

    @media (max-width: 1025px) {
        .footer__nav {
            margin-left: auto;
            margin-right: auto;
            max-width: 940px;
            padding-top: 15px;
        }
    }

    .footer__nav ul {
        padding-left: 0;
    }

    @media (min-width: 768px) {
        .footer__nav-group {
            float: left;
            width: calc(50% - 9px);
            margin-left: 18px;
        }
    }

    @media (min-width: 1224px) {
        .footer__nav-group {
            margin-left: 8px;
            width: calc(100% - 195px);
        }
    }

    @media (min-width: 768px) {
        .footer__nav-group:first-of-type {
            margin-left: 0;
        }

        .footer .footerlogo {
            text-align: center !important;
        }
    }

    @media (min-width: 1224px) {
        .footer__nav-group:first-child {
            width: 186px;
        }
    }

    @media (min-width: 1224px) {
        .footer__nav-group--primary .footer__nav-items {
            background-color: #FFFFFF;
            height: auto;
            border: 0;
            text-align: left;
            float: left;
            padding-left: 0;
            padding-right: 20px;
        }

            .footer__nav-group--primary .footer__nav-items:last-of-type {
                padding-right: 0;
            }
    }

    .footer__nav-group--primary .footer__nav-item > .footer__nav-link {
        color: #f56512;
    }

    @media (min-width: 1224px) {
        .footer__nav-group--primary .footer__nav-item > .footer__nav-link {
            display: inline-block;
            padding-bottom: 14px;
        }
    }

    .footer__nav-group--primary .footer__nav-item > .footer__nav-link:hover {
        color: #f56512;
        text-decoration: none;
    }

    @media (min-width: 1224px) {
        .footer__nav-group--main .footer__nav-item {
            border: 1px solid #868282;
        }
    }

    @media (min-width: 1224px) {
        .footer__nav-items {
            margin-top: 11px;
            padding-left: 0;
        }
    }

    @media (max-width: 376px) {
        .footer__nav-items {
            padding-left: 0;
        }
    }

    .footer__nav-item {
        background-color: #FFFFFF;
        clear: both;
        display: block;
        float: left;
        font-weight: 600;
        height: 39px;
        line-height: 39px;
        margin-bottom: 7px;
        /* padding-right: 20px; */
        text-align: center;
        width: 100%;
        border: 1px solid #868282;
    }

    @media (min-width: 1224px) {
        .footer__nav-item {
            height: 54px;
            line-height: 54px;
            margin-bottom: 7px;
        }
    }

    .footer__nav-item--no-mobile {
        display: none;
    }

    @media (min-width: 1224px) {
        .footer__nav-item--no-mobile {
            display: block;
        }
    }

    .footer__nav-item > .footer__nav-link {
        display: block;
    }

    .footer__nav-item .footer__nav-link {
        color: #000;
        font-size: 12px;
        font-weight: 600;
    }

        .footer__nav-item .footer__nav-link:hover {
            color: #000;
        }

    .footerHR {
        border-top: 1px solid #868282;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    @media (min-width: 1224px) {
        .footerHR {
            margin-left: -14px;
            margin-right: -14px;
        }
    }

    .nav__list--sub--footer {
        display: none;
    }

    @media (min-width: 1224px) {
        .nav__list--sub--footer {
            display: block;
            padding-left: 0;
        }
    }

    .nav__list--sub--footer .footer__nav-item--sub {
        font-size: 10px;
        line-height: 17px;
    }

    .nav__list--sub--footer .footer__nav-link {
        color: #2d426a;
        font-weight: 400;
        font-size: 10px;
    }

        .nav__list--sub--footer .footer__nav-link:hover {
            color: #2d426a;
        }

    .asla__info {
        clear: both;
        color: #525252;
        font-family: "Retina-Book", Arial, Helvetica, sans-serif;
        font-size: 10px;
        line-height: 13px;
    }

    .asla__address {
        float: left;
        margin-bottom: 10px;
    }

    @media (max-width: 767px) {
        .asla__address {
            float: none;
            /*font-weight: bold;*/
        }
    }

    .asla__address span {
        clear: both;
        display: block;
    }

    .asla__copyright {
        float: right;
        font-weight: 500;
    }

    @media (max-width: 767px) {
        .asla__copyright {
            float: none;
        }
    }

    .asla__copyright span {
        display: block;
        clear: both;
        line-height: 1.2;
        text-align: right;
    }

    @media (max-width: 767px) {
        .asla__copyright span {
            text-align: left;
        }
    }

    .asla__contact-wrapper {
        clear: both;
    }

    @media (max-width: 767px) {
        .asla__contact-wrapper {
            font-weight: bold;
        }
    }

    .asla__contact-wrapper .asla__contact {
        display: block;
        margin-bottom: 10px;
    }

    .asla__contact-wrapper .asla__phone span {
        display: block;
    }

        .asla__contact-wrapper .asla__phone span:first-child {
            margin-bottom: 0px;
        }

    @media (min-width: 768px) {
        .asla__contact-wrapper .asla__phone-free {
            /* padding-left: 2em; */
        }
    }

    .asla__contact-wrapper .asla__contact-link {
        color: #2d426a;
        font-weight: 600;
        text-decoration: underline;
    }

    @media (max-width: 767px) {
        .asla__contact-wrapper {
            font-weight: normal;
        }
    }

    @media (min-width: 1040px) {
        .asla__fax {
            margin-bottom: 7px;
        }
    }

    @media (min-width: 1224px) {
        .asla__email {
            margin-bottom: 0;
        }
    }

    .ListText {
        color: #443c36;
        font-family: 'Retina-Book', Helvetica, sans-serif;
        font-size: 16px;
        line-height: 17px !important;
        font-weight: normal;
    }

    div#personal_information > span {
        width: 100px;
        display: inline-block;
    }

    div.actual_questions textarea {
        width: 350px !important;
    }

    div.actual_questions span.test_question {
        display: block;
        padding-bottom: 5px;
        width: 684px;
        border-top: 1px solid #e5e5e5;
        padding-top: 20px;
        font-size: 16px;
    }

    div#quiz_container hr {
        background: none !important;
    }

    div.actual_questions div.request_permission {
        padding-top: 20px;
        border-top: 1px solid #e5e5e5;
        color: #525252;
        width: 684px;
        font-size: 16px;
        padding-bottom: 10px;
        margin-bottom: 30px;
        border-bottom: 1px solid #e5e5e5;
    }

    div.request_permission p span.bottom {
        font-style: italic;
    }

    div.request_permission span#exam_form {
        float: right;
    }

    a.Submit_Test {
        background: url(/images/button/submit.gif) no-repeat scroll 0 0 transparent;
        width: 83px;
        height: 26px;
        text-indent: -9999px;
        padding-top: 5px;
        padding-bottom: 70px;
        display: block;
    }

    .BoldText {
        font-weight: bold;
    }

    .paddingTop5 {
        padding-top: 5px;
    }

    .paddingBottom10 {
        padding-bottom: 10px !important;
    }

    .paddingTop15 {
        padding-top: 15px;
    }
    /*navbar into uikit*/

    .uk-navbar {
        /*background-color: #fff;*/
        background-color: #003A49;
        /*margin-right: 18px;
    margin-left: 20px;
    border-bottom: 1px solid #e5e5e5;*/
    }

    .uk-dropdown .uk-nav {
        max-width: 996px;
    }

    .uk-navbar-nav {
        line-height: 40px;
        width: 100%;
        bottom: 0;
        height: 40px;
        top: auto;
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        padding-left: 15px;
        padding-right: 15px;
    }

        .uk-navbar-nav li {
            display: block;
            flex: 0 1 auto; /* Default */
            list-style-type: none;
        }

        .uk-navbar-nav > li > a {
            display: inline-block;
            font-family: 'Retina-Book', Helvetica, sans-serif;
            font-size: 14px;
            color: #fff;
            line-height: 15px;
        }
    /*commented out as part of redesign 10/10
.uk-navbar-nav > li > a:hover {
    color: #ff6c2f !important;
}
*/
    .uk-nav-navbar > li > a {
        white-space: nowrap;
        width: 100%;
        line-height: 20px;
        font-size: 14px;
        color: #fff;
    }

        .uk-nav-navbar > li > a:focus, .uk-nav-navbar > li > a:hover {
            background: transparent;
            color: #fff;
            outline: 0;
        }

    .uk-navbar-nav > li.uk-open > a {
        background: transparent;
        color: #fff;
        outline: 0;
        white-space: nowrap;
    }

    .uk-dropdown-navbar {
        /*    background: #f5f5f5;    */
        background: #003A49;
        color: #fff;
    }

    .uk-dropdown {
        padding-top: 0;
        padding-bottom: 0;
    }

    .uk-dropdown, .uk-dropdown-blank {
        width: inherit;
        margin-top: -2px;
    }

    .uk-accordion-title {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: -20px;
        font-size: 14px;
        color: #525252 !important;
        line-height: 20px;
        cursor: pointer;
        display: block;
        font-family: "Retina-Book", Helvetica, sans-serif;
        background: inherit !important;
        padding: 0;
        text-decoration: none;
    }

        .uk-accordion-title:hover {
            margin-top: 0;
            margin-bottom: 0;
            font-size: 14px;
            color: #ff6c2f !important;
            line-height: 20px;
            cursor: pointer;
            display: block;
            font-family: "Retina-Book", Helvetica, sans-serif;
            background: inherit;
            padding: 0;
            text-decoration: none !important;
        }

    .mobileprimarynav {
        border-bottom: 1px solid #e5e5e5;
        color: #fff;
        display: inline-block;
        padding: 15px 0px 15px 20px;
        width: calc(100% - 40px);
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 20px;
        line-height: 32px;
    }

    .mobilesubnav {
        border-bottom: 1px solid #e5e5e5;
        font-family: "Retina-Book", Helvetica, sans-serif;
        color: #525252;
        /* background-color:#f5f5f5;*/
        display: inline-block;
        padding: 15px 0px 15px 0px;
        width: calc(100% + 80px);
        margin-left: -60px;
        text-decoration: none;
    }

        .mobilesubnav:hover {
            background-color: #ff6c2f;
            outline: 0;
        }

    .uk-accordion-content {
        padding: 0;
    }

        .uk-accordion-content > :last-child {
            margin-top: 10px;
        }

    .submenulink {
        background: inherit !important;
        font-size: 14px;
        color: #525252 !important;
        line-height: 20px;
        cursor: pointer;
        display: block;
        font-family: "Retina-Book", Helvetica, sans-serif;
        text-decoration: none;
        margin-left: 20px;
    }

    .mobilesubnav a:hover {
        text-decoration: none;
        color: #fff !important;
    }

    .mobilenav {
        background-color: #fff !important;
        color: #525252 !important;
    }
    /*mobile nav*/
    .uk-offcanvas-bar-show {
        background-color: #fff !important;
    }

    @media (min-width: 767px) {
        #mobilemenu {
            position: absolute;
            right: 0;
            top: 0;
            width: 50%;
        }
    }

    @media (max-width: 767px) {
        .lightOrangeBox {
            margin-right: 0;
        }
    }


    @media (min-width: 480px) {
        .homeleftmargindesktop {
            margin-left: -5px;
        }
    }

    @media (max-width: 479px) {
        .homeleftmargindesktop {
            margin: auto;
        }
    }
    /* iFrame Video 
.fluid-video {
    height: 0;
    padding-bottom: 56%;
    position: relative;
}

.fluid-video iframe {
    height: 100% !important;
    width: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}
    */
    /* Text Overlay on Image 
.header-overlay {
    position: relative;
    width: 100%;
    height: auto;
}

    .header-overlay img {
        width: 100%;
        height: auto;
        margin: 0px !important;
        padding: 0px !important;
    }

.overlay-caption {
    position: absolute;
    z-index: 5;
    bottom: 0px;
    left: 0px;
    text-align: left;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
    width: 100%;
    margin: 0px !important;
    padding: 0px !important;
}

    .overlay-caption p {
        margin: 0px;
        padding: 10px;
    }
    */
    /* Accordion 
.accordion {
    background-color: #fff;
    cursor: pointer;
    padding: 15px 0;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
}

.accordion.active, .accordion:hover {
    background-color: #fff;
}

.panel {
    padding: 0;
    background-color: #fff;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
    */
    /*
.uk-dotnav-contrast > * > * {
    background:#fff !important;
}
    */
    .uk-dotnav-contrast > * > * {
        background: 0;
        border: 1px solid #fff !important;
        opacity: 1;
    }

    .uk-dotnav > * > :hover,
    .uk-dotnav > * > :focus {
        background-color: #fff;
        border: 1px solid #fff !important;
        opacity: 1;
    }

    .uk-dotnav-contrast .uk-active a {
        background: #fff !important;
    }

    .uk-navbar-nav > li.uk-open > a, .uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a:focus {
        background-color: transparent;
        color: #fff;
    }

    .uk-navbar-nav .uk-dropdown ul li:hover {
        background-color: #fff;
        color: #003A49 !important;
    }

        .uk-navbar-nav .uk-dropdown ul li:hover > a {
            color: #003A49 !important;
        }

    .uk-nav-navbar > li > a {
        color: #fff;
    }

    header .utilities ul li {
        background: #e9e5e2;
    }

    span.search__text {
        background-color: #f56512;
        padding: 7px;
    }

    @media (min-width: 1016px) {
        .homethumblink img {
            height: 122px;
        }
    }

    @media (max-width: 1015px) {
        .lightOrangeBox {
            height: 150px;
        }
    }

    .homethumblink p {
        height: 61px;
        margin: 0;
        padding-top: 10px;
        padding-left: 10px;
    }

    @media (max-width: 479px) {
        .homethumblink p {
            padding-top: 20px;
        }
    }

    .homethumblink p a {
        color: #a2c771;
        text-decoration: none;
        font-size: 11px;
    }

    @media (min-width: 1016px) {
        .article-item img {
            height: 122px;
        }
    }

    .article-row2 .article-item p {
        height: 120px !important;
    }

    .article-item p {
        height: 83px;
        margin-bottom: 5px;
        background-color: #fff;
        margin-top: 0;
        border-top-width: 5px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
        border-style: solid;
        overflow-y: hidden;
    }

        .article-item p:first-of-type {
            border-top-width: 0;
        }

    footer .primarylinks li {
        padding-top: 20px;
    }

    .asla_footer_contactinfo p {
        font-size: 13px;
        line-height: 22px;
        font-family: "Retina-Book", Helvetica, sans-serif;
        font-weight: 400;
        color: #443C36;
        margin-top: 0;
        margin-bottom: 0;
    }

        .asla_footer_contactinfo p a:not(.footerTitle) {
            font-size: 11px;
            line-height: 12px;
            font-family: "Retina-Book", Helvetica, sans-serif;
            font-weight: 400;
            color: #443C36;
        }

    footer ul.primarylinks li a, .footerTitle {
        font-size: 13px;
        line-height: 14px;
        font-family: "Retina-Bold", Helvetica, sans-serif;
        color: #003A49;
        font-weight: 700;
    }

    .footerTitle {
        line-height: 22px;
    }

    @media (max-width: 767px) {
        footer ul.primarylinks li a {
            line-height: 22px;
        }
    }

    footer ul li ul {
        padding-left: 0;
    }

        footer ul li ul.primaryNavUL {
            margin-bottom: 30px;
        }

        footer ul li ul li a, .copyrightinfo, .copyrightinfo a {
            font-size: 13px;
            line-height: 22px;
            font-family: "Retina-Light", Helvetica, sans-serif;
            color: #003A49;
            font-weight: 300;
        }
    /*footer ul li ul li a:hover, .copyrightinfo:hover, .copyrightinfo a:hover {
                    text-decoration:none;
                }*/
    .connectSubMenu {
        display: none;
        background-color: #fff;
        padding-left: 5px;
        margin-top: 30px;
    }

        .connectSubMenu li {
            border-top-color: #003A49;
            border-top-style: solid;
            border-top-width: 1px;
            padding-top: 5px;
            padding-bottom: 15px;
        }

    .closedMenu:before {
        content: ' + ';
    }

    .openMenu:before {
        content: ' - ';
    }

    .homepage_anchors a {
        color: #003A49;
        text-decoration: none;
        font-size: 14px;
    }

    .homepage_anchors > li {
        background-color: #fff;
        padding: 5px;
        margin-bottom: 5px;
    }

    ul.social__icons {
        list-style-type: none;
        padding: 0;
        overflow: hidden;
        float: right;
        margin-top: 0;
        margin-bottom: 0;
    }

        ul.social__icons li {
            float: left;
        }

            ul.social__icons li a {
                display: block;
                width: 30px;
                margin: 0 auto;
            }

                ul.social__icons li a img {
                    width: 30px;
                    height: 30px;
                }

    @media (min-width: 768px) {
        .social__icons > li {
            margin-top: 60px;
            padding-left: 21px !important;
        }
    }

    @media (max-width: 959px) {
        .social__icons > li {
            margin-top: 10px;
            margin-bottom: 20px;
            width: calc(100% / 6);
            text-align: center;
        }

        .social__icons {
            width: 100%;
        }
    }

    @media (min-width: 960px) {
        .social-links {
            height: calc(100% - 35px);
            position: relative;
        }

        .social__icons {
            position: absolute;
            bottom: 0;
            right: 0;
        }
    }
    /*mobile nav redo*/
    /*.mobilemainnavitem > li a i {
        padding-right:40px;
    }*/

    .mobilemainnavsubitems {
        padding-left: 10px;
        display: none;
    }

    .icon-down-open-big, .icon-up-open-big {
        float: right;
        /*font-size: 1.4em;*/
        height: 100%;
    }

    .mobilemainnavsubitems {
        padding-left: 10px;
        display: none;
    }

    .icon-down-open-big, .icon-up-open-big {
        float: right;
        /*font-size: 1.4em;*/
        height: 100%;
    }


    .hassubnav a {
        vertical-align: middle;
    }

    .mobilemainnavitem {
        background-color: #003A49;
        padding-left: 0;
    }

    .mobilemainnavsubitems {
        background-color: #415967;
        padding-left: 10px;
    }

    .mobilemainnavitem li a {
        border-bottom: 1px solid rgba(255,255,255,.5);
        margin-left: 20px;
        margin-right: 25px;
    }

.mobilemainnavitem li a, .mobilemainnavsubitems li a {
    color: #fff !important;
    display: block;
    height: 40px;
    /*padding-top: 12px;*/
    font-size: 16px;
    line-height: 20px;
    position: relative;
}
    .mobilemainnavsubitems li a{
        padding-top:12px;
    }
    .mobilemainnavitem li a span {
        position: absolute;
        top: 30%;
    }
        .mobilemainnavitem li > a:hover, .mobilemainnavsubitems li a:hover {
            color: #003A49 !important;
            cursor: pointer;
            text-decoration: none;
            background-color: #fff;
        }

    .mobilemainnavitem li > a:hover {
        margin-left: 0;
        margin-right: 0;
        padding-left: 20px;
        padding-right: 25px;
    }

    .mobilemainnavsubitems li a:hover {
        margin-left: -10px;
        padding-left: 30px;
    }

    .uk-thumbnail p:hover, .lightOrangeBox a p:hover {
        text-decoration: underline;
    }