@import "infinite-slider.css";
html,
body {
    height: 100%;
    font-family: 'Open Sans', sans-serif, "Helvetica Neue", Helvetica, Arial;
    font-size: 14px;
    /* -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; */
}

.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}

.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}

.modal-padding {
    padding-left: 25px;
    padding-right: 25px;
}

.big-checkbox {width: 16px; height: 16px;}

.text-big {
    font-size: 16px;
}

.text-red {
    color: #FF0000;
}

.text-underline {
    text-decoration: underline;
}

a {
    color: #014d7e;
}

a:hover {
    color: #044d7d;
    text-decoration: none;
}

hr.style-one {
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
}

hr.style-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.left-float {
    float: left;
}

/* 
h1 {
    font-family: inherit;
    font-weight: 700;
    font-size: 2em;
    color: #333333;
}

h2 {
    font-family: inherit;
    font-weight: 700;
    font-size: 1.5em;
    color: #333333;
}

h3 {
    font-family: inherit;
    font-weight: 700;
    font-size: 1.17em;
    color: #333333;
}

h4 {
    font-family: inherit;
    font-weight: 700;
    font-size: 1em;
    color: #333333;
}

h5 {
    font-family: inherit;
    font-weight: 700;
    font-size: .83em;
    color: #333333;
}

h6 {
    font-family: inherit;
    font-weight: 700;
    font-size: .67em;
    color: #333333;
} */

a.disabled {
    /* Make the disabled links grayish*/
    color: gray !important;
    /* And disable the pointer events */
    pointer-events: none;
  }

.justify-text {
    text-align: justify;
}

.no-padding {
    padding: 0 !important;
}

.box-shadow {
    -webkit-box-shadow: 0 0 8px #000000;
    -moz-box-shadow: 0 0 8px #000000;
    box-shadow: 0 0 8px #000000;
}

.no-radius {
    border-radius: 0 !important;
}

/* .h5 {
    font-family: inherit;
    font-weight: bold;
    line-height: 0.5;
    color: inherit;
} */
h2 {
    color: #044D7D;
    
}

h4 {
    /* font-family: inherit; */
    font-weight: 500;
    line-height: 1;
    color: #044D7D !important;
    margin-top: 5px;
    margin-bottom: 5px;
}

h4.no-pad {
    line-height: normal;
    margin: 0;
}

h5 {
    /* font-family: inherit; */
    font-weight: 550;
    line-height: 1;
    color: #044D7D !important;
    margin-top: 10px;
    margin-bottom: 5px;
}

h5.blue-bg {
    background-color: #044D7D;
    color: #fff !important;
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    padding: 6px;
    text-align: center;
    /* padding: 5px; */
}

h5.pnl-title {
    background-color: transparent;
    /* color: inherit; */
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    padding: 5px 0 0 0;
    text-align: center;
    /* padding: 5px; */
}

p.inner {
    padding: 10px;
}

.heading {
    background-color: #ffffff !important;
    padding-top: 5px;
    position: fixed;
    height: 155px;
    width: 100%;
    color: #014d7e;
    font-size: 13px;
    z-index: 1039;
}

address {
    margin-bottom: 0 !important;
    font-style: normal;
    line-height: 1.42857143;
}


/* FOR MOBILE SCREEN SIZE  */

@media screen and (max-width: 1200px) {
    body {
        height: 100%;
        padding-top: 0;
    }
    .heading {
        padding-top: 5px;
        position: relative;
        height: auto;
    }
    main .main-style {
        padding-top: 0;
        top: 0;
        /* height: inherit; */
    }
    ul.nav.navbar-nav {
        margin-left: 0 !important;
    }
 
    .carousel-inner>.item>img,
    .carousel-inner>.item>a>img {
        width: 100%;
    }
    .content-style {
        padding-right: 0;
    }
    .footer-style {
        position: relative;
    }
    .col-border-l,
    .col-border-m,
    .col-border-r {
        width: 100%;
        border: 1px solid #044D7D;
    }
    .panel-custom {
        margin: 0 auto;
        width: 100% !important;
        height: 100% !important;
    }
    #contact.inner-box-contact {
        position: initial;
        width: 100% !important;
        height: 100% !important;
    }
    #contact.pad-top {
        padding-top: 0;
    }
}
/*PRELOADERS */



/* /.FOR MOBILE SCREEN SIZE  */


/*NAVIGATION*/

ul.nav.navbar-nav {
    margin-left: -20px;
}

.nav.navbar-nav>li {
    margin-left: 15px;
    height: 50px;
}

