@import url(https://fonts.googleapis.com/css?family=Muli|Questrial);

body{
    overflow: hidden;
}

@media screen and (min-width : 1601px) {
    body {
    font-family: 'Muli', sans-serif;
}

#modal-bkg {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    background-color: rgba(23, 22, 23, 0.7);
}

#msg {    
    z-index: 2;
    width: 40%;
    height: auto;
    margin: 15% auto;
    padding: 35px;
    background-color: #ffffff;
}  
.header {
    background: url(../img/hero5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.jumbotron {
    background-color: transparent;
    margin-bottom: 0;
    padding: 5em 0;
    color: #fff;
}
.jumbotron .container {
    width: 85%}
.jumbotron h1 {
    margin-top: 0;
    font-size: 3.5em;
    font-weight: 600;
    padding-bottom: .3em;
    text-transform: uppercase;
    line-height: 1.2em;
}
.jumbotron .col-md-8 p {
    font-size: 1.5em;
    width: 80%;
    color: #E0EDF7;
}
.jumbotron .col-md-4 {
    margin-top: 120px;
    padding-left: 50px;
}
.jumbotron .col-md-4 img {
    width: 100%}
.jumbotron .col-md-4 p {
    font-size: 1.5em;
    width: 90%}
.jumbotron .btn-primary {
    margin-top: 1em;
    background-image: none;
    background-color: #2185ca;
    font-size: .8em;
    font-weight: 600;
    text-transform: uppercase;
    padding: .7em 1.5em;
    border-radius: 0;
    border: 1px solid #fff;
}
.jumbotron .btn-primary:hover {
    background-color: transparent;
}
.navbar-nav {
    background-color: transparent;
}
.navbar-left {
    margin-top: 15px;
    margin-left: 120px;
}
.navbar-default {
    background: transparent;
    border: none;
    box-shadow: none;
}
.navbar-default .container {
    width: 83%}
.navbar-collapse .navbar-left>li>a {
    margin-right: 35px;
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 0;
    color: #b3d4ed;
    font-size: 1.2em;
}
.navbar-collapse .navbar-left>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    outline: none;
    color: #fff;
    border-bottom: 1px solid #fff;
    transition: color 300ms ease-out;
}
.navbar-collapse .navbar-left>li>a:active {
    outline: none;
    color: #fff;
    border-bottom: 1px solid #fff;
}
.navbar-collapse .navbar-left>li:last-of-type:hover a {
    color: #fff;
    border: none;
    transition: color 300ms ease-out;
}
.navbar-brand {
    height: 70px;
    margin-top: 5px;
    padding: 5px 5px;
}
.navbar-brand img {
    height: 90%}
.navbar-brand:focus {
    outline: none;
}
footer {
    width: 100%;
    min-height: 350px;
    padding-top: 50px;
    padding-bottom: 30px;
    margin-bottom: 0;
    background: #A1A1A1;
}
footer p {
    color: #fefefe;
}
#copyright {
    width: 100%;
    min-height: 30px;
    background: #000;
}
#copyright p {
    width: 100%;
    margin: 0;
    padding: 10px 0;
    text-align: center;
    color: #fefefe;
}
footer .row {
    width: 80%;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
}
footer .col-md-4 .contact {
    font-family: 'Muli', sans-serif;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 1.5em;
    color: #2185ca;
}
.footerlinks {
    width: 50%;
    margin-bottom: 15px;
    padding-bottom: 7px;
    padding-left: 5px;
    font-size: 1.2em;
}
footer .col-md-4 img {
    width: 325px;
    height: 70px;
    margin-top: 15px;
}
footer .col-md-4 p {
    font-size: 1.2em;
    color: #fefefe;
}
footer .col-md-4 a {
    font-size: 1em;
    color: #fff;
}
footer .fa-envelope {
    color: #2185ca;
}
footer .fa-phone {
    color: #2185ca;
}
.footerlinks>a {
    color: #fefefe;
    transition: color 300ms ease-out;
}
.footerlinks>a:hover {
    text-decoration: none;
    color: #000;
    transition: color 300ms ease-out;
}
footer .btn-primary {
    margin-bottom: 1em;
    background-image: none;
    background-color: #2185ca;
    font-size: .8em;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    padding: .7em 1.5em;
    border-radius: 0;
    border: 1px solid #626262;
}
footer .col-md-4 a:nth-child(1) {
    color: #fff;
}
footer .btn-primary:hover {
    background-color: #2B94DC;
}
.modal-dialog {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}
.modal-dialog .container {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
}
.modal-dialog .col-md-12 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    background: #f7fcfd;
}
.modal-header {
    background: #f7fcfd;
    border: none;
}
.modal-body {
    background: #f7fcfd;
}
.modal-body .container {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
}
.modal-footer {
    background: #f7fcfd;
    border: none;
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    border: none;
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.modal-dialog .btn-primary {
    margin-bottom: 1em;
    background-image: none;
    background-color: #e53321;
    font-size: 1.2em;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    padding: .9em 1.8em;
    border-radius: 0;
    border: 1px solid #626262;
}
.modal-dialog .btn-secondary {
    margin: 1em;
    background-image: none;
    background-color: #2185ca;
    font-size: .9em;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    padding: .9em 1.8em;
    border-radius: 0;
    border: 1px solid #626262;
}
.modal-dialog .btn-secondary:hover {
    background-color: #2B94DC;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.ScrollTop {
    z-index: 99;
    display: none;
    position: fixed;
    bottom: 100px;
    right: 20px;
    background: transparent;
    color: #03426C;
    border: 2px solid #03426C;
    padding: 9px 15px;
    border-radius: 0%;
    cursor: pointer;
}
.ScrollTop:hover {
    background: #e9e9e9;
    color: #56B8FA;
}
.statement_intro {
    background-color: #fff;
    color: #fff;
    color: #878787;
    text-align: center;
    font-weight: 300;
    margin-bottom: 100px;
    padding-top: 95px;
    padding-bottom: 50px;
}
.statement_intro h1 {
    font-size: 2.5em;
    line-height: 1.3em;
    color: #424242;
    width: 85%;
    margin-right: auto;
    margin-bottom: 55px;
    margin-left: auto;
}
#container_introduction {
    background-color: #ebeff6;
    color: #878787;
    text-align: center;
    font-weight: 300;
    margin-bottom: 0;
    padding-top: 65px;
    padding-bottom: 140px;
}
#container_introduction h1 {
    font-size: 3.5em;
    font-weight: 600;
    color: #424242;
    margin-top: 35px;
    margin-bottom: 40px;
}
#container_introduction h2 {
    font-size: 2.5em;
    margin-bottom: 50px;
}
#container_introduction h3 {
    color: #000;
    font-size: 2em;
    margin-bottom: 20px;
    margin-bottom: 60px;
}
.assessment_introduction {
    min-height: 200px;
    width: 90%;
    margin-top: 25px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 25px;
    padding-bottom: 25px;
    background: #fff;
    text-align: left;
    list-style-type: none;
    border: solid 1px #efefef;
    box-shadow: 0 5px 20px 1px rgba(17, 72, 155, .2);
}
.assessment_icon {
    float: left;
    width: 20%;
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 35px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 20px;
}
#container_introduction p {
    width: 85%;
    margin-top: 0;
    margin-left: 30px;
    text-align: left;
    font-size: 1.4em;
    line-height: 1.6em;
    text-align: left;
    color: #626262;
}
#container_introduction h4 {
    width: 70%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 30px;
    text-align: left;
    font-size: 1.7em;
    line-height: 1.8em;
    font-weight: 700;
    text-align: left;
    color: #000;
}
#container_introduction a {
    text-decoration: none;
}
#container_introduction>a:hover {
    text-decoration: none;
}
#container_introduction .col-md-12 {
    border: none;
    margin: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.note {
    width: 95%;
    font-size: .8em;
    margin-top: 20px;
    margin-left: 30px;
    text-align: left;
    text-align: left;
    color: #626262;
}
.fa-user, .fa-briefcase, .fa-pills, .fa-user-md, .fa-chart-bar {
    color: #0084e7;
    font-size: 3.5em;
    margin-right: 0;
}
.steps {
    height: 250px;
    background-color: #3291a4;
}
.statement_intro .col-md-3:nth-child(odd) .steps {
    background-color: #a7a7a7;
}
.statement_intro h2 {
    margin-bottom: 35px;
    color: #767676;
}
.steps h3 {
    font-size: 3em;
    height: auto;
    background-color: #e8910e;
    border-bottom: 4px solid #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
}
.statement_intro .col-md-3:nth-child(even) .steps h3 {
    background-color: #5dacc8;
}
.statement_intro .col-md-3:nth-child(5) .steps h4 {
    padding-top: 40px;
}
.statement_intro .col-md-3:nth-child(6) .steps h4 {
    padding-top: 40px;
}
.steps h4 {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    height: auto;
    text-align: center;
    font-size: 2em;
    line-height: 1.2em;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 10px;
}
.statement_intro .btn-primary {
    margin-top: 130px;
    background-image: none;
    background-color: #fff;
    color: #2185ca;
    font-size: 1.5em;
    font-weight: 600;
    text-transform: uppercase;
    padding: .8em 2.5em;
    border-radius: 0;
    border: 1px solid #3499de;
}
.statement_intro .btn-primary:hover {
    background-color: transparent;
}
.statement_intro .btn-primary {
    margin-top: 130px;
    background-image: none;
    background-color: #fff;
    color: #2185ca;
    font-size: 1.5em;
    font-weight: 600;
    text-transform: uppercase;
    padding: .8em 2.5em;
    border-radius: 0;
    border: 1px solid #3499de;
}
.statement_intro .btn-primary:hover {
    background-color: #f2f5f8;
}
.contact {
    background-color: #969696;
    color: #878787;
    text-align: center;
    font-weight: 300;
    padding-top: 70px;
    padding-bottom: 70px;
}
.contact .btn-primary {
    margin-top: 0;
    background-image: none;
    background-color: #fff;
    color: #2185ca;
    font-size: 1.5em;
    font-weight: 600;
    text-transform: uppercase;
    padding: .8em 2.5em;
    border-radius: 0;
    border: 1px solid #3499de;
}
.contact .btn-primary:hover {
    background-color: transparent;
}
}@media screen and (min-width :1200px) and (max-width :1600px) {
    body {
    font-family: 'Muli', sans-serif;
}

#modal-bkg {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    background-color: rgba(23, 22, 23, 0.7);
}
    
