/* @import url(https://fonts.googleapis.com/css?family=Montserrat|Merriweather+Sans:400,700|Lobster);
@import url(https://fonts.googleapis.com/css?family=Lobster); */
/*---------------------------------------------------------------------------------------*/
/* 									Archboard Custom Theming
/*---------------------------------------------------------------------------------------*/

/*-------------------------------------------------*/
/*         Table of Contents
/*-------------------------------------------------*/
/*
Archboard 0. Reset Styles
Archboard 1. Global Styles
Archboard 2. Super Header Styles
Archboard 3. Header Styles
Archboard 4. Main Navigation Styles
Archboard 5. Homepage Slider Styles
Archboard 6. Homepage/Landing Page Styles
Archboard 7. Footer Styles
Archboard 8. Sidebar Styles
Archboard 9. About Styles
Archboard 10. Blog Overview Styles
Archboard 11. Blog Page Styles
Archboard 12. Events Page Overview Styles
Archboard 13. Events Page Styles
Archboard 14. Contact Page Styles
Archboard 15. Resources Styles
Archboard 16. Ministry & Missions Styles
Archboard 17. Multimedia Styles
Archboard 18. Search Results Styles
Archboard 19. Store Styles
Archboard 20. Donation Styles
Archboard 21. Dashboard Styles
Archboard 22. IE11 Styles
Archboard 23. Firefox Styles

*/

/*-------------------------------------------------*/
/*  Archboard 0. Reset Styles
/*-------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*-------------------------------------------------*/
/*  Archboard 1. Global Styles
/*-------------------------------------------------*/

body {
    background: #fff;
    font-family: 'Merriweather Sans', sans-serif;
}

.not-logged-in.page-user {
    background: #2B2B2B url(../images/always-grey.png);
}

#bottom_part a {
    color: #fff;
    display: block;
    margin-bottom: 10px;
}

#auth_box input[type="submit"] {
    float: none;
    display: block;
    width: 100%;
}

input[type=submit] {
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    -webkit-appearance: none;
    border: none;
    display: inline-block;
    padding: 5px 25px;
    cursor: pointer;
    background: #2289ad;
}

input[type=submit]:hover {
    background: #282828;
}

.not-logged-in.page-user label {
    font-size: 18px;
    margin-bottom: 5px;
}

.messages {
    max-width: 900px;
    width: 100%;
    margin: 0 auto !important;
    margin-top: 10px !important;
    clear: both;
}

body.adminimal-menu div#admin-menu a:hover,
body.adminimal-menu #admin-menu .dropdown li li li:hover,
body.adminimal-menu #admin-menu .dropdown li:hover,
body.adminimal-menu #admin-menu .dropdown li.admin-menu-action.admin-menu-account a {
    background: #ed1f51 !important;
}

body.adminimal-menu #admin-menu .dropdown li.admin-menu-action.admin-menu-account a:hover {
    background: #000 !important;
}

body.adminimal-menu #admin-menu #admin-menu-wrapper .dropdown li li.expandable:hover {
    background-color: #ed1f51 !important;
}

h1 {
    font-family: 'Lato';
}

h2 {
    font-family: 'Lato';
    font-size: 25px;
    margin-bottom: 15px;
    margin-top: 30px;
}

h3 {
    font-family: 'Lato';
}

h4 {
    font-family: 'Lato';
}

h5 {
    font-family: 'Lato';
}

h6 {
    font-family: 'Lato';
}

.page-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    text-align: center;
}

.page-title strong {
    display: block;
}

.not-front #content_left p {
    margin-bottom: 15px;
    line-height: 21px;
    color: #414042;
}

.not-front.page-node-89 #content_left p a {
    color: #e1ae62;
}

.not-front.page-node-89 #content_left p a:hover {
    color: #282828;
}

.not-front #header,
.not-front #navigation,
.not-front #main_content_region,
.not-front #sub_footer {
    max-width: 960px;
}

.not-front.page-node-57 #main_content_region,
.not-front.page-node-67 #main_content_region,
.not-front.page-node-72 #main_content_region,
.not-front.page-node-79 #main_content_region,
.not-front.page-node-89 #main_content_region {
    max-width: 1024px !important;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

.field-name-body ul,
.field-name-body ol {
    padding-left: 40px;
    margin-bottom: 15px;
}

.field-name-body ul li,
.field-name-body ol li {
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 21px;
}

.field-name-body ul {
    list-style: disc;
}

.field-name-body ol {
    list-style: decimal;
}

.file-icon {
    display: none;
}

.views-exposed-form .views-exposed-widget {
    padding-right: 0px;
}

.page-title {
    width: 90%;
}

.views-exposed-form input[type=submit] {
    margin-left: 15px;
}

.views-exposed-form {
    margin-bottom: 20px;
}

.views-exposed-form label {
    font-weight: normal;
}

.front .page-title,
.page-node-57 .page-title,
.page-node-67 .page-title,
.page-node-72 .page-title,
.page-node-79 .page-title,
.page-node-89 .page-title {
    width: 100%;
}

.messages .status {
    width: 900px;
}

.bounce-convert-custom-modal {
    border: 3px solid #e1ae62;
}

.bounce-convert-custom-modal .modal-title {
    display: none !important;
}

.bounce-convert-custom-modal .image {
    float: right;
    padding-left: 20px;
    padding-right: 0px;
}

.bounce-convert-custom-modal .image img {
    border: 3px solid #e1ae62;
}

.bounce-convert-custom-modal .wait {
    width: 460px;
    text-align: center;
    font-size: 58px;
    font-weight: bold;
    color: #e1ae62;
}

.bounce-convert-custom-modal .waitTwo {
    font-size: 23px;
    color: #282828;
    margin-top: 10px;
    margin-bottom: 10px;
}

.bounce-convert-custom-modal .waitthree {
    font-style: italic;
    font-weight: bold;
    font-size: 30px;
    color: #282828;
    margin-bottom: 10px;
}

.bounce-convert-custom-modal .ebook-message a {
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 35px;
    font-size: 30px;
    border-radius: 0px;
    color: #fff;
    background-color: #e1ae62;
    border: none;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
}

.bounce-convert-custom-modal .ebook-message a:hover {
    background: #282828;
}

.bounce-convert-custom-modal .form-actions {
    display: none;
}

.logoutButton {
    display: inline-block;
    position: relative;
    top: 60px;
    background: #333;
    color: #fff;
    text-align: center;
    padding: 1px 25px 3px;
    font-family: 'Oswald';
    position: relative;
    z-index: 55;
}

/*-------------------------------------------------*/
/*  Archboard 2. Super Header Styles
/*-------------------------------------------------*/

#super_header_wrap {
    text-align: center;
}

#super_header {
    max-width: 100%;
    width: 100%;
}

#super_header_wrap #block-block-7 .content a {
    display: block;
    text-align: center;
    background: #165172;
    color: #fff;
    padding: 10px 0px;
}

.page-blog #super_header_wrap #block-block-7 .content a,
.node-type-article #super_header_wrap #block-block-7 .content a {
    background: #529670;
}

.page-node-72 #super_header_wrap #block-block-7 .content a,
.node-type-events-page #super_header_wrap #block-block-7 .content a,
.node-type-speaking-topics #super_header_wrap #block-block-7 .content a,
.node-type-event #super_header_wrap #block-block-7 .content a {
    background: #4b7d74;
}

.page-node-67 #super_header_wrap #block-block-7 .content a,
.node-type-multimedia-page #super_header_wrap #block-block-7 .content a,
.node-type-newsletter-page #super_header_wrap #block-block-7 .content a,
.node-type-radio-broadcasts #super_header_wrap #block-block-7 .content a,
.node-type-videos-and-slideshows #super_header_wrap #block-block-7 .content a {
    background: #8cc1bc;
}

.page-node-57 #super_header_wrap #block-block-7 .content a,
.resources #super_header_wrap #block-block-7 .content a,
.node-type-resource-page #super_header_wrap #block-block-7 .content a {
    background: #cbb394;
}

.page-node-79 #super_header_wrap #block-block-7 .content a,
.node-type-ministry-missions-page #super_header_wrap #block-block-7 .content a {
    background: #be7567;
}

.page-node-89 #super_header_wrap #block-block-7 .content a,
.store #super_header_wrap #block-block-7 .content a,
.node-type-product-display- #super_header_wrap #block-block-7 .content a {
    background: #e1ae62;
}

#super_header_wrap #block-block-7 .content a:hover {
    background: #282828 !important;
}

/*-------------------------------------------------*/
/*  Archboard 3. Header Styles
/*-------------------------------------------------*/

.front #header,
.not-front.page-node-57 #header,
.not-front.page-node-67 #header,
.not-front.page-node-72 #header,
.not-front.page-node-79 #header,
.not-front.page-node-89 #header {
    max-width: 1024px;
}

#header_wrap {
    padding: 10px 0px;
}

#logo {
    text-align: center;
}

#logo img {
    width: 258px;
}

#header_left_wrap {
    text-align: left;
    vertical-align: middle;
}

#header_right_wrap {
    text-align: right;
    vertical-align: middle;
}

#block-block-4,
#block-block-5 {
    display: inline-block;
    position: relative;
}

/*-------------------------------------------------*/
/*  Archboard 4. Main Navigation Styles
/*-------------------------------------------------*/

.front #main-menu,
.page-node-57 #main-menu,
.page-node-67 #main-menu,
.page-node-72 #main-menu,
.page-node-79 #main-menu,
.page-node-89 #main-menu {
    padding-top: 10px;
    clear: both;
}

#navigation {
    border-top: 2px solid #165172;
    border-bottom: 2px solid #165172;
    padding: 5px 0px;
}

.front #navigation,
.page-node-57 #navigation,
.page-node-67 #navigation,
.page-node-72 #navigation,
.page-node-79 #navigation,
.page-node-89 #navigation {
    border: none;
    max-width: 1024px !important;
}

#navigation ul {
    padding: 5px 0px;
    text-align: center;
}

#navigation ul li.first {
    margin-left: 0px;
}

#navigation ul li.last {
    margin-right: 0px;
}

#navigation ul li {
    display: inline-block;
    list-style: none;
    font-size: 18px;
    margin: 0px 3px;
    vertical-align: top;
    padding: 0px;
}

#navigation ul li a,
#block-block-4 .content a {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    color: #165172;
}

#block-block-5 .content a {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    color: #165172;
}

