/**
 * @published	9/22/2015
 * @copyright	Copyright (c) Curtis Nehring of Pacific Web Techs, LLC. All Rights Reserved.
 * @author      Curtis Nehring @ pacificwebtechs.com
 * @link        http://www.pacificwebtechs.com
 * @license     All Rights Reserved by Copyright Holder.
 * @package	Micro Frame
 */
 
/*************************
 * CWCC style overrides/customizations
 *************************/

/***********************************************************************************
 ***********************************************************************************
 *
 * PUT ALL CUSTOM CSS FOR YOUR SITE IN THIS FILE.
 * ALTERATIONS TO THE OTHER CSS FILES WILL BE OVERRIDDEN
 * AS UPDATES TO THE FRAMEWORK ARE MADE AND PUSHED.
 *
 * This file is for custom css and css overrides specific to your site.
 *
 ***********************************************************************************
 ***********************************************************************************/

/*******
 * Fonts - typography
 ***/
@font-face { /******* BEGIN example of how to add a provided font *******/
	font-family: 'Planewalker';
	src: url('../fonts/Planewalker.eot');
	src: local('Planewalker'), url('../fonts/Planewalker.woff') format('woff'), url('../fonts/Planewalker.ttf') format('truetype');
}

.font-planewalker {
	font-family: 'Planewalker' !important;
} /******* END example *******/

