@media all and (min-width: 500px) {
    .footer-nav ul li:first-child a {
        border-left: 0 !important;
        padding-left: 0 !important;
    }
    .footer-nav ul li:nth-child(2n+1) a {
        padding-left: 10px;
        border-left: 2px solid grey;
    }
    .fixed-background {
        background-size: 100% !important;
    }
}

@media all and (min-width: 760px) {
    #wrapper #footer {
        margin: auto 0;
        color: #90908f;
        background-color: #000000;
    }
    html {
        margin: 0;
    }
    .fixed-background {
        height: 300px;
        background-attachment: fixed !important;
        width: 100%;
        max-width: auto;
        overflow: hidden;
        -webkit-background-size: cover !important;
        -moz-background-size: cover !important;
        -o-background-size: cover !important;
        background-size: cover !important;
    }
    #careers.list td.description {
        max-width: 550px;
    }
    #careers.list table td,
    th {
        border: 1px solid #ccc;
        padding: 15px;
    }
}


/* 
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/

@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {
    /* Careers Table Custom Styling */
    #careers.list table td,
    th {
        text-align: left;
        overflow: hidden;
    }
    /* Force table to not be like tables anymore */
    #careers.list table,
    #careers.list thead,
    #careers.list tbody,
    #careers.list th,
    #careers.list td,
    #careers.list tr {
        display: block;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    #careers.list thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    #careers.list tr {
        border: 1px solid #ccc;
        padding: 10px 0;
    }
    #careers.list td {
        /* Behave  like a "row" */
        border: none;
        position: relative;
        padding: 40px 10px 0 !important;
    }
    #careers.list td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 0;
        left: 0;
        width: 100%;
        padding: 10px;
        white-space: nowrap;
        font-weight: bold;
    }
    /* Label the data */
    #careers.list td:nth-of-type(1):before {
        content: "Job Title";
    }
    #careers.list td:nth-of-type(2):before {
        content: "Location";
    }
    #careers.list td:nth-of-type(3):before {
        content: "Description";
    }
    #careers.list td:nth-of-type(4):before {
        content: "Full Description";
    }
}

@media all and (min-width: 800px) {
    #content .col-container-2 .col {
        width: 100%;
    }
    body.js #off-canvas {
        right: -25%;
        width: 25%;
    }
    body.js.navOpen #wrapper-inner {
        position: relative;
        transform: translate3d(-25%, 0, 0);
        -webkit-transform: translate3d(-25%, 0, 0);
    }
    .col-container-2 {
        overflow: hidden;
    }
    .col-container-2 .col {
        float: left;
        width: 50%;
        margin-top: 0;
    }
    .col-container-2 .col1 {
        margin-right: 20px;
    }
    .col-container-2 .col2 {
        margin-top: 0;
    }
    #content {
        text-align: left;
    }
    #content h2 {
        text-align: center;
    }
    #banner-slider {
        top: 0;
    }
    #banner-slider .content .title {
        clear: both;
    }
    #banner-slider .content .title a {
        line-height: 20px;
    }
    #banner-slider .content .location-details {
        float: right;
    }
    #banner-slider .content .location {
        clear: both;
    }
    #banner-slider .content .more {
        clear: both;
    }
    #banner-slider .content .inner {
        overflow: hidden;
    }
    .slider-container .controls {
        top: 220px;
    }
    .panel-grid-cell {
        min-height: auto;
    }
    #mission-slider-container .content .title {
        font-size: 20px;
        font-weight: 600;
    }
    #mission-slider .content .wrap {
        margin: 0 auto;
        position: relative;
        padding: 4% 0;
        max-width: 515px;
    }
    #footer .col-container-2 .col1 {
        float: right;
        margin: 0;
        width: 40%;
    }
    #footer .col-container-2 .col2 {
        float: left;
        margin: 0;
        width: 60%;
    }
    #footer .col-container-2 .col2 .footer-nav ul {
        width: 100%;
    }
    #footer .social-list {
        padding-top: 27px;
    }
    a.back-to-top {
        right: 20px;
        bottom: 120px;
    }
}