#navigation ul li ul {
    padding: 10px 10px;
    top: 40px !important;
}

.front #navigation ul li ul,
.not-front.page-node-57 #navigation ul li ul,
.not-front.page-node-67 #navigation ul li ul,
.not-front.page-node-72 #navigation ul li ul,
.not-front.page-node-79 #navigation ul li ul,
.not-front.page-node-89 #navigation ul li ul {
    //display: none !important;
}

#navigation ul li ul li {
    margin: 0px;
}

#navigation ul li ul li::after,
#navigation ul li .view a::after {
    content: ' ';
    display: block;
    width: 28px;
    height: 2px;
    background: #fff;
    margin: 10px auto;
}

#navigation ul li ul li.last::after,
#navigation ul li .view .views-row-last a::after {
    display: none;
}

.page-taxonomy #navigation .views-field-title {
    margin-bottom: 0px;
}

#navigation ul li ul li a {
    padding: 0px;
    color: #fff;
    font-size: 16px;
}

#navigation ul li ul li a:hover,
#navigation ul li ul li a.active,
#navigation ul li ul li a.active-trail {
    color: #282828 !important;
}

#navigation ul li ul li a strong {
    display: block;
}

#quicktabs-homepage_quick_tabs ul li {
    position: relative;
}

/*** Colors ***/
#navigation ul li.menu-item-0 ul {
    background: #165172;
}

#navigation ul li.menu-item-1 a:hover,
#navigation ul li.menu-item-1 a.active,
#navigation ul li.menu-item-1 a.active-trail {
    color: #529670;
}

#navigation #main-menu > ul > li.menu-item-1 > a:hover::before,
#navigation #main-menu > ul > li.menu-item-1 > a:hover::after,
#navigation #main-menu > ul > li.menu-item-1.active-trail > a::before,
#navigation #main-menu > ul > li.menu-item-1.active-trail > a::after,
#navigation #main-menu > ul > li.menu-item-1 > a.active::before,
#navigation #main-menu > ul > li.menu-item-1 > a.active::after,
#navigation ul li.menu-item-1 ul {
    background: #529670;
}

#navigation ul li.menu-item-2 a:hover,
#navigation ul li.menu-item-2 a.active,
#navigation ul li.menu-item-2 a.active-trail {
    color: #4b7d74;
}

#navigation #main-menu > ul > li.menu-item-2 > a:hover::before,
#navigation #main-menu > ul > li.menu-item-2 > a:hover::after,
#navigation #main-menu > ul > li.menu-item-2.active-trail > a::before,
#navigation #main-menu > ul > li.menu-item-2.active-trail > a::after,
#navigation #main-menu > ul > li.menu-item-2 > a.active::before,
#navigation #main-menu > ul > li.menu-item-2 > a.active::after,
#navigation ul li.menu-item-2 ul {
    background: #4b7d74;
}

#navigation ul li.menu-item-3 a:hover,
#navigation ul li.menu-item-3 a.active,
#navigation ul li.menu-item-3 a.active-trail {
    color: #8cc1bc;
}

#navigation #main-menu > ul > li.menu-item-3 > a:hover::before,
#navigation #main-menu > ul > li.menu-item-3 > a:hover::after,
#navigation #main-menu > ul > li.menu-item-3.active-trail > a::before,
#navigation #main-menu > ul > li.menu-item-3.active-trail > a::after,
#navigation #main-menu > ul > li.menu-item-3 > a.active::before,
#navigation #main-menu > ul > li.menu-item-3 > a.active::after,
#navigation ul li.menu-item-3 ul {
    background: #8cc1bc;
}

#navigation ul li.menu-item-4 a:hover,
#navigation ul li.menu-item-4 a.active,
#navigation ul li.menu-item-4 a.active-trail {
    color: #cbb394;
}

#navigation #main-menu > ul > li.menu-item-4 > a:hover::before,
#navigation #main-menu > ul > li.menu-item-4 > a:hover::after,
#navigation #main-menu > ul > li.menu-item-4.active-trail > a::before,
#navigation #main-menu > ul > li.menu-item-4.active-trail > a::after,
#navigation #main-menu > ul > li.menu-item-4 > a.active::before,
#navigation #main-menu > ul > li.menu-item-4 > a.active::after,
#navigation ul li.menu-item-4 ul {
    background: #cbb394;
}

#navigation ul li.menu-item-5 a:hover,
#navigation ul li.menu-item-5 a.active,
#navigation ul li.menu-item-5 a.active-trail {
    color: #be7567;
}

#navigation #main-menu > ul > li.menu-item-5 > a:hover::before,
#navigation #main-menu > ul > li.menu-item-5 > a:hover::after,
#navigation #main-menu > ul > li.menu-item-5.active-trail > a::before,
#navigation #main-menu > ul > li.menu-item-5.active-trail > a::after,
#navigation #main-menu > ul > li.menu-item-5 > a.active::before,
#navigation #main-menu > ul > li.menu-item-5 > a.active::after,
#navigation ul li.menu-item-5 ul {
    background: #be7567;
}

#navigation ul li.menu-item-6 a:hover,
#navigation ul li.menu-item-6 a.active,
#navigation ul li.menu-item-6 a.active-trail {
    color: #e1ae62;
}

#navigation #main-menu > ul > li.menu-item-6 > a:hover::before,
#navigation #main-menu > ul > li.menu-item-6 > a:hover::after,
#navigation #main-menu > ul > li.menu-item-6.active-trail > a::before,
#navigation #main-menu > ul > li.menu-item-6.active-trail > a::after,
#navigation #main-menu > ul > li.menu-item-6 > a.active::before,
#navigation #main-menu > ul > li.menu-item-6 > a.active::after,
#navigation ul li.menu-item-6 ul {
    background: #e1ae62;
}

/* Effect 14: border switch */
#navigation #main-menu > ul > li > a,
#block-block-2 .content a,
#quicktabs-homepage_quick_tabs ul li a,
#block-block-4 .content a,
#block-block-5 .content a {
    padding: 0 20px;
    height: 30px;
    line-height: 30px;
}

#navigation #main-menu > ul > li > a::before,
#navigation #main-menu > ul > li > a::after,
#block-block-2 .content a::before,
#block-block-2 .content a::after,
#block-block-4 .content a::before,
#block-block-4 .content a::after {
    position: absolute;
    width: 30px;
    height: 2px;
    background: #165172;
    content: '';
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
}

#block-block-5 .content a::before,
#block-block-5 .content a::after {
    position: absolute;
    width: 30px;
    height: 2px;
    background: #165172;
    content: '';
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
}

#navigation #main-menu > ul > li > a::before,
#block-block-2 .content a::before,
#block-block-4 .content a::before {
    top: 0;
    left: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
}

#block-block-5 .content a::before {
    top: -5px;
    left: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
}

#navigation #main-menu > ul > li > a::after,
#block-block-2 .content a::after,
#block-block-4 .content a::after {
    right: 0;
    bottom: -2px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

#block-block-5 .content a::after {
    right: 0;
    bottom: -8px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

#navigation #main-menu > ul > li > a:hover::before,
#navigation #main-menu > ul > li > a:hover::after,
#navigation #main-menu > ul > li.sfHover > a::before,
#navigation #main-menu > ul > li.sfHover > a::after,
#navigation #main-menu > ul > li.active-trail > a::before,
#navigation #main-menu > ul > li.active-trail > a::after,
#navigation #main-menu > ul > li > a.active::before,
#navigation #main-menu > ul > li > a.active::after,
#navigation #main-menu > ul > li > a:focus::before,
#navigation #main-menu > ul > li > a:focus::after,
#block-block-2 .content a:hover::before,
#block-block-2 .content a:focus::before,
#block-block-2 .content a:hover::after,
#block-block-2 .content a:focus::after,
#block-block-4 .content a:hover::before,
#block-block-4 .content a:focus::before,
#block-block-4 .content a:hover::after,
#block-block-4 .content a:focus::after,
#block-block-5 .content a:hover::before,
#block-block-5 .content a:focus::before,
#block-block-5 .content a:hover::after,
#block-block-5 .content a:focus::after {
    opacity: 1;
}

#navigation #main-menu > ul > li > a:hover::before,
#navigation #main-menu > ul > li > a:focus::before,
#navigation #main-menu > ul > li.sfHover > a::before,
#navigation #main-menu > ul > li.active-trail > a::before,
#navigation #main-menu > ul > li > a.active::before,
#block-block-2 .content a:hover::before,
#block-block-2 .content a:focus::before,
#block-block-4 .content a:hover::before,
#block-block-4 .content a:focus::before,
#block-block-5 .content a:hover::before,
#block-block-5 .content a:focus::before {
    top: -3px;
    left: 50%;
    -webkit-transform: rotate(0deg) translateX(-50%);
    -moz-transform: rotate(0deg) translateX(-50%);
    transform: rotate(0deg) translateX(-50%);
}

#navigation #main-menu > ul > li > a:hover::after,
#navigation #main-menu > ul > li > a:focus::after,
#navigation #main-menu > ul > li.sfHover > a::after,
#navigation #main-menu > ul > li.active-trail > a::after,
#navigation #main-menu > ul > li > a.active::after,
#block-block-2 .content a:hover::after,
#block-block-2 .content a:focus::after,
#block-block-4 .content a:hover::after,
#block-block-4 .content a:focus::after,
#block-block-5 .content a:hover::after,
#block-block-5 .content a:focus::after {
    right: 50%;
    -webkit-transform: rotate(0deg) translateX(50%);
    -moz-transform: rotate(0deg) translateX(50%);
    transform: rotate(0deg) translateX(50%);
}

/*-------------------------------------------------*/
/*  Archboard 5. Homepage Slider Styles
/*-------------------------------------------------*/

#block-block-1 .content {
    height: 393px;
    overflow: hidden;
}

#block-block-1 .content .mobile {
    background: url(/sites/default/files/mobile.jpg) no-repeat;
    display: none;
    width: 100%;
    height: 390px;
    background-position: 50% 50%;
}

#block-custom-search-blocks-1 {
    height: 0px;
    position: relative;
    z-index: 45;
    width: 496px;
    margin: 0 auto;
    top: 130px;
}

#block-custom-search-blocks-1 .form-type-textfield label {
    font-family: 'Montserrat';
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    line-height: 31px;
}

#block-custom-search-blocks-1 input[type=text] {
    width: 75%;
    padding: 5px;
    font-size: 16px;
    margin-top: 10px;
    background: rgba(255,255,255,0.5);
    border: none;
    margin: 13px auto 0;
    display: block;
}