@font-face {
  font-family: 'Fjalla One';
  font-style: normal;
  font-weight: 400;
  src: local('Fjalla One'), local('FjallaOne-Regular'), url(https://fonts.gstatic.com/s/fjallaone/v4/rxxXUYj4oZ6Q5oDJFtEd6vk_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
}

@font-face {
    font-family: 'Forum';
    font-style: normal;
    font-weight: 400;
    src: local('Forum'), url(https://fonts.gstatic.com/s/forum/v7/eMDvaUkVr_spjjcEeqYI5A.woff2) format('woff2');
}
.font-forum {
    font-family: 	Forum !important;
}

@font-face {
    font-family: 'Gruppo';
    font-style: normal;
    font-weight: 400;
    src: local('Gruppo'), url(https://fonts.gstatic.com/s/gruppo/v7/EoL765IZSvUoJyAsw4h7ow.woff2) format('woff2');
}
.font-gruppo {
    font-family: 	Gruppo !important;
}

@font-face {
  font-family: 'VT323';
  font-style: normal;
  font-weight: 400;
  src: local('VT323'), local('VT323-Regular'), url(https://fonts.gstatic.com/s/vt323/v7/lo_L7yCDHYN9FAxvMCI1vQ.woff2) format('woff2');
}
.font-404 {
    font-family: 	VT323 !important;
    letter-spacing:     0.07em !important;
}

@font-face {
    font-family: 'Oxygen';
    font-style: normal;
    font-weight: 400;
    src: local('Oxygen'), local('Oxygen-Regular'), url(https://fonts.gstatic.com/s/oxygen/v5/78wGxsHfFBzG7bRkpfRnCQ.woff2) format('woff2');
}
.font-oxygen {
    font-family: 	Oxygen !important;
    letter-spacing:     0.07em !important;
}

@font-face {
        font-family: "Choplin-ExtraLight-of";
        src: url("../fonts/Choplin-ExtraLight.otf");
}
.font-choplin-light {
    font-family: 	Choplin-ExtraLight,
                        Choplin-ExtraLight-of !important;
}

@font-face {
        font-family: "Kontrapunkt-Bob-Light-of";
        src: url("../fonts/Kontrapunkt-Bob-Light.otf");
}
.font-kp-bob-light {
    font-family: 	"Kontrapunkt Bob Light", 
                        Kontrapunkt-Bob-Light-of !important;
}

@font-face {
        font-family: "Kontrapunkt-LightItalic-of";
        src: url("../fonts/Kontrapunkt-LightItalic.otf");
}.font-kp-light-italic {
    font-family: 	"Kontrapunkt LightItalic",
                        Kontrapunkt-LightItalic-of !important;
}

.font-verana {
    font-family: 	Verdana !important;
}

html,
body {
    font-family:    Candara, 
                    Calibri, 
                    sans-serif;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5 {
    font-family:    Forum,
                    Gruppo,
                    Calibri,
                    sans-serif;
}

h1, .h1 {
    color: rgba(0, 0, 0, .99);
    font-size: 3rem;
}

h2, .h2 {
    color: rgba(0, 0, 0, .99);
    font-size: 2.4rem;
}

h3, .h3 {
    color: rgba(0, 0, 0, .84);
    font-size: 2rem;
}

h4, .h4 {
    color: rgba(0, 0, 0, .69);
    font-size: 1.7rem;
}

h5, .h5 {
    color: rgba(0, 0, 0, .69);
    font-size: 1.7rem;
}

p {
    font-family:    Candara, 
                    Calibri, 
                    sans-serif;
}

.heading {
    color: #00556d;
    font-family: 'Fjalla One', sans-serif;
    line-height: 25px;
    margin: 60px 0 0 145px;
    text-shadow: 0 1px 3px #fefefe;
    text-transform: uppercase;
    font-size: 1.13em;
    text-decoration: none !important;
}

a {
    color: rgba(0, 0, 255, .7);
    text-decoration: underline;
}


/*******
 * Main
 ***/
body {
    background-color: rgba(219, 233, 243, 0.99);
    /*background-image: linear-gradient(to bottom, rgba(0, 128, 167, 0.99), rgba(0, 128, 167, 0.63), rgba(0, 128, 167, 0)), url("/assets/images/home-page-bg_600x400.jpg");* /
    background-image: linear-gradient(to bottom, rgba(0, 128, 167, 0), rgba(0, 128, 167, 0), rgba(0, 128, 167, 0)), url("/assets/images/home-page-bg_800x533_20191029.jpg");*/
    background-position: center 0px, center -27px;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}


/*******
* Header
***/
header {
    background-color: rgba(255, 255, 255, .99);
    position: relative;
    z-index: 99;
}

#header-wrapper {
    /*background: rgba(255, 255, 255, 1) linear-gradient(to top, rgba(0, 0, 0, 0), rgba(126, 214, 246, 0.36), rgba(126, 214, 246, 0.69), rgba(126, 214, 246, 0.81), rgba(126, 214, 246, 0.99)) repeat scroll 0 0;*/
    /*padding-bottom: 20px;*/
    border-bottom: 3px solid rgba(16, 157, 138, .87);
}

#header-wrapper .wide-header {
    /*width: 100%;*/
    /*min-height: 156px;*/
}

.header-top-bar {
    background-color: rgba(89, 133, 39, .99);
    /*background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(89, 133, 39, 0.87), rgba(89, 133, 39, 0.93), rgba(89, 133, 39, 0.99)) repeat scroll 0 0;*/
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(176, 176, 176, 0.87), rgba(176, 176, 176, 0.93), rgba(176, 176, 176, 0.99)) repeat scroll 0 0;
    height: 26px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.map {
    /*background: url('../images/map.png') no-repeat top right;*/
}

#header-nav {
    background-color: rgba(16, 157, 138, .99);
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(16, 157, 138, .69), rgba(16, 157, 138, .99)) repeat scroll 0 0;
    border: 0 solid rgba(0, 0, 0, 0);
    box-shadow: none;
    margin-bottom: 0;
    border-radius: 0px;
    min-height: unset;    
}

#header-nav.navbar-default .navbar-nav > li {
    border: none;
}

#header-nav.navbar-default .navbar-nav > li > a {
    color: rgba(255, 255, 255, 0.87);
    font-size: 16px;
    padding: 3px 15px;
}

#header-nav.navbar-default .navbar-nav > li > a:hover,
#header-nav.navbar-default .navbar-nav > li > a:focus {
    background-color: rgba(0, 0, 0, 0);
    color: rgba(255, 255, 255, 0.69);
    text-decoration: underline;
}

#header-nav.navbar-default .navbar-nav > .active > a, 
#header-nav.navbar-default .navbar-nav > .active > a:hover, 
#header-nav.navbar-default .navbar-nav > .active > a:focus {
    background-color: rgba(0, 0, 0, 0);
    color: rgba(255, 255, 255, 0.99);
    text-decoration: overline;
    border: none;
}

#header-nav.navbar-default .navbar-nav .active-sub > a, 
#header-nav.navbar-default .navbar-nav .active-sub > a:hover, 
#header-nav.navbar-default .navbar-nav .active-sub > a:focus {
    background-color: rgba(90, 136, 46, 0);
    color: rgba(0, 85, 109, 0.99);
    /* color: rgba(90, 136, 46, 0.99); */
    text-decoration: none;
    border: none;
    box-shadow: 0px -21px 15px -12px rgba(90, 136, 46, 0.69) inset
}

