/*--------------------------------------------------
  Variables
--------------------------------------------------*/

:root {
    --main-font: 'Lato', sans-serif;
    --lato-font: 'Lato', sans-serif;
    --pale-green: rgb(126, 167, 133);
    --blue: rgb(27, 155, 194);
    --calwep-blue: rgb(25,81,142);
    --dark-blue: rgb(67, 106, 135);
    --white: #ffffff;
    --light-gray: rgb(153, 153, 153);
    --navy: #063161;
    --dark-gray: rgb(27, 19, 16);
    --turqoise: rgb(7, 167, 165);
    --super-light-gray: rgb(223, 223, 223);
}

/*--------------------------------------------------
  Global
--------------------------------------------------*/

a {
    color: var(--blue);
    cursor:pointer;
}

a:hover,
a:visited {
    color: rgb(25, 81, 142);
}

/*--------------------------------------------------
  BUTTONS
--------------------------------------------------*/
.btn, button.facetwp-load-more {
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    text-align: center;
    padding: 0 30px;
    border: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    transition: all .5s;
    border-radius: 10px;
}

.btn.blue, button.facetwp-load-more {
    background-color: var(--blue);
    color: #ffffff;
}

.btn.blue:hover {
    background-color: var(--dark-blue);
}

.btn.transparent {
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    border-radius: 3px;
    padding: 0 20px;
    background-color: rgba(0, 0, 0, 0.2);
    color: #ffffff;
}

.btn.transparent:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

/*--------------------------------------------------
  MAIN
--------------------------------------------------*/
html,
body {
    margin: 0;
    padding: 0;
}

* {
    font-family: var(--main-font);
}

p {
    margin-top: 0;
}

h2 {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 35px;
    margin-bottom: 10px;
    margin-top: 0;
}

ul.drop {
    padding: 0;
}

ul.drop li {
    font-size: 18px;
    margin-bottom: 15px;
    list-style-type: none;
}

ul.drop li:before {
    font-family: 'icomoon';
    content: "\e900";
    margin-right: 15px;
}

form input[type="text"],
form input[type="search"] {
    border: none;
    padding: 5px 10px;
    font-size: 17px;
}

pre {
    font-family: monospace;
    background: #eee;
    padding: 10px;
    font-size: 15px;
}

section {
    position: relative;
    z-index: 2;
    background: #ffffff;
}

body {
    overflow-x: hidden;
}

h1 {
    font-size: 50px;
}

img.alignleft {
    float: left;
    margin: 20px;
}

img {
    max-width: 100%;
}

img.size-full {
    height: auto;
}

/*--------------------------------------------------
  CUSTOM CLASSES
--------------------------------------------------*/

.contained-width .container-fluid {
    padding-left: 10%;
    padding-right: 10%;
}

@media screen and (max-width:1000px) {
    .contained-width .container-fluid {
        padding-left: 5%;
        padding-right: 5%;
    }
}

/*--------------------------------------------------
  SEARCH FORM
--------------------------------------------------*/
.wp-search-form {
    opacity: 0;
    height: 0;
    position: fixed;
    background: rgba(255, 255, 255, .85);
    width: 100%;
    transition: all .3s ease-in;
    padding: 20px 10%;
    text-align: right;
    margin-top: 10px;
    z-index: 0;
}

.wp-search-form.reveal {
    height: auto;
    opacity: 1;
    z-index: 999;
    margin-top: 80px;
}

.header .wp-search-form.reveal form {
    display: block;
}

.wp-search-form input[type="submit"] {
  display: inline-block;
  font-size: 22px;
  padding: 10px 52px !important;
  line-height: 22px;
  background: var(--blue);
  color: #ffffff;
  height: 45px;
  position: relative;
  border: 1px solid var(--blue);
  top: 2px;
}

.wp-search-form input[type="search"] {
  height: 45px;
  background: #e4e4e4;
  width: 80%;
  border: 1px #ccc solid;
  display: inline-block;
}

/*--------------------------------------------------
  HEADER
--------------------------------------------------*/
.header {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.header:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
}

.header .col-md-8,
.header .col-md-9 {
    text-align: right;
}

.header .top-nav {
    padding: 20px 0;
}

.header .top-nav.transparent {
    background-color: rgba(0, 0, 0, 0.2);
}

.single-resource .header .top-nav.transparent, .single-research .header .top-nav.transparent {
    background-color: rgba(0, 0, 0, 1);
}

.resource-container .privacy, .research-container .privacy {
    padding: 40px;
    background: rgb(25, 81, 142);
    color: white;
    font-weight: bold;
    font-size: 20px;
}

.resource-container .privacy .lock::before, .research-container .privacy .lock::before {
    font-family: dashicons;
    content: '\f160';
    font-size: 40px;
    color: #ffffff;
    position: relative;
    top: 10px;
    padding-right: 20px;
}

.resource-container .privacy a, .research-container .privacy a {
    color: #ffffff;
}

.resource-container .privacy a:hover, .resource-research .privacy a:hover {
    color: var(--light-gray);
}

.add-research .frm_style_formidable-style.with_frm_style .form-field {
    margin-bottom: 25px;
}

/** FACET **/
.facetwp-dropdown {
  width: 80%;
height: 48px;
font-size: 18px;
color: grey;
margin: 0 auto;
display: block;
}
.blog-posts.research-posts .col-md-4 h3 {
  font-size:16px;
  line-height:18px;
}
.research-posts .blog-title-area {
      min-height: 140px;
      padding:20px;
}
.research-posts .post .quicklinks {
  height: calc(100% - 140px);
  padding-top:20% !important;
}
.header.fixedHeader .top-nav.transparent {
    background-color: var(--calwep-white);
    border-bottom: 1px #f4f4f4 solid;
}

.page-template-default .header .top-nav.transparent {
    background-color: var(--calwep-white);
    border-bottom: 1px #f4f4f4 solid;
}

.header .top-nav.dark {
    background-color: #000;
}

.header .top-nav.dark .col-md-9 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header .top-nav.dark .col-md-9 nav,
.header .top-nav.dark .col-md-9 form {
    margin-top: 0;
}

.header .top-nav .logo {
    display: inline-block;
}

.header .top-nav .logo img {
    margin-right: 20px;
}

.header .top-nav .logo.small {
    font-size: 32px;
    line-height: 56px;
    color: #ffffff;
    text-decoration: none;
    display: flex;
}

.header .top-nav form,
.header .top-nav nav {
    display: inline-block;
    margin-top: 10px;
}
.header .top-nav nav ul {
  margin-bottom:0;
}
.header .top-nav nav ul li {
    display: inline-block;
    margin-right: 20px;
      padding-bottom:20px;
}

.header .top-nav nav ul li a {
    text-decoration: none;
    color: #ffffff;
}

.header .top-nav .btn {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    padding: 0 20px;
}

.header .top-nav .icon-search {
    text-decoration: none;
    color: #ffffff;
    font-size: 20px;
    margin: 0 20px 0 0;
}

.header h1,
.header p {
    position: relative;
    color: #ffffff;
    text-align: center;
}

.header h1 {
    font-weight: 400;
    font-size: 60px;
    text-transform: uppercase;
}

.header .hero-text {
    margin: 150px 0;
}

.header .hero-text.top {
    margin: 30px 0 350px;
}

.header .hero-text.top h1,
.header .hero-text.top p {
    margin-left: 30px;
    margin-bottom: 20px;
    display: block;
    text-align: left;
    text-transform: none;
}

.header .hero-text.top h1 {
    font-weight: 600;
    font-size: 54px;
}

.header .hero-text.top p {
    font-weight: 300;
}