.navbar-custom {
    /*background-color: #014d7e;*/
    background-color: #044D7D;
    border-radius: 0px;
    margin-left: 0;
    z-index: 22;
}

.navbar-custom .navbar-brand {
    color: #ffffff;
}

.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus {
    color: #e6e6e6;
    background-color: transparent;
}

.navbar-custom .navbar-text {
    color: #ffffff;
}

.navbar-custom .navbar-nav>li>a {
    color: #ffffff;
}

.navbar-custom .navbar-nav>li>a:hover,
.navbar-custom .navbar-nav>li>a:focus {
    /*color: #00a9ff;*/
    color: #3498DB;
    background-color: transparent;
    text-decoration: none;
}

.navbar-custom .navbar-nav>.active>a,
.navbar-custom .navbar-nav>.active>a:hover,
.navbar-custom .navbar-nav>.active>a:focus {
    color: #4183D7;
    background-color: transparent;
    text-decoration: none;
}

.navbar-custom .navbar-nav>.disabled>a,
.navbar-custom .navbar-nav>.disabled>a:hover,
.navbar-custom .navbar-nav>.disabled>a:focus {
    color: #cccccc;
    background-color: transparent;
}

.navbar-custom .navbar-toggle {
    border-color: #4183D7;
}

.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
    background-color: #4183D7;
}

.navbar-custom .navbar-toggle .icon-bar {
    background-color: #cccccc;
}

.navbar-custom .navbar-collapse,
.navbar-custom .navbar-form {
    border-color: #3498db;
}

.navbar-custom .navbar-nav>.dropdown>a:hover .caret,
.navbar-custom .navbar-nav>.dropdown>a:focus .caret {
    border-top-color: #c0c0c0;
    border-bottom-color: #c0c0c0;
}

.navbar-custom .navbar-nav>.open>a,
.navbar-custom .navbar-nav>.open>a:hover,
.navbar-custom .navbar-nav>.open>a:focus {
    background-color: #3498db;
    color: #c0c0c0;
}

.navbar-custom .navbar-nav>.open>a .caret,
.navbar-custom .navbar-nav>.open>a:hover .caret,
.navbar-custom .navbar-nav>.open>a:focus .caret {
    border-top-color: #c0c0c0;
    border-bottom-color: #c0c0c0;
}

.navbar-custom .navbar-nav>.dropdown>a .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}

@media (max-width: 767) {
    .navbar-custom .navbar-nav .open .dropdown-menu>li>a {
        color: #ffffff;
    }
    .navbar-custom .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-custom .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #c0c0c0;
        background-color: transparent;
    }
    .navbar-custom .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-custom .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-custom .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #c0c0c0;
        background-color: #3498db;
    }
    .navbar-custom .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-custom .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-custom .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #cccccc;
        background-color: transparent;
    }
}

.navbar-custom .navbar-link {
    color: #ffffff;
}

.navbar-custom .navbar-link:hover {
    color: #c0c0c0;
}


/* /.NAVIGATION */

.bold-font {
    font-size: 14px;
    font-weight: bold;
    padding: 0;
}


/* SEARCH NAV */

.btn-search {
    background-color: #014d7e;
    color: #fff;
    border-radius: 0;
    border-color: #eee;
}

.btn-search:hover {
    color: #00a9ff;
}

.input-search {
    border-radius: 0;
    background-color: #fff;
    box-shadow: none;
    border: none;
    border-right: 1px solid #eee;
}

.input-search:focus {
    box-shadow: none;
}


/* /.SEARCH NAV */


/* main */


/* 
.content-container {
    position: relative;
    width: 500px;
    height: 370px;
}

.content-container div {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
} */

.bg-logo {
    background: url('../img/smlazo-logo-blue-op.png') no-repeat center center;
}

.main-style {
    padding-top: 156px;
}

.main-content {
    /* padding-top: 140px; */
    padding-top: 156px;
    padding-bottom: 45px;
}

.content-style {
    padding: 8px 25px 40px 0;
}

.marquee {
    height: 200px;
    /* width: inherit; */
    white-space: normal;
    overflow: hidden;
    /* color: inherit; */
    background: transparent;
}


/* .welcome {
    background: url('../img/smlazo-logo-blue.png') no-repeat center center fixed;
    font-size: 13px;
    padding-top: 0;
    padding-left: 0;
} */


/*ROW NO GUTTER*/


/* no-gutters Class Rules */

.row.no-gutters>[class^="col-"],
.row.no-gutters>[class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
    margin-left: 0;
    margin-right: 0;
}