#msg {
    z-index: 2;
    width: 50%;
    height: auto;
    margin: 10% auto;
    padding: 35px;
    background-color: #ffffff;
}

.header {
    background: url(../img/hero5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.jumbotron {
    background-color: transparent;
    margin-bottom: 0;
    padding: 5em 0;
    color: #fff;
}
.jumbotron .container {
    width: 85%}
.jumbotron h1 {
    margin-top: 0;
    font-size: 3vw;
    font-weight: 600;
    padding-bottom: .3em;
    text-transform: uppercase;
    line-height: 1.2em;
}
.jumbotron .col-md-8 p {
    font-size: 1.4vw;
    width: 80%;
    color: #E0EDF7;
}
.jumbotron .col-md-4 {
    margin-top: 120px;
    padding-left: 50px;
}
.jumbotron .col-md-4 img {
    width: 100%}
.jumbotron .col-md-4 p {
    font-size: 1.5em;
    width: 90%}
.jumbotron .btn-primary {
    margin-top: 1em;
    background-image: none;
    background-color: #2185ca;
    font-size: 1.2vw;
    font-weight: 600;
    text-transform: uppercase;
    padding: .8vw 1.7vw;
    border-radius: 0;
    border: 1px solid #fff;
}
.jumbotron .btn-primary:hover {
    background-color: transparent;
}
.navbar-nav {
    background-color: transparent;
}
.navbar-left {
    margin-top: 15px;
    margin-left: 120px;
}
.navbar-default {
    background: transparent;
    border: none;
    box-shadow: none;
}
.navbar-default .container {
    width: 83%}
.navbar-collapse .navbar-left>li>a {
    margin-right: 35px;
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 0;
    color: #b3d4ed;
    font-size: 1.2em;
}
.navbar-collapse .navbar-left>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    outline: none;
    color: #fff;
    border-bottom: 1px solid #fff;
    transition: color 300ms ease-out;
}
.navbar-collapse .navbar-left>li>a:active {
    outline: none;
    color: #fff;
    border-bottom: 1px solid #fff;
}
.navbar-collapse .navbar-left>li:last-of-type:hover a {
    color: #fff;
    border: none;
    transition: color 300ms ease-out;
}
.navbar-brand {
    height: 70px;
    margin-top: 5px;
    padding: 5px 5px;
}
.navbar-brand img {
    height: 90%}
.navbar-brand:focus {
    outline: none;
}
footer {
    width: 100%;
    min-height: 350px;
    padding-top: 50px;
    padding-bottom: 30px;
    margin-bottom: 0;
    background: #A1A1A1;
}
footer p {
    color: #fefefe;
}
#copyright {
    width: 100%;
    min-height: 30px;
    background: #000;
}
#copyright p {
    width: 100%;
    margin: 0;
    padding: 10px 0;
    text-align: center;
    color: #fefefe;
}
footer .row {
    width: 80%;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
}
footer .col-md-4 .contact {
    font-family: 'Muli', sans-serif;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 1.5em;
    color: #2185ca;
}
.footerlinks {
    width: 50%;
    margin-bottom: 15px;
    padding-bottom: 7px;
    padding-left: 5px;
    font-size: 1.2em;
}
footer .col-md-4 img {
    width: 325px;
    height: 70px;
    margin-top: 15px;
}
footer .col-md-4 p {
    font-size: 1.2em;
    color: #fefefe;
}
footer .col-md-4 a {
    font-size: 1em;
    color: #fff;
}
footer .fa-envelope {
    color: #2185ca;
}
footer .fa-phone {
    color: #2185ca;
}
.footerlinks>a {
    color: #fefefe;
    transition: color 300ms ease-out;
}
.footerlinks>a:hover {
    text-decoration: none;
    color: #000;
    transition: color 300ms ease-out;
}
footer .btn-primary {
    margin-bottom: 1em;
    background-image: none;
    background-color: #2185ca;
    font-size: .8em;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    padding: .7em 1.5em;
    border-radius: 0;
    border: 1px solid #626262;
}
footer .col-md-4 a:nth-child(1) {
    color: #fff;
}
footer .btn-primary:hover {
    background-color: #2B94DC;
}
.modal-dialog {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}
.modal-title {
    font-size: 2em;
    margin-bottom: 0;
}
p.lead {
    font-size: 1.3em;
    margin-bottom: 0;
}
.modal-dialog .container {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
}
.modal-dialog .row {
    width: auto;
}
.modal-dialog .col-md-12 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    background: #f7fcfd;
    margin-bottom: 0;
}
.modal-header {
    background: #f7fcfd;
    border: none;
}
.modal-body {
    background: #f7fcfd;
    padding-bottom: 0;
}
.modal-body .container {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
}
.modal-footer {
    background: #f7fcfd;
    border: none;
    padding-top: 0;
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    border: none;
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.modal-dialog .btn-primary {
    margin-bottom: 1em;
    background-image: none;
    background-color: #e53321;
    font-size: 1.2em;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    padding: .9em 1.8em;
    border-radius: 0;
    border: 1px solid #626262;
}
.modal-dialog .btn-secondary {
    margin: 1em;
    background-image: none;
    background-color: #2185ca;
    font-size: .9em;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    padding: .9em 1.8em;
    border-radius: 0;
    border: 1px solid #626262;
}
.modal-dialog .btn-secondary:hover {
    background-color: #2B94DC;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.ScrollTop {
    z-index: 99;
    display: none;
    position: fixed;
    bottom: 100px;
    right: 20px;
    background: transparent;
    color: #03426C;
    border: 2px solid #03426C;
    padding: 9px 15px;
    border-radius: 0%;
    cursor: pointer;
}
.ScrollTop:hover {
    background: #e9e9e9;
    color: #56B8FA;
}
.statement_intro {
    background-color: #fff;
    color: #fff;
    color: #878787;
    text-align: center;
    font-weight: 300;
    padding-top: 75px;
    padding-bottom: 100px;
}
.statement_intro h1 {
    font-size: 2.5em;
    line-height: 1.3em;
    color: #424242;
    width: 85%;
    margin-right: auto;
    margin-bottom: 55px;
    margin-left: auto;
}
#container_introduction {
    background-color: #ebeff6;
    color: #878787;
    text-align: center;
    font-weight: 300;
    margin-bottom: 0;
    padding-top: 65px;
    padding-bottom: 90px;
}
#container_introduction h1 {
    font-size: 3em;
    font-weight: 600;
    color: #424242;
    margin-top: 35px;
    margin-bottom: 40px;
}
#container_introduction h2 {
    font-size: 2em;
    margin-bottom: 50px;
}
#container_introduction h3 {
    color: #000;
    font-size: 1.9em;
    margin-bottom: 20px;
    margin-bottom: 40px;
}
.assessment_introduction {
    min-height: 200px;
    width: 90%;
    margin-top: 25px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 25px;
    padding-bottom: 25px;
    background: #fff;
    text-align: left;
    list-style-type: none;
    border: solid 1px #efefef;
    box-shadow: 0 5px 20px 1px rgba(17, 72, 155, .2);
}
.assessment_icon {
    float: left;
    width: 20%;
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 35px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 20px;
}
#container_introduction p {
    width: 85%;
    margin-top: 0;
    margin-left: 30px;
    text-align: left;
    font-size: 1.4em;
    line-height: 1.6em;
    text-align: left;
    color: #626262;
}
#container_introduction h4 {
    width: 70%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 30px;
    text-align: left;
    font-size: 1.7em;
    line-height: 1.8em;
    font-weight: 700;
    text-align: left;
    color: #000;
}
#container_introduction a {
    text-decoration: none;
}
#container_introduction>a:hover {
    text-decoration: none;
}
#container_introduction .col-md-12 {
    border: none;
    margin: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.note {
    width: 95%;
    font-size: .8em;
    margin-top: 20px;
    margin-left: 30px;
    text-align: left;
    text-align: left;
    color: #626262;
}
.fa-user, .fa-briefcase, .fa-pills, .fa-user-md, .fa-chart-bar {
    color: #0084e7;
    font-size: 3.5em;
    margin-right: 0;
}
.steps {
    height: 250px;
    background-color: #3291a4;
}
.statement_intro .col-md-3:nth-child(odd) .steps {
    background-color: #a7a7a7;
}
.statement_intro h2 {
    margin-bottom: 35px;
    color: #767676;
}
.steps h3 {
    font-size: 3em;
    height: auto;
    background-color: #e8910e;
    border-bottom: 4px solid #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
}
.statement_intro .col-md-3:nth-child(even) .steps h3 {
    background-color: #5dacc8;
}
.statement_intro .col-md-3:nth-child(5) .steps h4 {
    padding-top: 40px;
}
.statement_intro .col-md-3:nth-child(6) .steps h4 {
    padding-top: 40px;
}
.steps h4 {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    height: auto;
    text-align: center;
    font-size: 2em;
    line-height: 1.2em;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 10px;
}
.statement_intro .btn-primary {
    margin-top: 130px;
    background-image: none;
    background-color: #fff;
    color: #2185ca;
    font-size: 1.5em;
    font-weight: 600;
    text-transform: uppercase;
    padding: .8em 2.5em;
    border-radius: 0;
    border: 1px solid #3499de;
}
.statement_intro .btn-primary:hover {
    background-color: transparent;
}
.statement_intro .btn-primary {
    margin-top: 90px;
    background-image: none;
    background-color: #fff;
    color: #2185ca;
    font-size: 1.5em;
    font-weight: 600;
    text-transform: uppercase;
    padding: .8em 2.5em;
    border-radius: 0;
    border: 1px solid #3499de;
}
.statement_intro .btn-primary:hover {
    background-color: #f2f5f8;
}
.contact {
    background-color: #969696;
    color: #878787;
    text-align: center;
    font-weight: 300;
    padding-top: 70px;
    padding-bottom: 70px;
}
.contact .btn-primary {
    margin-top: 0;
    background-image: none;
    background-color: #fff;
    color: #2185ca;
    font-size: 1.5em;
    font-weight: 600;
    text-transform: uppercase;
    padding: .8em 2.5em;
    border-radius: 0;
    border: 1px solid #3499de;
}
.contact .btn-primary:hover {
    background-color: transparent;
}
}@media screen and (min-width :992px) and (max-width :1199px) {
    body {
    font-family: 'Muli', sans-serif;
}

#modal-bkg {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    background-color: rgba(23, 22, 23, 0.7);
}
    
