﻿.info-tooltip {
    display: block;
    text-align: center;
}

body {
    color: #686f77;
}

h1, h2, h3, h4, legend {
    color: #000000;
}

a, a:hover {
    color: #a77a5d;
    font-weight: bold;
}

label.btn span {
    font-size: 1.5em;
}

label input[type="radio"] ~ i.fa.fa-circle-o {
    color: #686f77;
    display: inline;
}

label input[type="radio"] ~ i.fa.fa-dot-circle-o {
    display: none;
}

label input[type="radio"]:checked ~ i.fa.fa-circle-o {
    display: none;
}

label input[type="radio"]:checked ~ i.fa.fa-dot-circle-o {
    color: #a77a5d;
    display: inline;
}

label:hover input[type="radio"] ~ i.fa {
    color: #a77a5d;
}

/*label input[type="checkbox"] ~ i.fa.fa-square-o {
    color: #686f77;
    display: inline;
}

label input[type="checkbox"] ~ i.fa.fa-check-square-o {
    display: none;
}

label input[type="checkbox"]:checked ~ i.fa.fa-square-o {
    display: none;
}

label input[type="checkbox"]:checked ~ i.fa.fa-check-square-o {
    color: #a77a5d;
    display: inline;
}

label:hover input[type="checkbox"] ~ i.fa {
    color: #a77a5d;
}*/

div[data-toggle="buttons"] label.active {
    color: #a77a5d;
}

div[data-toggle="buttons"] label {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 2em;
    text-align: left;
    white-space: nowrap;
    vertical-align: top;
    cursor: pointer;
    background-color: none;
    border: 0px solid #686f77;
    border-radius: 3px;
    color: #686f77;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    div[data-toggle="buttons"] label:hover {
        color: #a77a5d;
    }

    div[data-toggle="buttons"] label:active, div[data-toggle="buttons"] label.active {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

/*input[type="radio"], input[type="checkbox"] {
    display: none;
}
*/
.nav-link {
}

.navbar-brand img {
    width: 100%;
    max-width: 230px;
}

#breadcrumbs {
    background-color: #efefef;
    text-transform: uppercase;
}

.breadcrumb {
    margin-bottom: 0px;
}

#breadcrumb-nav {
    display: inline-block !important;
}

label {
    margin-bottom: .3rem;
}

#page_header {
    background-image: url('../images/header-new-e1562261372657-blur.jpg');
    background-size: cover;
    background-position: center;
}

    #page_header h2 {
        width: 100%;
        text-align: center;
        color: #FFF;
        padding-bottom: 40px;
        padding-top: 40px;
        font-size: 30px;
        line-height: 1.25em;
        text-shadow: 1px 1px 10px rgba(48,48,48,0.6);
    }

#footer_top {
    background-color: #545456 !important;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 26px;
}

    #footer_top a {
        color: #FFFFFF;
        font-weight: 400;
    }

    #footer_top h5 {
        color: #FFFFFF;
        font-size: 15px;
        line-height: 1.571428571428571em;
        margin-top: 20px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        padding-bottom: 15px;
    }

    #footer_top .menu-main-container {
    }

        #footer_top .menu-main-container ul {
            list-style-type: none;
            padding-left: 15px;
        }

            #footer_top .menu-main-container ul li {
            }

                #footer_top .menu-main-container ul li a {
                    color: #FFFFFF;
                    font-weight: 400;
                    font-size: 14px;
                }

div#text-4 a {
    display: inline-block;
}

.linked {
    background-image: url('https://www.optivest.co.za/wp-content/uploads/2016/04/linkedin-optivest.png');
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    display: inline-block;
    margin-top: 10px;
    transition: background-image ease .5s !important;
    -webkit-transition: background-image ease .5s !important;
    -moz-transition: background-image ease .5s !important;
    -o-transition: background-image ease .5s !important;
    margin-right: 2px;
}

    .linked:hover {
        background-image: url('https://www.optivest.co.za/wp-content/uploads/2016/04/linkedin-optivest-2.png');
        background-repeat: no-repeat;
    }

.fb {
    background-image: url('https://www.optivest.co.za/wp-content/uploads/2017/02/fb-white.png');
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    display: inline-block;
    margin-top: 10px;
    transition: background-image ease .5s !important;
    -webkit-transition: background-image ease .5s !important;
    -moz-transition: background-image ease .5s !important;
    -o-transition: background-image ease .5s;
}

    .fb:hover {
        background-image: url('https://www.optivest.co.za/wp-content/uploads/2017/02/fb-grey.png');
        background-repeat: no-repeat;
    }

