@font-face {
    font-family: "OxygenLight";
    src: url("../fonts/OxygenLight.eot");
    src: url("../fonts/OxygenLight.eot") format("embedded-opentype"), url("../fonts/OxygenLight.woff2") format("woff2"),
        url("../fonts/OxygenLight.woff") format("woff"), url("../fonts/OxygenLight.ttf") format("truetype"),
        url("../fonts/OxygenLight.svg#OxygenLight") format("svg");
}
@font-face {
    font-family: "OxygenRegular";
    src: url("../fonts/OxygenRegular.eot");
    src: url("../fonts/OxygenRegular.eot") format("embedded-opentype"),
        url("../fonts/OxygenRegular.woff2") format("woff2"), url("../fonts/OxygenRegular.woff") format("woff"),
        url("../fonts/OxygenRegular.ttf") format("truetype"),
        url("../fonts/OxygenRegular.svg#OxygenRegular") format("svg");
}

@font-face {
    font-family: "OxygenBold";
    src: url("../fonts/OxygenBold.eot");
    src: url("../fonts/OxygenBold.eot") format("embedded-opentype"), url("../fonts/OxygenBold.woff2") format("woff2"),
        url("../fonts/OxygenBold.woff") format("woff"), url("../fonts/OxygenBold.ttf") format("truetype"),
        url("../fonts/OxygenBold.svg#OxygenBold") format("svg");
}

button:focus,
input:focus,
select:focus,
.btn:focus {
    outline: -webkit-focus-ring-color auto 0;
}

a:focus {
    outline: 0 auto -webkit-focus-ring-color;
    outline-offset: 0;
}

.navbar {
    margin-bottom: 0;
}

.btn-default {
    background-color: #c5973d;
    border-radius: 0;
    border: solid 1px #fff;
    color: #fff;
    min-height: 34px;
    text-transform: uppercase;
    font-size: 12px;
    padding: 8px 30px;
}

.btn-apply {
    background-color: #0064b1;
    border-radius: 0;
    border: solid 1px #fff;
    color: #fff;
    min-height: 34px;
    text-transform: uppercase;
    font-size: 30px;
    padding: 8px 30px 8px 30px;
    margin: 0 0 10px;
}

.btn-default:hover,
.btn-default:active,
.btn-default:focus {
    outline: -webkit-focus-ring-color auto 0;
    background-color: #c5973d;
    border: solid 1px #fff;
    color: #cee2b7;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
    outline: -webkit-focus-ring-color auto 0;
    background-color: #c5973d;
    border: solid 1px #fff;
    color: #cee2b7;
}

html,
body {
    font-family: OxygenLight, sans-serif;
    height: 100%;
}

.bodyBg {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -1;
    background-image: url("../images/homeBg.jpg");
    background-size: cover;
}

.appsBg {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -1;
    background-image: url("../images/appsBg.jpg");
    background-size: cover;
}

.header {
    padding: 20px 0 0 0;
    background: #fff;
}

@media only screen and (max-width: 992px) {
    .header .logo {
        text-align: center;
        padding-bottom: 0;
        margin-bottom: 0;
    }
}

.header .logo img {
    width: 200px;
    margin-bottom: 20px;
}

.header a {
    color: #0064b1;
    padding: 0 14px;
    font-size: 15px;
}

.header a:hover,
.header a:focus {
    color: #0064b1;
    padding: 0 14px;
    font-size: 15px;
}

.header .spacer {
    display: inline-block;
    width: 1px;
    height: 20px;
    background-color: #dba54c;
    position: relative;
    top: 4px;
}

.header .login {
    text-align: left;
    margin: 20px 0 10px 0;
    width: 430px;
    float: right;
}

.header .title {
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 13px;
    text-align: left;
}

input[type="text"] {
    font-size: 13px;
    padding: 8px 12px;
    margin: 0 4px 0 0;
    border: solid 1px #cee2b7;
}

.header input[type="text"] {
    min-width: 180px;
}

.header .btn-default {
    background-color: #c5973d;
    border-radius: 0;
    border: solid 1px #fff;
    color: #fff;
    min-height: 34px;
    position: relative;
    top: -1px;
    padding: 8px;
}

.header .btn-default:active {
    outline: -webkit-focus-ring-color auto 0;
    background-color: #c5973d;
    border: solid 1px #fff;
    color: #cee2b7;
}

.banner-home {
    background-color: rgba(8, 59, 85, 0.7);
    min-height: 300px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.5);
    padding-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .banner-home {
        min-height: 100px;
    }
}

.banner-apps {
    background-color: rgba(53, 60, 71, 0.8);
}

.banner-swift {
    background-image: url("../images/swiftBanner.jpg");
    background-size: cover;
}

