/* 
* Blue #001e37
* Green #a3aa14
*/


.homeslideshow .el-title:after,.homeslideshow .uk-button:after {
    display:none;
}

.homeslideshow .el-title {
    color: #fff;
    font-size: 50px;
}

.home-slideshow p {
    font-size: 23px;
    font-weight: 300;
    color: #fff;

}

.uk-navbar-nav>li>a,.uk-button{
    border: 2px solid #001e37;
    margin: 30px 3px;
    height: 40px;
    position:relative;
}
.homeslideshow .uk-button {
    color:#fff;
    background:#a3aa14;
    border:2px solid #a3aa14;
}
.homeslideshow .uk-button:hover {
    color:#a3aa14;
    background:#fff0;
    border:2px solid #a3aa14;
}


.uk-navbar-nav>li>a:hover,.uk-button:hover{
    border: 2px solid #a3aa14 !important;
}

.uk-navbar-nav>li.uk-active>a:after, .uk-button:after{
    content: "";
    display: block;
    height: 16px;
    background-image: url(../images/button-bottom.jpg);
    background-repeat: repeat-x;
    background-position: center bottom;
    z-index: 100000;
    width: calc(100% + 4px);
    position: absolute;
    bottom: 1px;
    left:-2px;
}

.el-title {
    display: inline-block;
    position:relative;
}
.el-title:after {
    content: "";
    display: block;
    background-image: url(../images/heading-bottom.jpg);
    background-repeat: repeat-x;
    background-position: center bottom;
    z-index: 100000;
    width: 80%;
    height: 30px;
    margin: -30px 0px 0px;
}

.form-container {
    max-width: 800px;
    background: rgba(255, 255, 255, 0.88);
    padding: 30px;
    margin: 0 auto;
}

p.formsubhead {
    text-align: center;
    color: #a3aa14;
    font-size: 25px;
    font-weight: 300;
}

.form-container h2 {
    margin: 0px;
    color: #001e37;
    text-align: center;
    font-size: 47px;
    font-weight: 300;
}

#phonehead strong {
    color: #001e37;
    font-size: 22px;
    font-weight: 400;
    padding-left: 6px;

}

a[uk-icon] {
    color: #a3aa14;
}

#tm-bottom {
    background:url(../images/bg_image.jpg);
    background-size:cover:
}

.speck {
    background:url(../images/main_bg.jpg) repeat;
}

.form-container #rsform_3_page_0 .uk-grid {
    margin-top: 16px;
}

.uk-margin.rsform-block.rsform-block-submit {
    text-align: center;
}

.btn, .uk-button-default {
    background-color: #fff;
    color: #001e37;
    border-color: #001e37;
    border-width: 2px;
    height: 48px;
}

.btn:focus, .btn:hover, .uk-button-default:focus, .uk-button-default:hover, #submit {
    background-color: #fff;
    color: #001e37;
    border-color: #001e37;
    border-width: 2px;
    height: 48px;

}
.uk-input, .uk-select:not([multiple]):not([size]), .uneditable-input:not([class*=uk-]), input[type=color]:not([class*=uk-]), input[type=date]:not([class*=uk-]), input[type=datetime-local]:not([class*=uk-]), input[type=datetime]:not([class*=uk-]), input[type=email]:not([class*=uk-]), input[type=month]:not([class*=uk-]), input[type=number]:not([class*=uk-]), input[type=password]:not([class*=uk-]), input[type=search]:not([class*=uk-]), input[type=tel]:not([class*=uk-]), input[type=text]:not([class*=uk-]), input[type=time]:not([class*=uk-]), input[type=url]:not([class*=uk-]), input[type=week]:not([class*=uk-]), select:not([class*=uk-]):not([multiple]):not([size]),.rsform-text-box,.uk-textarea {
    border: 2px solid #001e37;
}

.home-grid h3 {
    font-size: 40px;
    font-weight: 300;
}

.home-grid img {
    box-shadow: 4px 4px 20px #00000036;
    background: black;
}

.uk-input::placeholder, .uk-textarea::placeholder {
    color: #656565;
    font-style: italic;
}

.uk-text-muted {
    color: #424242!important;
    font-size: 18px;
    font-weight: bold;
}

.formContainer .uk-width-6-12 {
    padding-bottom: 16px;
}

.uk-offcanvas-bar {
    background-color: whitesmoke;
}

.uk-offcanvas-bar .uk-nav li>a , .uk-offcanvas-bar .uk-nav-default .uk-nav-header {
    color: #000;
    font-size: 16px;
    letter-spacing: 0.5px;
    
}

.uk-offcanvas-bar svg {
    color: black;
}


.uk-offcanvas-bar .uk-nav li.uk-active>a {
    color: #A6C341 !important;
    font-weight: bold;
}

.uk-offcanvas-bar .uk-nav-default .uk-nav-sub a {
    color: #000;
}

.uk-navbar-dropdown-nav>li>a {
    color: #000;
    font-size: 14px;
    letter-spacing: 0.2px;
}

.uk-navbar-dropdown-nav>li>a:hover {
    color: #a3aa14;
}


.uk-navbar-dropdown-nav>li.uk-active>a {
    color: #a3aa14;
}


/* Smartphones */
@media (max-width: 480px) { 

    .uk-logo {
        height: 45px;
    }

    h2 {
        font-size: 31px !important;
    }

    .home-slideshow p {
        font-size: 18px;
    }

}
/* Smartphones to Tablets */
@media (min-width: 481px) and (max-width: 767px) { 

    .uk-logo {
        height: 55px;
    }

    h2 {
        font-size: 31px !important;
    }

    .home-slideshow p {
        font-size: 18px;
    }

}
/* Tablets */
@media (min-width: 768px) and (max-width: 959px) { 

}
/* Desktop */
@media (min-width: 960px) and (max-width: 1199px) { 
    .uk-logo img {
        max-height: none;
        width: 130px;
        max-width: none;
    }
}
/* Large Display */
@media (min-width: 1200px) { 
    .uk-logo img {
        max-height: none;
        width: 265px;
        max-width: none;
    }
}

