/* Add your own custom css to this file. You may wish to use css !important calls to override css from the template css files.
----------------------------------------------------------- */

.nn_tabs>.tab-content>.tab-pane {
    padding: 12px 0;
    overflow-x: auto;
    overflow-y: hidden;
    background-color: #FFFFFF;
    padding: 20px;
}

#s5_component_wrap_inner h3 {
    margin-bottom: 7px;
    margin-top:7px;
    font-size: 1.4em;
} 

span.s5_h3_first {
    color: #FB5A02 !important;
}

h4.newsflash-title {
    clear: left;
    padding-top: 10px;
}

.red_box {
    background: #FFD6D6;
    border: solid 1px #EF706F;
    color: #CC0000;
    padding: 6px 6px 6px 15px;
    margin-top:10px;
    margin-bottom:10px;
    width:25%;
}

a.btn.btn-primary{
    background: #FB5A02 !important;
    font-size: 18px;
    border: 1px solid #000000;
}
a.btn.btn-primary:hover {
    background: #000000 !important;
    font-size: 18px;
    border: 1px solid #FB5A02;
}

.S5_subtext {
    font-size: 1.0em;
    padding-top: 3px;
    cursor: pointer;
}

p.readmore a, .readon {
    background: #3B3B3B;
    color: #000 !important;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    font-size: 1.3em;
    font-weight:bold;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 15px;
    padding-right: 15px;
  	text-transform: uppercase;
}

.btn-primary:hover, .button:hover, .highlight_button:hover, p.readmore a:hover, .readon:hover, .pagenav a:hover {
    background: #CCC!important;
}

p.readmore a.btn {
    display: inline-block;
    padding: 10px;
    margin: 0px;
    font-size: inherit;
    line-height: inherit;
    text-align: left;
    vertical-align: auto;
    cursor: pointer;
    color: inherit;
    text-shadow: none;
    background: none;
    filter: none;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-transform: uppercase;
    border: 1px dashed #F7A403;
}