#msg {
    z-index: 2;
    width: 50%;
    height: auto;
    margin: 10% auto;
    padding: 35px;
    background-color: #ffffff;
}
.header {
    background: url(../img/hero5_medium.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.jumbotron {
    background-color: transparent;
    margin-bottom: 0;
    padding: 2em 0em;
    color: #fff;
}
.jumbotron .container {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
}
.jumbotron h1 {
    margin-top: 0;
    font-size: 3vw;
    font-weight: 600;
    padding-bottom: .3em;
    text-transform: uppercase;
    line-height: 1.2em;
}
.jumbotron .col-md-8 p {
    font-size: 1.4vw;
    width: 80%;
    color: #E0EDF7;
}
.jumbotron .col-md-4 {
    margin-top: 120px;
    padding-left: 50px;
}
.jumbotron .col-md-4 img {
    width: 100%}
.jumbotron .col-md-4 p {
    font-size: 1.5em;
    width: 90%}
.jumbotron .btn-primary {
    margin-top: 1em;
    background-image: none;
    background-color: #2185ca;
    font-size: 1.2vw;
    font-weight: 600;
    text-transform: uppercase;
    padding: .8vw 1.7vw;
    border-radius: 0;
    border: 1px solid #fff;
}
.jumbotron .btn-primary:hover {
    background-color: transparent;
}
.navbar-nav {
    background-color: transparent;
}
.navbar-left {
    margin-top: 15px;
    margin-left: 40px;
}
.navbar-default {
    background: transparent;
    border: none;
    box-shadow: none;
}
.navbar-default .container {
    width: 90%}
.navbar-collapse .navbar-left>li>a {
    margin-right: 30px;
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 0;
    color: #b3d4ed;
    font-size: 1.1em;
}
.navbar-collapse .navbar-left>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    outline: none;
    color: #fff;
    border-bottom: 1px solid #fff;
    transition: color 300ms ease-out;
}
.navbar-collapse .navbar-left>li>a:active {
    outline: none;
    color: #fff;
    border-bottom: 1px solid #fff;
}
.navbar-collapse .navbar-left>li:last-of-type:hover a {
    color: #fff;
    border: none;
    transition: color 300ms ease-out;
}
.navbar-brand {
    height: 70px;
    margin-top: 5px;
    padding: 5px 5px;
}
.navbar-brand img {
    height: 90%}
.navbar-brand:focus {
    outline: none;
}
footer {
    width: 100%;
    min-height: 350px;
    padding-top: 50px;
    padding-bottom: 30px;
    margin-bottom: 0;
    background: #A1A1A1;
}
footer p {
    color: #fefefe;
}
#copyright {
    width: 100%;
    min-height: 30px;
    background: #000;
}
#copyright p {
    width: 100%;
    margin: 0;
    padding: 10px 0;
    text-align: center;
    color: #fefefe;
}
footer .row {
    width: 80%;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
}
footer .col-md-4 .contact {
    font-family: 'Muli', sans-serif;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 1.5em;
    color: #2185ca;
}
.footerlinks {
    width: 50%;
    margin-bottom: 15px;
    padding-bottom: 7px;
    padding-left: 5px;
    font-size: 1.2em;
}
footer .col-md-4 img {
    width: 325px;
    height: 70px;
    margin-top: 15px;
}
footer .col-md-4 p {
    font-size: 1.2em;
    color: #fefefe;
}
footer .col-md-4 a {
    font-size: 1em;
    color: #fff;
}
footer .fa-envelope {
    color: #2185ca;
}
footer .fa-phone {
    color: #2185ca;
}
.footerlinks>a {
    color: #fefefe;
    transition: color 300ms ease-out;
}
.footerlinks>a:hover {
    text-decoration: none;
    color: #000;
    transition: color 300ms ease-out;
}
footer .btn-primary {
    margin-bottom: 1em;
    background-image: none;
    background-color: #2185ca;
    font-size: .8em;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    padding: .7em 1.5em;
    border-radius: 0;
    border: 1px solid #626262;
}
footer .col-md-4 a:nth-child(1) {
    color: #fff;
}
footer .btn-primary:hover {
    background-color: #2B94DC;
}
.modal-dialog {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}
.modal-title {
    font-size: 2em;
    margin-bottom: 0;
}
p.lead {
    font-size: 1.3em;
    margin-bottom: 0;
}
.modal-dialog .container {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
}
.modal-dialog .row {
    width: auto;
}
.modal-dialog .col-md-12 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    background: #f7fcfd;
    margin-bottom: 0;
}
.modal-header {
    background: #f7fcfd;
    border: none;
}
.modal-body {
    background: #f7fcfd;
    padding-bottom: 0;
}
.modal-body .container {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
}
.modal-footer {
    background: #f7fcfd;
    border: none;
    padding-top: 0;
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    border: none;
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.modal-dialog .btn-primary {
    margin-bottom: 1em;
    background-image: none;
    background-color: #e53321;
    font-size: 1.2em;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    padding: .9em 1.8em;
    border-radius: 0;
    border: 1px solid #626262;
}
.modal-dialog .btn-secondary {
    margin: 1em;
    background-image: none;
    background-color: #2185ca;
    font-size: .9em;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    padding: .9em 1.8em;
    border-radius: 0;
    border: 1px solid #626262;
}
.modal-dialog .btn-secondary:hover {
    background-color: #2B94DC;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.ScrollTop {
    z-index: 99;
    display: none;
    position: fixed;
    bottom: 100px;
    right: 20px;
    background: transparent;
    color: #03426C;
    border: 2px solid #03426C;
    padding: 9px 15px;
    border-radius: 0%;
    cursor: pointer;
}
.ScrollTop:hover {
    background: #e9e9e9;
    color: #56B8FA;
}
.statement_intro {
    background-color: #fff;
    color: #fff;
    color: #878787;
    text-align: center;
    font-weight: 300;
    padding-top: 75px;
    padding-bottom: 100px;
}
.statement_intro h1 {
    font-size: 2.2em;
    line-height: 1.2em;
    color: #424242;
    width: 85%;
    margin-right: auto;
    margin-bottom: 25px;
    margin-left: auto;
}
#container_introduction {
    background-color: #ebeff6;
    color: #878787;
    text-align: center;
    font-weight: 300;
    margin-bottom: 0;
    padding-top: 35px;
    padding-bottom: 90px;
}
#container_introduction h1 {
    font-size: 2.5em;
    font-weight: 600;
    color: #424242;
    margin-top: 35px;
    margin-bottom: 40px;
}
#container_introduction h2 {
    font-size: 1.7em;
    margin-bottom: 20px;
}
#container_introduction h3 {
    color: #000;
    font-size: 1.6em;
    margin-top: 40px;
    margin-bottom: 40px;
}
.assessment_introduction {
    min-height: 200px;
    width: 90%;
    margin-top: 25px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #fff;
    text-align: left;
    list-style-type: none;
    border: solid 1px #efefef;
    box-shadow: 0 5px 20px 1px rgba(17, 72, 155, .2);
}
.assessment_icon {
    float: left;
    width: 20%;
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 35px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 20px;
}
#container_introduction p {
    width: 85%;
    margin-top: 0;
    margin-left: 30px;
    text-align: left;
    font-size: 1.2em;
    line-height: 1.4em;
    text-align: left;
    color: #626262;
}
#container_introduction h4 {
    width: 80%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 30px;
    text-align: left;
    font-size: 1.6em;
    line-height: 1.7em;
    font-weight: 700;
    text-align: left;
    color: #000;
}
#container_introduction a {
    text-decoration: none;
}
#container_introduction>a:hover {
    text-decoration: none;
}
#container_introduction .col-md-12 {
    border: none;
    margin: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.note {
    width: 95%;
    font-size: .8em;
    margin-top: 20px;
    margin-left: 30px;
    text-align: left;
    text-align: left;
    color: #626262;
}
.fa-user, .fa-briefcase, .fa-pills, .fa-user-md, .fa-chart-bar {
    color: #0084e7;
    font-size: 3.5em;
    margin-right: 0;
}
.steps {
    height: 250px;
    background-color: #3291a4;
}
.statement_intro .col-md-3:nth-child(odd) .steps {
    background-color: #a7a7a7;
}
.statement_intro h2 {
    font-size: 1.8em;
    margin-bottom: 35px;
    color: #767676;
}
.steps h3 {
    font-size: 2.5em;
    height: auto;
    background-color: #e8910e;
    border-bottom: 4px solid #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
}
.statement_intro .col-md-3:nth-child(even) .steps h3 {
    background-color: #5dacc8;
}
.statement_intro .col-md-3:nth-child(5) .steps h4 {
    padding-top: 50px;
}
.statement_intro .col-md-3:nth-child(6) .steps h4 {
    padding-top: 50px;
}
.steps h4 {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    height: auto;
    text-align: center;
    font-size: 1.7em;
    line-height: 1.2em;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 10px;
}
.statement_intro .btn-primary {
    margin-top: 130px;
    background-image: none;
    background-color: #fff;
    color: #2185ca;
    font-size: 1.5em;
    font-weight: 600;
    text-transform: uppercase;
    padding: .8em 2.5em;
    border-radius: 0;
    border: 1px solid #3499de;
}
.statement_intro .btn-primary:hover {
    background-color: transparent;
}
.statement_intro .btn-primary {
    margin-top: 80px;
    background-image: none;
    background-color: #fff;
    color: #2185ca;
    font-size: 1.3em;
    font-weight: 600;
    text-transform: uppercase;
    padding: .7em 2.2em;
    border-radius: 0;
    border: 1px solid #3499de;
}
.statement_intro .btn-primary:hover {
    background-color: #f2f5f8;
}
.contact {
    background-color: #969696;
    color: #878787;
    text-align: center;
    font-weight: 300;
    padding-top: 70px;
    padding-bottom: 70px;
}
.contact .btn-primary {
    margin-top: 0;
    background-image: none;
    background-color: #fff;
    color: #2185ca;
    font-size: 1.5em;
    font-weight: 600;
    text-transform: uppercase;
    padding: .8em 2.5em;
    border-radius: 0;
    border: 1px solid #3499de;
}
.contact .btn-primary:hover {
    background-color: transparent;
}
}
@media screen and (min-width :600px) and (max-width :991px) {
    body {
    font-family: 'Muli', sans-serif;
}

#modal-bkg {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    background-color: rgba(23, 22, 23, 0.7);
}
    