.hero-block.calwep-connect h1,
.hero-block.membership h1 {
    text-transform: none;
}

.hero-block.membership .hero-text p {
    max-width: 600px;
    margin: 0 auto;
    text-transform: none;
}

.header .hero-text.top a {
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
    text-decoration: none;
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.header .hero-text.top a .icon-pdf {
    font-size: 40px;
}

.header .hero-text p {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 20px;
}

.header .bottom-block {
    background: rgba(0, 0, 0, 0.2);
    padding: 20px 0;
}

.header .bottom-block a {
    position: relative;
    color: #ffffff;
    text-decoration: none;
    display: flex;
    align-items: center;
    font-size: 20px;
}

.header .bottom-block a .icon-pdf {
    font-size: 40px;
}

.header .bottom-block a img {
    height: 42px;
    margin-right: 20px;
}

.header {
    z-index: 99999;
    position: fixed !important;
    /* Fix in maim.min.css */
    width: 100%;
    transition: .1s all ease-in;
}

.header #top_menu {
    transition: .1s all ease-in;
}

.header #top_menu li {
    transition: .3s all ease-in;
    border-bottom: 0px var(--white) solid;
}

.header #top_menu>li:hover {
    border-bottom-width: 2px;
}

.header.fixedHeader #top_menu {
    margin-top: 0;
    margin-bottom: 10px;
}

.fixedHeader .menu li.menu-item-has-children::before {
    top: 48px;
}

.header.fixedHeader .header-logo img {
    width: 200px;
}

.header .header-logo {
    position: relative;
    top: 16px;
}

.header .header-logo img {
    transition: .2s all ease-in;
    width: 330px;
}

.header .top-nav {
    padding: 10px 0 !important;
    /* Fix in maim.min.css */
}

.menu>li>.sub-menu {
    height: 0;
    width: 100%;
    transition: .1s all ease-in;
    padding: 0;
    background: rgba(7, 49, 97, .9);
    position: fixed;
    left: 0;
    overflow: hidden;
    display: flex;
}

.menu>li>.sub-menu>li {
    flex-basis: 16.66%;
    padding: 10px;
    border-right: 1px #222 solid;
    display: inline-block;
    margin-right: 20px;
    text-align: left;
}

.menu>li>.sub-menu>li:last-of-type {
    border-right: none;
}

.menu>li:hover>ul.sub-menu {
    padding: 20px 10%;
    height: auto;
    margin-top: 22px;
}

.fixedHeader .menu>li:hover>ul.sub-menu {
    margin-top: 26px
}

.menu>li.menu-item-has-children::before {
    content: '';
    background: transparent;
    display: block;
    position: absolute;
    top: 44px;
    z-index: 99;
    width: 0;
    height: 0;
    transition: .1s all ease-in;
}
.admin-bar .menu>li.menu-item-has-children::before {
  top: 64px;
}
.page-template-building-block-page .menu>li.menu-item-has-children::before {
    top: 60px;
}
.header #top_menu li.menu-item-has-children {
  border-bottom:0px white solid !important;
}

.menu>li.menu-item-has-children:hover::before {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid rgba(7, 49, 97, .9);
}

.menu>li>.sub-menu>li>.sub-menu {
    margin-left: 0;
    padding-left: 0;
}

.menu>li>.sub-menu>li>.sub-menu li {
    font-size: 14px;
    margin-right: 0;
    line-height: 1.2em;
    margin-top: 2px;
    padding: 4px 0 4px 10px;
    opacity: .7;
    border-left: 2px rgba(255, 255, 255, .3) solid;
    display: block;
}

.menu>li>.sub-menu>li>.sub-menu li:hover {
    opacity: 1;
    border-left: 2px rgba(255, 255, 255, 1) solid;
}

.menu>li>.sub-menu>li>.sub-menu li:before {
    content: "";
    text-indent: -5px;
    display: inline-block;
    font-size: 12px;
    color: #ffffff;
    margin-right: 1px;
}

.mobile-nav {
    display: none;
}

@media screen and (max-width:900px) {
    .mobile-nav {
        display: inline-block;
        content: '';
        background-image: url('../img/menu-circle-white.png');
        background-size: cover;
        width: 60px;
        height: 60px;
        cursor: pointer;
        transition: .3s all ease-in;
    }

    .mobile-nav:hover {
        opacity: .8;
    }

    .activated .mobile-nav {
        background-image: url('../img/menu-drop-white.png');
    }

    #top-menu .menu-top-menu-container,
    #top-menu .menu-members-menu-container {
        display: none;
    }

    #top-menu .activated .menu-top-menu-container ul>li,
    #top-menu .activated .menu-members-menu-container ul>li {
        display: block;
        text-align: center;
        border: none;
        margin: 5px 0;
    }

    #top-menu .activated .menu-top-menu-container,
    #top-menu .activated .menu-members-menu-container {
        display: block;
        position: absolute;
        width: 100%;
        left: 0;
        background: rgba(0, 0, 0, .8);
        top: 77px;
    }

    #top-menu .col-md-4 {
        float: left;
        position: relative;
        display: inline-block;
        max-width: 40%;
        padding-bottom: 25px;
    }

    #top-menu .col-md-3 {
        float: left;
        position: relative;
        display: inline-block;
        max-width: 40%;
    }

    #top-menu .activated .menu-top-menu-container #top_menu,
    #top-menu .activated .menu-members-menu-container #members_menu {
        padding-left: 0;
    }

    .header .top-nav .icon-search {
        font-size: 30px;
        bottom: 22px;
        position: relative;
    }

    .header .top-nav .col-md-9 .icon-search {
        bottom: 0px;
        right: -5px;
    }

    .menu>li:hover>ul.sub-menu {
        padding: 5px;

    }

    .menu>li>.sub-menu>li {
        flex-basis: 100%;
        padding: 0;
    }

    .menu>li>.sub-menu {
        flex-wrap: wrap;
        position: relative;
    }

    .menu>li>.sub-menu>li>.sub-menu {
        display: none !important;
    }

    .menu>li.menu-item-has-children::before {
        top: 68px;
        left: calc(50% - 20px);
    }

    .header .top-nav.dark .col-md-9 {
        width: 100%;
        position: absolute;
    }

    .header .top-nav .logo.small {
        font-size: 25px;
        line-height: 25px;
    }
}

@media screen and (max-width:600px) {
    .header.fixedHeader {
        position: absolute !important;
        background: black;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    #top-menu .col-md-4 {
        max-width: 54%;
        padding-bottom: 0;
        padding-left: 10px;
        padding-right: 0;
    }
}

/*--------------------------------------------------
  HERO BANNER
--------------------------------------------------*/
.video_contain>video {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1;
}

.hero-overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
}

