slider@charset "UTF-8";
/* - STANDARD CSS - */

html {
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}

body {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
    color: #4e5758;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 32px;
    overflow: visible;
}
/* Images/Media
---------------------------------------- */

img,
object,
embed,
video,
iframe {
    max-width: 100%;
}

img {
    display: inline-block;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

.ie6 img {
    position: relative;
    z-index: 0;
}
/* Highlights
---------------------------------------- */

::-moz-selection {
    background: #87368a;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #87368a;
    color: #fff;
    text-shadow: none;
}
/* Links
---------------------------------------- */

a {
    text-decoration: none;
    -webkit-transition: color linear .15s, background linear .15s;
    -moz-transition: color linear .15s, background linear .15s;
    -o-transition: color linear .15s, background linear .15s;
    transition: color linear .15s, background linear .15s;
}

a,
a:visited {
    color: #aa4bad;
    font-weight: 600;
    outline: 0;
}

a:hover,
a:active {
    color: #4e5758;
    outline: 0;
}

a:focus {
    outline: 0;
}
/* Lists
---------------------------------------- */

ul,
ol {
    margin: 20px 40px;
    padding: 0;
}

li {
    font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
    list-style: none;
}

li a {
    display: inline-block;
    padding: 0;
}

li a:hover {
    color: #4e5758;
}

ul li:before {
    content: '•';
    position: absolute;
    top: 0;
    left: -20px;
    color: #4e5758;
    font-size: 16px;
}

ol {
    *list-style-type: decimal;
}
/* Forms/Inputs
---------------------------------------- */

input,
textarea,
select {
    position: relative;
    background: #fff;
    margin: 0 0 2%!important;
    padding: 10px!important;
    width: 100%;
    border: solid #999!important;
    border-width: 1px!important;
    outline: none;
    font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
    color: #4e5758!important;
    font-size: 16px;
    font-weight: 300;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

option,
option:focus {
    font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
    border: none;
    outline: none;
}
/* Search
---------------------------------------- */

#searchform {
    position: relative;
    margin-bottom: 20px;
}

#searchform input#s {
    display: inline-block;
    background: none;
    margin: 0!important;
    padding: 0 0 0 10px!important;
    color: #4e5758!important;
    border: none!important;
    z-index: 1;
}

input#searchSubmit {
    position: absolute;
    background: url('../images/search-button.png') center no-repeat;
    width: 24px;
    height: 100%;
    top: 0;
    left: 5px;
    border: none!important;
}
/* Text
---------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
    font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Oswald', 'Arial Narrow', Arial, Helvetica, sans-serif;
    line-height: normal;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

strong,
b {
    font-weight: 700;
}
/* Floats/Clears
---------------------------------------- */

.fltLeft,
.alignleft {
    float: left!important;
    margin-top: 0!important;
    margin-right: 20px!important;
    margin-bottom: 0px!important;
}

.fltRight,
.alignright {
    float: right!important;
    margin-top: 0!important;
    margin-left: 20px!important;
    margin-bottom: 0px!important;
}

.first {
    margin-left: 0!important;
}

.last {
    margin-right: 0!important;
}

.group:before,
.group:after {
    content: "";
    display: table;
    clear: both;
}

.group:after {
    clear: both;
}

.group {
    position: relative;
    zoom: 1;
}

.group:last-of-type {
    margin-bottom: 0;
}

.clearfloat {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
/* Navigation
---------------------------------------- */

.nav {
    position: relative;
    background: #fff;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    border: #bbb solid;
    border-width: 1px 0;
    z-index: 99;
}

.nav ul {
    margin: 0;
    text-align: center;
    list-style: none;
}

.nav li {
    display: inline-block;
    text-align: center;
    line-height: normal;
}

.nav li:before,
.widget li:before,
.footer .footerNav li:first-of-type:before,
ul.commentlist li:before,
#responsive-menu .responsive-menu li:before {
    display: none;
}

.nav li a {
    display: block;
    margin-right: -1px;
    padding: 0 50px;
    font-family: 'Oswald', 'Arial Narrow', Arial, Helvetica, sans-serif;
    color: #4e5758;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    border: #bbb solid;
    border-width: 0 1px;
}

.nav li a:hover,
.nav li:hover > a {
    color: #fff;
}

.nav ul li.current-page-ancestor > a,
.nav ul li.current_page_parent > a,
.nav ul li.current_page_item > a,
.nav ul li.current-menu-ancestor > a,
.nav ul li.current-menu-parent > a,
.nav ul li.current-menu-item > a,
.nav ul li.current-category-ancestor > a,
.nav ul li.current-category-parent > a,
.nav ul li.current-category-item > a,
.nav ul li.current-post-ancestor > a,
.nav ul li.current-post-parent > a,
.nav ul li.current-post-item > a {
    top: 100%;
    color: #fff;
    text-decoration: none;
}

