

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@import url('https://fonts.googleapis.com/css?family=Muli|Questrial');

@media screen and (min-width : 1601px){

body {
	font-family: 'Muli', sans-serif;
}
.header{
    background:  url("../img/hero5.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
 }
.jumbotron{
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.1)), url("../img/workers_big.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	margin-bottom: 0px;
	height: 450px;
}
.jumbotron .container{
	width:85%;
}
.jumbotron h1{
	margin-top: 0px;
	font-size: 3.5em;
	font-weight: 600;
	padding-bottom: 0.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: 80px;
	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: 0.8em;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0.7em 1.5em;
	border-radius: 0px;
	border: 1px solid #ffffff;
}
.jumbotron .btn-primary:hover{
	background-color: transparent;
}
.navbar-nav{
	background-color: transparent;
}
.navbar-left{
	margin-top: 15px;
	margin-left: 120px;
}
.navbar-default{
	background-image: linear-gradient(to top left,#0084e7,#00407f);
	border: none;
	box-shadow: none;
	margin-bottom: 0px;
}
.navbar-default .container{
	width: 83%;
}
.navbar-collapse .navbar-left>li>a{
	margin-right: 35px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #b3d4ed;
	font-size: 1.2em;
}
.navbar-collapse .navbar-left>li>a:hover, .navbar-default .navbar-nav > li > a:focus{
	outline: none;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	transition: color 300ms ease-out
}
.navbar-collapse .navbar-left>li>a:active{
	outline: none;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}
.navbar-collapse .navbar-left>li:last-of-type:hover a{
	color: #ffffff;
	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: 0px;
	background: #A1A1A1;
}
footer p{
	color: #fefefe;
}
#copyright{
	width: 100%;
	min-height: 30px;
	background: #000000;
}
#copyright p{
	width: 100%;
	margin: 0px;
	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: #ffffff;
}
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: #000000;
    transition: color 300ms ease-out;
}
footer .btn-primary{
	margin-bottom: 1em;
	background-image: none;
	background-color: #2185ca;
	font-size: 0.8em;
	font-weight: 600;
	color: #ffffff;
	text-transform: uppercase;
	padding: 0.7em 1.5em;
	border-radius: 0px;
	border: 1px solid #626262;
}
footer .btn-primary:hover{
	background-color: #2B94DC;
}
footer .col-md-4 a:nth-child(1){
	color: #ffffff;
}
.modal-dialog{
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
.modal-dialog .container{
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
}
.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: 0px;
    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: #ffffff;
	text-transform: uppercase;
	padding: 0.9em 1.8em;
	border-radius: 0px;
	border: 1px solid #626262;
}
.modal-dialog .btn-secondary{
	margin: 1em;
	background-image: none;
	background-color: #2185ca;
	font-size: 0.9em;
	font-weight: 600;
	color: #ffffff;
	text-transform: uppercase;
	padding: 0.9em 1.8em;
	border-radius: 0px;
	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: 0px;
    -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;
}
/*Back to top arrow*/
.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;
}
.main_article{
    background-color: #ffffff;
    color: #ffffff;
    /*background-image: linear-gradient(180deg,#b0b8bc,#37445f);*/
    color: #444444;
    text-align: center;
    font-weight: 300;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.main_article .row{
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
.main_article h1{
	width: 80%;
	font-size: 2.5em;
	line-height: 1.2em;
	font-weight: 600;
	margin-top: 35px;
    margin-bottom: 40px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}
.main_article h2{
	font-size: 3em;
	line-height: 1.3em;
	color: #767676;
	width: 90%;
	margin-right: auto;
	margin-bottom: 35px;
	margin-left: auto;
}
.main_article h3{
	font-size: 2.7em;
	font-weight: 600;
	line-height: 1em;
	color: #000000;
	width: 80%;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	text-align: left;
}
.main_article p{
	font-size: 1.5em;
	line-height: 1.6em;
	color: #626262;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
	text-align: left;
}
.main_article ul{
	width: 80%;
    color: #ffffff;
    margin-right: auto;
    margin-left: auto;
    padding: 45px;
    list-style: none;
}
.main_article li:before {
	content: '\2022\00a0\00a0'; color: #0084e7;
}

.main_article li{
	text-align: left;
	font-size: 1.5em;
	font-weight: 400;
	margin-bottom: 15px;
	color: #000000;
}
.left_image{
	float: left;
	padding-right: 20px;
	margin-bottom: 35px;
}
#container_introduction h2{
	font-size: 2.5em;
    margin-bottom: 50px;
}
#container_introduction h3{
	color: #000000;
	font-size: 2em;
    margin-bottom: 20px;
    margin-bottom: 60px;
}
#container_introduction{
    /*background-color: #0084e7;
    color: #ffffff;*/
    background-color: #ebeff6;
    color: #878787;
    text-align: center;
    font-weight: 300;
    margin-bottom: 100px;
    padding-top: 35px;
    padding-bottom: 100px;
}
#container_introduction h1{
	font-size: 3.5em;
	font-weight: 600;
	margin-top: 35px;
    margin-bottom: 60px;
}
#container_introduction .col-md-6{

}
#container_introduction .col-md-6{

}
#container_introduction h2{
    margin-bottom: 20px;
}
#container_introduction h3{
	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: #ffffff;
    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: 0px;
	margin-bottom: 35px;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 20px;
}
#container_introduction p{
	width: 85%;
	margin-top: 0px;
	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: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
    text-align: left;
    font-size: 1.7em;
    line-height: 1.8em;
    font-weight: bold;
    text-align: left;
    color: #000000;
}
#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: 0.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: 0px;
}
.steps{
	height: 250px;
	background-color: #3291a4;
}
.statement_intro .col-md-3:nth-child(odd) .steps{
	background-color: #a7a7a7;
}
.steps h2{
	font-size: 3em;
	height: auto;
	background-color: #e8910e;
	border-bottom: 4px solid #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #ffffff;
}
.statement_intro .col-md-3:nth-child(even) .steps h2{
	background-color: #5dacc8;
}
.statement_intro .col-md-3:nth-child(4) .steps h3{
	padding-top: 40px;
}
.statement_intro .col-md-3:nth-child(5) .steps h3{
	padding-top: 40px;
}
.steps h3{
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	text-align: center;
	font-size: 2em;
	line-height: 1.2em;
	color:#ffffff;
	padding-top: 5px;
	padding-bottom: 10px;
}
.main_article .btn-primary{
	margin-top: 20px;
	background-image: none;
	background-color: #ffffff;
	color: #e53321;
	font-size: 1.5em;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0.8em 2.5em;
	border-radius: 0px;
	border: 1px solid #e53321;
}
.main_article .btn-primary:hover{
	background-color: #FCECEA;
}
.container-fluid{
	padding-right: 0px;
	padding-left: 0px;
}
.container-fluid:nth-child(1){
	margin-bottom: 0px;
	padding-top: 50px;
	padding-bottom: 45px;
}
.container-fluid:nth-child(2){
	padding-top: 55px;
	padding-bottom: 95px;
	background: #ebf8fc;
}
.container-fluid:nth-child(3){
	background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1)), url("../img/woman_work_big.jpg");
	padding-bottom: 0px;
}
.col-md-7 {
    height: 100%;
    padding-bottom: 85px;
    /*background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)); */
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

}/*@media screen and (min-width : 1601px)*/