.video_contain {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

@media screen and (max-aspect-ratio: 1920/1280) {
    .video_contain>video {
        height: 100%;
    }
}

@media screen and (min-aspect-ratio: 1920/1280) {
    .video_contain>video {
        width: 100%;
    }
}

.hero-block {
    position: relative;
    background-color: rgba(0, 0, 0, .3);
    z-index: 0;
}

.hero-block.video-back .hero-text {
    margin: 30vh 0 25vh 0;
}

.hero-block.image-back {
    background-size: cover;
    background-position: center center;
}

.hero-block.image-back .hero-text {
    margin: 25vh 0 20vh 0;
}

.hero-block .hero-text p {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 20px;
}

.hero-block h1 {
    font-weight: 400;
    font-size: 60px;
    text-transform: uppercase;
}

.hero-block h1,
.hero-block p {
    position: relative;
    color: #ffffff;
    text-align: center;
}

.hero-block.dark h1,
.hero-block.dark p {
    color: #000;
}

.hero-block.blue h1,
.hero-block.blue p {
    color: rgb(25, 81, 142);
}

.hero-block .bottom-block {
    background: var(--super-light-gray);
    padding: 15px 0;
    z-index: 2;
    position: absolute;
    width:100%;
    bottom: 0px;
    border-top:1px solid var(--calwep-blue);
}
.hero-block .bottom-block .quick-links {
}
.hero-block .bottom-block a {
    position: relative;
    color: var(--dark-gray);
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    margin:0 30px;
    transition: all .1s ease-in-out;
    bottom:0;
    padding-bottom:5px;
    border-bottom:0px solid var(--calwep-blue);
    cursor:pointer;
}
.hero-block .bottom-block a:hover {
    color:var(--calwep-blue);
    bottom:3px;
    padding-bottom:2px;
    border-bottom:2px solid var(--calwep-blue);
    cursor:pointer;
}

.hero-block .bottom-block a .icon-pdf {
    font-size: 40px;
}

.hero-block .bottom-block .quick-links {
    color: #ffffff;
    text-align: center;
}

.hero-block .bottom-block .quick-links a {
    display: inline;
}

/*--------------------------------------------------
  LARGE ICON SECTION
--------------------------------------------------*/
.large-icons .icon-overlay {
    position: relative;
    height: 0;
    opacity: .1;
    top: 23%;
    left: 23%;
    z-index: 1;
}

.large-icons .icon-overlay img {
    max-width: 90%;
}

.large-icons a.btn {
    z-index: 10;
    position: relative;
}

.three-color-block.icons .panel:hover {
    opacity: .8;
}
/*--------------------------------------------------
    DYNAMIC BLOCKS
--------------------------------------------------*/
.dynamic-block .dynamic-block-title {
    padding: 20px 20% 15px 20%;
    text-align:center;
}
.dynamic-block .dynamic-block-title h2 {
    padding-bottom:5px;
    border-bottom:1px solid var(--super-light-gray);
}
.dynamic-block .dynamic-display {
    border: 1px solid var(--super-light-gray);
    margin:4% 2%;
    box-shadow: 0px 0px 10px var(--super-light-gray);
}
.dynamic-block .dynamic-display .dynamic-top-image a {
    display:block;
    width:100%;
    height:250px;
    background-size:cover;
}
.dynamic-block .dynamic-display .dynamic-top-image a:hover {
    opacity:.8;
}
.dynamic-block .dynamic-display .dynamic-meta {
    padding: 20px;
    position:relative;
    height:240px;
}
.dynamic-block .dynamic-display .dynamic-meta a.dynamic-title {
    text-decoration:none;
}
.dynamic-block .dynamic-display .dynamic-meta a.dynamic-title:hover h3 {
    color: var(--calwep-blue);
}
.dynamic-block .dynamic-display .dynamic-meta .dynamic-title h3 {
    margin: 0 0 10px 0;
    color: var(--dark-gray);
    font-size: 22px;
    min-height: 80px;
}
.dynamic-block .dynamic-display .dynamic-meta p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.dynamic-block .dynamic-display .dynamic-meta .post-lock { 
    position: absolute;
    width: 93%;
    bottom: 20px;
}
.dynamic-block .dynamic-display .dynamic-meta .post-lock .unlock{ 
    position: relative; 
    text-align: right; 
}
.dynamic-block .dynamic-display .dynamic-meta .post-lock a { 
    color: #000; 
    padding-right: 40px; 
    position: relative; 
    text-decoration: navajowhite; 
    font-size: 18px; 
    font-weight: bold; 
    font-family: var(--lato-font);
}
.dynamic-block .dynamic-display .dynamic-meta .post-lock a::after { 
    position: absolute; 
    content: '\f0c1'; 
    right: 5px; 
    top: 2px; 
    font-family: 'Fontawesome';
}
.dynamic-block .dynamic-display .dynamic-meta .post-lock a:hover { 
    color: var(--blue); 
}
/*--------------------------------------------------
  FOOTER
--------------------------------------------------*/
.footer {
    z-index: 2;
    position: relative;
    background-color: var(--navy);
    padding: 40px 0;
}

.footer.black {
    background-color: #000;
}

.footer nav {
    text-align: right;
    margin-bottom: 10px;
}

.footer nav li {
    display: inline-block;
    margin-right: 20px;
}

.footer nav li a {
    color: #ffffff;
    text-decoration: none;
}

.footer .social-links {
    text-align: right;
}

.footer .social-links a {
    display: inline-block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    background-color: var(--blue);
    text-align: center;
    border-radius: 40px;
    margin-right: 10px;
    transition: all .5s;
}

.footer .social-links a i {
    font-size: 20px;
    color: #ccc;
    transition: all .5s;
}

.footer .social-links a:hover {
    background-color: var(--dark-blue);
}

.footer .social-links a:hover i {
    color: #ffffff;
}

.footer h4 {
    color: #ffffff;
    font-weight: 100;
    font-size: 28px;
    margin-bottom: 10px;
    margin-top: 0;
}

.frm_style_email-signup.frm_inline_form .frm_form_field.form-field {
    margin-right: 0;
}

.footer .frm_style_email-signup.frm_inline_form .frm_submit {
    width: 48.75%;
    margin-left: 2.5%;
}

.footer .frm_style_email-signup.with_frm_style.frm_inline_form .frm_submit button {
    width: 100%;
}

/*--------------------------------------------------
  FONTELLO
--------------------------------------------------*/
@font-face {
    font-family: 'fontello';
    src: url("../fonts/fontello.eot?76466315");
    src: url("../fonts/fontello.eot?76466315#iefix") format("embedded-opentype"), url("../fonts/fontello.woff2?76466315") format("woff2"), url("../fonts/fontello.woff?76466315") format("woff"), url("../fonts/fontello.ttf?76466315") format("truetype"), url("../fonts/fontello.svg?76466315#fontello") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
    content: '\e800';
}

.icon-twitter:before {
    content: '\f099';
}

.icon-facebook:before {
    content: '\f09a';
}

.icon-gplus:before {
    content: '\f0d5';
}

.icon-linkedin:before {
    content: '\f0e1';
}

.icon-youtube:before {
    content: '\f167';
}

.icon-pinterest:before {
    content: '\f231';
}

/*--------------------------------------------------
  ICONMOON
--------------------------------------------------*/
@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon.eot?od18i2");
    src: url("../fonts/icomoon.eot?od18i2#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?od18i2") format("truetype"), url("../fonts/icomoon.woff?od18i2") format("woff"), url("../fonts/icomoon.svg?od18i2#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-drop:before {
    font-family: 'icomoon' !important;
    content: "\e900";
}

.icon-pdf:before {
    font-family: 'icomoon' !important;
    content: "\e901";
}

.three-color-block .panel {
    padding: 40px;
    color: #ffffff;
}

.three-color-block .panel.light-green {
    background-color: var(--pale-green);
}

.three-color-block .panel.light-blue {
    background-color: var(--blue);
}

.three-color-block .panel.light-brown {
    background-color: #999999;
}

.three-color-block .panel.dark-blue {
    background-color: var(--dark-blue);
}

.three-color-block .panel.dark-brown {
    background-color: var(--dark-gray);
}

.three-color-block .panel.turquoise {
    background-color: var(--turqoise);
}

.three-color-block .panel h3 {
    font-weight: 300;
    font-size: 35px;
    margin-top: 0;
    text-align: center;
}

.three-color-block .panel .date {
    font-weight: 300;
}

.three-color-block .panel a {
    color: #ffffff;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.three-color-block .panel ul a {
    display: inline;
}

.three-color-block .panel a.read-more {
    font-size: 18px;
    text-decoration: none;
    border: 2px #fff solid;
    margin-top: 10px;
    display: inline-block;
}

.three-color-block.flip {
    margin-bottom: 30px;
}

.three-color-block.flip .panel {
    padding: 0;
}

.three-color-block.flip .panel .card {
    cursor: pointer;
    height:100%;
}

.three-color-block.flip .panel .card .front {
    padding: 0;
    background-size: cover;
    position: relative;
}

.three-color-block.flip .panel .card .front h3 {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-transform: none;
    height: 100px;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    line-height: 140px;
}

.three-color-block.flip .panel .card .back {
    background-color: #CFCFCF;
    color: #000;
    padding: 40px;
    text-align: center;
}

.three-color-block.flip .panel .card .back h3 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 15px;
}

