@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700,900);


/*----------------------------------------
  General Layout Style
------------------------------------------*/

html {
    font-size: 100%;
    height: 100%;
    background-color: #ffffff;
}


body {
    background-color: #ffffff;
    color: #3F3F3F;
    font-family: lato, Arial, Helvetica, sans-serif;
    font-size: 15px;
    padding: 0px !important;
    margin: 0px !important;
    font-style: normal;
    font-weight: normal;
    min-height: 100%;
    overflow-x: hidden;
}

/*---------------------------------
    Typography
-----------------------------------*/

h1, h2, h3, h4, h5, h6 {
    margin: 10px 0;
    font-family: 'lato', Arial, Helvetica, sans-serif;
    font-weight: 500;
    color: #505458;
}

a {
    color: #006BE0;
}

    a:hover, a:focus {
        color: #005FC6;
    }

    a:hover, a:focus {
        outline: none;
    }
/*------------------------------
    Custom CSS
-------------------------------*/
.ui-elements-page {
    padding: 25px 0 45px;
}

.tab-content {
    border: 1px solid #DDD;
    padding: 15px;
}

.page-title h1 {
    margin-bottom: 35px;
    padding-bottom: 5px;
    float: left;
    border-bottom: 2px solid #1B71D0;
}

.panel-group.primary .panel-default .panel-heading, .panel-group.primary .panel-default .panel-heading a {
    background-color: #1B71D0;
    color: #ffffff;
    border-color: #0F5AAB;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #ffffff;
    cursor: default;
    background-color: #1B71D0;
    border: 1px solid #0F5AAB;
    border-bottom-color: transparent;
}

.btn {
    border-radius: 0;
}

.form-control {
    border-radius: 0;
}

section.box {
    background-color: #ffffff;
    margin: 15px 0;
}

section header {
    width: 100%;
    display: inline-block;
    background-color: #f5f5f5;
    border: 1px solid #e8e8e8;
    border-bottom: 2px solid rgba(31, 181, 172, 1.0);
    vertical-align: top;
    position: relative;
}

section .content-body {
    padding: 30px;
    background-color: #ffffff;
    border: 1px solid #e8e8e8;
    border-top: 0px;
    -webkit-transition: 800ms;
    -moz-transition: 800ms;
    -o-transition: 800ms;
    transition: 800ms;
}

section header .title {
    margin-top: 10px;
    font-family: 'lato', Arial, Helvetica, sans-serif;
    font-size: 19px;
    padding-left: 15px;
    line-height: 30px;
    color: #676767;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
}

section.box .actions {
    margin: 0 15px;
    line-height: 50px;
    position: absolute;
    right: 0px;
    top: 0px;
}

    section.box .actions i {
        color: #bcbcbc;
        font-size: 12px;
        margin-left: 0px;
        padding: 5px;
        cursor: hand;
        cursor: pointer;
    }

/*-----------------------------------------------------------
    Form Wizard
----------------------------------------------------------*/
.wizardpills {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-bottom: 40px;
}

    .wizardpills ul.form-wizard {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 60px;
        z-index: 2;
        width: 100%;
        padding-right: 15px;
    }

    .wizardpills #bar {
        position: absolute;
        top: 10px;
        left: 0px;
        height: 10px;
        width: 100%;
        margin: 7px 0;
        z-index: 1;
    }

    .wizardpills .tab-content {
        position: relative;
        top: 60px;
        background-color: #ffffff;
        border: 0px solid transparent;
    }

