/* Compiled CSS for content page */
@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;
    color: rgba(255, 255, 255, 0.5);
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
/* 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: #003a49;*/
    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';
}
/* '' */
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on February 20, 2016 */
/* 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%;
    width: 100%;
    max-width: 996px;
    margin: auto;
    /*margin-top: 64px;*/
}
@media (max-width: 1016px) {
    .wrapper {
        margin: 0 auto;
        width: 100%;
    }
    
}
/*
@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 (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) {
  .visible-mini {
    display: block !important;
  }
}
@media (max-width: 479px) {
  .hidden-mini {
    display: none !important;
  }
}
@media (min-width: 480px) {
    .visible-mini {
        display: none !important;
    }
}

@media (min-width: 480px) {
    .hidden-mini {
        display: block !important;
    }
}
.clear {
  clear: both;
}
.float-left {
  float: left;
}
.no-padding {
  padding: 0;
}
.no-margin {
  margin: 0 !important;
}
.mh-30 {
  margin: 60px 0 40px !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-Book', 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: "Retina-Book" !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: rgb(207, 69, 32) !important;
}
.button__cta--orange-white {
    background-color: rgb(207, 69, 32);
    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: rgb(207, 69, 32);
  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-Book', 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: rgb(207, 69, 32);
    border: 1px solid rgb(207, 69, 32);
    color: #ffffff !important;
    margin-right: 10px !important;
}
.button__form-btn--orange-nm {
  background-color: rgb(207, 69, 32);
  color: #ffffff !important;
  border:0;
}
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: 60px 0 15px !important;
    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 !important;
  }
}
.title__cta {
  margin: 30px 0px 0px;
}
@media (max-width: 959px) {
  .title__cta {
    padding-bottom: 30px;
  }
}
.title__cta--video-social {
    color: #F26526;
    display: inline-block;
    font-family: "Retina-Book", Helvetica, sans-serif;
    font-weight: 700;
    font-size: 10px;
    padding: 7px;
}
.cta--image {
    border-radius: 12%;
    height: 32px;
    width: 32px;
}
@media (max-width: 959px) {
    .title__cta--video-social {
    float: none;
    margin:0 !important;
  }
}
.title__h3 {
    /* Replaces .Subhead1 changed to 18px by Jared on 1/9*/
    color: #d3461f;
    font-family: 'Retina-Book', Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 50px;
    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,
/*#ctl00_ContentPlaceHolder1_cbContentDetail,*/
.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;
}
p.video__description {
    line-height: 20px;
}
.content-wrapper {
  padding: 0px 0px 40px 25px;
}

.BodyText ul, .BodyText ol, .copyblock__paragraph ul, .copyblock__paragraph 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;
    padding-top: 1px;
}
@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, .content-wrapper hr {
 border-top: 1px solid #000;
}
.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%;
}
@media (min-width: 960px) {
    .Subhead1PartialWidth {
        clear: inherit;
        width:60%;
    }
}
.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: 23px;
}
.content-wrapper--content-detail a,
.content-wrapper--content-detail a:link,
.content-wrapper--content-detail a:visited,
.content-wrapper--content-detail a:active,
.content-wrapper--content-detail a:focus 
{
    border-bottom: 2px solid #a2c771;
}


.content-wrapper--content-detail a:not(.noUnderline):not(.noUnderlineNoTransparent):hover {
    color: #003a49;
    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;
            border-bottom: 2px solid #a2c771;
        }
        .copyblock__paragraph a:hover {
            color: #003a49;
            border-bottom: 2px solid #a2c771;
            background-color: #a2c771;
            text-decoration:none;
        }
        .copyblock__divider {
            border-top: 1px dashed #8b8b8b;
            height: 1px;
            margin-left: 25px;
            width: 80%;
        }
		
.noUnderline, .noUnderlineNoTransparent {
    border-bottom: 0 !important;
}
    .noUnderline:hover {
        border-bottom: 0 !important;
        text-decoration: none;
        background-color: transparent !important;
    }
.noUnderlineNoTransparent:hover {
    border-bottom: 0 !important;
    text-decoration: none;
}		
.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, .content-wrapper div .Subhead1{
    color: #d3461f;
    font-family: 'Retina-Book', Helvetica, sans-serif;
    font-weight: 700;
    font-size: 16px;
}
.ImageCaption,
.ImageCaption p,
.ImageCaption a {
    clear: left;
    color: #443C36;
    float: left;
    font-family: 'Retina-Book', 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: 1223px) {
    .header {
        height: 100px;
    }
}
@media (max-width: 1223px) {
  .header {
    height: 157px;
    padding: 25px 88px 25px 20px;
  }
}