.nav ul ul {
    position: absolute;
    padding: 0;
    width: 100%;
    top: -9999px;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity linear .15s;
    -moz-transition: opacity linear .15s;
    -o-transition: opacity linear .15s;
    transition: opacity linear .15s;
    z-index: 99999;
}

.nav ul li:hover > ul {
    top: 100%;
    left: 0;
    opacity: 1;
    -webkit-transition: opacity linear .3s;
    -moz-transition: opacity linear .3s;
    -o-transition: opacity linear .3s;
    transition: opacity linear .3s;
}

.nav ul ul li {
    float: none;
    display: inline-block;
    position: relative;
    height: auto;
    text-align: left;
}

.nav ul ul li a {
    display: block;
    padding: 10px 40px!important;
    color: #fff;
    font-size: 26px;
    font-weight: 400;
    line-height: 32px;
    text-transform: none;
    border: none;
    -webkit-transition: opacity linear .3s;
    -moz-transition: opacity linear .3s;
    -o-transition: opacity linear .3s;
    transition: opacity linear .3s;
}

.nav ul ul li:hover > a,
.nav ul ul li.current-page-ancestor > a,
.nav ul ul li.current_page_parent > a,
.nav ul ul li.current_page_item > a,
.nav ul ul li.current-menu-ancestor > a,
.nav ul ul li.current-menu-parent > a,
.nav ul ul li.current-menu-item > a,
.nav ul ul li.current-category-ancestor > a,
.nav ul ul li.current-category-parent > a,
.nav ul ul li.current-category-item > a,
.nav ul ul li.current-post-ancestor > a,
.nav ul ul li.current-post-parent > a,
.nav ul ul li.current-post-item > a,
#responsive-menu .responsive-menu ul.sub-menu li.current_page_item span + a,
#responsive-menu .responsive-menu ul.sub-menu li.current-page-ancestor span + a,
#responsive-menu .responsive-menu ul.sub-menu li.current_page_parent span + a,
#responsive-menu .responsive-menu ul.sub-menu li.current-menu-item span + a,
#responsive-menu .responsive-menu ul.sub-menu li.current-menu-ancestor span + a,
#responsive-menu .responsive-menu ul.sub-menu li.current-menu-parent span + a {
    opacity: .5;
}

.nav ul ul li a:before {
    content: '';
    height: 0;
    top: 0;
}

.nav ul ul ul {
    width: 300px;
    text-align: left;
}
/* Flexslider
---------------------------------------- */

#slider li.item {
    position: relative;
    min-height: 600px;
}
#slider li.item span.content {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    text-shadow: 0px 1px 4px #444;
}
#slider li.item span.content h1 {
    font-size: 3.25rem;
    font-weight: 600;
}
#slider li.item span.content h2 {
    font-size: 2.25rem;
    line-height: normal;
}
#slider li.item span.content h3 {
    font-size: 1.75rem
}
#slider li.item span.content em {
    font-size: 1.1rem;
    line-height: 10px;
    letter-spacing: 1px;
}
#slider li.item span.content a {
    color: #fff;
}
#slider li.item span.content a:hover {
    color: #87368a;
}
#slider li.item a.noSlideLink {
		position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.slideContentBox {
    position: absolute;
    margin-left: -30%;
    width: 60%;
    bottom: 10%;
    left: 50%;
    text-align: center;
    z-index: 1;
}

.slideContent {
    position: relative;
}

.slideContentBox h2,
.slideContentBox p {
    padding: 0 25px;
    color: #999;
    font-weight: 300;
    text-align: left;
}

.slideContentBox h2 {
    float: left;
    background: rgb(68, 68, 68);
    background: rgba(68, 68, 68, .75);
    margin-bottom: 10px;
    padding: 5px 25px;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
}

.slideContentBox p {
    background: rgb(153, 153, 153);
    background: rgba(153, 153, 153, .75);
    font-size: 18px;
    line-height: 28px;
    clear: both;
}

.slideContentBox p:first-of-type {
    padding-top: 15px;
}

.slideContentBox p:last-of-type {
    margin-top: -20px;
}

.flexslider .slides li .slideContentBox {
    opacity: 0;
    -webkit-transition: all linear .8s;
    -moz-transition: all linear .8s;
    -o-transition: all linear .8s;
    transition: all linear .8s;
}
/* - End Standard CSS - */
/* - Main CSS - */
.fullBG {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover!important;
    background-color: transparent!important;
}
.mobile {
    display: none;
}

.desktop,
.mobile {
    width: 100%!important;
}

