body {
    font-family: arial, "lucida grande", tahoma, verdana, arial, sans-serif;
    background: #fff url(../images/new/bg.jpg) no-repeat center top;
    color: #393b3d;
    font-size: 14px;
    line-height: normal;
    overflow-y: scroll;
}

p {
    line-height: 1.5em;
    margin-bottom: 10px
}

.content {
    padding: 40px 0
}

.content a {
    color: #1B384B;
    text-decoration: none;
}

.content a:hover {
    color: #AB2E35;
    text-decoration: underline;
}

a.btn, input.btn {
    text-decoration: none;
    color: #FFF;
    display: inline-block;
    cursor: pointer;
    height: 31px;
    padding: 0 35px 0 15px;
    background: url(../images/new/btn-bg.png) no-repeat top right;
    border: 1px solid #b00410;
    border-radius: 3px;
    color: #fff;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    margin: 10px 0
}

a.btn {
    line-height: 28px;
}

a.btn:hover, input.btn:hover {
    background: url(../images/new/btn-bg.png) no-repeat bottom right;
}

input.btn {
    padding: 2px 34px 4px 8px;
    height: 33px;
}

input.btn.smallbtn {
    padding: 0px 8px 4px;
    height: 22px;
    margin: 0;
    background: url(../images/new/btn-sml-bg.png) repeat top;
    font-size: 12px;
    font-weight: normal
}

input.btn.smallbtn:hover {
    background: url(../images/new/btn-sml-bg.png) repeat bottom;
}

a.btn.smallbtn {
    height: 20px;
    line-height: 20px;
    background: url(../images/new/btn-sml-bg.png) repeat top;
    font-size: 12px;
    padding: 0 10px;
    font-weight: normal;
    text-decoration: none
}

a.btn.smallbtn:hover {
    background: url(../images/new/btn-sml-bg.png) repeat bottom;
}

a.btn span {
    color: #fff
}

a.btn:hover {
    color: #FFF;
    text-decoration: none;
}

ul li, ol li {
    margin-left: 20px;
    line-height: 1.5em
}

.clear {
    clear: both
}

.break {
    width: 100%;
    height: 30px;
    display: block;
    clear: both
}

#container {
    width: 944px;
    margin: 0 auto;
}

#header {
    width: 100%;
    height: 130px;
    position: relative
}

#banner {
    position: absolute;
    width: 468px;
    height: 60px;
    top: 25px;
    right: 0
}

#logo {
    width: 360px;
    height: 85px;
    background: url(../images/new/gfx-sprite.png) top center no-repeat;
    position: absolute;
    top: 25px;
    left: 0px
}

#logo span {
    text-indent: -9999px;
    position: absolute;
}

#facebook {
    display: block;
    position: absolute;
    bottom: 10px;
    right: 35px;
    background: url(../images/new/gfx-sprite.png) no-repeat -12px -92px;
    width: 60px;
    height: 13px;
}

#facebook span {
    display: none
}

#twitter {
    display: block;
    position: absolute;
    bottom: 10px;
    right: 5px;
    background: url(../images/new/gfx-sprite.png) no-repeat -82px -90px;
    width: 23px;
    height: 16px;
}

#twitter span {
    display: none
}

#twitter, #facebook {
    opacity: 0.5
}

#menu-wrap {
    width: 100%;
    height: 47px;
}

#menu-wrap ul#menu {
    width: 100%;
    height: 47px;
    background: url(../images/new/menu-bg.png) repeat-x;
    padding: 1px 0 0
}

#menu-wrap ul#menu li {
    list-style-type: none;
    margin: 0;
    float: left;
    display: block;
    height: 43px;
    background: url(../images/new/menu-bg-div.png) no-repeat right top
}

#menu-wrap ul#menu li a span {
    color: #213447;
    display: block;
    height: 43px;
    line-height: 43px;
    font-weight: bold;
    font-size: 15px;
    text-shadow: 1px 1px 0 #FFFFFF;
    padding: 0 20px;
}

