/**
 * Main Stylesheet
 *
 * @copyright 2013 Rocketmen Pty Ltd.
 */

@charset "UTF-8";

/********************************************************************
 * Fontface
 ********************************************************************/

@font-face {
    font-family: "AGaramondPro-Regular";
    src: url("../fonts/agaramondpro.eot");
    src:
        url("../fonts/agaramondpro.eot?#iefix") format("embedded-opentype"),
        url("../fonts/agaramondpro.woff") format("woff"),
        url("../fonts/agaramondpro.ttf") format("truetype"),
        url("../fonts/agaramondpro.svg#agaramondpro") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "GillSans";
    src: url("../fonts/gillsans.eot");
    src:
        url("../fonts/gillsans.eot?#iefix") format("embedded-opentype"),
        url("../fonts/gillsans.woff") format("woff"),
        url("../fonts/gillsans.ttf") format("truetype"),
        url("../fonts/gillsans.svg#gillsans") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "GillStitch";
    src: url("../fonts/gillstitch.eot");
    src:
        url("../fonts/gillstitch.eot?#iefix") format("embedded-opentype"),
        url("../fonts/gillstitch.woff") format("woff"),
        url("../fonts/gillstitch.ttf") format("truetype"),
        url("../fonts/gillstitch.svg#gillstitch") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "GillSansLight";
    src: url("../fonts/gillsanslight.eot");
    src:
        url("../fonts/gillsanslight.eot?#iefix") format("embedded-opentype"),
        url("../fonts/gillsanslight.woff") format("woff"),
        url("../fonts/gillsanslight.ttf") format("truetype"),
        url("../fonts/gillsanslight.svg#gillsanslight") format("svg");
    font-weight: normal;
    font-style: normal;
}

/********************************************************************
 * Main Tag Styles
 ********************************************************************/

body {
    font-family: "GillSans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "GillSansLight", sans-serif;
    font-weight: normal;
}

h1 {
    font-size: 39px;
    margin-bottom: 0.2em;
}

h2 {
    font-size: 33px;
    margin-bottom: 0.2em;
}

ul {
    list-style: none;
}

a,
a:hover {
    -webkit-transition: color 0.3s linear;
    transition: color 0.3s linear;
}

input[type=submit] {
    border: 0;
}

textarea {
    min-height: 100px;
}

#main {
    padding-bottom: 40px;
}

.highlight {
    padding: 0 4px;
    display: inline-block;
    color: #ffffff;
    background-color: #AAA922;
}

/********************************************************************
 * Header
 ********************************************************************/

body > header {
    height: 175px;
    padding-top: 8px;
    margin-bottom: 15px;
}

body > header h1 {
    font-family: "GillSans", sans-serif;
    font-style: italic;
    font-size: 16px;
    margin-top: 0.5em;
}

body > header h2 {
    font-family: "GillSans", sans-serif;
    font-style: italic;
    font-size: 22px;
    position: absolute;
    top: 10px;
    right: 18px;
}

body > header h1 a,
body > header h1 a:hover {
    color: #444444;
}

#logo {
    position: absolute;
    width: 100%;
    z-index: 1;
}

#mobile-logo img {
    width: 100%;
    padding: 0 40px;
    margin-top: -30px;
    margin-bottom: -20px;
}

#logo input.header-search {
    position: absolute;
    top: 50px;
    right: 25px;
    width: 40%;
}

/********************************************************************
 * Main Navigation
 ********************************************************************/

#menu {
    width: 716px;
    height: 71px;
    padding: 0 50px;
    background-image: url("../images/menu-background.png");

    position: absolute;
    top: 95px;
    right: 0;
    z-index: 2;
}

#menu li {
    float: left;
    position: relative;
}

#menu li a {
    margin-right: 35px;
    font-size: 18px;
    display: block;
    color: #ffffff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.lt-ie9 #menu li a {
    margin-right: 32px;
}

#menu li:last-child a,
.lt-ie9 #menu-item-35 a {
    margin-right: 0;
}

#menu li a:hover {
    color: #d3d3d3;
}

#menu li a:after {
    content: "|";
    color: #dadb71;
    display: block;
    position: absolute;
    top: 6px;
    left: -20px;
    font-size: 11px;
    text-shadow: none;
}

#menu a[title=Home] {
    font-family: "icons", sans-serif;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    width: 18px;
    height: 18px;
    overflow: hidden;
    position: relative;
    top: 6px;
}

#menu a[title=Home]:after {
}

#menu a[title=Home]:before {
    content: "\f015";
    padding-right: 100px; /* push the actual text out of view */
}

/********************************************************************
 * Footer
 ********************************************************************/

body > footer .wrap {
    background-color: #ffffff;
    min-height: 200px;
    padding-top: 20px;
}

body > footer span {
    display: block;
    font-size: 14px;
    line-height: 1.4em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

#footer-gap {
    background-color: transparent;
    background-image: url("../images/footer-gap.png");
    background-repeat: no-repeat;
    background-position: top center;
    height: 40px;
}

#logo-worldvision {
    float: right;
}

/********************************************************************
 * Common styles
 ********************************************************************/