#msg {
    z-index: 2;
    width: 70%;
    height: auto;
    margin: 10% auto;
    padding: 35px;
    background-color: #ffffff;
}

.jumbotron {
    background: url(../img/hero5_small.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 0;
    padding: 2em 1em;
    color: #fff;
}
.jumbotron .container {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
}
.jumbotron .container .col-md-8 {
    padding-left: 0;
}
.jumbotron h1 {
    margin-top: 0;
    font-size: 3vw;
    font-weight: 600;
    padding-bottom: 0em;
    text-transform: uppercase;
    line-height: 1.2em;
}
.jumbotron .col-md-8 p {
    font-size: 1.7vw;
    width: 60%;
    color: #E0EDF7;
}
.jumbotron .col-md-4 {
    margin-top: 120px;
    padding-left: 50px;
}
.jumbotron .col-md-4 img {
    width: 100%}
.jumbotron .col-md-4 p {
    font-size: 1.5em;
    width: 90%}
.jumbotron .btn-primary {
    margin-top: 0em;
    background-image: none;
    background-color: #2185ca;
    font-size: 1.2vw;
    font-weight: 600;
    text-transform: uppercase;
    padding: .8vw 1.7vw;
    border-radius: 0;
    border: 1px solid #fff;
}
.jumbotron .btn-primary:hover {
    background-color: transparent;
}
.navbar-nav {
    background-color: transparent;
}
.navbar-left {
    margin-top: 15px;
    margin-left: 40px;
}
.navbar-default {
    background: linear-gradient(to bottom right, rgba(0, 64, 127, .9), rgba(0, 64, 127, .7), rgba(0, 64, 127, .6), rgba(46, 112, 177, .4)), #00407f;
    border: none;
    box-shadow: none;
    margin-bottom: 0;
    border-radius: 0;
}
.navbar-default .container {
    width: 95%}
.navbar-collapse {
    border: none;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
}
.navbar-collapse .navbar-left>li>a {
    margin-right: 25px;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 0;
    color: #b3d4ed;
    font-size: 1.1em;
}
.navbar-collapse .navbar-left>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    outline: none;
    color: #fff;
    border: none;
    transition: color 300ms ease-out;
}
.navbar-collapse .navbar-left>li>a:active {
    outline: none;
    color: #fff;
    border: none;
}
.navbar-collapse .navbar-left>li:last-of-type:hover a {
    color: #fff;
    border: none;
    transition: color 300ms ease-out;
}
.navbar-brand {
    height: 60px;
    margin-top: 10px;
    padding: 5px 5px;
}
.navbar-brand img {
    height: 70%}