.form-wizard li {
    display: block;
    float: left;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    text-align: right;
    width: 20%;
    margin: 0 !important;
}

    .form-wizard li a {
        float: right;
        width: 40px;
        height: 40px;
        display: block;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        position: absolute;
        right: -20px;
        background: #f5f5f5;
        background-image: none;
        -webkit-box-shadow: inset 0 -1px 2px rgba(150, 150, 150, .1);
        -moz-box-shadow: inset 0 -1px 2px rgba(150, 150, 150, .1);
        box-shadow: inset 0 -1px 2px rgba(150, 150, 150, .1);
        line-height: 27px;
    }

    .form-wizard li.complete a {
        background-color: #1fb5ac;
        font-family: FontAwesome;
        color: #ffffff;
        line-height: 27px;
        text-align: center;
        font-size: 14px;
    }

    .form-wizard li a:before {
        content: " ";
        margin-left: -2px;
        height: 34px;
        width: 14px;
        display: block;
    }

    .form-wizard li.complete a:before {
        content: "\f00c";
    }

    .form-wizard li a span {
        position: absolute;
        color: #777777;
        width: auto;
        display: inline-block;
        margin-left: -25px;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        top: 40px;
    }

    .form-wizard li.complete a span {
        padding-left: 5px;
    }

/*-----------------------------------------------------------
    Mega Menu CSS
----------------------------------------------------------*/
.mega-menu .nav,
.mega-menu .collapse,
.mega-menu .dropup,
.mega-menu .dropdown {
    position: static;
}

.mega-menu .container {
    position: relative;
}

.mega-menu .dropdown-menu {
    left: auto;
    right: auto;
}

.mega-menu .mega-menu-content {
    padding: 20px 30px;
}

.mega-menu .dropdown.mega-menu-fw .dropdown-menu {
    left: 0;
    right: 0;
}

.grid-demo {
    padding: 10px 30px;
}

    .grid-demo [class*="col-"] {
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 1em;
        text-align: center;
        line-height: 2;
        background-color: #e5e1ea;
        border: 1px solid #d1d1d1;
    }


/*Testimonials Slider*/

.carousel-indicators .active {
    background: #31708f;
}

.content {
    margin-top: 20px;
}

.adjust1 {
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.adjust2 {
    margin: 0;
}

.carousel-indicators li {
    border: 1px solid #ccc;
}

.carousel-control {
    color: #31708f;
    width: 5%;
}

    .carousel-control:hover, .carousel-control:focus {
        color: #31708f;
    }

    .carousel-control.left, .carousel-control.right {
        background-image: none;
    }

.media-object {
    margin: auto;
    margin-top: 15%;
}

.infotext {
    font-size: 13px;
}

@media screen and (max-width: 768px) {
    .media-object {
        margin-top: 0;
    }
}
/*END Testimonials Slider*/

.TableSubHeading {
    font-size: 12px !important;
}

#quote-carousel {
    padding: 0 10px 30px 10px;
    height: auto;
    background-color: #06355e;
}

    /* Control buttons  */
    #quote-carousel .carousel-control {
        background: none;
        font-size: 1.5em;
        text-shadow: none;
        margin-top: 16px;
    }
        /* Previous button  */
        #quote-carousel .carousel-control.left {
            left: -12px;
        }
        /* Next button  */
        #quote-carousel .carousel-control.right {
            right: -12px !important;
        }
    /* Changes the position of the indicators */
    #quote-carousel .carousel-indicators {
        right: 50%;
        top: auto;
        bottom: 0px;
        margin-right: -19px;
    }
        /* Changes the color of the indicators */
        #quote-carousel .carousel-indicators li {
            background: #000;
        }

        #quote-carousel .carousel-indicators .active {
            background: #fff;
        }

    #quote-carousel img {
        width: 250px;
        height: 100px;
    }
/* End carousel */

.item blockquote {
    border-left: none;
    margin: 0;
}

    .item blockquote img {
        margin-bottom: 10px;
    }

blockquote p {
    color: #fff;
}

/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #quote-carousel {
        margin-bottom: 0;
        padding: 0 20px 0px 20px;
    }
}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) {

    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */

    #quote-carousel .carousel-indicators {
        bottom: -20px !important;
    }

        #quote-carousel .carousel-indicators li {
            display: inline-block;
            margin: 0px 5px;
            width: 15px;
            height: 15px;
        }

            #quote-carousel .carousel-indicators li.active {
                margin: 0px 5px;
                width: 20px;
                height: 20px;
            }
}

.c-warning {
    animation-duration: 400ms;
    animation-name: blink;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes blink {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}