.headerWidget {
    background: #aa4bad;
    padding: 0 7rem;
    text-align: right;
    z-index: 9999;
}

.headerWidget a img {
    position: relative;
    width: 175px;
    vertical-align: top;
}

.headerWidget a.donate_button {
    line-height: normal;
    color: #fcb34c;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.headerWidget .lsi-social-icons.icon-set-lsi_widget-3 {
    display: inline-block!important;
    position: relative;
}

.headerWidget .lsi-social-icons li {
    margin: 0!important;
}

.headerWidget .lsi-social-icons li a {
    margin: 0;
    padding: 6px 8px;
}

.headerWidget .icon-set-lsi_widget-3 a,
.headerWidget .icon-set-lsi_widget-3 a:visited,
.headerWidget .icon-set-lsi_widget-3 a:focus,
.blog .headerWidget .icon-set-lsi_widget-3 a,
.blog .headerWidget .icon-set-lsi_widget-3 a:visited,
.blog .headerWidget .icon-set-lsi_widget-3 a:focus,
.blog .headerWidget .icon-set-lsi_widget-3 a:hover,
.single .headerWidget .icon-set-lsi_widget-3 a,
.single .headerWidget .icon-set-lsi_widget-3 a:visited,
.single .headerWidget .icon-set-lsi_widget-3 a:focus,
.single .headerWidget .icon-set-lsi_widget-3 a:hover,
.archive .headerWidget .icon-set-lsi_widget-3 a,
.archive .headerWidget .icon-set-lsi_widget-3 a:visited,
.archive .headerWidget .icon-set-lsi_widget-3 a:focus,
.archive .headerWidget .icon-set-lsi_widget-3 a:hover {
    background: none!important;
    color: #fff!important;
}

.headerWidget .icon-set-lsi_widget-3 a:hover {
    background: none!important;
}

header.header {
    background: #fff;
}

header.pageHeader img {
    width: 100%;
    max-width: none;
}

header.pageHeader .one-fourth {
    display: table;
    padding-left: 40px;
    width: 25%;
    text-align: center;
}

header.pageHeader .one-fourth:after {
    content: url('../images/page-bubble.png');
    position: absolute;
    top: 0;
    right: -170px;
    z-index: 2;
}

header.pageHeader .one-fourth header {
    display: table-cell;
    vertical-align: middle;
}

header.pageHeader .one-fourth h1 {
    position: relative;
    font-family: 'Oswald', 'Arial Narrow', Arial, Helvetica, sans-serif;
    color: #2f1a45;
    font-size: 40px;
    z-index: 4;
}

header.pageHeader .one-fourth h1 strong {
    display: block;
    font-family: 'Oswald', 'Arial Narrow', Arial, Helvetica, sans-serif;
    font-size: 35px;
    text-transform: uppercase;
    line-height: 40px;
}

header.pageHeader .three-fourths {
    display: table;
    width: 75%;
}

header.pageHeader .logo {
    display: table-cell;
    padding-right: 30%!important;
    padding: 0;
    vertical-align: middle;
}

header.pageHeader .logo header.tagline h1 {
    color: #fff;
    font-size: 16px;
}

header.pageHeader .logo header.tagline strong {
    font-size: 19px;
}

header.pageHeader div {
    margin: 0;
}

header.pageHeader span.overlay {
    opacity: 1;
}

header.pageHeader .pageHeaderImage {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 0;
}

header.pageHeader .pageHeaderImage img {
    width: 100%;
    max-width: none;
}

.logoNav {
    padding: 0;
}

.logo {
    position: relative;
    margin: 0 auto;
    padding: .5% 0;
    max-width: 24%;
    text-align: center;
    z-index: 999;
}

.logo header.tagline h1 {
    margin-top: 40px;
    color: #2f1a45;
    font-size: 22px;
    line-height: 25px;
    text-transform: uppercase;
}

.logo header.tagline strong {
    display: block;
    font-size: 26px;
}

.banner {
    position: relative;
    overflow: hidden;
}

.banner a {
    color: #4e5758;
}

.banner .one-third {
    margin: 0;
    width: 33.33%;
    overflow: hidden;
}

.banner img {
    width: 100%;
    max-width: none;
}

.banner .description {
    position: absolute;
    background: #fff;
    padding: 20px;
    width: 100%;
    max-height: 80px;
    bottom: -60px;
    font-size: 14px;
    line-height: normal;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    -o-border-radius: 20px 20px 0 0;
    -ms-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
    -webkit-transition: all linear .25s;
    -moz-transition: all linear .25s;
    -o-transition: all linear .25s;
    transition: all linear .25s;
    z-index: 4;
}

.banner .description:before {
    content: url('../images/curly.png');
    display: block;
    position: absolute;
    margin-left: -15px;
    top: -14px;
    left: 50%;
    color: #fff;
}