.three-color-block.flip .panel .card .back .btn {
    text-align: center;
    width: 80%;
    display: block;
    margin: 0 auto;
}

.three-color-block.flip .flip_back_text {
    min-height: 150px;
}

.three-color-block.icons a {
    font-size: 24px;
}

.three-color-block.icons a img {
    margin-right: 20px;
}

.our-mission {
    padding: 120px 0 120px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    text-align: center;
    color: rgb(25, 81, 142);
}

.our-mission p {
    font-size: 28px;
    line-height: 1.5;
    margin-bottom: 40px;
}

.membership-include-container {
    background-color: #eeeeee;
    color: var(--dark-grey);
    padding-bottom: 40px;
}

.membership-include-container h2 {
    text-align: center;
    font-weight: 300;
    font-size: 32px;
    text-align: center;
    margin: 60px 0 40px;
    color: #1d5e85;
    font-weight: 900;
    font-family: var(--lato-font);
}

.membership-include-container .membership-include .owl-dots {
    position: relative;
    top: -30px;
}

.membership-include-container .membership-include .owl-dots .owl-dot {
    outline: none;
}

.membership-include-container .membership-include .item {
    /*display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 3fr;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 60px;*/
}

.membership-include-container .membership-include .item h3 {
    font-weight: 300;
    font-size: 26px;
    text-align:center;
}

.membership-include-container .membership-include .item .left{
    height: 400px;
}

.membership-include-container .membership-include .item .right {
    padding: 0 0 80px 0;
}

.membership-include-container .membership-include .item .right .image {
    /*display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 3fr;
    grid-template-columns: 1fr 3fr;
    grid-column-gap: 20px;*/
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 50px;
}
.membership-include-container .membership-include .item .right a.btn {
  margin:0 auto;
  display:block;
  max-width:250px;
}
.membership-include-container .membership-include .item .right .image .user-photo {
    border-radius: 100%;
    max-width:100px;
    float:right;
}

.membership-include-container .membership-include .item .right .image .text {
    font-style: italic;
}

.blog-posts {
    padding: 15px;
}

.blog-posts .col-md-3,
.blog-posts .col-md-4,
.blog-posts .col-md-6 {
    margin-bottom: 30px;
}

.blog-posts .col-md-3 .post .teaser-content,
.blog-posts .col-md-4 .post .teaser-content,
.blog-posts .col-md-6 .post .teaser-content {
    min-height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    color: #ffffff;
    position: relative;
    background-position: center;
}

.blog-posts .col-md-6 .post .teaser-content div {
    padding: 10px;
}

.teaser-content .privacy-small {
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
    padding: 17px;
    background: var(--dark-gray);
}

.teaser-content .privacy-small .lock::before {
    font-family: dashicons;
    content: '\f160';
    font-size: 20px;
    color: #ffffff;
    position: relative;
    top: 5px;
    padding-right: 10px;
}

.blog-posts .col-md-3 .post a,
.blog-posts .col-md-4 .post a,
.blog-posts .col-md-6 .post a {
    text-decoration: none;
    color: #ffffff;
}

.blog-posts .col-md-3 .post a:hover,
.blog-posts .col-md-4 .post a:hover,
.blog-posts .col-md-6 .post a:hover {
    text-decoration: underline;
}

.blog-posts .col-md-6 h3 {
    font-size: 36px;
    font-weight: 400;
}

.blog-posts .col-md-6 p {
    font-size: 20px;
    font-weight: 400;
}

.blog-posts .col-md-3 h3,
.blog-posts .col-md-4 h3 {
    font-weight: 400;
    font-size: 18px;
    margin: 0 5px 5px 5px;
    color: #ffffff;
}

.blog-posts .col-md-3 p,
.blog-posts .col-md-4 p {
    font-weight: 100;
    font-size: 12px;
    color: #ffffff;
    margin-bottom: 0;
}

.blog-posts .col-md-3 p.post-meat,
.blog-posts .col-md-4 p.post-meat {
    font-size: 14px;
}