@media screen and (min-width : 1200px) and (max-width : 1600px){

body {
	font-family: 'Muli', sans-serif;
}
.header{
    background:  url("../img/hero5.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
 }
.jumbotron{
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.1)), url("../img/workers_big.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	margin-bottom: 0px;
	height: 350px;
}
.jumbotron .container{
	width:85%;
}
.jumbotron h1{
	margin-top: 0px;
	font-size: 3.5em;
	font-weight: 600;
	padding-bottom: 0.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: 80px;
	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: 0.8em;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0.7em 1.5em;
	border-radius: 0px;
	border: 1px solid #ffffff;
}
.jumbotron .btn-primary:hover{
	background-color: transparent;
}
.navbar-nav{
	background-color: transparent;
}
.navbar-left{
	margin-top: 15px;
	margin-left: 120px;
}
.navbar-default{
	background-image: linear-gradient(to top left,#0084e7,#00407f);
	border: none;
	box-shadow: none;
	margin-bottom: 0px;
}
.navbar-default .container{
	width: 83%;
}
.navbar-collapse .navbar-left>li>a{
	margin-right: 35px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #b3d4ed;
	font-size: 1.2em;
}
.navbar-collapse .navbar-left>li>a:hover, .navbar-default .navbar-nav > li > a:focus{
	outline: none;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	transition: color 300ms ease-out
}
.navbar-collapse .navbar-left>li>a:active{
	outline: none;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}
.navbar-collapse .navbar-left>li:last-of-type:hover a{
	color: #ffffff;
	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: 0px;
	background: #A1A1A1;
}
footer p{
	color: #fefefe;
}
#copyright{
	width: 100%;
	min-height: 30px;
	background: #000000;
}
#copyright p{
	width: 100%;
	margin: 0px;
	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: #ffffff;
}
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: #000000;
    transition: color 300ms ease-out;
}
footer .btn-primary{
	margin-bottom: 1em;
	background-image: none;
	background-color: #2185ca;
	font-size: 0.8em;
	font-weight: 600;
	color: #ffffff;
	text-transform: uppercase;
	padding: 0.7em 1.5em;
	border-radius: 0px;
	border: 1px solid #626262;
}
footer .btn-primary:hover{
	background-color: #2B94DC;
}
footer .col-md-4 a:nth-child(1){
	color: #ffffff;
}
.modal-dialog{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.modal-title{
	font-size: 2em;
	margin-bottom: 0px;
}
p.lead{
	font-size: 1.3em;
	margin-bottom: 0px;
}
.modal-dialog .container{
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
}
.modal-dialog .row{
	width: auto;
}
.modal-dialog .col-md-12{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background: #f7fcfd;
	margin-bottom: 0px;
}
.modal-header{
	background: #f7fcfd;
	border: none;
}
.modal-body{
	background: #f7fcfd;
	padding-bottom: 0px;
}
.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: 0px;
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    border: none;
    border-radius: 0px;
    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: #ffffff;
	text-transform: uppercase;
	padding: 0.9em 1.8em;
	border-radius: 0px;
	border: 1px solid #626262;
}
.modal-dialog .btn-secondary{
	margin: 1em;
	background-image: none;
	background-color: #2185ca;
	font-size: 0.9em;
	font-weight: 600;
	color: #ffffff;
	text-transform: uppercase;
	padding: 0.9em 1.8em;
	border-radius: 0px;
	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: 0px;
    -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;
}