#menu-wrap ul#menu li:hover a span, #menu-wrap ul#menu li.right a span {
    color: #AB2E35;
}

#menu-wrap ul#menu li.right {
    float: right;
    background: url(../images/new/menu-bg-div.png) no-repeat left top
}

#menu-wrap ul#menu li.right:hover a span {
    color: #095E9E;
}

.menu_title {
    font-weight: bold;
    padding: 0 20px 0 0 !important;
    color: #AB2E35;
    font-size: 16px;
}

#search-box {
    position: relative;
    width: 100%;
    height: 310px;
    background: url(../images/new/search-bg.png) repeat;
    border-radius: 5px;
    margin-bottom: 30px;
}

#search-wrap {
    padding: 40px;
    width: 375px
}

#testimonial {
    position: absolute;
    bottom: -13px;
    right: 0
}

#search-box h3 {
    font-size: 36px;
    color: #095e9e;
    letter-spacing: -2px;
    font-weight: bold;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    margin: 0;
    margin-bottom: 15px;
}

.input-form-wrap {
    position: relative;
    background: #fff;
    border-radius: 5px;
    margin: 0 10px 10px 0
}

.input-form-wrap label {
    position: absolute;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    z-index: 1
}

.input-form-wrap label.focus {
    color: #CCC !important;
    font-style: italic
}

.input-form-wrap input {
    border: 1px solid #5998b5;
    background: none;
    border-radius: 4px;
    box-shadow: 0px 2px 1px #CCCCCC inset, 0 1px 2px #9bcce3;
    z-index: 2;
    position: relative
}

.input-form-wrap.form-select {
    background: none
}

.input-form-wrap.form-select label {
    display: none
}

.input-form-wrap.form-select select {
    padding: 7px;
    text-indent: 7px;
    line-height: 28px;
    color: #676767;
    text-shadow: 1px 1px 0 #fff;
    border: 1px solid #5998b5;
    box-shadow: 0 1px 2px #9bcce3;
    border-radius: 4px;
    background: url(../images/new/select-bg.png) repeat
}

.input-form-wrap.form-select select option {
    text-shadow: none
}

.input-form-wrap.form-select select:focus {
    box-shadow: 0px 2px 1px #CCCCCC inset, 0 0 8px #fff;
}

.input-form-wrap.form-select select:hover {
    color: #4c4545;
}

.input-form-wrap.keyword-search {
    width: 362px
}

.input-form-wrap.keyword-search label {
    top: 15px;
    left: 15px;
    font-size: 14px;
    color: #717d86
}

.input-form-wrap.keyword-search input {
    width: 337px;
    padding: 12px;
    font-size: 14px;
}

.input-form-wrap.keyword-search input:focus {
    box-shadow: 0px 2px 1px #CCCCCC inset, 0 0 8px #fff;
}

.content-box {
    width: 293px;
    padding: 3px;
    height: 275px;
    border: 1px solid #CCC;
    border-radius: 3px;
    float: left;
    background: #fff
}

.content-box h3 {
    margin: 0;
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 13px;
    background: url(../images/new/content-heading-bg.png) repeat;
    color: #fff;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    border-radius: 2px;
    font-weight: bold;
    font-size: 14px
}

.content-box-pad {
    padding: 10px;
}

.content-box-pad p {
    color: #284d67;
}

.content-box-pad p strong {
    font-weight: bold
}

#home-content {
    margin-top: 50px;
    float: left
}

#content_main {
    margin-top: 40px;
    clear: both
}

.news-box {
    width: 614px;
    padding: 3px;
    border: 1px solid #CCC;
    border-radius: 3px;
    float: left
}

.news-box h3 {
    margin: 0;
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 13px;
    background: url(../images/new/content-heading-bg.png) repeat;
    color: #fff;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    border-radius: 2px;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: normal
}

.news-box h3 span {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    letter-spacing: normal
}

.news-box-pad {
    padding: 10px;
}