#block-custom-search-blocks-1 input[type=submit] {
    background: none;
    border-right: 1px solid;
    border-left: 1px solid;
    margin: 0 auto;
    display: block;
    text-transform: uppercase;
    font-size: 23px;
}

#block-custom-search-blocks-1 input[type=submit]:hover {
    color: #282828;
}

#block-custom-search-blocks-1 input[type=text]::-webkit-input-placeholder {
    color: #282828;
}

#block-custom-search-blocks-1 input[type=text]:-moz-placeholder { /* Firefox 18- */
    color: #282828;
}

#block-custom-search-blocks-1 input[type=text]::-moz-placeholder {  /* Firefox 19+ */
    color: #282828;
}

#block-custom-search-blocks-1 input[type=text]:-ms-input-placeholder {
    color: #282828;
}

/*-------------------------------------------------*/
/*  Archboard 6. Homepage/Landing Page Styles
/*-------------------------------------------------*/

.front #content_left,
.page-node-57 #content_left,
.page-node-67 #content_left,
.page-node-72 #content_left,
.page-node-79 #content_left,
.page-node-89 #content_left {
    background: #fff url(../images/texture.png);
    padding: 10px;
}

.front .page-title,
.page-node-57 .page-title,
.page-node-67 .page-title,
.page-node-72 .page-title,
.page-node-79 .page-title,
.page-node-89 .page-title {
    font-family: 'Lato';
    font-size: 52px;
    text-align: center;
    display: block;
    text-align: center;
    margin-bottom: 25px;
}

.front .page-title {
    color: #165172;
}

.page-node-57 .page-title,
.page-node-57 .field-name-body h2 {
    color: #cbb394;
}

.page-node-67 .page-title,
.page-node-67 .field-name-body h2 {
    color: #8cc1bc;
}

.page-node-72 .page-title,
.page-node-72 .field-name-body h2 {
    color: #4b7d74;
}

.page-node-79 .page-title,
.page-node-79 .field-name-body h2 {
    color: #be7567;
}

.page-node-89 .page-title,
.page-node-89 .field-name-body h2 {
    color: #e1ae62;
    width: 100%;
}

.front .field-name-body,
.page-node-57 .field-name-body,
.page-node-67 .field-name-body,
.page-node-72 .field-name-body,
.page-node-79 .field-name-body,
.page-node-89 .field-name-body {
    max-width: 90%;
    margin: 0 auto;
    text-transform: none;
    line-height: 21px;
}

.front .field-name-body h2,
.page-node-57 .field-name-body h2,
.page-node-67 .field-name-body h2,
.page-node-72 .field-name-body h2,
.page-node-79 .field-name-body h2,
.page-node-89 .field-name-body h2 {
    font-family: 'Lato';
    font-size: 43px;
    text-align: center;
    display: block;
    text-align: center;
    margin-bottom: 25px;
    line-height: 1;
}

#content_left .view-id-about_views.view-display-id-block_1,
#block-views-events-page-links-block,
#block-views-taxonomy-term-views-block,
#block-views-ministry-missions-views-block,
#block-views-multimedia-views-block,
#block-views-store-links-block {
    max-width: 94%;
    margin: 20px auto;
}

#content_left .view-id-about_views.view-display-id-block_1 .views-row,
#block-views-events-page-links-block .views-row,
#block-views-taxonomy-term-views-block .views-row,
#block-views-ministry-missions-views-block .views-row,
#block-views-multimedia-views-block .views-row,
#block-views-events-page-links-block .views-row ,
#block-views-store-links-block .views-row {
    width: 176px;
    display: inline-block;
    text-align: center;
    margin: 0px 6px;
    vertical-align: top;
}

#content_left .view-id-about_views.view-display-id-block_1 .views-row a {
    display: flex;
    background: #165172;
    color: #fff;
    padding: 10px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 13px;
    align-items: center;
    justify-content: center;
    height: 33px;
}

.view-about-views .view-content {
    display: inline-block;
}

#block-views-taxonomy-term-views-block .views-row a {
    display: flex;
    background: #cbb394;
    color: #fff;
    padding: 10px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    height: 33px;
}

.view-taxonomy-term-views .view-content {
    display: inline-block;
}

#block-views-ministry-missions-views-block .views-row a {
    display: flex;
    background: #be7567;
    color: #fff;
    padding: 10px 0px 8px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    height: 33px;
}



#block-views-multimedia-views-block .views-row a {
    background: #8cc1bc;
    display: flex;
    color: #fff;
    padding: 10px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 13px;
    align-items: center;
    justify-content: center;
    height: 33px;
    flex-direction: column;
}

#block-views-multimedia-views-block .views-row a strong {
    font-weight: normal;
}

#block-views-store-links-block .views-row a {
    background: #e1ae62;
    display: flex;
    color: #fff;
    padding: 10px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    height: 33px;

}

#content_left .view-id-about_views.view-display-id-block_1 .views-row a:hover,
#block-views-taxonomy-term-views-block .views-row a:hover,
#block-views-ministry-missions-views-block .views-row a:hover,
#block-views-multimedia-views-block .views-row a:hover,
#block-views-store-links-block .views-row a:hover {
    background: #282828;
    color: #FFF;
}

.page-node-89 .field-name-field-image {
    float: none !important;
    padding: 0px;
    text-align: center;
}

#block-views-new-homepage-block .view-content {
    display: flex;
    flex-wrap: wrap;
}

#block-views-new-homepage-block .view-content .views-row {
    width: 30%;
    box-shadow: 0px 0px 10px -4px #000;
    margin-bottom: 20px;
    padding: 20px 10px;
}

#block-views-new-homepage-block .view-content .views-row-2,
#block-views-new-homepage-block .view-content .views-row-5 {
    margin-left: 20px;
    margin-right: 20px;
}

#block-views-new-homepage-block .views-field-title {
    text-align: left;
}

#block-views-new-homepage-block .views-field-title a {
    text-align: left !important;
    font-size: 14px !important;
    position: relative;
    top: 0px;
    color: #165172;
}

#block-views-new-homepage-block .views-field-title a:hover {
    color: #e1ae62
}

#block-views-new-homepage-block .views-field-nothing {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

#block-views-new-homepage-block .views-field-nothing img {
    height: 32px;
}

#block-views-new-homepage-block .views-field-field-image,
#block-views-new-homepage-block .views-field-field-pd-image {
    text-align: center;
    padding-left: 0px !important;
}

#block-views-new-homepage-block .views-field-body {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 24px;
}


.views-field-field-featured-item-link a {
    text-transform: uppercase;
    color: #165172;
    display: block;
}

.views-field-field-featured-item-link a:hover {
    color: #e1ae62
}

/*-------------------------------------------------*/
/*  Archboard 7. Footer Styles
/*-------------------------------------------------*/

#footer_wrap {
    margin-top: 35px;
}

#footer_wrap #footer {
    display: flex;
    flex-wrap: wrap;
}

#footer_wrap #footer #footer_one {
    border-right: 2px solid #165172;
    padding-right: 30px;
    margin-right: 30px;
}

#footer_wrap #footer #footer_one,
#footer_wrap #footer #footer_two {
    width: 46%;
    max-width: 100%;
    text-align: center;
}

#footer_wrap #footer #footer_three {
    width: 100%;
    max-width: 100%;
    display: block;
    margin-top: 30px;
}

#block-block-8 {
    float: right;
}

#block-block-8 .content a {
    color: #8cc1bc;
}

#block-block-8 .content a:hover {
    color: #282828;
}

#block-views-newsletters-block-1 h2 {
    margin-top: 0px;
}

#block-views-homepage-feature-box-block .views-field-title {
    margin-bottom: 15px;
    margin-top: 10px;
}

#block-views-homepage-feature-box-block .views-field-title a {
    color: #165172;
}

#block-views-homepage-feature-box-block .views-field-title a:hover {
    color: #282828;
}

#block-views-homepage-feature-box-block .views-field-body {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 20px;
}

#block-views-homepage-feature-box-block .views-field-field-link a {
    background: #165172;
    color: #fff;
    display: block;
    text-align: center;
    padding: 8px 0px;
}

#block-views-homepage-feature-box-block .views-field-field-link a:hover {
    background: #282828;
}

#sub_footer {
    text-align: center;
    padding-top: 40px;
}

#block-block-2 {
    display: block;
    width: 100%;

}

#block-block-2 td {
    position: relative;
    display: inline-block;
    width: 31%;
    margin: 0 10px;
}

#block-block-2 .content {
    text-align: center;
}

#block-block-2 .content a {
    display: inline-block;
    font-family: 'Montserrat';
    font-size: 15px;
    text-transform: uppercase;
    color: #165172;
}

#block-block-3 .content {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 13px;
    color: #aaa;
}

#block-block-3 .content a {
    color: #165172;
}

#block-block-3 .content a:hover {
    color: #282828;
}

.msie11  #block-block-2 td {
    width: 30%;
}

#block-views-new-content-block h2 {
    margin-top: 0px;
}

#block-views-new-content-block .views-row {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
    position: relative;
}

#block-views-new-content-block .views-row-last {
    border-bottom: none;
}

#block-views-new-content-block .views-row .views-field-title a {
    font-size: 14px;
    color: #282828;
    margin-right: 20px;
}

#block-views-new-content-block .views-row .views-field-title a:hover {
    color: #386986;
}

#block-views-new-content-block .views-row .views-field-created-1 {
    margin-right: 20px;
}

#block-views-new-content-block .views-row .views-field-created-1 .num {
    font-size: 16px;
    display: block;
    margin-bottom: -15px;
}

#block-views-new-content-block .views-row .views-field-created-1 .month {
    font-size: 14px;
}

#block-views-new-content-block .views-row .views-field-view-node {
    position: absolute;
    right: 0px;
}

#block-views-new-content-block .views-row .views-field-view-node a {
    display: inline-block;
    color: #386986;
    margin-right: 0px;
    font-size: 14px;
}

#block-views-new-content-block .views-row .views-field-view-node a:hover {
    color: #282828;
}

/*-------------------------------------------------*/
/*  Archboard 8. Sidebar Styles
/*-------------------------------------------------*/

/*-------------------------------------------------*/
/*  Archboard 9. About Styles
/*-------------------------------------------------*/

