﻿

/**** Colorbox  ****/

div.well {
    min-height: 210px;
}


/*********** Wrapper **************/

div.wrapper {
    padding-bottom: 0;
}

@media only screen and (max-width: 960px) {

    div.wrapper {
        padding-bottom: 0;
    }
}




/**********************************/


/* Caption */

div.caption {
    margin:6px auto;
    text-align:center;
    font-weight:bold;
    font-size:14px;
    font-style:italic;
}

a {
    color: #af1b1b;
    text-decoration: none;
}
a:hover, a:focus {
    color: #2c4fb2;
    text-decoration: none;
}


/**** Home Page Lists ****/

ul.hp-list {
    list-style-image: url(/Images/Layout/li-bg.png);
    padding-left:20px;
}


/* Seperator */

div.seperator {
    border-top: 1px solid #aaaaaa;
    clear: both;
    font-size: 0;
    height: 1px;
    line-height: 0;
    margin: 0 0 16px;
    padding: 0;
}

/* Intake Form */

div.intakeform {
    background-color: #cccccc;
    border:1px solid #000000;
    line-height: 64px;
    margin: 0 auto 20px;
    padding:15px;
    width: 350px;
}
div.rounded {
    border-radius: 10px;
    position: relative;
}

/* Social Icons */

.navbar-custom .nav.navbar-nav.navbar-right .fa {
    font-size: 32px;
    line-height: 100%;
}

.navbar-custom .nav.navbar-nav.navbar-right.navbar-icons li > a {
    padding-top: 9px !important;
}

.navbar-custom .nav.navbar-nav.navbar-right.navbar-icons li > a:hover  {
    color: #e3e3e3;
}


@media (max-width: 992px) {
    .navbar-custom .nav.navbar-nav.navbar-right.navbar-icons li > a{
        padding-top: 2px !important;
    }
}

/* Map */

/***** This stylesheet is for site-specific CSS. *****/


.navbar-custom .nav.navbar-nav.navbar-right li > a 
{
    padding-top: 9px !important;
}

div.colorpicker
{
    width: 76px;
    margin: 0 Auto;
    float:right;
}

div.colorpicker div
{
    float: right;
    width: 20px;
    height: 20px;
    margin: 0 0;
    padding: 0 0;
}

div.colorpicker div.red
{
    background-color: #FF0000;
    border: 1px solid #660000;
}

div.colorpicker div.green
{
    margin: 0 5px;
    background-color: #00FF00;
    border: 1px solid #006600;
}

div.colorpicker div.blue
{
    background-color: #0000FF;
    border: 1px solid #000066;
}

@media only screen and (max-width: 768px) {

    div.colorpicker {
        text-align:center;
        float:none;
        padding: 24px 0 40px 0;
    }

}


/**** Social Media Icons ****/

.header-contact div.social-media-icons {
    font-weight: normal;
    line-height: 32px;
    position: relative;
    z-index:0;
}

.header-contact div.social-media-icons span {
    font-size: 40px !important;
    margin-top:0;
}

.fa-stack {
    position: relative;
    display: inline-block !important;
    width: 1em;
    height: 1em;
    line-height: 1em;
    vertical-align: middle;
}

.header-contact div.social-media-icons a.linkedin, .header-contact div.social-media-icons a.linkedin:visited {
    color: #0274b3;
}

.header-contact div.social-media-icons a.linkedin:hover {
    color: #005f94;
}

.header-contact div.social-media-icons a.twitter, .header-contact div.social-media-icons a.twitter:visited {
    color: #28a9e2;
}

.header-contact div.social-media-icons a.twitter:hover {
    color: #2393c4;
}

.header-contact div.social-media-icons a.facebook, .header-contact div.social-media-icons a.facebook:visited {
    color: #395185;
}

.header-contact div.social-media-icons a.facebook:hover {
    color: #334877;
}

.header-contact div.social-media-icons a.youtube, .header-contact div.social-media-icons a.youtube:visited {
    color: #c92d27;
}