/*Back to top arrow*/
.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;
}
.main_article{
    background-color: #ffffff;
    color: #ffffff;
    /*background-image: linear-gradient(180deg,#b0b8bc,#37445f);*/
    color: #444444;
    text-align: center;
    font-weight: 300;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.main_article .row{
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
.main_article h1{
	width: 80%;
	font-size: 2.1em;
	line-height: 1.2em;
	font-weight: 600;
	margin-top: 15px;
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}
.main_article h2{
	font-size: 3em;
	line-height: 1.3em;
	color: #767676;
	width: 90%;
	margin-right: auto;
	margin-bottom: 35px;
	margin-left: auto;
}
.main_article h3{
	font-size: 2.3em;
	font-weight: 600;
	line-height: 1em;
	color: #000000;
	width: 80%;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	text-align: left;
}
.main_article p{
	font-size: 1.4em;
	line-height: 1.5em;
	color: #626262;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
	text-align: left;
}
.main_article ul{
	width: 80%;
    color: #ffffff;
    margin-right: auto;
    margin-left: auto;
    padding: 45px;
    list-style: none;
}
.main_article li:before {
	content: '\2022\00a0\00a0'; color: #0084e7;
}

.main_article li{
	text-align: left;
	font-size: 1.4em;
	font-weight: 400;
	margin-bottom: 15px;
	color: #000000;
}
.left_image{
	float: left;
	padding-right: 20px;
	margin-bottom: 35px;
}
#container_introduction h2{
	font-size: 2.5em;
    margin-bottom: 50px;
}
#container_introduction h3{
	color: #000000;
	font-size: 2em;
    margin-bottom: 20px;
    margin-bottom: 60px;
}
#container_introduction{
    /*background-color: #0084e7;
    color: #ffffff;*/
    background-color: #ebeff6;
    color: #878787;
    text-align: center;
    font-weight: 300;
    margin-bottom: 100px;
    padding-top: 35px;
    padding-bottom: 100px;
}
#container_introduction h1{
	font-size: 3.5em;
	font-weight: 600;
	margin-top: 35px;
    margin-bottom: 60px;
}
#container_introduction .col-md-6{

}
#container_introduction .col-md-6{

}
#container_introduction h2{
    margin-bottom: 20px;
}
#container_introduction h3{
	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: #ffffff;
    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: 0px;
	margin-bottom: 35px;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 20px;
}
#container_introduction p{
	width: 85%;
	margin-top: 0px;
	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: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
    text-align: left;
    font-size: 1.7em;
    line-height: 1.8em;
    font-weight: bold;
    text-align: left;
    color: #000000;
}
#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: 0.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: 0px;
}
.steps{
	height: 250px;
	background-color: #3291a4;
}
.statement_intro .col-md-3:nth-child(odd) .steps{
	background-color: #a7a7a7;
}
.steps h2{
	font-size: 3em;
	height: auto;
	background-color: #e8910e;
	border-bottom: 4px solid #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #ffffff;
}
.statement_intro .col-md-3:nth-child(even) .steps h2{
	background-color: #5dacc8;
}
.statement_intro .col-md-3:nth-child(4) .steps h3{
	padding-top: 40px;
}
.statement_intro .col-md-3:nth-child(5) .steps h3{
	padding-top: 40px;
}
.steps h3{
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	text-align: center;
	font-size: 2em;
	line-height: 1.2em;
	color:#ffffff;
	padding-top: 5px;
	padding-bottom: 10px;
}
.main_article .btn-primary{
	margin-top: 0px;
	background-image: none;
	background-color: #ffffff;
	color: #e53321;
	font-size: 1.3em;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0.7em 2.2em;
	border-radius: 0px;
	border: 1px solid #e53321;
}
.main_article .btn-primary:hover{
	background-color: #FCECEA;
}
.container-fluid{
	padding-right: 0px;
	padding-left: 0px;
}
.container-fluid:nth-child(1){
	margin-bottom: 0px;
	padding-top: 50px;
	padding-bottom: 45px;
}
.container-fluid:nth-child(2){
	padding-top: 55px;
	padding-bottom: 95px;
	background: #ebf8fc;
}
.container-fluid:nth-child(3){
	background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1)), url("../img/woman_work_med.jpg");
	padding-bottom: 0px;
}
.col-md-7 {
    height: 100%;
    padding-bottom: 85px;
    /*background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)); */
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

} /*@media screen and (min-width : 1200px) and (max-width : 1600px)*/