.navbar-brand:focus {
    outline: none;
}
.navbar-toggle {
    border: none;
    margin-top: 20px;
    margin-right: 45px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
footer {
    width: 100%;
    min-height: 350px;
    padding-top: 50px;
    padding-bottom: 30px;
    margin-bottom: 0;
    background: #A1A1A1;
}
footer p {
    color: #fefefe;
}
#copyright {
    width: 100%;
    min-height: 30px;
    background: #000;
}
#copyright p {
    width: 100%;
    margin: 0;
    padding: 10px 0;
    text-align: center;
    color: #fefefe;
}
footer .row {
    width: 90%;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
}
footer .col-sm-6 {
    padding-left: 35px;
}
footer .col-md-4 .contact {
    font-family: 'Muli', sans-serif;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 1.5em;
    color: #2185ca;
}
.footerlinks {
    width: 50%;
    margin-bottom: 15px;
    padding-bottom: 7px;
    padding-left: 5px;
    font-size: 1.2em;
}
footer .col-md-4 img {
    width: 325px;
    height: 70px;
    margin-top: 15px;
}
footer .col-md-4 p {
    font-size: 1.2em;
    color: #fefefe;
}
footer .col-md-4 a {
    font-size: 1em;
    color: #fff;
}
footer .fa-envelope {
    color: #2185ca;
}
footer .fa-phone {
    color: #2185ca;
}
.footerlinks>a {
    color: #fefefe;
    transition: color 300ms ease-out;
}
.footerlinks>a:hover {
    text-decoration: none;
    color: #000;
    transition: color 300ms ease-out;
}
footer .btn-primary {
    margin-bottom: 1em;
    background-image: none;
    background-color: #2185ca;
    font-size: .8em;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    padding: .7em 1.5em;
    border-radius: 0;
    border: 1px solid #626262;
}
footer .col-md-4 a:nth-child(1) {
    color: #fff;
}
footer .btn-primary:hover {
    background-color: #2B94DC;
}
.modal-dialog {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.modal-title {
    font-size: 2em;
    margin-bottom: 0;
}
p.lead {
    font-size: 1.3em;
    margin-bottom: 0;
}
.modal-dialog .container {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
}
.modal-dialog .row {
    width: auto;
}
.modal-dialog .col-md-12 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    background: #f7fcfd;
    margin-bottom: 0;
}
.modal-header {
    background: #f7fcfd;
    border: none;
}
.modal-body {
    padding:  0;
    background: #f7fcfd;
    padding-bottom: 0;
}
.modal-body .container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
}
.modal-footer {
    background: #f7fcfd;
    border: none;
    padding-top: 0;
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    border: none;
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.modal-dialog .btn-primary {
    margin-bottom: 1em;
    background-image: none;
    background-color: #e53321;
    font-size: 1.2em;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    padding: .9em 1.8em;
    border-radius: 0;
    border: 1px solid #626262;
}
.modal-dialog .btn-secondary {
    margin: 1em;
    background-image: none;
    background-color: #2185ca;
    font-size: .9em;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    padding: .9em 1.8em;
    border-radius: 0;
    border: 1px solid #626262;
}
.modal-dialog .btn-secondary:hover {
    background-color: #2B94DC;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.ScrollTop {
    z-index: 99;
    display: none;
    position: fixed;
    bottom: 100px;
    right: 20px;
    background: transparent;
    color: #03426C;
    border: 2px solid #03426C;
    padding: 9px 15px;
    border-radius: 0%;
    cursor: pointer;
}
.ScrollTop:hover {
    background: #e9e9e9;
    color: #56B8FA;
}
.statement_intro {
    background-color: #fff;
    color: #fff;
    color: #878787;
    text-align: center;
    font-weight: 300;
    padding-top: 55px;
    padding-bottom: 100px;
}
.statement_intro h1 {
    font-size: 2.2em;
    line-height: 1.2em;
    color: #424242;
    width: 85%;
    margin-right: auto;
    margin-bottom: 25px;
    margin-left: auto;
}
#container_introduction {
    background-color: #ebeff6;
    color: #878787;
    text-align: center;
    font-weight: 300;
    margin-bottom: 0;
    padding-top: 35px;
    padding-bottom: 90px;
}
#container_introduction .container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
#container_introduction h1 {
    font-size: 2.5em;
    font-weight: 600;
    color: #424242;
    margin-top: 35px;
    margin-bottom: 40px;
}
#container_introduction h2 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.7em;
    margin-bottom: 20px;
}
#container_introduction h3 {
    color: #000;
    font-size: 1.6em;
    margin-top: 40px;
    margin-bottom: 40px;
}
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.assessment_introduction {
    min-height: 200px;
    width: 95%;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 25px;
    padding-bottom: 20px;
    background: #fff;
    text-align: left;
    list-style-type: none;
    border: solid 1px #efefef;
    box-shadow: 0 5px 20px 1px rgba(17, 72, 155, .2);
}
.assessment_icon {
    float: left;
    width: 20%;
    margin-top: 20px;
    margin-right: 10px;
    margin-bottom: 35px;
    padding-top: 15px;
    padding-bottom: 25px;
    padding-left: 30px;
}
#container_introduction p {
    width: 90%;
    margin-top: 0;
    margin-left: 30px;
    text-align: left;
    font-size: 3.1vw;
    line-height: 3.3vw;
    text-align: left;
    color: #626262;
}
#container_introduction h4 {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 15px;
    margin-left: 30px;
    text-align: left;
    font-size: 3.2vw;
    line-height: 3.3vw;
    font-weight: 700;
    text-align: left;
    color: #000;
}
#container_introduction a {
    text-decoration: none;
}
#container_introduction>a:hover {
    text-decoration: none;
}
#container_introduction .col-md-12 {
    border: none;
    margin: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.note {
    width: 95%;
    font-size: .8em;
    margin-top: 20px;
    margin-left: 30px;
    text-align: left;
    text-align: left;
    color: #626262;
}
.fa-user, .fa-briefcase, .fa-user-md, .fa-chart-bar {
    color: #0084e7;
    font-size: 11vw;
    margin-right: 0;
}
.fa-pills {
    color: #0084e7;
    font-size: 10.7vw;
    margin-right: 0;
}
.steps {
    height: 220px;
    background-color: #3291a4;
}
.statement_intro .col-md-3:nth-child(odd) .steps {
    background-color: #a7a7a7;
}
.statement_intro h2 {
    width: 85%;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.8em;
    margin-top: 1.2em;
    margin-bottom: 35px;
    color: #767676;
}
.steps h3 {
    font-size: 2.5em;
    height: auto;
    background-color: #e8910e;
    border-bottom: 4px solid #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
}
.statement_intro .col-md-3:nth-child(even) .steps h3 {
    background-color: #5dacc8;
}
.statement_intro .col-md-3 .steps h4 {
    padding-top: 40px;
}
.steps h4 {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    height: auto;
    text-align: center;
    font-size: 1.7em;
    line-height: 1.2em;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 10px;
}
.statement_intro .btn-primary {
    margin-top: 130px;
    background-image: none;
    background-color: #fff;
    color: #2185ca;
    font-size: 1.5em;
    font-weight: 600;
    text-transform: uppercase;
    padding: .8em 2.5em;
    border-radius: 0;
    border: 1px solid #3499de;
}
.statement_intro .btn-primary:hover {
    background-color: transparent;
}
.statement_intro .btn-primary {
    margin-top: 80px;
    background-image: none;
    background-color: #fff;
    color: #2185ca;
    font-size: 1.3em;
    font-weight: 600;
    text-transform: uppercase;
    padding: .7em 2.2em;
    border-radius: 0;
    border: 1px solid #3499de;
}
.statement_intro .btn-primary:hover {
    background-color: #f2f5f8;
}
.contact {
    background-color: #969696;
    color: #878787;
    text-align: center;
    font-weight: 300;
    padding-top: 70px;
    padding-bottom: 70px;
}
.contact .btn-primary {
    margin-top: 0;
    background-image: none;
    background-color: #fff;
    color: #2185ca;
    font-size: 1.5em;
    font-weight: 600;
    text-transform: uppercase;
    padding: .8em 2.5em;
    border-radius: 0;
    border: 1px solid #3499de;
}
.contact .btn-primary:hover {
    background-color: transparent;
}
}@media screen and (min-width :767px) and (max-width :991px) {

    #modal-bkg {
        position: absolute;
        z-index: 1;
        height: 100%;
        width: 100%;
        background-color: rgba(23, 22, 23, 0.7);
    }
        
    #msg {
        z-index: 2;
        width: 70%;
        height: auto;
        margin: 10% auto;
        padding: 35px;
        background-color: #ffffff;
    }
    
    
    #container_introduction h1 {
    font-size: 2.5em;
    font-weight: 600;
    color: #424242;
    margin-top: 35px;
    margin-bottom: 40px;
}
#container_introduction h2 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.7em;
    margin-bottom: 20px;
}
#container_introduction h3 {
    color: #000;
    font-size: 1.6em;
    margin-top: 40px;
    margin-bottom: 40px;
}
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.assessment_introduction {
    min-height: 200px;
    width: 95%;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 25px;
    padding-bottom: 20px;
    background: #fff;
    text-align: left;
    list-style-type: none;
    border: solid 1px #efefef;
    box-shadow: 0 5px 20px 1px rgba(17, 72, 155, .2);
}
.assessment_icon {
    float: left;
    width: 20%;
    margin-top: 20px;
    margin-right: 10px;
    margin-bottom: 35px;
    padding-top: 15px;
    padding-bottom: 25px;
    padding-left: 10px;
}
#container_introduction p {
    width: 90%;
    margin-top: 0;
    margin-left: 20px;
    text-align: left;
    font-size: 2vw;
    line-height: 2.2vw;
    text-align: left;
    color: #626262;
}
#container_introduction h4 {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 15px;
    margin-left: 30px;
    text-align: left;
    font-size: 2.5vw;
    line-height: 2.8vw;
    font-weight: 700;
    text-align: left;
    color: #000;
}
#container_introduction a {
    text-decoration: none;
}
#container_introduction>a:hover {
    text-decoration: none;
}
#container_introduction .col-md-12 {
    border: none;
    margin: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.note {
    width: 95%;
    font-size: .8em;
    margin-top: 20px;
    margin-left: 30px;
    text-align: left;
    text-align: left;
    color: #626262;
}
.fa-user, .fa-briefcase, .fa-user-md, .fa-chart-bar {
    color: #0084e7;
    font-size: 7vw;
    margin-right: 0;
}
.fa-pills {
    color: #0084e7;
    font-size: 6.3vw;
    margin-right: 0;
}
}@media screen and (min-width :600px) and (max-width :767px) {

#modal-bkg {
        position: absolute;
        z-index: 1;
        height: 100%;
        width: 100%;
        background-color: rgba(23, 22, 23, 0.7);
    }
        