.node-type-staff-member .page-title {
    background: url(../images/about_topper.jpg) no-repeat;
    width: 960px;
    height: 198px;
    text-align: center;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    padding: 0px 20px;
    line-height: 50px;
}

.node-type-about-page .page-title {
    background: url(../images/about_topper.jpg) no-repeat;
    width: 960px;
    height: 198px;
    text-align: center;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    padding: 0px 20px;
    line-height: 50px;
}

.node-type-staff-member .field-type-taxonomy-term-reference,
.node-type-staff-member .field-name-field-position {
    display: none;
}

.node-type-staff-member .field-name-body a {
    color: #165172;
}

.node-type-staff-member .field-name-body a:hover {
    color: #282828;
}

.view-about-views .views-field a {
    color: #165172;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 5px;
    position: relative;
    top: 5px;
}

.view-about-views .views-field .title {
    margin-bottom: 10px;
}

.view-about-views .views-field .position {
    line-height: 150%;
}

.view-about-views .views-field a:hover {
    color: #282828;
}

.page-node-11 .region-content {
    margin-top: 20px;
}

.field-name-field-about-image {
    float: right;
    padding-left: 20px;
}

.field-name-field-about-image .field-item {
    margin-bottom: 15px;
}

.field-name-field-gallery .field-item {
    margin-bottom: 7px;
    width: 313px;
    vertical-align: top;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

.field-name-field-gallery .field-item {
    display: inline-block;
}

.field-name-field-gallery .field-item img {
    min-width: 313px;
}

.field-name-field-gallery .field-item:nth-child(3n + 2) {
    margin-left: 10px;
    margin-right: 10px;
}

#content_left,
.field-name-body {
    margin-top: 20px;
}

.node-type-about-page h2 {
    color: #165172;
}

.node-type-about-page .pdf-reader-download-link {
    display: block;
    text-align: center;
    margin-top: 20px;
    background: #165172;
    color: #fff;
    padding: 13px 0px 11px;
    font-size: 18px;
}

.node-type-about-page .field-name-body a {
    color: #165172;
}

.node-type-about-page .field-name-body a:hover {
    color: #282828;
}

.view-about-views.view-display-id-block_2 table {
    width: 100%;
}

.view-about-views.view-display-id-block_2 .item-list ul,
.view-about-views.view-display-id-block_3 .item-list ul,
.view-about-views.view-display-id-block_4 .item-list ul {
    display: flex;
    flex-wrap: wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-end;
    align-content: flex-end;
}

.view-about-views.view-display-id-block_2 .views-row,
.view-about-views.view-display-id-block_3 .views-row,
.view-about-views.view-display-id-block_4 .views-row {
    box-shadow: 0px 0px 8px -3px #000;
    background: #fff;
    padding: 15px;
    vertical-align: top;
    margin-bottom: 15px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 27%;
}

#content_left .view-about-views .views-field-title {
    font-size: 25px;
    margin-bottom: 10px;
    margin-top: 10px;
    line-height: 29px;
    text-align: center;
}

#content_left .view-about-views .views-field-title a {
    color: #282828;
    text-align: center;
}

.view-about-views .field-content {
    text-align: center;
}

#content_left .view-about-views .views-field-title a:hover {
    color: #165172;
}

.view-about-views .views-field-title a:visted {
    text-decoration: none;
}

.view-about-views h3 {
    font-size: 30px;
    color: #165172;
    margin-bottom: 25px;
    margin-top: 25px;
}

.field-name-field-staff-image {
    float: right;
    padding-left: 20px;
    margin-bottom: 20px;
    text-align: justify;
}

.node-type-about-page .field-name-field-audio-file .file a {
    color: #165172;
}

.node-type-about-page strong {
    color: #165172;
}

.page-node-11 .field-name-body td {
    vertical-align: top;
    padding: 10px;
}

.page-node-11 .field-name-body td img {
    margin-bottom: 5px;
}

.page-node-11 .field-name-body td br {
    display: none;
}

.node-type-newsletter-page .field-name-field-about-image {
    display: none;
}

/*-------------------------------------------------*/
/*  Archboard 10. Blog Overview Styles
/*-------------------------------------------------*/

.view-blog tr {
    display: flex;
}

.view-blog td {
    box-shadow: 0px 0px 8px -3px #000;
    background: #fff;
    padding: 15px;
    display: inline-block;
    max-width: 280px;
    width: 100%;
    vertical-align: top;
    margin-bottom: 15px;
    position: relative;
    height: 370px;
}

.view-blog td.col-2 {
    margin: 0px 15px 15px;
}

.view-blog td .views-field-title a {
    font-size: 25px;
    margin-bottom: 10px;
    margin-top: 30px;
    line-height: 29px;
    color: #282828;
}

.view-blog td .views-field-title a:hover {
    color: #529670;
}

.view-blog td .views-field-created,
.submitted {
    font-weight: bold;
    font-style: italic;
    font-size: 12px;
    margin-bottom: 10px;
    color: #529670;
}

.node-type-resource-page .submitted {
    color: #cbb394;
}

.view-blog td .views-field-body {
    margin-bottom: 45px;
    line-height: 21px;
}

.view-blog td .views-field-view-node {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    text-align: center;
}

.field-name-field-video {
    margin-bottom: 15px;
}

.view-blog td .views-field-view-node a {
    display: block;
    color: #fff;
    background: #529670;
    padding: 10px 0px;
}

.view-blog td .views-field-view-node a:hover {
    background: #282828;
}

.view-blog .views-exposed-form {
    margin-bottom: 20px;
    margin-top: 15px;
}

.view-blog #edit-combine {
    font-size: 16px;
    padding: 5px;
    font-family: 'Merriweather Sans', sans-serif;
    margin-right: 15px;
}

.view-blog .views-exposed-form input[type=submit] {
    background: #529670;
    margin-top: 1px;
    margin-left: 0px;
    padding: 6px 35px 7px;
}

.view-blog .views-exposed-form input[type=submit]:hover {
    background: #282828;
}

.page-blog .pager li a {
    color: #282828;
}

.page-blog .pager li,
.page-blog .pager li a:hover {
    color: #529670;
}

/*-------------------------------------------------*/
/*  Archboard 11. Blog Page Styles
/*-------------------------------------------------*/

.field-name-field-introduction {
    font-style: italic;
}

.node-type-article .page-title,
.page-blog .page-title {
    background: url(../images/blog_topper.jpg) no-repeat !important;
    width: 960px;
    height: 198px;
    text-align: center;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    padding: 0px 20px;
    line-height: 50px;
}

.node-type-article .views-field-title a:hover {
    color: #529670 !important;
}

.node-type-article .views-field-body a {
    color: #529670;
}

.node-type-article .views-field-body a:hover {
    color: #282828;
}

.node-type-article .views-exposed-form input[type=submit],
.node-type-article .views-field-view-node a {
    background: #529670 !important;
}

.node-type-article .views-exposed-form input[type=submit]:hover,
.node-type-article .views-field-view-node a:hover {
    background: #282828 !important;
}

.page-blog a {
    color: #529670;
}

.page-blog a:hover {
    color: #282828;
}



.submitted {
    margin-top: 15px;
}

.no-sidebars .field-name-field-image {
    float: right;
    padding-left: 20px;
}

.sidebar-first .field-name-field-image {
    float: right;
    padding-left: 20px;
}

.sidebar-second .field-name-field-image {
    float: left;
    padding-right: 20px;
}

.field-name-field-tags .field-label {
    display: inline-block;
    float: left;
}

.field-name-field-tags a {
    color: #529670;
    margin-bottom: 10px;
    display: inline-block;
}

.field-name-field-tags a:hover {
    color: #282828;
}

.field-name-field-tags .field-item {
    display: inline-block;
    margin-right: 20px;
}

.node-type-article .field-name-body a {
    color: #529670;
}

.field-name-field-audio-file b {
    font-weight: bold;
}

.field-name-field-audio-file object {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}

.field-name-field-audio-file .file-icon {
    display: none;
}

.field-name-field-audio-file {
    font-size: 18px;
}

.node-type-article .audio-download {
    margin-top: 5px;
    margin-bottom: 20px;
}

.node-type-article .audio-download a {
    color: #529670;
}

.node-type-article .audio-download a:hover {
    color: #282828;
}

.field-name-field-video {
    text-align: center;
}

.field-name-field-video iframe {
    width: 100%;
    height: 540px;
}

/* ----------------- Comments ----------------- */
#comments {
    clear: both;
}

#comments input[type=text],
#comments input[type=email],
#comments textarea {
    font-size: 16px;
    padding: 5px;
    font-family: 'Merriweather Sans', sans-serif;
}

#comments input[type=submit] {
    background: #529670;
    margin-top: 15px;
}

#comments input[type=submit]:hover {
    background: #282828;
}

#comments h2.title {
    color: #529670;
    margin-top: 0px;
}

#comments label {
    display: none;
}

#comments .description {
    font-size: 12px;
    font-style: italic;
    margin-top: 5px;
}

#comments .field-name-comment-body fieldset {
    display: none;
}

.comment h2.title {
    margin-bottom: 1em;
}
.comment div.user-picture img {
    margin-left: 0; /* LTR */
}
.comment {
    margin-bottom: 20px;
    display: table;
    vertical-align: top;
}
.comment .attribution {
    display: table-cell;
    padding: 0 30px 0 0; /* LTR */
    vertical-align: top;
    overflow: hidden;
}
.comment .attribution img {
    margin: 0;
    border: 1px solid #d3d7d9;
}
.comment .attribution .username {
    white-space: nowrap;
}
.comment .submitted p {
    margin: 4px 0;
    font-size: 1.071em;
    line-height: 1.2;
}
.comment .submitted .comment-time {
    font-size: 0.786em;
    color: #68696b;
}
.comment .submitted .comment-permalink {
    font-size: 0.786em;
    text-transform: lowercase;
}
.comment .content {
    font-size: 0.929em;
    line-height: 1.6;
}
.comment .comment-arrow {
    background: url(../images/comment-arrow.gif) no-repeat 0 center transparent; /* LTR */
    height: 40px;
    margin-left: -47px; /* LTR */
    margin-top: 10px;
    position: absolute;
    width: 20px;
}
.comment .comment-text {
    padding: 10px 25px;
    border: 1px solid #d3d7d9;
    display: table-cell;
    vertical-align: top;
    position: relative;
    width: 100%;
}
.comment .indented {
    margin-left: 40px; /* LTR */
}
.comment ul.links {
    padding: 0 0 0.25em 0;
}
.comment ul.links li {
    padding: 0 0.5em 0 0; /* LTR */
}
.comment-unpublished {
    margin-right: 5px; /* LTR */
    padding: 5px 2px 5px 5px; /* LTR */
}
.comment-unpublished .comment-text .comment-arrow {
    border-left: 1px solid #fff4f4;
    border-right: 1px solid #fff4f4;
}