.blog-title-area {
    background: var(--blue);
    border-bottom: 2px rgb(25, 81, 142) solid;
    text-align: center;
    width: 100%;
    min-height: 105px;
    background-image: url(../img/calwep-bk-small.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 15px;
    padding-bottom:15px;
}
@media screen and (max-width:800px) {
  .membership-include-container .membership-include .owl-dots {
    top:-20px;
  }
}
/* QUICK LINKS */
.post.showlinks, .post.sharelinks {
    box-shadow: 3px 3px 12px #9c9c9c;
}

.post .quicklinks, .post .sharelinks {
    display: none;
    position: absolute;
    top: 0;
    overflow: hidden;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    box-sizing: border-box;
    height: calc(100% - 105px);
    background: rgba(0, 0, 0, .5);
    padding-top: 30% !important;
}

.post .quicklinks .ql, .post .sharelinks .sl {
    max-width: 90%;
    display: block;
    margin: 0 auto;
}

.post .quicklinks a, .post .sharelinks a {
    color: #fff !important;
    font-size: 14px;
    width: 47%;
    margin: 1.5%;
    padding: 0px;
    line-height: 42px;
    height: 42px;
    float: left;
    display: inline-block;
}

.post .quicklinks a:hover, .post .sharelinks a:hover {
    text-decoration: none;
}

.post:hover .quicklinks, .sharelinks.reveal {
    display: block;
    cursor: pointer;
}

body:not(.share-popup) .et_social_popup.et_social_auto_popup.et_social_mobile_on.et_social_visible.et_social_animated {
    display: none !important;
}

.et_social_popup.et_social_auto_popup.et_social_mobile_on.et_social_visible.et_social_animated li.et_social_gmail .et_social_networkname {
    display: none;
}

.et_social_popup.et_social_auto_popup.et_social_mobile_on.et_social_visible.et_social_animated li.et_social_gmail .et_social_count:before {
    content: "Email";
    font-weight: 700;
}

.partners {
    text-align: center;
    padding: 70px 0 0;
}

.partners h2 {
    color: rgb(25, 81, 142);
}

.partners .bottom-bg {
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 450px;
}

.partners img {
    max-height: 170px;
    width: auto;
    display: block;
    margin: 0 auto;
}

.partners .col-md-6 img {
    max-height: 130px;
}

.partners .tier {
    margin-bottom: 30px;
}

.calwep-members {
    background-color: var(--navy);
    color: #ffffff;
    text-align: center;
    padding: 70px 0;
}

.calwep-members.left-align {
    text-align: left;
}

.calwep-members h2 {
    margin-bottom: 20px;
}

.calwep-members p {
    font-size: 24px;
    line-height: 1.3;
    font-weight: lighter;
}

.membership-details .row .col-md-8 {
    background-size: cover;
    background-repeat: no-repeat;
}

.membership-details .row .col-md-4 {
    padding: 40px 60px;
    color: #ffffff;
    background-position: right bottom;
    background-repeat: no-repeat;
}

.membership-details .row .col-md-4 .btn {
    width: 100%;
    text-align: center;
}

.membership-details .row .col-md-4 p,
.membership-details .row .col-md-4 .drop li {
    font-size: 18px;
}

.membership-details .row .col-md-4 p {
    margin-bottom: 25px;
}

.membership-details .row .col-md-4 .drop {
    margin-bottom: 200px;
}

.membership-details .row .col-md-4 .drop li {
    margin-bottom: 10px;
}

.membership-details .row:nth-child(4) .col-md-4 .btn.transparent {
    background-color: rgba(255, 255, 255, 0.2);
}

.membership-details .row:nth-child(4) .col-md-4 .btn.transparent:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

.moreposts {
  display:block;
  text-align:center;
}
.moreposts a {
  margin: 0px 20px 40px 20px;
  display: inline-block;
}

@media screen and (max-width:1000px){
  .post .quicklinks {
    padding-top: 10% !important;
  }
}
/*--------------------------------------------------
  ABOUT
--------------------------------------------------*/
.our-mission.light {
    color: var(--white);
}

.our-mission.about-mission {
    padding: 160px 0 200px;
}

.our-mission.about-mission h2 {
    padding: 30px;
}

.page-id-98 h1.image-title {
    margin-bottom: 0;
    padding-bottom: 0;
}

section.members_and_staff_list > .container-fluid {
    padding-top: 0;
}

/*--------------------------------------------------
  ABOUT
--------------------------------------------------*/
img.pub_image {
    margin: 0 auto 20px auto;
    display: block;
    box-shadow: 1px 1px 10px #000000;
}

/*--------------------------------------------------
  FULL WIDTH IMAGE
--------------------------------------------------*/
.full-width-image h1 {
    text-align: center;
    padding: 30px 0;
    font-size: 40px;
}

.full-width-image img {
    width: 100%;
}

/*--------------------------------------------------
  TEXT AREA
--------------------------------------------------*/
.text-area .container-fluid {
    max-width: 1200px;
    margin: auto;
    padding: 30px;
}

/*--------------------------------------------------
  MyCALWEP
--------------------------------------------------*/
.hero-block-members .login_register {
    text-align: center;
}

.hero-block-members .login_register a.btn {
    margin: 10px;
}

.hero-block-members.light .login_register a.btn {
    background-color: rgba(255, 255, 255, .5);
    color: var(--dark-gray);
}

.hero-block-members.light .login_register a.btn:hover {
    background-color: rgba(255, 255, 255, 1);
}

.hero-block-members.dark .login_register a.btn {
    background-color: rgba(0, 0, 0, .5);
    color: #ffffff;
}

.hero-block-members.dark .login_register a.btn:hover {
    background-color: rgba(0, 0, 0, 1);
}

.tabbed-details #tabs {
    background: transparent;
    border: none;
    position:relative;
    top:-100px;
}

#tabs ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#tabs ul::after {
    content: '';
    clear: both;
    display: block;
    height: 0;
    opacity: 0;
}

#tabs ul li {
    list-style: none;
    float: left;
    position: relative;
    top: 1px;
    margin: 0 .2em 1px 0;
    border-bottom: 0 !important;
    padding: 0;
    white-space: nowrap;
}

#tabs .ui-tabs-nav .ui-state-active a:focus {
    outline: 0;
}

.ui-tabs .ui-tabs-nav li a {
    float: left;
    padding: .5em 1em;
    text-decoration: none;
}

#tabs .ui-widget-header {
    background: transparent;
    border: none;
    border-radius: 0px;
}

#tabs .ui-tabs-nav .ui-state-default {
    background: #ffffff;
    border: 2px var(--light-gray) solid;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

#tabs .ui-tabs-nav .ui-state-active {
    background: var(--blue);
    color: #ffffff;
    border: 2px var(--blue) solid;
    box-shadow: var(--navy) 0px 0px 14px;
}

#tabs .ui-tabs-nav .ui-state-default a {
    color: var(--light-gray);
}

#tabs .ui-tabs-nav .ui-state-hover a {
    color: var(--blue);
}

#tabs .ui-tabs-nav .ui-state-hover {
    border-color: var(--blue);
}

#tabs .ui-tabs-nav .ui-state-active a {
    color: #ffffff;
}

#tabs .tabbottom {
    padding: 20px;
    border: 2px solid var(--blue);
    margin-bottom: 30px;
    background: #ffffff;
    box-shadow: var(--navy) 0px 0px 14px;
}

.org_info {
    border-bottom: 3px #ccc dashed;
    padding-bottom: 40px;
}

section.org_info a {
    word-break: break-all;
}

.members.admin h3 {
    font-weight: normal;
    color: rgb(25, 81, 142);
}

.members table.memberstable {
    width: 100%;
}

.members table.memberstable th {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
    text-align: left;
    padding: 8px;
    color: var(--white);
    background-color: var(--dark-gray);
    width: 20%;
}

.members.admin {
    margin-bottom: 50px;
}

.members.admin table.memberstable th {
    color: #000000;
    background-color: #cccccc;
    width: 14%;
}

.members.admin table.memberstable td {
    border-bottom: 1px #a0a0a0 solid;
}

.members table.memberstable th.actions {
    width: 25%;
}

.members table.memberstable td {
    background: #f4f4f4;
    padding: 8px;
    font-size: 13px;
}

.members table.memberstable tr.even td {
    background: #cccccc;
}

table.memberstable td .btn {
    font-size: 12px;
    background: var(--blue);
    color: #ffffff;
    padding: 8px 20px;
    line-height: 12px;
    height: auto;
    font-weight: bold;
    margin-right: 3px;
}

table.memberstable td .btn:hover {
    background: rgb(25, 81, 142);

}

/*--------------------------------------------------
  Membership Options
--------------------------------------------------*/
.with_frm_style .details {
    display: block;
    padding: 15px;
    background: #f4f4f4;
}

.with_frm_style .details h2 {
    font-size: 23px;
    font-weight: bold;
}

.details p.notes {
    font-size: 12px;
}

.with_frm_style .details .calwep {
    background: var(--navy);
    color: #ffffff;
    padding: 60px 10px 10px 10px;
    background-image: url(http://calwep.wpengine.com/wp-content/uploads/2018/12/logo-1.png);
    background-repeat: no-repeat;
    background-size: 146px;
    background-position: 10px 10px;
    border: 4px var(--blue) solid;
    margin-bottom: 10px;
}

.with_frm_style .details .calwep .sub-title {
    font-size: 16px;
    font-weight: bold;
}

.with_frm_style .details .calwep h4 {
    color: var(--blue);
    font-weight: bold;
    font-size: 17px;
    margin: 0;
}

.with_frm_style .frm_form_field.memb-section {
    margin-left: 0;
}

.with_frm_style .frm_form_field.frm_third.memb-section {
    padding-right: 20px;
}

.with_frm_style .details .awe {
    background: var(--pale-green);
    color: #ffffff;
    padding: 60px 10px 10px 10px;
    background-image: url(http://calwep.wpengine.com/wp-content/uploads/2019/03/awe_alt2.png);
    background-repeat: no-repeat;
    background-size: 95px;
    background-position: 10px 10px;
    border: 4px #a4d69c solid;
    margin-bottom: 10px;
}

.details table.price-table {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.details table.price-table td {
    padding: 2px;
    background: #f4f4f4;
    color: var(--dark-gray);
}

.details table.price-table td.headings {
    background: #dddddd;
    color: #000000;
    font-weight: bold;
}

.success_message {
    padding: 15px;
    margin: 5px 0 15px;
    font-size: 18px;
    border: 1px solid #D6E9C6;
    background-color: #DFF0D8;
    color: #468847;
    border-radius: 4px;
}

.success_message p {
    margin-bottom: 5px;
}

.member-message {
    background: var(--pale-green);
    padding: 20px;
    color: #ffffff;
    border: 2px green solid;
}
.org_info #organizationEdit {
  -webkit-appearance: none;
    width: 80%;
    margin: 20px auto;
    color: white;
    background: var(--blue);
    font-size: 16px;
    padding: 4px;
    display: block;
    cursor:pointer;
}
.org_info #organizationEdit:hover {
  background:var(--calwep-blue);
}
/*--------------------------------------------------
  Accordions
--------------------------------------------------*/
#accordion h3 {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border-top: 2px #ffffff solid;
    outline: none;
    transition: 0.4s;
    margin: 0;
    font-weight: normal;
    font-size: 20px;
}

