/* Colors */
/* also used to <hr> or the divider between articles */
/* also used to <hr> or the divider between articles */
/* Typography */
@font-face {
    font-family: 'Retina-Bold';
    src: url('/Responsive/css/fonts/Retina-Bold.otf') format('opentype');
}

@font-face {
    font-family: 'Retina-BoldItalic';
    src: url('/Responsive/css/fonts/Retina-BoldItalic.otf') format('opentype');
}

@font-face {
    font-family: 'Retina-Book';
    src: url('/Responsive/css/fonts/Retina-Book.otf') format('opentype');
}

@font-face {
    font-family: 'Retina-BookItalic';
    src: url('/Responsive/css/fonts/Retina-BookItalic.otf') format('opentype');
}

@font-face {
    font-family: 'Retina-ExLight';
    src: url('/Responsive/css/fonts/Retina-ExLight.otf') format('opentype');
}

@font-face {
    font-family: 'Retina-Light';
    src: url('/Responsive/css/fonts/Retina-Light.otf') format('opentype');
}

@font-face {
    font-family: 'Retina-LightItalic';
    src: url('/Responsive/css/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;
}
.bold {
  font-weight: bold; }

.main-color {
  color: #fff; }

.cf:before, article:before, .cf:after, article:after {
  content: "";
  display: table; }

.cf:after, article:after {
  clear: both; }
.breadcrumbs {
    margin-bottom: 30px;
}

    .breadcrumbs a {
        position: relative;
        margin-right: 15px;
        text-decoration: none;
        color: #81be41;
        font-family: Retina-Light, Helvetica, sans-serif;
        font-weight: 700;
        font-size: 20px;
    }
  .breadcrumbs a:after {
    content: " / ";
    position: absolute;
    right: -15px;
    margin-right: 3px; }
    .breadcrumbs a:last-of-type {
        color: #003A49;
    }
    .breadcrumbs a:last-of-type:after {
      content: ""; }

.icon-180 {
    color: #003a49 !important;
    transition: all 300ms ease-in-out;
}
  /*@media (max-width: 767px) {
    .icon-180 {
      display: none; } 

  }*/
  .icon-180.up {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  .icon-180.down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

.comment-form label {
  color: #767676; }
.comment-form input[type='text'] {
  width: 100%;
  border: 1px solid #767676;
  height: 30px;
  margin-bottom: 20px !important; }
.comment-form textarea {
  width: 100%;
  border: 1px solid #767676;
  height: 200px; }

/*.header-spacer {
  height: 250px; }*/

.land-header {
  position: relative;
  background-size: cover;
  /*min-height: 400px;*/
  z-index: 999; }
  .land-header a {
    text-decoration: none; }
    .land-header a:hover {
      color: inherit;
      text-decoration: none; }
@media (max-width: 480px) {
    .land-text {
        font-size: 40px;
        margin-top: 20px;
        margin-left: -3px;
        margin-bottom:5px;
    }
    .land-sub-text {
        font-size: 16px;
        line-height: 20px;
        margin-top: 5px;
    }
}
@media (min-width: 481px) {
    .land-text {
        font-size: 100px;
        margin-left: -6px;
    }

    .land-sub-text {
        font-size: 24px;
        line-height: 28px;
    }
}
    .land-text {
        color: #fff;
        font-family: Retina-Bold, Helvetica, sans-serif;
        font-weight: 700;
        letter-spacing: 4px;
        
    }
    /*@media (max-width: 480px) {
	.land-text {
		 margin-left: 15px;
	}
    .land-sub-text {
        	 margin-left: 20px;
    }
}*/
    .land-sub-text {
        color: #fff;
        font-weight: 400;
        font-family: Retina-Book, Helvetica, sans-serif;
        /*margin-top: 30px;
    margin-bottom: 25px;*/
    }

    .top-bar {
        position: relative;
        z-index: 9999;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-bottom: 20px;
        background: #81be41;
        min-height: 30px;
        -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.5);
        box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.5);
    }

        .top-bar div.uk-container {
            position: relative;
        }

    @media (min-width: 768px) {
        .top-bar div.uk-container {
            height: 30px;
        }

            .top-bar div.uk-container a:not(:first-of-type) {
                top: 50%;
                position: relative;
                display: block;
                transform: translateY(-50%);
            }
    }

    .top-bar a.mobile h2 {
        display: none;
    }

    .top-bar div * {
        margin: 0px;
        color: #fff;
    }

    .top-bar div h2 {
        font-size: 16px;
        font-weight: 400;
        display: inline-block;
        display: block;
        /*width: calc(100% - 45px);*/
        padding-right: 20px;
        font-family: Retina-Book, Helvetica, sans-serif;
        text-decoration: none;
        color: #003a49;
    }

    .top-bar div a {
        text-decoration: none !important;
    }

    .top-bar a.uk-icon {
        text-decoration: none;
        font-size: 30px;
        position: absolute;
        right: 30%;
        margin-top: -3px;
        margin-right: 35px;
    }

    @media (max-width: 767px) {
        .top-bar {
            margin-bottom: 0px;
        }
		.top-bar a h2 {
			line-height: 24px;
		}
    }

    @media (max-width: 480px) {
        .top-bar a.mobile h2 {
            display: block;
			
        }

        .top-bar a:not(.mobile) h2 {
            display: none;
        }
    }

    .news-bar {
        position: absolute;
        width: calc(100% - 180px);
        background: #fff;
        padding: 20px 90px;
        padding-bottom: 35px;
        margin-top: -18px;
        margin-bottom: 20px;
        border-bottom: 1px solid #c2c2c2;
        top: 0px;
        opacity: 0;
        z-index: 99;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
        padding-top: 30px;
        padding-bottom: 25px;
    }

    @media (max-width: 400px) {
        .news-bar {
            width: calc(100% - 50px);
            padding: 20px 25px;
        }
    }

    .news-bar p {
        color: #525252;
        font-weight: 500;
        font-size: 16px;
    }

    .news-bar img {
        width: 100%;
    }

    .social-icons img {
        margin-left: 10px;
    }

    @media (max-width: 768px) {
        .social-icons {
            display: none;
        }
    }


    .content-box {
        background: #fff;
        padding-bottom: 25px;
    }

        .content-box + .content-box {
            margin-top: 0px;
        }

    @media (max-width: 480px) {
        .content-box + .content-box {
            margin-top: 0px;
        }
    }

    @media (max-width: 480px) {
        .content-box {
            padding: 0px 15px;
        }
    }

    @media (min-width: 480px) and (max-width:1220px) {
        .content-box {
            padding: 0px 15px;
        }
    }

    @media (min-width: 1221px) {
        .content-box {
            padding: 0px 25px;
        }
    }

    article {
        border-top: 1px solid #003a49;
        padding-bottom: 24px !important;
        padding-top: 10px;
    }

    @media (max-width: 480px) {
        article:last-of-type {
            border-bottom: 1px solid #cdcdcd;
        }
    }

    article.featured {
        padding-top: 15px;
    }

        article.featured .date {
            font-size: 16px;
            font-family: Retina-Book, Helvetica, sans-serif;
            display: block;
            margin-top: 10px;
            color: #443c36;
        }

        article .featured .title {
            font-size: 24px;
            color: #ff6c2f;
            margin-bottom: 30px;
        }

        article.featured .caption {
            font-size: 11px;
            font-family: Retina-Book, Helvetica, sans-serif;
            display: block;
            margin-top: 10px;
            color: #443c36;
        }

        article.featured .read-more {
            font-size: 16px;
            font-family: Retina-Book, Helvetica, sans-serif;
            color: #443c36;
            text-decoration: none;
        }
        /*article.featured .read-more:hover {
        color: #003a49;
        text-decoration: none;
        font-family: Retina-Book, Helvetica, sans-serif;
       background-color: transparent;
    }*/
        article.featured .article-image {
            max-width: 100%;
            margin: 0px;
            display: block !important;
        }

            article.featured .article-image img {
                width: 100%;
                min-width: 150px;
            }

    article.article-full {
        border-top: 1px solid #003a49;
        margin-top: 25px;
        padding-bottom: 24px !important;
    }

        article .article-full .title {
            text-decoration: none;
            font-family: Retina-Bold, Helvetica, sans-serif;
            font-weight: 700;
            font-size: 20px;
            color: #81be41;
        }

        article.article-full .article-image.featured {
            max-width: 100%;
            width: 100%;
            margin: 0px;
            margin-bottom: 10px;
        }

        article.article-full .caption {
            display: block;
        }

    article .date {
        color: #525252;
        display: none;
    }

    article .title {
        text-decoration: none;
        font-family: Retina-Book, Helvetica, sans-serif;
        font-weight: 700;
        font-size: 20px;
        line-height:28px;
        color: #003A49;
    }

.featured .title a {
    font-size: 24px !important;
    line-height: 28px;
}

article .title a {
    text-decoration: none;
    font-family: Retina-Book, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #003A49;
    text-decoration: none;
    line-height: 28px;
}

        article .title a:hover {
            text-decoration: underline;
        }

    article .caption {
        font-size: 11px;
        color: #443C36;
        font-family: Retina-Book, Helvetica, sans-serif;
        display: none;
    }

    article .read-more {
        font-size: 16px;
        font-family: Retina-Book, Helvetica, sans-serif;
        text-decoration: none;
        color: #443c36;
    }

    @media (max-width: 480px) {
        article .read-more {
            font-size: 14px;
        }
    }

    @media (min-width: 480px) {
        article .read-more {
            font-size: 16px;
        }
    }

    article:not(.featured) .article-image {
        float: right;
        display: inline-block;
        margin-left: 15px;
        min-width: 150px;
    }

    @media (max-width: 1023px) {
        article:not(.featured) .article-image {
            float: none;
            margin: 0px;
            margin-bottom: 15px;
        }
    }

    .excerpt {
        font-weight: 400;
        color: #443C36;
        font-family: Retina Book, Helvetica, sans-serif;
        font-size: 16px;
        line-height: 24px;
    }

    .article-full .excerpt a {
        color: #003A49;
        text-decoration: none !important;
        border-bottom: 2px solid #a2c771;
    }

        .article-full .excerpt a:hover {
            background-color: #a2c771;
            color: #003A49;
        }

    .article-image {
        /*border: 1px solid #cdcdcd;*/
        padding-bottom: 0px;
    }

        .article-image img {
            min-width: 150px;
        }

    .load-more {
        border-top: 1px solid #003a49;
        text-align: right;
        padding-top: 35px;
    }

    @media (max-width: 480px) {
        .load-more {
            margin-left: -25px;
            margin-right: -25px;
        }
    }

    .load-more a {
        text-decoration: none;
        color: #003A49;
        font-size: 24px;
        font-weight: 700;
        font-family: Retina-Book, Helvetica, sans-serif;
    }

    .read-more, .articlecomment {
        color: #003a49 !important;
        text-decoration: none;
        font-size: 16px;
        font-family: Retina-Book, Helvetica, sans-serif;
        font-weight: 400;
    }

        .read-more:hover, .articlecomment {
            color: #003a49;
            text-decoration: underline !important;
            font-size: 16px;
            font-family: Retina-Book, Helvetica, sans-serif;
            font-weight: 400;
        }

    .excerpt a.read-more:before {
        content: ' | ';
        color: #a2c771;
    }

    .article-date:after {
        content: ' | ';
        color: #a2c771;
    }

    .read-more2 {
        color: #003A49;
        font-family: Retina-Book, Helvetica, sans-serif;
        font-size: 18px;
    }

        .read-more2:hover {
            text-decoration: underline;
            color: #003A49;
        }

    .share-icon div {
        margin-right: 20px;
    }

        .share-icon div img {
            max-width: 80%;
        }

    @media (max-width: 758px) {
        .share-icon div {
            margin-right: 0px;
        }
    }

    .share-c {
        color: #525252;
    }


    .asla-button:hover {
        color: #ff6c2f;
    }

    .comment-header {
        color: #fff;
        background-color: #ffa57f;
        padding: 10px 25px;
    }

    .comment {
        padding: 15px 0;
        padding-bottom: 15px;
        border-bottom: 1px solid #cdcdcd;
    }

        .comment:last-of-type {
            border-bottom: 0;
        }

        .comment .comment--person {
            color: #ff6c2f;
        }

        .comment .comment--text {
            margin-bottom: 0px;
            color: #525252;
        }

        .comment .comment--hash-tags {
            margin: 0px;
        }

        .comment .comment--footer {
            font-size: 12px;
            color: #000;
            font-weight: bold;
        }

            .comment .comment--footer a {
                color: #000;
                margin-left: 10px;
            }

                .comment .comment--footer a i {
                    margin-right: 5px;
                }

    .sidebar {
        padding-top: 30px;
        padding-left: 35px;
        padding-right: 30px;
        padding-bottom: 24px;
    }

        .sidebar > div {
            border-top: 1px solid #003a49;
            padding-top: 20px;
            padding-bottom: 30px;
        }

        .sidebar h3 {
            font-size: 24px;
            color: #525252;
            font-weight: 500;
        }

        .sidebar h4 {
            font-family: Retina-Book, Helvetica, sans-serif;
            font-weight: 700;
            font-size: 16px;
            /*color: #a2c771;*/
            color: #81be41; /*as per Jared*/
        }

            .sidebar h4 a, .sidebar h4 a:hover {
                font-family: Retina-Book, Helvetica, sans-serif;
                font-weight: 700;
                font-size: 16px;
                /*color: #a2c771;*/
                color: #81be41; /*as per Jared*/
                text-decoration: none;
            }

    .mostReadNumber {
        font-family: Retina-Bold, Helvetica, sans-serif;
        font-weight: 700;
        font-size: 12px;
        color: #81be41;
    }

    .sidebar a {
        color: #003A49;
        font-family: Retina-Book, Helvetica, sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        text-decoration: none;
    }

        .sidebar a:hover {
            text-decoration: underline !important;
        }

    .sidebar .current-issue {
        margin-top: 20px;
        text-align: center;
    }

        .sidebar .current-issue a {
            display: block;
            font-size: 20px;
            line-height: 60px;
            text-decoration: none;
            color: #fff;
            background-color: #81be41;
            text-transform: capitalize;
            vertical-align: middle;
        }

    .sidebar-links {
        font-size: 11px;
    }

        .sidebar-links li {
            margin-top: 5px;
        }

    .sidebar-title {
        font-size: 16px;
        color: #ff6c2f;
    }

        .sidebar-title:hover {
            text-decoration: underline;
        }

    .ad img {
        width: 100%;
    }

    footer {
        background: #81BE41;
        margin-top: 25px;
        padding-bottom: 50px;
        padding-top: 25px;
    }


        footer p {
            margin: 0;
        }

            footer p a {
                color: #ff6c2f;
                text-decoration: underline;
            }

                footer p a:hover {
                    color: #ff6c2f;
                }

    .mobile-footer {
        background: black;
        height: 50px;
        color: #696969;
        padding: 0 25px;
        margin-top: 0px;
    }

        .mobile-footer a {
            color: white;
        }

    @media (max-width: 480px) {
        body {
            background: #fff;
        }
    }

    @media (min-width: 480px) {
        body {
            background: #fff;
        }
    }

    #mobilesearch {
        height: 20px;
    }

    /*# sourceMappingURL=style.css.map */
    /*October 2018 redesign*/
    .articles {
        margin-top: 30px;
        padding-left: 18px;
    }

    @media (max-width: 1023px) {
        .articles {
            padding-left: 12px !important;
        }
    }

    .article-date {
        font-family: Retina-Book, Helvetica, sans-serif;
        font-size: 16px;
        line-height: 18px;
    }

    .articleDateCommentLine {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .rightrailsearch a {
        line-height: 25px;
        position: absolute;
        right: 0;
        top: 0;
        border: 0;
    }

    .rightrailsearch {
        position: relative;
    }

        .rightrailsearch input {
            padding-right: 40px;
            line-height: 40px;
            height: 40px;
            width: 100%;
            border: 0px #e9e5e2 solid;
            background-color: #e9e5e2;
        }

    .search-button {
        background-color: #81be41;
        color: white !important;
        width: 40px;
        text-align: center;
        height: 40px;
        vertical-align: middle;
    }

    .uk-icon-search {
        font-size: 20px;
        margin-top: 10px;
    }

    .social-icons {
        margin-left: -10px !important;
        margin-top: -20px;
    }

        .social-icons div {
            padding-left: 0 !important;
            margin-top: 20px;
        }

            .social-icons div a {
                text-align: center;
            }

                .social-icons div a img {
                    width: 60%;
                }

    .LandFooterLinks {
        list-style-type: none;
        margin: 0;
        padding: 0;
        text-align: right;
    }

        .LandFooterLinks li, .LandFooterLinks li a {
            display: inline;
            color: white;
            font-size: 14px !important;
            font-family: Retina-Light, Helvetica, sans-serif;
        }

        .LandFooterLinks li {
            padding-left: 15px;
        }

            .LandFooterLinks li:not(:last-child):after {
                padding-left: 15px;
                content: "|"
            }

    .LandFooterLinksSmall {
        list-style-type: none;
        padding-left: 0;
    }

        .LandFooterLinksSmall li, .LandFooterLinksSmall li a {
            color: white;
            font-size: 11px !important;
            font-family: Retina-Light, Helvetica, sans-serif;
            font-weight: 300;
        }

    .landFooterTitle {
        margin-top: 20px;
        padding-bottom: 10px;
        border-bottom: 1px solid #fff;
        margin-left: 30px;
        max-width: 1100px;
    }

    @media (max-width: 767px) {
        .landFooterTitle {
            margin-left: 0px !important
        }

        .landFooterASLALogo a img {
            max-width: 25vw;
        }

        .landFooterASLALogo {
            padding-left: 0;
        }

        footer div.uk-container div.uk-grid > div {
            margin-left: 0px !important
        }
    }

    .landFooterTitle a {
        font-size: 24px;
        font-family: 'Retina-Book', Helvetica, sans-serif;
        font-weight: 700;
        color: #fff;
        margin-left: -30px;
    }

    @media (min-width: 1025px) {
        .showfooterlarge {
            display: block !important;
        }
    }

    @media (min-width: 480px) and (max-width: 1024px) {
        .showfootersmall {
            display: block !important;
        }
    }

    @media (max-width: 479px) {
        .showfootermini {
            display: block !important;
        }
    }

    @media (max-width: 479px) {
        .hidden-mini {
            display: none !important;
        }
    }

    @media (min-width: 1024px) {
        .leftArticleDiv {
            width: 66%;
            float: left;
        }

        .rightArticleDiv {
            width: 33%;
            float: right;
        }
    }
.ProductNewsBox {
    font-family: Retina-Book, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 29px;
    color: #ffffff;
    background-color: #81BC00;
    padding: 5px;
    
}
.leftArticleDiv .title{
	margin-top: 5px;
}

.uk-container hr {
    border-top: 1px solid #000;
}	
   