.comment-submitted {
    font-size: 14px;
    background: #eee;
    padding: 10px;
    line-height: 20px;
}

#comments .comment_show {
    cursor: pointer;
    font-style: italic;
    font-size: 12px;
    margin: 10px 0px 15px;
    font-weight: bold;
    color: #529670;
}

#comments .comment_show:hover {
    color: #282828;
}

.comment ul.links {
    display: block;
    text-align: right;
    margin-top: 20px;
}

.comment ul.links a {
    color: #529670;
}

.comment ul.links a:hover {
    color: #282828;
}

.comment-text h3,
.comment-permalink {
    display: none;
}

.comment-add {
    padding: 0px !important;
}

.comment-add a {
    color: #fff !important;
    background: #529670;
    display: inline-block;
    padding: 7px 25px;
    margin-top: 20px;
}

.indented {
    margin-left: 25px;
    max-width: 90%;
    margin: 0 auto;
}

.node-type-article .field-name-field-audio-file .file a {
    color: #529670;
}

.node-type-article h2 {
    color: #529670;
}

.node-type-article a {
    color: #529670;
}

.node-type-article a:hover {
    color: #282828;
}

.node-type-article strong {
    color: #529670;
}


/*-------------------------------------------------*/
/*  Archboard 12. Events Overview Styles
/*-------------------------------------------------*/
#block-views-events-page-links-block .views-row a {
    background: #4b7d74;
    display: flex;
    color: #fff;
    padding: 10px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    height: 33px;
}

#block-views-events-page-links-block .views-row a:hover {
    background: #282828;
}

/*-------------------------------------------------*/
/*  Archboard 13. Events Page Styles
/*-------------------------------------------------*/

.node-type-events-page .page-title,
.node-type-event .page-title,
.node-type-speaking-topics .page-title {
    background: url(../images/calendar_bg.jpg) no-repeat;
    width: 960px;
    height: 198px;
    text-align: center;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    padding: 0px 20px;
    line-height: 50px;
}

.node-type-events-page h3 {
    color: #4b7d74;
}

.view-speaking-topics tr {
    display: flex;
}

.view-speaking-topics td {
    box-shadow: 0px 0px 8px -3px #000;
    background: #fff;
    padding: 15px 15px 45px;
    display: inline-block;
    max-width: 280px;
    width: 100%;
    vertical-align: top;
    margin-bottom: 15px;
    position: relative;
}

.view-speaking-topics td.col-2 {
    margin: 0px 15px 15px;
}

.view-speaking-topics .views-field-title {
    font-size: 25px;
    margin-bottom: 10px;
    margin-top: 10px;
    line-height: 29px;
    color: #282828;
    text-align: left;
}

.view-speaking-topics .views-field-title a {
    color: #282828;
}

.view-speaking-topics .views-field-title a:hover {
    color: #4b7d74;
}

.view-speaking-topics .views-field-view-node {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    text-align: center;
}

.view-speaking-topics .views-field-view-node a {
    text-align: center;
    display: block;
    color: #fff;
    background: #4b7d74;
    padding: 10px 0px;
}

.view-speaking-topics .views-field-view-node a:hover {
    background-color: #282828;
    color: #FFF;
}

.node-type-speaking-topics h2 {
    color: #4B7D74;
}

.field-name-field-events-page-image {
    float: right;
}

.view-calendar .views-row-even,
.view-calendar .views-row-odd {
    box-shadow: 0px 0px 8px -3px #000;
    background: #fff;
    padding: 15px;
    display: inline-block;
    max-width: 280px;
    width: 100%;
    vertical-align: top;
    margin-bottom: 15px;
    position: relative;

}

.view-calendars .views-field-title {
    font-size: 25px;
    margin-bottom: 10px;
    margin-top: 10px;
    line-height: 29px;
    color: #4b7d74;
    text-align: center;
}

.view-calendar .views-field-title a {
    color: #4b7d74;
}

.view-calendar .views-field-title a:hover {
    color: #282828;
}


.view-calendar .views-field-view-node a {
    text-align: center;
    display: block;
    color: #fff;
    background: #4b7d74;
    padding: 10px 0px;
}

.view-calendar .views-field-view-node a:hover {
    background-color: #282828;
    color: #FFF;
}

.views-label-field-event-date,
.views-label-field-where,
.views-label-field-description {
    color: #4b7d74;
    font-weight: bold;
}

.views-field-title,
.views-field-field-event-date,
.views-field-field-where,
.views-field-field-description {
    margin-bottom: 10px;
}

.views-field-title {
    font-size: 24px;
    text-align: center;
}

.field-name-field-event-date,
.field-name-field-where,
.field-name-field-speaker {
    margin-bottom: 10px;
    margin-top: 10px;

}

.field-name-field-event-date .field-label,
.field-name-field-where .field-label,
.field-name-field-description .field-label,
.field-name-field-speaker .field-label {
    color: #4b7d74;
    font-weight: bold;
}

.calendar-calendar td.empty {
    color: #4b7d74 !important;
}

.calendar-calendar th.days {
    padding: 10px 5px !important;
    color: #fff !important;
    background: #4b7d74 !important;
}

.calendar-calendar td a {
    font-size: 14px;
    line-height: 15px;
    display: block;
}

.calendar-calendar .month-view .full td.single-day div.monthview,
.calendar-calendar .week-view .full td.single-day div.weekview,
.calendar-calendar .day-view .full td.single-day div.dayview {
    background: none !important;
}

.calendar-calendar .month-view .full tr td.single-day.today,
.calendar-calendar .month-view .full td.date-box.today {
    border-color: #4b7d74 !important;
}

.view .date-nav-wrapper .date-nav {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 0px;
}

.view-calendar .pager {
    margin-bottom: 0px;
    padding: 0px !important;
}

.view .date-nav-wrapper .date-prev a,
.view .date-nav-wrapper .date-next a {
    background: #4b7d74;
    padding: 7px 25px;
    color: #fff;
    margin: 0px;
}

.view .date-nav-wrapper .date-prev a:hover,
.view .date-nav-wrapper .date-next a:hover {
    background: #282828;
    color: #fff !important;
}

.block-views .view .date-nav-wrapper .date-prev,
.view .date-nav-wrapper .date-next {
    margin: 0px;
    background: none;
}

.calendar-calendar .week-view .full div.single-day div.weekview,
.calendar-calendar .day-view .full div.single-day div.dayview {
    border: none !important;
    background: #fff !important;
}

#block-views-calendar-block-3 {
    display: none;
}

.node-type-event #content_left footer {
    display: none;
}

.calendar-calendar .month-view .full td.multi-day div.monthview, 
.calendar-calendar .week-view .full td.multi-day div.weekview, 
.calendar-calendar .day-view .full td.multi-day div.dayview {
    height: 2.9em;
}

.multi-day a {
    color: #fff;
}

/*-------------------------------------------------*/
/*  Archboard 14. Contact Page Styles
/*-------------------------------------------------*/
.page-node-2 .page-title,
.page-node-368 .page-title,
.page-node-690 .page-title {
    background: url(../images/contact_topper.jpg) no-repeat;
    width: 960px;
    height: 198px;
    text-align: center;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    padding: 0px 20px;
    line-height: 50px;
    padding-bottom: 25px;
}

.page-node-2 .field-name-body,
.page-node-368 .field-name-body,
.page-node-690 .field-name-body .field-name-body {
    float: right;
    max-width: 580px;
    width: 100%;
    text-align: center;
}

.page-node-690 .field-name-body a {
    color: #386986;
}

.page-node-690 .field-name-body a:hover {
    color: #282828;
}

.page-node-2 input[type=text],
.page-node-2 input[type=email],
.page-node-368 input[type=text],
.page-node-368 input[type=email] {
    width: 100%;
    max-width: 325px;
    padding: 5px;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 16px;
    border: 1px solid #d3d7d9;
}

.page-node-368 select {
    width: 100%;
    max-width: 337px;
    padding: 5px;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 16px;
    border: 1px solid #d3d7d9;
}

.page-node-2 textarea,
.page-node-368 textarea {
    max-width: 338px;
    width: 100%;
    padding: 5px;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 16px;
    border: 1px solid #d3d7d9;
}

.page-node-2 input[type=text]:focus,
.page-node-2 input[type=email]:focus,
.page-node-2 textarea:focus,
.page-node-368 input[type=text]:focus,
.page-node-368 input[type=email]:focus,
.page-node-368 textarea:focus {
    background: #165172;
    color: #fff;
    outline: none;
}

.page-node-2 input[type=submit],
.page-node-368 input[type=submit] {
    -webkit-appearance: none;
    border-radius: 0;
    border: none;
    background: #000;
    color: #fff;
    width: 340px;
    background: #165172;
    margin: 0;
}

.page-node-2 input[type=submit]:hover,
.page-node-368 input[type=submit]:hover {
    background: #aaa;
    background: #282828;
}

/*-------------------------------------------------*/
/*  Archboard 15. Resources Styles
/*-------------------------------------------------*/

.page-taxonomy .page-title,
.node-type-resource-page .page-title {
    background: url(../images/resources_topper.jpg) no-repeat;
    width: 960px;
    height: 198px;
    text-align: center;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    padding: 0px 20px;
    line-height: 50px;
}

.view-taxonomy-term tr {
    display: flex;
}

.page-taxonomy-term-8 .view-taxonomy-term td {
    height: 300px;
}

.view-taxonomy-term td {
    box-shadow: 0px 0px 8px -3px #000;
    background: #fff;
    display: inline-block;
    max-width: 280px;
    width: 100%;
    vertical-align: top;
    margin-bottom: 15px;
    position: relative;
    padding: 10px;
}

.page-taxonomy-term-580 .view-taxonomy-term td {
    display: flex;
    height: 450px;
}

.page-taxonomy-term-580 .view-taxonomy-term h2 {
    text-align: center;
    font-family: 'Merriweather Sans', sans-serif;
    margin-top: 0px;
}

.page-taxonomy-term-580 .view-taxonomy-term a {
    color: #e1ae62;
}

