/**********************
Global Styles
**********************/
*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/** Fixing bootstrap columns for safari **/
.row:after,
.row:before {
    display: inline-block !important;
}

body {
    background-color: #fff;
    color: #1d1e1f;
    font-size: 16px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: Roboto, Helvetica, sans-serif;
}

button {
    background-color: transparent;
    border: 0;
}

button:hover {
    cursor: pointer;
}

button:focus {
    outline: 0;
}

a,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: 0;
    color: #e9a30b;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover {
    color: #c0c0c0;
}

section {
    padding: 80px 0;
}

.container {
    max-width: 1140px;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.embed-container embed,
.embed-container iframe,
.embed-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.section-title {
    color: #1f2932;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 500;
    font-size: 34px;
    margin-bottom: 0;
}

.sub-heading {
    font-size: 18px;
    line-height: 20px;
    color: #1d1e1f;
    font-weight: 600;
}

strike {
    color: #1d1e1f;
}

.img-container {
    text-align: center;
}

.sale-text {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    margin: 20px 0;
    color: #1f2932;
}

.modal {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Buttons */
.btn-prime,
.btn-prime:link,
.btn-prime:visited {
    padding: 10px 25px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    letter-spacing: 0.1em;
    border-radius: 0;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    vertical-align: middle;
    font-weight: 600;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: 0;
}

.btn-prime:hover {
    opacity: 0.9;
}

.btn-prime-dark,
.btn-prime-dark:focus,
.btn-prime-dark:hover {
    border: 2px solid #eeba0e;
    background-color: #eeba0e;
    color: #fff;
}

.btn-prime-border,
.btn-prime-border:focus,
.btn-prime-border:hover {
    background-color: transparent;
    border: 2px solid #000;
    color: #000;
}

.flex-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.embed-container embed,
.embed-container iframe,
.embed-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/** MEDIA QUERIES **/
@media only screen and (max-width: 1199px) {
    .container {
        max-width: 1060px;
    }
}

@media only screen and (max-width: 991px) {
    section {
        padding: 50px 0;
    }
}

@media only screen and (max-width: 600px) {
    .section-title {
        font-size: 30px;
    }

    p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 450px) {
    section {
        padding: 40px 0;
    }

    .sub-heading {
        font-size: 18px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 375px) {
    .section-title {
        font-size: 22px !important;
    }
}

/**********************
End of Global Styles
**********************/
/**********************
Site Styles
**********************/
@font-face {
    font-family: "Times New Roman";
    src: url("../../dist/fonts/times-new-roman.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

.menu-item {
    font-size: 13px;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 500;
    outline: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #fff !important;
}

.menu-item:hover {
    color: #eeba0e;
}

main {
    padding: 80px 0;
}

.bg-color {
    background-color: #eeba0e;
}

.fa-arrow-right {
    margin-right: 5px;
}

.bg-img {
    margin-top: 80px;
    text-align: center;
    background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url("../dist/img/hands.jpg");
    background-image: -webkit-linear-gradient(left top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../dist/img/hands.jpg");
    background-image: -o-linear-gradient(left top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../dist/img/hands.jpg");
    background-image: linear-gradient(to right bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.5)), url("../dist/img/hands.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 550px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bg-img .section-title {
    color: #002d60;
    font-size: 50px;
}

/**********************
Footer
**********************/
footer {
    background-color: #1f2932;
    text-align: center;
    color: #fff;
    padding: 30px 0;
}

/**********************
Navigation
**********************/
.logo img {
    height: 80px;
}

.main-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: #1f2932;
    z-index: 2;
}

.main-nav .navigation {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-nav .navigation .row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-nav .navigation .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-nav button#mobile-btn {
    padding-right: 16px;
}

/**CMD**/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #1f2932;
    opacity: 0.99;
    overflow-x: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-align: center;
}

.sidenav a {
    color: #818181;
}

.closing-layer {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.sidenav .sidenav a:hover {
    color: red;
}

.sidenav .logo {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 0;
    padding: 25px 17px 0 0;
}

@media (min-width: 992px) {
    #mobile-btn {
        display: none;
    }
}

@media (max-width: 991px) {
    .main-nav .navigation .menu {
        display: none;
    }
}

/**** Home ****/
.row-2 {
    margin: 50px 0;
}

/**** Main ****/
@media (max-width: 767px) {
    main {
        padding: 50px 0;
    }
}

/**********************
Hero
**********************/
.hero {
    background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.5))), url("../img/hands.jpg");
    background-image: -webkit-linear-gradient(left top, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url("../img/hands.jpg");
    background-image: -o-linear-gradient(left top, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url("../img/hands.jpg");
    background-image: linear-gradient(to right bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.5)), url("../img/hands.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 550px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin-top: 80px;
}

.hero .section-title {
    color: #002d60;
    font-size: 50px;
    margin-bottom: 10px;
}

.hero .sub-heading {
    color: #002d60;
}

.hero .btn-prime {
    color: #fff;
}

@media (min-width: 1600px) {
    .hero {
        height: 800px;
    }

    .hero .section-title {
        font-size: 60px;
    }
}

@media (max-width: 767px) {
    .hero {
        height: 480px;
    }
}

@media (max-width: 700px) {
    .hero .section-title {
        font-size: 44px;
    }
}

@media (max-width: 450px) {
    .hero .section-title {
        font-size: 27px;
    }

    .hero .btn-prime {
        width: 100%;
    }
}

/**********************
Intro
**********************/
@media (max-width: 767px) {
    .intro {
        text-align: center;
        padding-bottom: 60px;
    }
}

/**********************
Resources
**********************/
.tools {
    margin-top: 10px;
}

.tools p {
    margin-bottom: 3px;
}

.tools span {
    display: block;
}

.tools .fa-arrow-right {
    color: #b5b5b5;
    font-size: 9px;
}

@media (max-width: 767px) {
    .resources {
        text-align: center;
    }

    .resources .tools {
        text-align: center;
    }

    .resources .tools .section-title {
        text-align: center;
    }
}

/**********************
The Team
**********************/
.meet-team .img-container {
    text-align: left;
    margin-bottom: 16px;
}

.meet-team .title {
    font-weight: 700;
}

.meet-team .cta-container {
    margin-top: 16px;
}

@media (max-width: 767px) {
    .meet-team .section-title {
        text-align: center;
    }

    .meet-team .img-container {
        margin-top: 30px;
        text-align: center;
    }

    .meet-team .contact-info {
        max-width: 300px;
        margin: 0 auto;
    }

    .meet-team .cta-container {
        text-align: center;
    }
}

/**********************
Questions
**********************/
.questions .cta-container {
    margin-bottom: 16px;
}

@media (max-width: 767px) {
    .questions {
        text-align: center;
        padding-top: 60px;
    }
}

/**********************
Widget
**********************/
/**********************
Sevices
**********************/
@media (max-width: 767px) {
    .page-services {
        text-align: center;
    }
}

/**********************
Products
**********************/
.page-products h6 {
    font-weight: 700;
}

.page-products ol {
    list-style: none;
    padding-left: 10px;
}

@media (max-width: 575px) {
    .page-products {
        text-align: center;
    }

    ul {
        padding: 0;
        list-style: none;
    }

    .product-item {
        margin-bottom: 30px;
    }
}

/**********************
Our Team
**********************/
.page-our-team {
    padding-bottom: 0;
}

#our-team {
    text-align: center;
    padding: 0;
}

#our-team .section-title {
    margin-bottom: 55px;
}

#our-team img {
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 1px solid #c0c0c0;
    padding: 3px;
}

#our-team img:hover {
    color: #000;
    opacity: 0.6;
}