.banner h1 {
    position: absolute;
    margin: 0;
    padding: 15px 0;
    width: 100%;
    bottom: 20px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    z-index: 1;
    -webkit-transition: all linear .25s;
    -moz-transition: all linear .25s;
    -o-transition: all linear .25s;
    transition: all linear .25s;
}

.banner h1 a {
    color: #fff;
}

.banner .one-third:hover .description {
    bottom: 0;
}

.banner .one-third:hover h1 {
    bottom: 80px;
}
/* Content
---------------------------------------- */

#wrap {
    min-height: 100%;
    overflow: hidden;
}

body:not(.home) #contentPush {
    min-height: 100px;
}

.container {
    position: relative;
    margin: 0 auto;
    padding: 0 10%;
    text-align: center;
}

.columns {
    font-weight: 300;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    column-count: 2;
}

.content {
    padding: 80px 0 40px;
    text-align: left;
}

.content .container {
    padding: 0;
    text-align: left;
}

.content .container.two-thirds {
    padding-right: 10%;
}

.content img {
    margin: 30px 0;
}

.content header img {
    margin-bottom: 0;
}

.content img:first-of-type {
    margin-top: 0;
}

.content .two-thirds img,
.content .one-third img {
    margin-bottom: 0;
}

.content header h1 {
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
}

.content header h2 {
    margin: 0;
    color: #4e5758!important;
}

.content li {
    position: relative;
    margin: 10px 0;
}

.content h2 {
    margin: 20px 0;
    font-family: 'Oswald', 'Arial Narrow', Arial, Helvetica, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

.content p {
    margin-bottom: 20px;
}

.content p:last-of-type {
    margin-bottom: 0;
}

.welcome {
    padding: 4% 10% 6%;
    text-align: center;
}

.welcome h1 {
    color: #87368a;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
}

.programs .group .one-fourth {
    margin: 0;
    width: 25%;
    text-align: center;
}

.programs .group .one-fourth a {
    display: block;
}

.programs .group .one-fourth header h1 {
    position: relative;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    z-index: 3;
}

.programs .group:last-of-type .one-fourth {
    overflow: hidden;
}

.programs .group:last-of-type .one-fourth img {
    width: 100%;
}

.banner .one-third:hover img.hoverImage,
.programs .group:last-of-type .one-fourth:hover img.hoverImage {
    display: block;
}

.banner img.hoverImage,
.programs .group:last-of-type .one-fourth img.hoverImage {
    display: none;
    position: absolute;
    top: 45px;
    left: 0;
    z-index: 0;
}

.banner img.hoverImage {
    top: 0;
}

.programs .button {
    position: absolute;
    margin-left: -104px;
    left: 50%;
    bottom: 0;
    z-index: 9999;
}

.programs .group:last-of-type .one-fourth .overlay p {
    display: table-cell;
    position: relative;
    padding: 0 10%;
    color: #fff;
    font-weight: 400;
    line-height: 26px;
    vertical-align: middle;
}

#carousel {
    background: #2f1a45;
    padding: 0 4%;
}

#carousel .slides {
    padding: 5% 0;
}

#carousel .slides li {
    margin-right: 100px;
}

#carousel .slides li header {
    text-align: center;
}

#carousel .slides li header a {
    display: block;
}

#carousel .slides li header a h2 {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 4px;
    text-transform: uppercase;
}

#carousel .slides li a {
    color: #7cc24d;
}

#carousel .slides li p {
    margin: 0;
    color: #fff;
}
/* News Post
---------------------------------------- */

.nextArticle {
    padding: 0;
}

.nextArticle h2 {
    margin-bottom: 2%;
    font-size: 30px;
    font-weight: 700;
}

.nextArticle div {
    margin: 0;
}

.nextArticle .one-third {
    display: table;
    width: 35%;
    z-index: 1;
}

.nextArticle .one-third h2 {
    display: table-cell;
    margin: 0;
    padding: 0 15% 0 6%;
    width: 100%;
    height: 150px;
    color: #fff;
    font-size: 26px;
    line-height: 34px;
    text-align: center;
    font-weight: 100;
    letter-spacing: 1px;
    vertical-align: middle;
}

.nextArticle .two-thirds {
    display: table;
    padding: 0 4% 0 2%;
    width: 65%;
    border: #bbb solid;
    border-width: 1px 1px 1px 0;
    z-index: 2;
}

.nextArticle .three-fourths,
.nextArticle .one-fourth {
    display: table-cell;
    float: none;
    vertical-align: middle;
}

.nextArticle .one-fourth {
    padding: 0;
    text-align: right;
}

