/* some basic css styles frequently used in many themes*/

body, * {
    /*font-family: 'Muli', sans-serif;*/
    font-family: Calibri, 'Open Sans', sans-serif;
    font-size: 14px;
}
.row {
    max-width: 87.5rem;
    margin-left: auto;
    margin-right: auto;
}
h1 { font-size: 1.5rem; }    /*24px*/
h2 { font-size: 1.25rem; }   /*20px*/
h3 { font-size: 1.1875rem; } /*19px*/
h4 { font-size: 1.125rem; }  /*18px*/
h5 { font-size: 1.0625rem; } /*17px*/
h6 { font-size: 1rem; }      /*16px*/

@media screen and (min-width: 40em) {
    h1 { font-size: 2.125rem; }     /*32px*/
    h2 { font-size: 1.75rem; }  /*28px*/
    h3 { font-size: 1.4375rem; }   /*23px*/
    h4 { font-size: 1.375rem; }  /*22px*/
    h5 { font-size: 1.125rem; } /*18px*/
    h6 { font-size: 1rem; }     /*16px*/
}
h1, h2, h3{
    /*font-family: 'Cormorant', serif;*/
    font-family: 'Libre Baskerville', serif;
    font-weight: 500;
}
h3{
    text-transform: uppercase;
}
h4, h5, h6 {
    font-family: 'Muli', sans-serif;
    font-weight: 500;
    /*text-transform: uppercase;*/
}
h4, h5{
    color: #d2833e;
}
h6{
    color: #126984;
}
header{
    margin: 0 0 0 0;
    padding: 1rem;
    border:none;
    color: #fff;
    background-color: #181d27;
    border-bottom: 0.125rem solid #2d3e50;
}
.logo-wrap .row a *:nth-child(2){
    margin-top: 0.75rem;
}
.logo-img{
    max-width: 570px;
    max-height: 125px;
}
.logo-wrap img {
    max-width: 570px;
    max-height: 200px;
 }
a .logo-name{
    color:  #fff;
}
.header_contact{
    text-align: center;
}
.header_contact p{
    display: inline-block;
    padding-top: 0.6375rem;
    margin-bottom: 0.6375rem;;
}
.header_contact p, .header_contact p > a{
    font-size: 0.75rem;
    color: #fff;
    color: rgba(255, 255, 255, 0.49);
    font-family: 'Libre Baskerville', serif;
}
@media screen and (max-width: 39.9375em){
    .header_contact p + p{
        border-left: 2px solid #2d3e50;
        border-top: none;
        margin-left: 0.9375rem;
        padding-left: 0.9375rem;
    }

}
@media screen and (min-width: 40em){
    .header_contact{
        text-align: right;
    }
    .header_contact p{
        display: block;
    }
    .header_contact p, .header_contact p > a {
        font-size: 1rem;
    }
    .header_contact p + p{
        border-top: 2px solid #2d3e50;
        border-left:none;
    }
}