/* Small size desktop/Tablet*/
@media screen and (min-width : 992px) and (max-width : 1199px){

body {
	font-family: 'Muli', sans-serif;
}
.header{
    background:  url("../img/hero5.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
 }
.jumbotron{
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.1)), url("../img/workers_medium.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	margin-bottom: 0px;
	height: 300px;
}
.jumbotron .container{
	width:85%;
}
.jumbotron h1{
	margin-top: 0px;
	font-size: 3.5em;
	font-weight: 600;
	padding-bottom: 0.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: 80px;
	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: 0.8em;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0.7em 1.5em;
	border-radius: 0px;
	border: 1px solid #ffffff;
}
.jumbotron .btn-primary:hover{
	background-color: transparent;
}
.navbar-nav{
	background-color: transparent;
}
.navbar-left{
	margin-top: 15px;
	margin-left: 80px;
}
.navbar-default{
	background-image: linear-gradient(to top left,#0084e7,#00407f);
	border: none;
	box-shadow: none;
	margin-bottom: 0px;
}
.navbar-default .container{
	width: 90%;
}
.navbar-collapse .navbar-left>li>a{
	margin-right: 30px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #b3d4ed;
	font-size: 1.1em;
}
.navbar-collapse .navbar-left>li>a:hover, .navbar-default .navbar-nav > li > a:focus{
	outline: none;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	transition: color 300ms ease-out
}
.navbar-collapse .navbar-left>li>a:active{
	outline: none;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}
.navbar-collapse .navbar-left>li:last-of-type:hover a{
	color: #ffffff;
	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: 0px;
	background: #A1A1A1;
}
footer p{
	color: #fefefe;
}
#copyright{
	width: 100%;
	min-height: 30px;
	background: #000000;
}
#copyright p{
	width: 100%;
	margin: 0px;
	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: #ffffff;
}
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: #000000;
    transition: color 300ms ease-out;
}
footer .btn-primary{
	margin-bottom: 1em;
	background-image: none;
	background-color: #2185ca;
	font-size: 0.8em;
	font-weight: 600;
	color: #ffffff;
	text-transform: uppercase;
	padding: 0.7em 1.5em;
	border-radius: 0px;
	border: 1px solid #626262;
}
footer .btn-primary:hover{
	background-color: #2B94DC;
}
footer .col-md-4 a:nth-child(1){
	color: #ffffff;
}
.modal-dialog{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.modal-title{
	font-size: 2em;
	margin-bottom: 0px;
}
p.lead{
	font-size: 1.3em;
	margin-bottom: 0px;
}
.modal-dialog .container{
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
}
.modal-dialog .row{
	width: auto;
}
.modal-dialog .col-md-12{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background: #f7fcfd;
	margin-bottom: 0px;
}
.modal-header{
	background: #f7fcfd;
	border: none;
}
.modal-body{
	background: #f7fcfd;
	padding: 0px;
}
.modal-body .container{
    width:100%;
    padding-right:0;
    padding-left:0;
}
.modal-footer{
	background: #f7fcfd;
	border: none;
	padding-top: 0px;
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    border-radius: 0px;
    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: #ffffff;
	text-transform: uppercase;
	padding: 0.9em 1.8em;
	border-radius: 0px;
	border: 1px solid #626262;
}
.modal-dialog .btn-secondary{
	margin: 1em;
	background-image: none;
	background-color: #2185ca;
	font-size: 0.9em;
	font-weight: 600;
	color: #ffffff;
	text-transform: uppercase;
	padding: 0.9em 1.8em;
	border-radius: 0px;
	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: 0px;
    -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;
}

/*Back to top arrow*/
.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;
}
.main_article{
    background-color: #ffffff;
    color: #ffffff;
    /*background-image: linear-gradient(180deg,#b0b8bc,#37445f);*/
    color: #444444;
    text-align: center;
    font-weight: 300;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.main_article .row{
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
.main_article h1{
	width: 90%;
	font-size: 1.8em;
	line-height: 1.3em;
	font-weight: 600;
	margin-top: 15px;
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}
.main_article h2{
	font-size: 3em;
	line-height: 1.3em;
	color: #767676;
	width: 90%;
	margin-right: auto;
	margin-bottom: 35px;
	margin-left: auto;
}
.main_article h3{
	font-size: 2em;
	font-weight: 600;
	line-height: 0.8em;
	color: #000000;
	width: 80%;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: left;
}
.main_article p{
	font-size: 1.3em;
	line-height: 1.4em;
	color: #626262;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
	text-align: left;
}
.main_article ul{
	width: 95%;
    color: #ffffff;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 25px;
		padding-bottom: 25px;
		padding-right: 0px;
		padding-left: 15px;
    list-style: none;
}
.main_article li:before {
	content: '\2022\00a0\00a0'; color: #0084e7;
}

.main_article li{
	text-align: left;
	font-size: 1.3em;
	font-weight: 400;
	margin-bottom: 10px;
	color: #000000;
}
.left_image{
	float: left;
	padding-right: 20px;
	margin-bottom: 35px;
}
#container_introduction h2{
	font-size: 2.5em;
    margin-bottom: 50px;
}
#container_introduction h3{
	color: #000000;
	font-size: 2em;
    margin-bottom: 20px;
    margin-bottom: 60px;
}
#container_introduction{
    background-color: #ebeff6;
    color: #878787;
    text-align: center;
    font-weight: 300;
    margin-bottom: 100px;
    padding-top: 35px;
    padding-bottom: 100px;
}
#container_introduction h1{
	font-size: 3.5em;
	font-weight: 600;
	margin-top: 35px;
    margin-bottom: 60px;
}
#container_introduction .col-md-6{

}
#container_introduction .col-md-6{

}
#container_introduction h2{
    margin-bottom: 20px;
}
#container_introduction h3{
	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: #ffffff;
    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: 0px;
	margin-bottom: 35px;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 20px;
}
#container_introduction p{
	width: 85%;
	margin-top: 0px;
	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: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
    text-align: left;
    font-size: 1.7em;
    line-height: 1.8em;
    font-weight: bold;
    text-align: left;
    color: #000000;
}
#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: 0.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: 0px;
}
.steps{
	height: 250px;
	background-color: #3291a4;
}
.statement_intro .col-md-3:nth-child(odd) .steps{
	background-color: #a7a7a7;
}
.steps h2{
	font-size: 3em;
	height: auto;
	background-color: #e8910e;
	border-bottom: 4px solid #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #ffffff;
}
.statement_intro .col-md-3:nth-child(even) .steps h2{
	background-color: #5dacc8;
}
.statement_intro .col-md-3:nth-child(4) .steps h3{
	padding-top: 40px;
}
.statement_intro .col-md-3:nth-child(5) .steps h3{
	padding-top: 40px;
}
.steps h3{
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	text-align: center;
	font-size: 2em;
	line-height: 1.2em;
	color:#ffffff;
	padding-top: 5px;
	padding-bottom: 10px;
}
.main_article .btn-primary{
	margin-top: 0px;
	background-image: none;
	background-color: #ffffff;
	color: #e53321;
	font-size: 1.1em;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0.8em 2em;
	border-radius: 0px;
	border: 1px solid #e53321;
}
.main_article .btn-primary:hover{
	background-color: #FCECEA;
}
.container-fluid{
	padding-right: 0px;
	padding-left: 0px;
}
.container-fluid:nth-child(1){
	margin-bottom: 0px;
	padding-top: 30px;
	padding-bottom: 45px;
}
.container-fluid:nth-child(2){
	padding-top: 25px;
	padding-bottom: 95px;
	background: #ebf8fc;
}
.container-fluid:nth-child(3){
	background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1)), url("../img/woman_work_medium.jpg");
	background-repeat: no-repeat;
	padding-bottom: 0px;
}
.col-md-7 {
    height: 100%;
    padding-bottom: 20px;
    /*background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)); */
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

} /* @media screen and (min-width : 992px) and (max-width : 1199px)*/