#accordion h3::after {
    content: '\f139';
    font-family: 'dashicons';
    position: relative;
    top: 8px;
    font-size: 26px;
    line-height: 0px;
    float: right;
    transiiton: all ease-in .2s;
}

#accordion h3:hover {
    background-color: #ccc;
}

#accordion h3:hover::after {
    content: '\f140';
}

#accordion h3.ui-state-active {
    background: var(--blue);
    color: #ffffff;
}

#accordion h3.ui-state-active::after {
    content: '\f140';
}


/* Style the accordion panel. Note: hidden by default */
.ui-accordion-content {
    padding: 18px;
    background-color: #f4f4f4;
    display: none;
    overflow: hidden;
    border-left: 2px var(--blue) solid;
    border-right: 2px var(--blue) solid;
    border-bottom: 2px var(--blue) solid;
    height: auto !important;
}

/*--------------------------------------------------
EVENTS
--------------------------------------------------*/
.event-meta-section {
    margin-top: 40px;
    padding-top: 0px;
    background: #f4f4f4;
    border-top: 3px var(--blue) solid;
    border-bottom: 3px var(--blue) solid;
}

.event-meta {
    text-align: center;
    font-weight: 200;
    font-size: 18px;
    max-width: 400px;
    margin: 40px auto;
    display: block;
    color: var(--blue);
    min-height: 150px;
}

.event-meta span {
    display: block;
    color: var(--dark-gray);
    font-size: 20px;
    font-weight: bold;

}

.event-hero h1 {
    margin-bottom: 5px;
}

.col-md-8.rsvp-left {
    padding-right: 40px;
    border-right: 1px #eee solid;
}