.oval-row {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.oval-shape {
    border: solid #3692c9;
    border-radius: 50%;
    background-color: #000000;
    box-shadow: 2px 5px;
}
.oval-bottom {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-self: flex-end;
}
.inside-oval {
    text-align: center;
    font-size: 17.5px;
    text-shadow: 0.5px 0.5px 1px rgba(0, 0, 0, 0.3);
    position: relative;
    color: #3692c9;
}
.inside-oval a {
    color: #f3a151;
}
.inside-oval .orange {
    color: #f3a151;
}
blockquote {
    padding: 20px;
    margin: 5px 0 20px 5px;
    border-left: 5px;
}
.banner-enforcement {
    background-image: url("../images/enforcementBanner.jpg");
    background-size: cover;
}

.banner-swocs {
    background-image: url("../images/swocsBanner.jpg");
    background-size: cover;
    margin-bottom: 20px;
}

.banner-consulting {
    background-image: url("../images/consultingBanner.jpg");
    background-size: cover;
}

.banner-about {
    background-image: url("../images/aboutBanner.jpg");
    background-size: cover;
    background-position-x: 60%;
}

.banner-opportunity {
    background-image: url("../images/opportunityBanner.jpg");
    background-size: cover;
    background-position-x: 60%;
}

.banner-home .largeText {
    text-align: center;
    padding: 40px 0;
    color: #fff;
    font-size: 32px;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 1);
}

@media only screen and (max-width: 767px) {
    .banner-home .largeText {
        text-align: center;
        padding: 20px;
        color: #fff;
        font-size: 26px;
        text-shadow: 1px 1px 5px rgba(0, 0, 0, 1);
    }
    .oval-row {
        display: grid;
        justify-content: center;
        row-gap: 20px;
        align-items: end;
    }
}

.banner-home .largeText-2 {
    text-align: center;
    padding: 80px 0;
    color: #fff;
    font-size: 32px;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 1);
}

@media only screen and (max-width: 767px) {
    .banner-home .largeText-2 {
        text-align: center;
        padding: 40px;
        color: #fff;
        font-size: 26px;
        text-shadow: 1px 1px 5px rgba(0, 0, 0, 1);
    }
}

.banner-home .largeText-3 {
    background-color: rgba(0, 0, 0, 0.5);
    text-align: left;
    padding: 30px 20px 30px 40px;
    color: #fff;
    font-size: 22px;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 1);
    width: 420px;
    margin: 60px 0 40px 0;
    border-radius: 20px;
}

@media only screen and (max-width: 767px) {
    .banner-home .largeText-3 {
        background-color: rgba(0, 0, 0, 0.5);
        text-align: left;
        padding: 20px 5px 20px 21px;
        color: #fff;
        font-size: 22px;
        text-shadow: 1px 1px 5px rgba(0, 0, 0, 1);
        width: 360px;
        margin: 60px auto 40px auto;
        border-radius: 20px;
    }
}

.banner-home .text {
    text-align: justify;
    color: #fff;
    font-size: 18px;
    padding: 0 0 30px 0;
}

.homeSquares {
    padding: 40px 0 0 0;
}

.homeSquares .icon-consult {
    font-size: 100px;
    display: block;
    color: #89b553;
    padding: 20px;
}

.homeSquares .icon-custom {
    font-size: 125px;
    display: block;
    color: #89b553;
    margin: 10px 0 10px;
}

.homeSquares .icon-tools {
    font-size: 90px;
    display: block;
    color: #89b553;
    margin: 25px 0 28px 0;
}

.homeSquares a:hover,
.homeSquares a:focus {
    color: rgba(255, 255, 255, 0);
    text-decoration: none;
}

.homeSquares .square {
    background-color: rgba(2, 21, 31, 0.9);
    min-height: 300px;
    text-align: center;
    margin: 0 auto 20px auto;
    width: 350px;
    border: solid 1px #1c3d5c;
    display: block;
}

@media only screen and (max-width: 1199px) {
    .homeSquares .square {
        width: 300px;
        min-height: 330px;
    }
}

.homeSquares .title {
    display: block;
    margin: 0 0 10px 0;
    color: #fff;
    font-size: 15px;
    font-family: OxygenRegular;
}

.homeSquares .text {
    display: block;
    color: #fff;
    font-size: 13px;
    padding: 0 36px;
    text-align: justify;
    color: #cce0f1;
}

.appSquares {
    padding: 20px 0 0 0;
}

    .appSquares a {
        color: rgba(139, 179, 90, 100);
    }

        .appSquares a:hover,
        .appSquares a:focus {
            text-decoration: none;
            color: rgba(139, 179, 90, 0.7);
        }

.appSquares [class^="icon-"],
[class*=" icon-"] {
    color: #fff;
    padding: 10px;
    display: block;
    font-size: 70px;
}

