Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,700|Roboto:400,400i,500,500i,700,700i');
body {
font-family: 'Roboto';
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Roboto Slab';
font-weight:400;
color:#333;
}
h1, .h1 {
font-size:35px;
color:#016DC8; /* Blue color */
}
h2, .h2 {
font-size: 28px;
color:#CE952E; /* Yellow color */
}
h3, .h3 {
font-size:23px;
}
p {
line-height:1.6em;
}
a {
color:#0E73CD;
-webkit-transition: background-color 300ms linear;
-moz-transition: background-color 300ms linear;
-o-transition: background-color 300ms linear;
-ms-transition: background-color 300ms linear;
transition: background-color 300ms linear;
}
a:hover {
color:#035FAF;
-webkit-transition: background-color 300ms linear;
-moz-transition: background-color 300ms linear;
-o-transition: background-color 300ms linear;
-ms-transition: background-color 300ms linear;
transition: background-color 300ms linear;
}
abbr[title], abbr[data-original-title] { /* fix for hover state over date for calendar widget */
cursor: pointer;
}
/* ================== Header ==================== */
#uc-header {
border-bottom-color: rgba(255, 255, 255, 0.07);
}
#masthead {
background:#081132;
}
#masthead #site-title .searchform fieldset .form-control {
border:1px solid #174f99;
border-right:none;
background-color: transparent;
min-height: 34px;
padding-bottom: 5px;
padding-top: 6px;
}
#masthead #site-title .searchform fieldset .btn {
border:1px solid #174f99;
border-left:none;
background-color: transparent;
min-height: 34px;
padding-bottom: 5px;
padding-top: 6px;
color: #174f99 !important;
}
#masthead #site-title .searchform fieldset .btn:hover {
background-color: #174f99;
color: white !important;
}
#uc-site-title a {
letter-spacing:0.5px;
}
/* ================== Navbar ==================== */
.navbar {
margin-bottom:-1px;
}
.navbar-default .navbar-nav > li > a {
color:white;
letter-spacing: 0.5px;
}
.navbar-default .navbar-nav > li > a:hover {
color:rgba(255,255,255,0.8);
}
/* ================== Home ==================== */
.home .entry-content {
margin-top:0px;
}
.home .panel-grid {
margin-bottom:0px !important;
}
.home .hentry {
margin-bottom:0px !important;
}
.home .home-headline {
margin-top:80px;
}
.home .panel-grid:nth-child(1) > .siteorigin-panels-stretch {
background-position:center center !important;
}
.home .panel-grid-cell:nth-child(1) > .widget_black-studio-tinymce{
padding-bottom:200px !important;
}
@media (max-width:767px) {
.home .panel-grid-cell:nth-child(1) > .widget_black-studio-tinymce{
padding-bottom: 60px !important;
}
}
.home .panel-grid-cell .panel-grid-cell > .widget_black-studio-tinymce{
padding-bottom:0px !important;
}
.home .home-headline h1 {
color:white;
font-size:48px;
background-color:rgba(14,24,58,0.9);
padding:10px 20px;
text-transform:uppercase;
display:inline;
line-height:90px;
-webkit-box-decoration-break: clone;
-ms-box-decoration-break: clone;
-o-box-decoration-break: clone;
box-decoration-break: clone;
}
@media (max-width:991px){
.home .home-headline h1 {
font-size:38px;
line-height:75px;
}
}
@media (max-width:767px){
.home .home-headline h1 {
font-size:30px;
line-height:64px;
}
}
.home .home-headline a {
background-color:rgba(229,0,43,0.75);
margin-top: 15px;
padding: 9px 16px;
display:inline-block;
color:white !important;
font-family: 'Roboto Slab';
font-weight:400;
text-transform:uppercase;
text-decoration:none;
letter-spacing:1px;
}
.home .home-headline a:hover {
background-color:rgba(229,0,43,1);
}
.home .home-headline a .glyphicon-new-window {
display:none;
}
@media (max-width:1200px){
.home .home-headline .col-sm-7 {
width:75%;
}
}
@media (max-width:991px){
.home .home-headline .col-sm-7 {
width:80%;
}
}
@media (max-width:767px){
.home .home-headline .col-sm-7 {
width:100%;
}
}
.home .full-width-3-grid-home .panel-grid-cell {
padding:30px 35px !important;
line-height: 1.6em;
}
.home .full-width-3-grid-home .panel-grid-cell h2 {
text-align:center;
font-size:35px;
color:white;
line-height:1.2em;
margin-bottom:25px;
}
.home .full-width-3-grid-home .panel-grid-cell h2 a {
color:white !important;
text-decoration:none;
}
.home .full-width-3-grid-home .panel-grid-cell p {
color:white !important;
}
@media (min-width:1600px){
.home .full-width-3-grid-home .panel-grid-cell {
padding-left:80px !important;
padding-right:80px !important;
}
}
.home .full-width-3-grid-home .panel-grid-cell:nth-child(1) {
background-color:rgba(125,136,142,0.92);
margin-bottom: -5000px;
padding-bottom: 5000px !important;
}
@media (max-width:780px) {
.home .full-width-3-grid-home .panel-grid-cell:nth-child(1) {
padding-bottom:0!important;
margin-bottom: 0!important;
}
}
.home .full-width-3-grid-home .panel-grid-cell:nth-child(2) {
background-color:rgba(46,78,139,0.92);
margin-bottom: -5000px;
padding-bottom: 5000px !important;
}
@media (max-width:780px) {
.home .full-width-3-grid-home .panel-grid-cell:nth-child(2) {
padding-bottom:0!important;
margin-bottom: 0!important;
}
}
.home .full-width-3-grid-home .panel-grid-cell:nth-child(3) {
background-color:rgba(206,149,46,0.9);
margin-bottom: -5000px;
padding-bottom: 5000px !important;
}
@media (max-width:780px) {
.home .full-width-3-grid-home .panel-grid-cell:nth-child(3) {
padding-bottom:0!important;
margin-bottom: 0!important;
}
}
.full-width-3-grid-home .widget_siteorigin-panels-postloop {
position:relative;
}
.full-width-3-grid-home .widget_siteorigin-panels-postloop .read_more a {
display:block;
text-align:center;
color:white !important;
padding:12px 20px 10px;
text-decoration:none;
border:1px solid white;
width:50%;
margin-left: auto;
margin-right: auto;
text-transform:uppercase;
font-family: 'Roboto Slab';
font-weight:400;
margin-top:35px;
margin-bottom:35px;
}
@media (min-width:1500px){
.full-width-3-grid-home .widget_siteorigin-panels-postloop .read_more a {
width:200px;
}
}
@media (min-width:781px) and (max-width:1020px) {
.full-width-3-grid-home .widget_siteorigin-panels-postloop .read_more a {
width:80%;
}
}
@media (max-width:780px) {
.full-width-3-grid-home .widget_siteorigin-panels-postloop .read_more a {
width:40%;
}
}
@media (max-width:450px) {
.full-width-3-grid-home .widget_siteorigin-panels-postloop .read_more a {
width:70%;
}
}
.full-width-3-grid-home .widget_siteorigin-panels-postloop .read_more a:hover {
background-color:white;
color:#0e183a !important;
}
.home .panel-grid:nth-child(2) .panel-row-style {
padding-top:50px;
padding-bottom:50px;
}
.home #content .panel-grid .widget .widget-title {
color:white;
font-size:30px;
padding-bottom: 20px;
}
.home .full-width-3-grid-home .panel-grid-cell .entry-meta {
display:none;
}
.home #content .panel-grid .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date {
width:64px !important;
}
.home #content .panel-grid .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-month {
color:white !important;
font-size: 15px !important;
padding-top: 9px !important;
}
.home #content .panel-grid .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event:hover .uc-cal-event-date .uc-cal-event-month {
/*background-color:#081132 !important;*/
color:white !important;
}
.home #content .panel-grid .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-day {
color:white !important;
font-size: 30px !important;
font-weight:700 !important;
padding-bottom: 1px !important;
margin-top: -6px !important;
}
.home #content .panel-grid .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event:hover .uc-cal-event-date .uc-cal-event-day {
/*background-color:#081132 !important;*/
color:white!important;
}
.home #content .panel-grid .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-title {
color:#0D7EE8 !important;
font-family: 'Roboto Slab' !important;
font-weight:400 !important;
font-size:18px !important;
}
.home #content .panel-grid .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event:hover {
text-decoration:none !important;
}
.home #content .panel-grid .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event:hover .uc-cal-event-title {
color:#046AC9 !important;
text-decoration:none !important;
}
.home #content .panel-grid .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-time {
color:white !important;
padding-left: 9px !important;
}
.home #content .panel-grid .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event:hover .uc-cal-event-time {
color:white !important;
}
.home #content .panel-grid .widget .uc-cal .uc-cal-no-events {
color:white !important;
}
/* ================== Interior ==================== */
body.page {
background-color:#F4F4F4;
}
body.page.home {
background-color:white;
}
#page-blank .row {
background-color:white;
}
.home #page-blank .row {
background-color:transparent;
}
#page-blank .entry-content {
margin-top:0px;
}
#primary #main .page .entry-header h1 {
font-size:40px;
color:#016DC8;
border-bottom:none;
padding-bottom:6px;
}
#page-blank h3.widget-title {
font-size:22px;
color:#016DC8;
}
#page-blank #page-sidebar {
margin-left:3px;
margin-right:3px;
}
@media (max-width:991px) {
#page-blank #page-sidebar {
width:100%;
background-color:transparent;
border:none;
padding-top:0px;
}
}
#primary #main .page h1 {
border-bottom:none;
padding-bottom:10px;
margin-top:5px;
font-size:35px;
color:#016DC8;
}
#primary #main .page h2 {
color:#CE952E; /* Yellow color */
}
#primary #main .page h3.widget-title {
font-weight: 400;
margin-bottom: 15px;
margin-top: 5px;
color:#016DC8; /* Blue color */
}
#primary #main .page h2,#primary #main .page h3, #primary #main .page h1 + h2 {
margin-top:10px;
margin-bottom:15px
}
#primary #main .page {
padding-bottom:2em;
}
#page-page, #page-search, #page-single, #page-archive {
background-color:white;
border:1px solid #ededed;
}
#page-page #main, #page-search #main, #page-single #main, #page-archive #main {
border:none;
}
#page-page .col-sm-9, #page-search .col-md-9, #page-single .col-md-9, #page-archive .col-sm-9, #page-blank .col-sm-9{
border:none;
width:73%;
}
@media (max-width:991px) {
#page-page .col-sm-9, #page-search .col-md-9, #page-single .col-md-9, #page-archive .col-sm-9, #page-blank .col-sm-9{
width:100%;
}
}
#page-page #page-sidebar {
}
@media (max-width:991px) {
#page-page #page-sidebar {
width:100%;
background-color:transparent;
border:none;
margin-left:15px;
padding-top:0px;
padding-left:0px;
}
}
/* ================== Sidebar ==================== */
#page-sidebar {
background-color:#EAEAEA;
padding-left:0px;
padding-right:0px;
margin-left:-15px;
border:none;
padding-top:31px;
margin-right:30px;
border:1px solid #ddd;
border-top:0;
}
@media (max-width:767px) {
#page-sidebar {
background-color:transparent !important;
padding-left:15px;
padding-right:15px;
margin-left:auto;
border:none;
margin-top:auto;
padding-top:0px;
}
}
#page-sidebar h1.widget-title {
color:#444 !important;
background-color:#EAEAEA;
}
#page-sidebar .widget {
border:none;
background-color:transparent;
}
#page-sidebar .widget .widget-head {
background-color:transparent;
}
#page-sidebar .widget h2.widget-title {
color:#666;
background-color:transparent;
}
#page-sidebar .screen-reader-text {
display:none;
}
#page-sidebar select {
margin-left: 15px;
margin-top: 10px;
}
#page-sidebar a {
color:#0E73CD !important;
}
#page-sidebar .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date {
width:64px !important;
}
#page-sidebar .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-month {
color:#0d7ee8 !important;
font-size: 15px !important;
padding-top: 9px !important;
}
#page-sidebar .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event:hover .uc-cal-event-date .uc-cal-event-month {
/*background-color:#081132 !important;*/
color:#0d7ee8 !important;
}
#page-sidebar .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-day {
color:#333 !important;
font-size: 30px !important;
font-weight:400 !important;
padding-bottom: 1px !important;
margin-top: -6px !important;
}
#page-sidebar .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event:hover .uc-cal-event-date .uc-cal-event-day {
/*background-color:#081132 !important;*/
color:#333!important;
}
#page-sidebar .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-title {
color:#0D7EE8 !important;
font-family: 'Roboto Slab' !important;
font-weight:400 !important;
font-size:15px !important;
}
#page-sidebar .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event:hover {
text-decoration:none !important;
}
#page-sidebar .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event:hover .uc-cal-event-title {
color:#046AC9 !important;
text-decoration:none !important;
}
#page-sidebar .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-time {
color:#333 !important;
padding-left: 9px !important;
}
#page-sidebar .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event:hover .uc-cal-event-time {
color:#333 !important;
}
#page-sidebar .widget .uc-cal .uc-cal-no-events {
color:#333 !important;
}
/* ==================Archive ==================== */
@media (min-width:767px) and (max-width:991px) {
#page-archive .col-md-3{
background-color:transparent !important;
padding-left:15px;
padding-right:15px;
margin-left:auto;
border:none;
margin-top:auto;
}
}
#page-archive .entry-header h1.page-title {
border-bottom: 1px solid #eee;
color: #ce952e; /* yellow color */
font-size: 22px;
margin-bottom: 0;
margin-top: 39px;
padding-bottom: 15px;
}
#page-archive .entry-header h1.page-title:before {
content: "Posts in: ";
color:#333;
font-size:16px;
}
/* ================== Search ==================== */
body.search .no-results.not-found .page-header {
display:none !important;
}
#page-search .col-md-9 {
margin-top:42px;
}
#page-search .col-md-9 h1.page-title {
margin-top:0px;
margin-bottom:40px;
color:#333;
font-size:16px;
border-bottom: 1px solid #eee;
padding-bottom: 15px;
}
#page-search .col-md-9 h1.page-title span {
color:#CE952E; /* Yellow color */
font-size:22px;
}
/* ================== Single ==================== */
#
#page-single h1.entry-title {
margin-bottom:20px;
}
/* ================== Footer ==================== */
#footers {
border-color:#333134;
background-color:#1C1D21;
color:white;
}
#mega-footer {
padding-top:2em;
}
#footers #mega-footer .widget .widget-title {
color:white;
font-size:24px !important;
}
#footers #mega-footer p {
color:white;
line-height:1em;
}
#footers #mega-footer .uc-label.uc-label-email {
width: 50px;
}
#footers #mega-footer td, #footers #mega-footer th {
border:none !important;
padding:0 0 8px;
color:white;
}
#mega-footer .widget.uc-contact-widget .table-responsive {
margin-bottom: 0;
padding: 1em 1em 0;
}
#footers #mega-footer .widget a {
color:#0E73CD !important;
}
#mega-footer .widget .uc-cal .uc-cal-item {
margin-bottom:0.5em !important;
margin-top:0em!important;
}
#mega-footer .widget .uc-cal .uc-cal-item:nth-child(1) {
margin-top:1em !important;
}
#mega-footer .widget .uc-cal .uc-cal-item .uc-cal-event .uc-cal-event-date {
color:white !important;
}
#mega-footer .widget .uc-cal .uc-cal-item .uc-cal-event:hover .uc-cal-event-date {
color:white !important;
}
#mega-footer .widget .uc-cal .uc-cal-no-events {
margin-left:-50px !important
}
#footer {
padding-top:0.5em;
padding-bottom:1em;
text-align:center;
}
@media (max-width:767px) {
#footer {
line-height:1.6em;
}
}
/* ================== Custom Accordion ==================== */
/*----- Accordion -----*/
.accordion, .accordion * {
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
.accordion {
overflow:hidden;
position:relative;
}
/*----- Section Titles -----*/
.accordion-section-title {
width:100%;
display:inline-block;
transition:all linear 0.15s;
font-size:1.200em;
color:#fff;
}
.accordion-section:last-child .accordion-section-title {
border-bottom:none;
}
.accordion .accordion-section-title img:hover {
cursor:pointer;
}
.accordion-section-title.caption-text {
color:white;
position:absolute;
left:0;
bottom:0;
font-family: 'Roboto Slab';
font-weight:400;
text-transform:uppercase;
text-decoration:none;
letter-spacing:1px;
padding: 5px 10px;
line-height:1.2em;
background-color:rgba(0,15,48,0.8);
}
.accordion-section-title.caption-text.active {
background-color:rgba(229,0,43,0.8);
}
.accordion-section-title.caption-text.active:hover {
background-color:rgba(229,0,43,0.8);
}
.accordion-section-title.caption-text:hover {
background-color:rgba(0,15,48,1);
}
.accordion-section-title.active, .accordion-section-title:hover {
text-decoration:none;
}
/*----- Section Content -----*/
.accordion-section-content {
padding:30px;
display:none;
border: 1px solid #e3e3e3;
background:#f7f7f7;
background-color: whitesmoke;
margin-bottom:30px;
}
.accordion-section-content h1 {
margin-top:0px;
}