/*font-family: 'Lora', serif;*/
/*font-family: 'Lato', sans-serif;*/
body {
    font-family: 'Lato', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
a{
    color: #5388b8;
}

.wrapper{
    background: #f9f9f9;

    /*background:  url(../images/hero-8.jpg);*/
    /*background: -moz-linear-gradient(45deg,  rgba(247,247,247,1) 0%, rgba(247,247,247,0.8) 60%, rgba(255,255,255,0.5) 100%);*/
    /*background: -webkit-linear-gradient(45deg,  rgba(247,247,247,1) 0%,rgba(247,247,247,0.8) 60%,rgba(255,255,255,0.5) 100%);*/
    /*background: linear-gradient(45deg,  rgba(247,247,247,1) 0%,rgba(247,247,247,0.8) 60%,rgba(255,255,255,0.5) 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#80ffffff',GradientType=1 );*/
    /*background-blend-mode: lighten;*/
    /*background-repeat: no-repeat;*/
    /*background-position: top left;*/
}
.row {
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
}
header#header{
    /*height:600px;*/
}

.hero-section {
    position: relative;
    padding: 0;
}

.logo-row,
.logo-row.row{
    border-bottom: 3px solid #779e9f;
    display: flex;
    align-items: flex-end;
    /*max-width: 100rem;*/
}
.logo-row, .logo-row.row > .row{
    max-width: 100rem;
}
.logo-wrap{
    position: relative;
    margin: 0;
    z-index: 10;
    max-width: 100rem;
    text-align: center;
}
.logo-wrap div.logo-img{
    /*position: absolute;*/
    /*top: 0;*/
}
/*.logo-wrap div.logo-img a img{*/
/*    max-height: 250px;*/
/*    max-width: 80rem;*/
/*    padding: 1.9375rem 0.9375rem 0.9375rem 0.9375rem;*/
/*}*/
.logo-wrap div.logo-img a img{
    max-height: 250px;
    max-width: 20rem;
    padding: 0 0 0.9375rem 0;
}
@media screen and (max-width: 80em) {
    .logo-wrap div.logo-img a img {
        max-width: 100%;
    }
}
.logo-wrap .logo-text, .logo-wrap .logo-img{
    padding: 3.125rem 0.9375rem 0.9375rem 0.9375rem;
    background: transparent;
    position: relative;
    max-width: 100rem;
    margin: 0 auto;
    float: none;
}
.logo-wrap .logo-img {
    /*padding: 1.125rem 0.9375rem 0.9375rem 0.9375rem;*/
    padding: 1.125rem 0 0.9375rem 0;
}

.logo-wrap div.logo-text a h1{
    text-align: center;
    color: #0f1720;
    font-weight: 500;
    /*padding: 0 0.9375rem 0.9375rem 0.9375rem;*/
}

.logo-text-only{
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    max-width: 100rem;
}
.logo-text-only > .logo-text{
    background: rgba(48, 49, 52, 0.75);
    padding: 0.9375rem 0 .5rem 0;
    max-width: 100rem;
    margin: 0 auto;
}
.logo-text-only > .logo-text a {
    color: #DFE5EA;
    border-bottom: 4px ridge #82abad;
    font-weight: 500;
}
.logo-text h3 {
    font-size: 3rem;
}
.header-cta-container{
    float: right;
    padding: 1.125rem 0 0.9375rem 0;
}
.header-cta-container .contact-option-cta a {
    padding-left: 0;
    margin-bottom: 8px;
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    direction: rtl;
    color: #3c3d40;
}
.header-cta-container .contact-option-cta a i {
    margin-right: 0.25rem;
    font-size: 16px;
    padding: 6px;
    background-color: #3c3d40;
    border-radius: 50%;
    width: 28px;
    text-align: center;
    color: #f1f2f6;
    margin-left: 5px;
}
@media screen and (max-width: 39.9375rem) {
    .logo-wrap div.logo-text a h1 {
        font-size: 2.5rem;
    }
    .logo-text h3 {
        font-size: 2.6rem;
    }
}
@media screen and (max-width: 700px) {
    .logo-wrap div.logo-text a h1 {
        /*font-size: 1.5rem;*/
    }
}
@media screen and (min-width: 40em) {
    .logo-wrap{
        text-align: left;
        float: left;
    }
    .logo-wrap div.logo-text a h1 {
        text-align: left;
        padding: 0 0.9375rem 0 0.9375rem;
    }
}