.col-md-4.rsvp-right {
    padding-left: 40px;
}
.sponsor-section {
  background-size:cover;
}
.sponsor-section a.logolink {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 180px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.sponsor-section .sponsor-row {
  padding: 30px 0;
}
.sponsor-section .sponsor-title {
  text-align:center;
}
/*--------------------------------------------------
RESOURCES
--------------------------------------------------*/
.publication .request-copies-form {
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all .3s ease-in;
    padding-top: 0;
}

.publication .request-copies-form.reveal {
    height: auto;
    opacity: 1;
    padding-top: 30px;
}

.publication .description {
    padding: 20px 0;
    line-height: 1.6em;
}

.publication .description p {
    margin-bottom: 20px;
}


/*--------------------------------------------------
GENERAL MOBILE / MEDIA QUERIES
--------------------------------------------------*/
@media screen and (max-width: 768px) {
    .membership-include-container .membership-include .item .right {
        padding: 40px;
    }
}

/*--------------------------------------------------
  REBATE FORM
--------------------------------------------------*/

.frm_style_calwep-rebate.with_frm_style .frm_form_field.frm_html_container, .frm_style_calwep-framework.with_frm_style .frm_form_field.frm_html_container {
    text-align: left;
    padding: 20px 5%;
}

.frm_style_calwep-rebate.with_frm_style .form-field.frm_two_col .frm_primary_label, .frm_style_calwep-rebate.with_frm_style .form-field.large-label .frm_primary_label, .frm_style_calwep-rebate.with_frm_style .form-field.rebate-amount .frm_primary_label, .frm_style_calwep-framework.with_frm_style .form-field.frm_two_col .frm_primary_label, .frm_style_calwep-framework.with_frm_style .form-field.large-label .frm_primary_label, .frm_style_calwep-framework.with_frm_style .form-field.rebate-amount .frm_primary_label {
  text-align:center;
  font-size:24px;
  color:var(--blue);
  margin-bottom:20px;
}
.frm_style_calwep-rebate.with_frm_style .form-field.rebate-amount, .frm_style_calwep-framework.with_frm_style .form-field.rebate-amount {
  font-size:20px;
}
.frm_style_calwep-rebate.with_frm_style .form-field.rebate-amount input, .frm_style_calwep-framework.with_frm_style .form-field.rebate-amount input {
  box-shadow:none;
  font-size:20px;
  width:100px;
  margin:auto;
}
.frm_style_calwep-rebate.with_frm_style .form-field.frm_two_col::after, .frm_style_calwep-framework.with_frm_style .form-field.frm_two_col::after {
  content:'';
  display:block;
  clear:both;
}
.frm_style_calwep-rebate.with_frm_style .form-field.frm_two_col, .frm_style_calwep-rebate.with_frm_style .form-field.large-label, .frm_style_calwep-framework.with_frm_style .form-field.frm_two_col, .frm_style_calwep-framework.with_frm_style .form-field.large-label {
  padding:30px;
  border-top:2px solid #e8e8e8;
}
.frm_style_calwep-rebate.with_frm_style .form-field.frm_two_col .frm_radio, .frm_style_calwep-rebate.with_frm_style .form-field.frm_two_col .frm_checkbox {
  padding:20px;
  border:1px var(--blue) solid;
  background-color:#e4e4e4;
  color:var(--white);
  margin-bottom:8px;
}
.frm_style_calwep-framework.with_frm_style .form-field.frm_two_col .frm_radio, .frm_style_calwep-framework.with_frm_style .form-field.frm_two_col .frm_checkbox {
  padding:16px;
  border:1px var(--blue) solid;
  background-color:#e4e4e4;
  color:var(--white);
  margin-bottom:8px;
}
.frm_style_calwep-rebate.with_frm_style .form-field.frm_two_col .frm_radio input, .frm_style_calwep-rebate.with_frm_style .form-field.frm_two_col .frm_checkbox input, .frm_style_calwep-framework.with_frm_style .form-field.frm_two_col .frm_radio input, .frm_style_calwep-framework.with_frm_style .form-field.frm_two_col .frm_checkbox input  {
  visibility:hidden;
  position:absolute;
}
.frm_style_calwep-rebate.with_frm_style .form-field.frm_two_col .frm_description, .frm_style_calwep-framework.with_frm_style .form-field.frm_two_col .frm_description {
  text-align:center;
}
.frm_style_calwep-rebate.with_frm_style .form-field.frm_two_col .frm_radio:hover, .frm_style_calwep-rebate.with_frm_style .form-field.frm_two_col .frm_radio.selected, .frm_style_calwep-rebate.with_frm_style .form-field.frm_two_col .frm_checkbox:hover, .frm_style_calwep-rebate.with_frm_style .form-field.frm_two_col .frm_checkbox.selected, .frm_style_calwep-framework.with_frm_style .form-field.frm_two_col .frm_radio:hover, .frm_style_calwep-framework.with_frm_style .form-field.frm_two_col .frm_radio.selected, .frm_style_calwep-framework.with_frm_style .form-field.frm_two_col .frm_checkbox:hover, .frm_style_calwep-framework.with_frm_style .form-field.frm_two_col .frm_checkbox.selected {
  background-color:var(--blue);
  cursor:pointer;
}
.frm_style_calwep-rebate.with_frm_style .form-field.frm_two_col .frm_radio:hover label, .frm_style_calwep-rebate.with_frm_style .form-field.frm_two_col .frm_radio.selected label, .frm_style_calwep-rebate.with_frm_style .form-field.frm_two_col .frm_checkbox.selected label, .frm_style_calwep-rebate.with_frm_style .form-field.frm_two_col .frm_checkbox:hover label, .frm_style_calwep-framework.with_frm_style .form-field.frm_two_col .frm_radio:hover label, .frm_style_calwep-framework.with_frm_style .form-field.frm_two_col .frm_radio.selected label, .frm_style_calwep-framework.with_frm_style .form-field.frm_two_col .frm_checkbox.selected label, .frm_style_calwep-framework.with_frm_style .form-field.frm_two_col .frm_checkbox:hover label {
  color:#ffffff;
  cursor:pointer;
}
.frm_style_calwep-rebate.with_frm_style .form-field.frm_two_col .frm_radio.selected label::after, .frm_style_calwep-rebate.with_frm_style .form-field.frm_two_col .frm_checkbox.selected label::after, .frm_style_calwep-framework.with_frm_style .form-field.frm_two_col .frm_radio.selected label::after, .frm_style_calwep-framework.with_frm_style .form-field.frm_two_col .frm_checkbox.selected label::after {
  content:'\f147';
  font-family: dashicons;
  color:#ffffff;
}
.frm_style_calwep-rebate.with_frm_style .rebate-info table.comptable, .frm_style_calwep-framework.with_frm_style .rebate-info table.comptable{
  width:100%;
  background: #eceaea;
  border: 2px var(--blue) solid;
  margin-bottom: 20px;
}
.frm_style_calwep-rebate.with_frm_style .rebate-info table.comptable tr td, .frm_style_calwep-framework.with_frm_style .rebate-info table.comptable tr td {
  padding: 12px;
}
.frm_style_calwep-rebate.with_frm_style .rebate-info table.comptable tr.fullwidth td {
  background:var(--blue);
  color:var(--white);
}
.frm_style_calwep-rebate.with_frm_style .frm_other_input {
  min-width:100%;
  margin-top:8px;
  text-align:left;
}
.frm_style_calwep-rebate.with_frm_style .identical_units {
  border: 1px #ccc dashed;
  padding: 20px;
}
.frm_style_calwep-rebate.with_frm_style .identical_units .frm_primary_label {
  text-align:center;
  font-size:20px;
  margin-bottom:10px;
}
.frm_style_calwep-rebate.with_frm_style .identical_units .frm_switch_block span {
  font-size:20px;
}
frm_switch_block
table.rebate-report tr td, table.rebate-report tr th {
  font-size: 12px;
    padding: 0px 6px;
    border: 1px #cccccc solid;
    text-align:center;
}
.table-box {
  max-width:100%;
  overflow:scroll;
  height:auto;
  padding: 10px;
  border: 3px #cccccc solid;
}
.frmcal table.frmcal-calendar tbody tr td {
  height:150px;
}
.frmcal .frmcal-header {
  font-size:22px;
}
.frmcal .calendar-only-listing a {
  color: var(--light-gray);
  }
  .frmcal .calendar-only-listing a:hover {
    color: var(--dark-gray);
    }
/*--------------------------------------------------
ORGANIZATIONS
--------------------------------------------------*/
section.organization-top {
  padding: 150px 0 50px 0;
}
.organization-top .logo-container {
  width: 150px;
  height: 150px;
  background: #f4f4f4;
  border-radius: 100px;
  text-align: center;
  line-height: 150px;
  font-size: 40px;
  color: var(--blue);
  display:block;
  margin: 0 auto;
}
section.organization-top .container {
  padding-bottom: 30px;
  border-bottom: 1px #ccc dotted;
}
section.members-list {
  padding: 0 0 50px 0;
}
section.members-list .container {
  padding-bottom: 50px;
  border-bottom: 1px #ccc dotted;
}
.organization-top .meta-info {
  border-left: 1px #e4e4e4 solid;
}
.org-title h1 {
  margin: 20px 0 5px 0;
  font-weight: lighter;
}
.meta-table {
  padding: 10px 0;
}
.meta-table table {
  width: 100%;
  border: 1px #e4e4e4 solid;
}
.meta-table table tr.even {
  background:#ffffff;
}
.meta-table table tr.odd {
  background:#e4e4e4;
}
.meta-table table .tabtitle {
  padding: 8px;
  width: 30%;
  font-weight: bold;
  font-size: 14px;
}
.meta-table table .tabcontent {
  padding: 8px;
  font-size: 14px;
}
.logo-container img {
  max-width: 70%;
  margin-top: 15%;
}
table.mem-table {
  width:100%;
}
table.mem-table tr.table-header td {
  padding: 8px;
  background: #666;
  color: #fff;
  border: 1px #ccc solid;
}
table.mem-table tr.member td {
  padding: 8px;
  background: #e4e4e4;
  color: #666;
  border: 1px #ccc solid;
}
.members-list h2.org-subtitle {
  font-size:30px;
}
.member-posts h2.org-subtitle {
  font-size:30px;
  text-align:center;
}
/*--------------------------------------------------
TOPIC PAGES
--------------------------------------------------*/
.container.guide {
  margin-bottom:40px;
}
.topic-page .hero-block.image-back .hero-text {
  margin: 150px 0 10vh 0;
}
.topic-page .guide h1:first-of-type {
  margin-top:0;
}
.topic-page .guide h1 {
  color:var(--blue);
  padding-top:50px;
}
.topic-page .guide h2 {
  padding-left:20px;
  text-transform: none;
  padding-top:50px;
}
.topic-page .guide .sub_content {
  padding-left:20px;
}
.topic-page .guide h3 {
  padding-left:40px;
  text-transform: none;
  font-weight: 300;
  padding-top:50px;
}
.topic-page .guide .sub_content .sub_sub_content {
  padding-left:40px;
}
#toc.wpamin.fixed {
    padding: 60px 0 0 0;
}
#toc.fixed {
  position:fixed;
  max-height:80%;
  padding: 30px 0 0 0;
}
#toc {
  top: 80px;
  /* left: 0px; */
  height: 100%;
  /* position: fixed; */
  /* box-shadow: inset -5px 0 5px 0px #f4f4f4; */
  max-width: 250px;
  width: 100%;
  padding-top: 60px;
  color: var(--dark-gray);
  padding-left: 1%;
  overflow: scroll;
}

#toc ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#toc li {
    padding: 5px 10px;
}

#toc a {
    color: var(--dark-gray);
    text-decoration: none;
    display: block;
    font-weight:300;
}
#toc .toc-h1 {
  padding-left:0;
}
#toc .toc-h2 {
    padding-left: 10px;
}