/*------------ Navigation ---------*/
.top-bar {
    background-color: #181d27;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
    border-right: 1px solid rgba(235, 235, 235, 0.35);
    width: 30%;
}
@media screen and (max-width: 39.9375em){
    .top-bar {
        width: 100%;
    }
}
@media screen and (min-width: 40em){
    .top-bar {
        width: 30%;
    }
}
.top-bar ul:first-child {
    margin-top: 3.25rem;
}
.top-bar ul {
    /*background-color: #181d27;*/
    background-color: transparent;
}
.close-button span{
    font-size: 2rem;
}
.close-button:hover, .close-button:focus {
    color: #fff;
}
@media screen and (min-width: 40em){
    .top-bar {
        min-width: 350px;
    }
}
.title-bar {
    background:#181d27;
    /*color: #fefefe;*/
    color: #ebebeb;
    padding: 0.5rem;
}
.title-bar-title {
    font-weight: 500;
    display: block;
}
.menu-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    /*width: 60px;*/
    /*height: 50px;*/
}
.menu-icon::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;

    background: #126984;
    top: 0;
    left: 0;

}
.title-bar-title {
    font-family: 'Cormorant', serif;
    font-weight: 500;
    display: block;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    text-align: center;
    /*width: 60px;*/
    font-size: 18px;
}
@media screen and (max-width: 39.9375em){
    .menu-icon {
        width: 45px;
        height: 35px;
    }
    .menu-icon::after {
        height: 5px;
        box-shadow: 0 10px 0 #126984, 0 20px 0 #126984, 0 30px 0 #126984;
    }
    .menu-icon:hover::after {
        background: rgba(202, 202, 202, 0.4);
        box-shadow: 0 10px 0 rgba(202, 202, 202, 0.5), 0 20px 0 rgba(202, 202, 202, 0.6), 0 30px 0 rgba(202, 202, 202, 0.7);
    }
    .title-bar-title {
        width: 45px;
        margin-bottom: 1rem;
    }
}
@media screen and (min-width: 40em){
    .menu-icon {
        width: 60px;
        height: 50px;
    }
    .menu-icon::after {
        height: 9px;
        box-shadow: 0 13px 0 #126984, 0 26px 0 #126984, 0 39px 0 #126984;
    }
    .menu-icon:hover::after {
        background: rgba(202, 202, 202, 0.4);
        box-shadow: 0 13px 0 rgba(202, 202, 202, 0.5), 0 26px 0 rgba(202, 202, 202, 0.6), 0 39px 0 rgba(202, 202, 202, 0.7);
    }
    .title-bar-title {
        width: 60px;
    }
}

.menu > li > a{
    color: #cc975f;
    font-weight: 600;
    font-size: 14px;
    padding: 0.7rem 1rem 0.5rem 1rem;
}
.top-bar-left > .menu > li > a:first-child{
    text-transform: uppercase;
}
.menu > li > ul > li > a{
    color: #fff;
    padding: 0.35rem 1rem;
}
.menu > li > ul > li > ul > li > a{
    color: rgba(255, 255, 255, 0.6);
    padding: 0.35rem 1.75rem;
}
.is-accordion-submenu-parent > a::after {
    content: '';
    border: inset 5px;
    border-color: #d99450 transparent transparent;
}

/* -------SLIDE Show-------- */