.nextArticle .two-thirds:before {
    content: '';
    display: block;
    position: absolute;
    background: url('../images/next-article.png') left center no-repeat;
    background-size: 100% 100%;
    width: 40px;
    height: 101%;
    top: -1px;
    left: -30px;
}

.nextArticle .two-thirds p {
    line-height: 24px;
}

.post {
    margin-bottom: 60px;
}

.post img {
    margin-bottom: 10px;
}

.post a,
.post h1 {
    color: #7cc24d;
}

.post a:hover {
    color: #2f1a45;
}

.post h1 {
    margin-bottom: 10px;
    color: #999;
    font-size: 30px;
    text-align: inherit;
}

.post header h1 {
    color: #7cc24d;
}
/* Sidebar
---------------------------------------- */

.sidebar {
    position: relative;
    margin-bottom: 40px!important;
    margin-right: 0!important;
    padding: 0!important;
}

.sidebar h2 {
    padding: 0 0 10px;
    color: #999;
    font-size: 25px;
    font-weight: 400;
    text-align: center;
    line-height: inherit;
    text-transform: uppercase;
}

.content .sidebar.one-third img {
    margin-bottom: 20px;
}

.widget {
    position: relative;
    margin-bottom: 40px;
    z-index: 1;
}

.story .image img {
    width: 100%;
}

.storyContent {
    position: relative;
    background: #fff!important;
    margin-top: -40px;
    padding: 5% 10%;
    text-align: center;
    border: #bbb solid;
    border-width: 0 1px 1px 1px;
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    -o-border-radius: 20px 20px 0 0;
    -ms-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
}

.storyContent:before {
    content: url('../images/curly.png');
    display: block;
    position: absolute;
    margin-left: -15px;
    top: -18px;
    left: 50%;
}

.storyContent h2 {
    margin: 0;
    color: #2f1a45;
    font-size: 24px;
    font-weight: 400;
    text-align: left;
    letter-spacing: 1px;
    line-height: normal;
}

.storyContent h2.storytitle {
    text-align: center;
}

.storyContent p {
    margin-bottom: 6%;
    text-align: left;
}

.widget:last-of-type {
    margin-bottom: 0;
}

.widget ul {
    margin: 0;
}

.widget li {
    display: table;
    position: relative;
    margin-bottom: 4%;
    width: 100%;
    border: #bbb solid;
    border-width: 1px;
}

.widget li:last-of-type {
    margin-bottom: 0;
}

.widget li:after {
    content: 'GO';
    position: absolute;
    background: url('../images/sidebar-go.jpg') right top no-repeat;
    padding: 37px 9px 0 0;
    width: 80px;
    height: 100px;
    top: 0;
    right: 0;
    font-family: 'Oswald', 'Arial Narrow', Arial, Helvetica, sans-serif;
    color: #fcb34c;
    font-size: 25px;
    text-align: right;
    letter-spacing: 1px;
    vertical-align: middle;
    z-index: 1;
}

.widget li a {
    display: table-cell;
    position: relative;
    padding: 0 70px 0 6%;
    height: 98px;
    font-family: 'Oswald', 'Arial Narrow', Arial, Helvetica, sans-serif;
    color: #2f1a45;
    font-size: 25px;
    font-weight: 400;
    text-transform: uppercase;
    vertical-align: middle;
    z-index: 2;
}
/* Footer
---------------------------------------- */

.footer {
    position: relative;
    background: #ffb546;
    padding: 4% 0;
    width: 100%;
    color: #4e5758;
    text-align: center;
    z-index: 0;
}

.footer > div {
    width: 33.33%;
}

.footer div {
    margin: 0;
    text-align: left;
}

.footer .one-third {
    display: table;
    height: 150px;
}

.footer .one-third .one-half,
.footer .one-third .centerContent,
.footer .one-third .footerNav {
    display: table-cell;
    float: none;
    vertical-align: middle;
}

.footer .one-third .one-half:last-of-type,
.footer .one-third:nth-of-type(2) {
    padding: 0 0 0 20px;
}

.footer ul {
    margin: 20px 0 0;
}

.footer li:before {
    left: 0;
}

.footer a {
    color: #4e5758;
}

.footer a:hover {
    color: #fff;
}

.footer h2 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.footer p {
    margin: 0;
    font-weight: 600;
}

.footer form {
    text-align: left;
}

.footer form,
.icon-set-lsi_widget-3 {
    display: inline-block;
}

.lsi-social-icons.icon-set-lsi_widget-2 li a {
    position: relative;
    padding: 0;
    top: 5px;
}
ul.lsi-social-icons {
    text-align: left!important;
    clear: both;
}
ul.lsi-social-icons li:first-child a {
    margin-left: 0;
}
ul.lsi-social-icons li a {
    margin: 0 6px;
}