/*---------- Slide Section ---------*/
.slide-section{
    height: 50vh;
    min-height: 400px;
    max-height:751px;
    padding: 0;
    max-width: 100em;
}
.slide-section.extra-height{
    min-height: 70vh;
}
.slick-slider {
    height: 100%;
}
.slick-slide {
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
    /*justify-content: flex-end;*/
    /*align-items: center;*/
}
.slick-list,
.slick-track {
    height: 100%;
}
.slick-initialized .slick-slide>div {
   height: 100%;
}
.slick-initialized .slick-slide .slide-wrap {
    display: flex !important;
    height: 100%;
}

.hero-section .slide-show .slide-wrap {
    /*height: 100%;*/
    background-size: cover;
    background-repeat: no-repeat;
    justify-content: flex-end;
    align-items: center;
}
.hero-section .slide-show .slide-1{
    background-image: url("../images/hero-1.jpg");
    background-size: cover;
}
.hero-section .slide-show .slide-2{
    background-image: url("../images/slide-2.jpg");
    background-size: cover;
    background-position: top center;
}
.hero-section .slide-show .slide-3{
    background-image: url("../images/slide-3.jpg");
    background-size: cover;
    background-position: center center;
}
.hero-section .slide-show .slide-4{
    background-image: url("../images/slide-4.jpg");
    background-size: cover;
    background-position: center center;
}
.hero-section .slide-show .slide-5{
    background-image: url("../images/slide-5.jpg");
    background-size: cover;
    background-position: center center;
}