.slide-1{
    background-image: url("../images/slides/slide-img-1.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
}

.slide-2{
    background-image: url("../images/slides/slide-img-1.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.slide-3{
    background-image: url("../images/slides/slide-img-1.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
}
.slideshow-section .slick-track{
    height: auto;
}
.slick-initialized .slick-slide {
    /* display: block; */
    display: flex;
}
.slideshow-section .slick-slide {
    display: none;
    float: left;
    height: auto;
    min-height: 200px;
    max-height: 100%;
    text-align: right;
}
.slide-text{
    background-color: rgba(18, 105, 132, 0.71);
    padding: 2.25rem 2.25rem;
    /*max-height: 25rem;*/
}
.slide-text .slide-body{
    display: block;
    padding: 2.25rem 3.125rem;
    background-color: rgba(45, 62, 80, 0.61);
    border: 3px solid #d5d5d5;
    box-shadow: 3px 5px 6px rgba(71, 71, 71, 0.23);
    color: #fff;
}


@media screen and (max-width: 39.9375rem) {
    .slideshow-section,
    .slide-text .slide-body,
    .slide-show, .slides, .slick-dots {
        display: none!important;
    }
}
/*small fix for extra tall slide height*/
@media screen and (min-width: 39.9375rem) and (max-width: 40.125rem) {
    .slide-text .slide-body{
        max-height: 400px !important;
    }
}

@media screen and (min-width: 40em){
    .slide-show, .slides, .slick-dots{
        display: block!important;
    }
    .slick-dots {
        position: relative;
        width: 100%;
        padding: 15px 0;
        bottom: 0px;
        background: #126984;
        background-color: #126984;
    }
    .slick-dots li {
        width: 20px;
        height: 20px;
        margin: 0 5px;
        padding: 0;
    }
    .slick-slider{
        display: block!important;
    }
    .slick-dots li button:before {
        font-family: 'slick';
        font-size: 17px;
        line-height: 23px;
        color: #fff;
        opacity: .5;
    }
    .slick-dots li.slick-active button:before {
        opacity: 1;
        color: #fff;
    }
}
@media screen and (min-width: 64em){
    .slide-show, .slides, .slick-dots{
        display: block!important;
    }
    .slide-show{
        /*height:780px;*/
    }
    .slides{
        /*max-height: 25rem;*/
        /*overflow: hidden;*/
    }

}
.services_list .slick-track {

}
.services_list{
    background-color: #2d3e50 ;
    padding: 0.625rem 0.625rem;
}
.service_list_item{
    /*padding: 0.625rem 0.625rem;*/
    margin: 0.625rem 0.625rem;
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.service_list_item a{
   position: absolute;
    top: 0;
    display: block;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);

}
.service_list_item a:hover{
    background: rgba(255, 255, 255, 0.25);
}
.service_list_item h4{
    background-color: #d48947;
    color: #fff;
    position: absolute;
    width: 100%;
    bottom: 14%;
    right: 0;
    left: 0;
    padding: 12px 0.625rem;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.65rem;
    text-align: center;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.22);
}
.services_list .slick-slide img{
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.carousel-1 {
    background-image: url("../images/box-image-8.png");
    background-size: cover;
}
.carousel-2 {
    background-image: url("../images/box-image-1.png");
    background-size: cover;
}
.carousel-3 {
    background-image: url("../images/box-image-2.png");
    background-size: cover;
}
.carousel-4 {
    background-image: url("../images/box-image-3.png");
    background-size: cover;
}
.carousel-5 {
    background-image: url("../images/box-image-9.png");
    background-size: cover;
}
.services_list .slick-prev,
.services_list .slick-next
{
    width: 30px;
    height: auto;
    opacity: .5;
    z-index: 20;
}
.services_list .slick-prev:hover,
.services_list .slick-next:hover
{
    opacity: .85;
}
.slick-next {
    /*right: 1rem;*/
    right: 5px;
}
.slick-prev {
    /*left: 1rem;*/
    left: 5px;
}
@media screen and (max-width: 39.9375em) {
    .services_list .slick-track{
        max-height: 250px;
    }
    .services_list .slick-track .slick-slide{
        max-height: 100px;
    }
    .services_list .slick-track > .column.slick-slide {
        min-height: 200px;
        height: 200px;
    }
    .services_list .slick-track{
        height: auto !important;
        padding-bottom: 1.25rem;
    }
    .service_list_item h4{
        height: 100px;
        bottom: 0;
        margin: 50px 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
@media screen and (min-width: 40em) {
    .services_list .slick-track > .column.slick-slide {
        padding-left: 0rem;
        padding-right: 0rem;
        height: 200px;
    }
    /*.services_list .slick-slide img {*/
        /*height: 200px;*/
        /*width: auto;*/
        /*max-width: none;*/
    /*}*/
    .services_list .slick-track{
        height: auto !important;
        padding-bottom: 1.25rem;
    }

}
@media screen and (min-width: 64em) {
    .services_list .slick-track > .column.slick-slide {
        width: 20%;
        padding-left: 0;
        padding-right: 0;
        /*max-width: 450px;*/
        height: 315px;
    }
    .services_list .slick-slide img {
        height: 315px;
        width: auto;
        max-width: none;
    }
}



.header-bar{
    /*color: rgb(255, 255, 255);*/
    /*margin-bottom: 25px;*/
    background: #EBEBEB;
    padding: 25px 0px 20px 0px;
    border-top:1px solid #fff;
    border-bottom: 1px solid #b3b6b7;
}
.header-bar h3{
    font-weight: 500;
    color: rgb(73, 88, 103);
    margin: 0px;
    text-shadow: 3px 4px 6px rgba(0, 0, 0, 0.22);
    line-height: 1.5625rem;
}
.home_text_area{
    /*background: #3c5e71;*/
    /*background: #495867;*/
    background: #33465a;
    color:#fff;
    padding:2rem 0;
    margin-bottom: 25px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #b3b6b7;
}
.main_text_area{

}
.orange-buffer-bar{
    border-top: 9px solid #d2833e;
    height: 5.3125rem;
}

/*Home page newsletter list*/
.single_text_list {
    margin-bottom: 17px;
    padding: 12px 0 7px 18px;
    border-left: 8px solid rgb(45, 62, 80);
}
.single_text_list h5 {
    margin-bottom: 2px;
}
.single_text_list h5 a {
    color: #d48947;
    font-size: inherit;
}
.single_text_list p{
    margin-bottom: 5px;
    line-height: 1.3;
}
a.all-video {
    display: inline-block;
    color: rgb(238, 130, 34);
    position: relative;
    text-align: right;
    float: right;
    margin-top: 0px;
    margin-right: 0.9375rem;
}
a.all-video i {
    DISPLAY: inline-block;
    margin-left: 5px;
    font-size: 17px;
    position: absolute;
    right: -12px;
    top: 1px;
}


.contactus_form_home .top_img{
    padding: 2px 2px;
    border: 1px solid #d5d5d5;
    margin-bottom: 1rem;
}
 hr.fancy{
    border-bottom: 2px solid #ebebeb;
}

.client-links a.see_events {
    font-family: 'Muli', sans-serif;
    display: inline-block;
    padding: 10px 20px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin-top: 1rem;
    margin-bottom: 1rem;
    background: transparent;
    color: #000;
    border: 1px solid #126984 ;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.client-links a.see_events:hover {
    background: #126984;
    color: #fff;
    border: 1px solid #126984;
}
a.see_events i {
    display: inline-block;
    margin-right: 15px;
    font-size: 20px;
}

a.read_more_link {
    color: #d48847;
}
.googleMap {
    width: 100%;
    height: 250px;
}
.googleMapLink{
    margin-top: .5rem;
    margin-bottom: 1rem;
    width: 100%;
}

[type='text'],[type='email'],textarea {
    padding: 1rem 26px;
    border: 1px solid #cacaca;
    margin: 0 0 1.125rem;
    background-color: #f1f1f1;
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.14);
    font-size: 12px;
}
[type='text'],[type='email'] {
    padding: 22px 26px;
}
textarea {
    height: auto;
    min-height: 50px;
}
.recaptcha-container{
    /*padding: 18px 23px;*/
    /*background-color: #f1f1f1;*/
    /*margin-bottom: 1.125rem;*/
}
.g-recaptcha{
    margin-bottom: 1.125rem;
}
.button {
    display: inline-block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    vertical-align: middle;
    border-radius: 0;
    padding: 0.85em 1em;
    margin: 0 0 1rem 0;
    font-size: 0.9rem;
    font-weight: 600;
    background-color: #d08441;
    color: #fefefe;
    border: 1px solid #d08441;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.button:hover {
    /*background: transparent;*/
    /*color: #EE8122;*/
    /*border: 1px solid #EE8122;*/
    background: #495867;
    color: #fff;
    border: 1px solid #495867;
}
.contactus_form_home .button {
    height: 65px;
    width: 100%;
}
@media screen and (min-width: 40em) {
    .contactus_form_home .button {
        width: 65%;
        min-width: 163px;
        max-width: 250px;
    }
}

.signup-bar{
    background-color: #126984;
    padding: 18px 0px 20px 0px;
    border-top:1px solid #fff;
    border-bottom: 1px solid #b3b6b7;
    margin-top: 8rem;
}
.signup-bar h4{
    text-transform: uppercase;
    color: #fff;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-bottom: 0;
}
.signup_form{
    display: flex;
    flex-wrap: wrap;
}
.signup_form > *{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    width: 100%;
}
.signup_form .email_input{
    width: 100%;
    float: left;
}
.signup_form .email_input [type='text']{
    margin-bottom: 0;
}
.signup-bar .button{
    padding: 6px 26px;
    margin: 0px 0 0 0;
    float: right;
    height: 46px;
    line-height: 31px;
}
.signup-bar .button:hover{
    background: #f3f3f3;;
    color: #EE8122;
    border: 1px solid #EE8122;
}
@media screen and (min-width: 40em) {
    .signup_form{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .signup_form > *{
        width: auto;
    }
    .signup_form .email_input{
        /*width: 25.9375rem;*/
        width: 24.9375rem;
        float: left;
    }
}
footer{
    background-color: #181d27;
    padding: 2.5rem 0 0 0 ;
    color: #fff;
    margin-top: 1.875rem;
}
footer h6, footer a{
    color: #fff;
}
footer .row.main-footer > .column{
    margin-bottom: 1rem;
    position: relative;

}
footer .address:before{
    content: "Address";
    color: #ee8222;
    display: inherit;
}
footer .phone-number:before{
    content: "Phone";
    color: #ee8222;
    display: inherit;
}
footer .fax-number:before{
    content: "Fax";
    color: #ee8222;
    display: inherit;
}
footer .email:before{
    content: "Email";
    color: #ee8222;
    display: inherit;
}
footer .social-link span {
    display: none;
}
footer .social-link i {
    font-size: 40px;
}
ul.social, ul.other-links{
    margin-left: 0;
    width: 100%;
}
ul.other-links li {
    list-style: none;

}
ul.other-links li a {
    color: #fff;
}


ul.social li {
    display: inline-block;
    /*margin: .5rem .9375rem;*/
    margin: .5rem 10px;
    float: left;
    width: auto;
    min-width: 45px;
}

footer ul.social li a {
    font-size: 30px;
    color: rgb(255, 255, 255);
}
ul.social li a .fa-svg:before {
    background: rgb(255, 255, 255);
    width: 35px;
}
@media screen and (max-width: 28em){
    footer .row.main-footer > .column{
        width: 83.33333%;
        left: 8.33333%;
        float: left;
    }
}
@media screen and (min-width: 28.0625rem) and (max-width: 39.9375em){

    /* all items */
    footer .row.main-footer > .column{
        width: 41.66667%;
        left: 8.33333%;
        float: left;
    }
    /* four items */
    footer .row.main-footer > .column:first-child:nth-last-child(4),
    footer .row.main-footer > .column:first-child:nth-last-child(4) ~ .column.optional:nth-child(4),
    /* three items */
    footer .row.main-footer > .column:first-child:nth-last-child(3) ~ .column.optional:nth-child(1),
    footer .row.main-footer > .column:first-child:nth-last-child(3) ~ .column.optional:nth-child(3),
    footer .row.main-footer > :first-child.column.optional {
        width: 83.33333%;
        float: left;
    }
    footer .row.main-footer > .column:first-child:nth-last-child(2) ~ .column{
    }
    ul.social li {
        display: inline-block;
        margin: .5rem .9375rem;
        float: left;
        width: auto;
        min-width: 45px;
    }
}
@media screen and (min-width: 40em) {
    ul.social li {
        margin: .5rem .9375rem;
    }
    footer ul.social li a {
        font-size: 40px;
        color: #fff;
    }
}
@media screen and (min-width: 40em) and (max-width: 63.9375rem){

    /*footer .row.main-footer > .column:first-child:nth-last-child(4) ~ .column:nth-child(-n+2), */
    footer .row.main-footer > .column{
        margin-bottom: 2rem;
    }
    footer .row.main-footer > .column:first-child:nth-last-child(4),
    footer .row.main-footer > .column:first-child:nth-last-child(4) ~ .column,
    footer .row.main-footer > .column.standard{
        width: 44%;
        left: 4%;
        float: left;
        margin-right: 4%;
    }
    /*footer .row.main-footer > .column:first-child:nth-last-child(4) ~ .column:nth-child(3)  {*/
    footer .row.main-footer > .column.optional:first-child:nth-last-child(4),
    footer .row.main-footer > .column:first-child:nth-last-child(4) ~ .column:nth-child(3)  {
        clear: both;
        margin-right: 4%;
    }
    footer .row.main-footer > .column:first-child:nth-last-child(4) ~ .column:last-child ul.social > li:nth-of-type(2n+1){
        clear: both;
    }

    /* three items */
    footer .row.main-footer > .column:first-child:nth-last-child(3){
        float: left;
    }
    footer .row.main-footer > .column.standard:first-child:nth-last-child(3){
        margin-right: 4%;
        width: 44%;
        left: 4%;
    }
    footer .row.main-footer > .column.optional:first-child:nth-last-child(3){
        clear: both;
        margin-right: 4%;
        left: 4%;
        width: 92%;
    }
    footer .row.main-footer > .column:first-child:nth-last-child(3) ~ .column.optional:nth-child(3){
        clear: both;
        width: 92%;
    }
    footer .row.main-footer > .column:first-child:nth-last-child(3) ~ .column.optional:last-child {
        left: -4%;
    }
}
@media screen and (min-width: 64em) {
    /* four items */
    footer .row.main-footer > .column:first-child:nth-last-child(4),
    footer .row.main-footer > .column:first-child:nth-last-child(4) ~ .column {
        width: 16.66667%;
    }
    footer .row.main-footer > .column:first-child:nth-last-child(4),
    footer .row.main-footer > .column.optional:first-child:nth-last-child(2)
    footer .row.main-footer > .column.optional:first-child:nth-last-child(2) ~ .column.optional{
        width: 25%;
    }
    footer .row.main-footer > .column:first-child:nth-last-child(4) ~ .column:nth-child(2){
        left: 8.33333%;
    }
    footer .row.main-footer > .column:first-child:nth-last-child(4) ~ .column:nth-child(3){
        left: 16.66667%;
    }
    footer .row.main-footer > .column:first-child:nth-last-child(4) ~ .column{
    }
    /* three items */
    footer .row.main-footer > .column:first-child:nth-last-child(3),
    footer .row.main-footer > .column:first-child:nth-last-child(3) ~ .column {
        width: 16.66667%;
    }
    footer .row.main-footer > .column:first-child:nth-last-child(3){
        width: 33.33333%;
        left: 8.33333%;
    }
    footer .row.main-footer > .column:first-child:nth-last-child(3) ~ .column:nth-child(2){
        left: 16.66667%;
    }
    footer .row.main-footer > .column:first-child:nth-last-child(3) ~ .column:nth-child(3){
        left: -8.33333%;
    }
    /* TWO items */
    footer .row.main-footer > .column:first-child:nth-last-child(2),
    footer .row.main-footer > .column:first-child:nth-last-child(2) ~ .column {
        width: 33.33333%;
    }
    footer .row.main-footer > .column:first-child:nth-last-child(2){
        left: 8.33333%;
    }
    footer .row.main-footer > .column:first-child:nth-last-child(2) ~ .column:nth-child(2){
        left: -8.33333%;
    }
    ul.social li {
        margin: .5rem 0px .5rem 0px;
        width: 50%;
    }
    ul.social > li:nth-of-type(2n+1){
        clear: both;
    }
    footer ul.social li a {
        font-size: 40px;
    }
}
.footer_message{
    margin-top: 0.625rem;
    padding-top: 0.625rem;
    border-top: 1px solid #d68f4a;
}
.legal-bits{
    background-color: #495867;
    padding: 0.625rem 0.625rem;
}

/* Newsletter archives */

#nl-archive-container ol, #nl-archive-container ul {
    list-style-type: none;
    margin: 0 auto;
    max-width: 50rem;
}

.nl-archive-itemdate {
    margin-top: -1.5rem;
}

#nl-archive-container {
    padding: 1rem 0 1rem 0;
    margin: 0 0 1rem 0;
}

#nl-archive-container ul {
    margin: 0.5rem 0 0.5rem 0;
}

#nl-archive-container li {
    border-bottom: 1px dotted #ccc;
}

#nl-archive-hd {
    font-size: 1.2rem;
    color: #555;
    font-weight: bold;
    text-align: center;
}

#nl-archive-subhd {
    font-size: 0.75rem;
    color: #555;
    font-style: italic;
    text-align: center;
    margin: 0 0 1rem 0;
}

#nl-archive-itemcontainer {
    margin: 0.5rem;
    width: 100%;
}

#nl-archive-itemcontainer a:link {
    text-decoration: none;
}

#nl-archive-itemcontainer a:hover {
    text-decoration: underline;
}

.nl-archive-itemdate {
    font-size: 80%;
    float: right;
    margin: -1.5rem 0 0 0;
    color: #999;
}

.nl-archive-itemtitle {
    font-size: 1.2rem;
    font-weight: bold;

}

/* Page Components */
.skelly-component .component-img-wrap {
    border-color: #126984;
}

/* EOF */