.news-box-pad p {
    color: #284d67;
}

.news-box-pad p strong {
    font-weight: bold
}

.news-box h2 a {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 16px;
    display: block;
    margin-bottom: 10px
}

#content_footer {
    width: 100%;
    height: 50px;
    background: url(../images/new/footer-div.png) no-repeat top center;
    padding: 50px 0
}

#content_main h2, h2.pagetitle {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: bold;
    letter-spacing: -1px;
    color: #AB2E35
}

h2.pagetitle {
    margin: 64px 0 0;
}

h3 {
    font-size: 18px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    margin: 20px 0 5px
}

.infobox {
    border: solid 1px #CCCCCC;
    padding: 0px;
    background: #fff;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
}

.infobox h4 {
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 11px;
    background: url(../images/new/content-heading-bg.png) repeat;
    color: #fff;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    font-weight: bold;
    font-size: 14px;
}

.infobox-pad {
    padding: 10px;
}

ul.menutabs {
    list-style: none;
    width: 100%;
    border-bottom: solid 1px #999;
    margin: 30px 0 0;
    height: 38px;
}

ul.menutabs li {
    display: inline;
    margin: 0 3px 0 0;
    padding: 0;
}

ul.menutabs li a {
    color: #666;
    font-size: 12px;
    padding: 10px 10px 9px;
    line-height: 18px;
    border: solid 1px #D0D0D0;
    border-bottom: none;
    border-radius: 3px 3px 0 0;
    background: #F3F3F3;
    display: inline-block;
}

ul.menutabs li.active a {
    border: 1px solid #999999;
}

ul.menutabs li a:hover {
    color: #095E9E;
    text-decoration: none;
    background: #FFF;
}

ul.menutabs li.active a {
    color: #000;
    font-weight: bold;
    background: #FFF;
    padding-bottom: 10px;
    border-bottom: 0;
}

#login {
}

form#login {
    padding: 10px;
}

#login h4 {
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 13px;
    background: url(../images/new/content-heading-bg.png) repeat;
    color: #fff;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    border-radius: 2px;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: normal
}

#login label {
    font-weight: bold;
    width: 100%;
    padding: 0;
    margin: 0 0 10px 0;
    display: block;
    height: auto;
    line-height: normal
}

#login div.wrapper {
    background: none;
    height: auto;
}

#login div.wrapper input, #login div.wrapper select {
    /*font-size: 22px;*/
    color: #666;
    border-radius: 5px;
    background-color: #EFEFEF;
    width: 230px
}

div.infobox {
    border: 1px solid #ccc;
    background: #f9f9f9;
}

div.infobox.icon {
    background: #f9f9f9 url(../images/new/info-icon.png) no-repeat top right
}

div.breadcrumbs {
    float: left;
    margin: 0;
    padding: 3px 5px;
}

div.breadcrumbs ul li {
    list-style-type: none;
    margin: 0;
    display: inline;
    padding: 0 5px 0 0;
    background: url(../images/new/arrow.png) no-repeat left 1px;
    padding-left: 12px;
    margin-left: 5px
}

div.breadcrumbs ul li.first {
    padding: 0;
    background: none;
    margin: 0;
}

div.logintext {
    float: right;
    margin: 0;
    padding: 5px 7px;
}

table {
    margin-bottom: 20px
}

fieldset {
    border: 1px solid #999999;
    margin: 0;
    padding: 20px;
    border-radius: 8px;
    margin: 20px 0
}

legend {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -1px;
    color: #AB2E35;
    padding: 0 5px
}

.listtable tr.header {
    height: 30px;
    background: #2A71A9;
}

.listtable tr.header th {
    font-weight: bold;
    color: #fff;
    line-height: 30px;
    padding: 5px 16px;
}

.listtable tr.header a {
    color: #fff;
}

.listtable tr.even {
    background: #EFEFEF;
    line-height: 30px;
}

.listtable tr.odd {
    background: #FFF;
    line-height: 30px;
}