/* .no-gutter [class*="col-"] {
    padding: 0;
    margin-top: 5px;
} */

.col-border-l,
.col-border-m,
.col-border-r {
    border-top: 1px solid #044D7D;
    border-bottom: 1px solid #044D7D;
    padding: 0;
}

.col-border-l {
    border-left: 1px solid #044D7D;
}

.col-border-m {
    border-left: 1px solid #044D7D;
    border-right: 1px solid #044D7D;
}

.col-border-r {
    border-right: 1px solid #044D7D;
}

.panel-custom {
    height: 260px;
    width: 380px;
}

.pnl-body {
    padding: 12px 15px 15px 15px;
}

.pnl-body-peme {
    padding: 10px 20px 10px 20px;
}

.pnl-body-logo {
    padding: 8px 0 0 0;
}

.carousel-indicators {
    bottom: 0;
}

.meButton2 {
    display: inline-block;
    cursor: pointer;
    color: #044D7D;
    background-color: transparent;
    padding: 5px 10px;
    font: normal 12px arial;
    text-align: center;
    text-decoration: none;
    border: 1px solid #044D7D;
    border-radius: 0px;
    /* position: absolute;
    left: 15px;
    bottom: 15px; */
}

.meButton2:hover {
    text-decoration: none;
    color: #fff;
    background-color: #044D7D;
    border: 1px solid #66A6CB;
}

.color-blue {
    color: #044D7D;
}


/* /.main */


/****** LOGIN MODAL ******/

.loginmodal-container {
    padding: 10px 20px;
    max-width: 350px;
    width: 100% !important;
    background-color: #F7F7F7;
    margin: 155px auto 0;
    border-radius: 0;
    /* box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3); */
    overflow: hidden;
    /* font-family: inherit; */
}

.loginmodal-container h3 {
    text-align: center;
    font-size: 1.8em;
    font-family: roboto;
}

.loginmodal-container input[type=submit] {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    position: relative;
}

.loginmodal-container input[type=text],
input[type=password] {
    /* height: 45px; */
    font-size: 16px;
    width: 100%;
    /* margin-bottom: 10px; */
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-top: 1px solid #c0c0c0;
    border-radius: 0;
    /* padding: 0 8px; */
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.loginmodal-container input[type=text]:hover,
input[type=password]:hover {
    /* border: 1px solid #b9b9b9; */
    border: 1px solid #044D7D;
    border-top: 1px solid #044D7D;
    /* border-top: 1px solid #a0a0a0; */
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.loginmodal {
    text-align: center;
    font-size: 14px;
    /* font-family: inherit; */
    font-weight: 700;
    height: 36px;
    padding: 0 8px;
    /* border-radius: 3px; */
    /* -webkit-user-select: none;
  user-select: none; */
}

.loginmodal-submit {
    /* border: 1px solid #3079ed; */
    border: 0px;
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    background-color: #044D7D;
    padding: 10px 0px;
    /* font-family: inherit; */
    font-size: 14px;
    /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.loginmodal-submit:hover {
    /* border: 1px solid #2f5bb7; */
    border: 0px;
    text-shadow: 0 1px rgba(0, 0, 0, 0.3);
    background-color: #2574A9;
    /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.loginmodal-container a {
    text-decoration: none;
    color: #666;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    opacity: 0.6;
    transition: opacity ease 0.5s;
}

.login-help {
    font-size: 12px;
}


/* CONTACT */

.inner-box-contact {
    background-color: #fff;
    height: 335px;
    width: 98%;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 10px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.location-map {
    padding: 5px 0 20px 0;
}

.pad-top {
    padding-top: 0px;
}


/* /.CONTACT  */


/* FOOTER */

.footer-style {
    background-color: #044D7D !important;
    border-radius: 0;
    border-top: 1px solid #fff;
    font-size: 12px;
    color: #fff;
    padding-top: 5px;
    margin-bottom: -5px;
}

.footer-style a {
    background: transparent;
    color: #fff;
    text-decoration: none;
}

.footer-style a:hover {
    background: transparent;
    color: #3498db;
}

.footer-style p a {
    color: #fff;
}

.footr-nav {
    padding: 4px;
}

.no-padding {
    padding: 0;
}

.terms {
    font-size: 10px !important;
}
/* END FOOTER */


/* ABOUT PAGE */
.about_bldg {
    padding-right: 10px;
}
/* END ABOUT PAGE */

/* CERTIFICATIONS */
.slider-accred {
    margin-top: 80px;
}



/* END CERTIFICATIONS */