
@import url('https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700|Rubik:400,500,700');
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
}

body {
    font-family: 'Rubik', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #333;
    font-size: 16px;
    background-color: #ffffff;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Maven Pro', sans-serif;
    color: #0f2936;
}

.h2,
.h3,
.h4 {
    font-weight: 700;
    color: #184056;
}

p {
    margin: 0 0 1em 0;
    line-height: 1.6;
}

img {
    width: auto;
    max-width: 100%;
}

address {
    font-style: normal;
    margin: 0;
    padding: 0;
}

.wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.outer-container {
    position: relative;
}

.custom-row {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    border-top: 1px solid #f68f33;
}

.no-border {
    border: 0;
}

.custom-row>* {
    padding-left: 1rem;
    padding-right: 1rem;
}

.two-col {
    display: flex;
    justify-content: space-between;
}

.box-sign {
    background: #ebdac7;
    overflow: hidden;
    border: 1px solid #f68f33;
    padding: 1em 1em 0em 1em;
    max-width: 400px;
    text-align: center;
}

ul>li {
    line-height: 1.6;
}

.graph {
    text-align: center;
}

.navbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.navbar-blue {
    background: #184056;
    color: #fff;
    background: #184056;
    background: -moz-linear-gradient(left, #184056 2%, #1e466d 50%, #1e466d 50%, #184056 98%);
    background: -webkit-linear-gradient(left, #184056 2%, #1e466d 50%, #1e466d 50%, #184056 98%);
    background: linear-gradient(to right, #184056 2%, #1e466d 50%, #1e466d 50%, #184056 98%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#184056', endColorstr='#184056', GradientType=1);
}

.navbar__nav__group {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.navbar__nav__group>li {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}

.navbar__nav__group a {
    color: #fff;
    flex-basis: 100%;
    display: flex;
    text-decoration: none;
    align-items: center;
    flex-wrap: wrap;
    font-size: .75rem;
    text-transform: uppercase;
    font-weight: 700;
    padding: 1rem;
}

.navbar__nav__group a:hover {
    background: #0f2936;
    text-decoration: underline;
}

.navbar__nav__group a>span {
    display: block;
    width: 100%;
    text-align: center;
}

.logo-wrap {
    flex: 2;
    padding: 25px;
    text-align: center;
}

.logo-wrap img {
    max-height: 40px;
    max-width: 100%;
}

.slider {
    max-width: 1200px;
    margin: 0 auto;
}

.slider img {
    max-width: 100%;
}

.outer-container--jumbo {
    background: #dbe6eb;
    background: -moz-linear-gradient(left, #cbd4d8 0%, #dbe6eb 50%, #cbd4d8 100%);
    background: -webkit-linear-gradient(left, #cbd4d8 0%, #dbe6eb 50%, #cbd4d8 100%);
    background: linear-gradient(to right, #cbd4d8 0%, #dbe6eb 50%, #cbd4d8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbd4d8', endColorstr='#cbd4d8', GradientType=1);
}

.header {
    flex-basis: 100%;
}
.btn {
    display: inline-block;
    border: 1px solid #333333;
    box-shadow: 1px 1px 5px #333333;
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
    transition: all .2s ease-in;
}

.btn--main {
    background: #184056;
    border-bottom: 4px solid #0f2936;
}

.btn--lg {
    padding: 20px 25px;
    border-radius: 4px;
    font-size: 24px;
    text-align: center;
}

.btn:hover {
    background: #0f2936;
    border-bottom: 4px solid #091a22;
}

.btn:active {
    background: #091a22;
    border-bottom: 4px solid #091a22;
    box-shadow: 1px 1px 2px #333333;
}

.outer-container--footer {
    background-color: #dbe6eb;
}
.stats-sidebar{
    flex: 1 1 100%;
}
.stats-img{
   display: flex;
   align-content: center;
   align-items: center;
   margin-bottom: 1em;
}
.stats-img figcaption{
    margin-left: 5px;
    max-width: 300px;
    font-weight: 500;
}
.stats-img img{
   height: auto;
   width: auto;
   max-height: 80px;
   flex: 0 1 auto;

}

@media only screen and (max-width: 768px) {
    .content-connect {
        flex: 2 1 100%;
    }
    .sidebar-map {
        flex: 1 2 100%;
    }
   
}


@media only screen and (min-width: 992px) {
    h1 {
        font-size: 32px;
    }
    .h2 {
        font-size: 20px;
    }
    .h3 {
        font-size: 18px;
    }
    span.emphasis {
        font-size: 24px;
    }
    .content-transform {
        flex: 0 1 40%;
    }

    .sidebar-apply {
        flex: 0 1 60%;
    }

    /*  */
    .content {
        flex: 1 1 50%;
    }

    .sidebar {
        flex: 1 1 50%;
    }

    .content2 {
        flex: 1 1 100%;
    }

    .sidebar2 {
        flex: 1 1 100%;
    }

    .content-connect {
        flex: 2 1 60%;
    }

    .sidebar-map {
        flex: 1 1 40%;
        
    }

    
}

@media only screen and (max-width: 992px) {
    .two-col {
        flex-wrap: wrap;
    }
    .content-transform {
        flex: 0 1 100%;
         margin-bottom: 48px;
    }

    .sidebar-apply {
        flex: 0 1 100%;
    }
    .sidebar-map{
         margin-top: 48px;
    }
    .content2 {
        flex: 0 1 100%;
        order: 2;
    }

    .sidebar2 {
        flex: 0 1 100%;
        order: 1;
    }
}