/* ==========================================================================
   Author's custom styles
   ========================================================================== */



body {
    font-family: 'Oxygen',sans-serif;
    font-size: 16px;
    color:#8c8c8c;
    overflow-y: scroll;
}

.well, .btn, .tooltip, input, select, textarea, pre,.alert, .table-bordered,.badge, .label ,.panel,.panel-info {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    border-collapse: collapse !important;
    background-image: none !important;
}

section {
    margin-top: 20px;
}

section.slider {
    margin-top:0px;
}

section.innercontent {
    margin-bottom: 20px;
}

h2{
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    color:#2e92cd;
}

p{
    margin: 20px 0px;
}
.btn-link{
    color:#f06532;
    padding: 0px;
    font-size: 16px;
}
.btn-link:hover{
    color:#f06532;
}
a {
    color:#f06532;

}
a:hover{
    color:#f06532;

}

.innercontent h3 {
    margin: 10px 0px;
}

.innercontent ul li{
    margin-bottom:5px;
}

/* Header */

header {
    margin-top:25px;
}

header h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    margin:0px;
    padding:0px;
    margin-top: 10px;
    margin-left:10px;
    float: left;
    color: #2e92cd;
}

header h1 a {
    color: #2e92cd;
    text-decoration: none;
}
header h1 a:hover {
    color: #2e92cd;
    text-decoration: none;
}

header  .logo{
    margin-top: 10px;
    margin-bottom: 15px;
}
.orangetext{
    font-size: 20px;
    color: rgb(240, 101, 50);
}
.bluetext{
    font-size: 20px;
    color: #00366A;
}

.logoimg {
    float: left;
}

/* Navigation */

.navbar {
    margin-bottom: 0px;
}


/* Carousel Container */
section.carouselcontainer{
    background-color: #2e92cd;
    padding: 20px 0px;
}

.carousel  p{
    font-size: 28px;
    color:white;

}

.item {
    padding-bottom: 25px ;
}
#mc_embed_signup{
    margin-top: 20px;
}
/* Footer */
footer input[type="text"],footer input[type="email"]{
    background-color: #4d6897;
    border:none;
    margin-bottom:15px;
}
footer :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #aebad0;
}
footer ::-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #aebad0;
}
footer :-webkit-input-placeholder { /* Internet Explorer 10-11 */
    color:    #aebad0;
}
footer{
    background-color: #1b3769;
    padding: 20px 0px 35px 0px;
    padding: 10px 0px 20px 0px;
    color: #fff;
    margin-top: 20px;
    font-size:14px;
}

footer h3{
    color:#fff;
    font-family:'Oxygen',sans-serif; 
    font-weight: 700;
    font-size: 24px;

}

footer ul li{
    list-style-type: none;
}

footer ul li a{
    text-decoration: none;
}
footer ul li a:focus{
    text-decoration: none;
    color:#f06532;
}

footer ul li.current_page_item a{
    color:#f06532;
}

footer ul li a:hover{
    color:#f06532;
}


footer ul{
    padding: 10px 0px 0px 0px;
    color:#dadada;
}
.footerlogos{
    background-color: #fff;
    padding: 25px;
}
/* Content */

.entrytitle {
    margin: 10px 0px 20px 0px;
}



/* Contact Form */



input[type="text"],input[type="password"] {
    background-color: #f5f5f5;
    border: 1px solid #d0d0d0;
    padding: 10px;
    width: 100%;
    margin-top:5px;
}
input[type="email"] {
    background-color: #f5f5f5;
    border: 1px solid #d0d0d0;
    padding: 10px;
    width: 100%;
    margin-top:5px;
}
input[type="tel"] {
    background-color: #f5f5f5;
    border: 1px solid #d0d0d0;
    padding: 10px;
    width: 100%;
    margin-top:5px;
}
textarea {
    background-color: #f5f5f5;
    border: 1px solid #d0d0d0;
    padding: 10px;
    width: 100%;
    margin-top:5px;
}


.tooltip-inner {
    max-width: 400px;
    /* If max-width does not work, try using width instead */

}


/* Helper */
.red {
    color: #ef484e;
}

.vcenter,.lg-vcenter,.md-vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.infotoggle {
    margin-left:10px;
}