.page-taxonomy-term-580 .view-taxonomy-term a:hover {
    color: #282828;
}






.field-name-field-pd-image {
    float: right;
    padding-left: 20px;
}

.page-taxonomy-term-580 .field-name-body {
    margin-bottom: 10px;
    text-align: center;
    padding: 7px;
}


.node-type-product-display- a {
    color: #e1ae62;
}

.node-type-product-display- input[type=submit] {
    background: #e1ae62;
}

.node-type-product-display- input[type=submit]:hover {
    background: #282828;
}

.page-taxonomy-term-580 .node-teaser .view-taxonomy-term .commerce-add-to-cart {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
}

.view-taxonomy-term td.col-2 {
    margin: 0px 15px 15px;
}

.page-taxonomy .views-field-title {
    margin-bottom: 25px;
}

.page-taxonomy .views-field-title a,
.node-type-resource-page h2 {
    color: #282828;
}

.page-taxonomy .views-field-title a {
    font-size: 25px;
    margin-bottom: 10px;
    margin-top: 30px;
    line-height: 29px
}

.view-display-id-page .views-field-body a:hover {
    color: #282828;
}

.page-taxonomy .views-field-title a:hover,
.view-display-id-page .views-field-body a {
    color: #cbb394;
}

.view-slideshow-and-video .views-field-body,
.view-taxonomy-term .views-field-body {
    margin-bottom: 45px;
    line-height: 21px;
    text-align: center;
}

.view-taxonomy-term .views-field-view-node {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    text-align: center;
}

.view-taxonomy-term .views-field-view-node a {
    display: block;
    color: #fff;
    background: #cbb394;
    padding: 10px 0px;
}

.view-taxonomy-term .views-field-view-node a:hover {
    background: #282828;
}

.pager {
    padding-top: 25px !important;
}

.page-taxonomy .pager li a {
    color: #282828;
}

.page-taxonomy .pager li,
.page-taxonomy .pager li a:hover {
    color: #cbb394;
}

.page-taxonomy #edit-combine {
    font-size: 16px;
    padding: 5px;
    font-family: 'Merriweather Sans', sans-serif;
}

.page-taxonomy .views-exposed-form {
    margin-bottom: 15px;
    clear: both;
}

.page-taxonomy .views-exposed-form input[type=submit] {
    background: #cbb394;
    margin-top: 1px;
    padding: 6px 35px 7px;
}

.page-taxonomy .views-exposed-form input[type=submit]:hover {
    background: #282828;
}

.page-taxonomy-term-580 .views-exposed-form input[type=submit] {
    background: #e1ae62;
    margin-top: 1px;
    padding: 6px 35px 7px;
}

.page-taxonomy .views-exposed-form input[type=submit]:hover {
    background: #282828;
}

.field-name-field-resource-pdf {
    margin-top: 25px;
}

.node-type-resource-page .field-name-body a {
    color: #cbb394;
}

.node-type-resource-page .field-name-body a:hover {
    color: #282828;
}

.page-taxonomy-term-4 h2 {
    color: #cbb394;
}

.page-taxonomy-term-4 a,
.page-taxonomy-term-15 a,
.page-taxonomy-term-6 a,
.page-taxonomy-term-8 a{
    color: #cbb394;
}

.node-type-resource-page h2 {
    color: #cbb394;
}

.node-type-resource-page .field-name-field-resource-image {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
    max-width: 300px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.node-type-resource-page strong {
    font-weight: bold;
}

.node-type-resource-page .pdf-reader-download-link {
    display: block;
    text-align: center;
    margin-top: 20px;
    background: #cbb394;
    color: #fff;
    padding: 13px 0px 11px;
    font-size: 18px;
}

.node-type-article .pdf-reader-download-link {
    display: block;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    background: #529670;
    color: #fff;
    padding: 13px 0px 11px;
    font-size: 18px;
}

.node-type-resource-page img {
    margin-left: 0px;
}

.rightImages {
    float: right;
    padding-left: 20px;
    max-width: 300px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}


/*-------------------------------------------------*/
/*  Archboard 16. Ministry & Missions Styles
/*-------------------------------------------------*/

.node-type-ministry-missions-page .page-title {
    background: url(../images/mission_topper.jpg) no-repeat;
    width: 960px;
    height: 198px;
    text-align: center;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    padding: 0px 20px;
    line-height: 50px;
}

.node-type-ministry-missions-page a {
    color: #be7567;
}

.node-type-ministry-missions-page a:hover {
    color: #282828;
}

#block-views-letters-views-block {
    padding-top: 30px;
    clear: both;
}

#block-views-letters-views-block .views-row {
    margin-bottom: 17px;
}

#block-views-letters-views-block .views-row-last {
    border-bottom: none;
}

#block-views-letters-views-block .views-field-title {
    font-family: Lato, san-sarif;
    font-size: 25px;
    margin-bottom: 15px;
    margin-top: 30px;
    text-align: center;
    color: #be7567;
}

#block-views-letters-views-block .views-field-body p {
 
}

#block-views-letters-views-block .views-field-field-name {
    text-align: center;
    font-style: italic;
    margin-bottom: 20px;
}

#block-views-letters-views-block .pager li,
#block-views-letters-views-block .pager li a:hover {
    color: #be7567;
}

#block-views-letters-views-block .pager li a {
    color: #282828;
}

.node-type-ministry-missions-page .pdf-reader-download-link {
    display: block;
    text-align: center;
    margin-top: 20px;
    background: #be7567;
    color: #fff;
    padding: 13px 0px 11px;
    font-size: 18px;
}

.node-type-ministry-missions-page .pdf-reader-download-link:hover,
.node-type-article .pdf-reader-download-link:hover {
    background: #282828;
    color: white;
}

.pdf-reader-download-link:hover {
    background: #282828;
}

.node-type-ministry-missions-page .field-name-body a {
    color: #be7567;
}

.node-type-ministry-missions-page .field-name-body a:hover {
    color: #282828;
}

.node-type-ministry-missions-page h2 {
    color: #be7567;
    text-transform: capitalize;
}

.node-type-ministry-missions-page .region-content {
    margin-top: 25px;
}


/*-------------------------------------------------*/
/*  Archboard 17. Multimedia Styles
/*-------------------------------------------------*/

.node-type-multimedia-page .page-title,
.node-type-newsletter-page .page-title,
.node-type-videos-and-slideshows .page-title,
.node-type-radio-broadcasts .page-title {
    background: url(../images/media_topper.jpg) no-repeat;
    width: 960px;
    height: 198px;
    text-align: center;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    padding: 0px 20px;
    line-height: 50px;
}

.node-type-videos-and-slideshows .field-name-body a {
    color: #8cc1bc;
}

.node-type-videos-and-slideshows .field-name-body a:hover {
    color: #282828;
}

.node-type-radio-broadcasts .field-name-field-audio-file .file a {
    color: #8cc1bc;
}

.node-type-newsletter-page .pdf-reader-download-link {
    display: block;
    text-align: center;
    margin-top: 20px;
    background: #8cc1bc;
    color: #fff;
    padding: 13px 0px 11px;
    font-size: 18px;
}

.node-type-newsletter-page .pdf-reader-download-link:hover {
    background: #282828;
}

.view-radio-broadcasts tr {
    display: flex;
}

.view-radio-broadcasts td {
    box-shadow: 0px 0px 8px -3px #000;
    background: #fff;
    padding: 15px 15px 45px;
    display: flex;
    max-width: 280px;
    width: 100%;
    height: 100px;
    vertical-align: top;
    margin-bottom: 15px;
    position: relative;
    align-items: center;
    justify-content: center;

}

.view-radio-broadcasts td.col-2 {
    margin: 0px 15px 15px;
}

.view-radio-broadcasts .views-field-title a {
    font-size: 25px;
    margin-bottom: 20px;
    margin-top: 10px;
    line-height: 29px;
    color: #282828;
    text-align: center;
}

.view-radio-broadcasts .views-field-title a:hover {
    color: #8cc1bc;
}

.view-radio-broadcasts .views-field-view-node {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    text-align: center;
}

.view-radio-broadcasts .views-field-view-node a {
    text-align: center;
    display: block;
    color: #fff;
    background: #8cc1bc;
    padding: 10px 0px;
}

.view-radio-broadcasts .views-field-view-node a:hover {
    background-color: #282828;
    color: #FFF;
}

.view-radio-broadcasts #edit-combine {
    font-size: 16px;
    padding: 5px;
    font-family: 'Merriweather Sans', sans-serif;
}

.view-radio-broadcasts .views-exposed-form input[type=submit] {
    background: #8cc1bc;
    margin-top: 1px;
    padding: 6px 35px 7px;
}

.views-exposed-form .views-exposed-widget .form-submit {
    margin-top: 0px;
}


.view-slideshow-and-video tr {
    display: flex;
}

.node-type-multimedia-page #content_left .field-name-body a,
.view-slideshow-and-video td a {
    color: #8cc1bc;
}

.node-type-multimedia-page #content_left .field-name-body a:hover,
.view-slideshow-and-video td a:hover {
    color: #282828;
}

.view-slideshow-and-video td {
    box-shadow: 0px 0px 8px -3px #000;
    background: #fff;
    padding: 15px 15px 45px;
    display: inline-block;
    max-width: 280px;
    width: 100%;
    height: 260px;
    vertical-align: top;
    margin-bottom: 15px;
    position: relative;
}

.view-slideshow-and-video td.col-2 {
    margin: 0px 15px 15px;
}

.view-slideshow-and-video .views-field-title a {
    font-size: 25px;
    margin-bottom: 10px;
    margin-top: 10px;
    line-height: 29px;
    color: #282828;
}

.view-slideshow-and-video .views-field-title a:hover {
    color: #8cc1bc;
}

.view-slideshow-and-video .views-field-view-node {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    text-align: center;
}

.view-slideshow-and-video .views-field-view-node a {
    text-align: center;
    display: block;
    color: #fff;
    background: #8cc1bc;
    padding: 10px 0px;
}

.view-slideshow-and-video .views-field-view-node a:hover {
    background-color: #282828;
    color: #FFF;
}

.view-slideshow-and-video #edit-combine {
    font-size: 16px;
    padding: 5px;
    font-family: 'Merriweather Sans', sans-serif;
}

.view-slideshow-and-video .views-exposed-form input[type=submit] {
    background: #8cc1bc;
    margin-top: 1px;
    padding: 6px 35px 7px;
}