#logo {
    margin-right: 25px;
}

#logo h1,
#logo .h1 {
    text-align: right;
}

#logo img {
    margin-right: 25px;
    /*
    float: left;
    height: 130px;
    margin-top: -20px;
    */
    position: absolute;
    top: 15px;  
    left: 0px;
}

#logo .heading {
    color: rgba(0, 88, 131, .99);
    text-shadow: 0px 1px 1px rgba(16, 157, 138, .6);
    text-transform: none;
}


/***
 * Navigation
 ***/
#main-menu {
    /*box-shadow: 0px 2px 5px 0px rgba(2, 122, 74, .68);*/
}

nav {
    position: relative;
    z-index: 9;
}

.navbar {
    color: rgba(255, 255, 255, 0.87);
    background-color: rgba(0, 88, 131, 0.99);
    border: 0 solid rgba(0, 0, 0, 0);
    border-radius: 0;
    /*box-shadow: 0px 7px 9px -3px rgba(255, 255, 255, 0.15);*/
    /*box-shadow: 0 -18px 13px -7px rgba(255, 255, 255, 0.27) inset;*/
    box-shadow: 0 -18px 13px -7px rgba(0, 0, 34, 0.27) inset, 0px 2px 5px 0px rgba(2, 122, 74, .68);
    min-height: 0px;
    margin-bottom: 0px;
    z-index: 999;
}

.navbar .btn-navbar {
    padding: 4px;
    margin: 1px 15px;
}

nav.navbar {
    /*top: -40px;*/
}

.navbar-brand {
    padding: 3px;
}

.navbar-default .navbar-nav > li {
    border-right: 1px solid #0080a7;
}

.navbar-default .navbar-nav > li:last-child {
    border-right: 1px solid rgba(0, 0, 0, 0);
}

.navbar-default .navbar-nav > li > a {
    color: rgba(255, 255, 255, .93);
    font-size: 18px;
    padding: 10px 23px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background-color: rgba(0, 0, 0, 0);
    color: rgba(255, 255, 255, 0.93);
    text-decoration: underline;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: rgba(255, 255, 255, 0.99);
    border-top: 1px solid rgba(0, 86, 110, 0.99);
    color: rgba(0, 86, 110, 0.99);
    text-decoration: none;
}

.navbar-default .navbar-nav .active-sub > a,
.navbar-default .navbar-nav .active-sub > a:hover,
.navbar-default .navbar-nav .active-sub > a:focus {
    background-color: rgba(90, 136, 46, 0);
    color: rgba(0, 85, 109, 0.99);
    /* color: rgba(90, 136, 46, 0.99); */
    text-decoration: none;
    border: none;
    box-shadow: 0px -21px 15px -12px rgba(90, 136, 46, 0.69) inset
}
 

/*******
 * Showcase
 ***/
#showcase {
    background-color: rgba(0, 88, 131, .99);
}

.carousel-fade .carousel-inner {
    display: grid;
    grid-template-areas: "stack";
}

.carousel-fade .carousel-inner > .item {
    grid-area: stack;
    display: block;
    
    opacity: 0;
    transition: opacity 1.66s ease-in-out;
}

.carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    transition: opacity 1.66s ease-in-out; /* .33s;*/
}

.carousel-fade .carousel-inner > prev,
.carousel-fade .carousel-inner > next {
    position: inherit;
}

.carousel-fade .carousel-inner > .item.active.right, 
.carousel-fade .carousel-inner > .item.next,
.carousel-fade .carousel-inner > .item.active.left, 
.carousel-fade .carousel-inner > .item.prev {
    -webkit-transform: unset;
    transform: unset;
}

.carousel-fade .carousel-inner > .item > img {
    /*max-height: 274px;*/
}


/*******
 * Content
 ***/
#main-content {
    margin: 30px auto 30px;
}

#main-content.page {
    margin: -30px auto 30px;
}

.whitebg {
    background-color: #ffffff;
    padding: 2em;
    border-radius: 3px;
    box-shadow: 0px 3px 6px 2px rgba(0, 0, 0, .33);
}

