/*
 Theme Name:   Ultimate Child
 Template:     ultimate
 Version:      1.0.0
*/

#access {
    background-color: #b70002;
}

#access ul li ul {
    background-color: rgba(183, 0, 2, 0.95);
}

#access {
	text-align: center;
	font-weight: bold;
}
#access li {
	display: inline-block;
	float: none;
	margin-right: -4px; 
}
#access a { 
	display: block;
	float: none;
}

#access ul li ul li {
	display: block;	
	margin-right: 0;
} 

input[type="reset"], input[type="button"], input[type="submit"] {
    background-color: #000348;
}

.header-main {
    background-color: #000348;
}

.slogan {
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    line-height: 39px;
    padding: 20px 0;
    text-align: center;
}

.page-title-wrap {
    padding: 20px 0;
    background-color: #000348;
    text-align: center;
}

.page-title {
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    line-height: 39px;
}


.featured-text {
    color: #fff;
    background-color: rgba(183, 0, 2, 0.8);
    font-size: 16px;
    line-height: 23px;
    position: absolute;
    right: 0px;
    top: 40px;
    width: 100%
}

.featured-text .featured-title {
    font-size: 32px;
font-weight: bold;
    line-height: 39px;
    padding-bottom: 10px;
    text-align: center;
}

.call-to-action {
    border: 2px solid #fff;
    color: #fff;
    display: none;
    padding: 8px 20px;
    text-align: center;
   margin-left: 425px;
    transition: all 0.3s ease-out 0s;
}
#colophon .info-bar {
    background-color: #000348;
}

body,
input,
textarea {
	color: #000000;
	font: 16px 'Open Sans', sans-serif;
	line-height: 21px;
	font-weight: 300;
	word-wrap: break-word;
}

#main {
    padding: 60px 0 60px;
}