#msg {
        z-index: 2;
        width: 90%;
        height: auto;
        margin: 10% auto;
        padding: 35px;
        background-color: #ffffff;
    }

.statement_intro .col-md-3 .steps h4 {
    padding-top: 30px;
}

#modal-bkg {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    background-color: rgba(23, 22, 23, 0.7);
}
    
#msg {
    z-index: 2;
    width: 80%;
    height: auto;
    margin: 10% auto;
    padding: 35px;
    background-color: #ffffff;
}

.statement_intro h1 {
    font-size: 1.8em;
    line-height: 1.2em;
    color: #424242;
    width: 85%;
    margin-right: auto;
    margin-bottom: 35px;
    margin-left: auto;
    text-align: center;
}
.steps h4 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    height: auto;
    text-align: center;
    font-size: 1.7em;
    line-height: 1.2em;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}

}@media screen and (max-width :599px) {
    body {
    font-family: 'Muli', sans-serif;
}

#modal-bkg {
position: absolute;
z-index: 1;
height: 100%;
width: 100%;
background-color: rgba(23, 22, 23, 0.7);
}

#msg {
z-index: 2;
width: 100%;
height: auto;
margin: 40% auto;
padding: 35px;
background-color: #ffffff;
} 
.jumbotron {
    height: 120px;
    background: url(../img/hero5_xxxs.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 0;
    padding-top: 2em;
    padding-right: 3em;
    padding-bottom: 1em;
    padding-left: 1em;
    color: #fff;
}
.jumbotron .container {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
}
.jumbotron .container .col-md-8 {
    padding-left: 0;
}
.jumbotron h1 {
    margin-top: 0;
    font-size: 4vw;
    line-height: 4.9vw;
    font-weight: 600;
    padding-bottom: 0em;
    text-transform: uppercase;
}
.jumbotron .col-md-8 p {
    font-size: 1.7vw;
    width: 60%;
    color: #E0EDF7;
}
.xs {
    display: none;
}
.jumbotron .col-md-4 {
    margin-top: 120px;
    padding-left: 50px;
}
.jumbotron .col-md-4 img {
    width: 100%}
.jumbotron .col-md-4 p {
    font-size: 1.5em;
    width: 90%}
.jumbotron .btn-primary {
    margin-top: 0em;
    background-image: none;
    background-color: #2185ca;
    font-size: 2.3vw;
    font-weight: 600;
    text-transform: uppercase;
    padding: 1.6vw 2.6vw;
    border-radius: 0;
    border: 1px solid #fff;
}
.jumbotron .btn-primary:hover {
    background-color: transparent;
}
.navbar-nav {
    background-color: transparent;
}
.navbar-left {
    margin-top: 15px;
    margin-left: 40px;
}
.navbar-default {
    background: linear-gradient(to bottom right, rgba(0, 64, 127, .9), rgba(0, 64, 127, .7), rgba(0, 64, 127, .6), rgba(46, 112, 177, .4)), #00407f;
    border: none;
    box-shadow: none;
    margin-bottom: 0;
    border-radius: 0;
}
.navbar-default .container {
    width: 95%}
.navbar-collapse {
    border: none;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
}
.navbar-collapse .navbar-left>li>a {
    margin-right: 25px;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 15px;
    padding-left: 0;
    color: #b3d4ed;
    font-size: 1.1em;
}
.navbar-collapse .navbar-left>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    outline: none;
    color: #fff;
    border: none;
    transition: color 300ms ease-out;
}
.navbar-collapse .navbar-left>li>a:active {
    outline: none;
    color: #fff;
    border: none;
}
.navbar-collapse .navbar-left>li:last-of-type:hover a {
    color: #fff;
    border: none;
    transition: color 300ms ease-out;
}
.navbar-brand {
    height: 50px;
    margin-top: 10px;
    padding: 5px 5px;
}
.navbar-brand img {
    height: 70%}