.listtable tr td {
    padding: 0 10px;
}

.listtable tr.even td, .listtable tr.odd td {
    border-bottom: solid 1px #DDD;
}

/* .listtable tr td.tools { opacity:0.3; }
.listtable tr:hover td.tools { opacity:1; } */

form.input_form div.wrapper input, form.input_form div.wrapper select, textarea {
    padding: 5px;
    border: 1px solid #8f979f;
    border-radius: 3px;
    margin: 0;
    margin-top: 5px
}

table.results tr.even {
    background: #fcfcfc;
    line-height: 1.3em;
}

table.results tr.odd {
    background: #FFF;
    line-height: 1.3em;
}

table.results tr td {
    /*padding: 22px 22px 20px 22px;*/
    vertical-align: middle;
    padding: 4px 2px;
}

table.results tr.even td, table.results tr.odd td {
    border-bottom: solid 1px #DDD;
}

table.results tr td a {
    font-weight: bold;
    color: #2a71a9
}

table.results tr.featured td a {
    font-weight: bold;
    color: #2AA960
}

.listtable tr.header {
    cursor: default;
}

table.results tr.odd:hover, table.results tr.even:hover {
    background: #eff8ff
}

table.results tr.featured td {
    background: none;
}

table.results tr.featured:hover td {
    background: #f1fff7
}

table.results h4 {
    margin-bottom: 14px;
    color: #2a71a9;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 14px;
}

table.results h4 a {
    vertical-align: bottom;
    color: #2a71a9;
}

table.results h4 a:hover {
    text-decoration: underline;
}

span.tags {
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 0px 5px;
    font-size: 10px;
    font-weight: bold
}

span.tags.leadership {
    background: #2A71A9;
}

span.tags.featured {
    background: #2aa960;
}

span.tags.closing {
    background: #AB2E35;
}

span.tags.new {
    background: #FF9900;
}

span.highlight {
    background: #FFCC00;
}

div.closingdate {
    background: #DDD;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;
    padding: 12px 0 0 0;
    font-size: 10px;
    width: 55px;
    height: 40px;
}

div.closingdate div.big {
    font-size: 30px;
    padding: 0 0 4px 0;
    text-align: center;
}

div.closingdate.closingsoon {
    color: #AB2E35;
}

#vacancyBox {
    border: solid 1px #CCCCCC !important;
    border-radius: 3px;
}

.listtable td.main img {
    padding: 0px 15px 15px 0px;
}

.listtable td img {
    padding: 0px;
}

tr.featured span.tags {
}

#menu-wrap ul#menu li a.active span {
    background: url(../images/new/drop-bg2.png) repeat-x;
    color: #AB2E35;
}

#register {
    background: #e1e3e6;
    border: 1px solid #E8E8E8;
    border-top: none;
    border-bottom: 1px solid #fff;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 1px 3px #A7A7A7;
    top: 43px;
    display: none;
    position: absolute;
    right: -2px;
    text-align: center;
    width: 190px;
    z-index: 2;
}

#register ul li {
    background: none !important;
    height: 35px !important;
    line-height: 35px;
    padding: 0 20px;
    display: block;
    width: 150px;
}

#register ul li a {
    text-shadow: 1px 1px 0 #fff;
    font-weight: bold;
    font-size: 15px;
    color: #213447;
}

#register ul li a:hover {
    color: #095E9E;
}

.page_list a {
    color: #666;
    padding: 6px 8px;
    display: block;
    float: left;
    border-left: solid 1px #CCC;
}

page_list a:hover {
    text-decoration: none;
}

.page_list span.current {
    color: #FFF;
    display: block;
    float: left;
    padding: 6px 8px;
    background: url(../images/pagination_bg_hover.png);
    border-left: solid 1px #CCC;
}

.page_list span.disabled {
    color: #BBB;
    display: block;
    float: left;
    padding: 6px 8px;
    border-left: solid 1px #CCC;
    cursor: default;
}