/* Small size Tablet/Device*/
@media screen and (min-width : 600px) and (max-width : 991px){

body {
	font-family: 'Muli', sans-serif;
}
.header{
    background:  url("../img/hero5.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
 }
.jumbotron{
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.05)), url("../img/workers_small_xs.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	margin-bottom: 0px;
	height: 250px;
}
.jumbotron .container{
	width:85%;
}
.jumbotron h1{
	margin-top: 0px;
	font-size: 3.5em;
	font-weight: 600;
	padding-bottom: 0.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: 80px;
	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: 0.8em;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0.7em 1.5em;
	border-radius: 0px;
	border: 1px solid #ffffff;
}
.jumbotron .btn-primary:hover{
	background-color: transparent;
}
.navbar-nav{
	background-color: transparent;
}
.navbar-left{
	margin-top: 15px;
	margin-left: 40px;
}
.navbar-default{
	background-image: linear-gradient(to top left,#0084e7,#00407f);
	border: none;
	box-shadow: none;
	margin-bottom: 0px;
	border-radius: 0px;
}
.navbar-default .container{
	width: 95%;
}
.navbar-collapse{
  border: none;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #ffffff;
}
.navbar-collapse .navbar-left>li>a{
	margin-right: 25px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #b3d4ed;
	font-size: 1.1em;
}
.navbar-collapse .navbar-left>li>a:hover, .navbar-default .navbar-nav > li > a:focus{
	outline: none;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	transition: color 300ms ease-out
}
.navbar-collapse .navbar-left>li>a:active{
	outline: none;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}
.navbar-collapse .navbar-left>li:last-of-type:hover a{
	color: #ffffff;
	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: #ffffff;

}
footer{
	width: 100%;
	min-height: 350px;
	padding-top: 50px;
	padding-bottom: 30px;
	margin-bottom: 0px;
	background: #A1A1A1;
}
footer p{
	color: #fefefe;
}
#copyright{
	width: 100%;
	min-height: 30px;
	background: #000000;
}
#copyright p{
	width: 100%;
	margin: 0px;
	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: #ffffff;
}
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: #000000;
    transition: color 300ms ease-out;
}
footer .btn-primary{
	margin-bottom: 1em;
	background-image: none;
	background-color: #2185ca;
	font-size: 0.8em;
	font-weight: 600;
	color: #ffffff;
	text-transform: uppercase;
	padding: 0.7em 1.5em;
	border-radius: 0px;
	border: 1px solid #626262;
}
footer .btn-primary:hover{
	background-color: #2B94DC;
}
footer .col-md-4 a:nth-child(1){
	color: #ffffff;
}
.modal-dialog{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.modal-title{
	font-size: 2em;
	margin-bottom: 0px;
}
p.lead{
	font-size: 1.3em;
	margin-bottom: 0px;
}
.modal-dialog .container{
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
}
.modal-dialog .row{
	width: auto;
}
.modal-dialog .col-md-12{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background: #f7fcfd;
	margin-bottom: 0px;
}
.modal-header{
	background: #f7fcfd;
	border: none;
}
.modal-body{
	background: #f7fcfd;
	padding: 0px;
}
.modal-body .container{
    width:100%;
    padding-right:0;
    padding-left:0;
}
.modal-footer{
	background: #f7fcfd;
	border: none;
	padding-top: 0px;
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    border: none;
    border-radius: 0px;
    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: #ffffff;
	text-transform: uppercase;
	padding: 0.9em 1.8em;
	border-radius: 0px;
	border: 1px solid #626262;
}
.modal-dialog .btn-secondary{
	margin: 1em;
	background-image: none;
	background-color: #2185ca;
	font-size: 0.9em;
	font-weight: 600;
	color: #ffffff;
	text-transform: uppercase;
	padding: 0.9em 1.8em;
	border-radius: 0px;
	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: 0px;
    -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;
}

/*Back to top arrow*/
.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;
}
.main_article{
    background-color: #ffffff;
    color: #ffffff;
    /*background-image: linear-gradient(180deg,#b0b8bc,#37445f);*/
    color: #444444;
    text-align: center;
    font-weight: 300;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.main_article .row{
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
.main_article h1{
	width: 85%;
	font-size: 1.6em;
	line-height: 1.2em;
	font-weight: 400;
	margin-top: 15px;
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}
.main_article h2{
	font-size: 3em;
	line-height: 1.3em;
	color: #767676;
	width: 90%;
	margin-right: auto;
	margin-bottom: 35px;
	margin-left: auto;
}
.main_article h3{
	font-size: 2em;
	font-weight: 600;
	line-height: 0.8em;
	color: #000000;
	width: 80%;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: left;
}
.main_article p{
	font-size: 1.3em;
	line-height: 1.4em;
	color: #626262;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
	text-align: left;
}
.main_article ul{
	width: 85%;
    color: #ffffff;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding: 25px 5px;
    list-style: none;
}
.main_article li:before {
	content: '\2022\00a0\00a0'; color: #0084e7;
}

.main_article li{
	text-align: left;
	font-size: 1.3em;
	font-weight: 400;
	margin-bottom: 10px;
	color: #000000;
}
.left_image{
	float: left;
	padding-right: 20px;
	margin-bottom: 35px;
}
#container_introduction h2{
	font-size: 2.5em;
    margin-bottom: 50px;
}
#container_introduction h3{
	color: #000000;
	font-size: 2em;
    margin-bottom: 20px;
    margin-bottom: 60px;
}
#container_introduction{
    /*background-color: #0084e7;
    color: #ffffff;*/
    background-color: #ebeff6;
    color: #878787;
    text-align: center;
    font-weight: 300;
    margin-bottom: 100px;
    padding-top: 35px;
    padding-bottom: 100px;
}
#container_introduction h1{
	font-size: 3.5em;
	font-weight: 600;
	margin-top: 35px;
    margin-bottom: 60px;
}
#container_introduction .col-md-6{

}
#container_introduction .col-md-6{

}
#container_introduction h2{
    margin-bottom: 20px;
}
#container_introduction h3{
	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: #ffffff;
    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: 0px;
	margin-bottom: 35px;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 20px;
}
#container_introduction p{
	width: 85%;
	margin-top: 0px;
	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: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
    text-align: left;
    font-size: 1.7em;
    line-height: 1.8em;
    font-weight: bold;
    text-align: left;
    color: #000000;
}
#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: 0.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: 0px;
}
.steps{
	height: 250px;
	background-color: #3291a4;
}
.statement_intro .col-md-3:nth-child(odd) .steps{
	background-color: #a7a7a7;
}
.steps h2{
	font-size: 3em;
	height: auto;
	background-color: #e8910e;
	border-bottom: 4px solid #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #ffffff;
}
.statement_intro .col-md-3:nth-child(even) .steps h2{
	background-color: #5dacc8;
}
.statement_intro .col-md-3:nth-child(4) .steps h3{
	padding-top: 40px;
}
.statement_intro .col-md-3:nth-child(5) .steps h3{
	padding-top: 40px;
}
.steps h3{
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	text-align: center;
	font-size: 2em;
	line-height: 1.2em;
	color:#ffffff;
	padding-top: 5px;
	padding-bottom: 10px;
}
.main_article .btn-primary{
	margin-top: 0px;
	background-image: none;
	background-color: #ffffff;
	color: #e53321;
	font-size: 1.1em;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0.8em 2em;
	border-radius: 0px;
	border: 1px solid #e53321;
}
.main_article .btn-primary:hover{
	background-color: #FCECEA;
}
.container-fluid{
	padding-right: 0px;
	padding-left: 0px;
}
.container-fluid:nth-child(1){
	margin-bottom: 0px;
	padding-top: 30px;
	padding-bottom: 25px;
}
.container-fluid:nth-child(2){
	padding-top: 15px;
	padding-bottom: 65px;
	background: #ebf8fc;
}
.container-fluid:nth-child(3){
	background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.3)), url("../img/woman_work_small.jpg") bottom;
	background-repeat: no-repeat;
	padding-bottom: 0px;
	max-height: 405px;
}
.col-md-7 {
    height: 100%;
    padding-bottom: 20px;
    /*background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)); */
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

}/*@media screen and (min-width : 600px) and (max-width : 991px)*/