.appSquares .square {
    background-color: rgba(139, 179, 90, 0.7);
    min-height: 275px;
    text-align: center;
    margin: 0 auto 20px auto;
    width: 98%;
    border: solid 1px #1c3d5c;
    display: block;
    border-radius: 5px;
}

.appSquares .squareBlue {
    background-color: rgba(0, 105, 179, 0.7);
    min-height: 275px;
    text-align: center;
    margin: 0 auto 10px auto;
    width: 98%;
    border: solid 1px #1c3d5c;
    display: block;
    border-radius: 5px;
}

@media only screen and (max-width: 1199px) {
    .appSquares .square {
        width: 98%;
        min-height: 320px;
    }

    .appSquares .squareBlue {
        width: 98%;
        min-height: 320px;
    }

}

@media only screen and (max-width: 768px) {
    .appSquares .square {
        width: 98%;
        min-height: auto;
        padding-bottom: 20px;
    }

    .appSquares .squareBlue {
        width: 98%;
        min-height: auto;
        padding-bottom: 20px;
    }

}

.appSquares .title {
    display: block;
    margin: 0 0 10px 0;
    color: #fff;
    font-size: 20px;
    font-family: OxygenRegular;
    text-shadow: 0 0 4px rgba(0, 0, 0, 1);
}

.appSquares .text {
    display: block;
    color: #fff;
    font-size: 14px;
    padding: 0 20px;
    text-align: left;
}

.swimr {
    display: block;
    color: #fff;
    font-size: 12px;
    padding: 0 16px;
    text-align: left;
}

.footer {
    background-color: rgba(8, 59, 85, 0.8);
    border-top: solid 1px rgba(210, 212, 213, 0.5);
    color: #89b553;
    padding: 20px 0;
}

.footer-left {
    text-align: left;
}

.footer-center {
    text-align: center;
}

.footer-right {
    text-align: right;
}

@media only screen and (max-width: 767px) {
    .appSquares .square {
        width: 95%;
        min-height: auto;
        padding-bottom: 20px;
    }

    .appSquares .squareBlue {
        width: 95%;
        min-height: auto;
        padding-bottom: 20px;
    }


    .footer-left {
        text-align: center;
        margin-bottom: 20px;
    }

    .footer-center {
        text-align: center;
        margin-bottom: 20px;
    }

    .footer-right {
        text-align: center;
    }
}

.footer .icon-facebook {
    color: #fff;
    font-size: 24px;
    margin: 0 5px;
}

.footer .icon-twitter {
    color: #28aae1;
    font-size: 24px;
    margin: 0 5px;
    position: relative;
    top: 2px;
}

.icon-linkedin {
    height: auto;
    width: 50px;
    margin: 0 0 13px;
}

.wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -120px;
}

.push,
.footer {
    height: 120px;
}

@media only screen and (max-width: 767px) {
    .wrap {
        margin: 0 auto -210px;
    }

    .push,
    .footer {
        height: 210px;
    }
}

.navbar-default {
    background-color: #172e3b;
    border-color: #172e3b;
}

.navbar-form {
    margin-left: 0;
    margin-right: 0;
    padding: 20px;
    border-top: 0;
    border-bottom: 0;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 8px;
    margin-bottom: 8px;
    text-align: center;
}

.navbar-form input {
    margin-bottom: 20px;
}

.navbar-default .navbar-nav > li > a {
    color: #89b553;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #fff;
}

.navbar-default .navbar-toggle {
    border-color: #fff;
    color: #fff;
}

.navbar-toggle {
    right: 5px;
    background-color: #c5973d;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #89b553;
}

.navbar-default .navbar-toggle:hover {
    background-color: #c5973d;
}

.navbar-default .navbar-toggle:focus {
    background-color: #c5973d;
}

@media (min-width: 768px) {
    .navbar-form .form-control {
        display: inline-block;
        width: 100%;
        vertical-align: middle;
    }
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: block;
        margin-bottom: 0;
        vertical-align: middle;
    }
}

.content {
    padding: 20px;
}
.content .title {
    font-size: 22px;
    font-family: OxygenLight;
    color: #0069b3;
    padding: 0 20px;
    display: block;
}
.content .title .icon-tools {
    display: inline-block;
    margin: 10px;
    position: relative;
    top: 4px;
    font-size: 30px;
}
.content .title .icon-custom {
    display: inline-block;
    margin: 10px;
    position: relative;
    top: 8px;
    font-size: 40px;
}
.content .title .icon-consult {
    display: inline-block;
    margin: 10px;
    position: relative;
    top: 8px;
    font-size: 36px;
}
.content p {
    margin: 10px 0 30px 0;
    font-size: 18px;
    text-align: justify;
    font-family: OxygenRegular;
    padding: 0 20px;
}

.inside-oval p {
    color: whitesmoke;
    text-align: center;
}

.content ul {
    margin: -10px 30px 50px 10px;
    line-height: 22px;
    list-style-type: none;
}

