/*@import url("https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css");*/

/* Top header section */
.region-contact-no h2,
.region-contact-no .content{
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    color: #ddd;
    /*font-family: 'Roboto', sans-serif;*/
    margin: 0;
    padding: 0;
}

.region-contact-no .content{
    /*color: rgba(255,116,0,1);*/
    color: #dddddd;
}

.region-contact-no .content a{
    color: #dddddd;
}

.search_wrapper{
    clear: both;
    float: left;
    margin-top: 5px;
}

.region-search-bar{
    float: right;
    margin: 6px 0;
}

.region-contact-no{
    float: left;
    margin: 8px 0;
}

.region-contact-no p{
    margin: 0;
}
/*------------*/
#block-search-form {  overflow: hidden; }

#block-search-form .content { margin-top: 0; }

#search-block-form input {
    float: left;
    padding: 4px 5px;
    border: 0;
    border-radius: 0;
    text-transform: none;
    margin: 0;
    width: 150px;
    height: 23px;
}


/*----------*/
.top_header {
    clear: both;
    margin: 0 auto;
    /*background: rgb(51, 51, 51);*/
    background: #222;
}

.top_header_inner_wrapper{
    max-width: 950px;
    margin: 0 auto;
    overflow: hidden;
}

/* Custom User Images */
.user-picture img, .img-circle img {
    border-radius: 50%;
}

/* Custom video css */
/* Found here - https://css-tricks.com/NetMag/FluidWidthVideo/Article-FluidWidthVideo.php */
.video-container {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
}
.video-container iframe, .video-container object, .video-container embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

/* Fees block styling */
div .feesForm {
    padding: 0 0 0 20px;
}

/*This is for the TC Meetings display*/
.banner {
    background-color:#FFF;
    padding: 0.5em 0.5em;
    border-top: 1px solid #DDDDDD;
}
.banner h3 {
    font-size: 1.2em;
}

.banner img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    /*width: 100%;*/
}

/* FROM Bootstrap */
.bg-primary {
    color: #fff;
    background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #286090;
}
.bg-success {
    background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3;
}
.bg-info {
    background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee;
}
.bg-warning {
    background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5;
}
.bg-danger {
    background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9;
}

.text-danger {
    color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
    color: #843534;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.required_field {
    color: red;
}

.well {
    min-height: 20px;
    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);
}
.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15);
}
.well-lg {
    padding: 24px;
    border-radius: 6px;
}
.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
    color: inherit;
}
.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
}
.jumbotron > hr {
    border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px;
}
.jumbotron .container {
    max-width: 100%;
}
@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px;
    }
    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 63px;
    }
}

/* Tooltip CSS - http://www.menucool.com/tooltip/css-tooltip
===================== */
a.tooltip {outline:none; }
a.tooltip strong {line-height:30px;}
a.tooltip:hover {text-decoration:none;}
a.tooltip span {
    z-index:10;display:none; padding:14px 20px;
    margin-top:-30px; margin-left:28px;
    width:300px; line-height:16px;
}
a.tooltip:hover span{
    display:inline; position:absolute; color:#111;
    border:1px solid #DCA; background:#fffAF0;}
.callout {z-index:20;position:absolute;top:30px;border:0;left:-12px;}

/*CSS3 extras*/
a.tooltip span
{
    border-radius:4px;
    box-shadow: 5px 5px 8px #CCC;
}