.slick-initialized .slick-slide .slide-wrap {
    align-items: flex-end;
}
.slick-slide .slide-wrap > div.slide-text-wrap{
    max-width: 100em;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.slick-slide .slide-wrap > div.slide-text-wrap .slide-text {
    position: relative;
    padding: 1rem 0.9375rem;
    margin: 7% 10% 80px;
    min-height: 110px;
    background-color: rgba(143, 189, 191, 0.8);
    text-align: center;
}
.slick-slide .slide-wrap > div.slide-text-wrap .slide-text:before {
    content: " ";
    position: absolute;
    z-index: -1;
    top: -7px;
    left: -7px;
    right: -7px;
    bottom: -7px;
    border: 2px solid #ffffff;
}
.slick-slide .slide-wrap > div.slide-text-wrap .slide-text:hover{
    background: rgba(177, 234, 236, 0.3);
}

.slick-slide .slide-wrap > div.slide-text-wrap a.slide-text *{
    color: rgb(14, 23, 33);
    margin: 0;
    display: block;
    font-weight: 600;
}
.slick-slide .slide-wrap > div.slide-text-wrap .slide-text h3{
    font-weight:700;
}
.slick-dots{
    z-index: 15;
    position: absolute;
    top: 5px;
    bottom: inherit;
    right: 1rem;
    width: inherit;
}
.slick-dots li button:before{
    /*opacity: .75;*/
    color: rgb(74, 76, 80);
    font-size: 9px;
}
.slick-dots li.slick-active button:before {
    /*opacity: .75;*/
    /*color: #d3a45f;*/
}
.slick-autoplay-toggle-button {
    position: absolute;
    left: 1rem;
    bottom: inherit;
    top: 1rem;
    z-index: 10;
    opacity: 1;
    background: 0 0;
    border: 0;
    cursor: pointer;
    color: #0f161f;
    padding: 12px 12px 10px;
    background-color: #f1f2f6;
    background-color: rgba(241, 242, 246, 0.75);
    border-radius: 50%;
}
.slick-autoplay-toggle-button:focus,
.slick-autoplay-toggle-button:hover {
    opacity: 1;
    background-color: #f1f2f6;

}
.slick-autoplay-toggle-button .slick-pause-icon:before {
    content: "⏸";
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 21px;
}

@media screen and (min-width: 40em){
    .slide-section {
        height: 60vh;
        min-height: 600px;
        max-height: 751px;
    }
    .slide-section.extra-height{
        min-height: 750px;
    }
    .slick-slider {
        height: 100%;
    }
    .slick-initialized .slick-slide{
        align-items: center;
        align-items: flex-end;
    }
    .slick-slide .slide-wrap > div.slide-text-wrap .slide-text {
        padding: 2rem 1.9375rem;
        /*margin: 7% 1% 100px 1%;*/
        margin: 7% 1% 8.125rem 1%;
        min-height: 135px;
        font-size: 1.25rem;
    }
    .slick-slide .slide-wrap > div.slide-text-wrap .slide-text h3{
        font-size: 2.375rem;
    }

}

/*-----Secondary Pages hero img------------*/

.hero-img{
    max-width: 100rem;
    min-height: 115px;
    background-image: url("../images/hero-2_mobile.jpg");
    background-position:  center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.hero-img.extra-height{
    min-height: 200px;
    background-position: bottom left;
}
@media screen and (max-width: 39.9375rem) {
    .hero-img.extra-height {
        min-height: 250px;
    }
}
@media screen and (min-width: 40em){
    .hero-img{
        min-height: 215px;
        background-image: url("../images/hero-2.jpg");
        background-size: cover;
        background-position:  center left;

    }
    .hero-img.extra-height{
        min-height: 300px;
        background-position: bottom left;
    }
}
@media screen and (min-width: 64em){
    .hero-img{
        min-height: 215px;
        background-image: url("../images/hero-2.jpg");
        background-size: cover;
        background-position:  center;

    }
    .hero-img.extra-height{
        min-height: 300px;
        background-position: bottom center;
    }
}

/*-------------- NAV section --------------*/
.sticky-container {
    z-index: 10;
    position: relative;
}
.nav-wrap{
    background: #0e171f;
    max-width: 100rem;

}
.nav-wrap .column.row.row {
    margin-left: auto;
    margin-right: auto;
    /*display: flex;*/
    /*align-items: center;*/
}


.nav-section{
    padding: 0;
}
nav{
    /*background: #0e171f;*/
    max-width: 80rem;
    padding: 1.5rem 0.9375rem 2rem 0.9375rem;
    margin-left: auto;
    margin-right: auto;
    transition: padding 0.25s ease;
}
.sticky{
    transition: background .5s ease;
    background: #0e171f;
    padding: 0;
}
.sticky a {
    color: #f1f2f6;
}
.is-stuck nav {
    padding: 1rem 0 1rem 0;
}
nav .menu{
    font-size: 0;
}
nav .menu > li, .menu.vertical > li {
    display: inline-block;
    margin-top: 7px;
}

.menu > li > a {
    display: block;
    padding: 0.7rem .9375rem 0.7rem .9375rem;
    line-height: 1;
    color:#f1f2f6;
    font-size: 16px;
}
nav .menu > li > ul{
    padding: 0 3px;
}
nav .menu > li > .menu.vertical > li {
    margin-top: 0;
    border-right: none;
    border-bottom: 1px solid #789ea0;
}
nav .menu > li > ul > li:hover {
    background: #82abad;
}
nav .menu > li > .menu.vertical > li:last-child {
    border: none;
}
nav .menu > li > ul.dropdown.menu > li.opens-right > .is-dropdown-submenu{
    top:0;
}
nav .menu > li > ul > li > ul > li {
    margin-top: 0;
}
.menu .active > a {
    background: #82abad;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a {
    padding-right: 1.9375rem;
    position: relative;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after{
    right: 1rem;
    border-color:#f1f2f6 transparent transparent;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: -2px;
    top: 100%;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu a{
    color: #0f1720;
}
.is-dropdown-submenu {
    /*display: block;*/
    z-index: 1;
    background: #fefefe!important;
    border: 1px solid #779e9f;
}
.top-bar, .top-bar ul {
    background-color: transparent;
}
@media screen and (max-width: 39.9375rem){
    .top-bar ul {
        background-color: transparent;
        padding: .75rem 1.75rem;
    }
    nav .menu > li, .menu.vertical > li,
    .menu > li {
        display: block;
        border-bottom: 0.125rem solid #fdfcfc;
    }
    .dropdown.menu > li.opens-right > .is-dropdown-submenu {
        right: auto;
        left: 0;
        top: 100%;
        /*display: block;*/
        /*position: inherit;*/
    }
    .is-dropdown-submenu.js-dropdown-active {
        display: block;
        position: relative!important;
    }
    .menu > li > a {
        display: block;
    }
}
@media screen and (min-width: 40em){
    nav .menu > li {
        /*display: block;*/
        /*margin-top: 7px;*/
        border-right: 1px solid #789ea0;
    }
    .sticky{
        transition: background .5s ease;
        background: transparent;
    }
    .sticky.is-stuck{
        background: #0e171f;
    }
    .nav-wrap .column.row.row {
        margin-left: auto;
        margin-right: auto;
        display: flex;
        align-items: center;
    }
}

.dropdown.menu.vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #E0EAF4;
    border-left-style: solid;
    border-right-width: 0;
}
.dropdown.menu.vertical > li > a::after {
    right: 14px;
    margin-top: -6px;
}
/*Mobile styles*/

.title-bar {
    background: #0e1720;
    background: transparent;
    color:#f1f2f6;
    padding: 0.625rem;
    margin-top: 6px;
}
@media screen and (min-width: 700px){
    .title-bar {
        display: none;
    }
}
/*SOCIAL LINKS*/
.social-links {
    z-index: 10;
    position: relative;
    text-align: right;
}
.social-links ul {
    display: inline-block;
    margin-top: 6px;
}
.social-links li {
    float: right;
    border: none;
}
.social-links .menu > li > a{
    padding: 0.7rem .625rem;
    height: 48px;
}
.social-links li > a i {
    font-size: 16px;
    padding: 6px;
    background-color: #f1f2f6;
    border-radius: 50%;
    width: 28px;
    text-align: center;
    color: #3c3d40;
    margin: 0;
}

@media screen and (min-width: 40em){
    .social-links .menu > li > a {
        padding: 0.7rem .625rem;
        height: 56px;
    }
    .social-links li > a i {
        font-size: 1.25rem;
        padding: 6px;
        background-color: #f1f2f6;
        width: 33px;
        text-align: center;
    }
}
.social-links .rnd-link-text{
    display: none;
}
.nav-wrap .social-link span {
    /*display: none;*/
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*---------- Body Content ------------*/

.main-body{
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
}
.left-column{
    margin: 1.875rem 0 1.25rem 0;
    padding-left: 1.25rem;
    padding-right: 1.5625rem;
    /*background: greenyellow;*/
}
.secondary-body .left-column{
    margin-top: 0;
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
}
.right-column{
     margin: 1.875rem auto 0.9375rem auto;
    /*background: antiquewhite;*/
 }


.secondary-body{
    padding: 0 0.625rem 3.125rem;
    margin: 1.25rem auto -1.25rem;
    background: #48494d;
    max-width: 100rem;
}
/*---------- LEFT COLUMN ----------*/

/* one item */
.main-body .left-column:only-child {
    width: 100%;
    padding-right: 0.9375rem;
    margin: inherit;
    margin-top: 1.875rem;
}
.main-body .left-column:only-child > .main-content .title{
    margin: 0 -2.5rem 1.25rem -2.8125rem;
}
.left-column .secondary-content .title{
    margin: 0 -1.25rem 1.25rem -1.25rem;
}
.main-content{
    background:#f1f2f6;
}
.main-content{
    padding: 0 0.3125rem 1.875rem;
}
.secondary-content {
    background: #fefefe;
    padding: 0 0.625rem 1.875rem;
}
.main-content img[style*="float: right;"]{
    padding: .9rem 0 .9rem .9rem;
}
.main-content img[style*="float: left;"]{
    padding: .9rem .9rem .9rem 0;
}
.left-column > .main-content .title {
    font-size: 1.9375rem;
}
.left-column > .main-content .title,
.left-column > .secondary-content h3 {
    background-color: #82abad;
    margin: 0 -2.8125rem 1.25rem -2.8125rem;
    padding: 1.5625rem 0 1.5625rem 2.5rem;
    color: #fefefe;
    position: relative;
    font-weight: 600;
}
.left-column > .main-content .title:after {
    content: " ";
    position: absolute;
    box-shadow: 4px 4px 6px rgba(82, 108, 109, 0.9);
    top: 0;
    left: 0;
    right: 1px;
    bottom: 0;
}

/*---------- RIGHT COLUMN ----------*/
.side-content{
    padding: 0 0.625rem 0 0.625rem;
    display: block;
    position: relative;
}
.side-content .side-title{
    background-color: #3c3d40;
    color: #fefefe;
    font-weight: 600;
    margin: 0 -0.9375rem 1.875rem -0.9375rem;
    padding: 0.625rem 1.25rem;
    position: relative;
}
.side-title > *{
    padding: 0;
    margin: 0;
}
.side-content .client-links{
    list-style-type: none;
    margin: 0 0;
    text-align: center;
}
.side-content .client-links li{
    border: 4px double #82abad;
    margin: 0 auto 1.5625rem auto;
}
.side-content .client-links li a {
    margin: 5px;
    padding: 1rem;
    display: block;
    /*color: #ec6523;*/
    color: #303134;
}
.side-content .client-links li a .h4-like-text{
    font-size: 1.125rem;
    font-weight: normal;
    font-style: normal;
    color: inherit;
    text-rendering: optimizeLegibility;
    line-height: 1.4;
}

.side-content .client-links li a i{
    display: block;
    font-size: 2.9375rem;
    line-height: 1;
}
.side-content .client-links li a:hover{
    background: rgba(177, 234, 236, 0.3);
}
.side-content .client-links li a h4, .side-content .client-links li a .h4-like-text{
    margin: 0;
}
.side-content .client-links li a p{
    line-height: 1.25;
    font-size: 1.125rem;
    margin: 0;
    padding: 0;
    display: inline-block;
}
.side-content ul li:first-child:nth-last-child(1) {
    width: 100%;
}
.side-content ul > li.client-link:first-of-type:nth-last-of-type(2),
.side-content ul > li.client-link:first-of-type:nth-last-of-type(2) ~ li.client-link {
    width: 100%;
    float: left;
}

@media screen and (max-width: 39.9375em){
    .main-body {
        overflow: hidden;
    }
    .left-column {
        padding-left: 0.625rem;
    }
    .main-content {
        padding: 0 0.625rem 1.875rem;
    }
}
@media screen and (min-width: 40em){
    .secondary-body {
        /*padding: 1.3125rem 0.625rem 3.125rem;*/
        padding: 1.3125rem 0rem 3.125rem;
        margin: 1.25rem auto -1.25rem;
    }
    .secondary-body .left-column {
        margin-top: 1.875rem;
        margin: 1.875rem 0 1.25rem 0;
        padding-left: 1.25rem;
        padding-right: 0.9375rem;
    }
    .main-content{
        padding: 0 1.5625rem 1.875rem;
        min-height: 70vh;
    }
    .main-content.contact-us {
        min-height: inherit;
    }

    .left-column > .main-content .title {
        font-size: 2.9375rem;
        margin: 0 -2.1875rem 1.25rem -2.8125rem;
        padding: 0.9375rem 0 0.9375rem 2.8125rem;
    }
    .left-column > .main-content .title:before,
    .left-column > .secondary-content h3:before {
        content: "";
        position: absolute;
        display: block;
        border-style: solid;
        border-color: #526c6d transparent transparent transparent;
        bottom: -1.25rem;
        left: 0;
        border-width: 1.25rem 0 0 1.25rem;
    }

    .secondary-content {
        background: #fefefe;
        /*padding: 0 1.5625rem 1.875rem;*/
    }
    .left-column > .secondary-content h3{
        margin-right: -1.5625rem;
        margin-left: -1.875rem;
    }

    .side-content .side-title{
        background-color: #3c3d40;
        color: #fefefe;
        font-weight: 600;
        margin: 0 -1.5625rem 1.875rem -1.25rem;
        padding: 0.625rem 1.25rem;
        position: relative;
    }
    .side-title h3{
        /*font-weight: 600;*/
        font-size: 1.625rem;
    }
    .right-column.medium-10{
        margin: 1.875rem 8.335% 0.9375rem 8.335%;
    }
    .right-column > .side-content .side-title:before {
        content: "";
        position: absolute;
        display: block;
        border-style: solid;
        border-color: transparent transparent transparent #0f1720;
        bottom: -0.9375rem;
        right: 0;
        border-width: 0 0 0.9375rem 0.9375rem;
    }
    .right-column > .side-content .side-title:after {
        content: " ";
        position: absolute;
        box-shadow: 2px 6px 5px -3px rgba(60, 61, 64, 0.8);
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .side-content{
        padding: 0 0.625rem .3125rem 0.625rem;
        box-shadow: 2px 2px 6px #424650;
    }
    .side-content .client-links li a .h4-like-text{
        font-size: 1.5625rem;
    }


    /* one item */
    .side-content ul li:first-child:nth-last-child(1) {
        width: 90%;
        /*margin-left: 5%;*/
        /*margin-right: 5%;*/
    }
    .side-content ul > li.client-link:first-of-type:nth-last-of-type(2),
    .side-content ul > li.client-link:first-of-type:nth-last-of-type(2) ~ li.client-link {
        width: 48%;
        float: left;
        /*margin-left: 1%;*/
        /*margin-right: 1%;*/
    }
    .side-content ul > li.client-link:first-of-type:nth-last-of-type(3),
    .side-content ul > li.client-link:first-of-type:nth-last-of-type(3) ~ li.client-link {
        width: 31.33333%;
        float: left;
        /*margin-left: 1%;*/
        /*margin-right: 1%;*/
    }
}
@media screen and (max-width: 63.9375em){
    .secondary-body{
        padding-left: 0.3125rem;
        padding-right: 0.3125rem;
    }
    .side-content {
        padding-left: 0.375rem;
        padding-right: 0.625rem;
        /*background-color: #c9363b!important;*/
    }
    .left-column {
        padding-right: 0.625rem;
    }
}
@media screen and (min-width: 64em){
    .main-body{
        padding-left: 0;
        padding-right: 0;
    }
    .left-column{
        margin: 1.875rem 0 1.25rem 0;
        padding-left: 1.25rem;
        padding-right: 1.875rem;
    }
    .right-column.large-3, .right-column.large-7{
        margin: 1.875rem 0 0.9375rem 0;
    }

    .side-content ul li:first-child:nth-last-child(1) {
        width: 100%;
    }
    .side-content ul > li.client-link:first-of-type:nth-last-of-type(2),
    .side-content ul > li.client-link:first-of-type:nth-last-of-type(2) ~ li.client-link {
        width: 100%;
        float: left;
    }
    .side-content ul > li.client-link:first-of-type:nth-last-of-type(3),
    .side-content ul > li.client-link:first-of-type:nth-last-of-type(3) ~ li.client-link {
        width: 100%;
    }
}
@media screen and (min-width: 80em){}

#flash_err-container{
    margin-top: 1.875rem;
}
.googleMap {
    width: 100%;
    height: 250px;
}
.googleMapLink{
    margin-top: .5rem;
    margin-bottom: 1rem;
    width: 100%;
}
.g-recaptcha{
    margin:1rem 0;
}
label{
    font-size: 1.125rem;
    font-weight: normal;
    line-height: 1.8;
    color: #0e1720;
}
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea{
    height: 2.75rem;
    padding: 0.75rem;
    webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
     border-radius: 4px;
}
.button {
    text-transform: uppercase;
    font-weight: 900;
    color: #fefefe;
    background: #82abad;
    background-color: #82abad;
    border: 0 solid transparent;
    border-bottom: 5px solid #526c6d;
    webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.button:hover, .button:focus {
    background-color: #789ea0;
    color: #fefefe;
}
.callout.success {
    /*background-color: #d2f0a4;*/
    background-color: #ebf8d5;
}
.callout.alert {
    /*background-color: #df8993;*/
    background-color: #e7b7bd;
}

footer{
    padding: 2rem 0 0 0;
    background-color: #303134;
    margin-top: 1.25rem;
}
footer .row.top-row h4.lead{
    border-bottom: 1px solid #b1eaec;
    display: inline-block;
    padding-right: .5rem;
    font-size: 1.5625rem;
    text-align: center;
}
footer .row.top-row > .row p{
    text-align: center;
}
.footer-links > .menu > li{
    display: block;
}
.footer-links > .menu > li > a{
    padding: 0.5rem;
    display: inline-block;
}
.footer-message{
    border-top: 1px solid #b1eaec;
    margin-top: 0.9375rem;
    padding-top: 1rem;
}
footer .row.bottom-row{
    background-color: #82abad;
    border-top: 2px groove #b1eaec;
}

footer .row.bottom-row > .row{
    padding: 1rem 0;
}
footer .row.top-row, footer .row.top-row a{
    color:#f1f2f6;
}
footer .row.bottom-row a{
    color: #31506b;
    text-decoration: underline;
}
.footer-links > .menu > li > a:hover{
    color:#6fb8f8;
}
footer .row.top-row, footer .row.bottom-row{
    padding-left: 1rem!important;
    padding-right: 1rem!important;
}
@media screen and (min-width: 40em) {
    footer .row.top-row, footer .row.bottom-row {
        padding-left: 0;
        padding-right: 0;
    }
    footer .row.top-row{
        margin-bottom: 1rem;
    }
    footer .row.top-row h4.lead, footer .row.top-row > .row p{
        text-align: left;
    }
}
.reveal-overlay {
    z-index: 99;
}
/* 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;
    border-top: 1px solid #aaa;
    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: #82abad;
}

/* EOF */