.notification {
    display: block;
    margin: 120px auto 20px;
    width: 90%;
    padding: 30px;
    text-align: center;
    background-color: #ddb3b3;
    color: #941d1f;
    font-size: 1.2em;
}

.metabar {
    width: 100%;
    height: 30px;
    background: #39499b;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 701;
}

.mobileshow {
    display: none;
}

.metainfo {
    width:40%;
    float:right;
    text-align: right;
    color:#fff;
    margin-right: 50px;
    font-size: 18px;
    font-weight: bold;
    padding: 5px;
}

.header-fixed #Top_bar {
    top:30px!important;
    height: 75px;
    background-color: rgba(255,255,255,.9);
}

.header-fixed #Top_bar #logo img {
    max-height: 70px;
}

#Top_bar .menu>li>a {
    color: #666;
}

#Top_bar .menu>li:hover>a {
    color: #39499b;
}

#Top_bar .menu>li.current_page_item>a {
    color:#39499b;
}

p{
    font-size:16px;
    color:#333;
}

b, strong {
    color:#39499b;
}

li {
    font-size: 16px;
}

a:hover {
    color: #0e237c;
}

.videocaption {
    width: 80%;
    margin: auto;
    position: relative;
    top: 300px;
    font-size: 48px;
    line-height: 50px;
    font-weight: bold;
    color: #fff;
    z-index: 701;
    text-align: center;
    text-shadow: 0 0 6px #000;
}

table tr:hover td {
    background: #e8e8e8;
}

#Subheader {
    padding-top: 200px;
    background-image: url('/images/home_fix_calltoaction_bg.jpg');
    background-size: cover;
}

label {
    display: inline-block;
}

.darkbkg .success {
    color:#fff;
}

/*---Posts/News---*/
.featuredImage {
    margin-bottom:20px;
}

#contactform .error {
    color: red;
}

.image_frame .image_wrapper .image_links {
    background: rgba(57, 73, 155, 0.8);
}

@media only screen and (max-width: 1239px) {
    .metabar {
    position: absolute;
}

.metainfo {
    width: 100%;
    text-align: inherit;
    float: none;
}

.mobileshow {
    display: inline-block;
    float: left;
}

a.metabtn {
    background-color:rgba(255,255,255,.7);
    padding:8px 12px;
    text-align: left;
    margin-right: 10px;
}

.staticnum {
    text-align: right;
    padding-right: 20px;
}

.header-fixed #Top_bar {
    position: relative;
    top: 30px!important;
    height: 75px;
    background-color: #f8f8f8!important;
}

#Top_bar #menu {
    background-color: #f8f8f8;
}

#Top_bar .menu li ul {
	position: initial;
	left: auto;
	top: auto;
	z-index: initial;
	display: block;
	background-image: none;
}

#menu > ul > li.current_page_item > a, #Top_bar .menu>li ul {
    background:transparent!important;
}

#Top_bar .menu li>ul {
    box-shadow: none;
    -webkit-box-shadow: none;
}

#Top_bar #menu ul li ul li a {
    padding: 20px 20px 20px 30px;
}

#Subheader {
    padding-top: 140px;
}

#Subheader .title {
    font-size: 3em;
    line-height: 1em;
}

.has-video {
    display:none;
}

.videocaption .button_label {
    -webkit-text-stroke: 0!important;
    text-shadow: none!important;
}
} 

@media only screen and (max-width: 767px) {
.metabar {
    position: absolute;
}

.metainfo {
    width: 100%;
    text-align: inherit;
    float: none;
}

.mobileshow {
    display: inline-block;
    float: left;
}

a.metabtn {
    background-color:rgba(255,255,255,.7);
    padding:8px 12px;
    text-align: left;
    
}

.staticnum {
    display: none;
}

.header-fixed #Top_bar {
    position: relative;
    top: 30px!important;
    height: 75px;
    background-color: #f8f8f8!important;
}

#Top_bar #menu {
    background-color: #f8f8f8;
}

#Top_bar .menu li ul {
	position: initial;
	left: auto;
	top: auto;
	z-index: initial;
	display: block;
	background-image: none;
}

#menu > ul > li.current_page_item > a, #Top_bar .menu>li ul {
    background:transparent!important;
}

#Top_bar .menu li>ul {
    box-shadow: none;
    -webkit-box-shadow: none;
}

#Top_bar #menu ul li ul li a {
    padding: 20px 20px 20px 30px;
}

#Subheader {
    padding-top: 140px;
}

#Subheader .title {
    font-size: 3em;
    line-height: 1em;
}

.has-video {
    display:none;
}

.videocaption .button_label {
    -webkit-text-stroke: 0!important;
    text-shadow: none!important;
}

.align_right {
    text-align: left!important;
}

/*---Blog---*/
.blog .post-photo-wrapper {
    width: 100%;
    float: none;
}

.blog .post-desc-wrapper {
    width: 100%;
    float: none;
}

.blog  h2 {
    font-size: 2em;
    line-height: normal;
}
}