.header-contact div.social-media-icons a.youtube:hover {
    color: #b12721;
}

.header-contact div.social-media-icons a.google-plus, .header-contact div.social-media-icons a.google-plus:visited {
    color: #dc4a38;
}

.header-contact div.social-media-icons a.google-plus:hover {
    color: #c64130;
}

/* Padding */

div.container .pt-0 {
    padding-top: 0;
}

div.container .pb-0 {
    padding-bottom: 0;
}

div.container .pb-20 {
    padding-bottom:20px;
}

div.container .pl-0 {
    padding-left: 0;
}

div.container .pr-0 {
    padding-right: 0;
}

/* Margins */

div.container .mt-0 {
    margin-top: 0;
}

div.container .mt-15 {
    margin-top: 15px;
}

div.container .mt-30 {
    margin-top: 30px;
}

div.container .mb-0 {
    margin-bottom: 0;
}

div.container .mb-5 {
    margin-bottom: 5px;
}

div.container .mb-10 {
    margin-bottom: 10px;
}

div.container .mb-15 {
    margin-bottom: 15px;
}

div.container .mb-20 {
    margin-bottom: 20px !important;
}

@media (max-width: 768px) {
    .mb-xs-20 {
        margin-bottom: 20px !important;
    }
}

@media (max-width: 992px) {
    .mb-sm-20 {
        margin-bottom: 20px !important;
    }
}

div.container .mb-30 {
    margin-bottom: 30px;
}

div.container .ml-0 {
    margin-left: 0;
}

div.container .mr-0 {
    margin-right: 0;
}

/************ Video Resizer **************/

.video-container {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}
.video-container iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    border: solid #000000 1px;
}

@media (max-width: 992px) {
.video-container {
    margin-top: 0 !important;
    }
}

/************************************************************/

/**** Vertical Align ****/


.vcenter {
    display: flex;
    align-items: center;
}


/* Extra small devices (767px and down) */
@media (max-width: 767px) {
    .row.vcenter {
        display: block; /* Turn off the flexible box layout */
    }
}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .row.vcenter {
        display: flex;
        align-items: center;
    }
}

/************************************************************/


/*************** Footer ********************/


div.custom-footer{
    color: #FFFFFF;
    background: #0e528f; /* Old browsers */
    max-height: 100%;
    height: auto;
    padding-bottom: 40px;
}

    div.custom-footer div.footer-inner {
        padding: 22px 30px 0 30px;
    }

    div.custom-footer div.footer-inner ul {
        padding-left: 10px;
    }

    div.custom-footer div.footer-inner ul li {
        list-style: none;
        font-size: 16px;
        line-height: 26px;
        color: #c1c1c1;
    }

    div.custom-footer a, div.footer a:visited, div.custom-footer a, div.custom-footer a:visited {
        color: #c1c1c1;
    }

    div.custom-footer a:hover, div.custom-footer a:hover {
        color: #eeeaaa;
    }

    div.custom-footer .bottom-footer {
        padding: 0 !important;
    }

    div.custom-footer .bottom-footer a, div.custom-footer .bottom-footer a:visited {
        color: #ffffff !important;
    }

        div.custom-footer .bottom-footer a:hover {
            color: #eeeaaa !important;
        }

    div.custom-footer strong {
        color: #ffffff !important;
    }

div.footer {
    max-height: 100%;
    height: auto;
    color: #FFFFFF;
    background: #0e528f; /* Old browsers */
}

div.footer div.footer-inner {
    margin: 34px 20px 0 20px;
    font-size:16px;
}

@media only screen and (max-width: 512px) {

    div.custom-footer {
        
    }
}

@media only screen and (max-width: 295px) {

    div.footer {
        display: none;
    }

    div.custom-footer {
        display: none;
    }
}

@media only screen and (max-width: 2560px) {

    div.custom-footer {
        min-height: 280px;
        height:auto;
    }

        div.custom-footer div.footer-inner {
            padding: 24px 24px;
        }
}


div.custom-footer hr {
    margin: 30px auto !important;
}