/*
Teal - 349e9e
Dark Grey - 333335
Medium Grey - 666665
Light Grey - f0ede9
*/

/*@import 'https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,200';*/
@font-face {
    font-family: 'Gotham Light';
    src: url('/css/fonts/GOTHAM-LIGHT.TTF');
}

* {
    /*font-family: 'Source Sans Pro', sans-serif;*/
    font-family: 'Gotham Light', sans-serif;
    font-weight: 200;
}

h1, h2, h3, h4, h5, h6 {
    color: #349e9e;
    font-weight: 200;
    text-transform: uppercase;
}

h2 {
    font-size: 44px;
    margin: 110px 0;
}

p {
    font-size: 18px;
    line-height: 38px;
}

.navbar {
    margin: 25px auto 0 auto;
}

.navbar a {
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
 }
.navbar a:hover {
    text-decoration: none;
    color: #349e9e;
}

.mobile-nav {
    /*position: absolute;
    left: 0;*/
}
.mobile-nav .navbar-toggle {
    color: #FFFFFF;
    margin-top: 0;
    padding-top: 0;
}
.mobile-nav .navbar-toggle .icon-bar {
    border: 1px solid #349e9e;
    width: 25px;
    background: #349e9e;
    height: 3px;
    margin: 7px auto;
}

#mobile-nav .navbar-mobile {
    margin: 0px 30px;
    background: #349e9e;
}
#mobile-nav .navbar-mobile  li {
    text-align: left;
    padding: 0px 20px;
}
#mobile-nav .navbar-mobile  li a {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
}
#mobile-nav .navbar-mobile  li a:hover {
    background: transparent;
    color: #ffffff;
}
#mobile-nav .navbar-mobile .line {
    margin: 0 20px;
    padding: 0 15px;
}
#mobile-nav .navbar-mobile .line div {
    width: 100%;
    border-bottom: 1px solid #ffffff;
    margin: 0 auto;
}
.logo {width:220px;}

@media (max-width: 1205px) {
    .navbar a {
        font-size: 13px;
    }
}

@media (max-width: 990px) {
    .navbar img {
        max-height: 60px;
    }
    .mobile-nav .navbar-toggle, .navbar-toggle {
        display: block!important;
    }
    .logo {margin:auto;width:170px;}
}
@media (max-width: 767px) {
    .logo {width:135px;}
}

.hero {
    margin: 110px auto;
}
.hero-search {
    margin-bottom: 60px;
}

.counters{
    /*margin: 110px auto;*/
}
.counter-box {
    border: 1px solid #cccccc;
    padding: 40px 25px;
}
.counter-box h5, .counter-box h5 span {
    color: #349e9e;
    font-size: 40px;
    margin-top: 0;
}
.counter-box span {
    color: #58585a;
    font-size: 18px;
    text-transform: uppercase;
}

.slider {
    margin: 110px auto 0 auto;
}

.footer {
    text-transform: uppercase;
    margin: 40px auto 24px auto;
}
.footer-links {

}
.footer-links a {
    text-transform: uppercase;
    color: #000000;
}

.social {
    margin: 0 0 110px 0;
    padding: 0;
}
.social li {
    list-style-type: none;
    margin: 0 6px;
    display: inline-block;
    font-size: 24px;
}
.social li a {padding: 6px;}
.social .instagram {
    background: #696a6a;
    color: #ffffff;
}
.social .youtube {
    background: #e9654b;
    color: #ffffff;
}
.social .pinterest {
    background: #eb5755;
    color: #ffffff;
}
.social .twitter {
    background: #78cdf0;
    color: #ffffff;
}
.social .linkedin {
    background: #2085c7;
    color: #ffffff;
}
.social .facebook {
    background: #44609d;
    color: #ffffff;
    width: 32px;
}

/* Search page styles from RCM */
.style1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
}

.style2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    padding-left: 0px;
    padding-right: 10px;
    color: #0c2074;
}
/* END Search page styles from RCM */