.footer .lsi-social-icons li {
    margin: -5px 0 0!important;
}

.footer form input {
    display: inline-block;
    width: auto;
    height: 55px;
    vertical-align: top;
}

.footer form .input {
    background: #fff;
    width: 70%;
    color: #4e5758;
    border-width: 1px 0 1px 1px!important;
}

.footer form input:last-of-type {
    width: 30%;
    border: none!important;
}

.footer .footerNav ul {
    text-align: right;
}

.footer .footerNav li {
    display: inline-block;
    position: relative;
    padding: 0 4%;
}

.footer .footerNav li:before {
    content: '|';
    top: 0;
}
/* - End Main CSS - */
/* Blockquote
---------------------------------------- */

blockquote:before {
    content: '“';
    position: absolute;
    top: 60px;
    left: 10px;
    font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
    color: #999;
    font-size: 150px;
    font-weight: 300;
}

blockquote {
    position: relative;
    background: #999;
    margin: 0;
    padding: 25px 20px 25px 70px;
    color: #999;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
}
/* Page Nav
---------------------------------------- */

.wp-pagenavi {
    margin: 40px 0 0;
    text-align: center;
    border: solid #999;
    border-width: 1px 0;
}

.wp-pagenavi a,
.wp-pagenavi span {
    display: inline-block;
    margin: 0;
    padding: 10px;
    border: none!important;
}

.wp-pagenavi a {
    color: #4e5758;
}

.wp-pagenavi span.current,
.wp-pagenavi a:hover {
    background: #4e5758;
    color: #999;
}
/* Comments
---------------------------------------- */

ul.commentlist {
    margin: 0 0 20px;
}

ul.commentlist li {
    list-style: none;
}

ul.commentlist li p {
    margin-bottom: 10px;
}

ul.commentlist a {
    display: inline;
    background: none;
    padding-bottom: 0;
    border: solid #999;
    border-width: 0 0 1px;
}

ul.commentlist h3 {
    margin: 0;
    padding: 0;
    font-size: 18px;
}

h2#comments {
    margin: 0;
    padding: 5px 0;
    font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
}

span.fn,
span.fn a {
    padding: 0;
    font-size: 16px;
}

ul.commentlist li,
.comment-content {
    padding: 10px 0;
}

ul.children {
    margin-left: 15px;
    padding-left: 20px;
}

ul.children li {
    padding: 0;
}

#respond {
    border: solid #999;
    border-width: 1px 0 0;
}

.disclaimer {
    margin: 15px 0;
}

.disclaimer p {
    margin: 0;
    color: #999;
    font-size: 11px;
}

span.formRequired {
    color: #4e5758;
}

#commentform .commentLeft {
    float: left;
    margin-top: 0;
    margin-right: 2%;
    width: 32%;
}

#commentform p {
    margin-bottom: 10px;
}

#commentform p.commentLeft:nth-of-type(3) {
    margin-right: 0;
    clear: right;
}

#commentform input#submit {
    width: auto;
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#commentform input#submit:hover {
    background: #999!important;
}
/* - MISC - */

footer.footer #cc_form_1.kws_form.gform_wrapper,
footer.footer .cc_email_address,
footer.footer .cc_Go {
  padding: 0!important;
}

footer.footer .cc_email_address,
footer.footer .cc_Go {
  display: inline-block;
  vertical-align: top;
}
footer.footer .cc_email_address input {
  max-width: 100%!important;
}
footer.footer .cc_Go input {
  width: 100%;
}

.content .iphorm-labels-above > .iphorm-element-spacer > label {
    font-weight: 600;
}

.content .iphorm-submit-wrap button {
    background: #2f1a45!important;
    padding: 10px;
}

.content .iphorm-submit-wrap button span {
    border: 0;
}

.content .iphorm-submit-wrap button em {
    color: #fcb34c!important;
    font-family: 'Oswald', 'Arial Narrow', Arial, Helvetica, sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.content .iphorm-submit-wrap button span,
.content .iphorm-submit-wrap button em {
    background: none!important;
}

.stuck {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
}
/* Colors
---------------------------------------- */

#responsive-menu .appendLink:hover,
#responsive-menu .responsive-menu li a:hover,
#responsive-menu #responsive-menu-title a:hover,
.text:hover {
    background: none!important;
}

#responsive-menu .responsive-menu li.current-menu-item > .appendLink.rm-append-active,
#responsive-menu .responsive-menu li.current_page_item > .appendLink.rm-append-active {
    background: none!important;
    color: none!important;
}