.block {
    color: #747474;
    border: 5px solid #ffffff;
    background-color: #f3f1ee;
    background-image: url("../images/block-corner.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    overflow: hidden;
}

.video.block {
    background: none;
    background-color: #ffffff;
}

.text.block > div {
    padding: 2em;
}

.image-and-text.block .text {
    padding: 1.5em;
    padding-right: 2em;
}

.block h2 {
    font-family: "GillSans", sans-serif;
    font-size: 24px;
    font-weight: normal;
}

.block h2 a {
    color: #3a3938;
}

.block .more {
    font-size: 14px;
    font-weight: bold;
}

.block .more:after {
    font-family: "icons", sans-serif;
    font-size: 1.4em;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\f138";
    padding-left: 5px;
    position: relative;
    top: 2px;
}

.block img {
    width: 100%;
}

.block iframe {
    width: 100%;
    float: left;
}

.gform_body ul {
    list-style: none;
}

.gform_body {
}

article .content h2 {
    color: #96970c;
    font-size: 33px;
}

article ul {
    list-style: disc;
}

article ul,
article ol {
    list-style-position: inside;
}

.alignleft {
    float: left;
    margin-right: 15px;
}

.addthis-container{
    margin-bottom: 20px;
}

/********************************************************************
 * Slideshow
 ********************************************************************/

.slideshow {
}

.slideshow > .row {
    padding: 0 10px;
}

.slideshow .block,
.slideshow li img {
    border-bottom-right-radius: 15px;
}

.slideshow .block {
    padding: 0;
    overflow: visible;
}

.slideshow ul {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.slideshow li {
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.slideshow li:first-child {
    position: relative;
    display: block;
    float: left;
}

.slideshow li img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}

.slideshow .rslides_nav {
    position: absolute;
    top: 46%;
    font-size: 2.5em;
    color: #c3bdb2;
    opacity: 0.8;
    text-shadow: 1px 1px 3px rgba(255, 255, 255, 1);
}

.slideshow .rslides_nav:hover {
    color: #a9ab00;
    opacity: 0.5;
}

.slideshow .rslides_nav.prev {
    left: -40px;
}

.slideshow .rslides_nav.next {
    right: -40px;
}

/********************************************************************
 * Sidebar
 ********************************************************************/

.widget {
    margin-bottom: 30px;
}

.widget h2 {
    font-family: "GillSans", sans-serif;
    font-size: 18px;
    background-color: #a9ab00;
    line-height: 36px;
    padding: 0 14px;
    float: left;
    margin-top: 0;
    margin-bottom: 13px;
    font-weight: lighter;
}

.widget h2 a {
    color: #ffffff;
}

.widget h2:hover {
    background-color: #909100;
}

.widget ul {
    width: 100%;
    clear: both;
}

.widget li {
    color: #747474;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 13px;
    padding-left: 5px;
    background-color: #a9ab00;
}

.widget li.current a {
    background-color: #a9ab00;
    border: 5px solid #a9ab00;
}

.widget li.current .title {
    color: #ffffff;
}

.widget li:hover {
    background-color: #909100;
}

.widget li a {
    display: block;
    background-color: #f3f1ee;
    border: 5px solid #ffffff;
    border-left: 0;
    padding: 10px 20px;
}

.widget .title {
    font-size: 16px;
    line-height: 20px;
    color: #292827;
    display: block;
}

.widget .date {
    font-size: 12px;
    display: block;
}

.widget .link {
    margin-top: -8px;
    float: right;
}

.widget .link a {
    font-size: 13px;
    font-weight: bold;
    text-shadow: 0px 1px 1px #ffffff;
}

.widget .link a:after {
    font-family: "icons", sans-serif;
    font-size: 0.7em;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\f054";
    padding-left: 5px;
}

.twitter.block {
    width: 100%;
    clear: both;
    background-image: none;
    padding-left: 10px;
    padding-right: 10px;
}

.widget_donate-widget {
    margin-bottom: 15px;
}

.widget_donate-widget a {
    color: #ffffff;
    font-size: 30px;
    display: block;
    height: 80px;
    line-height: 80px;
    text-align: center;

    background: #e36b1b;
    background: -moz-linear-gradient(top, #e36b1b 0%, #ea8f1f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e36b1b), color-stop(100%, #ea8f1f));
    background: -webkit-linear-gradient(top, #e36b1b 0%, #ea8f1f 100%);
    background: -o-linear-gradient(top, #e36b1b 0%, #ea8f1f 100%);
    background: -ms-linear-gradient(top, #e36b1b 0%, #ea8f1f 100%);
    background: linear-gradient(to bottom, #e36b1b 0%, #ea8f1f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e36b1b', endColorstr='#ea8f1f', GradientType=0);
}

/********************************************************************
 * Pagination
 ********************************************************************/

ul.pagination li {
    height: 2em;
}

ul.pagination .pagination {
    display: block;
    background-color: #a9ab00;
    color: #ffffff;
    min-width: 20px;
    line-height: 24px;
    padding: .0625em .4375em .0625em;
}

ul.pagination .pagination:hover {
    background-color: #909100;
}

ul.pagination .current.pagination {
    background-color: #ffffff;
    color: #000000;
}

/********************************************************************
 * Mobile
 ********************************************************************/

.top-bar,
.top-bar.expanded .title-area {
    background: #909100;
}

.top-bar-section ul li > a {
    background: #a9ab00;
}

.top-bar.expanded .toggle-topbar a {
    color: #ffffff;
}
.top-bar.expanded .toggle-topbar a span {
    -webkit-box-shadow: 0 10px 0 1px #ffffff, 0 16px 0 1px #ffffff, 0 22px 0 1px #ffffff;
    box-shadow: 0 10px 0 1px #ffffff, 0 16px 0 1px #ffffff, 0 22px 0 1px #ffffff; }

.top-bar.expanded .top-bar-section li {
    border-bottom: 1px solid #909100;
}

@media only screen and (max-width: 767px) {
    body > header {
        height: auto;
        padding: 0;
        margin: 0;
    }

    body > header .columns {
        padding: 0;
    }
}
