
@import url('//fonts.googleapis.com/css?family=Open+Sans:100,400,700');





/* Global Styles Start */

body {
    font-family: 'Roboto', sans-serif;
    background-color: #E5E5E5;
}

ul {
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    margin-block-start: 0px;
    margin-block-end: 0px;
    padding-inline-start: 0px;
    -webkit-padding-start: 0px;
    -moz-padding-start: 0px;
}

.all-elements{
    min-width: 640px;
    overflow: auto;
    color: #fff;
}

/* Global Styles End */





/* Building Blocks Start */

.section {
    width: 100%;
}

.heading {
    text-align: center;
    background-color: #018A9D;
    height: 50px;
}

.heading span a,
.heading span a:focus,
.heading span a:active,
.heading span a:visited,
.heading span span {
    display: inline-block;
    padding: 15px 50px 15px 5px;
    text-decoration: none;
    font-size: 0.9em;
    color: #ffffff;
}

.heading a:hover {
    text-decoration: underline;
}

.menu {
    text-align: center;
    background-color: #373435;
    height: 75px;
}

.menu a,
.menu a:focus,
.menu a:active,
.menu a:visited {
    text-decoration: none;
    display: inline-block;
    padding: 25px 50px;
    font-size: 1.2em;
    cursor: pointer;
    color: #ffffff;
}

.menu .logo-small {
    text-decoration: none;
    display: inline-block;
    position: absolute;
    height: 75px;
    left: calc(50% - 512px);
}

.copyright {
    float: left;
    text-align: center;
    background-color: #6F7239;
    height: 50px;
}

.copyright span {
    display: inline-block;
    font-size: 0.75em;
    padding: 18px;
    opacity: 0.5;
}

@media (max-width: 1024px) {

    .heading {
        text-align: center;
        background-color: #000000;
        height: 50px;
    }

    .heading span {
        float: right;
    }

    .heading span.location {
        display: none;
    }

    .menu a,
    .menu a:focus,
    .menu a:active,
    .menu a:visited {
        padding: 25px 10px;
    }
}

/* Building Blocks End */





/* Specific Sections Start || Home */

.section.home {
    transform: translate(-50%, 0);
    text-align: center;
    max-width: 1000px;
    position: relative;
    width: 100%;
    left: 50%;
}

.section.home .notice {
    background: #CD3E28;
    padding: 20px;
    font-size: 2em;
    font-weight: 900;
}

.section.home .banner {
    height: 300px;
}