#our-team .bio {
    display: none;
}

#our-team .title {
    color: #9e9e9e;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 0;
}

#our-team .name {
    font-size: 20px;
    font-family: brandon-grotesque;
    font-weight: 700;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#our-team .name:hover {
    color: #000;
    opacity: 0.6;
}

#our-team .row1 {
    margin-bottom: 50px;
}

.in-memoriam {
    margin-top: 50px;
    text-align: left;
}

.in-memoriam img {
    margin: 0 !important;
}

.in-memoriam .section-title {
    margin-bottom: 10px !important;
    font-weight: 600;
}

@media (max-width: 767px) {
    .in-memoriam {
        text-align: center;
        margin-top: 0;
        padding-bottom: 0;
    }

    .in-memoriam .flex-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .in-memoriam .text-area {
        margin-bottom: 30px;
    }
}

.teamMember .title {
    display: none;
}

#teamMemberBios {
    padding-right: 0 !important;
}

#teamMemberBios .extra-text .education {
    font-weight: 700;
    margin-bottom: 5px;
}

#teamMemberBios .modal-body {
    padding-top: 0;
}

#teamMemberBios .modal-header {
    border-bottom: 0;
}

#teamMemberBios .img-container {
    text-align: center;
}

#teamMemberBios img#modalImg {
    margin-bottom: 10px;
    border: 1px solid #c0c0c0;
    padding: 3px;
}

