/* Import Rules */
@import url("https://fonts.googleapis.com/css?family=Lato:100,100italic,300,300italic,regular,italic,700,700italic,900,900italic");
@import url("https://fonts.googleapis.com/css?family=Merriweather:300,300italic,regular,italic,700,700italic,900,900italic");
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic"); 
/* Screen.css | Mar 23, 2022 @11:14:09 AM */ 
/* Import Google Fonts */
@import url("https://fonts.googleapis.com/css?family=Merriweather:300");
@import url("https://fonts.googleapis.com/css?family=Merriweather:300italic");
@import url("https://fonts.googleapis.com/css?family=Merriweather:regular");
@import url("https://fonts.googleapis.com/css?family=Merriweather:italic");
@import url("https://fonts.googleapis.com/css?family=Merriweather:700");
@import url("https://fonts.googleapis.com/css?family=Merriweather:700italic");
@import url("https://fonts.googleapis.com/css?family=Merriweather:900");
@import url("https://fonts.googleapis.com/css?family=Merriweather:900italic");
@import url("https://fonts.googleapis.com/css?family=Montserrat:regular");
@import url("https://fonts.googleapis.com/css?family=Montserrat:700");
@import url("https://fonts.googleapis.com/css?family=Lato:100");
@import url("https://fonts.googleapis.com/css?family=Lato:100italic");
@import url("https://fonts.googleapis.com/css?family=Lato:300");
@import url("https://fonts.googleapis.com/css?family=Lato:300italic");
@import url("https://fonts.googleapis.com/css?family=Lato:regular");
@import url("https://fonts.googleapis.com/css?family=Lato:italic");
@import url("https://fonts.googleapis.com/css?family=Lato:700");
@import url("https://fonts.googleapis.com/css?family=Lato:700italic");
@import url("https://fonts.googleapis.com/css?family=Lato:900");
@import url("https://fonts.googleapis.com/css?family=Lato:900italic");
body {
font-family:Merriweather;
background-color: #eee;
background: url('/files/cochrist/banners/banner_1.jpg') no-repeat;
background-size: cover;
background-attachment: fixed;
}
/* General Styles */
a:not(.slide),
#template form.formWizForm input[type=submit],
input[type=submit] {
-o-transition: 0.2s ease all;
-moz-transition: 0.2s ease all;
-webkit-transition: 0.2s ease all;
transition: 0.2s ease all;
}
a {
color: #348aca;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
h2, h3, h4, h5, h6 {
font-family:Montserrat;
color:#282828;
text-transform:uppercase;
}
h2 {
font-size: 36px;
margin-bottom: 20px;
}
h3 {
font-size: 26px;
margin-bottom: 10px;
}
form.formWizForm h3 {
font-size: 36px;
margin-bottom: 20px;
}
h2 + form.formWizForm h3 {
font-size: 26px;
margin-bottom: 10px;
}
h4 {
font-size: 18px;
margin-bottom: 10px;
}
h5 {
font-size: 16px;
}
h6 {
font-size: 14px;
}
p.intro {
font-size: 26px;
text-align: center;
padding-bottom: 75px;
border-bottom: 2px solid #c5c7ca;
}
.btn,
#template form.formWizForm input[type=submit],
input[type=submit],
button,
.item-nav a {
color: #fff;
font-family: Lato;
font-size: 15px;
text-transform: uppercase;
background: #348aca;
padding: 10px;
margin-top: 10px;
display: inline-block;
box-sizing: border-box;
-webkit-transition: ease all .2s;
transition: ease all .2s;
cursor: pointer;
border: none;
}
.btn:hover,
#template form.formWizForm input[type=submit]:hover,
input[type=submit]:hover,
button:hover {
color: #fff;
background: #333;
text-decoration: none;
}
.content-module img {
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
color:transparent;
font-size:14 px;
/*background-color:#050505;*/
max-width:100%;
height:auto;
}
blockquote {
border-left: 8px solid #05acae;
padding-left: 15px;
}
.content-module iframe {
max-width: 100%;
}
ul li.odd {
background: rgba(255, 255, 255, 0.2);
}
/* Structure */
.wrapper {
min-width: 1024px;
max-width: 1080px;
margin: auto;
padding: 0 40px 0 40px;
box-sizing: border-box;
}
@media all and (min-width:768px) and (max-width:1023px) {
.wrapper {
min-width:100%;
}
}
.topbar .wrapper {
padding: 0 20px 0 0;
}
.include-widget {
margin: 0 !important;
}
/* Header */
header {
color: #fff;
height: 615px;
background: transparent;
position: relative;
text-align: center;
}
.secondary-template-type header {
height: 191px;
}
header > .wrapper > .content-module {
position: relative;
z-index: 0;
top: 110px;
background: rgba(0,0,0,0.3);
}
header .banner-module {
position: fixed;
z-index: 1;
top: 0;
left: 0;
width: 100%;
height: 615px;
overflow: hidden;
}
.banner-widget .images,
.banner-widget .images > a {
height: 100%;
width: 100%;
margin-left:auto;
margin-right:auto;
display:block;
}
.banner-widget .images > a > img {
width:100%;
height:100%;
margin-left:auto;
margin-right:auto;
display:block;
}
.banner-widget .captions {
background: none;
width: 100%;
max-width: 900px;
position: absolute;
left: 50%;
top: 60%;
-o-transform: translateY(-50%) translateX(-50%);
-moz-transform: translateY(-50%) translateX(-50%);
-webkit-transform: translateY(-50%) translateX(-50%);
transform: translateY(-50%) translateX(-50%);
text-align: center;
height: auto;
max-height: 300px;
overflow-y: auto;
text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
z-index: 200;
}
.banner-widget .captions h1 {
font-family: Montserrat;
font-size: 60px;
font-weight: 700;
letter-spacing: -2px;
text-transform: uppercase;
}
.banner-widget .captions p {
font-family: Merriweather;
font-weight: 300;
font-size: 20px;
letter-spacing: 5px;
margin-top: 5px;
text-transform: uppercase;
}
header .logo {
float: left;
}
header .logo img {
width: auto;
max-height: 100px;
}
.topbar {
background-color: rgb(0,0,0);
background-color: rgba(0,0,0,0.2);
text-align: left;
position: relative;
z-index: 5;
float: left;
width: 100%;
height: 103px;
}
.social {
float: right;
}
.social {
margin-top: 27px;
}
.social a {
font-size: 0;
color: #fff;
text-decoration: none;
display: inline-block;
padding: 15px 0 15px 0;
margin-right: 20px;
}
.social a span {
font-size: 18px;
}
.social a:hover span {
color: #348aca;
}
header nav {
position: absolute;
top: 103px;
width: 100%;
background: #282828;
z-index: 4;
}
header nav .l1 {
position: relative;
}
header nav .l1 > a {
font-family:Lato;
color:#ffffff;
font-size:18px;
font-weight:300;
padding: 14px 28px 14px 28px;
display:inline-block;
}
header nav a:hover {
text-decoration: none;
}
header nav .l1 > a:hover:after, header nav .l1 > a.active:after {
content: ';
position: absolute;
left: 0;
bottom: -10px;
width: 100%;
height: 10px;
background: rgba(255,255,255,0.2);
}
header nav .l1:hover a, header nav .l1.active > a {
background-color: #4d4e51;
}
.navigation-widget .meganav ul.menu > li:hover .submenu {
width: 200px;
padding: 10px;
background-color: #4d4e51;
z-index: 10;
}
header .navigation-widget .submenu a {
color: #fff;
font-family: Lato;
font-size: 16px;
font-weight: 300;
}
header .navigation-widget .submenu h5 a {
font-size: 15px;
text-transform: none;
}
header .navigation-widget .submenu ul a {
font-size: 12px;
padding-left: 15px;
}
header .navigation-widget .submenu a:hover {
padding-left: 10px;
color: #49af48;
text-decoration: none;
}
/* Home Page Blocks */
.image-block {
overflow: hidden;
position: relative;
display: block;
}
.image-block span {
position: absolute;
bottom: 15px;
right: 15px;
color: #fff;
font-family: Lato;
text-transform: uppercase;
background: rgb(0,0,0);
background: rgba(0,0,0,0.6);
padding: 20px;
font-size: 25px;
line-height: 25px;
font-weight: 900;
-o-transition: ease 0.2s all;
-moz-transition: ease 0.2s all;
-webkit-transition: ease 0.2s all;
transition: ease 0.2s all;
}
.image-block:hover span {
bottom: 30px;
right: 30px;
}
/* Content Structure */
section.content {
padding-top: 75px;
padding-bottom: 75px;
background: #edeff3;
position: relative;
z-index: 2;
}
/* Added Icons */
.item-commentlink a:first-child:before,
.item-commentlink a:last-child:before,
.store-module .viewcart a:before,
.store-module .checkout a:before,
.store-module #checkout:before,
.store-module #continue:before,
.forum-module a[href^="?b=2"]:before {
font-family: FontAwesome;
content: "\f086";
display: inline-block;
padding: 0 5px 0 15px;
color: #333;
font-size: 24px;
position: relative;
top: -4px;
}
/* Forms */
form.formWizForm {
background: transparent;
border: none;
padding: 0;
margin: 0;
}
/* Audio Video Resources */
.audio-video-module .item-permalink {
position: absolute;
right: 10px;
top: 10px;
}
.audio-video-module .item-permalink .btn {
margin: 0;
}
/* Blog Styles */
.blogs-module.full-mode .item-list {
margin-left: 0;
margin-right: 270px;
}
.blogs-module.full-mode .item-list .item {
padding: 10px 10px 10px 0;
}
.blogs-module .blog-sidebar {
width: 250px;
padding: 10px;
box-sizing: border-box;
float: right;
background-color: #fff;
}
.blogs-module .blog-sidebar h4 {
margin: 0 0 1em 0;
}
p.date {
color: #666;
font-family: Lato;
background-color: #fff;
display: block;
width: auto;
padding: 0 5px 0 10px;
position: relative;
height: 40px;
line-height: 40px;
margin-right: 25px;
}
p.date:after {
position: absolute;
right: -15px;
top: 0;
height: 0px;
background-color: transparent !important;
border-left: 15px solid #fff;
border-top: 20px solid transparent;
border-bottom: 20px solid transparent;
content: ';
}
p.date .month {
float: left;
background-color: transparent;
font-size: 24px;
font-weight: 700;
}
p.date .day {
color: #666;
font-size: 24px;
font-weight: 300;
float: right;
padding: 0;
}
p.date .weekday {
display: none;
}
.blog-sidebar .btn {
display: block;
width: 100%;
}
.item-commentlink a:last-child:before {
content: "\f044";
}
.item-comments h4 {
padding-top: 40px;
padding-bottom: 20px;
}
.item-comments p {
margin-top: 20px;
}
.blog-sidebar .archives h4, .blog-sidebar .recent-posts h4 {
margin-top: 20px;
}
/* Store */
.store-module .store-sidebar {
width: 180px;
margin-top: 10px;
background: rgb(245, 245, 245);
}
.store-module .store-sidebar > div {
padding: 10px;
background: none;
border: none;
margin: 0;
}
.store-module .featured .item {
background: rgb(245, 245, 245);
border: none;
}
.store-module .item .category {
background: none;
border: none;
}
.store-module .featured {
margin: 0;
}
.store-module .featured .item {
height: auto;
padding: 0;
margin: 0 0 10px 10px;
}
.store-module .featured .thumbnail {
width: 100%;
height: auto;
margin: 0 0 10px 0;
}
.store-module p.subtotal {
display: inline-block;
background: rgb(245, 245, 245);
padding: 10px;
margin-top: 10px;
}
.store-module .store_nav ul.user_nav li {
display: inline;
}
.store-module .viewcart a:before {
content: "\f07a";
}
.store-module .checkout a:before,
.store-module #checkout:before {
content: "\f18e";
}
.store-module #continue:before {
content: "\f08b";
}
.store-module .item .gallery {
margin-bottom: 10px;
}
.store-module .item .gallery .thumbnail {
width: 400px;
height: auto;
max-height: 400px;
}
.store-module .item .gallery .images {
width: 400px;
}
.store-module .item .gallery .images a {
width: 100px;
height: 100px;
}
.store-module .signin fieldset {
height: auto;
padding: 10px 10px 55px 10px;
}
/* Events */
.list-controls {
padding: 10px 0;
}
#template .events-module .list-controls {
line-height: normal;
}
.events-module.full-mode .item-list .item {
padding: 10px 0 10px 0;
}
.events-module .btn, .modal-dialog-window .btn {
width: auto;
box-sizing: border-box;
margin-top: 0;
padding: 5px 10px 5px 10px;
}
.modal-dialog-window .dialog a.close {
top: 5px;
right: 5px;
line-height: normal;
}
.modal-dialog-window .dialog h3 {
margin-bottom: 10px;
}
#template .events-module .calendar .day {
padding: 0.75em 1% 0;
}
#template .events-module .calendar .day a, #template .events-module .calendar .day a span {
font-size: 12px;
white-space: normal;
text-overflow: no;
}
/* Resources Module */
.resources-module .list-controls input {
padding: 10px;
}
.resources-module .active-media {
display: none;
}
#template .resources-module.full-mode .media .media-player > div > a {
position: relative;
display: block;
width: 100%;
height: 100%;
}
#template .resources-module.full-mode .media .media-player > div > a:before {
content: '''';
position: absolute;
display: block;
z-index: 10000;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url('/files/cochrist/resource-off.jpg');
background-size: cover;
}
#template .resources-module.full-mode .media .media-player > div:hover > a:before {
background-image: url('/files/cochrist/resource-on.jpg');
}
/* Column Gutters */
.col > div {
padding-left: 10px;
padding-right: 10px;
}
.module + .module,
.module + .widget,
.widget + .widget,
.widget + .module {
margin-top: 30px;
}
/* Vertical Navigation */
.navigation-widget.vertical ul a {
font-size: 16px;
font-family: Lato;
color: #fff;
-webkit-transition: .2s ease-in;
transition: .2s ease-in;
padding-left: 10px;
}
.navigation-widget.vertical ul a:hover {
color: #fff;
text-decoration: none;
}
.navigation-widget .vertical > ul > li:hover {
background: #348aca;
}
.navigation-widget.vertical {
padding-left: 0;
}
.navigation-widget.vertical ul {
width: 100%;
}
.navigation-widget.vertical ul li {
list-style-type: none;
-webkit-transition: .2s ease-in;
transition: .2s ease-in;
}
.navigation-widget .vertical > ul > li {
background: #222;
padding: 5px 0;
margin-bottom: 10px;
}
.navigation-widget .vertical .l1:last-child {
border-bottom: 2px solid #eee;
}
.navigation-widget .vertical > ul > li > a {
text-transform: uppercase;
}
.navigation-widget .vertical > ul > li ul li {
padding: 2px 0 2px 10px;
}
/* Events */
.events-module .btn, .modal-dialog-window .btn {
width: auto;
box-sizing: border-box;
margin-top: 0;
padding: 5px 10px 5px 10px;
}
.modal-dialog-window .dialog a.close {
top: 5px;
right: 5px;
line-height: normal;
}
.modal-dialog-window .dialog h3 {
margin-bottom: 10px;
}
/* Message Board */
.forum-module > div {
padding: 0 !important;
}
.forum-module table.boardtable {
background: #333;
margin-bottom: 30px;
color: #fff;
}
.forum-module table.boardtable td {
padding: 10px;
}
.forum-module table.search td {
padding: 10px;
}
.forum-module table.search td.search-head {
background-color: #333 !important;
color: #fff;
}
.forum-module table.search td.search-body {
background-color: #444 !important;
color: #fff;
}
.forum-module table.search td.search-body input[type=text] {
margin-left: 10px;
margin-right: 10px;
}
.forum-module table.search td.search-body input[type=submit] {
margin-top: 0;
}
.forum-module a[href^="?b=2"]:before {
content: "\f044";
}
.forum-module > div {
padding: 0 !important;
margin: 0 !important;
}
.forum-module > div > table:nth-of-type(2) td table:nth-of-type(2) {
border-bottom: 1px dotted #222;
}
.forum-module > div > table:nth-of-type(2) td table:nth-of-type(2) tr:first-of-type {
display: none;
}
.forum-module table[cellpadding="8"] {
border-bottom: 1px dotted #999;
}
.forum-module > div > table table:nth-of-type(3) td {
border-bottom: 1px dotted #ddd;
}
.forum-module textarea, .forum-module td:not('.search-body') input[type=text] {
width: 100%;
}
/* Twitter */
.twitter-module .item-list .item {
padding-left: 40px;
position: relative;
font-size: 14px;
font-family: Lato;
}
.twitter-module .item-list .item:before {
content: "\f099";
font-family: FontAwesome;
float: left;
position: absolute;
left: 0;
display: inline-block;
font-size: 30px;
padding-right: 10px;
height: 100%;
color: #4099FF;
}
/* Footer */
.gray {
background: #313131;
padding-bottom: 20px;
}
footer {
width: 100%;
background: #282828;
position: relative;
z-index: 1;
color: #fff;
}
footer h2 {
margin: 20px 0 0 0;
font-size: 26px;
color: #fff;
font-weight: 300;
}
footer h2, footer h3 {
margin-bottom: 20px;
}
footer .primary img {
padding-top: 15px;
}
footer h3, footer h4 {
margin-top: 20px;
color: #fff;
font-weight: 300;
}
footer h4 {
margin-bottom: 0;
}
footer h3 ~ p {
margin: 0;
padding: 0;
}
footer .navigation-widget.horizontal {
text-align: right;
}
footer .navigation-widget.horizontal a, footer p {
color: #fff;
font-size: 14px;
font-family: Lato;
font-weight: 300;
line-height: 14px;
padding: 20px 0 0 0;
}
footer .navigation-widget.horizontal a {
margin-left: 15px;
}
footer .navigation-widget.horizontal a:hover {
color: #05acae;
}
#templatefooter {
padding: 20px 0 20px 0;
}
.content-module{
}/* Default | Nov 4, 2020 @2:05:34 PM */ 
/* Template Specific Styles */
body.home-template p{
font-family:Tahoma, Geneva, sans-serif;}
body.home-template h1{
font-family:Tahoma, Geneva, sans-serif;}
body.home-template h2{
font-family:Tahoma, Geneva, sans-serif;
font-size:36px;
color:#282828;}
body.home-template h3{
font-family:Tahoma, Geneva, sans-serif;
font-size:26px;}
body.home-template h4{
font-family:Tahoma, Geneva, sans-serif;
font-size:18px;}
body.home-template h5{
font-family:Tahoma, Geneva, sans-serif;
font-size:16px;}
body.home-template h6{
font-family:Tahoma, Geneva, sans-serif;
font-size:14px;}
body.home-template button{
font-family:Tahoma, Geneva, sans-serif;}
body.home-template a{
font-family:Tahoma, Geneva, sans-serif;
color:#348aca;}
body.home-template blockquote{
font-family:Tahoma, Geneva, sans-serif;}
body.home-template{
font-family:Tahoma, Geneva, sans-serif;
background-color:#eee;
background-attachment:fixed;
background-size:cover;}
/* Page Specific Styles */