.rtop {
    padding-right: 35px;
}


article p, 
article ol, 
article ul {
    font-size: 1.7rem;
}


table > caption {
    color: rgba(0, 85, 109, 0.78);
    font-size: 1.4em;
    padding-bottom: 0px;
    text-align: center;
}


table > caption {
    color: rgba(0, 85, 109, 0.78);
    font-size: 1.4em;
    padding-bottom: 0px;
    text-align: center;
}

table thead th p {
    margin-bottom: 0px;
}

table thead.text-center th {
    text-align: center;
}

tr.table-head th {
    background-color: rgba(0, 85, 109, 0.96);
    color: rgba(255, 255, 255, 0.93);
    font-size: 1.45em;
    text-align: center;
    text-decoration: underline;
    vertical-align: bottom !important;
}

td.caption {
    background-color: rgba(3, 129, 168, 0.78);
    color: rgba(255, 255, 255, 0.93);
    font-size: 1.5em;
    font-weight: 700;
    text-align: center !important;
    text-decoration: underline;
}


.sections1 a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .06em;
}


/***** page type styles*****/
/*** Newsletter Page Styles ***/
#newsletter {
    background: #fff; /* #0f6cb6; */
    color: rgba(0, 0, 0, 0.93); /* #333; *//* #fff; */
    padding: 15px 0px;
}

#newsletter .section-title {
    font-weight:300;
    margin-bottom:60px;
    margin-top:60px;
    color: #333; /* #fff; */
}

#newsletter h1 {
    color: #333; /* #fff; */
    line-height:42px;
    font-weight:300;
    margin-bottom:24px;
    position:relative;
}

#newsletter p {
    font-size: 24px;
    line-height: 28px;
    font-weight: 300;
    margin-bottom: 42px;
}

#newsletter a:hover{
    text-decoration:underline;
}

#newsletter .btn-theme.transparent {
    font-size:18px;
    text-decoration:none;
}

#newsletter img {
    box-shadow:12px 0px 0px 12px rgba(255,255,255,0.2),
    -12px 0px 0px 12px rgba(255,255,255,0.2);
}



#newsletter .newsletter-item {
	max-width: 300px;
	margin: 0 auto;
	text-align: center;
}

#newsletter .newsletter-item .thumb {
    display: block;
    margin: 0px 0px 10px 0px;
    vertical-align: top;
}

#newsletter .newsletter-item .thumb img {
    border: 1px solid rgba(0, 0, 0, 0.48);
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.52);
}

#newsletter .newsletter-item .content {
    display: block;
}

#newsletter .newsletter-item .content h3 {
    line-height: 1em;
    margin: 0;
    padding-top: 10px;
    font-size: 1.25em;
    color: #444444;
}

#newsletter .newsletter-item .content h4 {
    line-height: 1em;
    margin: 0;
    padding-top: 3px;
}

#newsletter .newsletter-item .content p {
    margin: 7px 0;
}

#newsletter .newsletter-item .content .date {
    font-size: 1.25em;
}

#newsletter .newsletter-item .content .links {
    max-width: 300px;
    margin-top: 0px;
}
/*
#newsletter .links {
    margin-left: 8px;
    font-size: 0.90em;
}
*/
#newsletter .newsletter-item .content .links a.button-link:hover, 
#newsletter .newsletter-item .content .links a.button-link {
    font-size: 16px;
    /*color: #ff6600 !important;*/
    display: inline-block;
    font-weight: 500;
    /* padding-right: 20px; */
    text-decoration: none !important;
    text-transform: uppercase;
}
/*
#newsletter .newsletter-item .content .links a.button-link:after {
    background-color: rgb(181, 175, 161) !important;
    color: #444444; 
    content: ">";
    display: inline-block;
    font-weight: 500;
    height: 15px;
    line-height: 16px;
    margin-left: 10px;
    text-align: center;
    width: 13px;
}
*/
#newsletter .newsletter-item .content .links a.button-link:after {
    background-color: rgb(255, 165, 0) !important; /* #ff6600 !important;*/
    color: #444444; /* #ffffff; */
    content: ">";
    display: inline-block;
    font-size: 17px; /* 23px; */
    font-weight: 500;
    height: 16px; /* 20px; */
    width: 17px; /* 21px; */
    line-height: 15px; /* 17px; */
    margin-left: 10px;
    text-align: center;
    vertical-align: inherit; /* text-top; */
    border-radius: 100%;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.33);
}