@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%;
  }  
}
.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: 265px;
}
@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;
}
@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',Helvetica,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) {
  .is-active:before {
    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: #deea75;
}*/
.nav__item--sub:hover .nav__link {
   color: #868282;
}
@media (max-width: 1224px) {
	.nav__item--sub:hover{
	background-color: #ff6c2f !important;
	/*width: calc(100% - 40px);*/
    color:#fff !important;
    outline:0;
	}    
}
.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 */
/* Start awards and honors LESS */
.honors__section {
  padding: 0px 0px 10px 0px;
}
@media (min-width: 768px) {
  .honors__section {
     border-bottom: 1px solid #000;
  }
}
.honors__section:last-of-type {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .honors__section:last-of-type {
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  .honors__section select {
    display: block;
    height: 25px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
  }
}
.awards-wrapper {
  float: left;
  margin-bottom: 15px;
  height: 150px;
  position: relative;
}
@media (max-width: 767px) {
  .awards-wrapper {
    float: none;
    height: auto;
    width: 100%;
  }
}
.awards-wrapper img {
  max-height: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.overlay__link {
  text-decoration: none !important;
}
.drop_menu {
    background-color: #EAEAEA;
    font-family: 'Retina-Book', Helvetica, sans-serif;
    font-size: 13px;
    margin-top: 0;
}
@media (max-width: 767px) {
  .drop_menu {
    height: 25px;
    margin-left: 0;
    margin-top: 15px;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .noddl {
    margin-top: 130px;
    height: 42px;
  }
}
.dropmenuitem,
.dropmenuitemOFF {
  color: #525252;
  text-decoration: none;
  cursor: pointer;
}
.awards-description {
    background-color: rgba(0,58,73,0.85);
    bottom: 10px;
    color: white;
    filter: alpha(opacity=75);
    font-size: 15px;
    font-weight: bolder;
    height: 54px;
    margin-left: 0px;
    position: absolute;
    width: 100%;
}
@media (max-width: 767px) {
  .awards-description {
    height: 28px;
  }
}
.awards-description__content {
color: white !important; 
 cursor: pointer;
  font-weight: normal;
  letter-spacing: 0.7px;
  margin-left: 10px;
  padding-right: 20px;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .awards-description__content {
    font-size: 14px;
    padding-top: 6px;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
  }
}
/* End of awards and honors LESS */
/* Start of MembersLogin.aspx LESS */
.login-box {
  padding-bottom: 60px;
}
.login-box__input {
    border: 1px solid #d7d7d7;
    color: #525252;
    display: block;
    font-family: 'Retina-Book', Helvetica, sans-serif;
    height: 46px !important;
    margin-bottom: 0;
    margin-top: 15px;
    padding: 13px 15px !important;
    width: 245px;
}
.login-box__submit {
  background-color: #ffffff;
  border: 1px solid #4b4b4b;
  color: #525252;
  cursor: pointer;
  font-family: "Retina-Bold",Helvetica, sans-serif !important;
  font-size: 11px;
  font-weight: bold;
  height: 30px;
  letter-spacing: 0.5px;
  width: 108px;
}
.login-box__link {
  margin-top: 15px;
}
.login-box__link a,
.login-box__link a:link,
.login-box__link a:hover,
.login-box__link a:visited,
.login-box__link a:active,
.login-box__link a:focus {
  color: #2d426a;
  text-decoration: underline;
}

.validation__status {
  display: none;
  font-size: 11px;
}
.validation__status--green {
  color: green;
}
.validation__status--red {
  color: red;
}
/* End of MembersLogin.aspx LESS */
/* Start of News.aspx LESS */
@media (min-width: 768px) and (max-width: 959px) {
  .news {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .news__flex-item:nth-child(1) {
    order: 1;
  }
  .news__flex-item:nth-child(2) {
    order: 3;
  }
  .news__flex-item:nth-child(3) {
    order: 2;
  }
}
.news__article-list {
    border-top: 6px solid rgb(0, 59, 73);
    padding: 0px;
    margin-bottom: 30px;
}
@media (max-width: 959px) {
  .news__article-list {
    border: none;
    margin-bottom: 0;
  }
}
.news p {
    color: #898888;
    font-size: 11px;
    font-family: "Retina-Book"; 
    margin-bottom: 15px;
}
@media (max-width: 959px) {
  .news p > a {
    font-size: 14px !important;
  }
}
.news__h2 {
    color: #003f8e;
    font-family: "Retina-Bold"; 
    font-size: 25px;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 24px;
}
.news__view-all {
    background-color: rgb(244, 241, 240);
    padding: 5px 20px;
}
@media (max-width: 959px) {
  .news__view-all {
    display: inline-block;
    margin-bottom: 20px;
    margin-left: 15px;
    padding: 5px;
    width: auto;
  }
}
.news__va-link {
    font-family: 'Retina-Bold', Helvetica, sans-serif !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    text-decoration: underline !important;
    text-transform: uppercase;
}
.news__va-link:hover {
  text-decoration: none !important;
}
@media (max-width: 959px) {
  .news__va-link:after {
    content: "\00A0\003E";
    left: 0;
    top: 0;
  }
}
.news__va-link--right {
  line-height: 22px !important;
}
.news__article-section {
  border: 1px solid #cecece;
  border-top: none;
}
.news__column--left {
  /*  border-right: 1px solid #cccccc; commented by Kevin*/
  margin-right: 0;
  padding-right: 30px;
  width: calc(50% - 9px);
}
@media (max-width: 959px) {
  .news__column--left {
    border: none;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .news__column--left {
    padding-bottom: 40px;
    width: 100%;
  }
}
.news__column--left img {
  margin: 0px 10px 10px 0px;
}
.news__column--right {
  padding-left: 30px;
  padding-right: 20px;
  margin-bottom: 30px;
  margin-left: 0;
  width: calc(50% + 9px);
}
@media (max-width: 959px) {
  .news__column--right {
    padding-left: 15px;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .news__column--right {
    padding-left: 0;
    width: 100%;
  }
}
.news__column--right img {
  margin: 0px 15px 20px 0px;
}
.uk-tab.news__tabs {
  border: none;
  display: block;
}
@media (max-width: 959px) {
  .uk-tab.news__tabs {
    -webkit-display: flex;
    display: flex;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .uk-tab.news__tabs {
    margin-right: 15px;
  }
}
@media (min-width: 960px) {
  .uk-tab.news__tabs li:first-child.uk-active > a:before,
  .uk-tab.news__tabs li:first-child.uk-active a:link:before,
  .uk-tab.news__tabs li:first-child.uk-active a:hover:before,
  .uk-tab.news__tabs li:first-child.uk-active a:visited:before,
  .uk-tab.news__tabs li:first-child.uk-active a:active:before,
  .uk-tab.news__tabs li:first-child.uk-active a:focus:before {
    background-color: #004588;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
}
@media (max-width: 959px) {
  .uk-tab.news__tabs li {
    border-bottom: 1px solid #ffffff;
  }
  .uk-tab.news__tabs li[data-item="news-releases"] {
    order: 0;
  }
  .uk-tab.news__tabs li[data-item="news-list"] {
    order: 1;
  }
  .uk-tab.news__tabs li[data-item="advocacy-news"] {
    order: 2;
  }
  .uk-tab.news__tabs li[data-item="LAM"] {
    order: 3;
  }
  .uk-tab.news__tabs li[data-item="the-dirt"] {
    order: 4;
  }
}
.uk-tab.news__tabs .news__tabs-link {
    background-color: rgb(244, 241, 240);
    border: none;
    border-bottom: 1px solid #ffffff;
    color: #2d426a;
    height: 34px;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    text-align: center;
    text-decoration: underline;
    text-transform: uppercase;
}
@media (min-width: 960px) {
  .uk-tab.news__tabs .news__tabs-link:before {
    background-color: #ffffff;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
}
@media (max-width: 959px) {
  .uk-tab.news__tabs .news__tabs-link {
    text-align: left;
  }
}
.uk-tab.news__tabs > .uk-active > a,
.uk-tab.news__tabs > .uk-active a:link,
.uk-tab.news__tabs > .uk-active a:hover,
.uk-tab.news__tabs > .uk-active a:visited,
.uk-tab.news__tabs > .uk-active a:active,
.uk-tab.news__tabs > .uk-active a:focus {
    background-color: rgb(0, 59, 73);
    border-bottom: 1px solid rgb(0, 59, 73);
    color: #ffffff;
    margin-bottom: -1px !important;
}
/* End of News.aspx LESS */
.video__h2,
.video__h3 {
  color: #ffffff;
}
.video__h3 {
    font-family: "Retina-Book"; 
    font-size: 21px;
    line-height: 23px;
    margin: 0px 0px 12px 0px;
}
@media (max-width: 959px) {
  .video__h3 {
    margin: 0px;
  }
}
.video__social > * {
  display: inline-block;
}
.videoinfo .Subhead3 {
	line-height: 22px;
}					  				   
.video__description {
  margin: 10px 10px 10px 0;
}
@media (max-width: 959px) {
  .video__description {
    margin: 10px 0px 0px;
  }
}
@media (max-width: 959px) {
  .video__download-link {
    margin: 10px 0px 0px;
  }
}
.video__copy {
  overflow: hidden;
}
@media (max-width: 959px) {
  .video__copy {
    height: auto;
    margin: 0;
  }
}
.video__player {
  height: 364px;
  width: 647px;
}
@media (max-width: 959px) {
  .video__player {
    width: 100%;
  }
}
.video__wrapper {
  background: url('../../images/skin/Multimedia-MainImage_Background.jpg') repeat-x;
  color: #ffffff;
  margin-bottom: 30px;
  padding: 15px 19px 22px;
}
@media (max-width: 959px) {
  .video__wrapper {
    margin: 30px 20px;
    padding: 15px;
    width: calc(100% - 40px);
  }
}
.video__list {
  background-color: #eeeeee;
  border-top: 1px solid #cccccc;
  padding: 20px 14px;
}
@media (max-width: 959px) {
  .video__list {
    padding: 20px 60px;
  }
}
@media (max-width: 767px) {
  .video__list {
    padding: 20px;
  }
}
.video__thumbnail {
  background: url('../../images/skin/video-single.png') no-repeat;
  background-size: 100% 100%;
  border: none;
  height: 250px;
  overflow: hidden;
  margin: 0px 15px 15px 0;
  padding: 11px;
  width: 203px;
}
.video__thumbnail:nth-child(3n) {
  margin: 0px 0px 15px;
}
/*
.video__thumbnail:nth-of-type(1n+7) {
  display: none;
}
*/
.video__thumbnail a img{
    padding:0;
}
    @media (max-width: 767px) {
        .video__thumbnail {
    width: 33% !important;
  }
  .video__thumbnail:nth-child(odd) {
    margin: 0px 0px 15px;
  }
  .video__thumbnail:nth-child(even) {
    margin: 0px 0px 15px;
  }
}
@media (max-width: 479px) {
  .video__thumbnail {
    height: auto;
    margin: 0px 0px 15px;
    width: 50% !important;
  }
}
@media (max-width: 959px) {
  .video__mobile {
    margin: 0px 20px 30px;
    width: calc(100% - 40px);
  }
}
.video__link {
  font-size: 13px !important;
  line-height: 16px !important;
}
.video__view-all {
    background-color: rgb(244, 241, 240);
    border-bottom: 1px solid #cccccc;
    margin-right: 15px;
    padding-bottom: 30px;
    padding-left: 30px;
}
@media (max-width: 767px) {
  .video__view-all {
    padding-left: 20px;
  }
}
#ctl00_ContentPlaceHolder1_cbContactUsIntroCopy {
  border-top: 1px solid #bdbdbd;
  margin-top: 40px;
  padding-top: 40px;
}
    #ctl00_ContentPlaceHolder1_cbContactUsIntroCopy b {
        font-family: 'Retina-Bold', Helvetica, sans-serif;
        font-weight: 700;
    }
    #ctl00_ContentPlaceHolder1_cbContactUsIntroCopy p {
        color: #525252;
        font-family: 'Retina-Book', Helvetica, sans-serif;
        font-size: 16px;
        font-weight: normal;
        line-height: 20px;
    }
.faqQuestTitle {
    font-family: "Retina-Book", Helvetica, sans-serif; 
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    color: #2d426a;
    padding: 15px 0px 5px 0px;
}
.fieldMandatory {
  color: #FF0000;
  font-style: italic;
}
.contact p,
.contact__label {
    font-family: 'Retina-Book', Helvetica, sans-serif;
    font-size: 16px;
    line-height: 20px;
    margin: 20px 0px 10px;
}
@media (max-width: 479px) {
  .contact p,
  .contact__label {
    font-size: 14px;
  }
}
.contact p--sub,
.contact__label--sub {
  color: #bcbcbc;
  font-style: italic;
}
.contact p--LAM,
.contact__label--LAM {
  margin: 10px 0px 5px;
}
.mt-20 {
  margin-top: 20px !important;
}
.form__label {
    font-family: 'Retina-Book', Helvetica, sans-serif;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
}
.form__label--checkbox {
  margin: 0px 5px 0px 20px !important;
  width: calc(100% - 25px);
}
@media (max-width: 479px) {
  .form__label {
    font-size: 14px !important;
  }
}
@media (max-width: 479px) {
  .checkbox__link {
    font-size: 14px !important;
  }
}
.contact__textarea {
  height: 220px !important;
}
.contact__textbox {
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
  -moz-background-clip: padding !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
}
#ddlRecipients {
  width: 100%;
}
.lam-header {
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 479px) {
  .lam-header img {
    width: 60%;
  }
}
.lam-header > a + a img {
  /*
		border: 1px solid #dfdfdf;
		bottom: 23px;
		left: 115px;
		position: absolute; */
}
@media (max-width: 767px) {
  .lam-header > a + a img {
    display: block;
  }
}
.gift label {
    color: #525252;
    font-family: 'Retina-Book', Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    margin-left: 10px;
}
.form__radio-button-list input,
.subscribe input,
.payment-option input {
  float: left;
  margin-left: 0px;
  position: relative;
  top: 2px;
}
.form__radio-button-list label,
.subscribe label,
.payment-option label {
    color: #525252;
    font-family: 'Retina-Book', Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    display: block;
    margin-left: 20px;
    margin-bottom: 10px;
}
@media (max-width: 479px) {
  .form__radio-button-list label,
  .subscribe label,
  .payment-option label {
    font-size: 14px;
  }
}
.payment-option td {
  width: 50%;
}
@media (max-width: 767px) {
  .payment-option td {
    display: block;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .payment-option {
    display: flex;
    flex-direction: column;
  }
  .payment-option div:nth-of-type(1) {
    order: 1;
  }
  .payment-option div:nth-of-type(2) {
    order: 3;
  }
  .payment-option div:nth-of-type(3) {
    order: 2;
  }
}
.cc-info label:not(.expiration-date),
.cc-info input:not(.expiration-date),
.cc-info select:not(.expiration-date),
.cc-info p:not(.expiration-date) {
  width: calc(100% - 35px);
}
@media (max-width: 959px) {
  .cc-info label:not(.expiration-date),
  .cc-info input:not(.expiration-date),
  .cc-info select:not(.expiration-date),
  .cc-info p:not(.expiration-date) {
    width: calc(100% - 42px);
  }
}
@media (max-width: 767px) {
  .cc-info .expiration-date + .expiration-date {
    margin-left: 20px;
  }
}
.opportunities {
  border: 1px solid #525252;
  padding: 10px;
}
.opportunities__title {
    font-family: 'Retina-Bold', Helvetica, sans-serif;
    font-weight: 700;
    font-size: 14px !important;
    letter-spacing: 1px;
}
.opportunities label,
.opportunities input[type='text'],
.opportunities select,
.opportunities .fieldLabel {
    color: #525252;
    font-family: 'Retina-Book', Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    width: 100%;
}
.opportunities__input-box {
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
  -moz-background-clip: padding !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
}
.opportunities__copy {
    color: #525252;
    font-family: 'Retina-Book', Helvetica, sans-serif; 
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    margin: 0px 5px 0px 20px;
    width: calc(100% - 25px);
}
/*Datepicker*/
.submitEvent #ui-datepicker-div {
  background-color: #ffffff;
  border: 2px solid #eeeeee;
  display: none;
  left: 0 !important;
  margin: auto !important;
  padding: 0px;
  right: 0 !important;
  top: 25% !important;
  width: 280px;
}
@media (max-width: 480px) {
  .submitEvent #ui-datepicker-div {
    top: 15vh !important;
  }
}
@media (min-width: 481px) and (max-width: 740px){
  .submitEvent #ui-datepicker-div {
    top: 15% !important;
  }
}
.submitEvent .ui-datepicker .ui-datepicker-buttonpane {
  background-color: #cdcdcd;
  margin: 0;
  padding: 0;
}
.submitEvent .ui-datepicker-title {
    font-family: 'Retina-Bold', Helvetica, sans-serif;
    font-weight: 700;
    text-align: center;
    text-decoration: underline;
    text-transform: uppercase;
}
.submitEvent .ui-datepicker table {
  margin: 0px 4px 10px;
  width: 268px;
}
.submitEvent .ui-datepicker-calendar th span {
    font-family: 'Retina-Light', Helvetica, sans-serif;
    font-weight: 300;
}
.submitEvent .ui-widget-content {
  border: none;
}
.submitEvent .ui-datepicker .ui-datepicker-buttonpane button {
  margin: 5px;
  padding: 2px 5px;
}
.submitEvent .ui-state-disabled,
.submitEvent .ui-widget-content .ui-state-disabled,
.submitEvent .ui-widget-header .ui-state-disabled {
  background-image: none;
  opacity: .35;
  filter: alpha(opacity=35);
}
.submitEvent .ui-state-disabled .ui-state-default,
.submitEvent .ui-widget-content .ui-state-disabled .ui-state-default,
.submitEvent .ui-widget-header .ui-state-disabled .ui-state-default,
.submitEvent .ui-state-disabled .ui-widget-content .ui-state-default,
.submitEvent .ui-widget-content .ui-state-disabled .ui-widget-content .ui-state-default,
.submitEvent .ui-widget-header .ui-state-disabled .ui-widget-content .ui-state-default,
.submitEvent .ui-state-disabled .ui-widget-header .ui-state-default,
.submitEvent .ui-widget-content .ui-state-disabled .ui-widget-header .ui-state-default,
.submitEvent .ui-widget-header .ui-state-disabled .ui-widget-header .ui-state-default,
.submitEvent .ui-state-disabled .ui-button,
.submitEvent .ui-widget-content .ui-state-disabled .ui-button,
.submitEvent .ui-widget-header .ui-state-disabled .ui-button,
.submitEvent .ui-state-disabled html .ui-button.ui-state-disabled:hover,
.submitEvent .ui-widget-content .ui-state-disabled html .ui-button.ui-state-disabled:hover,
.submitEvent .ui-widget-header .ui-state-disabled html .ui-button.ui-state-disabled:hover,
.submitEvent .ui-state-disabled html .ui-button.ui-state-disabled:active,
.submitEvent .ui-widget-content .ui-state-disabled html .ui-button.ui-state-disabled:active,
.submitEvent .ui-widget-header .ui-state-disabled html .ui-button.ui-state-disabled:active {
  border: none;
}
.submitEvent .ui-state-default,
.submitEvent .ui-widget-content .ui-state-default,
.submitEvent .ui-widget-header .ui-state-default,
.submitEvent .ui-button,
.submitEvent html .ui-button.ui-state-disabled:hover,
.submitEvent html .ui-button.ui-state-disabled:active {
  background-color: #f6f6f6;
  border: 1px solid #F3F3F3;
  color: #525252;
  font-weight: normal;
  padding: 10px 5px;
  text-align: center;
}
.submitEvent .ui-state-highlight,
.submitEvent .ui-widget-content .ui-state-highlight,
.submitEvent .ui-widget-header .ui-state-highlight {
  color: #1daeef;
}
.submitEvent .ui-state-active,
.submitEvent .ui-widget-content .ui-state-active,
.submitEvent .ui-widget-header .ui-state-active,
.submitEvent a.ui-button:active,
.submitEvent .ui-button:active,
.submitEvent .ui-button.ui-state-active:hover {
  background-color: #f36526;
  border: 1px solid #f36526;
  color: #ffffff;
}
.submitEvent .ui-widget button.ui-state-hover {
  background-color: #ffffff;
  border: 1px solid #4b4b4b;
}
.submitEvent .ui-icon {
  background-position: top left !important;
  background-size: cover !important;
  height: 20px !important;
  left: 0 !important;
  margin: 0 !important;
  opacity: 1 !important;
  position: relative !important;
  right: 0 !important;
  top: 0 !important;
  width: 20px !important;
}
.submitEvent .ui-icon-circle-triangle-w {
  background-image: url("../../images/datepicker-leftarrow.png") !important;
}
.submitEvent .ui-icon-circle-triangle-e {
  background-image: url("../../images/datepicker-rightarrow.png") !important;
}
.submitEvent .ui-datepicker .ui-datepicker-prev,
.submitEvent .ui-datepicker .ui-datepicker-next {
  height: 20px;
  top: 4px;
  width: 20px;
}
.submitEvent .ui-datepicker .ui-datepicker-prev {
  left: 5px;
}
.submitEvent .ui-datepicker .ui-datepicker-next {
  right: 5px;
}
.submitEvent .ui-datepicker select.ui-datepicker-month {
  text-transform: capitalize;
  width: 55%;
}
.submitEvent .ui-datepicker select.ui-datepicker-year {
  width: 35%;
}
.submitEvent .ui-datepicker .ui-datepicker-prev-hover,
.submitEvent .ui-datepicker .ui-datepicker-next-hover {
  border: none;
}
.submitEvent .ui-datepicker .ui-datepicker-prev-hover {
  left: 5px;
}
.submitEvent .ui-datepicker .ui-datepicker-next-hover {
  right: 5px;
}
.submitEvent .ui-widget-header {
  background: none;
  border: none;
  padding: 4px 4px 0px;
}
.startDate:hover,
.endDate:hover {
  cursor: text;
}
/*a, a:link, a:hover, a:visited, a:active, a:focus {
        color: #2d426a;
        .HelveticaNeue-Roman;
        font-size: 16px;
        line-height: 20px;
        padding: 3px;
        text-decoration: underline;
    }*/
/*
.hasDatepicker {
	width: calc(~"100% - 30px") !important;
}

.ui-datepicker-title {
    padding: 5px 3px;
}

img.ui-datepicker-trigger {
    padding: 0 !important;
    float: right;
    cursor: pointer;
    width: 30px;
    height: 30px;
}

.ui-datepicker-calendar th {
	.HelveticaNeue-Bold;
}*/
#clUpcoming p {
  margin-right: 20px;
}
#clUpcoming a {
  display: block;
}
.results .img-link {
  text-decoration: none !important;
}
.results .moreOpportunities img {
  display: block;
}
.results__featured {
  border: 1px solid #525252;
  padding: 10px;
}
    .results__featured p {
        color: #525252;
        font-family: 'Retina-Book', Helvetica, sans-serif;
        font-size: 16px;
        font-weight: normal;
        line-height: 20px;
    }
@media (max-width: 480px) {
  .results ul {
    position: relative;
  }
}
.results ul li {
  float: left;
  margin-bottom: 2px;
}
.results ul li .InactiveLink {
    color: #003a49;
    cursor: auto !important;
    text-decoration: underline;
    text-decoration-color: #a2c771;
        
}
.results ul li a {
  margin: 0px 25px;
}
@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: 959px) {
        .results ul li a {
            margin: 0px 12px;
        }
    }

    @media (max-width: 480px) {
        .results ul li:first-child a {
            margin-right: 15px;
        }
    }

    .results ul li:first-child a,
    .results ul li:last-child a {
        margin-left: 0px;
    }

    .results-mb li a {
        margin: 0 15px !important;
    }

    .results-mb li:first-child a {
        margin-left: 0 !important;
    }

    @media (max-width: 767px) {
        .results ul li:nth-of-type(3) {
            display: block;
        }

            .results ul li:nth-of-type(3) a {
                margin-left: 12px;
            }
    }

    @media (max-width: 480px) {
        .results ul li:nth-of-type(3) {
            left: 0px;
            position: absolute;
            top: 20px;
        }

            .results ul li:nth-of-type(3) a {
                margin-left: 0px !important;
            }

        .results ul li:nth-of-type(3) {
            top: 30px;
        }

        .results ul li:nth-of-type(4) {
            top: 30px !important;
        }
    }

    .results ul li:last-child {
        display: block;
        margin-right: 0px;
    }

    @media (max-width: 959px) {
        .results ul li:last-child a {
            margin-left: 15px;
        }
    }

    @media (max-width: 767px) {
        .results ul li:last-child a {
            margin-left: 12px;
        }
    }

    @media (max-width: 480px) {
        .results ul li:last-child {
            left: 94px;
            position: absolute;
            top: 20px;
        }
    }

    @media (max-width: 480px) {
        .results-mb {
            margin-bottom: 50px;
        }
    }

    .NewsRoomRSSFeed:before {
        content: url('/images/rss_orange.gif');
        height: 16px;
        padding-right: 4px;
        position: relative;
        top: 3px;
        width: 17px;
    }

    .SuccessMessage {
        color: #00AA00;
    }

    #TakeActionCB a img {
        margin-top: 20px !important;
    }

    #TakeActionCB a:first-child img {
        margin-top: 0 !important;
    }

    #MainIntroCB img {
        margin-right: 0 !important;
    }

    @media (max-width: 767px) {
        #MainIntroCB > div:first-child {
            font-size: 23pt !important;
            line-height: 20pt !important;
        }
    }
    /* Start of universal right rail control LESS */
    .side-rail {
        background-color: #ffffff;
        color: #2d426A;
        font-family: 'Retina-Book', Helvetica, sans-serif;
        font-size: 16px;
        height: 100%;
        margin: 0 auto;
        min-height: 100%;
        overflow: hidden;
        /*@media (max-width: 1223px) {
        display: none;
        visibility: hidden;
    }*/
    }

        .side-rail a {
            background: #fff;
            color: #2d426a;
            font-family: 'Retina-Light', Helvetica, sans-serif;
            font-weight: 300;
            font-size: 16px;
            line-height: 20px;
            word-wrap: break-word;
        }

    .secondary {
        padding-left: 24px;
        padding-top: 60px;
    }

    .secondary__header {
        color: #d3461f;
        font-family: 'Retina-Book', Helvetica,sans-serif;
        font-size: 20px;
        font-weight: 400;
        padding-left: 3px;
    }

    .secondary .content__box {
        background-color: #ffffff;
        color: #ffffff;
        font-family: 'Retina-Light', Helvetica, sans-serif;
        font-weight: 300;
        min-height: 200px;
        padding-bottom: 24px;
    }

        .secondary .content__box:first-child {
            background-color: #ffffff;
        }

    .secondary .btn {
        background-color: #2caeec;
        color: #fff;
        cursor: pointer;
        display: block;
        font-family: 'Retina-Bold', Helvetica, sans-serif;
        font-weight: 700;
        font-size: 35px;
        margin-bottom: 15px;
        padding: 12px 0 4px;
        text-align: center;
        text-decoration: none;
        width: 100%;
    }

        .secondary .btn.donate {
            background-color: #fb0d1b;
        }

    .contact__info {
        color: #443c36;
        font-family: 'Retina-Book', Helvetica, sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.25;
        padding: 0 0 25px;
    }

    .contactBoxStyle {
        margin-left: 20px;
        padding-bottom: 22px;
        width: 172px;
    }

    #contactBoxContent {
        line-height: 16px;
        padding: 15px 20px 0px 25px;
    }

    .share {
        margin-bottom: 20px;
        overflow: hidden;
    }

    .share__items {
        padding-left: 20px;
    }

    .share__link {
        background-color: #1e1e23;
        border-radius: 4px;
        color: #fff;
        cursor: pointer;
        display: block;
        float: left;
        font-size: 24px;
        height: 28px;
        margin-left: 10px;
        overflow: hidden;
        padding-top: 3px;
        text-decoration: none;
        width: 28px;
    }
    /* End of universal right rail control LESS */
    /* START of footer control LESS */
    .footer {
        background-color: #FFFFFF;
        clear: both;
        font-family: 'Retina-Light', Helvetica, sans-serif;
        font-size: 12px;
        position: relative;
        border-top: 1px solid #000;
    }

    @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;
        }

        .footer .footerlogo {
            text-align: center !important;
        }
    }

    @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;
        }
    }

    @media (min-width: 1224px) {
        .footer__nav-group:first-child {
            width: 186px;
        }
    }


    .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",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;
        line-height: 23px;
    }

    
 hr {
    border-top: 1px solid #000;
}

    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;
        line-height:23px;
    }

    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;
    }

    .mainContainer a,
    .mainContainer a:link,
    .mainContainer a:visited,
    .mainContainer a:active,
    .mainContainer a:focus {
        color: #003a49;
        font-family: 'Retina-Book', Helvetica, sans-serif;
        font-size: 16px;
        line-height: 20px;
        border-bottom: 2px solid #a2c771;
    }

        .mainContainer a:hover {
            color: #003a49;
            background-color: #a2c771;
            text-decoration: none;
        }

    .BoldText {
        font-weight: bold;
    }

    .paddingTop5 {
        padding-top: 5px;
    }

    .paddingTop15 {
        padding-top: 15px;
    }

    .paddingBottom10 {
        padding-bottom: 10px !important;
    }

    #RSSFeed {
        border: 1px solid #CCCCCC;
    }

        #RSSFeed img {
            padding: 0;
        }

        #RSSFeed ul {
            padding: 10px;
            margin: 0px;
        }

            #RSSFeed ul li {
                margin-bottom: 15px;
            }

    #rss_button {
        margin-top: -10px;
        padding: 10px !important;
    }
    /*ASLA custom CSS*/
    .img_wclear {
        display: none;
    }

    @media (min-width: 1px) and (max-width: 767px) {
        .img_wclear {
            display: block;
        }
    }

    .img_cw1 {
        float: none;
        width: 600px;
        margin: 0px 0px 10px 0px;
    }

    .img_lw1 {
        float: left;
        width: 250px;
        margin: 0px 20px 10px 0px;
    }

    @media (min-width: 1px) and (max-width: 767px) {
        .img_lw1 {
            float: none;
            width: 250px;
            margin: 0px 0px 10px 0px;
        }
    }

    .img_rw1 {
        float: right;
        width: 250px;
        margin: 0px 0px 10px 20px;
    }

    @media (min-width: 1px) and (max-width: 767px) {
        .img_rw1 {
            float: none;
            width: 250px;
            margin: 0px 0px 10px 0px;
        }
    }

    .img_lw2 {
        float: left;
        width: 350px;
        margin: 0px 20px 10px 0px;
    }

    @media (min-width: 1px) and (max-width: 767px) {
        .img_lw2 {
            float: none;
            width: 350px;
            margin: 0px 0px 10px 0px;
        }
    }

    .img_rw2 {
        float: right;
        width: 350px;
        margin: 0px 0px 10px 20px;
    }

    @media (min-width: 1px) and (max-width: 767px) {
        .img_rw2 {
            float: none;
            width: 350px;
            margin: 0px 0px 10px 0px;
        }
    }

    .img_lw3 {
        float: left;
        width: 500px;
        margin: 0px 20px 10px 0px;
    }

    @media (min-width: 1px) and (max-width: 767px) {
        .img_lw3 {
            float: none;
            width: 500px;
            margin: 0px 0px 10px 0px;
        }
    }

    .img_rw3 {
        float: right;
        width: 500px;
        margin: 0px 0px 10px 20px;
    }

    @media (min-width: 1px) and (max-width: 767px) {
        .img_rw3 {
            float: none;
            width: 500px;
            margin: 0px 0px 10px 0px;
        }
    }

    .Subhead1 a {
        color: #d3461f;
        font-family: 'Retina-Book', Helvetica, sans-serif !important;
        font-size: 18px !important;
        font-weight: 700 !important;
        text-transform: uppercase !important;
        text-decoration: underline !important;
    }

    .Subhead2 a {
        color: #443c36 !important;
        font-family: 'Retina-Book', Helvetica, sans-serif !important;
        font-size: 16px !important;
        font-weight: 700 !important;
    }

    .ImageCaption a {
        float: none !important;
        color: #003a49;
        font-family: 'Retina-Book', Helvetica, sans-serif;
        font-weight: 400 !important;
        font-size: 11px !important;
        line-height: 11px !important;
        text-decoration: underline !important;
        padding: 0px !important;
    }
    /*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;
    }

    .uk-accordion-content .uk-active {
        margin-top: 10px;
    }

    .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-Bold', 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;
    }

    .uk-link,
    a {
        color: #003A49;
    }

        .uk-link:hover,
        a:hover {
            color: #003A49;
        }

    @media (min-width: 767px) {
        #mobilemenu {
            position: absolute;
            right: 0;
            top: 0;
            width: 50%;
        }
    }
    /* 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,58,73,0.85); /* This has changed */
    color: #fff;
    /*    text-shadow: 0 1px 2px rgba(0,0,0,0.6); commented it out as per PaulA 1/24*/
    width: 100%;
    margin: 0px !important;
    padding: 0px !important;
}

    .overlay-caption p {
        margin: 0px;
        padding: 10px;
        color: #fff !important; /* add !important as per paulA */
    }

    /* 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 .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;
    }

    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: underline !important;
            color: #003A49;
        }*/
    /*mobile nav redo*/


    /*.mobilemainnavitem > li a i {
    width: calc(100% - 40px);
    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;
}

  
   
    table.RadioButtons tbody tr td label, table.CheckBoxLIst tbody tr td label {
        line-height: 23px;
    }
    .quiz_intro{
        line-height:23px;
    }

/*Video styles from Ektron*/
@media (max-width: 767px) {
    .uk-paddingl-small-0 {
        padding-left: 0 !important;
    }

    .uk-paddingr-small-0 {
        padding-right: 0 !important;
    }

    .uk-marginl-small-0 {
        margin-left: 0 !important;
    }

    .uk-marginr-small-0 {
        margin-right: 0 !important;
    }
}
/* START ASLA BOX */
.asla-box-grid-wrapper div {
    max-width: initial;
}