.view-newsletters p {
    text-align: center;
}

.view-newsletters tr {
    display: flex;
}

.view-newsletters td {
    box-shadow: 0px 0px 8px -3px #000;
    background: #fff;
    padding: 15px 15px 45px;
    display: inline-block;
    max-width: 280px;
    width: 100%;
    vertical-align: top;
    margin-bottom: 15px;
    position: relative;
    height: 230px;
}

.view-newsletters td.col-2 {
    margin: 0px 15px 15px;
}

.view-newsletters .views-field-title a {
    font-size: 25px;
    margin-bottom: 10px;
    margin-top: 10px;
    line-height: 29px;
    color: #282828;
    margin: 0 auto;
    display: block;
}

.view-newsletters .views-field-title a:hover {
    color: #8cc1bc;
}

.view-newsletters .views-field-view-node {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    text-align: center;
}

.view-newsletters .views-field-view-node a {
    text-align: center;
    display: block;
    color: #fff;
    background: #8cc1bc;
    padding: 10px 0px;
}

.view-newsletters .views-field-view-node a:hover {
    background-color: #282828;
    color: #FFF;
}

.node-type-multimedia-page #content_left .field-name-body a, .view-slideshow-and-video td a {
    color: #8cc1bc;
}

.field-name-field-audio-file .file a:hover {
    color: #282828;
}

.field-name-field-audio-file .field-label {
    color: #282828;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 24px;
}

#block-views-newsletters-block {
    padding-top: 25px;
}

.commentCounter.hidden {
    display: none;
}

#block-views-minute-messages-block {
    margin-top: 25px;
}


#block-views-minute-messages-block .view-content {
    display: flex;
    flex-wrap: wrap;
}

#block-views-minute-messages-block .view-content .views-row {
    width: 28%;
    box-shadow: 0px 0px 8px -3px #000;
    background: #fff;
    padding: 15px 15px 15px;
    display: flex;
    flex-direction: column;
    height: 100px;
    vertical-align: top;
    margin-bottom: 15px;
    position: relative;
    align-items: center;
    justify-content: center;
    margin-right: 18px;
}

#block-views-minute-messages-block .view-content .views-field-title {
    font-size: 25px;
    margin-bottom: 20px;
    margin-top: 10px;
    line-height: 29px;
    color: #282828;
    text-align: center;
}

#block-views-minute-messages-block .views-field-field-audio-file .audio-download {
    font-size: 12px;
    margin-top: 10px;
}

#block-views-minute-messages-block .views-field-field-audio-file .audio-download a {
    color: #282828;
}

#block-views-minute-messages-block .views-field-field-audio-file .audio-download a:hover {
    color: #8cc1bc !important;
}


/*-------------------------------------------------*/
/*  Archboard 18. Search Results Styles
/*-------------------------------------------------*/

.page-search .page-title {
    background: url(../images/search_bg.jpg) no-repeat;
    width: 960px;
    height: 198px;
    text-align: center;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    padding: 0px 20px;
    line-height: 50px;
}

.page-search #edit-basic {
    margin-top: 25px;
}

.page-search #edit-submit {
    margin-top: -1px;
}

#edit-keys {
    padding: 5px;
    font-size: 16px;
}

.search-results {
    display: flex;
    flex-wrap: wrap;
}

.search-results li {
    box-shadow: 0px 0px 8px -3px #000;
    background: #fff;
    padding: 15px;
    display: inline-block;
    max-width: 280px;
    width: 100%;
    vertical-align: top;
    margin-bottom: 15px;
    position: relative;
}

.search-results li:nth-child(3n + 2) {
    margin: 0px 15px 15px;
}

.search-results .title a {
    font-size: 25px;
    margin-bottom: 10px;
    margin-top: 10px;
    line-height: 29px;
    color: #2289ad;
    text-align: center;
}

.search-results li a {
    color: #2289ad;
}

.search-results li a:hover,
.search-results .title a:hover {
    color: #282828;
}

.item-list .pager li a,
.item-list .pager-next li a,
.item-list .pager-last li a,
.item-list .pager-first li a,
.item-list .pager-previous li a{
    color: #2289ad;
}

.item-list .pager li a:hover,
.item-list .pager-next li a:hover,
.item-list .pager-last li a:hover,
.item-list .pager-first li a:hover,
.item-list .pager-previous li a:hover {
    color: #282828;
}

.item-list .pager li a:active {
    color: #282828;
}



/*-------------------------------------------------*/
/*  Archboard 19. Store Styles
/*-------------------------------------------------*/

.store .page-title {
    background: url(../images/store_bg.jpg) no-repeat;
    width: 960px;
    height: 198px;
    text-align: center;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    padding: 0px 20px;
    line-height: 50px;
}

.view-taxonomy-term.view-display-id-page_2  .views-field-title {
    min-height: 87px;
    margin-bottom: 15px;
}

.page-taxonomy-term-572 #content_left .views-field-title,
.page-taxonomy-term-573 #content_left .views-field-title {
    font-style: italic;
}


.view-taxonomy-term.view-display-id-page_1 .views-field-body,
.view-taxonomy-term.view-display-id-page_2 .views-field-body {
    margin-bottom: 15px;
}

.views-field-field-download {
    margin-bottom: 45px;
}

.views-field-field-download a,
.page-taxonomy .view-display-id-page_1 .views-field-title a:hover,
.page-taxonomy .view-display-id-page_2 .views-field-title a:hover {
    color: #e1ae62;
}

.views-field-field-download a:hover {
    color: #282828;
}

.view-taxonomy-term.view-display-id-page_1 .views-field-view-node a,
.view-taxonomy-term.view-display-id-page_2 .views-field-view-node a {
    background: #e1ae62;
}

.page-taxonomy .view-taxonomy-term.view-display-id-page_1 .views-exposed-form input[type=submit],
.page-taxonomy .view-taxonomy-term.view-display-id-page_2 .views-exposed-form input[type=submit] {
    background: #e1ae62;
}

.view-taxonomy-term.view-display-id-page_1 .views-field-view-node a:hover,
.page-taxonomy .view-taxonomy-term.view-display-id-page_1 .views-exposed-form input[type=submit]:hover,
.view-taxonomy-term.view-display-id-page_2 .views-field-view-node a:hover,
.page-taxonomy .view-taxonomy-term.view-display-id-page_2 .views-exposed-form input[type=submit]:hover {
    background: #282828;
}

.store .views-more-link,
.page-taxonomy-term-580 .views-more-link{
color: #e1ae62;
}

.store .views-more-link:hover
.page-taxonomy-term-580 .views-more-link:hover{
    color: #282828;
}

.store .view-taxonomy-term .views-field-add-to-cart-form,
.page-taxonomy-term-580 .view-taxonomy-term .commerce-add-to-cart{
    bottom: 0px;
    width: 100%;
}

.store .view-taxonomy-term .views-field-add-to-cart-form .form-submit,
.store .view-taxonomy-term .commerce-add-to-cart .form-submit {
    display: block;
    color: #fff;
    background: #e1ae62;
    padding: 10px 0px;
    text-align: center;
}

.store .view-taxonomy-term .commerce-add-to-cart .form-submit {
    left: 0px;
    width: 100%;
}

.store .view-taxonomy-term .commerce-add-to-cart {
    padding-bottom: 30px;

}

.store .view-taxonomy-term .views-field-add-to-cart-form .form-submit:hover,
.store .view-taxonomy-term .commerce-add-to-cart .form-submit:hover {
    background: #282828;
}

.store .view-taxonomy-term .views-field-add-to-cart-form .form-item-quantity,
.page-taxonomy-term-580 .view-taxonomy-term .views-field-add-to-cart-form .form-item-quantity{
    max-width: 90%;
    margin: 0 auto 22px;
}

.views-field-commerce-price {
    margin-bottom: 105px;
}

.views-field-commerce-price .views-label {
    float: left;
    margin-right: 3px;
    font-weight: bold;
}

.store .view-taxonomy-term .views-field-add-to-cart-form .form-item-quantity label {
    margin-bottom: 6px;
    font-weight: bold;
}

.store .view-taxonomy-term .views-field-add-to-cart-form .form-item-quantity input {
    width: 70px;
    padding: 2px;
}

.field-name-field-product-type {
    display: none;
}

.view-taxonomy-term.view-display-id-page_1 .views-field-body,
.view-taxonomy-term.view-display-id-page_2 .views-field-body {
    margin-bottom: 50px;
}

.view-taxonomy-term .view-header p {
    padding-top: 25px;
}

.commerce-add-to-cart .field-widget-options-select {
    margin-bottom: 40px;
}

.node-type-product-display- .page-title {
    background: url(../images/store_bg.jpg) no-repeat;
    width: 960px;
    height: 198px;
    text-align: center;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    padding: 0px 20px;
    line-height: 50px;
}

.field-type-list-text .views-label {
    font-weight: bold;
}

.node-type-donation .field-type-commerce-product-reference {
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: 40px;
    background: #eee;
    padding: 10px;
    width: 220px;
    text-align: center;
}

.field-name-field-donations-description {
    margin-left: 240px;
}

.page-node-690 input {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 1px solid #999;
    padding: 3px;
    width: 300px;
    padding: 5px;
    font-size: 16px;
}

.page-node-690 input[type=submit] {
    border: 1px solid #999;
    padding: 3px;
    width: 309px;
    margin-top: 12px;
}

.page-node-690 label {
    display: block;
    margin-top: 10px;
    font-weight: bold;
}

.node-type-webform .field-name-body a {
    color: #386986;
}

.node-type-webform .field-name-body a:hover {
    color: #282828;
}

.field-name-field-donations-description ul {
    padding-left: 30px;
}

.field-name-field-donations-description ul li {
    list-style: disc;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 21px;
}

.commerce-add-to-cart {
    font-weight: bold;
}

.views-field-add-to-cart-form .field-name-field-s-sizes label {
    float: left;
    margin-right: 5px;
}

.commerce-add-to-cart .field-name-field-s-sizes label {
    float: left;
    margin-right: 5px;
    margin-left: 14px;

}

.node-type-product-display- .commerce-add-to-cart .field-name-field-s-sizes label {
    float: left;
    margin-right: 5px;
    margin-left: 0px;

}

.field-name-commerce-price .field-label {
    float: left;
}

.node-type-product-display- .field-type-commerce-product-reference {
    float: none;
    padding-left: 0px;
}