.sidebar-nav {
    padding: 9px 0;
}

.promo { text-align:right;}

.paddingtop{
    margin-top:20px;
}


ul.category {
    margin-top: 20px;
    margin-bottom:20px;
}

ul.category li{
    padding: 5px 0px;
    list-style:none;
    //list-style-image: url(../img/tick.png);
}



.well {
    margin:10px 0px;
    background-image: none;;
    background-repeat: no-repeat;
    background-color: #2e92cd;
    color:#e1f4ff;
}

.wellgrey {
    background-color: #f5f5f5;
    border: 1px solid #d0d0d0;
    padding: 10px;
    width: 100%;
    margin-top: 5px;
    color:#6f6f6f;
}

.form-group {
    padding:15px 15px;
    margin-bottom:0px;
}

.focusbox{
    background-color:#d5efff;
}

.track-group {
    padding-top:7px;
    padding-bottom:7px;
}

.radio-inline{
    padding-right:20px;
}
select{
    background-color: #F5F5F5;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    border: 1px solid #CCC;
    border-radius: 4px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;

}

/* Progress */
.step {
    text-align: center;
}

.step .col-md-4 {
    background-color: #fff;
    border: 1px solid #C0C0C0;
    border-right: none;
    min-height:120px;
}

.step .col-md-4:last-child {
    border: 1px solid #C0C0C0;
}

.step .col-md-2:first-child {

}

.step .col-md-2:last-child {

}


.step .activestep {
    background-color: #479b09;
    color: #e5ffd2;
    //border: 1px solid #fff;
}

.step .pendingstep {
    background-color: #fbbd00;
    color: #f7ffd2;
    border: 1px solid #fbbd00;
}

.step .fa {
    padding-top: 15px;
    font-size: 40px;
}

p.progressp {
    margin: 10px 0 10px;
    font-size: 14px;
}
/* Progress END */


@media only screen and (max-width : 768px) {

    body {
        font-size: 16px;
    }
    h2{
        font-size: 26px;
    }

    .carousel  p{
        font-size: 22px;
        color:white;

    }

    footer {
        text-align: center;
    }

    section.slider {
        display: none;
    }

    header h1 {
        font-size: 22px;
        margin-top: 20px;
    }
    .promo { text-align:center; padding-top:15px;clear: both}
}

@media only screen and (max-width : 400px) {
    .frontheaderlogo{
        width:80%;
    }
}
@media only screen and (max-width : 480px) {

    header .logo {
        clear: both;
        text-align: center;
    }
    .logoimg {
        float:none;
    }
    .imagecss{
        height:120px !important;
    }
}

.panel-info > .panel-heading {
    background-image:none;
    background-color: #F06532;
    color:#fff;
}
.panel-info {
    border-color: rgb(240, 101, 50);
}
.btn-default
{
    color:#1B3769;
}
h2,h3{
    color:#1B3769;
}
.btn-info {
    color: #FFF;
    background-color: #F06532;
    border:none;
}



/*font*/
@font-face {
    font-family: 'kubicum_icons';
    src:    url('../fonts/kubicum_icons.eot?l56y7z');
    src:    url('../fonts/kubicum_icons.eot?l56y7z#iefix') format('embedded-opentype'),
        url('../fonts/kubicum_icons.ttf?l56y7z') format('truetype'),
        url('../fonts/kubicum_icons.woff?l56y7z') format('woff'),
        url('../fonts/kubicum_icons.svg?l56y7z#kubicum_icons') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'kubicum_icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-th-Icon_depth:before {
    content: "\e900";
}
.icon-Auditing-Icon:before {
    content: "\e901";
}
.icon-Complaints-Icon:before {
    content: "\e902";
}
.icon-Heart-Icon:before {
    content: "\e903";
}
.icon-Kubicum:before {
    content: "\e904";
}
.icon-Logo:before {
    content: "\e905";
}
.icon-Survey-Icon:before {
    content: "\e906";
}

.fronticon{
    font-size:180px;
    line-height:0px;
}
.fronticon:hover{
    text-decoration:none;
}
.fronticon.bluetext:hover{
    color: #00366A;
}