#footer_bottom {
    background-color: #848484;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-bottom: 20px;
    color: #FFFFFF;
    font-size: 14px;
}

    #footer_bottom a {
        color: #FFFFFF;
        font-weight: 400;
    }

#footer_attribution {
    background-color: #1b1b1b;
    padding-top: 15px;
    padding-bottom: 15px;
}

    #footer_attribution a {
        color: #FFFFFF;
        font-weight: 400;
    }

#footer_attribution {
    color: #FFFFFF;
    text-align: center;
    font-size: 14px;
}

#footer_top input[type="submit"] {
    background-color: #8a98aa;
    border: 1px solid #8a98aa;
    color: #FFFFFF;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 5px !important;
    padding-left: 30px;
    padding-right: 30px;
    width: auto;
    font-size: 14px;
    letter-spacing: 1px;
}

    #footer_top input[type="submit"]:hover {
        background-color: #a77a5d;
        border: 1px solid #a77a5d;
    }

input, textarea, select {
    border-radius: 0px !important;
}

#footer_top input, #footer_top textarea {
    font-family: Raleway;
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    padding: 15px;
    height: auto;
}

.form-control {
    background-clip: border-box;
}

.nav-item {
    padding-left: 17px;
    padding-right: 17px;
}

@media all and (min-width:768px) {

    .nav-item ul {
        display: none;
    }

    .nav-item:hover ul {
        position: absolute;
        /*left: 0;*/
        margin: 0;
        display: block;
        overflow: hidden;
        z-index: 10;
        -webkit-transition: top .3s ease-in-out;
        -moz-transition: top .3s ease-in-out;
        -ms-transition: top .3s ease-in-out;
        -o-transition: top .3s ease-in-out;
        transition: top .3s ease-in-out;
        list-style-type: none;
        padding: 15px;
        background-color: #FFFFFF;
        padding-left: 25px;
        width: 225px;
    }
}

.nav-item ul li {
    padding: 5px;
    line-height: 16px;
}

    .nav-item ul li a {
        font-weight: 500 !important;
        text-transform: uppercase;
        color: #9d9d9d;
        font-size: 11px;
        letter-spacing: 1px;
        font-family: 'Tahoma', sans-serif;
    }

    .nav-item ul li:hover a {
        text-decoration: none;
        color: #a77a5d;
    }
/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
    background-color: #848484;
    text-align: center;
    /*padding-top: 20px;
    padding-bottom: 20px;
    padding-bottom: 20px;*/
    color: #FFFFFF;
    font-size: 14px;
}
.footer a {
    color: #FFFFFF;
    font-weight: 400;
}

.call_to_action {
    background-color: #e1e1e1 !important;
    color: #818181;
    font-size: 14px;
    line-height: 26px;
}

    #our_vision {
    background-color: #e0e0e0;
    padding-top: 20px;
    padding-bottom: 20px;
}

    #our_vision h3 {
        font-size: 17px;
        line-height: 1.304347826086957em;
        text-transform: uppercase;
        font-family: 'Tahoma', sans-serif;
        font-weight: 600;
    }

    #our_vision p {
        font-size: 14px;
        line-height: 26px;
        color: #818181;
        font-weight: 400;
    }

.qbutton {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    padding: 0 17px;
    border-radius: 6px;
    padding: 10px 17px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    border-color: rgb(58, 85, 107);
    margin: 10px 20px;
    background-color: rgb(58, 85, 107);
    text-transform: none;
    font-size: 14px !important;
}

    .qbutton:hover {
        text-decoration: none;
        background-color: #a77a5d;
        color: #FFFFFF;
    }
.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

    .bs-callout h4 {
        margin-top: 0;
        margin-bottom: 5px;
    }

    .bs-callout p:last-child {
        margin-bottom: 0;
    }

    .bs-callout code {
        border-radius: 3px;
    }

    .bs-callout + .bs-callout {
        margin-top: -5px;
    }

.bs-callout-default {
    border-left-color: #777;
}

    .bs-callout-default h4 {
        color: #777;
    }

.bs-callout-primary {
    border-left-color: #428bca;
}

    .bs-callout-primary h4 {
        color: #428bca;
    }

.bs-callout-success {
    border-left-color: #5cb85c;
}

    .bs-callout-success h4 {
        color: #5cb85c;
    }

.bs-callout-danger {
    border-left-color: #d9534f;
}

    .bs-callout-danger h4 {
        color: #d9534f;
    }

.bs-callout-warning {
    border-left-color: #f0ad4e;
}

    .bs-callout-warning h4 {
        color: #f0ad4e;
    }

.bs-callout-info {
    border-left-color: #5bc0de;
}

    .bs-callout-info h4 {
        color: #5bc0de;
    }
