@font-face {
    font-family: 'GT-Sectra-Trial-Book';
    src: url(”../fonts/GT-Sectra-Trial-Book.otf”);
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'GT-Sectra-Light';
    src: url("../fonts/GT-Sectra-Display-Trial-Light.otf");
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'robotoregular';
    src: url("../fonts/webfonts/Roboto-Regular-webfont.eot");
    src: url("../fonts/webfonts/Roboto-Regular-webfont-.eot#iefix") format("embedded-opentype"), url("../fonts/webfonts/Roboto-Regular-webfont.woff") format("woff"), url("../fonts/webfonts/Roboto-Regular-webfont.ttf") format("truetype"), url("../fonts/webfonts/Roboto-Regular-webfont.svg.html#robotoregular") format("svg");
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'robotomedium';
    src: url("../fonts/webfonts/Roboto-Medium-webfont.eot");
    src: url("../fonts/webfonts/Roboto-Medium-webfont-.eot#iefix") format("embedded-opentype"), url("../fonts/webfonts/Roboto-Medium-webfont.woff") format("woff"), url("../fonts/webfonts/Roboto-Medium-webfont.ttf") format("truetype"), url("../fonts/webfonts/Roboto-Medium-webfont.svg.html#robotomedium") format("svg");
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'robotolight';
    src: url("../fonts/webfonts/Roboto-Light-webfont.eot");
    src: url("../fonts/webfonts/Roboto-Light-webfont-.eot#iefix") format("embedded-opentype"), url("../fonts/webfonts/Roboto-Light-webfont.woff") format("woff"), url("../fonts/webfonts/Roboto-Light-webfont.ttf") format("truetype"), url("../fonts/webfonts/Roboto-Light-webfont.svg.html#robotolight") format("svg");
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'robotothin';
    src: url("../fonts/webfonts/Roboto-Thin-webfont.eot");
    src: url("../fonts/webfonts/Roboto-Thin-webfont-.eot#iefix") format("embedded-opentype"), url("../fonts/webfonts/Roboto-Thin-webfont.woff") format("woff"), url("../fonts/webfonts/Roboto-Thin-webfont.ttf") format("truetype"), url("../fonts/webfonts/Roboto-Thin-webfont.svg.html#robotothin") format("svg");
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'Arial-light';
    src: local("Arial");
    font-weight: 300
}
@font-face {
    font-family: 'Arial-thin';
    src: local("Arial");
    font-weight: 100
}
@font-face {
    font-family: 'Arial-regular';
    src: local("Arial");
    font-weight: 400
}
@font-face {
    font-family: 'Sans-Serif-regular';
    src: local("Sans-Serif");
    font-weight: 400
}
@font-face {
    font-family: 'Sans-Serif-thin';
    src: local("Sans-Serif");
    font-weight: 100
}
@font-face {
    font-family: 'Sans-Serif-light';
    src: local("Sans-Serif");
    font-weight: 300
}
@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon-mptor.eot");
    src: url("../fonts/icomoon-mptor.eot#iefix") format("embedded-opentype"), url("../fonts/icomoon-mptor.ttf") format("truetype"), url("../fonts/icomoon-mptor.woff") format("woff"), url("../fonts/icomoon.svg-mptor.html#icomoon") format("svg");
    font-weight: normal;
    font-style: normal
}
[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.icon-FF_Slash:before {
    content: "\e900"
}
.icon-circle-right:before {
    content: "\e605"
}
.icon-circle-left:before {
    content: "\e606"
}
.icon-facebook:before {
    content: "\e901"
}
.icon-instagram:before {
    content: "\e602"
}
.icon-twitter:before {
    content: "\e902"
}
.icon-linkedin2:before {
    content: "\e903"
}
html,
body {
    height: 100%
}
body {
    padding: 0;
    margin: 0;
    background: #fff;
    background-size: cover;
    font-family: "robotolight", "Arial-light", "Sans-Serif-light";
    font-size: 12px
}
#home body {
    color: #4e4e4e;
    font-size: 12px;
    background: #fff
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "robotolight", "Arial-light", "Sans-Serif-light";
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 3px
}
#home h1,
#home h2,
#home h3,
#home h4,
#home h5,
#home h6 {
    color: #494949
}
p,
ul li {
    font-size: 13px;
    font-family: "robotolight", "Arial-light", "Sans-Serif-light";
    line-height: 25px;
    letter-spacing: 1px
}
.bold {
    font-family: "robotoregular", "Arial-regular", "Sans-Serif-regular"
}
a,
a:hover,
a:active,
a:visited,
a:focus {
    text-decoration: none;
    cursor: pointer
}
a:hover {
    color: #888
}
h1,
h3 {
    font-size: 18px;
    line-height: 25px;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-family: "robotolight", "Arial-light", "Sans-Serif-light";
    margin-bottom: 15px;
    color: #fff
}
.clear {
    clear: both
}
.hamburger-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #111;
    z-index: 500
}
.hamburger-menu li {
    letter-spacing: 1.5px
}
.hamburger-menu .nav-ul {
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
    padding-left: 40px;
    padding-right: 50px;
    padding-top: 130px
}
.hamburger-menu .nav-ul li {
    float: none;
    list-style-type: none;
    width: 100%
}
.hamburger-menu .nav-ul li a {
    display: block;
    font-size: 40px;
    color: #ffffff;
    line-height: 60px;
    text-transform: uppercase;
    padding: 5px 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s
}
.hamburger-menu .nav-ul li.active a,
.hamburger-menu .nav-ul li a.active,
.hamburger-menu .nav-ul li a:hover,
.hamburger-menu .nav-ul li a:focus {
    color: #888;
    text-decoration: none
}
.social {
    width: 100%;
    margin-right: auto;
    margin-left: auto
}
#career-section .social p {
    margin-bottom: 10px
}
.social span {
    font-size: 20px;
    color: #4e4e4e;
    cursor: pointer;
    margin-right: 30px;
    color: #bda487
}
.social span.icon-instagram {
    font-size: 15px
}
.social span.icon-twitter {
    font-size: 15px
}
.social span:hover {
    color: #888
}
.social span:hover {
    color: #888;
    text-decoration: none
}
.social a:hover {
    text-decoration: none;
    color: #888
}
#about .submit-btn .btn {
    margin-top: 50px
}
.btn-square {
    font-size: 13px;
    font-family: "robotolight", "Arial-light", "Sans-Serif-light";
    line-height: 25px;
    letter-spacing: 1px;
    border-radius: 0;
    border: 2px solid #bda487;
    text-transform: capitalize;
    padding: 10px 30px;
    display: inline-block;
    color: #bda487;
    background-color: rgba(255, 255, 255, 0.2);
    text-decoration: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    font-family: "robotoregular", "Arial-regular", "Sans-Serif-regular";
    cursor: pointer
}
.btn-square:hover {
    color: #888;
    border: 2px solid #888
}
.sub-submit-btn {
    font-size: 13px;
    font-family: "robotolight", "Arial-light", "Sans-Serif-light";
    line-height: 25px;
    letter-spacing: 1px;
    border-radius: 0;
    border: 2px solid #bda487;
    text-transform: capitalize;
    padding: 10px 30px;
    display: inline-block;
    color: #bda487;
    background-color: rgba(255, 255, 255, 0.2);
    text-decoration: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    font-family: "robotoregular", "Arial-regular", "Sans-Serif-regular";
    cursor: pointer;
    background-color: transparent;
    border: 2px solid #bda487
}
.sub-submit-btn:hover {
    color: #888;
    border: 2px solid #888
}
.content h3 {
    margin-top: 15px;
    margin-bottom: 15px
}
li {
    letter-spacing: 1.5px;
    line-height: 25px;
    margin-bottom: 5px
}
@media (max-width: 767px) {
    .content h3.second-title {
        margin-top: 35px
    }
}
.mobile-only {
    display: none
}
.desktop-only {
    display: inline
}
#contact-in-footer {
    margin-top: 50px;
    text-align: left;
    background-color: #191d20;
    background-size: cover;
    position: relative
}
#contact-in-footer .contact-center-wrapper {
    width: 100%;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px
}
#contact-in-footer .contact-content {
    margin-left: auto;
    margin-right: auto
}
#contact-in-footer h1,
#contact-in-footer p {
    color: white
}
#contact-in-footer .social {
    margin-bottom: 50px
}
#mc_embed_signup form {
    width: 680px;
    margin-left: auto;
    margin-right: auto;
    font-size: 13px
}
#mc_embed_signup form .clear {
    clear: both
}
.mc-field-group .float-left {
    margin-right: 25px
}
.mc-field-group input {
    font-family: "robotothin", "Arial-thin", "Sans-Serif-thin";
    font-size: 13px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    float: left;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #aaa;
    color: #fff;
    background-color: transparent;
    width: 320px;
    margin-top: 25px;
    padding: 5px 15px 5px 5px;
    box-shadow: none;
    line-height: 30px;
    letter-spacing: 1px
}
.mc-field-group input:focus {
    outline: none
}
.mc-field-group select {
    font-family: "robotothin", "Arial-thin", "Sans-Serif-thin";
    background: black;
    width: 320px;
    line-height: 40px;
    height: 40px;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #aaa;
    overflow: hidden;
    float: left;
    margin-top: 25px;
    box-shadow: none;
    font-size: 13px;
    background-color: white;
    color: #aaa;
    margin-bottom: auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-left: 5px;
    letter-spacing: 1px
}
.mc-field-group select option {
    background: black;
    color: #fff
}
.mc-field-group select:focus {
    outline: none
}
.mc-field-group #mce-ZIPCODE {
    display: none;
    width: 660px
}
.sub-submit-btn {
    margin-top: 30px;
    position: absolute;
    width: 150px;
    left: 50%;
    margin-left: -85px;
    text-align: center
}
.sub-submit-btn #mc-embedded-subscribe {
    text-align: center;
    cursor: pointer;
    background-color: transparent;
    border-radius: 0;
    border: 0;
    color: #bda487;
    letter-spacing: 1px
}
.sub-submit-btn #mc-embedded-subscribe:hover {
    color: #ccc
}
.sub-submit-btn #mc-embedded-subscribe:focus {
    outline: none
}
#subscribe-result {
    text-align: right;
    margin-right: 15px
}
.footer-social-section {
    margin-top: 100px
}
footer {
    text-align: center;
    background-color: #191d20;
    color: #777;
    padding-bottom: 25px;
    font-size: 10pt
}
footer .footer,
footer a {
    font-family: "robotolight", "Arial-light", "Sans-Serif-light";
    line-height: 25px;
    letter-spacing: 1px;
    font-size: 9pt
}
footer a.footer-link {
    color: #777
}
footer a.footer-link:hover {
    color: #ccc
}
@media (max-width: 767px) {
    .mobile-only {
        display: inline
    }
    .desktop-only {
        display: none
    }
    #mc_embed_signup form,
    .main-title,
    .social {
        width: 250px
    }
    .mc-field-group .float-left,
    .main-title,
    .social {
        margin-right: auto;
        margin-left: auto
    }
    .mc-field-group input {
        float: none;
        width: 230px;
        margin-top: 23px
    }
    .mc-field-group select {
        float: none;
        width: 230px;
        margin-top: 23px
    }
    .mc-field-group #mce-ZIPCODE {
        float: none;
        width: 230px;
        margin-top: 23px;
        margin-left: auto;
        margin-right: auto
    }
}
#menu-bar {
    position: fixed;
    width: 100%;
    height: 80px;
    display: block;
    z-index: 600;
    background: #fff
}
#menu-bar .logo {
    display: none
}
.main-menu {
    z-index: 500;
    max-width: 100%;
    height: 80px;
    display: block;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 50;
    letter-spacing: 1px
}
.main-menu a,
.main-menu a:visited {
    line-height: 80px;
    color: #000;
    font-family: "robotoregular", "Arial-regular", "Sans-Serif-regular";
    text-transform: capitalize;
    font-size: 13px;
    text-decoration: none;
    letter-spacing: 1px;
    margin-left: 50px
}
.main-menu a img,
.main-menu a:visited img {
    width: 50px;
    height: auto;
    vertical-align: middle
}
.main-menu a:first-child,
.main-menu a:visited:first-child {
    margin-left: 50px
}
.main-menu a.float-right,
.main-menu a:visited.float-right {
    float: right;
    margin-right: 25px;
    margin-left: 25px
}
.main-menu a.float-right.right-edge,
.main-menu a:visited.float-right.right-edge {
    margin-right: 50px
}
.main-menu a:hover {
    text-decoration: none;
    color: #ccc
}
#menu-bar .menu-icon {
    display: none
}
#menu-bar .menu-bar-bg {
    background-color: rgba(20, 20, 20, 0.8);
    position: fixed;
    height: 60px;
    width: 100%;
    transition: .5s
}
.hidden {
    visibility: hidden
}
#hamburger-menu {
    display: none
}
@media (max-width: 992px) {
    .main-menu a,
    .main-menu a:visited {
        margin-left: 36px
    }
    .main-menu a.float-right,
    .main-menu a:visited.float-right {
        margin-right: 0;
        margin-left: 18px
    }
    .main-menu a.float-right.right-edge,
    .main-menu a:visited.float-right.right-edge {
        margin-right: 36px
    }
}
@media (max-width: 767px) {
    #menu-bar .logo {
        display: inline-block
    }
    #menu-bar .logo img {
        margin-top: 5px;
        margin-bottom: 5px;
        margin-left: 15px;
        width: 40px;
        height: auto
    }
    #menu-bar .main-menu {
        display: none
    }
    #menu-bar {
        height: 60px;
        position: fixed
    }
    #menu-bar .logo a {
        line-height: 60px
    }
    #menu-bar .menu-icon {
        display: inline;
        width: 25px;
        line-height: 60px;
        position: absolute;
        right: 5px;
        top: 15px;
        z-index: 100
    }
    #menu-bar .menu-icon img {
        width: 25px;
        height: auto
    }
    .hamburger-menu {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 500;
        letter-spacing: 6px
    }
    .hamburger-menu .nav-ul {
        padding: 0;
        margin: 0;
        display: inline-block;
        width: 100%;
        padding-left: 40px;
        padding-right: 50px;
        padding-top: 80px
    }
    .hamburger-menu .nav-ul li {
        float: none;
        list-style-type: none;
        width: 100%
    }
    .hamburger-menu .nav-ul li a {
        display: block;
        font-size: 35px;
        color: #000;
        font-family: "robotothin", "Arial-thin", "Sans-Serif-thin";
        line-height: 80px;
        text-transform: capitalize;
        padding: 5px 0;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        transition: 0.3s
    }
    .hamburger-menu .nav-ul li.active a,
    .hamburger-menu .nav-ul li a.active,
    .hamburger-menu .nav-ul li a:hover,
    .hamburger-menu .nav-ul li a:focus {
        color: #ccc;
        text-decoration: none
    }
    .menu-btn {
        width: 25px;
        height: 25px;
        margin-right: 15px;
        display: block;
        float: right;
        z-index: 999
    }
    .menu-btn .none,
    .menu-btn .open {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s
    }
    .menu-btn .none {
        opacity: 1
    }
    .menu-btn .open {
        opacity: 0
    }
    .menu-btn.active .none {
        opacity: 0
    }
    .menu-btn.active .open {
        opacity: 1
    }
}
body {
    color: #4e4e4e
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #494949
}
a,
a:visited {
    color: #4e4e4e
}
.banner-image {
    padding-top: 80px;
    width: 100%;
    position: relative
}
.banner-image img {
    width: 100%;
    height: auto
}
.banner-image .description {
    position: absolute;
    left: 50%;
    top: 54%;
    margin-left: -180px;
    width: 360px
}
.banner-image .description .description-title h1 {
    font-family: "robotothin", "Arial-thin", "Sans-Serif-thin";
    text-align: center;
    color: #fff;
    font-size: 60px
}
.content {
    position: relative;
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    min-height: 10px
}
.content .current-openings {
    margin-top: 20px
}
.content .submit-btn {
    margin-top: 15px
}
.social-feed {
    margin-top: 40px
}
.social-feed .live-social-feed {
    height: 500px
}
ul.social {
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 80px;
    padding-left: 0
}
ul.social li {
    float: left;
    list-style: none;
    padding-left: 0;
    padding-right: 10px;
    font-size: 25px;
    color: #333
}
ul.social li a:visited {
    color: #333
}
ul.social li a:hover {
    color: #ccc;
    text-decoration: none
}
ul.social .linkedin-text {
    font-family: 'Roboto', arial, sans-serif
}
@media (max-width: 992px) {
    .content {
        width: 100%
    }
}
@media (max-width: 768px) {
    .banner-image {
        padding-top: 60px;
        width: 100%;
        height: 100vw;
        overflow: hidden
    }
    .banner-image img {
        width: auto;
        height: 100%
    }
    .banner-image .description .description-title h1 {
        font-size: 45px
    }
}
@media (max-width: 640px) {
    .banner-content {
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
        left: 0;
        margin-left: 0
    }
    .banner-image .description .description-title h1 {
        font-size: 40px
    }
}