#newsletter .newsletter-item .content .links a.button-link + a.button-link {
    margin-left: 20px;
}

#newsletter div.add_this {
	float: none;
	text-align: center;
}

#newsletter div.add_this .addthis_default_style .addthis_separator,
#newsletter div.add_this .addthis_default_style .addthis_counter,
#newsletter div.add_this .addthis_default_style .at300b,
#newsletter div.add_this .addthis_default_style .at300bo,
#newsletter div.add_this .addthis_default_style .at300m,
#newsletter div.add_this .addthis_default_style .at300bs {
	float: none;
	display: inline-block;
}

#newsletter div.add_this .addthis_default_style .addthis_counter.addthis_bubble_style {
	position: relative;
	top: -4px;
}


#newsletter-release h1, 
#newsletter-release .pr-title {
    color: rgba(0, 0, 0, 0.99);
    font-size: 35px;
    font-weight: 600;
    text-align: center;
    text-transform: none;
}

#newsletter-release h2, 
#newsletter-release .pr-desc {
    color: rgba(0, 0, 0, 0.87);
    font-size: 22px;
    font-style: italic;
    font-weight: 400;
    text-align: center;
    text-transform: none;
}

#newsletter-release h3, 
#newsletter-release .pr-date {
    color: rgba(0, 0, 0, 0.57);
    font-size: 22px;
    margin-top: 40px;
    margin-bottom: 20px;
}

#newsletter-release h4, 
#newsletter-release .pr-section-title {
    color: rgba(0, 0, 0, 0.87); /* rgba(0, 0, 0, 0.57); */
    font-size: 22px;
    margin-top: 45px;
    margin-bottom: 20px;
}

#newsletter-release p {
    font-size: 20px;
    margin-bottom: 15px;
}

#newsletter-release p.contact-title {
    margin-top: -10px;
}

#newsletter-release p.contact-info {
    margin-left: 7px;
}



/*** Award Page Styles ***/
#award {
    background: #fff; /* #0f6cb6; */
    color: rgba(0, 0, 0, 0.93); /* #333; *//* #fff; */
    padding: 15px 0px;
}

#award .section-title {
    font-weight:300;
    margin-bottom:60px;
    margin-top:60px;
    color: #333; /* #fff; */
}

#award h1 {
    color: #333; /* #fff; */
    line-height:42px;
    font-weight:300;
    margin-bottom:24px;
    position:relative;
}

#award p {
    font-size: 24px;
    line-height: 28px;
    font-weight: 300;
    margin-bottom: 42px;
}

#award a:hover{
    text-decoration:underline;
}

#award .btn-theme.transparent {
    font-size:18px;
    text-decoration:none;
}

#award img {
    box-shadow:12px 0px 0px 12px rgba(255,255,255,0.2),
    -12px 0px 0px 12px rgba(255,255,255,0.2);
}



#award .award-item {
	max-width: 300px;
	margin: 0 auto;
	text-align: center;
}

#award .award-item .thumb {
    display: block;
    margin: 0px 0px 10px 0px;
    vertical-align: top;
}

#award .award-item .thumb img {
    border: 1px solid rgba(0, 0, 0, 0.48);
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.52);
}

#award .award-item .content {
    display: block;
}

#award .award-item .content h3 {
    line-height: 1em;
    margin: 0;
    padding-top: 10px;
    font-size: 1.25em;
    color: #444444;
}

#award .award-item .content h4 {
    line-height: 1em;
    margin: 0;
    padding-top: 3px;
}

#award .award-item .content p {
    margin: 7px 0;
}

#award .award-item .content .date {
    font-size: 1.25em;
}

