/*@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 {
    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;
}