#toc .toc-h3 {
    padding-left: 20px;
}
#toc .toc-h4 {
    padding-left: 30px;
}
#toc .toc-active {
  border-left:3px var(--blue) solid;
}
#toc .toc-active a{
      color: var(--blue);
      font-weight:bold;
}
.topic-page .menu-topic-page-container {
  position: relative;
  bottom: -85px;
  width: calc(100% + 40px);
  background: rgba(0,0,0,.2);
  padding: 5px;
  margin: 0 -20px -20px -20px;
}
.topic-page .menu-topic-page-container ul.toppagemenu {
  list-style:none;
  text-align:center;
}
.topic-page .menu-topic-page-container ul.toppagemenu li {
  padding: 0 20px;
  margin:0;
  text-align:center;
}
.topic-page .menu-topic-page-container ul.toppagemenu li a {
  color:white;
  text-decoration: none;
}
.topic-page .menu-topic-page-container ul.toppagemenu li a:hover {
  text-decoration:underline;
}
.topic-page ul.mem-res {
  list-style:none;
  display:flex;
  flex-wrap:wrap;
  padding: 0;
    margin: 0;
}
.topic-page ul.mem-res li.card {
  flex-basis: 49%;
  box-sizing: border-box;
  margin: .5%;
}
.topic-page ul.mem-res li.card a {
  display:flex;
  border:1px #ccc solid;
  flex-wrap:wrap;
  text-decoration: none;
    color: #666;
}
.topic-page ul.mem-res li.card a:hover {
  border:1px #000 solid;
  box-shadow: 0px 0px 10px #cccccc;
}
.topic-page ul.mem-res li.card a .img-cont {
  flex-basis:40%;
  padding:0;
  overflow:hidden;
  height:160px;
  background-size: 90%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f4f4f4;
}
.topic-page ul.mem-res li.card a .img-cont img {
  max-width:100%;
  height:160px;
  width:160px;
}
.topic-page ul.mem-res li.card a .metabox {
  flex-basis:60%;
  box-sizing:border-box;
  padding:2%;
}
.topic-page ul.mem-res li.card a .metabox h5 {
  padding: 5px 0;
  text-decoration:none;
  font-size:16px;
  margin:0;
}
.topic-page ul.mem-res li.card a .metabox p {
  text-decoration:none;
  font-size:12px;
}
/*--------------------------------------------------
NEW HOME
--------------------------------------------------*/
.page-id-2611 .three-color-block.flip {
  margin-bottom:0;
}

/*--------------------------------------------------
Guide Sections
--------------------------------------------------*/
.section.guide {
    padding-top:10rem;
}
.section.guide.compliance-hub-guide-section {
    padding-top:3rem;
}
.section.guides .guides__header {
    padding-top: 3rem;
    padding-bottom: 3rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: 1.5rem;
    background: linear-gradient(to bottom, transparent 0%, #f6f7fb);
}
.section.guide .guides__title {
    text-align:center;
}
.section.guides {
    padding-bottom: 3rem;
}

@media screen and (max-width: 540px) {
    .guides__title {
        font-size: 20px;
    }
}
/*--------------------------------------------------
Guide Figures (Containing Blocks)
--------------------------------------------------*/
.post-type-archive-guide .blog-posts .col-md-4 {
    margin-bottom: 0px;
}
.tutorial {
    background-color: #fff;
    border: 2px solid rgb(238, 238, 238);
    outline: none;
    padding: 20px;
    margin: 0px auto 2rem auto;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    min-height: 12rem;
    transition: border-color .2s;
    text-decoration: none !important;
    color: #393939;
}

.tutorial:hover,
.tutorial.active {
    border-color: var(--dark-gray);
    cursor: pointer;
}

.tutorial:hover .tutorial__icon-holder {
    opacity: .8;
}

.tutorial__icon-holder {
    width: 3rem;
    height: 3rem;
    margin-bottom: 1rem;
    transition: opacity .2s;
}

.tutorial__icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.tutorial__description {
    font-size: 1.1rem;
    text-align: center;
}

/*--------------------------------------------------
Table of Contents for Guide Blocks
--------------------------------------------------*/
.t-list-holder {
    display: none;
}

.t-list__trigger {
    background-image: url("../img/calwep-icon-folder.svg");
    background-size: 1rem 1rem;
    background-position: left .4rem;
    background-repeat: no-repeat;
    font-size: 1.1rem;
    cursor: pointer;
    text-align: left;
}

.t-list__trigger.active {
    background-image: url("../img/calwep-icon-folder-opened.svg");
}

.t-list,
.t-list ul {
    padding-left: 0px;
    list-style-type: none;;
}

.t-list a {
    text-decoration: none;
    background-image: url("../img/calwep-icon-document.svg");
    background-size: 1rem 1rem;
    background-position: left .2rem;
    background-repeat: no-repeat;
    padding-left: 1.5rem;
    color: #4199fd !important;
    display: inline-block;
}

.t-list__item,
.t-list__level-2-item,
.t-list__level-3-item,
.t-list__level-4-item {
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.t-list__level-2 {
    display: none;
}

.t-list__level-2 li {
    padding-left: 2rem;
}

.t-list__level-3 li {
    padding-left: 2rem;
}

.t-list__trigger {
    margin-left: 0px;
    padding-left: 2rem;
    border: 0;
    background-color: transparent
}

/*--------------------------------------------------
Single Guide - Table of Contents
--------------------------------------------------*/
.c-toc {
    top: 80px;
    position: sticky;
    max-width: 250px;
    width: 100%;
    padding-top: 60px;
    color: var(--dark-gray);
    overflow: scroll;
    list-style-type: none;
    padding-left: 0px;
}

.c-toc ul {
    padding-left: 1rem;
    list-style-type: none;
}

.c-toc li {
    margin: .51rem 0;
}

.c-toc a {
    color: var(--dark-gray);
    text-decoration: none;
    display: block;
    font-weight: 300;
    padding-left: 1rem;
    transition: border-color .2s;
}

.c-toc a.mPS2id-highlight-first {
    border-left: 3px solid var(--blue);
    color: var(--blue);
}

/*--------------------------------------------------
Single Guide - Table of Contents
--------------------------------------------------*/
.tutorials-form {
    display: flex;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.5rem;
    padding-right: 1rem;
    padding-left: 1rem;
}

@media screen and (max-width: 540px) {
    .tutorials-form {
        flex-direction: column;
    }
}

.tutorials-form input[type="text"] {
    flex: 1;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    background: #fff;
    border: 1px solid #d8d9dc;
    color: #999;
    font-size: 16px;
    padding: .5rem .8rem;
}

.tutorials-form input[type="text"]:active,
.tutorials-form input[type="text"]:focus {
    border-color: #393939;
}

.tutorials-form input[type="submit"] {
    cursor: pointer;
    background-color: var(--blue);
    color: #ffff;
    padding: .5rem 1.1rem;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;;
    font-size: 1.1rem;
    text-transform: uppercase;
    border: 1px solid rgba(63,75,91,.2);
    letter-spacing: 1px;
    font-weight: 500;
    transition: opacity .2s;
}

.tutorials-form input[type="submit"]:hover {
    opacity: .8;
}

@media screen and (max-width: 540px) {
    .tutorials-form input[type="text"] {
        margin-bottom: 1.5rem;
    }
    .tutorials-form input[type="text"],
    .tutorials-form input[type="submit"]{
        border-radius: .25rem;
    }
}


/*--------------------------------------------------
Drought Pages
--------------------------------------------------*/
.drought-posts.blog-posts .col-md-3 h3 {
  font-size: 16px;
}
.resource-meta {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.resource-meta li {
	display: inline-block;
	margin-right: .5rem;
	margin-bottom: .5rem;
	padding-right: .5rem;
	position: relative;
}

.resource-meta.resource-meta--inline li {
	display: inline;
}

.resource-meta li::before {
	content: "|";
	position: absolute;
	bottom: 1px;
	right: -4px;
}

.resource-meta li:last-child::before {
	display: none;
}
.special-instruction {
  font-size:12px;
}