.navbar-brand:focus {
    outline: none;
}
.navbar-toggle {
    border: none;
    margin-top: 15px;
    margin-right: 10px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
footer {
    width: 100%;
    min-height: 350px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 0;
    background: #A1A1A1;
}
footer p {
    color: #fefefe;
}
#copyright {
    width: 100%;
    min-height: 30px;
    background: #000;
}
#copyright p {
    width: 100%;
    margin: 0;
    padding: 10px 0;
    text-align: center;
    color: #fefefe;
}
footer .row {
    width: 90%;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
}
footer .col-sm-6 {
    padding-left: 35px;
}
footer .col-md-4 .contact {
    font-family: 'Muli', sans-serif;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 1.5em;
    color: #2185ca;
}
.footerlinks {
    width: 50%;
    margin-bottom: 15px;
    padding-bottom: 7px;
    padding-left: 5px;
    font-size: 1.2em;
}
footer .col-md-4 img {
    width: 200px;
    height: 43px;
    margin-top: 15px;
}
footer .col-md-4 p {
    font-size: 1.2em;
    color: #fefefe;
}
footer .col-md-4 a {
    font-size: 1em;
    color: #fff;
}
footer .fa-envelope {
    color: #2185ca;
}
footer .fa-phone {
    color: #2185ca;
}
.footerlinks>a {
    color: #fefefe;
    transition: color 300ms ease-out;
}
.footerlinks>a:hover {
    text-decoration: none;
    color: #000;
    transition: color 300ms ease-out;
}
footer .btn-primary {
    margin-bottom: 1em;
    background-image: none;
    background-color: #2185ca;
    font-size: .8em;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    padding: .7em 1.5em;
    border-radius: 0;
    border: 1px solid #626262;
}
footer .col-md-4 a:nth-child(1) {
    color: #fff;
}
footer .btn-primary:hover {
    background-color: #2B94DC;
}
.modal-dialog {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.modal-title {
    font-size: 2em;
    margin-bottom: 0;
}
p.lead {
    font-size: 1.3em;
    margin-bottom: 0;
}
.modal-dialog .container {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
}
.modal-dialog .row {
    width: auto;
}
.modal-dialog .col-md-12 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    background: #f7fcfd;
    margin-bottom: 0;
}
.modal-header {
    background: #f7fcfd;
    border: none;
}
.modal-body {
    padding:  0;
    background: #f7fcfd;
    padding-bottom: 0;
}
.modal-body .container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
}
.modal-footer {
    background: #f7fcfd;
    border: none;
    padding-top: 0;
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    border: none;
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.modal-dialog .btn-primary {
    margin-bottom: 1em;
    background-image: none;
    background-color: #e53321;
    font-size: 1.2em;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    padding: .9em 1.8em;
    border-radius: 0;
    border: 1px solid #626262;
}
.modal-dialog .btn-secondary {
    margin: 1em;
    background-image: none;
    background-color: #2185ca;
    font-size: .9em;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    padding: .9em 1.8em;
    border-radius: 0;
    border: 1px solid #626262;
}
.modal-dialog .btn-secondary:hover {
    background-color: #2B94DC;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.ScrollTop {
    z-index: 99;
    display: none;
    position: fixed;
    bottom: 100px;
    right: 20px;
    background: transparent;
    color: #03426C;
    border: 2px solid #03426C;
    padding: 9px 15px;
    border-radius: 0%;
    cursor: pointer;
}
.ScrollTop:hover {
    background: #e9e9e9;
    color: #56B8FA;
}
.statement_intro {
    background-color: #fff;
    color: #fff;
    color: #878787;
    text-align: center;
    font-weight: 300;
    padding-top: 35px;
    padding-bottom: 50px;
}
.statement_intro h1 {
    font-size: 1.6em;
    line-height: 1.2em;
    color: #424242;
    width: 90%;
    margin-right: auto;
    margin-bottom: 25px;
    margin-left: auto;
}
#container_introduction {
    background-color: #ebeff6;
    color: #878787;
    text-align: center;
    font-weight: 300;
    margin-bottom: 0;
    padding-top: 35px;
    padding-bottom: 60px;
}
#container_introduction .container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
#container_introduction h1 {
    font-size: 2em;
    font-weight: 600;
    color: #424242;
    margin-top: 10px;
    margin-bottom: 20px;
}
#container_introduction h2 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.4em;
    margin-bottom: 0;
}
#container_introduction h3 {
    color: #000;
    font-size: 1.6em;
    margin-top: 20px;
    margin-bottom: 30px;
}
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.assessment_introduction {
    min-height: 150px;
    width: 95%;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 15px;
    padding-bottom: 20px;
    background: #fff;
    text-align: left;
    list-style-type: none;
    border: solid 1px #efefef;
    box-shadow: 0 5px 20px 1px rgba(17, 72, 155, .2);
}
.assessment_icon {
    float: left;
    width: 20%;
    margin-top: 20px;
    margin-right: 10px;
    margin-bottom: 35px;
    padding-top: 15px;
    padding-bottom: 25px;
    padding-left: 10px;
}
#container_introduction p {
    width: 90%;
    margin-top: 0;
    margin-left: 20px;
    text-align: left;
    font-size: 4vw;
    line-height: 4.5vw;
    text-align: left;
    color: #626262;
}
#container_introduction h4 {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 15px;
    margin-left: 30px;
    text-align: left;
    font-size: 4.8vw;
    line-height: 4.9vw;
    font-weight: 700;
    text-align: left;
    color: #000;
}
#container_introduction a {
    text-decoration: none;
}
#container_introduction>a:hover {
    text-decoration: none;
}
#container_introduction .col-md-12 {
    border: none;
    margin: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.note {
    width: 95%;
    font-size: 3.2vw;
    line-height: 3.6vw;
    margin-top: 10px;
    margin-left: 0;
    text-align: left;
    text-align: left;
    color: #626262;
}
.fa-user, .fa-briefcase, .fa-user-md, .fa-chart-bar {
    color: #0084e7;
    font-size: 12vw;
    margin-right: 0;
}
.fa-pills {
    color: #0084e7;
    font-size: 12.3vw;
    margin-right: 0;
}
.steps {
    height: 165px;
    background-color: #3291a4;
}
.statement_intro .col-md-3:nth-child(odd) .steps {
    background-color: #a7a7a7;
}
.statement_intro h2 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.4em;
    margin-top: 1.5em;
    margin-bottom: 25px;
    color: #767676;
}
.steps h3 {
    font-size: 2em;
    height: auto;
    background-color: #e8910e;
    border-bottom: 4px solid #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
}
.statement_intro .col-md-3:nth-child(even) .steps h3 {
    background-color: #5dacc8;
}
.statement_intro .col-md-3 .steps h4 {
    padding-top: 5px;
}
.steps h4 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    height: auto;
    text-align: center;
    font-size: 1.2em;
    line-height: 1.4em;
    color: #fff;
    padding-top: 0;
    padding-bottom: 0;
}
.statement_intro .col-md-3:nth-child(5) .steps h4 {
    padding-top: 20px;
}
.statement_intro .col-md-3:nth-child(6) .steps h4 {
    padding-top: 20px;
}
.statement_intro .btn-primary {
    margin-top: 130px;
    background-image: none;
    background-color: #fff;
    color: #2185ca;
    font-size: 1.5em;
    font-weight: 600;
    text-transform: uppercase;
    padding: .8em 2.5em;
    border-radius: 0;
    border: 1px solid #3499de;
}
.statement_intro .btn-primary:hover {
    background-color: transparent;
}
.statement_intro .btn-primary {
    margin-top: 60px;
    background-image: none;
    background-color: #fff;
    color: #2185ca;
    font-size: 1.3em;
    font-weight: 600;
    text-transform: uppercase;
    padding: .7em 2.2em;
    border-radius: 0;
    border: 1px solid #3499de;
}
.statement_intro .btn-primary:hover {
    background-color: #f2f5f8;
}
.contact {
    background-color: #969696;
    color: #878787;
    text-align: center;
    font-weight: 300;
    padding-top: 70px;
    padding-bottom: 70px;
}
.contact .btn-primary {
    margin-top: 0;
    background-image: none;
    background-color: #fff;
    color: #2185ca;
    font-size: 1.5em;
    font-weight: 600;
    text-transform: uppercase;
    padding: .8em 2.5em;
    border-radius: 0;
    border: 1px solid #3499de;
}
.contact .btn-primary:hover {
    background-color: transparent;
}
}@media screen and (min-width :450px) and (max-width :599px) {

    #modal-bkg {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    background-color: rgba(23, 22, 23, 0.7);
    }

    #msg {
    z-index: 2;
    width: 100%;
    height: auto;
    margin: 15% auto;
    padding: 35px;
    background-color: #ffffff;
    }      

    .jumbotron {
    height: 180px;
    background: url(../img/hero5_xs.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 0;
    padding-top: 2em;
    padding-right: 3em;
    padding-bottom: 1em;
    padding-left: 1em;
    color: #fff;
}
#container_introduction h4 {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 30px;
    text-align: left;
    font-size: 4.5vw;
    line-height: 4.6vw;
    font-weight: 700;
    text-align: left;
    color: #000;
}
#container_introduction p {
    width: 90%;
    margin-top: 0;
    margin-left: 20px;
    text-align: left;
    font-size: 3.5vw;
    line-height: 3.7vw;
    text-align: left;
    color: #626262;
}
.note {
    width: 95%;
    font-size: 2.8vw;
    line-height: 3vw;
    margin-top: 10px;
    margin-left: 0;
    text-align: left;
    text-align: left;
    color: #626262;
}
.steps h4 {
    width: 90%;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    height: auto;
    text-align: center;
    font-size: 1.4em;
    line-height: 1.5em;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 0;
}
.statement_intro .col-md-3:nth-child(5) .steps h4 {
    margin-top: 0;
    padding-top: 30px;
}
.statement_intro .col-md-3:nth-child(6) .steps h4 {
    margin-top: 0;
    padding-top: 30px;
}
}