.content ul > li {
    font-size: 18px;
    margin-bottom: 15px;
    position: relative;
}

.content ul > li > .icon-checkmark-circle {
    position: absolute;
    left: -30px;
    top: 3px;
}

.content table {
    width: 90%;
    margin: 0 auto;
}

.content th {
    padding: 5px;
    text-align: center;
}

.content td {
    padding: 5px;
    text-align: center;
    font-size: 13px;
}

@media (max-width: 992px) {
    .content .title {
        padding: 0 10px;
    }

    .content p {
        margin: 10px 0 30px 0;
        font-size: 18px;
        text-align: justify;
        font-family: OxygenRegular;
        padding: 10px;
    }

    .content ul {
        margin: 10px 0 20px 0;
        line-height: 22px;
    }
}

hr {
    border-bottom: solid 1px #000;
    margin: 0 auto 30px auto;
    width: 90%;
    opacity: 0.1;
}

.bg1 {
    background-color: #6c90b2;
    padding: 20px !important;
    display: block;
    color: #fff;
    border-radius: 10px;
    margin: 10px 15px !important;
}

.bg2 {
    background-color: #e9f3f6;
    padding: 20px !important;
    display: block;
    border-radius: 10px;
    min-height: 270px;
    margin: 10px 15px 20px 15px !important;
}

.bg3 {
    display: block;
    margin: 10px 20px 0 0 !important;
    color: #506079;
}

@media only screen and (max-width: 1200px) {
    .bg1 {
        background-color: #6c90b2;
        padding: 20px !important;
        display: block;
        color: #fff;
        border-radius: 10px;
        margin: 10px 0 30px 0 !important;
        min-height: 0;
    }

    .bg2 {
        background-color: #e9f3f6;
        padding: 20px !important;
        display: block;
        border-radius: 10px;
        min-height: 0;
    }
}

.infoBalloon-1 {
    width: 240px;
    height: 240px;
    border-radius: 120px;
    background-image: url("../images/balloon-bg.jpg");
    background-size: cover;
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.4);
    border: solid 1px #ccc;
    text-align: center;
    padding: 50px 20px 0 20px;
    margin: 60px auto 40px auto;
}

.infoBalloon-1 .title {
    color: #ffffff;
    font-family: Oxygen-Bold;
    font-size: 31px;
    line-height: 35px;
    margin-bottom: 11px;
}

.infoBalloon-1 .content {
    color: #ffffff;
    padding: 0;
    font-size: 20px;
    display: block;
}

.infoBalloon-2 {
    width: 240px;
    height: 240px;
    border-radius: 120px;
    background-image: url("../images/balloon-bg-2.jpg");
    background-size: cover;
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.4);
    border: solid 1px #ccc;
    text-align: center;
    padding: 50px 20px 0 20px;
    margin: 60px auto 40px auto;
}

.infoBalloon-2 .title {
    color: #506079;
    font-family: Oxygen-Bold;
    font-size: 37px;
    line-height: 42px;
    margin-bottom: 10px;
}

.infoBalloon-2 .content {
    color: #506079;
    padding: 0;
    font-size: 20px;
    display: block;
}

.spaced-img {
    padding: 20px 30px;
}

.list-1 {
    margin: 40px 0;
    padding: 20px;
    background-color: rgba(219, 235, 248, 0.3);
    border-radius: 10px;
    box-shadow: 1px 2px 3px rgba(219, 235, 248, 1);
}

.list-1 li {
    font-size: 16px;
}

.responsiveImg {
    text-align: center;
    margin: 10px auto;
}

.responsiveImg img.swimr {
    height: 500px;
    width: 100%;
}
.responsiveImg img.enforce {
    height: 400px;
    width: 100%;
}
.responsiveImg img.infographic {
    height: 300px;
    width: 100%;
}
.responsiveImg img.swift {
    height: 132px;
    width: 100%;
}

.contained {
    object-fit: contain;
}

ul.bullets {
    list-style-type: square;
    margin: 10px;
    text-align: justify;
}

@media only screen and (max-width: 767px) {
    ul.bullets {
        text-align: left;
        margin: 10px 10px 10px -15px;
    }
    .content .title {
        font-size: 20px;
    }
    .responsiveImg img.swimr {
        height: 200px;
        width: 100%;
    }
    .responsiveImg img.enforce {
        height: 400px;
        width: 100%;
    }
    .responsiveImg img.infographic {
        height: 120px;
        width: 100%;
    }
    .responsiveImg img.swift {
        height: 60px;
        width: 100%;
    }
}

.content-item {
    background-color: rgba(0, 0, 0, 0.025);
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 20px;
}

/* New Styles for Application Icons */

.app-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.app-icon img {
    max-height: 90px;
    margin: 20px 0 10px 0;
}