@media screen and (min-width : 600px) and (max-width : 767px){

.jumbotron {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.05)), url("../img/workers_small_xs.jpg");
	background-repeat: repeat, repeat;
  background-position-x: 0%, 0%;
	background-position-y: 0%, 0%;
	background-size: auto auto, auto auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
  margin-bottom: 0px;
	height: 200px;
}
.main_article li {
	text-align: left;
  font-size: 1.2em;
	font-weight: 400;
	margin-bottom: 10px;
	color: #000000;
}
}/*@media screen and (min-width : 600px) and (max-width : 767px)*/

/* Extra-small size Devices*/
@media screen and (max-width : 599px){

	body {
		font-family: 'Muli', sans-serif;
	}
	.header{
	    background:  url("../img/hero5.png");
	    background-repeat: no-repeat;
	    background-size: cover;
	    background-position: center;
	 }
	.jumbotron{
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.05)), url("../img/workers_xxxs.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: top center;
		margin-bottom: 0px;
		height: 120px;
	}
	.jumbotron .container{
		width:85%;
	}
	.jumbotron h1{
		margin-top: 0px;
		font-size: 3.5em;
		font-weight: 600;
		padding-bottom: 0.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: 80px;
		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: 0.8em;
		font-weight: 600;
		text-transform: uppercase;
		padding: 0.7em 1.5em;
		border-radius: 0px;
		border: 1px solid #ffffff;
	}
	.jumbotron .btn-primary:hover{
		background-color: transparent;
	}
	.navbar-nav{
		background-color: transparent;
	}
	.navbar-left{
		margin-top: 15px;
		margin-left: 40px;
	}
	.navbar-default{
		background-image: linear-gradient(to top left,#0084e7,#00407f);
		border: none;
		box-shadow: none;
		margin-bottom: 0px;
		border-radius: 0px;
	}
	.navbar-default .container{
		width: 95%;
	}
	.navbar-collapse{
	  border: none;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	    border-color: #ffffff;
	}
	.navbar-collapse .navbar-left>li>a{
		margin-right: 25px;
		padding-top: 10px;
		padding-right: 0px;
		padding-bottom: 15px;
		padding-left: 0px;
		color: #b3d4ed;
		font-size: 1.1em;
	}
	.navbar-collapse .navbar-left>li>a:hover, .navbar-default .navbar-nav > li > a:focus{
		outline: none;
		color: #ffffff;
		border-bottom: 1px solid #ffffff;
		transition: color 300ms ease-out
	}
	.navbar-collapse .navbar-left>li>a:active{
		outline: none;
		color: #ffffff;
		border-bottom: 1px solid #ffffff;
	}
	.navbar-collapse .navbar-left>li:last-of-type:hover a{
		color: #ffffff;
		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: #ffffff;

	}
	footer{
		width: 100%;
		min-height: 350px;
		padding-top: 30px;
		padding-bottom: 30px;
		margin-bottom: 0px;
		background: #A1A1A1;
	}
	footer p{
		color: #fefefe;
	}
	#copyright{
		width: 100%;
		min-height: 30px;
		background: #000000;
	}
	#copyright p{
		width: 100%;
		margin: 0px;
		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: 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: #ffffff;
	}
	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: #000000;
	    transition: color 300ms ease-out;
	}
	footer .btn-primary{
		margin-bottom: 1em;
		background-image: none;
		background-color: #2185ca;
		font-size: 0.8em;
		font-weight: 600;
		color: #ffffff;
		text-transform: uppercase;
		padding: 0.7em 1.5em;
		border-radius: 0px;
		border: 1px solid #626262;
	}
	footer .btn-primary:hover{
		background-color: #2B94DC;
	}
	footer .col-md-4 a:nth-child(1){
		color: #ffffff;
	}
	.modal-dialog{
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}
	.modal-title{
		font-size: 1.6em;
		margin-bottom: 10px;
	}
	p.lead{
		font-size: 1.1em;
		margin-bottom: 0px;
	}
	.modal-dialog .container{
		width: 90%;
		margin-right: auto;
		margin-left: auto;
		padding-right: 0px;
		padding-left: 0px;
	}
	.modal-dialog .row{
		width: auto;
	}
	.modal-dialog .col-md-12{
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		background: #f7fcfd;
		margin-bottom: 0px;
	}
	.modal-header{
		background: #f7fcfd;
		border: none;
	}
	.modal-body{
		background: #f7fcfd;
		padding: 0px;
	}
    .modal-body .container{
        width:100%;
        padding-right:0;
        padding-left:0;
    }
	.modal-footer{
		background: #f7fcfd;
		border: none;
		padding-top: 0px;
	}
	.modal-content {
	    position: relative;
	    background-color: #fff;
	    -webkit-background-clip: padding-box;
	    background-clip: padding-box;
	    border: none;
	    border: none;
	    border-radius: 0px;
	    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: #ffffff;
		text-transform: uppercase;
		padding: 0.9em 1.8em;
		border-radius: 0px;
		border: 1px solid #626262;
	}
	.modal-dialog .btn-secondary{
		margin: 1em;
		background-image: none;
		background-color: #2185ca;
		font-size: 0.9em;
		font-weight: 600;
		color: #ffffff;
		text-transform: uppercase;
		padding: 0.9em 1.8em;
		border-radius: 0px;
		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: 0px;
	    -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;
	}

	/*Back to top arrow*/
	.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;
	}
	.main_article{
	    background-color: #ffffff;
	    color: #ffffff;
	    /*background-image: linear-gradient(180deg,#b0b8bc,#37445f);*/
	    color: #444444;
	    text-align: center;
	    font-weight: 300;
	    margin-bottom: 0px;
	    padding-top: 0px;
	    padding-bottom: 0px;
	}
	.main_article .row{
		width: 95%;
		margin-right: auto;
		margin-left: auto;
	}
	.main_article h1{
		width: 95%;
		font-size: 1.3em;
		line-height: 1.4em;
		font-weight: 400;
		margin-top: 10px;
	    margin-bottom: 10px;
	    margin-right: auto;
	    margin-left: auto;
	    text-align: left;
	}
	.main_article h2{
		font-size: 3em;
		line-height: 1.3em;
		color: #767676;
		width: 90%;
		margin-right: auto;
		margin-bottom: 35px;
		margin-left: auto;
	}
	.main_article h3{
		font-size: 1.7em;
		font-weight: 600;
		line-height: 1.3em;
		color: #000000;
		width: 90%;
		margin-top: 30px;
		margin-right: auto;
		margin-bottom: 10px;
		margin-left: auto;
		text-align: left;
	}
	.main_article p{
		font-size: 1.3em;
		line-height: 1.4em;
		color: #626262;
		width: 90%;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 25px;
		text-align: left;
	}
	.main_article p:nth-child(7){
		display: none;
	}
	.main_article p:nth-child(8){
		display: none;
	}
	.main_article ul{
		width: 100%;
	    color: #ffffff;
	    margin-right: auto;
	    margin-bottom: 0px;
	    margin-left: auto;
	    padding: 10px 5px;
	    list-style: none;
	}
	.main_article li:before {
		content: '\2022\00a0\00a0'; color: #0084e7;
	}
	.main_article li{
		text-align: left;
		font-size: 1.1em;
		font-weight: 400;
		margin-bottom: 10px;
		color: #000000;
	}
	.left_image{
		float: left;
		padding-right: 20px;
		margin-bottom: 35px;
	}
	#container_introduction h2{
		font-size: 2.5em;
	    margin-bottom: 50px;
	}
	#container_introduction h3{
		color: #000000;
		font-size: 2em;
	    margin-bottom: 20px;
	    margin-bottom: 60px;
	}
	#container_introduction{
	    /*background-color: #0084e7;
	    color: #ffffff;*/
	    background-color: #ebeff6;
	    color: #878787;
	    text-align: center;
	    font-weight: 300;
	    margin-bottom: 100px;
	    padding-top: 35px;
	    padding-bottom: 100px;
	}
	#container_introduction h1{
		font-size: 3.5em;
		font-weight: 600;
		margin-top: 35px;
	    margin-bottom: 60px;
	}
	#container_introduction .col-md-6{

	}
	#container_introduction .col-md-6{

	}
	#container_introduction h2{
	    margin-bottom: 20px;
	}
	#container_introduction h3{
		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: #ffffff;
	    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: 0px;
		margin-bottom: 35px;
		padding-top: 25px;
		padding-bottom: 25px;
		padding-left: 20px;
	}
	#container_introduction p{
		width: 85%;
		margin-top: 0px;
		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: 0px;
		margin-bottom: 0px;
		margin-left: 30px;
	    text-align: left;
	    font-size: 1.7em;
	    line-height: 1.8em;
	    font-weight: bold;
	    text-align: left;
	    color: #000000;
	}
	#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: 0.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: 0px;
	}
	.steps{
		height: 250px;
		background-color: #3291a4;
	}
	.statement_intro .col-md-3:nth-child(odd) .steps{
		background-color: #a7a7a7;
	}
	.steps h2{
		font-size: 3em;
		height: auto;
		background-color: #e8910e;
		border-bottom: 4px solid #ffffff;
		padding-top: 10px;
		padding-bottom: 10px;
		color: #ffffff;
	}
	.statement_intro .col-md-3:nth-child(even) .steps h2{
		background-color: #5dacc8;
	}
	.statement_intro .col-md-3:nth-child(4) .steps h3{
		padding-top: 40px;
	}
	.statement_intro .col-md-3:nth-child(5) .steps h3{
		padding-top: 40px;
	}
	.steps h3{
		width: 80%;
		margin-right: auto;
		margin-left: auto;
		height: auto;
		text-align: center;
		font-size: 2em;
		line-height: 1.2em;
		color:#ffffff;
		padding-top: 5px;
		padding-bottom: 10px;
	}
	.main_article .btn-primary{
		margin-top: 20px;
		background-image: none;
		background-color: #ffffff;
		color: #e53321;
		font-size: 0.9em;
		font-weight: 600;
		text-transform: uppercase;
		padding: 0.9em 1.3em;
		border-radius: 0px;
		border: 1px solid #e53321;
	}
	.main_article .btn-primary:hover{
		background-color: #FCECEA;
	}
	.container-fluid{
		padding-right: 0px;
		padding-left: 0px;
	}
	.container-fluid:nth-child(1){
		margin-bottom: 0px;
		padding-top: 30px;
		padding-bottom: 25px;
	}
	.container-fluid:nth-child(2){
		padding-top: 15px;
		padding-bottom: 45px;
		background: #ebf8fc;
	}
	.container-fluid:nth-child(3){
		background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.3)), url("../img/beehive_xxxs.png") bottom left;
		background-repeat: no-repeat;
		padding-bottom: 0px;
		height: auto;
	}
	.col-md-7 {
	    height: 100%;
	    padding-bottom: 20px;
	    /*background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)); */
	}
	.row-eq-height {
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display:         flex;
	}


}/*@media screen and (max-width : 599px)*/

/* Extra-small size Devices under 599px*/
@media screen and (min-width : 450px) and (max-width : 599px){

	.jumbotron{
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.05)), url("../img/workers_xxxs.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: top center;
		margin-bottom: 0px;
		height: 180px;
	}

}/*@media screen and (min-width : 450px) and (max-width : 599px)*/