.page_list span.first {
    border-left: solid 0px #CCC;
}

.page_sort {
    height: 24px;
    background: url(../images/pagination_bg.png) top repeat-x;
    border: solid 1px #cccccc;
    border-radius: 3px;
}

.page_undermenu {
    margin: 14px 0px;
    height: 24px;
}

.page_list {
}

.page_filter {
    padding: 0px 0px 0px 7px
}

.page_results {
    padding: 2px 0px 0px 7px
}

.twtr-hd h4 {
    background: none;
}

table.progress {
    margin: 0
}

table.progress td {
    color: #666666;
    width: 110px;
    height: 30px;
    font-size: 11px;
    line-height: 12px;
    padding: 0;
    background: #FFF url(/images/crumbs_start-light.png) no-repeat right;
    cursor: default;
}

table.progress td a {
    color: #666666;
    text-decoration: none;
    cursor: pointer;
}

table.progress td.complete {
    background-color: #f3f3f3;
}

table.progress td.current {
    background-color: #2A71A9;
}

table.progress td.current span {
    color: #fff
}

table.progress td.current:hover {
    background: #125284 url(/images/crumbs_start-light.png) no-repeat right
}

table.progress td:hover {
    background-color: #e6e6e6;
}

table.progress td span {
    display: block;
    border: solid 1px #D2D2D2;
    border-width: 1px 0;
    height: 30px;
    margin-right: 6px;
}

table.progress td span.num, table.progress td span.title {
    display: inline-block;
    float: left;
    border: none;
}

table.progress td span.num {
    font-size: 22px;
    line-height: 30px;
    background: url(/images/crumbs_end-light.png) no-repeat left;
    height: 30px;
    padding-left: 15px
}

table.progress td span.title {
    height: 27px;
    padding-top: 3px;
    font-size: 10px
}

table.progress td span strong {
    padding-top: 3px;
    display: block;
}

table.progress td span em {

    font-size: 30px;
    float: left;
    line-height: 30px;
    height: 30px;
    padding: 0 2px 0 10px;
    display: block;
}

.input-exp {
    border-radius: 4px;
    border: rgba(11, 158, 247, 0.52) 1px solid;
}

.input-hero {
    font-size: 20px;
    padding: 8px;
}

.input-secondary {
    font-size: 14px;
    padding: 5px 4px 4px 4px;
    /*min-width: 250px;*/
    /*max-width: 250px;*/
    width: 250px
}

select.input-secondary {
    height: 30px;
    text-indent: 4px;
    line-height: 30px;
}

.refine-search .input-secondary {
    max-width: auto !important;
    width: 100%;
    min-width: auto;
}

.refine-search input.input-secondary {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.label-secondary {
    color: #094e8f;
    text-shadow: 1px 1px 0 #0ba1ff;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin: 8px 0px 2px 4px;
}

.input-search-button {
    height: 30px;
    padding: 0 12px;
    background-color: #ba0000;
    color: white;
    font-size: 14px;
    outline: none;
    border-radius: 4px;
    border: 1px solid #440000;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399ff;
}

.autocomplete-suggestions {
    border: 1px solid #999;
    background: #fff;
    cursor: default;
    overflow: auto;
}

.autocomplete-suggestion {
    padding: 10px 5px;
    font-size: 1.2em;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-selected {
    background: #f0f0f0;
}

.map-browse-links {

}

.map-browse-links a {
    color: white;
    border-bottom: 1px dotted white;
}

.map-browse-links a:hover {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid white;
}

ul.search-browse-list {
    list-style: none;
}

a.vacancy-title {
    color: #2a71a9;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    line-height: normal;
    margin-top: 12px;
    margin-bottom: 7px;
}

.vacancy-location {
    line-height: normal;
}

.vacancy-school {
    line-height: normal;
}

.featured .vacancy-title {
    color: #2AA960;
    display: block;
    font-size: 15px;
}

.search-result-featured a.title {

}

.searchInfoWindow {
    /*width: auto;*/
    /*min-width: 500px;*/
    /*overflow-x: hidden;*/
    /*overflow-y: auto;*/
    /*line-height:1.35;*/
    /*white-space:nowrap;*/
    /*font-size: 14px;*/
    /*min-height: 90px;*/
}

.searchInfoWindow tr:not(:first-child) {
    margin-top: 6px;
    padding-top: 6px;
    border-top: 1px solid #ddd;
}

#ba-d {
    display: none;
}

p#vtip {
    display: none;
    position: absolute;
    padding: 10px;
    left: 5px;
    font-size: 0.8em;
    background-color: white;
    border: 1px solid #a6c9e2;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    z-index: 9999
}