#award .award-item .content .links {
    max-width: 300px;
    margin-top: 0px;
}
/*
#award .links {
    margin-left: 8px;
    font-size: 0.90em;
}
*/
#award .award-item .content .links a.button-link:hover, 
#award .award-item .content .links a.button-link {
    font-size: 16px;
    /*color: #ff6600 !important;*/
    display: inline-block;
    font-weight: 500;
    /* padding-right: 20px; */
    text-decoration: none !important;
    text-transform: uppercase;
}
/*
#award .award-item .content .links a.button-link:after {
    background-color: rgb(181, 175, 161) !important;
    color: #444444; 
    content: ">";
    display: inline-block;
    font-weight: 500;
    height: 15px;
    line-height: 16px;
    margin-left: 10px;
    text-align: center;
    width: 13px;
}
*/
#award .award-item .content .links a.button-link:after {
    background-color: rgb(255, 165, 0) !important; /* #ff6600 !important;*/
    color: #444444; /* #ffffff; */
    content: ">";
    display: inline-block;
    font-size: 17px; /* 23px; */
    font-weight: 500;
    height: 16px; /* 20px; */
    width: 17px; /* 21px; */
    line-height: 15px; /* 17px; */
    margin-left: 10px;
    text-align: center;
    vertical-align: inherit; /* text-top; */
    border-radius: 100%;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.33);
}

#award .award-item .content .links a.button-link + a.button-link {
    margin-left: 20px;
}

#award div.add_this {
	float: none;
	text-align: center;
}

#award div.add_this .addthis_default_style .addthis_separator,
#award div.add_this .addthis_default_style .addthis_counter,
#award div.add_this .addthis_default_style .at300b,
#award div.add_this .addthis_default_style .at300bo,
#award div.add_this .addthis_default_style .at300m,
#award div.add_this .addthis_default_style .at300bs {
	float: none;
	display: inline-block;
}

#award div.add_this .addthis_default_style .addthis_counter.addthis_bubble_style {
	position: relative;
	top: -4px;
}


#award-release h1, 
#award-release .pr-title {
    color: rgba(0, 0, 0, 0.99);
    font-size: 35px;
    font-weight: 600;
    text-align: center;
    text-transform: none;
}

#award-release h2, 
#award-release .pr-desc {
    color: rgba(0, 0, 0, 0.87);
    font-size: 22px;
    font-style: italic;
    font-weight: 400;
    text-align: center;
    text-transform: none;
}

#award-release h3, 
#award-release .pr-date {
    color: rgba(0, 0, 0, 0.57);
    font-size: 22px;
    margin-top: 40px;
    margin-bottom: 20px;
}

#award-release h4, 
#award-release .pr-section-title {
    color: rgba(0, 0, 0, 0.87); /* rgba(0, 0, 0, 0.57); */
    font-size: 22px;
    margin-top: 45px;
    margin-bottom: 20px;
}

#award-release p {
    font-size: 20px;
    margin-bottom: 15px;
}

#award-release p.contact-title {
    margin-top: -10px;
}

#award-release p.contact-info {
    margin-left: 7px;
}




/*** Members Page Styles ***/
.sp-logo .img-border {
    border: 1px solid rgba(0, 0, 255, 0.24);
}

.sp-logo .hoverzoom-wrap {
    position: relative;
}

.sp-logo .hoverzoom-wrap > div {
}

.sp-logo .hoverzoom {
    height: 100px;
    width: 100px;
}

.psg-members.sp-logo .hoverzoom {
    height: 139px;
    width: 139px;
}

.sp-logo .hoverzoom:hover {
}

.sp-logo .hoverzoom > a {
    border: 1px solid rgba(0, 0, 255, .24);
}

.sp-logo .hoverzoom > img,
.sp-logo .hoverzoom > a > img {
    height: 96px;
    width: 96px;
}

.psg-members.sp-logo .hoverzoom > img,
.psg-members.sp-logo .hoverzoom > a > img {
    height: 135px; /*96px;*/
    width: auto; /*96px;*/
}

.sp-logo .hoverzoom > a > img {
    position: absolute;
    left: 0;
    top: 0;
}

.sp-logo .hoverzoom > a:after {
    content: "\f08e"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    position: relative;
    top: 3px;
    float: right;
    color: rgba(255, 0, 100, 0.96);
    transition: color 0.9s ease 0.3s;
}

.sp-logo .hoverzoom:hover > a:after {
    color: rgba(255, 0, 100, 0);
    transition: color 0.5s ease 0.15s;
}

.sp-logo .hoverzoom:hover > img,
.sp-logo .hoverzoom:hover > a > img {
    height: 156px;
    width: 156px;
    top: -36px;
    left: -36px;
}

.psg-members.sp-logo .hoverzoom:hover > img,
.psg-members.sp-logo .hoverzoom:hover > a > img {
    height: 210px; /*156px;*/
    width: auto; /*156px;*/
    top: -76px; /*-36px;*/
    left: -76px; /*-36px;*/
}


