﻿/* Module */
.module {
    background-color: #5aac3e;
    color: white;
}
.module h2 {
    color: white;
}
.module-footer {
}

/* Override margins */
section {
    padding: 0;
}


/*Images*/
img.profile,
.profile-img {
    background-color: #ddd;
}
.thumb1 img.profile {
    max-width: 125px;
}
img.main {
    margin-bottom: 25px;
}

/*h1,
h2,
h3,
h1 > small,
h2 > small,
h3 > small {
    color: #0e76bc;
}*/


/*Content Blocks*/
.main-content {
    background-color: white;
    position: relative;
}

.shift-up-25 {
    margin-top: -25px;
}

.panel-continue .text-right {
    text-align: left;
}

.panel-relative {
    position: relative;
    z-index: 0;
}

.panel-relative > .panel-continue {
    text-align: right;
}

@media (min-width: 768px) {
    .panel-relative > .panel-continue {
        position: absolute;
        top: 80px;
        right: 15px;
        z-index: 100;
        width: 100%;
        height: 50px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .panel-continue {
        top: 60px;
    }
}

@media (max-width: 767px) {
    .panel-continue {
        margin-top: 25px;
    }
}
/* Article rows */
.row-horizontal, .row-vertical {
margin-top: 35px;
margin-bottom: 35px;
}

.session-content .row-horizontal,
.session-content .row-vertical {
    border-top: solid 1px #eee;
    padding-top: 35px;
}

/*Shared Classes*/
.link-block {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
.link-block:hover,
.link-block:focus,
.link-block:active {
    opacity: .85;
    text-decoration: none !important;
}

.action {
    margin-left: 0px;
    border: 0px;
}

.row-alert > .alert {
    margin-top: 20px;
}

/********************************************************/
/*                 ===   SHARED   ===                   */
/********************************************************/
/* shared: start */
.tran {
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.link {
    cursor: pointer;
}

.menu-item {
    margin-bottom: 25px;
}

.icon-group {
    margin: 20px 0px;
}
.icon-group h4 {
    color: #0e76bc;
}
.icon-group .icon-lg {
    font-size: 80px;
    color: #0e76bc;
}

@media (max-width: 480px) {
    .col-sm-6 {
        width: 100%;
    }
}

.panel-bordered {
    border: solid 1px #eee;
}

/* shared: end */





/********************************************************/
/*               ===   THUMBNAILS   ===                 */
/********************************************************/
/* thumbnails: start */

.thumbnail {
    position: relative;
    padding: 0px;
    border-radius: 0;
    margin-bottom: 25px;
}
.thumbnail > br {
    display: none;
}
.thumbnail h4.overlay {
    position: absolute;
    display: table;
    top: 0px;
    width: 100%;
    height: 210px;
    margin: 0px auto;
    color: white;
    font-size: 36px;
    text-shadow: 2px 2px 2px #000;
    text-transform: uppercase;
    text-align: center;
}
.thumbnail h4.overlay > a {
    display: table-cell;
    max-height: 210px;
    text-align: center;
    vertical-align: middle;
    color: white;
}
.thumbnail h4.overlay > a:hover {
    text-decoration: none;
    opacity: .8;
}
.thumbnail > img {
    /*border-radius: 10px;
    box-shadow: 5px 5px 10px #444;*/
    margin-bottom: 20px;
}
.thumbnail img.overlay {
    max-height: 210px;
    margin-bottom: 40px;
}
/*.thumbnail > .caption.bottom {
    margin-top: -20px;
}*/
.thumbnail > .caption > h4 {
    /*margin-top: 5px;*/
    margin-bottom: 15px;
}
.thumbnail > .caption > p.action {
    margin-top: 25px;
    margin-bottom: 0px;
}
.thumbnail > .caption > .action > .btn {
    display: block;
}
.thumbnail > .panel-embed:before,
.thumbnail > .panel-embed:after {
    display: table;
    content: " ";
}
.thumbnail > .panel-embed:after {
    clear: both;
}
/*.thumbnail > .panel-embed {
    margin-bottom: 20px;
}*/

/*CKE Hack for editing image*/
.preview .thumbnail h4.overlay {
    top: 20px;
    height: 170px;
}
.preview .thumbnail h4.overlay > a {
    max-height: 170px;
}
.preview .thumbnail img.overlay {
    max-height: 170px;
}

/*Image Links*/
.thumbnail.img-link {
    border: 0px;
}
.thumbnail.img-link > a > img.overlay {
    /*border-radius: 10px;
    box-shadow: 5px 5px 10px #444;*/
    margin-bottom: 15px;
}
.thumbnail.img-link > h4 {
    font-size: 17px !important;
    background: #0e76bc /*url("/assets/hope/imgs/navbar-nav.png") no-repeat left center*/;
    color: white !important;
    margin-top: 0 !important;
}
.thumbnail.img-link > h4 > a {
    color: white !important;
    display: block;
    padding: 5px 8px;
}
.thumbnail.img-link:hover > h4 {
    color: white;
    background: #5aac3e !important;
}


/*Large Image Links*/
.thumbnail.img-link-lg {
    border: 0px;
    background-color: #eee;
}
.thumbnail.img-link-lg:hover {
    background-color: #6792cc;
}
.thumbnail.img-link-lg > a > img {
    border-radius: 10px;
    box-shadow: 5px 5px 10px #444;
    margin-bottom: 40px;
    max-height: 210px;
}
.thumbnail.img-link-lg > h4 {
    font-size: 32px;
    line-height: 1em;
    text-align: left;
    margin-top: -20px;
    padding: 5px 10px 15px 10px;
}
.thumbnail.img-link-lg:hover > h4 > a {
    color: white;
    text-decoration: none;
    display: block;
}

/*Icon Links*/
.thumbnail.icon-link {
    border: 0px;
    background-color: transparent;
    overflow: hidden;
}
.thumbnail.icon-link p {
    margin-top: 15px;
    text-align: center;
}
.thumbnail.icon-link p:first-child {
    margin-top: 0;
}
.thumbnail.icon-link p,
.thumbnail.icon-link p > a {
    color: #0e76bc;
    font-size: 28px;
}
.thumbnail.icon-link .icon-lg {
    font-size: 100px;
    line-height: 100px;
    background-color: #0e76bc;
    color: white !important;
    padding: 30px 0px;
    display: block;
    position: relative;
    text-align: center;
}
.thumbnail.icon-link .icon-lg img {
    max-width: 100px;
    max-height: 100px;
}
.thumbnail.icon-link:hover .icon-lg {
    opacity: .8;
}
.thumbnail.icon-link .icon-lg .fa {
    margin-left: 0 !important;
}

/*Profiles*/
.thumbnail.profile {
    background-color: #eee;
}
.thumbnail.profile h4 {
    font-size: 20px;
    margin-bottom: 5px;
}
.thumbnail.profile .coords > p {
    margin-bottom: 0px;
}

/*Offers*/
.thumbnail.offer {
    max-width: inherit;
    border: 0px;
    background-color: transparent;
}
.thumbnail.offer > .caption {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 0px;
    background-color: rgba(31, 136, 159, .6);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.thumbnail.offer > .caption:hover {
    background-color: #0e76bc;
}
.thumbnail.offer > .caption > h4,
.thumbnail.offer > .caption > p {
    margin: 0px;
}
.thumbnail.offer > .caption > h4 > a,
.thumbnail.offer > .caption > p > a {
    color: white;
    display: block;
}
.thumbnail.offer > .caption > h4 > a {
    padding: 10px 15px 10px 15px;
}
.thumbnail.offer > .caption > p > a {
    padding: 0px 15px 10px 15px;
}
.thumbnail.offer > .caption a:hover {
    text-decoration: none;
}

/* Images */

.panel-img {
    /*border: 1px solid #ddd;
    padding: 2px;*/
    overflow: hidden;
    position: relative;
    background-color: #fff;
    margin-bottom: 20px;
}
.panel-img > img {
    vertical-align: middle;
}

.panel-img-static {
    margin-bottom: 20px;
}

.thumbnail > .panel-img {
    border: 0;
    padding: 0;
}

.panel-draggable .panel-img > img {
    cursor: move;
}

@media (min-width: 768px) {
    .panel-img {
        height: 180px;
    }
}

@media (max-width: 767px) {
    .panel-img {
        height: auto;
    }

    .panel-img > img {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        margin: 0 auto;
    }
}

/*@media (min-width: 768px) and (max-width: 991px) {
    .panel-img {
        height: 180px;
    }
}*/

/*.panel-img > br {
    display: none;
}*/
/* thumbnails: end */
/********************************************************/
/********************************************************/
/*                ===   Text Boxes   ===                */
/********************************************************/
/* textboxes: start */
.textbox {
    border: 0px;
}
.textbox > h3,
.textbox > h3 > a {
    color: #666;
}
.textbox > h3 {
    color: #666;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: dotted 3px #666;
}
.textbox > h4 {
    font-family: 'SquareSerifLightBold';
    font-size: 24px;
}
.textbox > p.action,
.textbox > form > p.action {
    margin-top: 25px;
    margin-bottom: 0px;
}
.textbox > p.action > .btn {
     display: block;
}
.textbox > p > .btn-primary {
    background-color: #999;
}
.textbox > p > .btn-primary:hover,
.textbox > form > p > .btn-primary:hover {
    opacity: .8;
}
.textbox > ul {
    padding-left: 15px;
}

.textbox-1 {
    background-color: #fddec6;
}
.textbox-1 > h3,
.textbox-1 > h3 > a {
    color: #f36f23;
}
.textbox-1 > h3 {
    border-bottom-color: #f36f23;
}
.textbox-1 > p > .btn-primary,
.textbox-1 > form > p > .btn-primary {
    background-color: #f36f23 !important;
    background-repeat: no-repeat;
    background-position: left center;
    border-color: #f36f23 !important;
}

.textbox-2 {
    background-color: #daedd4;
}
.textbox-2 > h3,
.textbox-2 > h3 > a {
    color: #5aac3e;
}
.textbox-2 > h3 {
    border-bottom-color: #5aac3e;
}
.textbox-2 > p > .btn-primary,
.textbox-2 > form > p > .btn-primary {
    background-color: #5aac3e !important;
    background-repeat: no-repeat;
    background-position: left center;
    border-color: #5aac3e !important;
}

.textbox-3 {
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.textbox-3 > h3,
.textbox-3 > h3 > a {
    color: #31708f;
}

.textbox-3 > h3 {
    border-bottom-color: #31708f;
}

.textbox-3 > p > .btn-primary,
.textbox-3 > form > p > .btn-primary {
    background-color: #0e76bc !important;
    background-repeat: no-repeat;
    background-position: left center;
    border-color: #0e76bc !important;
}

/*Articles*/
.bg-preview {
    background-color: #ddd;
}

.article {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
}

/* textboxes: end */
/********************************************************/


/********************************************************/
/*                ===   Media/News   ===                */
/********************************************************/
/* media: start */

/*.media {
    background-color: white;
    border: solid 1px #ddd;
}*/
/*.media-body {
    padding: 15px;
    position: relative;
}*/
.media-body > p:last-child {
    margin-bottom: 0px;
}
.media-left > p {
    margin: 0;
}

@media (min-width: 768px) {
    .media-object.img {
        max-width: 350px;
    }
    .media-body > p.action > .btn {
        position: absolute;
        right: 5px;
        bottom: 5px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .media-object.img {
        max-width: 300px;
    }
    .content-footer > .media-list .media-object.img {
        max-width: 200px;
    }
    .media-body {
        padding: 10px;
    }
}

@media (max-width: 767px) {
    /*.media-left {
        width: 100%;
        float: none;
        display: table;
        padding: 0px;
    }*/
    .media-object.img {
        width: 100%;
    }
    .media-body > p.action > .btn {
        display: block;
    }
}

/*News Items*/
.panel-default .panel-heading > h2,
.panel-default .panel-heading > h3 {
    margin: 0px;
}

@media (min-width: 768px) {
    .panel-default .media-body {
        padding: 0px 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .panel-default .media-left {
        width: 100%;
        float: none;
        display: table;
        padding: 0px;
    }
    .panel-default .media-object.img {
        width: 100%;
        max-width: inherit;
    }
    .panel-default .media-body {
        padding: 15px 0px 0px 0px;
    }
    .panel-default .media-body > p.action > .btn {
        position: relative;
    }
}

/* media: end */
/********************************************************/


/********************************************************/
/*                 ===   Headings   ===                 */
/********************************************************/
/* headings: start */

.form-heading {
    background: #d9edf7;
    padding: 10px 20px;
    margin-bottom: 20px;
}
.fieldset-heading {
    margin: 0px 0px 25px 0px;
    color: #0e76bc;
}

/* headings: end */
/********************************************************/


/********************************************************/
/*                  ===   Panels   ===                  */
/********************************************************/
/* panels: start */
.content-footer {
    margin: 25px 0px;
    border-top: dotted 1px #ddd;
    padding-top: 25px;
}

.margin-h-t-off {
    margin-top: 0px;
}
.margin-h-t-10 {
    margin-top: 10px;
}
.margin-h-t-15 {
    margin-top: 15px;
}
.margin-h-t-25 {
    margin-top: 25px;
}
.margin-h-t-35 {
    margin-top: 35px;
}
.margin-h-b-35 {
    margin-bottom: 35px;
}
.padding-h-on {
    padding-top: 25px;
    padding-bottom: 25px;
}
.padding-h-b-25 {
    padding-bottom: 25px;
}

.bg {
    padding: 20px;
}
.menu-item > .bg {
    padding: 10px;
}

.bg > .container > h2 {
    margin-top: 0px;
}
.bg > h3 {
    margin-top: 0px;
}

.bg-footer {
    background-color: aliceblue;
}
.bg-related {
    background-color: aliceblue;
}
.bg-alt {
    background-color: aliceblue;
}
.bg-form,
.bg-archive {
    background-color: #eee;
    border: solid 1px #ddd;
}
.bg-form-activity {
    background-color: #fff;
    border: solid 1px #ddd;
    border-radius: 0;
}
.bg-icons {
    background-color: #d2e0e7;
}

/*Customise*/
.bg-form .form-group:last-child {
    margin-bottom: 0px;
}
.bg > h3.form-heading {
    margin-top: -20px;
    margin-left: -20px;
    margin-right: -20px;
}

@media (max-width: 767px) {
    .container.bg {
        padding: 10px 5px;
    }

    .container .ui-accordion .ui-accordion-content {
        padding: .5em;
    }
}

/* panels: end */
/********************************************************/


/********************************************************/
/*                  ===   Tables   ===                  */
/********************************************************/
/* tables: start */

.table > thead > tr > th {
    border: 0px;
    background-color: #0e76bc;
    color: white;
}
.table td > a > img.profile {
    max-height: 80px;
    padding: 0px;
}

/* tables: end */
/********************************************************/


/********************************************************/
/*                  ===   Custom   ===                  */
/********************************************************/
/* custom: start */

.quote {
    border: 0px;
    font-size: 32px;
    line-height: 1em;
}
.quote p:before {
    content: "“";
}
.quote p:after {
    content: "”";
}

/*.content blockquote {
    min-height: 20px;
    padding: 9px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.content blockquote p > em {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777;
    font-style: normal;
}
.content blockquote p > em:before {
    content: '\2014 \00A0';
}*/

/*.well > blockquote.quote {
    margin: 0px;
}*/
p + .well {
    margin-top: 25px;
}

dl.interview > dd {
    margin-bottom: 15px;
}

.col-img .well img.profile {
    width: 100%;
}

article img[style*="float:left"],
article img[style*="float: left"] {
    margin-right: 20px;
    margin-bottom: 10px;
}
article img[style*="float:right"],
article img[style*="float: right"] {
    margin-left: 20px;
    margin-bottom: 10px;
}
/*article img[style*=width] {
    max-width: 100%;
}*/
article img[style*=height] {
    height: auto !important;
}

article ul,
article ol {
    padding-left: 0;
}

article ul li,
article ol li {
    list-style-position: inside
}

/* img-responsive class */

article img {
    display: block;
    max-width: 100%;
    height: auto;
}

.row img.chart {
    width: 100% !important;
}

@media (min-width: 1200px) {
    article img {
        width: 75% !important;
        margin-top: 15px;
        margin-bottom: 20px;
    }
}

@media (min-width: 786px) and (max-width: 991px) {
    article img[style*="float:left"],
    article img[style*="float: left"] {
        max-width: 50% !important;
    }
    article img[style*="float:right"],
    article img[style*="float: right"] {
        max-width: 50% !important;
    }
}

@media (max-width: 480px) {
    article img[style*="float:left"],
    article img[style*="float: left"] {
        float: none;
        margin-right: 0px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    article img[style*="float:right"],
    article img[style*="float: right"] {
        float: none;
        margin-left: 0px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

/* Adjust the Masheads */

.bg-bricks {
    background: url("/assets/hope/imgs/bg-bricks.jpg") no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    /*margin-top: -30px;*/
}
.bg-goal .bricks-inner,
.bg-bricks  .bricks-inner {
    /*background-color: #ddd;
    border-left: solid 5px white;
    border-right: solid 5px white;*/
    min-height: 1024px;
    /*padding: 25px;*/
    /*margin-top: 30px;*/
    /*width: 100%;*/
}
.bg-bricks  .bricks-inner .well {
    background-color: white;
    border: solid 2px #ccc;
}
.bg-bricks.bg-goal {
    background-image: url("/assets/hope/imgs/bg-bricks-blue.jpg");
}
.bg-goal .bricks-inner {
    margin-top: 0;
}

.bg-white {
    background-color: white;
}

.bg-grey {
    background-color: #ddd;
}

address > p:last-child {
    margin-bottom: 0px;
}
address .icon {
    margin-right: 5px;
}

/* Bullet Columns */

.ul-columns {
    margin-right: -15px;
    margin-left: -15px;
}

.ul-columns:before,
.ul-columns:after {
  display: table;
  content: " ";
}

.ul-columns:after {
  clear: both;
}

.ul-columns > ul {
    padding-left: 0;
    list-style: none;
}

.ul-columns > ul > li {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 15px;
}

.item-boxed li {
    display: table;
}
.item-boxed li > em {
    font-style: normal;
    display: table-cell;
    padding: 5px;
    border: solid 1px #ddd;
    vertical-align: middle;
    text-align: center;
    width: 100%;
}

@media (min-width: 1200px) {
    .ul-columns > ul > li {
        float: left;
        width: 25%;
    }
    .item-boxed li > em {
        min-height: 100px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .ul-columns > ul > li {
        float: left;
        width: 33.33%;
    }
    .item-boxed li > em {
        min-height: 90px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .ul-columns > ul > li {
        float: left;
        width: 50%;
    }
    .item-boxed li > em {
        min-height: 70px;
    }
}

@media (max-width: 767px) {
    .item-boxed li {
        display: block;
        margin-bottom: 0px !important;
    }
    .item-boxed li > em {
        display: block;
        padding: 5px 0px;
        border: 0px;
        border-top: solid 1px #ddd;
        margin-bottom: 0px;
        text-align: left;
    }
}

.table-footer {
    background-color: #ddd;
    padding: 5px;
}
.embed-responsive {
    margin-bottom: 20px;
}
    /* jquery accordion */
    /*#accordion {
    margin-bottom: 25px;
}

#accordion .ui-accordion-content {
    border: solid 1px #ddd;
    border-top: 0px;
    padding: 15px;
}

#accordion .ui-accordion-header {
    color: white;
    background: #0e76bc;
    padding-top: 0px !important;
    padding-left: 25px;
    padding-right: 20px;
    height: 36px;
    line-height: 36px;
    font-weight: bold;
    font-size: 17px;
    cursor: pointer;
    margin-bottom: 0px;
}

#accordion .ui-accordion-header-active {
    background-color: #6792cc;
    background-image: none;
}*/
    /* custom: end */
    /********************************************************/