.node-type-product-display- .field-type-commerce-product-reference label,
.node-type-product-display- .field-name-commerce-price {
    margin-bottom: 10px;
}

.contextual-links-region {
    position: static;
}

.page-taxonomy-term-580 .commerce-add-to-cart .form-item, .form-actions {
    width: 93%;
}

#edit-customer-profile-billing {
    display: inline-block;
    float: left;
    width: 50%;
}

.checkout-buttons {
    clear: both;
}

#edit-checkout-donate {
    padding: 20px;
    background: #386986;
    color: #fff;
    line-height: 24px;
}

#edit-checkout-donate a {
    color: #fff;
}

.checkout-review {
    width: 100%;
}

.form-item-commerce-payment-payment-method label img:nth-child(odd),
.commerce-paypal-icons img:nth-child(odd) {
    display: none !important;
}

#edit-commerce-payment-payment-method {
    padding: 10px;
    background: #eee;
    margin-bottom: 20px;
}

#edit-commerce-payment-payment-method input {
    float: left;
    margin-right: 10px;
}

/*-------------------------------------------------*/
/*  Archboard 19. Add To Cart Overlay Styles
/*-------------------------------------------------*/

div.messages.commerce-add-to-cart-confirmation .message-inner .added-product-title {
    color: #175172;
}

div.messages.commerce-add-to-cart-confirmation .message-inner .button-wrapper .button.checkout {
    background-color: #175172;
}

div.messages.commerce-add-to-cart-confirmation .message-inner .button-wrapper .button.checkout:hover {
    background-color: #282828;
}

div.messages.commerce-add-to-cart-confirmation .message-inner .button-wrapper .button.continue {
    background-color: #282828;
}

div.messages.commerce-add-to-cart-confirmation .message-inner .button-wrapper .button.continue:hover {
    background-color: #175172;
}

div.messages.commerce-add-to-cart-confirmation .view-confirm-message-product-display .view-content .views-field-commerce-total .field-content {
    color: #175172;
}

div.messages.commerce-add-to-cart-confirmation {
    width: 650px;
}

div.messages.commerce-add-to-cart-confirmation .view-confirm-message-product-display .view-content {
    width: 61%;
}

.view-confirm-message-product-display .views-field-field-pd-image {
    float: left;
    margin-right: 5px;
    margin-bottom: 10px;
}

.views-field-field-pd-image {
    margin-bottom: 15px;
    padding-left: 20px;
}

.view-confirm-message-product-display .entity-commerce-product {
    font-size: 14px;
}
.view-confirm-message-product-display .entity-commerce-product .commerce-product-sku-label,
.view-confirm-message-product-display .entity-commerce-product .commerce-product-title-label,
.view-confirm-message-product-display .entity-commerce-product .commerce-product-status-label {
    float: left;
    padding-left: 40px;
    font-size: 12px;
    font-weight: bold;
    color: #878380;
}

div.messages.commerce-add-to-cart-confirmation .view-confirm-message-product-display .view-content .views-field-commerce-total {
    float: right;
    margin-bottom: 5px;
}

div.messages.commerce-add-to-cart-confirmation .message-inner .commerce-add-to-cart-confirmation-close {
    top: 4px;
    right: 4px;

}

div.messages.commerce-add-to-cart-confirmation .view-confirm-message-product-display .view-content .field {
    margin-top: 5px;
}

/*-------------------------------------------------*/
/*  Archboard 23. Cart Styles
/*-------------------------------------------------*/
.page-cart input[type=submit] {
    background: #386986;
    margin-right: 5px;
}

.page-cart input[type=submit]:hover {
    background: #282828;
    color: #FFF;
}

.commerce-line-item-views-form input.delete-line-item {
    padding: 4px 10px;
}

.commerce-line-item-views-form input.delete-line-item:hover {
    background: red;
    color: #000;
}

.view-commerce-cart-form table {
    width: 100%;
}

.page-cart tr.even, tr.odd {
    border-bottom: none;
}

.view-commerce-cart-form .tbody {
    border-top: 5px solid red;
}

.view-commerce-cart-form td {
    padding: 10px;
}

.view-commerce-cart-form th {
    background: #E4EEF3;
    font-weight: bold;
    font-size: 14px;
    padding: 5px;
}

.page-cart .views-field-line-item-title th {
    font-size: 18px;
}

.page-cart .views-field-line-item-title a {
    color: #386986;
}

.page-cart .views-field-line-item-title a:hover {
    color: #282828;
}

.view-commerce-cart-form .odd {
    background: #fff;
}

.page-cart .page-title {
    width: 100%;
    margin-bottom: 15px;
}

.line-item-total {
    margin-top: 15px;
}
/*-------------------------------------------------*/
/*  Archboard 23. Checkout Styles
/*-------------------------------------------------*/
.page-checkout input[type=submit] {
    background: #386986;
    margin-right: 5px;
    color: #FFF;
    text-decoration: none;
}

.page-checkout input[type=submit]:hover {
    background: #282828;
    text-decoration: none;
    color: #fff;
}

.button-operator {
    margin-right: 5px;
}

.page-checkout .fieldset-legend {
    display: none;
}

.view-commerce-cart-summary table {
    width: 100%;
}

.page-checkout tr.even, tr.odd {
    border-bottom: none;
}

.view-commerce-cart-summary .tbody {
    border-top: 5px solid red;
}

.view-commerce-cart-summary td {
    padding: 10px;
}

.view-commerce-cart-summary th {
    background: #E4EEF3;
    font-weight: bold;
    padding: 5px;
}

.page-checkout .views-field-line-item-title th {
    font-size: 18px;
}


.view-commerce-cart-summary .odd {
    background: #FFF;
}

.page-checkout .page-title {
    width: 100%;
    margin-bottom: 15px;
}

.line-item-total {
    margin-top: 15px;
}

.field-name-commerce-customer-address label {
    font-weight: bold;
    margin-bottom: 10px;
}

table.checkout-review .pane-title td {
    padding-left: 2px;
}


tr.odd {
    background: none;
}

tr.even {
    background: #E4EEF3;
}

table.checkout-review .pane-data-full {
    display: block;
    padding: 10px;
    background: #fff;

}

table.checkout-review .pane-data-full label {
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 5px;
}

.checkout-help {
    font-weight: bold;
    margin-bottom: 10px;
}




/*-------------------------------------------------*/
/*  Archboard 24. Donation Styles
/*-------------------------------------------------*/

.node-type-donation .form-item, .form-actions {
    margin-top: 0px;
}

.field-type-commerce-product-reference {
    float: right;
    padding-left: 50px;
}

.commerce-product-field-field-donations-image {
    float: left;
    padding-right: 20px;
}

.node-type-donation .field-items td {
    display: inline-block;
    width: 25%;
    padding: 10px;
    box-shadow: 0px 0px 8px -3px #000;
    margin-right: 10px;
    margin-bottom: 10px;
}

.node-type-donation h2 {
    color: #e1ae62;
}

.node-type-donation input[type=submit] {
    background: #e1ae62;
}

.node-type-donation input[type=submit]:hover {
    background: #282828;
}

.node-type-donation tr {
    display: flex;
}

.group-product-wrap {
    min-height: 280px;
    padding: 20px 0px;
    clear: both;
}

.select-or-other-other {
    width: 140px;
    padding: 2px;
}

.node-type-donation .field-name-body form {
    float: right;
    width: 220px;
    background: #eee;
    padding: 10px;
    margin-left: 20px;
}

.node-type-donation .field-name-body .field-items td {
    padding: 0px;
    box-shadow: none;
    width: 100%;
    text-align: center;
}

.node-type-donation .field-name-body .field-items form p {
    text-align: center;
}

.node-type-donation .field-name-body select {
    max-width: 200px;
}

/*-------------------------------------------------*/
/*  Archboard 25. Dashboard Styles
/*-------------------------------------------------*/

#block-quicktabs-dashboard h2 {
    color: white;
    font-size: 40px;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
}

ul.quicktabs-tabs {
    margin-top: 0;
    margin-bottom: 25px;
}

.quicktabs-tabpage table {
    margin-bottom: 20px;
}

.quicktabs-tabpage table th a {
    color: #fff;
}

.quicktabs-tabpage input[type="text"],
.quicktabs-tabpage textarea,
.quicktabs-tabpage select {
    font-size: 16px;
    padding: 5px;
}

.quicktabs-tabpage #node-688 h2 {
    display: none;
}

.quicktabs-tabpage input[type="submit"] {
    margin-top: 18px !important;
    padding: 7px 25px;
}

.quicktabs-tabpage #commerce-order-ui-redirect-form .form-item {
    margin-right: 10px !important;
}

.quicktabs-tabpage .form-item-order-identifier {
    display: inline-block;
    margin-right: 8px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.quicktabs-tabpage .views-exposed-form .views-exposed-widget {
    padding-top: 0px;
}

.quicktabs-tabpage .views-exposed-form,
.quicktabs-tabpage .view-header,
.quicktabs-tabpage #edit-options {
    margin-bottom: 15px;
}

.quicktabs-tabpage .views-exposed-widgets {
    margin-bottom: 0px;
}

.quicktabs-tabpage .views-exposed-form label,
.quicktabs-tabpage .view-header label,
.quicktabs-tabpage .fieldset-legend {
    color: #fff;
    margin-bottom: 3px;
}

.quicktabs-tabpage .fieldset-legend {
    display: block;
}

.quicktabs-tabpage #edit-options .form-submit {
    margin-top: 0px !important;
    margin-left: 10px;
}

#dashboard .pager li a {
    color: #fff;
}

#dashboard .pager li,
#dashboard .pager li a:hover {
    color: #282828;
}


/*-------------------------------------------------*/
/*  Archboard 26. IE11 Styles [.msie11]
/*-------------------------------------------------*/
.msie11  #block-block-2 td {
    width: 30%;
}

.msie11 .audio-download {
    margin-top: 10px;
}

.msie11 .node-type-donation .field-items td {
    width: 13%;
}

.msie11 .view-taxonomy-term.view-display-id-page_1 .views-field-body,
.view-taxonomy-term.view-display-id-page_2 .views-field-body {
    text-align: center;
}

/*-------------------------------------------------*/
/*  Archboard 27. FireFox Styles
/*-------------------------------------------------*/
.win #block-block-2 td {
    width: 30%;
}

.firefox  .field-name-field-audio-file object {
    display: none;
}

.firefox  .audio-download {
    margin-top: 10px;
}