/*******
 * Footer Showcase
 ***/
#footer-showcase {
    background-color: rgba(255, 255, 255, .99);
    border-top: 3px solid rgba(16, 157, 138, .87);
    /*box-shadow: 0px 0px 6px 2px rgba(16, 157, 138, .3), 0px -3px 6px -1px rgba(16, 157, 138, .5) inset;*/
    box-shadow:0px 0px 21px 4px rgba(14, 61, 91, .5) inset;
    min-height: 75px;
    text-align: center;
    position: relative;
    z-index: 99;
}

#footer-showcase .row.icons {
    padding-top: 20px;
    padding-bottom: 15px;
}

#footer-showcase p.icon {
    margin-top: 10px;
}

#footer-showcase p.icon img {
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, .33);
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, .45);
    transition: all .66s ease-in-out .12s;
}

#footer-showcase p.icon img:hover,
#footer-showcase p.icon img:focus {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0);
    transition: all .33s ease-in-out; /* .33s;*/
}

#footer-showcase p.title {
    font-weight: 600;
}


/*******
 * Footer
 ***/
footer {
    color: rgba(255, 255, 255, .99);
    border-top: 3px solid rgba(16, 157, 138, .87);
}

footer.maintenance,
footer.maintenance a {
    color: rgba(0, 0, 0, .99);
    border-top: 0px solid rgba(0, 0, 0, 0);
}

footer h2,
footer h3,
footer h4,
footer .h2,
footer .h3,
footer .h4 {
    color: rgba(16, 229, 200, .99); /*#10e5c8*/
    text-decoration: underline;
}

footer a {
    color: rgba(255, 255, 255, .99);
    text-decoration: underline;
}

footer a:focus,
footer a:hover {
    color: rgba(255, 255, 255, .84);
}

footer ol,
footer ul {
    padding-left: 13px;
}

footer .top {
    background-color: rgba(0, 88, 131, .99); /*#005883*/ 
    padding-bottom: 25px;
    padding-top: 25px;
}

footer .bottom {
    background-color: rgba(14, 61, 91, .99); /*#0E3D5B*/
    padding-top: 25px;
    box-shadow: 0px 0px 6px -1px rgba(16, 229, 200, .48);
}

/*******
 * Back to top
 ***/


/*******
* Forms
***/


/*******
 * Carousel
 ***/


/*******
 * Error Pages/Messages
 ***/


/*******
 * Buttons
 ***/


/*******
 * Accordions
 ***/
.accordion-group {
    border: 1px solid #e5e5e5;
}

.accordion-heading a.accordion-toggle {
    background: #e9e8e8 none repeat scroll 0 0;
}


/*******
 * Special Styles
 ***/
/* bootstrap override styles */
.modal-dialog {
    margin: 30px auto;
    max-width: 832px;
    width: 100%;
}


/*******
 * Utility Styles
 ***/
.wwcc-green { color: rgba(16, 157, 138, .99); /*#109d8a*/ }
.wwcc-green-dk { color: rgba(2, 122, 74, .99); /*#027a4a*/ }
.wwcc-green-lt { color: rgba(16, 229, 200, .99); /*#10e5c8*/ }
.wwcc-blue { color: rgba(0, 88, 131, .99); /*#005883*/ }
.wwcc-blue-alt { color: rgba(1, 89, 130, .99); /*#015982*/ }
.wwcc-blue-lt { color: rgba(219, 233, 243, .99); /*#DBE9F3*/ }
.wwcc-blue-dk { color: rgba(14, 61, 91, .99); /*#0E3D5B*/ }

.spotlight {
    /*width: 255px;*/
    min-height: 205px;
    height: 100%;
    text-align: justify;
}

.spotlight img {
    border: 1px solid silver;
    padding: 15px;
    margin: 5px 20px;
    min-width: 80px;
    height: auto;
}

.sections1 {
    color: #fff;
    background: #00556d;
    width: 100%;
    height: 72px;
}

.sections1 p {
    padding: 2em 0 0 1em;
}

.sections1 a {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: .06em;
}

.sections1 a:hover {
    color: #7ED6F6;
    font-weight: bold;
}

.publicoutreach {
    background: url("../images/sections/publicoutreach.png") #00556D no-repeat top right;
}