#responsive-menu .responsive-menu li.current_page_item span + a,
#responsive-menu .responsive-menu li.current-page-ancestor span + a,
#responsive-menu .responsive-menu li.current_page_parent span + a,
#responsive-menu .responsive-menu li.current-menu-item span + a,
#responsive-menu .responsive-menu li.current-menu-ancestor span + a,
#responsive-menu .responsive-menu li.current-menu-parent span + a,
#responsive-menu .responsive-menu li ul.sub-menu a,
#responsive-menu .responsive-menu a:hover {
    color: #fff!important;
}

.blog .pageHeader span.overlay {
    opacity: .2;
}

.container article.purple:hover,
.container article.red:hover,
.container article.orange:hover,
.container article.green:hover,
.container article.yellow:hover,
.container .storyContent:hover {
    background: none;
}

.text.purple,
.container .purple a,
.container article.purple h1,
.container article.purple h2,
.container article.purple h3,
.container article.purple h4,
.container article.purple h5,
.container article.purple h6 {
    color: #87368a;
}

.purple:hover,
.nav li.purple.current_page_item,
.nav li.purple.current-page-ancestor,
.nav li.purple.current_page_parent,
.nav li.purple.current-menu-item,
.nav li.purple.current-menu-ancestor,
.nav li.purple.current-menu-parent,
.nav li.purple ul,
#responsive-menu .responsive-menu li.purple.current_page_item span + a,
#responsive-menu .responsive-menu li.purple.current-page-ancestor span + a,
#responsive-menu .responsive-menu li.purple.current_page_parent span + a,
#responsive-menu .responsive-menu li.purple.current-menu-item span + a,
#responsive-menu .responsive-menu li.purple.current-menu-ancestor span + a,
#responsive-menu .responsive-menu li.purple.current-menu-parent span + a,
#responsive-menu .responsive-menu li.purple ul.sub-menu {
    background: rgb(135, 54, 138);
}

.pageHeader .overlay.purple,
.banner .one-third:hover .overlay.purple,
.programs .group:last-of-type .one-fourth:hover .overlay.purple {
    background: rgb(135, 54, 138);
    background: rgba(135, 54, 138, 0.6);
}

.text.red,
.container .red a,
.container article.red h1,
.container article.red h2,
.container article.red h3,
.container article.red h4,
.container article.red h5,
.container article.red h6 {
    color: #eb6852;
}

.red:hover,
.nav li.red.current_page_item,
.nav li.red.current-page-ancestor,
.nav li.red.current_page_parent,
.nav li.red.current-menu-item,
.nav li.red.current-menu-ancestor,
.nav li.red.current-menu-parent,
.nav li.red ul,
#responsive-menu .responsive-menu li.red.current_page_item span + a,
#responsive-menu .responsive-menu li.red.current-page-ancestor span + a,
#responsive-menu .responsive-menu li.red.current_page_parent span + a,
#responsive-menu .responsive-menu li.red.current-menu-item span + a,
#responsive-menu .responsive-menu li.red.current-menu-ancestor span + a,
#responsive-menu .responsive-menu li.red.current-menu-parent span + a,
#responsive-menu .responsive-menu li.red ul.sub-menu {
    background: rgb(235, 104, 82);
}

.pageHeader .overlay.red,
.banner .one-third:hover .overlay.red,
.programs .group:last-of-type .one-fourth:hover .overlay.red {
    background: rgb(235, 104, 82);
    background: rgba(235, 104, 82, 0.6);
}

.text.orange,
.container .orange a,
.container article.orange h1,
.container article.orange h2,
.container article.orange h3,
.container article.orange h4,
.container article.orange h5,
.container article.orange h6 {
    color: #fcb34c;
}

.orange:hover,
.nav li.orange.current_page_item,
.nav li.orange.current-page-ancestor,
.nav li.orange.current_page_parent,
.nav li.orange.current-menu-item,
.nav li.orange.current-menu-ancestor,
.nav li.orange.current-menu-parent,
.nav li.orange ul,
#responsive-menu .responsive-menu li.orange.current_page_item span + a,
#responsive-menu .responsive-menu li.orange.current-page-ancestor span + a,
#responsive-menu .responsive-menu li.orange.current_page_parent span + a,
#responsive-menu .responsive-menu li.orange.current-menu-item span + a,
#responsive-menu .responsive-menu li.orange.current-menu-ancestor span + a,
#responsive-menu .responsive-menu li.orange.current-menu-parent span + a,
#responsive-menu .responsive-menu li.orange ul.sub-menu {
    background: rgb(252, 179, 76);
}

.pageHeader .overlay.orange,
.banner .one-third:hover .overlay.orange,
.programs .group:last-of-type .one-fourth:hover .overlay.orange {
    background: rgb(252, 179, 76);
    background: rgba(252, 179, 76, 0.6);
}

.text.green,
.container .green a,
.container article.green h1,
.container article.green h2,
.container article.green h3,
.container article.green h4,
.container article.green h5,
.container article.green h6 {
    color: #7cc24d;
}