.section.home .banner .left {
    float: left;
    background-color: #018A9D;
    background-image: url('../images/banner-left.v2.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: center;
    height: 300px;
    width: 50%;
}

.section.home .banner.right {
    float: left;
    background-color: #FFFFFF;
    background-image: url('../images/banner-right.v3.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: center;
    height: 300px;
    width: 50%;
}

.section.home .content {
    height: 880px;
}

.section.home .content .left {
    float: left;
    background-color: #FFFFFF;
    background-image: url('../images/home-photo.v2.jpg');
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    height: 880px;
    width: 50%;
}

.section.home .content.right {
    float: left;
    background-color: #D99527;
    height: 350px;
    width: 50%;
}

.section.home .content.right table {
    text-align: left;
    display: inline-block;
    cursor: pointer;
    margin: 30px 0;
}

.section.home .content .right table tr.times {
    font-size: 0.85em;
}

.section.home .content .right table td {
    padding: 0 10px;
}

.section.home .content .right table td.header {
    font-size: 1.1em;
    padding: 10px;
}

.section.home .content .right table td.center {
    text-align: center;
}


.section.home .content .right .job {
    background-color: #6F7239;
    cursor: pointer;
}

.section.home .content .right .job:hover {
    transform-origin: center;
    transform: scale3d(1.05, 1.05, 1.05);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.section.home .content .right .trading {
    background-color: #D99527;
    text-align: center;
}

.right.contact {
    background-color: #018a9d;
    cursor: pointer;
    float: left;
    height: 230px;
    width: 50%;
}

.right.contact table {
    text-align: center;
    display: inline-block;
    margin: 50px 0;
}

.right.contact:hover {
    transform-origin: center;
    transform: scale3d(1.05, 1.05, 1.05);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}


@media (max-width: 1024px) {

    .section.home .banner {
        height: 600px;
    }

    .section.home .banner .left,
    .section.home .banner .right {
        width: 100%;
    }

    .section.home .content {
        height: 700px;
    }

    .section.home .content .left,
    .section.home .content .right {
        width: 100%;
    }
}

/* Specific Sections End :: Home */





/* Specific Sections Start :: Apply */

.section.apply {
    transform: translate(-50%, 0);
    text-align: center;
    max-width: 1000px;
    position: relative;
    width: 100%;
    left: 50%;
}

.section.apply .logo {
    background-color: #FFFFFF;
    padding: 20px;
}

.section.apply .page {
    text-align: left;
    background-color: #018A9D;
    padding: 0 0 0 75px;
    overflow: hidden;
    height: 250px;
}

.section.apply .page h1 {
    display: inline-block;
    margin: 1em 0 0.25em;
    font-weight: 600;
    font-size: 3em;
}

.section.apply .page img {
    float:right;
    margin-top: -20px;
}

.section.apply .notice {
    background-color: #373435;
    padding: 25px 50px;
}

.section.apply .notice p {
    font-size: 0.75em;
    line-height: 1.66em;
    opacity: 0.75;
}

.section.apply .content {
    background-color: #FFFFFF;
    padding: 25px 75px;
    text-align: left;
    color: #222;
    min-height: 33vh;
}

.section.apply .content p {
    font-size: 0.75em;
    line-height: 1.66em;
    opacity: 0.75;
}

@media (max-width: 1024px) {

    .section.apply .page img {
        display: none;
    }
}

.section.apply h2.red {
    text-align: center;
    padding: 20px 30px;
    background-color: #CD3E28;
    color: #FFFFFF;
}

.section.apply h2.sub {
    color: #018a9d;
    text-align: center;
}

.section.apply h2.blue {
    background-color: #018a9d;
    text-align: center;
    color: #FFFFFF;
    float: left;
    width: 100%;
    display: block;
    padding: 10px 0;
}

.section.apply .row {
    display: block;
    width: 100%;
    float: left;
}

.section.apply .column {
    float: left;
    display: inline-block;
    width: 50%;
}

.section.apply .column.span {
    width: 100%;
}

.section.apply label {
    display: block;
    color: #888;
}


.section.apply label.caption {
    text-transform: uppercase;
    font-size: 0.85em;
    margin-top: 25px;
    color: #018A9D;
}

.section.apply input {
    float: left;
    margin-top: 5px;
    width: 90%;
    border: 1px solid #a9a9a9;
    padding: 5px;
}

.section.apply label input[type="radio"] {
    display: inline-block;
    margin-right: 3px;
    margin-bottom: 0;
    margin-top: 7px;
    width: 18px;
    float: none;
}

.section.apply label input[type="checkbox"] {
    display: inline-block;
    margin-right: 3px;
    margin-bottom: 0;
    margin-top: 7px;
    width: 18px;
    float: none;
}

.section.apply .accept {
    margin: 10px 0;
    float: left;
    width: 100%;
}

.section.apply .accept label input[type="checkbox"] {
    margin-bottom: 10px;
}

.section.apply .submit {
    display: block;
    text-align: center;
}

.section.apply .submit .send {
    float: none;
    width: 200px;
    background-color: #018a9d;
    color: #fff;
    padding: 10px 30px;
    margin-top: 10px;
    cursor: pointer;
    border: none;
}

.section.apply .file {
    width: 90%;
    margin-top: 5px;
    display: inline-block;
    padding: 7px 0 5px 10px;
    height: 20px;
    border: 1px solid #a9a9a9;
    color: #686868;
}

.section.apply .file.interactive:after {
    content: 'Browse';
    color: #aaa;
    font-size: 0.75em;
    border-left: 1px solid #ececec;
    padding: 2px 10px;
    float: right;
}

.section.apply .upload {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

@media (max-width: 1024px) {

    .section.apply .column {
        width: 100%;
    }

    .section.apply input {
        width: 100%;
    }

    .section.apply .file {
        width: 100%;
    }

    .section.apply .content {
        padding: 10px 25px 25px;
    }
}


/* Specific Sections End :: Apply */





/* Specific Sections Start :: Directory */

.section.directory {
    transform: translate(-50%, 0);
    text-align: center;
    max-width: 1000px;
    position: relative;
    width: 100%;
    left: 50%;
}

.section.directory .logo {
    background-color: #FFFFFF;
    padding: 20px;
}

.section.directory .page {
    text-align: left;
    background-color: #018A9D;
    padding: 0 0 0 75px;
    height: 250px;
}

.section.directory .page h1 {
    display: inline-block;
    margin: 1em 0 0.25em;
    font-weight: 600;
    font-size: 3em;
}

.section.directory .page img {
    float: right;
    margin-top: -50px;
    width: 407px;
}

.section.directory .content {
    background-color: #FFFFFF;
    padding: 25px 75px;
    text-align: left;
    color: #222;
    min-height: 33vh;
}

.section.directory .content p {
    font-size: 0.75em;
    line-height: 1.66em;
    opacity: 0.75;
}

.section.directory .notice {
    background: #CD3E28;
    padding: 20px;
    font-size: 1.5em;
    font-weight: 900;
}

.tile {
    min-width: 180px;
    max-width: calc(25% - 10px);
    width: calc(25% - 10px);
    display: inline-block;
    position: relative;
    padding: 5px;
    height: 80px;
}

.tile .img {
    top: 50%;
    left: 50%;
    cursor: pointer;
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.66;
}

.tile .img.specials {
    -webkit-filter: none;
    filter: none;
    opacity: 1;
}

@media (max-width: 1024px) {

    .section.directory .page img {
        display: none;
    }

    .tile {
        max-width: calc(50% - 10px);
        width: calc(50% - 10px);
        padding: 10px 5px;
    }
}

.section.tenant {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    position: fixed;
    background-color: #000;
    z-index: 999;
}

.section.tenant .special {
    top: 0;
    left: 0;
    right: 0;
    bottom: 100px;
    display: block;
    position: fixed;
    border: 10px solid #000;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: #000;
}

.section.tenant .close {
    position: absolute;
    background-color: #333;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    font-size: 2em;
    padding: 6px 0;
    border: none;
    height: 37px;
    width: 50px;
    margin: 20px;
    color: #000;
    z-index: 9999;
    right: 0;
}

.section.tenant .close:hover {
    background-color: #e4122f;
}

.section.tenant .thumbs {
    left: 0;
    right: 0;
    bottom: 0;
    height: 100px;
    display: block;
    position: fixed;
    background-color: #333;
}

.section.tenant .thumbs .thumb {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: #000;
    display: inline-block;
    cursor: pointer;
    padding: 5px;
    height: 80px;
    width: 110px;
    border: 5px solid #333;
    border-right: 0 none transparent;
}

/* Specific Sections End :: Directory */




/* Specific Sections Start :: Contact */

.section.contact {
    transform: translate(-50%, 0);
    text-align: center;
    max-width: 1000px;
    position: relative;
    width: 100%;
    left: 50%;
}

.section.contact .logo {
    background-color: #FFFFFF;
    padding: 20px;
}

.section.contact .page {
    text-align: left;
    background-color: #CE4B3C;
    padding: 0 0 0 75px;
    height: 250px;
}

.section.contact .page h1 {
    display: inline-block;
    margin: 1em 0 0.25em;
    font-weight: 600;
    font-size: 3em;
}

.section.contact .page img {
    float: right;
    margin-top: -50px;
    width: 380px;
}

.section.contact .content {
    background-color: #FFFFFF;
    padding: 50px 75px;
    text-align: left;
    color: #c0c0c0;
    min-height: 33vh;
}

.section.contact .content .heading-text {
    color: #CE4B3C;
    padding-top: 15px;
    font-weight: 600;
    display: block;
}

.section.contact .content p {
    font-size: 0.75em;
    line-height: 1.66em;
}

.section.contact a,
.section.contact a:active,
.section.contact a:focus,
.section.contact a:hover {
    color: #565656;
    text-decoration: none;
}

@media (max-width: 1024px) {

    .section.contact .page img {
        display: none;
    }
}

/* Specific Sections End :: Contact */


#toast {
    visibility: hidden;
    left: calc(50% - 135px - 16px);
    width: 270px;
    background-color: #222222;
    color: #fff;
    text-align: left;
    border-radius: 10px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    top: 30px;
    font-size: 1.1em;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.25);
    display: table;
}

#toast-content {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

#toast.success {
    background-color: #0B803F;
}

#toast.error {
    background-color: #d44a45;
}

#toast.show:before {
    content: "\f06a";
    font-family: 'FontAwesome', sans-serif;
    padding: 3px 15px 3px 5px;
    font-size: 2.0em;
    float: left;
}

#toast.show {
    visibility: visible;
    -webkit-animation: fadeInUp 0.5s, fadeOutDown 0.5s 2.5s;
    animation: fadeInUp 0.5s, fadeOutDown 0.5s 2.5s;
}






@-webkit-keyframes fadeIn {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadeIn {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeOut {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeOut {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}