/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles - Templates
   ========================================================================== */

section.lead_form {
    padding: 60px 0;
    background-color: #BF2033;
    color: #fff;
}


body {
    font-family: 'Roboto Slab', serif;
    background-color: #fff;
    padding-top: 50px;
    font-weight: 300;
    display:none;
}

section {
    background-color: #fff;
}



.row {
   position:relative;
}

.navbar-brand img {
    margin-top: -8px;
}

#content-holder {
    padding-top: 20px;
    height:100%;
}



.navbar {
    height:82px;
}

.btn-primary, .btn-primary:hover {
    background-color: #BF2033;
    border: none;
}

.btn-primary:hover {
    color: #ccc;
}

.btn-resource {
    background-color:  #213065;
    color: #e7e7e7;
    width:123px;
    height:52px;
    padding-top: 13px;
}

.btn-resource:hover {
    background-color:  #213065;
    color: #ccc;
    width:123px;
    height:52px;
    padding-top: 13px;
}


/* ==========================================================================
   Author's custom styles - font style & navi
   ========================================================================== */

.btn-request-callback {
    margin-left:20px;
    background-color:#3c4979;
    border:#3c4979;
    color: #fff;
    padding: 22px 10px;
}

.btn-request-callback:hover {
    background-color:#3c4979;
    color: #ccc;
}

.jumbotron .h1, .jumbotron h1 {
    font-size: 48px;
}

.navbar-default .navbar-nav>li>a {
    color: #213065 !important;
    font-weight: bold;
    margin-top: 13px;
}



.navbar-default {
    border-color: #e7e7e7;
    background-color: #fff;

}
.navbar-collapse {
    background-color: #fff;
}



.navbar-header{
    height: 80px;
}


.navbar-default .navbar-nav>li>a {
    color: #213065;
    font-weight: bold;
    margin-top: 13px;

}

.navbar-text{
    margin-top: 25px;
}

.navbar-text a{

    color:#213065 !important;
}

.list-inline li a{
    color: #888;
    font-weight: bold;
}

.navbar-toggle{
    margin-top: 17px;
}



.dropdown-page h3{
    margin-top: -30px;
}


.dropdown-page p{
    font-size: 1.2em;
}

.dropdown-page ul{
    font-size: 1.2em;
}



/* ==========================================================================
   Author's custom styles - Hero section
   ========================================================================== */

.jumbotron {
    padding:0px;
    margin-bottom: 0px;
    background: url(../img/main_bg.png) top center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 500px;
}

@media only screen and (min-width : 320px) and (max-width : 480px) {
    .jumbotron {
        background: url(../img/mobile_main_bg.png) no-repeat top center fixed;
    }
}

.jumbotron-overly {
    background-color: rgba(1,1,1,0.40);
    padding:40px 0;
    min-height: 500px;
}

.jumbotron p{
    color: #fff;
}


/* ==========================================================================
   Author's custom styles - Sections
   ========================================================================== */

body {
    font-family: 'Roboto Slab', serif;
    background-color: #fff;
    padding-top: 50px;
}


section {
    background-color: #fff;
}

.page-box {
    margin-left: auto;
    margin-right: auto;

}
#section_subscribe_page_form, #section_subscribe_page {
    padding-top: 40px;
}

/* ==========================================================================
   Author's custom styles - feature
   ========================================================================== */

#feature {
    padding-top: 50px;
    padding-bottom: 50px;

}

#feature p{
    font-size: 1.2em;
}


.thumbnail {
    border: none;
}


/* button test */
.left-side-tab
{
    position: fixed;
    left:0;
    top:33%;
}
.arrow-ctnr-right .arrow {
    position: relative;
    float: right;
}
.arrow-ctnr-left .arrow {
    position: relative;
    float: left;
}
.arrow-ctnr-left .arrow, .arrow-ctnr-right .arrow {
    margin: 4px;
}
.arrow {
    width: 0;
    height: 0;
    border: 6px solid transparent;
    cursor: pointer;
}

.arrow-right {
    border-left: 6px solid rgba(0,0,0,.6);
    border-right: 0;
}

.arrow-left {
    border-right: 6px solid rgba(0,0,0,.6);
    border-left: 0;
}
.arrow-show{
    display: none;
}
.arrow-hide{
    display: block;
}
/* ==========================================================================
   Author's custom styles - Service
   ========================================================================== */

#service{
    background-color: #213065;
    overflow: auto;
    padding-top: 50px;
    padding-bottom: 50px;
}


#service h2{
    color: #fff;
}

.well-modified{
    min-height: 260px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

/* ==========================================================================
   Author's custom styles - quote
   ========================================================================== */

#quote{
    background-color: #cecece;
    overflow: auto;
    padding-top: 80px;
    padding-bottom: 80px;
}

#quote ul li{
    font-size: 22px;
    list-style: none;
    line-height: 2.0em;
}

#quote p{
    font-size: 0.6em;
}




/* ==========================================================================
   Author's custom styles - contact us
   ========================================================================== */

#contact_page {
    background: url(../img/main_bg_w.png) top center fixed;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    height: 100%;
    overflow: auto;
}





/* ==========================================================================
   Author's custom styles - about us
   ========================================================================== */

#about_page {
    background: url(../img/main_bg_w.png) top center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    height: 100%;
    overflow: auto;
}

#about_page p{
    font-size: 1.2em;
}




/* ==========================================================================
   Author's custom styles - footer
   ========================================================================== */

footer {
    background-color: #333;
    color: #fff;
    padding: 30px 0px;
    position: relative;
    bottom: 0;
    width: 100%;
}

/* ==========================================================================
   Author's custom styles - Elements
   ========================================================================== */


/* ==========================================================================
   Page not found
   ========================================================================== */

#section_page_not_found h1 {
    color: red;
}



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