.green:hover,
.nav li.green.current_page_item,
.nav li.green.current-page-ancestor,
.nav li.green.current_page_parent,
.nav li.green.current-menu-item,
.nav li.green.current-menu-ancestor,
.nav li.green.current-menu-parent,
.nav li.green ul,
#responsive-menu .responsive-menu li.green.current_page_item span + a,
#responsive-menu .responsive-menu li.green.current-page-ancestor span + a,
#responsive-menu .responsive-menu li.green.current_page_parent span + a,
#responsive-menu .responsive-menu li.green.current-menu-item span + a,
#responsive-menu .responsive-menu li.green.current-menu-ancestor span + a,
#responsive-menu .responsive-menu li.green.current-menu-parent span + a,
#responsive-menu .responsive-menu li.green ul.sub-menu {
    background: rgb(124, 194, 77);
}

.pageHeader .overlay.green,
.banner .one-third:hover .overlay.green,
.programs .group:last-of-type .one-fourth:hover .overlay.green {
    background: rgb(124, 194, 77);
    background: rgba(124, 194, 77, 0.6);
}

.text.yellow,
.container .yellow ha,
.container article.yellow h1,
.container article.yellow h2,
.container article.yellow h3,
.container article.yellow h4,
.container article.yellow h5,
.container article.yellow h6 {
    color: #f4e501;
}

.yellow:hover,
.nav li.yellow.current_page_item,
.nav li.yellow.current-page-ancestor,
.nav li.yellow.current_page_parent,
.nav li.yellow.current-menu-item,
.nav li.yellow.current-menu-ancestor,
.nav li.yellow.current-menu-parent,
.nav li.yellow ul,
#responsive-menu .responsive-menu li.yellow.current_page_item span + a,
#responsive-menu .responsive-menu li.yellow.current-page-ancestor span + a,
#responsive-menu .responsive-menu li.yellow.current_page_parent span + a,
#responsive-menu .responsive-menu li.yellow.current-menu-item span + a,
#responsive-menu .responsive-menu li.yellow.current-menu-ancestor span + a,
#responsive-menu .responsive-menu li.yellow.current-menu-parent span + a,
#responsive-menu .responsive-menu li.yellow ul.sub-menu {
    background: rgb(244, 229, 1);
}

.pageHeader .overlay.yellow,
.banner .one-third:hover .overlay.yellow,
.programs .group:last-of-type .one-fourth:hover .overlay.yellow {
    background: rgb(244, 229, 1);
    background: rgba(244, 229, 1, 0.6);
}
/* Buttons
---------------------------------------- */

a.button,
span.button,
.footer form input:last-of-type {
    display: inline-block;
    background: #2f1a45;
    margin: 20px 0;
    font-size: 22px;
    color: #fcb34c!important;
    font-family: 'Oswald', 'Arial Narrow', Arial, Helvetica, sans-serif;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
}

a.button:hover,
span.button:hover {
    background: #fcb34c;
    color: #2f1a45!important;
}

a.button.small,
span.button.small {
    padding: 6px 20px;
}

a.button.normal,
span.button.normal {
    padding: 8px 40px;
}

a.button.medium,
span.button.medium {
    padding: 10px 60px;
}

a.button.large,
span.button. {
    padding: 12px 80px;
}

span.imageLoad {
    position: absolute;
    background: #999 url('../images/loading-large.gif') center center no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

a.readMoreIcon {
    display: inline-block;
    position: relative;
    background: #999;
    margin: 20px auto;
    padding: 10px 20px 15px!important;
    color: #999;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 0;
}

a.readMoreIcon:after {
    content: '›';
    position: relative;
    margin-left: 10px;
    top: 3px;
    font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
    font-size: 30px;
    font-weight: 400;
}

a.readMoreIcon:hover {
    background: #4e5758;
    color: #999;
}

span.overlay {
    display: table;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity linear .25s;
    -moz-transition: opacity linear .25s;
    -o-transition: opacity linear .25s;
    transition: opacity linear .25s;
}

.banner .one-third:hover .overlay,
.programs .group:last-of-type .one-fourth:hover .overlay {
    opacity: 1;
}
/* IE Fixes
---------------------------------------- */

.ie7 .nav li,
.ie7 .slideContentBox h2,
.ie7 .flex-control-nav li,
.ie7 .content li a {
    zoom: 1;
    *display: inline;
}

.oldie .flexslider,
.oldie .overlay,
.oldie .banner,
.oldie .banner h1 {
    background: url('../images/ie/ie-overlay.png') repeat!important;
}
/* - End MISC - */
/* - HTML5 Syntex for Future Use - */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

[hidden] {
    display: none;
}
