h1, h2 {
    letter-spacing: -1px
}

h1, h7 {
    color: #121214
}

h2 {
    color: #232354;
}

h1 {
    font-weight: 200;
    font-size: 3.2em;
    line-height: 44px;
    margin: 0 0 44px
}

h2, h7 {
    line-height: 54px;
    margin: 0 0 32px
}

h2 {
    font-weight: 300;
    font-size: 2.8em
}

h3, h4, h5, h6 {
    letter-spacing: normal;
    color: #ccc
}

h3, h4, h6, h7 {
    font-weight: 400
}

h4, h5, h6 {
    font-size: 1.4em;
    line-height: 27px;
    margin: 0 0 14px
}

h5, h6 {
    font-size: 1em;
    font-weight: 700;
    line-height: 18px
}

h1.short, h2.short {
    margin-bottom: 10px
}

h1.shorter, h2.shorter, h3.shorter, h4.shorter, h5.shorter, h6.shorter {
    margin-bottom: 0
}

p {
    color: #383838;
    margin: 0 0 20px
}

p.tall {
    margin-bottom: 20px
}

hr {
    background: url(../png/divider.png) no-repeat center 0;
    border: 0;
    margin: 22px 0;
    height: 6px
}

body a {
    outline: none!important
}

.pull-top {
    margin-top: 35px
}

li, p {
    line-height: 24px
}

.inverted {
    color: #fff;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px
}

textarea {
    resize: vertical
}

div.featured-box, div.featured-box div.box-content {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px
}

div.featured-box {
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .04);
    -moz-box-sizing: border-box;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .04);
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(#fff, .01), color-stop(#f9f9f9, .98));
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #fff), color-stop(98%, #f9f9f9));
    background: -webkit-linear-gradient(top, #fff 1%, #f9f9f9 98%);
    background: -moz-linear-gradient(top, #fff 1%, #f9f9f9 98%);
    background: -o-linear-gradient(top, #fff 1%, #f9f9f9 98%);
    background: linear-gradient(top, #fff 1%, #f9f9f9 98%);
    background: -webkit-linear-gradient(to bottom, #fff 1%, #f9f9f9 98%);
    background: -moz-linear-gradient(to bottom, #fff 1%, #f9f9f9 98%);
    background: -o-linear-gradient(to bottom, #fff 1%, #f9f9f9 98%);
    background: linear-gradient(to bottom, #fff 1%, #f9f9f9 98%);
    border-bottom: 1px solid #dfdfdf;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .04);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#FFFfff', endColorstr='#f9f9f9', GradientType=0);
    margin: 20px auto;
    min-height: 100px;
    position: relative;
    text-align: center;
    z-index: 1
}

div.featured-box div.box-content {
    border-top: 3px solid #33b8ff;
    border-top-width: 4px;
    padding: 30px 30px 10px
}

div.featured-box h4 {
    font-size: 1.3em;
    font-weight: 400;
    letter-spacing: -.7px;
    margin-top: 5px;
    text-transform: none
}

div.feature-box {
    clear: both
}

div.feature-box div.feature-box-icon {
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    background: #ccc;
    border-radius: 35px;
    color: #fff;
    display: inline-block;
    float: left;
    height: 35px;
    line-height: 35px;
    margin-right: 10px;
    position: relative;
    text-align: center;
    top: 5px;
    width: 35px
}

div.feature-box div.feature-box-info {
    padding-left: 50px
}

div.flexslider-top-title ul.flex-direction-nav {
    display: block;
    position: absolute;
    right: 2px;
    top: -27px
}

div.flexslider-top-title ul.flex-direction-nav a.flex-prev {
    -moz-border-radius: 15px 0 0 15px;
    -webkit-border-radius: 15px 0 0 15px;
    border-radius: 15px 0 0 15px;
    display: block;
    left: auto;
    right: 25px
}

div.flexslider-top-title ul.flex-direction-nav a.flex-next {
    -moz-border-radius: 0 15px 15px 0;
    -webkit-border-radius: 0 15px 15px 0;
    border-radius: 0 15px 15px 0;
    right: 0
}

div.flexslider-top-title ul.flex-direction-nav a {
    filter: alpha(opacity=80);
    opacity: .8;
    text-decoration: none
}

ul.timeline {
    margin: 0 0 25px;
    padding: 0;
    list-style: none
}

ul.timeline li {
    margin: 25px 0;
    padding: 0;
    clear: both
}

ul.timeline li h4 {
    margin: 0 0 -27px;
    padding: 0
}

ul.timeline li p {
    margin-left: 0
}

ul.timeline li div.thumb {
    background: url(../png/history-thumb.png) no-repeat 0 0;
    width: 227px;
    height: 160px;
    margin: 0 0 30px;
    padding: 0;
    float: left
}


ul.timeline li div.featured-box {
    text-align: left;
    margin-left: 225px;
    margin-bottom: 50px;
    min-height: 115px
}

ul.timeline li div.featured-box div.box-content {
    border-top-color: #ccc
}

ul.timeline li div.thumb img {
    -moz-border-radius: 150px;
    -webkit-border-radius: 150px;
    border-radius: 150px;
    margin: 7px 8px;
    width: 145px;
    height: 145px;
}