p#vtip #vtipArrow {
    position: absolute;
    top: -10px;
    left: 5px
}

/*****************/
/*    Buttons    */
/*****************/
/* a.icon,
input.icon
{
	padding-left:20px;
	background-image: url(/images/icons_small.png);
	background-repeat: no-repeat;
	background-position: 3px 5px;
}

a.cancel, input.cancel		{ background-position: 3px -495px; }
a.create, input.create		{ background-position: 3px -170px; }
a.delete, input.delete		{ background-position: 3px -445px; }
a.edit, input.edit			{ background-position: 3px -70px; }
a.email, input.email		{ background-position: 3px -145px; }
a.help, input.help			{ background-position: 3px -395px; }
a.library, input.library	{ background-position: 3px -120px; }
a.list, input.list			{ background-position: 3px -220px; }
a.password, input.password	{ background-position: 3px -195px; }
a.phone, input.phone		{ background-position: 3px -20px; }
a.report, input.report		{ background-position: 3px -245px; }
a.save, input.save			{ background-position: 3px -470px; }
a.search, input.search		{ background-position: 3px -45px; }
a.schedule, input.schedule	{ background-position: 3px -370px; }
a.settings, input.settings	{ background-position: 3px -95px; }
a.stats, input.stats		{ background-position: 3px -345px; }
a.support, input.support	{ background-position: 3px -420px; }
a.user, input.user			{ background-position: 3px -320px; }
a.users, input.users		{ background-position: 3px -295px; } */

.alert,
.info_alert,
.error_box,
.errorbox {
    margin: 3px;
    width: auto;
    color: #333333;
    font-weight: bold;
    font-size: 1em;
    min-height: 30px;
}

.alert,
.error_box,
.errorbox {
    padding: 6px 24px 6px 48px;
    border-radius: 6px;
    border: solid 1px #FF0000;
    background: #FFE5E5 url(/images/warning_icon_small.png) no-repeat 5px 5px;
}

.content-box.content-gradient {
    color: white;
    font-family: Times, "Times New Roman", serif;
    text-align: center;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6f7c9c+0,304271+100 */
    background: #6f7c9c; /* Old browsers */
    background: -moz-linear-gradient(top, #6f7c9c 0%, #304271 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #6f7c9c 0%, #304271 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #6f7c9c 0%, #304271 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6f7c9c', endColorstr='#304271', GradientType=0); /* IE6-9 */
}

.content-box.content-gradient hr {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin: 8px 8px;
    font-size: 0;
}

.content-box.content-gradient * {
    text-align: center;
}

.content-box.content-gradient h5 {
    border: 1px solid rgba(255,255,255,0.3);
    padding: 2px 4px;
    display: inline-block;
    text-align: center;
    margin: 0;
    box-sizing: border-box;
    position: relative;
}

.content-box.content-gradient h5:first-child:before,
.content-box.content-gradient h5:first-child:after {
    content: "";
    width: 12px;
    border-top: 1px solid rgba(255,255,255,0.3);
    top: 50%;
    position: absolute;
    margin: 0;
}

.content-box.content-gradient h5:first-child:before {
    left: -13px; /* Parent width + border + padding */
}

.content-box.content-gradient h5:first-child:after {
    right: -13px; /* Parent width + border + padding */
}