.oregonpolicy {
    background: url("../images/sections/oregonpolicy.png") #00556D no-repeat top right;
}

.newsarticles {
    background: url("../images/sections/newsarticles.png") #00556D no-repeat top right;
}

.faq {
    background: url("../images/sections/faqs.png") #00556D no-repeat top right;
}

.midbxs {
    background: url('../images/midbxbg.jpg') repeat-x;
    height: 225px;
    border: 10px solid white;
}

.midbxs img {
    border: 1px solid #fff;
    margin: 0px 0px;
}

.midbxs h2 {
    padding: 0 5px 5px 5px;
    margin: 0;
    font-size: 17px;
    font-family: Candara;
    color: #00556D;
    line-height: 20px;
}

.midbxs p {
    padding: 2px 0 0 9px;
    font-size: 13px;
    line-height: 16px;
}

.video-wrap.youtube {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.video-wrap.youtube iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.auto-style1 {
    width: 23px;
    height: 23px;
}

.auto-style2 {
    width: 27px;
    height: 23px;
}

.auto-style3 {
    text-decoration: underline;
}

/*
div.thumb {
    float: left;
    width: 55px;
    height: 55px;
}

div.thumb img {
    max-width: none;
}
*/


/*******
 * Responsive - media query area 
 ***/
@media (min-width: 1200px) {
    html, body {
        font-size: 11px;
    }
    
    .container {
        width: 1170px;
    }
}



@media (min-width: 1300px) {
    html, body {
        font-size: 12px;
    }
    
    .container {
        width: 1270px;
    }
}



@media (min-width: 1400px) {
    html, body {
        font-size: 13px;
    }
    
    .container {
        width: 1370px;
    }
    
    .sections1 p {
        padding: 1.5em 0 0 1em;
    }
}



@media (min-width: 1500px) {
    html, body {
        font-size: 14px;
    }
    
    .container {
        width: 1470px;
    }
}



@media (min-width: 1600px) {
    html, body {
        font-size: 15px;
    }
    
    .container {
        width: 1570px;
    }
}



@media (min-width: 1024px) {
    #logo .heading {
        line-height: 2.7em; /*1.45em;*/
        font-size: 1.45em;
    }
}



@media (max-width: 991px) {
    #header-wrapper .wide-header {
        width: 100%;
    }
    #logo h1,
    #logo .h1 {
        text-align: center;
    }
    
    #logo img {
        display: none;
    }
    
    #logo .heading {
        line-height: 2.25em;
        font-size: 1.23em;
    }
}



@media screen and (max-width: 767px) {
    .dropdown-menu {
        background-color: rgba(255, 255, 255, 0.97);
    }
    
    #header-wrapper .wide-header {
        width: 100%;
        min-height: 90px;
    }
    
    #logo .heading {
        line-height: 1.25em;
        font-size: 1.13em;
        position: relative;
        top: 22px;
    }
    
    nav.navbar {
        top: -5px;
    }
    
    #main-content {
        top: -5px;
    }
}



@media (max-width: 350px) {
    .sp-logo .hoverzoom {
        height: 70px;
        width: 70px;
    }

    .sp-logo .hoverzoom > img,
    .sp-logo .hoverzoom > a > img {
        height: 66px;
        width: 66px;
    }

    .sp-logo .hoverzoom:hover > img,
    .sp-logo .hoverzoom:hover > a > img {
        height: 156px;
        width: 156px;
        top: -36px;
        left: -36px;
    }
}


@media (max-device-width: 480px) and (orientation: landscape) {
    
}

@media (max-width: 350px) {
    
}

@media (max-width: 479px) {
    
}

@media (min-width: 480px) {
    
}

@media screen and (max-width: 767px) {
    
}

@media (min-width: 768px) {
    
}

@media screen and (min-width: 768px) {
    
}

@media (max-width: 800px) {
    
}

@media (max-width: 860px) {
    
}

@media (min-width: 768px) and (max-width: 991px) {
    
}

@media (max-width: 992px) {
    
}

@media (min-width: 992px) {
    
}

@media (max-width: 1199px) {
    
}

@media (min-width: 992px) and (max-width: 1199px) {
    
}

@media (min-width: 1200px) {
    
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    
}

@media all and (transform-3d), (-webkit-transform-3d) {
    
}

@media print {
    
}