.asla-box-grid {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.asla-box-container-wrapper {
    margin-bottom: 20px;
}

.asla-box-container {
    background-color: #DDE9CA;
    border-top: #81BC00 solid 6px;
    color: #003A49;
    min-height: 100px;
    padding: 10px 10px 20px 10px;
}

    .asla-box-container:hover {
        background-color: #CACED3;
        border-top: #003A49 solid 6px;
        color: #003A49;
    }

    .asla-box-container a {
        color: #003A49;
        text-decoration: none !important;
    }

.asla-box-title {
    font-family: Retina-Light, Retina-Book, Arial, sans-serif;
    font-size: 18px;
    line-height: 24px;
}

.asla-box-subtitle {
    font-family: Retina-Bold, Arial, sans-serif;
    font-size: 14px;
    /* font-weight: bold; */
    line-height: 18px;
    margin-top: 8px;
}

@media (min-width: 960px) {
    .asla-box-stack-col {
        float: right;
        padding-left: 25px;
    }
}

@media (max-width: 959px) {
    .asla-box-stack .asla-box-grid {
        display: flex;
        flex-direction: column;
    }

    .asla-box-stack-col {
        order: 99;
    }
}
/* END ASLA BOX */
/* New iAdvocate page VoterVoice section code for mobile as per PaulA */
@media only screen and (max-width: 767px) {
    ul#vvmenu li {
        display: block;
        margin: 20px;
    }
}

.content-wrapper p.Subhead4 {
    color: #443c36;
    font-family: 'Retina-Book', Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    margin: 0;
    padding-bottom: 0;
    text-transform: none;
}

    .content-wrapper p.Subhead4 a {
        color: #003a49;
        border-bottom: none;
        font-family: 'Retina-Book', Helvetica, sans-serif;
        font-size: 18px;
        font-weight: 700;
        line-height: 25px;
        margin: 0;
        padding-bottom: 0;
        text-transform: none;
    }
.content-wrapper p.Subhead4 a:hover {
    background-color: transparent;
}