* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.container {
    max-width: 1000px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

/*-----------------------
    Header
-----------------------*/
header .top-bar {
    background-color: #478fd5;
    padding: 12px 0;
    text-align: center;
}

header .top-bar h2 {
    color: white;
    font-size: 34px;
    line-height: 38px;
    margin: 0;
    text-transform: uppercase;
}

header .top-bar .headline {
    margin: 0;
    font-size: 14px;
    color: black;
}

header .top-bar .help {
    color: white;
    margin-top: 20px;
}

header .top-bar .help .text {
    font-size: 17px;
    line-height: 20px;
}

header .top-bar .phone {
    font-size: 27px;
    line-height: 1;
    font-weight: 700;
}

header nav .handle {
    text-align: right;
    margin: 5px 0;
    display: none;
}

header nav .handle button {
    background-color: #478fd5;
    background-image: none;
    border: 1px solid #478fd5;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    padding: 7px;
}

header nav .handle button:focus {
    outline: 0;
}

header nav .handle .icon-bar {
    background-color: white;
    border-radius: 1px;
    display: block;
    height: 4px;
    width: 30px;
    box-sizing: border-box;
}

header nav .handle .icon-bar + .icon-bar {
    margin-top: 4px;
}

header .navbar {
    background-color: white;
}

header .navbar li span {
    display: block;
    padding: 9px;
    font-size: 15px;
    line-height: 17px;
}


/*-----------------------
    Banner
-----------------------*/
.banner {
    padding: 30px 0 0;
    background-image: url('../images/banner-bckg.jpg');
    background-position: 100% 100%;
    background-size: cover;
}

.form {
    padding: 15px 35px;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    text-align: center;
    max-width: 350px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.form .heading {
    font-size: 28px;
    margin: 0 0 5px;
}

.form .sub {
    font-size: 15px;
    margin: 0 0 10px;
}

.form .form-group {
    margin-bottom: 12px;
}

.form .form-control {
    display: block;
    width: 100%;
    padding: 14px;
    color: white;
    font-size: 15px;
    background-color: transparent;
    border: 2px solid white;
    text-align: left;
}

.form .form-control::-webkit-input-placeholder {
    color: white;
}

.form .form-control:-moz-placeholder { /* Firefox 18- */
    color: white;  
}

.form .form-control::-moz-placeholder {  /* Firefox 19+ */
    color: white;  
}

.form .form-control:-ms-input-placeholder {  
    color: white;  
}

.form .submit input {
    font-size: 21px;
    display: inline-block;
    padding: 8px 30px;
    background-color: white;
    border: 2px solid #c0c0c1;
    cursor: pointer;
}

.form .submit input:hover {
    background-color: black;
    color: white;
}

.banner h1 {
    background-color: black;
    padding: 5px 0;
    color: white;
    font-size: 38px;
    text-transform: uppercase;
    text-align: center;
    margin: 10px 0 0;
    position: relative;
    z-index: 3;
}

.banner .man {
    position: relative;
    padding-bottom: 30px;
}

.banner .man img {
    display: none;
}

/*-----------------------
    Our Misson
-----------------------*/
.our-mission {
    padding: 20px 0 50px;
    text-align: center;
}

.our-mission .heading {
    font-size: 34px;
    line-height: 1;
    color: #478fd5;
}

.our-mission .sub {
    font-size: 21px;
    color: #478fd5;
}

.our-mission .description {
    font-size: 17px;
    color: #666666;
    margin-top: 10px;
}

.our-mission .no-cost {
    font-size: 23px;
    font-weight: 700;
    color: #478fd5;
    margin-top: 50px;
    margin-bottom: 10px;
}

/*-----------------------
    Action
-----------------------*/
.action {
    padding: 40px 0 50px;
    background-repeat: no-repeat;
    background-position: 50% top;
    background-size: cover;
}

.action .title {
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 35px;
    text-transform: uppercase;
}

.action .description {
    font-size: 15px;
    margin-bottom: 50px;
}

.action.white {
    color: white;
}

.action.action-01 {
    background-image: url('../images/action-01-bckg.jpg');
}

.action.action-02 img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.action.action-03 {
    background-image: url('../images/action-03-bckg.jpg');
}


.action.black .title {
    color: #333333;
}

.action.black .description {
    color: #666666;
}

/*-----------------------
    Help
-----------------------*/
.here-to-help-you {
    padding: 40px 0 50px;
}

.here-to-help-you .title {
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 35px;
    text-align: center;
}

.here-to-help-you .part {
    margin-bottom: 15px;
}

.here-to-help-you .part .icon {
    text-align: center;
}

.here-to-help-you .part .description {
    margin: 42px 0 0;
    font-size: 12px;
    line-height: 16px;
    color: #666666;
}

/*-----------------------
    Contact
-----------------------*/
.contact {
    padding: 25px 0 30px;
    background-color: #f1f1f1;
}

.contact .info {
    padding-left: 75px;
    padding-top: 10px;
    position: relative;
    background-position: left top;
    background-repeat: no-repeat;
    min-height: 70px;
}

.contact .info.address {
    font-size: 13px;
    color: #666666;
    background-image: url('../images/address.png');
    margin-bottom: 15px;
}

.contact .info.phone {
    font-size: 17px;
    font-weight: 400;
    color: #666666;
    background-image: url('../images/phone.png');
}

/*-----------------------
    Footer
-----------------------*/
footer {
    padding: 19px 0;
    font-size: 12px;
    color: white;
    background-color: #478fd5;
}

/*-----------------------
    Helper classes
-----------------------*/
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear:both
}

img {
    border: medium none;
}

.img-responsive {
    max-width: 100%;
    height: auto;
    display: block;
}

.img-center {
    margin: 0 auto;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

a {
    text-decoration: none;
    color: inherit;
}

.btn {
    display: inline-block;
    background-color: #478fd5;
    color: white;
    font-size: 21px;
    padding: 10px 15px;
    border: 2px solid #478fd5;
}

.btn:hover {
    background-color: white;
    color: #478fd5;
}

.thank-msg{
	display: none;
	background: #74A90A;
	color: #fff;
	font-size: 1.4em;
	padding: 10px 5px;
	margin: 7.5em 0em;
	border-radius: 5px;
	text-align: center;
}
.thank-msg h1{
    color: #fff;
	
}
.thank-msg p{
    margin: 0.5em;
	
}
.loadmask {
    z-index: 100;
    position: absolute;
    top:0;
    left:0;
    -moz-opacity: 0.5;
    opacity: .50;
    filter: alpha(opacity=50);
    background-color: #CCC;
    width: 100%;
    height: 100%;
    zoom: 1;
}
.loadmask-msg {
    z-index: 20001;
    position: absolute;
    top: 0;
    left: 0;
    padding:2px;
}
.loadmask-msg div {
    padding:5px 10px 5px 25px;
    background: url('../images/loading.gif?') no-repeat 5px 5px;
    line-height: 16px;
	
    color:#222;
    font:normal 11px tahoma, arial, helvetica, sans-serif;
    cursor:wait;
    width: 58px;
    height: 58px;
}
.masked {
    overflow: hidden !important;
}
.masked-relative {
    position: relative !important;
}
.masked-hidden {
    visibility: hidden !important;
}
.SumoSelect{
    
border-radius: 0px;
    
border: 1px solid #fff;
}
.SumoSelect > .CaptionCont{
    
background: #212222;
    
border: 1px solid #fff;
    
border-radius: 0px;
    
color: #fff;
    
padding-left: 15px;
    
padding: 14px 10px 14px 15px;
}
.SumoSelect > .CaptionCont > span.placeholder{
    color:#fff;
    text-align: left;
    font-size: 15px;
    font-family: sans-serif;
}
.SumoSelect > .optWrapper > .options > li label{
    color:#000;
    text-align: left;
    white-space: normal;
}
@media screen and (max-width: 420px) {

}

@media screen and (max-width: 767px) {
    header nav .handle {
       /* display: block; */
    }
    .s-hidden{
	    display: none;
    }

    header .navbar {
        max-height: 0;
        transition: max-height 0.4s;
        overflow: hidden;
    }

    header .navbar.show {
        max-height: 400px;
    }
}

@media screen and (min-width: 768px) {
    header .top-bar {
        text-align: left;
    }

    header .top-bar .container {
        position: relative;
    }

    header .top-bar .help {
        margin-top: 0;
        position: absolute;
        top: 0;
        right: 15px;
    }

    header .navbar {
        text-align: center;
    }

    header .navbar li {
        display: inline-block;
    }

    header .navbar li a {
        padding: 9px 7px;
        color: #666666;
    }

    .banner .man img {
        position: absolute;
        bottom: 0;
        left: 15px;
        display: block;
        z-index: 2;
    }

    .form {
        margin: 0;
        float: right;
    }

    .action .inner {
        max-width: 400px;
    }

    .action.action-02 .inner {
        float: right;
    }

    .action.action-02 img {
        max-width: 300px;
    }

    .here-to-help-you .part {
        width: 50%;
        float: left;
        padding: 0 15px;
    }
}

@media screen and (min-width: 992px) {
    header .navbar li a {
        padding: 9px;
    }

    .action.action-02 img {
        max-width: 100%;
    }

    .here-to-help-you .part {
        width: 22%;
        margin-left: 4%;
        padding: 0;
    }

    .here-to-help-you .part:first-child {
        margin-left: 0;
    }

    .contact .info.address {
        margin-bottom: 0;
        width: 65%;
        float: left;
        margin-right: 5%;
    }

    .contact .info.phone {
        width: 30%;
        float: left;
    }
}

@media screen and (min-width: 1200px) {

}