@media all and (min-width: 960px) {
    #aside-title {
        display: none;
    }
    #aside-menu {
        display: block !important;
    }
    ul#menu-careers-menu {
        background-color: rgba(26, 31, 44, 0.95);
        display: flex;
        justify-content: center;
    }
    ul#menu-careers-menu li a {
        border-bottom: 0;
        background-color: initial;
        min-width: 200px;
    }
    ul#menu-careers-menu li a:hover {
        cursor: pointer;
    }
    #header {
        background-color: rgba(28, 61, 99, 0.8);
        z-index: 9999;
        position: absolute;
        width: 100%;
        padding-bottom: 8px;
    }
    #toolbar {
        margin-bottom: 0;
    }
    #search {
        background-color: #1a1f2c;
        max-height: 0;
        -webkit-transition: max-height 0.15s ease-out;
        -o-transition: max-height 0.15s ease-out;
        -moz-transition: max-height 0.15s ease-out;
        transition: max-height 0.15s ease-out;
        overflow: hidden;
    }
    #search .wrap {
        margin: 0 auto;
        max-width: 960px;
        padding: 30px 0;
    }
    #search form label {
        display: none;
    }
    #search.active {
        max-height: 100px;
        -webkit-transition: max-height 0.15s ease-in;
        -o-transition: max-height 0.15s ease-in;
        -moz-transition: max-height 0.15s ease-in;
        transition: max-height 0.15s ease-in;
    }
    #banner-slider .content {
        background-color: rgba(26, 31, 44, 0.8);
        position: absolute;
        z-index: 9999;
        bottom: 0;
    }
    #off-canvas-trigger {
        display: none;
    }
    .search-button {
        display: block;
        float: right;
        text-indent: 9999px;
        background: url(../images/svg/icon-search-white.svg) no-repeat;
        width: 25px;
        padding: 3px;
        margin: 4px 0 4px 15px;
    }
    .search-button:hover {
        cursor: pointer;
    }
    #header .inner {
        overflow: visible;
        clear: both;
    }
    #main-nav-container {
        margin-bottom: 0;
        bottom: 0;
        overflow: visible;
        position: relative;
        float: right;
        top: 15px;
    }
    .menu-header-menu-container {
        box-shadow: none;
        margin: 0;
        float: left;
        padding: 0;
        list-style: none;
    }
    .menu-header-menu-container ul li a {
        background-color: transparent;
        font-size: 14.5px;
        font-weight: 600;
    }
    .menu-header-menu-container > ul > li > a:hover {
        background-image: none;
    }
    .menu-header-menu-container > ul li.last > .content > ul {
        right: 0;
        left: auto;
    }
    .menu-header-menu-container > ul li {
        float: left;
        border-top: 0;
        display: block;
        position: relative;
    }
    .menu-header-menu-container > ul li ul li {
        width: 100%;
        /*border-top: 1px #303030 solid;*/
        float: left;
        transition: background-color 0.3s;
    }
    .menu-header-menu-container > ul li ul li:first-child {
        border-top: 0;
    }
    .menu-header-menu-container > ul li ul li a {
        /*background-color: #313f59;*/
        padding: 5px;
        background-color: transparent;
    }
    .menu-header-menu-container ul li a:hover {
        background-color: transparent;
    }
    .menu-header-menu-container > ul > li:hover:after {
        border-top: 7px solid #005826;
    }
    .menu-header-menu-container > ul li a {
        display: block;
        margin: 0;
    }
    .menu-header-menu-container > ul > li:hover > a {
        color: #fff;
    }
    .menu-header-menu-container > ul > li.open > a {
        border-bottom: 0;
    }
    .menu-header-menu-container > ul > li > a {
        padding: 10px 0px 20px 33px;
        transition: background-color 0.3s;
        text-transform: uppercase;
    }
    .menu-header-menu-container > ul > li.menu-item-has-children > a {
        padding-left: 19px;
        position: relative;
        margin-left: 33px;
    }
    .menu-header-menu-container > ul li > ul {
        display: block;
        overflow: hidden;
        left: 40px;
        top: 70px;
        width: 100%;
        transition: none;
        background: #FFF;
        -webkit-animation-duration: 0.25s;
        animation-duration: 0.25s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        visibility: hidden;
        background-color: #ebe7e3;
        opacity: 0;
    }
    .menu-header-menu-container > ul > li > ul {
        position: absolute;
        z-index: 99998;
        width: 225px;
        padding: 10px 15px;
        background-color: #ebe8e4;
        box-shadow: inset 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
    }
    .menu-header-menu-container ul > li.open > ul {
        box-shadow: 0 8px 8px #7b7b7b;
        visibility: visible;
        opacity: 1;
    }
    .menu-header-menu-container > ul li > ul > li > a {
        display: block;
        padding-right: 15px;
        padding-left: 25px;
        color: #313f59;
        background-color: #ffffff;
        border-color: #e6e9ad;
        transition: background-color 0.3s;
    }
    .menu-header-menu-container > ul > li.menu-item-has-children > a:before {
        width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 8px solid #ffffff;
        position: absolute;
        left: 0;
        top: 15px;
        content: '';
        -webkit-transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
    }
    .menu-header-menu-container > ul > li.menu-item-has-children > a:hover:before {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        content: '';
    }
    .menu-header-menu-container > ul li ul li:hover > a {
        background-color: #e6e9ed;
    }
    #top .wrap {
        padding: 2px 20px;
        max-width: 960px;
        margin: 0 auto;
    }
    #site .col-container-2 {
        max-width: 960px !important;
        margin: 0 auto;
    }
    #mission-slider-container .content {
        position: absolute;
        z-index: 5555;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        margin: 2% 0;
        background-color: rgba(2, 7, 17, 0.8);
    }
    #mission-slider-container .content .inner {
        padding: 20px 120px;
    }
    #mission-slider-container .content .title {
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 600;
        position: absolute;
        text-align: center;
        bottom: 0;
        left: 0;
        top: 70%;
        right: 0;
    }
    #mission-slider .content .wrap {
        margin: 0 auto;
        position: relative;
        padding: 4% 0;
        max-width: 625px;
    }
    .slider-container .controls {
        top: 42% !important;
    }
    .slider-container .controls a {
        height: 60px;
        width: 60px;
        background-size: 20%
    }
    .slider-container .controls a.prevBtn {
        left: 20px;
    }
    .slider-container .controls a.nextBtn {
        right: 20px;
    }
    #content.blog-list aside.sidebar {
        float: left;
        width: calc(25% - 40px);
        margin-right: 40px;
    }
    #content.blog-list.alert div.loop{
        width:100%;
        justify-content: flex-start;
    }
    #content.blog-list.alert .post h6{
        display:none;
    }
    #content.blog-list div.loop {
        float: right;
        width: 75%;
        display: flex;
        flex-direction: column;
        flex-flow: row wrap;
        justify-content: flex-end;
    }
    #content.blog-list .post.reg_post {
        float: left;
        width: calc(50% - 20px);
        margin-right: 20px;
    }
    a.back-to-top {
        right: 30px;
        bottom: 20px;
        display: none;
    }
}

@media all and (min-width: 1360px) {
    #banner-slider img {
        width: 100%;
    }
    #mission-slider img {
        width: 100%;
    }
    #mission-slider-container .content .title {
        top: 100%;
        font-size: 24px;
    }
}

@media print {}


/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    to {
        opacity: 0;
    }
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    to {
        opacity: 0;
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}