#teamMemberBios p.bio__text {
    font-weight: 300;
    font-size: 16px;
}

#teamMemberBios p#modalteamMember,
#teamMemberBios p#modalteamMemberTitle {
    margin-bottom: 0;
}

#teamMemberBios p#modalteamMember {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}

#teamMemberBios p#modalteamMemberTitle {
    font-size: 14px;
    color: #9e9e9e;
    font-weight: 300;
    text-transform: uppercase;
}

#teamMemberBios .titles {
    text-align: center;
    margin-bottom: 10px;
}

.modal-open {
    padding-right: 0 !important;
}

button.bio-modal {
    padding: 0;
}

@media (max-width: 767px) {
    #our-team .row1 {
        margin-bottom: 0;
    }

    .teamMember {
        padding-bottom: 40px;
    }
}

@media (max-width: 450px) {
    #our-team .name {
        font-size: 16px;
    }

    .btn-prime,
    .btn-prime:link,
    .btn-prime:visited {
        padding: 10px 25px;
        font-size: 10px;
    }
}

/**********************
Partners
**********************/
.page-partners .company {
    margin-bottom: 30px;
}

.page-partners .company .section-title {
    margin-bottom: 8px;
    font-size: 26px;
    font-weight: 700;
}

@media (max-width: 767px) {
    .page-partners {
        text-align: center;
    }
}

/**********************
Contact Us
**********************/
.page-contact h4 {
    text-align: center;
    margin-bottom: 30px;
}

.page-contact .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    margin: 40px 0;
}

.page-contact .items .item {
    background: #ececec;
    color: #171e42;
    padding: 16px 30px;
    text-align: center;
    margin: 10px 15px;
    width: 25%;
}

.page-contact .items .item .name {
    margin-bottom: 5px;
    color: #000;
    font-weight: 700;
}

.page-contact .items .item .title {
    color: #808080;
    font-size: 14px;
}

.page-contact .disclaimer {
    text-align: center;
}

.page-contact .location {
    margin: 50px 0;
}

.page-contact .location .section-title {
    font-weight: 700;
}

.page-contact .location .address {
    margin-bottom: 10px;
}

.page-contact .map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.page-contact .map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

@media (max-width: 850px) {
    .items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .item {
        width: 48%;
        margin: 10px 0 0;
    }
}

@media (max-width: 600px) {
    .page-contact .items .item {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .location {
        text-align: center;
    }

    .location .text-area {
        margin-bottom: 30px;
    }
}

@media (max-width: 500px) {
    .item {
        width: 100%;
    }

    .page-contact h4 {
        font-size: 18px;
        margin-bottom: 20px;
    }
}

.modal-content {
    border: none;
    border-radius: 0;
    text-align: center;
}

/**********************
Contact
**********************/
