
.bootstrap {
    margin-left: -25px;
    margin-right: -15px;
}

.mobile .bootstrap {
    margin-left: -15px;
    margin-right: -15px;
}

#nobreadcrumbs {
    display: none;
}


#siteheader a.headsearch {
    margin: 11px 17px;
    float: right;
    color: #fff;
    text-decoration: none;
    display: none;
}


#content h1 {
    color: #333;
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-left: 15px;
}



div#newscontent {
    float: left;
    display: inline;
    width: 100%;
    height: 1%;
}



div#newscontent h4 {
    font-size: 14px;
    margin-bottom: 5px;
}

div#newscontent p.bloglist_tagline {
    font-size: 12px;
}

div#newscontent div.news_item p {
    margin-bottom: 7px;
}

/* Previous Next */

div#newsnavlinks {
    background-color: transparent;
    padding: 5px 8px 7px 8px;
    margin: 30px 15px 0 0;
    font-size: 11px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}


div#newsnavlinks a.previous, div#newsnavlinks a.next {
    display: inline;
    white-space: pre;
}

div#newsnavlinks a.previous {
    float: left;
}

div#newsnavlinks a.next {
    float: right;
}

div#newsnavlinks span.back {
    display:block;
    text-align: center;
}


/* Left Story Photo */

#content .photo-left {
    float: left;
    margin: 20px 0px 20px 0px;
    position: relative;
    width: 100%;
}

#content .photo-left h2 {
    position: absolute;
    bottom: 20px;
    color: white;
    font: 12px "OpenSans", Helvetica, Arial, Tahoma, San Serif;
    line-height: 20px;
    background: rgba(23,63,92, .8);
    padding: 5px 10px;
    display: block;
    max-width:90%;
}

/* Right Story Photo */

#content .photo-right {
    float: right;
    margin: 20px 0px 20px 0px;
    position: relative;
    width: 100%;
}


#content .photo-right h2 {
   position: absolute;
   bottom: 20px;
   color: white;
   font: 12px "OpenSans", Helvetica, Arial, Tahoma, San Serif;
   line-height: 20px;
   background: rgba(23,63,92, .8);
   padding: 5px 10px;
   display: block;
   max-width:90%;
}

#content #section h2 {
    font-size: 1.5em;
    line-height: 100%;
    color: #444;
    margin-bottom: 20px;
    margin-left: 15px;
}

#content h1 {
    font-size: 1.5em;
    line-height: 100%;
    color: #444;
    margin-bottom: 20px;
    margin-left: 15px;
}

#content p {
    line-height: 1.5em;
    font-size: .8em;
    color: #444;
    font-family: Helvetica, San San-serif;
}

#content #news_story_wrap {
    padding: 10px;
}

#news_story_wrap h1{
    font-size: 1.5em;
    line-height: 100%;
    color: #444;
    margin-bottom: 20px;
    margin-left: 0px !important;
}

#content #news_story_wrap img {
    max-width: 100%;
}

#content .news_story_body {
  line-height: 1.5em;
  font-size: 1.1em;
  color: #444;
  font-family: Helvetica, San San-serif;
}

#news_features {
    border-top: none !important;
    margin: 0px -8px 5px -8px;
    background-color: #fff;
    padding: 15px;
}

.ui-body-d, .ui-overlay-d {

    text-shadow: none !important;
}


.ui-content {
    background-image: none !important;
}

.ui-body-d .ui-link {
    color: #2489ce;
    font-weight: normal;
}

.bootstrap .navbar-default .navbar-brand {
    color: #013c57 !important;
    font-size: 1.6em;
}


.bootstrap .navbar-toggle .icon-bar {
    display: inline;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}


.bootstrap .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #333;
}

.bootstrap .form-control {
    float: left;
    width: 65%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 0px 10px 10px 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-group .btn-search {
    color: #55acee;
    border: 2px #55acee solid;
    float: left;
    background-color: #fff;
}

.bootstrap .navbar-default .navbar-toggle:focus, .bootstrap .navbar-default .navbar-toggle:hover {
    background-color: #fff !important;
}

.mobile_mainimg_wrap {
    float: right;
    margin: 0 0 15px 15px;
    display: none;
}


.mobilesiteheader {

    display: none;
}

#section {
    padding: 0px !important;
}

.video-container {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
}

