/* Custom Stylesheet */


/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */


/* #003c7e header color

Body Copy
font-family: 'Noto Sans',sans-serif;
font-size: 15px;
line-height: 1.2;
color: #48494a;


Legal Footer color #172e56

Legal Footer Fonts
font-family: 'Noto Sans',sans-serif;
font-size: 12px;
line-height: 1.5;
color: #ffffff;*/



@import 'https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i';
.icon-block {
    padding: 0 15px;
}

.icon-block .material-icons {
    font-size: inherit;
}

.modal {
    will-change: inherit
}

body {
    font-family: 'Noto Sans', sans-serif;
    font-size: 15px;
    line-height: 1.2;
    color: #48494a;
}

.bestwestern_color {
    background-color: #003c7e !important;
}

.bestwestern_text {
    color: #003c7e;
}


/*nav .nav-wrapper {
    background: url(http://com.jobing.static.s3.amazonaws.com/company/sites/seni_sandbox/BestWestern/img/logo-header.png);
    /*background-size: 700px;

    background-position: bottom left;
    overflow: hidden;*/

background-repeat: no-repeat;

}
*/ ul {
    padding: none !important;
}
ul li {
    list-style: circle;
}
h1 {
    font-size: 3.5rem;
}
h2 {
    font-size: 1.2rem;
}
h3 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.2;
    color: #003c7e;
    margin: 0 0 1.168rem 0;
}
nav ul {
    left: 20%;
    position: relative;
}
nav ul li {
    list-style: none !important
}
nav ul a {
    font-size: .9rem
}
#backtomain {
    padding-right: 10px;
    font-size: 12px
}
.underline {
    font-weight: 300;
    display: inline-block;
    padding-bottom: 5px;
    position: relative;
}
.underline:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 1px;
    bottom: 0;
    left: 0;
    border-bottom: 3px solid #fff;
}
footer ul li {
    list-style: none
}
footer ul {
    padding: 0
}

/*grid images*/
body.gallery-open {
    overflow-y: hidden;
}
.grid {
    max-width: 1200px;
    margin: 0 auto;
}
.grid .grid-sizer {
    width: 50%;
}
#grid_pull {
    left: 200px;
    position: relative;
}
.grid .grid-item {
    max-width: 50%;
    float: left;
    padding: 10px;
    transition: .3s ease-in-out;
    display: flex;
    box-orient: horizontal;
    box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap;
    flex: 0 1 auto;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.grid .grid-item:before {
    opacity: 0;
    position: fixed;
    display: block;
    content: '';
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    transition: .3s ease-in-out;
}
.grid .grid-item img {
    max-width: 100%;
    display: block;
    transition: .3s ease-in-out;
}
figure.hover_effect {
    position: relative;
    float: left;
    overflow: hidden;
    margin: auto;
    /* min-width: 220px; */
    /* max-width: 310px; */
    /* max-height: 220px; */
    /* width: 100%; */

    background: #003c7e;
    color: #ffffff;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
figure.hover_effect * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
figure.hover_effect img {
    max-width: 100%;
    position: relative;
    opacity: 0.9;
}
figure.hover_effect figcaption {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 13%;
    right: 13%;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-width: 1px 1px 0;
    background-color: rgba(0, 0, 0, 0.2);
}
figure.hover_effect h2 {
    padding: 15px 20px;
    margin: 0;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 5px;
    width: 100%;
    text-align: center;
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
    figure.hover_effect h2 {
        font-size: 10px;
        letter-spacing: 2px;
    }

    .video-container {
        top: 100px;
    }
}
figure.hover_effect h2 span {
    font-weight: 800;
}
figure.hover_effect .caption {
    overflow: hidden;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    position: absolute;
    bottom: 0;
    width: 100%;
}
figure.hover_effect p {
    display: table;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
    text-align: center;
    width: auto;
    color: rgba(255, 255, 255, 0);
    font-size: 0.8em;
}
figure.hover_effect p:before, figure.hover_effect p:after {
    position: absolute;
    width: 150%;
    height: 1px;
    content: '';
    background: white;
    bottom: 50%;
    -webkit-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
}
figure.hover_effect p:before {
    left: -100%;
}
figure.hover_effect p:after {
    right: -100%;
}
figure.hover_effect a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}
figure.hover_effect:hover img, figure.hover_effect.hover img {
    opacity: 0.35;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
figure.hover_effect:hover p, figure.hover_effect.hover p {
    opacity: 1;
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
    color: #ffffff;
}
figure.hover_effect:hover p:before, figure.hover_effect.hover p:before, figure.hover_effect:hover p:after, figure.hover_effect.hover p:after {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
figure.hover_effect:hover p:before, figure.hover_effect.hover p:before {
    left: -150%;
}
figure.hover_effect:hover p:after, figure.hover_effect.hover p:after {
    right: -150%;
}

/*testimonial*/
.main-gallery {
    background: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    border-top: solid 10px #003c7e;
}
.gallery-cell {
    width: 100%;
}
.testimonial {
    text-align: center;
    max-width: 850px;
    margin: 100px auto 130px auto;
    padding: 0 20px;
}
.testimonial-avatar {
    width: 100px;
    border-radius: 50%;
}
.testimonial-quote {
    display: block;
    font-size: 24px;
    font-weight: 300;
    padding: 10px 0;
}
.testimonial-author {
    display: block;
    font-weight: 800;
    color: #003c7e;
}
.flickity-page-dots {
    bottom: 25px;
}
.flickity-page-dots .dot.is-selected {
    background: #003c7e;
}

/*footer*/
footer.page-footer .footer-copyright {
    overflow: hidden;
    height: auto;
    line-height: 50px;
    color: rgba(255, 255, 255, 0.8);
    background-color: rgba(51, 51, 51, 0.4);
}
footer.page-footer .footer-copyright p {
    font-size: 12px;
    line-height: 15px
}

/*bottom nav*/
.bottom_nav {
    overflow: hidden;
    height: auto;
    line-height: 50px;
    color: rgba(255, 255, 255, 0.8);
    background-color: rgba(51, 51, 51, 0.4);
    position: relative;
    z-index: 999;
}

/*jobs*/
#job-detail nav {
    position: relative;
    background-color: #003c7e !important
}
#job-detail .container {
    max-width: 100%;
    width: 100%;
}
#job-detail .inner {
    max-width: 960px;
    margin: 50px auto;
}
@media only screen and (max-width: 993px) {
    #backtomain {
        display: none!important
    }
}
nav .brand-logo {
    margin-top: 5px;
}
.side-nav {
    padding: 0
}
