    /*
     Theme Name: Groundswell
     Theme URI:
     Author:
     Author URI:
     Description: Groundswell theme.
     Version: 1.1
     License: GNU General Public License v2 or later
     License URI: http://www.gnu.org/licenses/gpl-2.0.html
     Tags: Groundswell
     Text Domain: Groundswell

     This theme, like WordPress, is licensed under the GPL.
     Use it to make something cool, have fun, and share what you've learned with others.
     */


    /**
     *  Reset
     *
     * Resetting and rebuilding styles have been helped along thanks to the fine
     * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
     * along with Nicolas Gallagher and Jonathan Neal
     * http://necolas.github.com/normalize.css/ and Blueprint
     * http://www.blueprintcss.org/
     *
     * -----------------------------------------------------------------------------
     */

    html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub,
     sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
        border: 0;
        font-family: inherit;
        font-size: 100%;
        font-style: inherit;
        font-weight: inherit;
        margin: 0;
        outline: 0;
        padding: 0;
        vertical-align: baseline;
    }

    article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
        display: block;
    }

    audio, canvas, video {
        display: inline-block;
        max-width: 100%;
    }

    html {
        overflow-y: scroll;
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
    }

    img {
        max-width: 100%;
    }

    :visited, :target, input:focus, input:active, textarea:focus, textarea:active, a:focus, a:active {
        outline: 0 none !important;
    }

    body{
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        line-height: 22px;
        color: #333;
        font-weight:400;
        vertical-align: baseline;
    }

    @font-face {
        font-family: 'Mohave';
        src: url('fonts/mohave/mohave.eot');
        src: url('fonts/mohave/mohave.eot?#iefix') format('embedded-opentype'), url('fonts/mohave/mohave.svg#Mohave') format('svg'), url('fonts/mohave/mohave.woff') format('woff'), url('fonts/mohave/mohave.ttf') format('truetype');
        font-style: normal;
    }

    h1 {
        font-size: 40px;
        font-family: 'Roboto Condensed', sans-serif;
        line-height: 44px;
        font-weight: 400;
    }
    h2 {
        font-size: 36px;
        font-family: 'Roboto Condensed', sans-serif;
        line-height: 40px;
        color: #474747;
        font-weight: 300;
        line-height: 40px;
        text-transform: uppercase;
    }
    h3 {
        font-size: 28px;
        font-family: 'Roboto Condensed', sans-serif;
        line-height: 32px;
        color: #474747;
        font-weight: 300;
    }
    h4 {
        font-size: 24px;
        font-family: 'Roboto Condensed', sans-serif;
        line-height: 26px;
         color: #474747;
        font-weight: 300;
    }
    h5 {
        font-size: 20px;
        font-family: 'Roboto Condensed', sans-serif;
        line-height: 22px;
        font-weight: normal;
        color:#2f2f2f;
    }
    h6 {
        font-size: 18px;
        font-family: 'Roboto Condensed', sans-serif;
        line-height: 21px;
        font-weight: 300;
        text-transform: uppercase;
        color:#2f2f2f;
    }
    /**
     * Text Elements
     * ----------------------------------------------------------------------------
     */

    address {
        font-style: italic;
        margin-bottom: 24px;
    }

    abbr[title] {
        border-bottom: 1px dotted #2b2b2b;
        cursor: help;
    }

    b, strong {
        font-weight: bold;
    }

    cite {
        border: 0;
    }

    cite, dfn, em, i {
        font-style: italic;
    }

    mark, ins {
        background: #fff9c0;
        border: 0;
        color: inherit;
        text-decoration: none;
    }

    p {
         margin-bottom: 22px;
    }

    code, kbd, tt, var, samp, pre {
        font-family: monospace, serif;
        font-size: 15px;
        line-height: 1.6;
    }

    pre {
        border: 1px solid rgba(0, 0, 0, 0.1);
        margin-bottom: 24px;
        max-width: 100%;
        overflow: auto;
        padding: 12px;
        white-space: pre;
        white-space: pre-wrap;
        word-wrap: break-word;
    }

    blockquote, q {
        quotes: none;
    }

    blockquote:before, blockquote:after, q:before, q:after {
        content: "";
        content: none;
    }

    blockquote {
        color: #767676;
        font-size: 19px;
        /*font-style: italic;*/
        font-weight: 300;
        line-height: 1.2631578947;
        margin: 0 0 24px;
    }

    blockquote cite, blockquote small {
        color: #2b2b2b;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.5;
    }

    blockquote em, blockquote i, blockquote cite {
        font-style: normal;
    }

    blockquote strong, blockquote b {
        font-weight: 400;
    }

    small {
        font-size: smaller;
    }

    big {
        font-size: 125%;
    }

    sup, sub {
        font-size: 75%;
        height: 0;
        line-height: 0;
        position: relative;
        vertical-align: baseline;
    }

    sup {
        bottom: 1ex;
    }

    sub {
        top: .5ex;
    }

    dl {
        margin: 0 0 24px;
    }

    dt {
        font-weight: bold;
    }

    dd {
        margin: 0 0 24px;
    }

    ul, ol {
        list-style: none;
        margin: 0 0 24px 20px;
        padding-left: 0;
    }

    ul {
        list-style: disc;
    }

    ol {
        list-style: decimal;
    }

    li > ul, li > ol {
        margin: 0 0 0 20px;
    }

    del {
        color: #767676;
    }

    hr {
        background-color: rgba(0, 0, 0, 0.1);
        border: 0;
        height: 1px;
        margin-bottom: 23px;
    }

    /**
     *  Links
     * ----------------------------------------------------------------------------
     */

    a {
        text-decoration: none;
        color: #8e8e8e;
    }

    a:visited {
        color: #193250;
    }

    a:focus {
        outline: thin dotted;
    }

    a:active, a:hover , a:focus{
       color: #DDD;
        text-decoration: none;
        outline: 0;
    }

    /**
     * Alignment
     * ----------------------------------------------------------------------------
     */

    .alignleft {
        float: left;
        margin: 7px 12px 7px 0;
    }

    .alignright {
        float: right;
        margin: 7px 0 7px 12px;
    }

    .aligncenter {
        clear: both;
        display: block;
        margin: 7px auto;
    }

    blockquote.alignleft, blockquote.alignright {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding-top: 17px;
        width: 50%;
    }

    blockquote.alignleft p, blockquote.alignright p {
        margin-bottom: 17px;
    }
    button, input, select, textarea {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 100%;
        margin: 0;
        max-width: 100%;
        vertical-align: baseline;
    }

    button, input {
        line-height: normal;
    }

    input, textarea {
        background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
       appearance:none!important;
    -moz-appearance:none!important; 
    -webkit-appearance:none!important; 
    border-radius:0!important;
    -moz-border-radius:0!important;
    -webkit-border-radius:0!important;
    }

    button, html input[type="button"], input[type="reset"], input[type="submit"] {
        -webkit-appearance: button;
        cursor: pointer;
    }

    button[disabled], input[disabled] {
        cursor: default;
    }

    input[type="checkbox"], input[type="radio"] {
        padding: 0;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
    }

    input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
        border-radius:0!important;
    -moz-border-radius:0!important;
    -webkit-border-radius:0!important;
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

    textarea {
        overflow: auto;
        vertical-align: top;
    }

    table, th, td {
        border: 1px solid rgba(0, 0, 0, 0.1);
    }

    table {
        border-collapse: separate;
        border-spacing: 0;
        border-width: 1px 0 0 1px;
        margin-bottom: 24px;
        width: 100%;
    }

    caption, th, td {
        font-weight: normal;
        text-align: left;
    }

    th {
        border-width: 0 1px 1px 0;
        font-weight: bold;
    }

    td {
        border-width: 0 1px 1px 0;
    }

    del {
        color: #767676;
    }

    hr {
        background-color: rgba(0, 0, 0, 0.1);
        border: 0;
        height: 1px;
        margin-bottom: 23px;
    }

    /* Support a widely-adopted but non-standard selector for text selection styles
     * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
     */
    ::selection {
        background: #4dc5fd;
        color: #fff;
        text-shadow: none;
    }

    ::-moz-selection {
        background: #4dc5fd;
        color: #fff;
        text-shadow: none;
    }

    /**
     *  Repeatable Patterns
     * -----------------------------------------------------------------------------
     */

    /* Input fields */

    input, textarea {
        /*border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 2px;
        color: #7e7e7e;
        padding: 8px 10px 7px;
        font-size: 13px;*/
        border-radius:0!important;
    -moz-border-radius:0!important;
    -webkit-border-radius:0!important;
    }

    textarea {
        width: 100%;
    }

    input:focus, textarea:focus {
        /*border: 1px solid rgba(0, 0, 0, 0.3);*/
        outline: 0;
    }

    /* Buttons */

    button, .contributor-posts-link, input[type="button"], input[type="reset"], input[type="submit"] {
        /*background-color: #126dca;
        color: #fff;
        font-size: 17px;
        padding: 10px 30px 11px;*/
        vertical-align: bottom;
        font-weight: bold;
    }

    button:hover, button:focus, .contributor-posts-link:hover, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
        /*background-color: #020f6b;
        color: #fff;*/
    }

    button:active, .contributor-posts-link:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
        /*background-color: #020f6b;*/
    }


    .search-submit {
        display: none;
    }

    /* Placeholder text color -- selectors need to be separate to work. */

    ::-webkit-input-placeholder {
        color: #939393;
    }

    :-moz-placeholder {
        color: #939393;
    }

    ::-moz-placeholder {
        color: #939393;
        opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
    }

    :-ms-input-placeholder {
        color: #939393;
    }

    /*=============custom styles=======================*/


    .wrapper{
        width: 100%;
            max-width:960px;
            min-width:300px;
            margin:0px auto;
    }

    /**************  ***********/
    #header {
            float: left;
            width: 100%;
            background: url(images/header-bg.png) repeat-y center top;
    }
    .logo-wrapper{
        background: #FFFFFF;
        height: 57px;
    }
    .logo {
            float: left;
            width: 100%;
            max-width: 200px;
            text-align: center;
            /*padding: 12px 0 10px;*/
            margin-top: 15px;
        display: block;
        background: #FFF;
    }
    .logo img {
            margin-left: -8px;
    }
    .main-navigation {
            float: left;
            /*width: 100%;*/
            width: 60%;
            background: #474747;
            margin-left: -38px;
            padding: 0 12px;
            }
    .main-navigation ul {
            list-style: none;
    }
    .main-navigation ul li {
            display: inline-block;
            padding: 0 10px;
            line-height: 12px;
    }
    .main-navigation ul li a {
            font-family: 'Roboto Condensed', sans-serif;
            font-weight: 300;
            font-size: 18px;
            line-height: 26px;
            color: #FFF;
            padding: 16px 0 9px 0;
            display: inline-block;
            border-bottom: 6px solid #474747;
            text-transform: uppercase;
    }
    .main-navigation ul li:hover a,
    .main-navigation ul li.current_page_item a,
    .main-navigation ul li.current-menu-ancestor a,
    .main-navigation ul li.active-menu-item a {
            border-bottom: 6px solid #0997da;
    }
    .menu-column-sm {

    }
    .flexnav li ul.sub-menu {
        background: #2d2d2d;
    }
    .utility-block {
            float: right;
            width: 42.3333%;
            padding: 14px 0;
    }
    .social-links {
            list-style: none;
            float: left;
            margin:0;
            margin-left: -16px;
    }
    .social-links li {
            float: left;
            padding: 0 12px;
    }
    .search-block {
            float: left;
            width: 230px;
            padding: 0 6px;
    }
    .search-btn {
            background: url(images/search-icon.png) no-repeat left center;
            width: 26px;
            height: 26px;
            border: 0px none;
        border-radius:0!important;
    -moz-border-radius:0!important;
    -webkit-border-radius:0!important;
    }
    .search-field {
            font-family: 'Roboto Condensed', sans-serif;
            font-weight: 300;
            font-size: 18px;
            line-height: 26px;
            color: #949494;
            background: transparent;
            border: 0px none;
            border-bottom: 1px solid #868686;
            text-align: center;
            margin-left: 7px;
        padding: 0 1px 1px;
        max-width: 180px;
    }
    #content {
            float: left;
            width: 100%;
            background: url(images/content-top-devider.png) repeat-x left top;
            padding-top: 25px;
    }

    #footer {
            float: left;
            width: 100%;
            padding: 30px 0;
            background: #333333;
    }
    .footer-logo-block {
            float: left;
            width: 100%;
    }
    .footer-logo-block-align {
            height: 216px;
            display: table-cell;
            vertical-align: middle;
    }
    .footer-social-links {
            list-style: none;
            display: block;
            text-align: center;
            margin-top: 20px;
    }
    .footer-social-links li {
            display: inline-block;
            padding: 0 8px;
    }
    .footer-links-block {
            float: left;
            width: 100%;
            padding: 0 0 0 32px;
    }
    .footer-widget {
            float: left;
            width: 100%;
    }
    .footer-widget h5 {
            font-family: 'Roboto Condensed', sans-serif;
            font-weight: 300;
            font-size: 18px;
            line-height: 26px;
            color: #FFF;
    }
    .footer-widget ul {
            float: left;
            width: 100%;
            margin:0;
    }
    .footer-widget .sub-menu {
        margin-top: 20px;
    }
    .menu-footer-menu-container > ul > li > a {
        font-weight: 300;
        font-size: 18px !important;
        line-height: 26px;
        text-transform: uppercase;
    }
    .footer-widget ul li {
            float: left;
            width: 136px;
            line-height: 16px;
            list-style: none;
    }
    .footer-widget ul li a {
            font-family: 'Roboto Condensed', sans-serif;
            font-weight: 300;
            font-size: 14px;
            line-height: 16px;
            color: #FFF;
    }
    .footer-widget ul li a:hover {
            color: #0997DA;
    }


    .search-result-page {
            float: left;
            width: 100%;
            padding: 24px 0 50px;
    }
    .search-bar-full {
            float: left;
            width: 100%;
            padding: 7px 8px 7px 16px;
            background: #333333;
    }
    .search-bar-full h3 {
            color: #4dc5fd;
            line-height: 27px;
    }
    .search-wrapper {
            float: right;
            width: auto;
    }
    .search-bar-full label {
        float: left;
    }
    .search-bar-full .screen-reader-text {
            text-indent: -9999em;
            width: 21px;
            height: 27px;
            float: left;
            background: url(images/search-icon-right.png) no-repeat center center;
    }
    .search-bar-full .search-field {
            float: left;
            background: #FFF;
            border: 0px none;
            min-width: 190px;
            padding: 4px;
            height: 27px;
            font-size: 14px;
            line-height: 20px;
            margin: 0 0 0 10px;
            text-align: left;
    }
    .search-bar-full .search-submit {
            background: #4dc5fd;
            border: 0px none;
            font-family: 'Roboto Condensed', sans-serif;
            color: #FFF;
            display: inline-block;
            text-transform: uppercase;
            padding: 0px 24px;
            height: 27px;
            margin-left: 7px;
    }

    .page-header {
            float: left;
            width: 100%;
            text-align: center;
            padding: 40px 0 44px;
    }
    .page-header h1 {
            color: #474747;
        font-weight: 300;
    }
    .error404 .page-header{
        padding: 0;
    }
    .search-result-list {
            float: left;
            width: 100%;
    }
    .search-result-list h5 {
            font-weight: 700;
            display: block;
            margin-bottom: 4px;
    }
    .search-result-list h5 a {
            color: #2f2f2f;
    }
    .search-list-thumb {
            float: left;
            width: 100%;
    }
    .search-list-content {
            float: left;
            width: 100%;
            padding: 0 12px;
            font-family: 'Roboto Condensed', sans-serif;
            color: #2f2f2f;
    }
    .search-display-link {
            color: #0997da;
    }
    .search-display-link:hover {
            color: #016ea2;
    }
    .search-list-content p {
            margin-top: 4px;
            font-weight: 400;
            color: #2f2f2f;
    }
    .search-list-fullwidth .search-list-content {
            padding-left: 0;
    }
    .search-result-list .hs-post-item {
            float: left;
            width: 100%;
            margin-bottom: 27px;
    }

    .header-search .search-submit {
            background: url(images/search-icon.png) no-repeat left top;
            width: 26px;
            height: 26px;
            border: 0px none;
            display: inline-block;
            text-indent: -9999em;
            float: left;
    }
    .header-search .screen-reader-text {
            display: none;
    }

    /**** Isotope CSS3 Start ****/
    .isotope-item {
      z-index: 2;
    }

    .isotope-hidden.isotope-item {
      pointer-events: none;
      z-index: 1;
    }

    /**** Isotope CSS3 transitions ****/

    .isotope,
    .isotope .isotope-item {
      -webkit-transition-duration: 0.8s;
         -moz-transition-duration: 0.8s;
          -ms-transition-duration: 0.8s;
           -o-transition-duration: 0.8s;
              transition-duration: 0.8s;
    }

    .isotope {
      -webkit-transition-property: height, width;
         -moz-transition-property: height, width;
          -ms-transition-property: height, width;
           -o-transition-property: height, width;
              transition-property: height, width;
    }

    .isotope .isotope-item {
      -webkit-transition-property: -webkit-transform, opacity;
         -moz-transition-property:    -moz-transform, opacity;
          -ms-transition-property:     -ms-transform, opacity;
           -o-transition-property:      -o-transform, opacity;
              transition-property:         transform, opacity;
    }

    /**** disabling Isotope CSS3 transitions ****/

    .isotope.no-transition,
    .isotope.no-transition .isotope-item,
    .isotope .isotope-item.no-transition {
      -webkit-transition-duration: 0s;
         -moz-transition-duration: 0s;
          -ms-transition-duration: 0s;
           -o-transition-duration: 0s;
              transition-duration: 0s;
    }

    /* End: Recommended Isotope styles */



    /* disable CSS transitions for containers with infinite scrolling*/
    .isotope.infinite-scrolling {
      -webkit-transition: none;
         -moz-transition: none;
          -ms-transition: none;
           -o-transition: none;
              transition: none;
    }

    .widget-sec-wrap ul li.element {
            width: 314px !important;  
            margin: 3px !important;
            overflow: hidden;
    }
    #blog-list-nav {
            display: block !important;
    }

    .home-view-more {
            display: none;
    }

    /**** Isotope CSS Ends ****/

    /*style1*/

    .widget-sec-out {
        float: left;
        width: 100%;
            height: auto;
            background: #f5f5f5;
            padding-bottom: 35px;
    }
    .widget-sec-wrap {
            float: left;
            width: 100%;
            height: auto;
    }
    .widget-sec-wrap ul {
            float: left;
            width: 100%;
            list-style: none;
            margin: 0;
    }
    .widget-sec-wrap ul li {
            float: left;
            width: 32.8%;
            margin-left: 7px;
    }
    .widget-sec-wrap ul li:first-child {

            margin-left: 0;
    }
    .widget-sec-wrap h2 {
            text-transform: uppercase;
            text-align: center;
            margin: 20px 0px;
    }
    .widget-box {
            width: 100%;
            float: left;
            height: auto;
            padding-right: 8px;
    }
    .widget-box-inner {
            width: 100%;
            float: left;
            height: auto;
            border-bottom: 5px solid #474747;
    }
    /*.latest-article-inner-page .widget-box-inner {
            height: 365px;
    }*/
    .latest-article-inner-page {
            float: left;
            margin-bottom: 58px;
            width: 100%;
            margin-top: 54px;
    }
    .widget-disc-wrap {
            float: left;
            width: 100%;
            padding: 15px 20px 15px 20px;
    }
    .widget-pic {
            width: 100%;
            float: left;
            height: auto;
            height: 189px;
            overflow: hidden;
    }
    .widget-pic img {
            float: left;
            width: 100%;
    }
    .widget-box h6 a {
            float: left;
            width: 100%;
            height: auto;
            padding-bottom: 10px;
            color: #2f2f2f;
            font-weight: 400;
            text-transform: capitalize;
    }
    .widget-disc {
            width: 100%;
            float: left;
            height: auto;
    }
    .widget-disc p {
            margin: 0;
            font-size: 14px;
            line-height: 18px;
            font-weight: 400;
    }
    .load-more {
            width: 100%;
            float: left;
            height: auto;
            padding-top: 35px;
    }
    .load-more a {
            border: 3px solid #0997da;
            width: 100%;
            float: left;
            height: 33px;
            text-align: center;
            padding-top: 3px;
            font-weight: bold;
            font-family: 'Roboto Condensed', sans-serif;
            font-size: 16px;
            color: #0997da;
    }
    .load-more a:hover,.more-link a:hover {
        border: 3px solid #4dc5fd;
        color: #4dc5fd;
    }

    /* theory section ---*/

    .theory-sec-out {
            float: left;
            width: 100%;
            height: auto;
            background: #ffffff;
            padding: 20px 0px;
    }
    .theory-sec-wrap {
            float: left;
            width: 100%;
            height: auto;
            padding: 0 50px;
    }
    .theory-sec-wrap h2 {
            margin-bottom: 20px;
            text-transform: uppercase;
            text-align: center;
    }
    .theory-sec-wrap h2 span {
            font-weight: bold;
    }
    .theory-sec {
            float: left;
            width: 100%;
            height: auto;
            padding-top: 15px;
            padding-bottom: 20px;
    }
    .theory-box {
            float: left;
            width: 100%;
            height: auto;
    }
    .theory-box-pic {
            float: left;
            width: 100%;
            height: auto;
            text-align: center;
    }

    .theory-box-desc {
            float: left;
            width: 100%;
            height: auto;
            text-align: center;
            padding-top: 20px;
    }
    .theory-box-desc p {
            font-size: 16px;
            color: #303030;
            line-height: 20px;
    }
    .theory-box-desc:last-child p {
            letter-spacing: -1px;
    }
    /*--- newsletter section ---*/

    .newsletter-wrap {
            float: left;
            width: 100%;
            height: auto;
            background: #0997da;
            font-family: 'Roboto', sans-serif;
    }
    .newsletter-sec {
            width: 100%;
            float: left;
            height: 97px;
    }
    .newsletter-head {
            float: left;
            width: 100%;
            height: auto;
            text-align: center;
            font-size: 28px;
            color: #fff;
            margin-top: 36px;
            font-family: 'Roboto Condensed', sans-serif;
            font-weight: 300;
    }
    .newsletter-desc {
            height: 97px;
            background: url(images/newsletter_arrow.jpg) right top no-repeat #333;
            float: left;
            width: 100%;
            text-align: center;
            color: #fff;
            padding: 26px 20px 5px 20px;
            font-size: 16px;
            line-height: 20px;
            font-weight: 300;
    }
    .newsletter-form {
            float: left;
            width: 100%;
            height: auto;
            padding: 10px;
            text-align: center;
    }
    .newsletter-form-out {
            float: left;
            width: 100%;
            height: auto;
    }
    .form-head {
            float: left;
            width: 100%;
            height: auto;
            padding-bottom: 14px;
            font-size: 18px;
            color: #fff;
    }
    .newsletter-form .news-submit {
            float: left;
            width: 100%;
            height: 30px;
            border: 0px;
            color: #474747;
    }

    .clients-wrap {
            float: left;
            width: 100%;
    }
    .clients-sec {
            float: left;
            width: 100%;
            padding: 40px 0px;
    }
    .clients-sec-head {
            text-align: center;
            float: left;
            width: 100%;
            text-transform: none;
    }
    .our-media {
            float: left;
            width: 100%;
            height: auto;
            padding-top: 25px;
    }
    .media-pic {
            float: left;
            width: 100%;
            text-align: center;
    }

    /*MEET THE TEAM
     =======================================*/
    .meet-team-outer {
            float: left;
            width: 100%;
    }
    .meet-team-block-outer {
            float: left;
            width: 100%;
            padding-top: 70px;
    }
    .meet-team-outer header {
            width: 100%;
            float: left;
            text-align: center;
    }
    .meet-team-outer header h2 {
            font-family: 'Roboto Condensed', sans-serif;
            font-size: 36px;
            font-weight: 300;
            margin-bottom: 22px;
    }
    .meet-team-block-outer figure {
            text-align: center;
            float: left;
            margin-left: 65px;
            width: 190px;
            margin-bottom: 38px;
            cursor: pointer;
    }
    .meet-team-block-outer figure h4 {
            font-family: 'Roboto Condensed', sans-serif;
            font-weight: 700;
            color: #0997da;
            font-size: 20px;
    }
    .meet-team-block-outer figure p {
            font-family: 'Roboto Condensed', sans-serif;
            font-size: 16px;
            font-weight: normal;
    }
    .meet-team-block-outer figure.rowBeginer {
        margin: auto;
        float: none;
        height: 320px;
        overflow: hidden;
    }
    .meet-team-block-outer figure img {
            position: absolute;
            max-width: inherit;
    }
    .about-page-outer header h4 {
            font-family: 'Roboto Condensed', sans-serif;
            font-size: 28px;
            font-weight: 300;
            margin-bottom: 60px;
    }
    .close {
            width: 15px;
            height: 15px;
            position: relative;
            z-index: 4000;
            opacity: 1;
    }
    .popover {
            z-index: 5000;
    }
    .center {
            width: 100%;
            text-align: center;
            margin-bottom: 15px;
    }
    .popover-title {
            background: none;
            border: none;
    }
    .popover-title span {
            display: none;
    }
    .center.visible-xs > span {
            cursor: pointer;
            padding: 0 10px;
    }

    .latest-article-header {
            width: 100%;
            float: left;
            background: #333333;
            margin-bottom: 9px;
            line-height: 41px;
            height: 41px;
            padding: 7px;
            padding-left: 12px;
    }
    .latest-article-header h3 {
            color: #4dc5fd;
            float: left;
            line-height: 26px;
    }
    .latest-article-header .btn-more {
            float: right;
    }
    .btn-more {
            min-width: 162px;
            height: 27px;
            background: #4dc5fd;
            line-height: 27px;
            text-align: center;
    }
    .btn-more a {
            color: #fff;
    }

    /*PRESS RELEASE
     */
    .center-header {
            width: 100%;
            text-align: center;
            float: left;
    }
    .press-details {
            font-family: 'Roboto Condensed', sans-serif;
            font-size: 18px;
            font-weight: normal;
            color: #0997da;
            margin-bottom: 10px;
    }
    .press-details span {
            text-transform: uppercase;
    }
    .press-release-outer {
            float: left;
            width: 100%;
    }
    .press-release-outer article {
            border-top: 1px solid #474747;
            padding-bottom: 45px;
            padding-top: 45px;
    }
    .press-release-outer article:first-child {
            border-top: none;
            padding-top: 40px;
    }
    .press-release-outer .btn-more {
            width: 295px;
    }
    .press-release-outer article h5 {
            font-size: 17px;
            margin-bottom: 10px;
    }
    .wp-pagenavi {
            float: left;
            text-align: center;
            width: 100%;
            border-bottom: 1px solid #474747;
            margin-bottom: 33px;
            padding-bottom: 10px;
    }

    .wp-pagenavi span.current {
            color: #0997da;
    }
    .wp-pagenavi a, .wp-pagenavi span.current {
            padding: 0 15px;
            background: url("images/nav-bg.png") no-repeat right center;
    }
    .last.last_page {
            background: url("images/nav-bg.png") no-repeat right center;
    }
    .first.first_page,.last{
            color:#0997da;
    }
    .wp-pagenavi a:last-child {
        background: none;
    }
    .wp-pagenavi .first{
            background: url("images/nav-bg.png") no-repeat right center;
    }
    .wp-pagenavi .last-arrow{
    background: none;
    }
    .contact-header-block .btn-more a{
            text-transform: uppercase;
            font-family: 'Roboto Condensed', sans-serif;
            font-size: 15px;
            font-weight: bold;
    }
    .contact-header-block .btn-more{
            width: 254px;
            height: 30px;
            line-height: 30px;
    }
    .latest-article-header.contact-header-block h3{
            line-height: 26px;
    }
    .latest-article-header.contact-header-block{
            height: 52px;
            line-height: 52px;
            padding-bottom: 10px;
            padding-top: 10px;
            padding-right: 10px;
            margin-bottom: 48px;
    }
    .page-template-page-templatespress-release-page-php .search-bar-full{
            margin-top: 24px;
            margin-bottom: 48px;
    }

    .error404 .page-content p,.search-no-results .page-content p{
        text-align: center;
    }
    .wpcf7-form p{
            font-family: 'Roboto Condensed', sans-serif;
            font-size: 15px;
            font-weight: bold;
            text-align: left;
    }
    .wpcf7-form input{
                    font-family: 'Roboto Condensed', sans-serif;
            font-size: 12px;
            font-weight: normal;
            height: 30px;
             border: 1px solid #d2d2d2;
    }
    .wpcf7-form textarea{
                    font-family: 'Roboto Condensed', sans-serif;
            font-size: 12px;
            font-weight: normal;
             border: 1px solid #d2d2d2;
    }
    .btn-more input{
            background: none;
            border:none;
            box-shadow: none;
            color:#fff;
            text-transform: uppercase;
            font-family: 'Roboto Condensed', sans-serif;
            font-size: 15px;
            font-weight: bold;
            line-height: 40px;
    }
    .wpcf7-form .btn-more {
            width: 250px;
            height: 40px;
    }
    .page-id-58 .csColumn > div {
        min-height: 180px;
    }
    .center.visible-xs > span img{
            border: 1px solid #0997da;
        border-radius: 12px;
    }
    .sub-menu li.current-menu-item a{
            color:#0997da;
    }


    /* style2 */

    .home-top-section {
        width: 100%;
        float: left;
        padding-top: 48px;
        margin-bottom: 20px;
    }
    .home-top-section h2 {
        font-size: 35px;
        color: #fff;
    }
    .join-block {
        width: 100%;
        float: left;
    }
    .join-block h2 {
        color: #4dc5fd;
    }
    .highlight-block {
        width: 100%;
        float: left;
        padding-right: 7px;
    }
    .title-area {
        width: 100%;
        float: left;
        background: #333;
        padding-left: 6px;
        margin-bottom: 5px;
    }
    .home section.home-top-section .highlight-block .title-area{
    display: none;
    }
    .highlight-content {
        width: 100%;
        float: left;
        position: relative;
        overflow: hidden;
        max-height: 343px;
    }
    .highlight-content img{
        display: block;
        height: auto;
        margin: 0;
        width: auto;
    }
    .highlight-overlay {
        position: absolute;
        bottom: 8px;
        right: 0;
        width: 70%;
    }
    .highlight-overlay-inner {
        background: url(images/magazine-overlay.png) repeat left top;
        float: right;
        padding: 5px 10px 5px 5%;
        width: 75%;
    }
    .highlight-overlay p {
        font-family: 'Mohave';
        font-size: 36px;
        text-transform: uppercase;
        font-weight: bold;
        color: #fff;
        line-height: 45px;
        text-align: right;
        margin-bottom: 0;
    }
    .join-content {
        width: 100%;
        float: left;
    }

    .home-top-section .community.lightblue-area {
        height: 74px;
    }
    .home-top-section .community.darkblue-area {
        height: 85px;
    }
    .home-top-section .community.lightblue-area span,
    .home-top-section .community.darkblue-area span {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

    .community {
        padding: 0 12px 0 18px;
        width: 100%;
        float: left;
        text-align: center;

    }

    .lightblue-area {
        background: #4dc5fd;
    }
    .darkblue-area {
        background: #0997da;
    }
    .black-area {
        background: #333333;
        padding: 10px 12px 10px; min-height: 99px;
    }
    .lightblue-area span {
        font-size: 19px;
        text-transform: uppercase;
        color: #fff;
        font-weight: 400;
        padding: 15px 0;
        float: left;
        width: 100%;
    }
    .darkblue-area span {
        font-size: 16px;
        color: #fff;
        font-weight: 300;
        padding: 10px 5px 10px 0;
        float: left;
        width: 100%;
    }
    .mc4wp-form input[type="submit"], .mc4wp-form button, .join-submit {
        font-size: 18px;
        font-weight: 700;
        border: 0 none;
        float: left;
        height: 30px;
        background: #4dc5fd !important;
        color: #fff !important;
        width: 100%;
        margin-top: 14px;
        padding: 0;
        line-height: 30px;
        border-radius: 0;
    }
    .newsletter-wrap .mc4wp-form input[type="submit"], .mc4wp-form button, .join-submit {
        background: #fff !important;
        color: #474747 !important;
    }
    .mc4wp-form p, .mc4wp-form {
        margin: 0 !important;
    }
    .mc4wp-form input[type="submit"]:hover, .mc4wp-form button:hover, .mc4wp-form input[type="submit"]:active, .mc4wp-form button:active, .mc4wp-form input[type="submit"]:focus, .mc4wp-form button:focus {
        background: #5FD7F8 !important;
        color: #fff !important;
    }
    .mc4wp-form input[type="text"]:focus, .mc4wp-form input[type="email"]:focus, .mc4wp-form input[type="tel"]:focus, .mc4wp-form input[type="url"]:focus, .mc4wp-form textarea:focus, .mc4wp-form select:focus {
        box-shadow: none;
        border-color: #fff;
    }
    .black-top {
        width: 100%;
        float: left;
    }

    .black-bottom {
        width: 100%;
        float: left;
        margin-top: 10px;
    }
    .mc4wp-form input[type="text"], .mc4wp-form input[type="email"], .mc4wp-form input[type="tel"], .mc4wp-form input[type="url"], .mc4wp-form input[type="date"], .mc4wp-form textarea, .mc4wp-form select, .join-email {
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 300;
        font-size: 18px;
        line-height: 26px;
        color: #fff;
        background: transparent;
        border: 0px none;
        border-bottom: 1px solid #ffffff;
        text-align: center;
        width: 100%;
        float: left;
        padding-bottom: 8px;
        padding-top: 0px;
        box-shadow: 0 0 0 0;
        text-transform: uppercase;
    }
    .highlight-content a {
        background: url(images/white_plus.png) no-repeat 21px center #0997da;
        width: 158px;
        float: right;
        color: #fff;
        text-align: center;
        margin-top: 15px;
        padding: 5px 0;
        margin-right: 10px;
    }
    .community input::-webkit-input-placeholder {
        color: #fff;
        text-align: center;
    }
    .community input::-moz-placeholder {
        color: #fff;
        text-align: center;
    }/* firefox 19+ */
    .community input:-ms-input-placeholder {
        color: #fff;
        text-align: center;
    }/* ie */
    .community input:-moz-placeholder {
        color: #fff;
        text-align: center;
    }

    .form-head input::-webkit-input-placeholder {
        color: #fff;
        text-align: center;
    }
    .form-head input::-moz-placeholder {
        color: #fff;
        text-align: center;
    }/* firefox 19+ */
    .form-head input:-ms-input-placeholder {
        color: #fff;
        text-align: center;
    }/* ie */
    .form-head input:-moz-placeholder {
        color: #fff;
        text-align: center;
    }
    .mc4wp-success, .mc4wp-error{
        border-color: #333333;
        background: #0997da;
        color: #fff;
        float: left;
    }
    .mc4wp-alert {
        border-radius: 0;
        display: block;
        margin: 0;
        padding: 0;
        border: 0;
        /*position: absolute;*/
        font-size: 12px;
        /*top: 60%;*/
    }
    .mc4wp-error {
        border-color: #EED3D7;
    }
    .form-allowed-tags {
        display: none;
    }
    .community .mc4wp-alert {
        /*top: 50%;*/
        width: 100%;
        background: none;
    }

    .form-head .mc4wp-alert {
        /*top: 80%;*/
        width: 100%;
    }
    .widget-disc-wrap h5 a:hover {
        color: #6A6A6A;
    }
    .energy-page-wrap {
        width: 100%;
        float: left;
        text-align: center;
    }
    .more-link a {
        color: #0997da;
        font-size: 18px;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 700;
        text-align: center;
        padding: 5px 70px;
        border: 3px solid #0997da;
        text-transform: uppercase;
        width: 315px;
        display: inline-block;
    }
    .more-link {
        text-align: center;
        width: 100%;
        float: left;
        margin-top: 40px;
    }

    .slider-block {
        float: left;
        text-align: center;
        width: 100%;
        position: relative;
    }
    .slider-block img {
        float: left;
        width: 100%;
        height: auto;
    }
    .slider-content {
        float: left;
        width: 100%;
    }
    .slider-block .banner-wrapper {
        padding-left: 50%;
        margin: 0;
        max-width: 100%;
        padding-right: 160px;
    }
    .people-say-block {
        float: left;
        width: 100%;
    }
    .banner-overlay {
        height: 100%;
        position: absolute;
        top: 0;
        width: 100%;
    }
    .banner-overlay-content {
        display: table;
        height: 100%;
        width: 100%;
    }
    .banner-overlay-align {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
    }
    .banner-wrapper {
        margin: 0 auto;
        max-width: 970px;
        width: 100%;
        text-align: left;
    }
    .banner-overlay h1 {
        text-transform: uppercase;
    }
    .banner-overlay span {
        color: #3a3a3a;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 300;
        font-size: 35px;
        line-height: 43px;
        display: block;
        padding: 7px 0 7px 0;
    }
    .banner-overlay p {
        color: #474747;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 400;
        font-style: italic;
        font-size: 21px;
        line-height: 25px;
        padding: 20px 0 0 0;
        margin-bottom: 0;
    }

    .energy-slider-wrap {
        float: left;
        width: 100%;
    }
    .slider-show {
        float: left;
        width: 100%;
        overflow: hidden;
    }
    .answer-question {
        float: left;
        width: 100%;
        padding-top: 50px;
    }
    .cycle-prev, .cycle-next {
        cursor: pointer;
        height: 93px;
        position: absolute;
        top: 44%;
        width: 93px;
        z-index: 800;
    }
    .cycle-prev {
        background: url(images/cycle-prev.png) no-repeat 0 0;
        left: 40px;
    }
    .cycle-next {
        background: url(images/cycle-next.png) no-repeat 0 0;
        right: 40px;
    }
    .answer-question h2 {
        text-align: center;
        text-transform: none;
        padding-bottom: 60px;
    }
    .qa-block {
        float: left;
        width: 100%;
    }
    .qa-block-inner {
        float: left;
        width: 100%;
        padding-bottom: 28px;
    }
    .qa-block ul {
        float: left;
        width: 100%;
        list-style: none;
        margin: 0;
    }
    .qa-block ul li {
        float: left;
        width: 100%;
        padding-bottom: 30px;
    }
    .qa-block ul li:last-child .qa-seperator {
        border-bottom: 0;
    }
    .qa-block ul li:last-child .qa-block-inner {
        padding-bottom: 0;
    }
    .qa-seperator-outer {
        float: left;
        width: 100%;
        text-align: center;
    }
    .qa-seperator {
        border-bottom: 1px solid #464646;
        display: inline-block;
        width: 121px;
    }
    .qa-left {
        float: left;
        width: 14%;
        color: #fff;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 700;
        font-size: 28px;
        line-height: 28px;
        padding-left: 8.4%;
        padding-right: 1.9%;
    }
    .blue-question {
        background: #0997da;
        width: 35px;
        padding: 15px 9px;
        text-align: center;
    }
    .black-answer {
        background: #333333;
        width: 35px;
        padding: 15px 9px;
        text-align: center;
    }
    .qa-right {
        float: left;
        width: 86%;
    }
    .qa-right span {
        color: #0997da;
        display: table-cell;
        font-family: 'Roboto', sans-serif;
        font-size: 18px;
        font-weight: 700;
        height: 100%;
        vertical-align: middle;
        width: 100%;
    }
    .qa-right-question {
        display: table;
        height: 57px;
        width: 100%;
    }
    .qa-right  p {
        color: #333333;
        font-size: 16px;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        display: table-cell;
        vertical-align: middle;
    }
    .qa-block .more-link {
        margin-top: 0;
        padding-bottom: 60px;
    }
    .newsletter-outer {
        float: left;
        width: 100%;
    }
    .banner-block {
        width: 100%;
        display: inline-block;
        overflow: hidden;
        position: relative;
    }
    .banner-block img {
        /*
         left: 50%;
         margin-left: -1250px;
         max-width: none;
         width: 2500px;
         min-height: 498px;*/
        height: 100%;
        float: left;
        width: 100%;
    }
    .banner-overlay-content h2 {
        font-family: 'Mohave';
        font-weight: bold;
        font-size: 50px;
        line-height: 65px;
        margin-bottom: 0;
        color: #ffffff;
        background: url(images/energy_banner_overlay.png) repeat left top;
        width: 48.5%;
        display: inline-block;
    }
    .energy-banner .banner-overlay-content h2 {
        background: none;
        color:#02547a;
    }
    
    .overlay-head {
        width: 100%;
        display: inline-block;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .energy-banner .sign-up {
        float: left;
        width: 100%;
        margin-top: 9px;
    }
    
    .energy-banner .banner-overlay .sign-up .sign-up-button {
        background: #0997da;
        width: 47.5%;
        display: block;
        padding: 12px 10px;
        cursor: pointer;
        margin: auto;
        margin-bottom: 10px;
    }
    .energy-banner .banner-overlay  .sign-up .sign-up-button .sign-up-description,
    .energy-banner .banner-overlay  .sign-up .sign-up-button a{
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 700;
        font-size: 20px;
        line-height: 30px;
        color: #ffffff;
        text-transform: uppercase;
        display: inline-block;
    }
    .energy-banner .banner-overlay  .sign-up .sign-up-button a{
        font-size: 12px;
        line-height: 5px;
        width: 100%;
    }
    .switch-link {
        text-align: center;
        margin: 0 auto;
        color: #333333;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 400;
        font-size: 25px;
        text-decoration: underline;
        float: left;
        width: 100%; 
        margin-top: 32px;
    }
    .switch-link:hover {
        text-decoration: underline;
        color: #333333;
    }
    .signup-form {
        padding: 32px 96px;
        display: inline-block;
        width: 100%;
        background: #0997da;
        width: 638px;
        display: none;
    }
    .signup-form .more-link {
        margin-top: 14px;
    }
    .signup-form .more-link a {
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 700;
        font-size: 18px;
        color: #fff;
        border: 3px solid #fff;
        width: 391px;
        float: left;
    }
    .signup-form input {
        padding: 5px 26px;
        float: left;
        max-width: 391px;
        width: 100%;
        margin-bottom: 13px;
        font-size: 18px;
        color: #2f2f2f;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 400;
        border: none;
    }
    .signup-form input::-webkit-input-placeholder {
        color: #2f2f2f;
    }
    .signup-form input::-moz-placeholder {
        color: #2f2f2f;
    }/* firefox 19+ */
    .signup-form input:-ms-input-placeholder {
        color: #2f2f2f;
    }/* ie */
    .signup-form input:-moz-placeholder {
        color: #2f2f2f;
    }
    .how-work .theory-box-desc h4 {
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 700;
        font-size: 20px;
        color: #303030;
    }
    .how-work .theory-box-desc p {
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 400;
        color: #303030;
    }
    .how-work .theory-box-desc {
        padding-left: 10px;
        padding-right: 10px;
    }
    .banner-overlay span.member-since {
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 300;
        font-size: 22px;
        color: #474747;
        line-height: 25px;
    }
    .two-column-page {
        float: left;
        width: 100%;
        padding-top: 24px;
        position: relative;
    }
    .two-column-left {
        float: left;
        width: 93.7%;
        margin-right: 6.3%;
    }
    .two-column-left h2, .two-column-left h3 {
        padding-bottom: 15px;
    }
    .two-column-right {
        float: left;
        width: 98%;
        margin-left: 2%;
    }
    .magazine-article {
        float: left;
        width: 100%;
    }
    .magazine-article ul {
        float: left;
        width: 100%;
        margin: 0;
        list-style: none;
    }
    .two-column-page blockquote h2 {
        text-transform: none;
        line-height: 50px;
    }
    .right-top {
        float: left;
        width: 100%;
    }
    .right-bottom {
        float: left;
        width: 100%;
    }
    .right-bottom h3 {
        color: #4dc5fd;
        text-transform: uppercase;
        background: #333333;
        padding: 10px;
        text-align: center;
        font-size: 19px;
        margin-bottom: 8px;
    }
    .highlighted .widget-box {
        padding-right: 0;
    }
    .two-column-right .join-block h2 {
        font-size: 35px;
    }
    .highlighted .widget-box-inner {
        margin-bottom: 17px;
    }
    .fullwidth-page {
        float: left;
        width: 100%;
        padding-top: 15px;
        padding-bottom: 40px;
    }
    .fullwidth .overlay-head {
        background: url(images/energy_banner_overlay.png) repeat left top;
        width: 67.5%;
        padding: 40px 10px 30px;
    }
    .fullwidth  .banner-overlay-content h3 {
        line-height: 45px;
        color: #fff;
    }
    .fullwidth  .banner-overlay-content h1 {
        text-transform: none;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 300;
        font-size: 40px;
        line-height: 55px;
        color: #fff;
    }
    .fullwidth-page h3 {
        padding-bottom: 22px;
    }
    .fullwidth-page h4 {
        padding-bottom: 28px;
    }
    .right-bottom-inner {
        float: left;
        width: 100%;
        margin-top: 16px;
    }
    .fullwidth-content {
        float: left;
        width: 100%;
    }
    .view-more-article {
        float: left;
        width: 100%;
    }
    .view-more-article .widget-pic img {
        float: left;
        width: auto;
    }
    .inner-page {
        float: left;
        width: 100%;
    }
    .inner-page-content {
        float: left;
        width: 100%;
    }
    .subscribe-groundswell {
        float: left;
        width: 100%;
        text-align: center;
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .subscribe-groundswell h2 {
        color: #4dc5fd;
        font-size: 27px;
        padding: 10px 0;
    }
    .subscribe-groundswell h6 {
        color: #fff;
        text-transform: none;
        margin-bottom: 30px;
    }
    .subscribe-groundswell-inner {
        background: #0997da;
        float: left;
        width: 100%;
        padding: 18px 60px 10px;
    }
    .subscribe-groundswell .title-area {
        margin-bottom: 0;
    }
    .subscribe-groundswell .content-area {
        float: left;
        width: 100%;
        text-align: center;
        margin-top: 25px;
        margin-bottom: 25px;
        text-align: left;
        padding: 10px 30px;
        padding-bottom: 0;
        background: #0997da;
        color:white;
        margin:0;
        background: #333 url(images/newsletter_arrow_single_horiz_1.png) no-repeat center bottom;
        padding-bottom: 30px;
    }
    .subscribe-groundswell .content-area span {
        font-weight: bold;
        font-size: 17px;
    }
    .subscribe-groundswell .content-area ul {
        margin-bottom: 0;
        width: 80%;
        margin: auto;
        padding: 10px 0 0 0;
    }
    .subscribe-groundswell input::-webkit-input-placeholder {
        color: #fff;
    }
    .subscribe-groundswell input::-moz-placeholder {
        color: #fff;
    }/* firefox 19+ */
    .subscribe-groundswell input:-ms-input-placeholder {
        color: #fff;
    }/* ie */
    .subscribe-groundswell input:-moz-placeholder {
        color: #fff;
    }
    .subscribe-groundswell .mc4wp-form input[type="submit"], .subscribe-groundswell .mc4wp-form button {
        background: none !important;
        border: 3px solid #fff;
        line-height: 24px;
    }
    .single-page .two-column-left h2 {
        text-transform: none;
    }
    .single-page .two-column-left span.span-border {
        color: #0997da;
        font-size: 18px;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 400;
        border-bottom: 1px solid #474747;
        padding-bottom: 5px;
        margin-bottom: 18px;
        width: 100%;
        float: left;
    }
    .single-page .two-column-left span i {
        text-transform: uppercase;
        font-style: normal;
    }
    .single-page .two-column-left .subscribe-groundswell span {
        color: #fff;
        font-size: 12px;
        padding-top: 12px;
        display: inline-block;
        border-bottom: 0;
        margin-bottom: 0;
    }
    .singlepage-newsletter {
        width: 100%;
        float: left;
        margin-top: 35px;
    }
    .newsletter-left {
        width: 50%;
        float: left;
    }
    .newsletter-right {
        width: 50%;
        float: left;
    }
    .singlepage-newsletter .newsletter-sec {
        height: 143px;
    }
    .featured-image-area {
        padding-bottom: 20px;
    }
    .singlepage-newsletter .newsletter-desc {
        background: url("images/newsletter_arrow_single.jpg") no-repeat scroll right top #333;
        color: #fff;
        float: left;
        font-size: 16px;
        font-weight: 300;
        height: 143px;
        line-height: 20px;
        padding: 25px 20px 0;
        text-align: center;
        width: 100%;
    }
    .singlepage-newsletter .newsletter-desc h3 {
        color: #4dc5fd;
        padding-bottom: 0;
        text-align: left;
    }
    .singlepage-newsletter .newsletter-desc p {
        text-align: left;
        margin-bottom: 0;
    }
    .singlepage-newsletter .newsletter-right {
        padding-top: 20px;
    }
    .singlepage-newsletter .mc4wp-form input[type="text"], .singlepage-newsletter .mc4wp-form input[type="email"], .singlepage-newsletter .mc4wp-form input[type="tel"], .singlepage-newsletter .mc4wp-form input[type="url"], .singlepage-newsletter .mc4wp-form input[type="date"], .singlepage-newsletter .mc4wp-form textarea, .mc4wp-form select {
        margin-bottom: 5px;
    }
    .socialshare-block {
        width: 100%;
        float: left;
        padding: 25px 32px;

    }
    .socialshare-block .fb-block {
        width: 46.7%;
        float: left;
        margin-right: 35px;
        text-align: center;
    }
    
    .socialshare-block .twitter-block {
         width: 46.7%;
        float: left;
        text-align: center;
    }
    .socialshare-block-top {
       /* background: #f5f5f5;*/
        width: 100%;
        float: left;
        /*padding: 25px 32px;*/
            margin-bottom: 1em;

    }

    .socialshare-block-top .fb-block {
        width: 32.0%;
        float: left;
        margin: 0 2%;
        text-align: center;
    }
    .socialshare-block-top .subscribe-block {
         width: 32%;
             float: left;
            margin-left: auto;
            margin-right: auto;
        text-align: center;
    }

    .socialshare-block-top .twitter-block {
         width: 32%;
        float: left;
        text-align: center;
    }
    .socialshare-block a, .socialshare-block-top a {
        color: #fff;
        text-transform: uppercase;
        font-size: 16px;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 700;
        padding: 8px 3px;
        width: 100%;
        float: left;
        border: 3px solid #0997da;
        color: #0997da;
    }
    .socialshare-block a:hover, .socialshare-block-top a:hover {
        border-color: #4dc5fd;
        color: #4dc5fd;
    }
    .fb-comment-block {
        width: 100%;
        float: left;
        margin-top: 35px;
        border: 1px solid #e5e6e9;
        padding: 30px 20px 20px 25px;
    }
    .side-fb-share {
        position: absolute;
        width: 70px;
        float: left;
        background: #333333;
        text-align: center;
        padding: 16px 6px 20px;
        z-index:1;
    }
    .side-fb-share h6 {
        color: #afafaf;
        padding-bottom: 18px;
    }
    .side-fb-share ul {
        width: 58px;
        float: left;
        list-style: none;
        margin: 0;
    }
    .side-fb-share ul li {
        float: left;
        width: 100%;
        padding: 6px 0;
    }
    .side-fb-share ul li a {
        float: left;
        width: 100%;
    }
    .single-page .two-column-left .fb-comment-block span {
        border-bottom: 0;
    }
    .single-page .right-bottom-inner {
        margin-top: 0;
    }
    .single-page .two-column-left {
        padding-top: 20px;
    }

    .side-fb-share ul li span .stLarge{
       background-image: none !important;
       height: 0;
       width: 0;
    }
    .blog-page{
        margin: 30px 0;
    }
    .view-more-article .search-bar-full{
        margin-bottom: 48px;
        margin-top: 24px;
    }
    .view-more-article .center-header{
        margin-bottom: 25px;
    }
    .view-more-article .wp-pagenavi{
        margin-top: 40px;
    }
    .singlepage-newsletter .mc4wp-alert{
        /*top: 85%;*/
        /*width: 44%;*/
       line-height: 18px;
    }
    .subscribe-groundswell .mc4wp-alert{
        /*top: 26%;*/
    }
    .load-more a:hover ,.more-link a:hover {
        border: 3px solid #4dc5fd;
        color: #4dc5fd;
    }
    .subscribe-groundswell .mc4wp-form input[type="submit"]:hover,
    .subscribe-groundswell .mc4wp-form button:hover, 
    .subscribe-groundswell .mc4wp-form input[type="submit"]:active, 
    .subscribe-groundswell .mc4wp-form button:active,
    .subscribe-groundswell .mc4wp-form input[type="submit"]:focus, 
    .subscribe-groundswell .mc4wp-form button:focus{
         border: 3px solid #6be3eb;
        color: #6be3eb !important;
    }
    .two-column-right .load-more{
        padding-right: 0;
    }
    .back-block{
        width: 100%;
        float: left;

    }

    .back-block a{
        width: 100%;
        float: left;
        background: #4dc5fd;
        color: #fff;
        height: 30px;
        line-height: 30px;
        text-transform: uppercase;
        font-weight: 700;
       margin-bottom: 4px; 
    }

    #mc4wp_widget-4 .back-block a, #mc4wp_widget-2 .back-block a{
        display: none;
    }

    .featured-image-area img{
        height: auto;
    }

    .footer-links-block .navbar-header {
        float: none;
    }

    /* HUBSPOT FORM */
    .hubspot-form {
        position:relative;
    }
    .hubspot-form .hs-input {
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 300;
        font-size: 18px;
        line-height: 26px;
        color: #fff;
        background: transparent;
        border: 0px none;
        border-bottom: 1px solid #ffffff;
        text-align: center;
        width: 100% !important;
        max-width: 100% !important;
        float: left;
        padding:0;
        padding-bottom: 8px;
        padding-top: 0px;
        box-shadow: 0 0 0 0;
        text-transform: uppercase;
    }
    .hubspot-form .hs-form.stacked label {
        display: block;
        float: none;
        width: auto;
        font-weight: 700;
        text-align: left;
        line-height: 20px;
        padding-top: 0;
        margin-bottom: 4px;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 300;
        font-size: 18px;
        line-height: 26px;
        color: #fff;
        background: transparent;
        border: 0px none;
        text-align: center;
        width: 100%;
        float: left;
        padding: 0;
        padding-bottom: 8px;
        padding-top: 0px;
        box-shadow: 0 0 0 0;
        text-transform: uppercase;
        display: none;
    }
    .hubspot-form .hs-form.stacked .actions {
        margin: 0;
        padding: 0;
        border: 0;
    }
    .hubspot-form .hs-form .hs-button {
        font-size: 18px;
        font-weight: 700;
        border: 0 none;
        float: left;
        height: 30px;
        background: #4dc5fd !important;
        color: #fff !important;
        width: 100%;
        margin-top: 14px;
        padding: 0;
        line-height: 30px;
        border-radius: 0;
        border: 0;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 18px;
        text-transform: uppercase;
        text-shadow: none;
        box-shadow: none;
         -webkit-box-shadow:none;
        -moz-box-shadow:none;
    }
    .hubspot-form .hs-form .hs-button:hover {
        background: #5FD7F8 !important;
        border: 0;
        box-shadow: none;
         -webkit-box-shadow:none;
        -moz-box-shadow:none;
    }
    .hubspot-form  .hs-form.stacked .field {
        margin-bottom: 0;
    }
    .hubspot-form input.hs-input:focus, textarea.hs-input:focus {
        box-shadow: none;
        -webkit-box-shadow:none;
        -moz-box-shadow:none;
        border-color: #fff;
    }
    .smore {
        position:relative;
    }
    .thanks:before {
        top: 21px;
    }
    .hubspot-form:before, .smore:before, .sfmore:before {
        content: "thanks for joining";
        color: white;
        text-transform: uppercase;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        transition: all .3s;
        -o-transition: all .3s;
        -moz-transition: all .3s;
        -webkit-transition: all .3s;
        text-align: center;

        display:none;
        opacity: 0;
    }
    .thanks:before{
        display:block;
        opacity:1;
    }
    .sfmore.thanks:before {
        top: 30px;
    }
    .popup-container .popup-wrapper .hbspt-form .hs-button.preloading {
        background-image: url('images/hubspotform_preloader.gif');
        background-repeat: no-repeat;
        background-position: center;
        text-indent: -10000px;
    }
    .form-container .message {
        display:none;
        color: white;
        padding: 10px;
        text-align: center;
    }
    /* SIGN UP POP UP */
    .popup-container {
        display:none;
    }
    .popup-container .popup-wrapper{
        width:636px;
        max-width: 636px;
        background-color: #0997db;
        padding: 30px 0;
    }
    .popup-container .popup-wrapper h3{
        color: white;
        text-transform: uppercase;
        font-size: 42px;
        text-align: center;
        width: 100%;
        padding: 20px;
        line-height: 38px;
    }
    .popup-container .popup-wrapper .popup-content-container p {
        color: white;
        text-transform: uppercase;
        padding: 0 30px;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 20px;
        text-align: center;
    }
    .popup-container .popup-wrapper .hbspt-form label {
        display: none;
    }
    .popup-container .popup-wrapper .hbspt-form .input {
        text-align: center;    
    }
    .popup-container .popup-wrapper .hbspt-form {
        padding: 20px;
        padding-bottom: 0;
    }
    .popup-container .popup-wrapper .hbspt-form .hs-input {
        width: 100%;
        max-width: 404px;
        line-height: 40px;
        height: 40px;
        padding: 0 18px;
        margin: auto;
        color: #2f2f2f;
        font-size: 18px;
        font-family: 'Roboto Condensed', sans-serif;
        border: 0;
        color:#0997db;
    }
    .popup-container .popup-wrapper .hbspt-form .hs-input::-webkit-input-placeholder {
       color:#82d7ff;
       text-transform: uppercase;
    }

    .popup-container .popup-wrapper .hbspt-form .hs-input:-moz-placeholder { /* Firefox 18- */
       color:#82d7ff;
       text-transform: uppercase;
    }

    .popup-container .popup-wrapper .hbspt-form .hs-input::-moz-placeholder {  /* Firefox 19+ */
        color:#82d7ff;
        text-transform: uppercase;
    }

    .popup-container .popup-wrapper .hbspt-form .hs-input::-ms-input-placeholder { 
       color:#82d7ff; 
       text-transform: uppercase;
    }

    .popup-container .popup-wrapper .hbspt-form .actions {
        margin: 0;
        padding: 10px 0 0 0;
        width: 100%;
        text-align: center;
    }
    .popup-container .popup-wrapper .hbspt-form .hs-button {
        width: 100%;
        max-width: 404px;
        background: #0997da;
        border: 3px solid #fff;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 18px;
        text-transform: uppercase;
        padding: 14px;
    }
    .popup-container .popup-wrapper .message .thankyou {
            text-transform:uppercase;
    }
    .popup-container .popup-wrapper .message .more-link {
            float: none;
            margin-top: 20px;
    }
    .popup-container .popup-wrapper .message .more-link a{
            color: #FFF;
            border-color: #FFF;
            cursor: pointer;
    }

    /* video */
    .energy-banner {
        height: 588px;
    }

    .video-fix-wrapper {
        position: relative;
    }
    .video-cont video {
        width: 100%;
        height: 100%;
    }
    .video-cont {
        position: absolute;
        background-size: 100%;
    }
    /* TEAM MEMBERS */
    .member-image {
        width: 190px;
        height: 190px;
        overflow: hidden;
        -moz-border-radius: 190px;
        -webkit-border-radius: 190px;
        border-radius: 190px;
        margin-bottom: 10px;
        position: relative;
        background-color: #eeeeee;
        border: 2px solid #0997da;
        background-image: url(images/image-generic.jpg);
        background-size: 100%;
    }
    .popover-content {
        min-width: 270px;
        color: #fff;
        padding: 30px;
        margin-top: -16px;
        max-height: 308px;
        overflow-x: hidden;
        overflow-y: scroll;
        margin-bottom: 30px;
        margin-top: 14px;
        padding-top: 0;
        padding-bottom: 0;
    }
    .popover {
        margin-top: -60px;
        background-color: #0996db;
        border-radius: 0;
        border: 0;
        min-height: 130px;
    } 
    .popover.right {
        margin-left: 20px;
    }
    .popover.left {
        margin-left: -20px;
    }
    .meet-team-content figure {
        transition: all .25s;
        -o-transition: all .25s;
        -moz-transition: all .25s;
        -webkit-transition: all .25s;
    }
    .close {
        background-color: #333333 !important;
        width: 45px;
        height: 45px;
        font-size: 50px;
        line-height: 45px;
        font-weight: normal;
        color: #fff;
        position: absolute;
        right: -46px;
        top: -1px;
        text-shadow: none;
    }
    .close:hover, .close:focus {
        opacity: 1;
        filter: alpha(opacity=100);
        color: #ddd;
        outline: 0;
    }
    .popover-title {
        position: relative;
    }
    .popover.right > .arrow:after {
        border-right-color: #0996db;
    }
    .popover.left > .arrow:after {
        border-left-color: #0996db;
    }
    .popover.bottom > .arrow:after { 
        border-bottom-color: #0996db;
    }
    /* SOCIAL BUTTONS */
    .social-btn {
        width:32px;
        height:30px;
        background-position: center top;
        background-repeat: no-repeat;
        display: inline-block;
    }
    .social-btn:hover {
        background-position: center bottom;
    }
    .icon-facebook {
        background-image: url('images/btn.side_fb.png');
    }
    .icon-twitter {
        background-image: url('images/btn.side_twitter.png');
    }
    .icon-mail {
        background-image: url('images/btn.side_email.png');
    }

    /* No content messages */
    .no-content-message{
        text-align: center;
    }
    /* 404 ERROR */
    .error404 #content {
        background-color: #0996db;
    }
    .error404 {
        color:#fff;
    }
    .error404 .page-title {
        color: #fff;
        font-size: 160px;
        line-height: normal;
        font-weight: 100;
        font-family: 'Roboto', sans-serif;
    }
    .error404 .page-header {
        padding-bottom: 0;
    }
    .error404 h2 {
        background-color: #4ec5fd;
        font-size: 50px;
        color: white;
        padding: 20px 40px;
        font-family: 'Roboto', sans-serif;
    }
    .message404 {
        background-color: #333333;
    }
    .error404 .page-content {
        min-height: 70px;
    }
    .message404 .page-content p {
        text-transform: uppercase;
        font-size: 20px;
        padding: 20px 40px;
        line-height: 30px;
        margin: 0;
        font-weight: lighter;
    }
    .message404 .page-content p a {
        color: #4bcefa;
        text-decoration: underline;
    }
    .message404 .page-content p a:hover {
        color:#83dbf8;
    }


    /* BLINKING CURSOR */
    .hubspot-form .input {
        position:relative;

    }
    .cursor {
        height: 20px;
        width: 2px;
        background-color: white;
        position: absolute;
        left: 50%;
        margin-left: -63px;
        transition: all .4s;
        -o-transition: all .4s;
        -moz-transition: all .4s;
        -webkit-transition: all .4s;
        opacity: 1;
    }
    .cursor.off {
        opacity:0;
    }
    .hsformerror {
        background: #4dc5fd !important;
        border-radius: 0 !important;
        border: 0 !important;
        color: #fff !important;
        box-shadow: 0 0 6px #000 !important;
        margin-top: -10px !important;
    }
    .hsformerror em {
        border-color: #4dc5fd transparent transparent !important;
        left: 50% !important;
        margin-left: -10px !important;
    }
    .hsformerror p {
        font-family: 'Roboto', sans-serif !important;
        font-size: 13px !important;
    }
    .hsformerror .close-form-error {
        background-color: #333333 !important;
        color: white !important;
        font-size: 15px !important;
        line-height: 18px;
        width: 20px;
        height: 20px;
        top: 0 !important;
        right: -20px;
        text-align: center !important;
    }
    .hsformerror .close-form-error:hover {
            color: #eee !important;
    }
    .slider-block .testimonial-3 .banner-wrapper ,
    .slider-block .testimonial-4 .banner-wrapper
    {
        padding-right: 50%;
        padding-left: 0;
        padding-left: 160px;
    }
    .slider-block .testimonial-2 .banner-overlay span, .slider-block .testimonial-2 .banner-overlay p,
    .slider-block .testimonial-4 .banner-overlay span, .slider-block .testimonial-4 .banner-overlay p

    {
        color: #fff !important;
    }
    .show-at-init .sub-menu {
        display: block !important;
        height: 24px !important;
        opacity: 1 !important;
    }
    .page-id-415 .overlay-head {
        display: none;
    }
    @media only screen and (min-width: 768px) {
        .main-navigation ul li.current_page_item .sub-menu, 
        .main-navigation ul li.current-menu-ancestor .sub-menu
        {
            display: block !important;
            height: auto !important;
            opacity: 1 !important;
        }

    }


    /* DEFAULT */
    .popup-container.default .popup-wrapper {
        position: relative;
    }
    .popup-container.default .popup-wrapper .hbspt-form {
        width: 100%;
        padding: 0 0 20px 0;
    }
    .popup-container.default form {
        width: 439px;
        margin: auto;
    }
    .popup-container.default .popup-wrapper .hbspt-form .hs-input::-webkit-input-placeholder {
       color:#a5cfed;
       text-transform: uppercase;
    }

    .popup-container.default .popup-wrapper .hbspt-form .hs-input:-moz-placeholder { /* Firefox 18- */
       color:#a5cfed;
       text-transform: uppercase;
    }

    .popup-container.default .popup-wrapper .hbspt-form .hs-input::-moz-placeholder {  /* Firefox 19+ */
        color:#a5cfed;
        text-transform: uppercase;
    }

    .popup-container.default .popup-wrapper .hbspt-form .hs-input::-ms-input-placeholder { 
       color:#a5cfed; 
       text-transform: uppercase;
    }
    .popup-container.default .hs-form .hs-button {
        background: #0997db;
        border: 3px solid #fff;
        line-height: 34px;
        padding: 0 14px;
        width: 100%;
        font-family: 'Roboto Condensed', sans-serif;
        text-transform: uppercase;
        font-size: 18px;
        padding: 0;
        margin-left: -2px;
    }
    .popup-container.default .popup-wrapper .hbspt-form .hs-input {
        color: #fff;
        background: #0997db;
        border-bottom: 1px solid #fff;
        box-shadow: none;
        text-align: center;
    }
    .popup-container.default .popup-wrapper .hbspt-form .actions {
        margin: 0;
        padding: 10px 0;
    }
    .popup-container.default .popup-wrapper .hs-form.stacked label {
        display:none;
    }
    .popup-container.default .popup-wrapper .hs-form .hs-input {
        background: transparent;
        border: none;
        border-bottom: 1px solid white;
        text-align: center;
        margin-top: 20px;
        box-shadow: none;
        font-family: 'Roboto Condensed', sans-serif;
        text-transform: none;
        font-size: 18px;
        padding: 6px 0;
        width: 100%;
        color: white;
    }
    .popup-container.default .popup-wrapper .hs-form .hs-input::-webkit-input-placeholder {
       color:#a5cfed;
       text-transform: uppercase;
    }

    .popup-container.default .popup-wrapper .hs-form .hs-input:-moz-placeholder { /* Firefox 18- */
       color:#a5cfed;
       text-transform: uppercase;
    }

    .popup-container.default .popup-wrapper .hs-form .hs-input::-moz-placeholder {  /* Firefox 19+ */
        color:#a5cfed;
        text-transform: uppercase;
    }

    .popup-container.default .popup-wrapper .hs-form .hs-input::-ms-input-placeholder { 
       color:#a5cfed;
       text-transform: uppercase;
    }
    .popup-container.default .hs-form.stacked .actions {
        padding: 15px 0;
        margin: 0;
    }
    .popup-container .popup-wrapper .close-btn {
        background-image: url('images/btn.close.png');
        background-repeat: no-repeat;
        position:absolute;
        cursor: pointer;
        top:0;
        right:0;
        background-position: center;
        width: 40px;
        height: 40px;
        z-index: 1;
    }

    /* BLUE WITH WHITE FIELDS */

    .popup-container.blue_white .popup-wrapper .hs-form {
        width: 439px;
        margin: auto;
    }
    .popup-container.blue_white .popup-wrapper .hs-form.stacked label {
        display:none;
    }
    .popup-container.blue_white .popup-wrapper .hs-form .hs-input {
        background: #fff;
        color: #2f2f2f;
        text-align: left;
    }
    .popup-container.blue_white .popup-wrapper .hs-form .hs-input { 
        background: #fff;
        border: none;
        margin-top: 20px;
        box-shadow: none;
        font-family: 'Roboto Condensed', sans-serif;
        text-transform: none;
        font-size: 18px;
        width: 100%;
        color: #2f2f2f;
        height: 42px;
        line-height: 42px;
        padding: 0 25px;
        text-align: left;
        width: 389px;
    }

    .popup-container.blue_white .popup-wrapper .hs-form .hs-input::-webkit-input-placeholder {
       color:#989898;
       text-transform: uppercase;
    }

    .popup-container.blue_white .popup-wrapper .hs-form .hs-input:-moz-placeholder { /* Firefox 18- */
       color:#989898;
       text-transform: uppercase;
    }

    .popup-container.blue_white .popup-wrapper .hs-form .hs-input::-moz-placeholder {  /* Firefox 19+ */
        color:#989898;
        text-transform: uppercase;
    }

    .popup-container.blue_white .popup-wrapper .hs-form .hs-input::-ms-input-placeholder { 
       color:#989898; 
       text-transform: uppercase;
    }
    .popup-container.blue_white .hs-form.stacked .actions {
        padding: 15px 0;
        margin: 0;
    }
    .popup-container.blue_white .hs-form .hs-button {
        background: #0997db;
        border: 3px solid #fff;
        line-height: 34px;
        padding: 0 14px;
        width: 100%;
        font-family: 'Roboto Condensed', sans-serif;
        text-transform: uppercase;
        font-size: 18px;
        padding: 0;
        margin-left: -2px;
        max-width: 100%;
    }
    /* GRAY */

    .popup-container.gray .popup-wrapper {
        width: 406px;
        background: transparent;
    } 
    .popup-container.gray .popup-wrapper h3 {
        background: #333333;
        color: #0996db;
        padding: 10px;
        font-size: 35px;
        margin-bottom: 6px;
    }
    .popup-container.gray .popup-content-container {
        background: #333333;
    }
    .popup-container.gray .popup-wrapper .popup-content-container p {
        background: #0996db;
        padding: 10px;
        margin: 0;
        height: auto;
        font-family: 'Roboto', sans-serif;
        text-transform: none;
        font-size: 15px;
    }
    .popup-container.gray .popup-wrapper .hbspt-form {
        display: block;
        text-align: center;
    }
    .popup-container.gray form {
        width: 296px;
        margin: auto;
    }
    .popup-container.gray .hs-form.stacked label {
        display:none;
    }
    .popup-container.gray .hs-form .hs-input, 
    .popup-container.gray .hs-form textarea.hs-input {
        background: transparent;
        border: none;
        border-bottom: 1px solid white;
        text-align: center;
        margin-top: 15px;
        box-shadow: none;
        font-family: 'Roboto Condensed', sans-serif;
        text-transform: uppercase;
        font-size: 18px;
        padding: 6px 0;
        width: 100%;
        color: white;
        text-transform: none;
    }
    .popup-container.gray .hs-form.stacked .field {
        margin:0;
    }
    .popup-container.gray .hs-form .hs-button {
        width: 100%;
        background: #4ec5fd;
        border: 0;
        text-shadow: none;
        box-shadow: none;
        font-family: 'Roboto Condensed', sans-serif;
        text-transform: uppercase;
        font-size: 18px;
        padding: 6px 0;
        line-height: 30px;
        padding: 0;
    }
    .popup-container.gray .hs-form .hs-button:hover {
        border:0;
        box-shadow: none;
    }
    .popup-container.gray .hs-form.stacked .actions {
        padding: 15px 0;
        margin: 0;
    }
    .popup-container.gray .popup-wrapper .popup-content-container .hsformerror p {
        background: transparent;
        padding: 0;
    }
    .popup-container.gray .popup-wrapper .popup-content-container .hsformerror {
        margin-top: 10px !important;
    }
    .popup-container.gray .popup-wrapper .hbspt-form p {
        
    }
    .popup-container.gray .popup-wrapper .hbspt-form .hs-input::-webkit-input-placeholder {
       color:#bfbfbf;
    }

    .popup-container.gray .popup-wrapper .hbspt-form .hs-input:-moz-placeholder { /* Firefox 18- */
       color:#bfbfbf;
    }

    .popup-container.gray .popup-wrapper .hbspt-form .hs-input::-moz-placeholder {  /* Firefox 19+ */
        color:#bfbfbf;
    }

    .popup-container.gray .popup-wrapper .hbspt-form .hs-input::-ms-input-placeholder { 
       color:#bfbfbf; 
    }
    .small_text {
        font-size: 15px;
    }

    .popup-container.gray .popup-wrapper .close-btn {
        top: -10px;
        background-color: #333333;
    }

    .link-message{
        color: #ffffff!important;
        display: block;
        font-size: 12px;
        margin: 0 auto;
        text-align: center;
        width: 55%;
    }

    /* BLUE WITH WHITE FIELDS AND IMAGE */
    .popup-container.blue_white_image .popup-wrapper {
        padding-top: 0;
    }
    .popup-container.blue_white_image .popup-wrapper .hs-form {
        width: 439px;
        margin: auto;
    }
    .popup-container.blue_white_image .popup-wrapper .hs-form.stacked label {
        display:none;
    }
    .popup-container.blue_white_image .popup-wrapper .hs-form .hs-input {
        background: #fff;
        color: #2f2f2f;
        text-align: left;
    }
    .popup-container.blue_white_image .popup-wrapper .hs-form .hs-input { 
        background: #fff;
        border: none;
        margin-top: 5px;
        box-shadow: none;
        font-family: 'Roboto Condensed', sans-serif;
        text-transform: none;
        font-size: 18px;
        width: 100%;
        color: #2f2f2f;
        height: 42px;
        line-height: 42px;
        padding: 0 25px;
        text-align: left;
        width: 389px;
    }
    .popup-container.blue_white_image .popup-wrapper .hs-form.stacked .field {
        margin-bottom: 5px;
    }
    .popup-container.blue_white_image  .popup-wrapper .popup-content-container p {
        margin-bottom: 0;
    }
    .popup-container.blue_white_image .popup-wrapper .hs-form .hs-input::-webkit-input-placeholder {
       color:#989898;
       text-transform: uppercase;
    }

    .popup-container.blue_white_image .popup-wrapper .hs-form .hs-input:-moz-placeholder { /* Firefox 18- */
       color:#989898;
       text-transform: uppercase;
    }

    .popup-container.blue_white_image .popup-wrapper .hs-form .hs-input::-moz-placeholder {  /* Firefox 19+ */
        color:#989898;
        text-transform: uppercase;
    }

    .popup-container.blue_white_image .popup-wrapper .hs-form .hs-input::-ms-input-placeholder { 
       color:#989898; 
       text-transform: uppercase;
    }
    .popup-container.blue_white_image .hs-form.stacked .actions {
        padding: 5px 0;
        margin: 0;
    }
    .popup-container.blue_white_image .hs-form .hs-button {
        background: #0997db;
        border: 3px solid #fff;
        line-height: 34px;
        padding: 0 14px;
        width: 100%;
        font-family: 'Roboto Condensed', sans-serif;
        text-transform: uppercase;
        font-size: 18px;
        padding: 0;
        margin-left: -2px;
        max-width: 100%;
    }
    .popup-container.blue_white_image .title-header {
        height: 274px;
        background-size: 100% auto;
        margin-bottom: 20px;
    }
    .popup-container.blue_white_image .title-header-cont {
        display: table;
        height: 100%;
        width: 100%;
    }
    .popup-container.blue_white_image .title-header-container {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
        text-align: center;
    }
    .popup-container.blue_white_image .popup-wrapper h3{
        display: inline-block;
        padding: 0;
        width: 410px;
        font-size: 47px;
        line-height: 50px;
        background-color: rgba(0,0,0,.4);
    }
    .popup-container.blue_white_image .small_text {
        text-transform: none;
    }

    /* BLUE WITH IMAGE AND OVERLAY */
    .popup-container.overlay_image .popup-wrapper {
        padding: 0;
    }
    .popup-container.overlay_image .content-header {
        position: relative;
        background-color: gray;
        background-position: center center;
        background-size: auto 100%;
    }
    .popup-container.overlay_image .content-container {
        width: 50%;
        margin-left: auto;
        background: rgba(0,0,0,.8);
    }
    .popup-container.overlay_image .content-container h3 {
       color: #0897d9;
        text-align: left;
        padding: 60px 24px 0 29px;
        font-size: 39px;
        line-height: 47px;
    }
    .popup-container.overlay_image .popup-wrapper {
        width: 768px;
        max-width: 768px;
    }
    .popup-container.overlay_image .image-content-container {
        color: white;
        padding: 12px 29px;
        font-size: 20px;
        font-family: Roboto Condensed;
        font-weight: normal;
        min-height: 336px;
    }
    .popup-container.overlay_image .image-content-container ul li {
        line-height: 32px;
    }
    .popup-container.overlay_image .image-content-container p {
        text-align: left;
        padding: 0;
        text-transform: none;
        margin-bottom: 10px;
    }
    .popup-container.overlay_image .image-content-container ul {
        font-size: 18px;
    }
    .popup-container.overlay_image .sfmore, .popup-container.overlay_image .form-container {
        background: #0996db;
        position:relative;
    }
    .popup-container.overlay_image .popup-wrapper .hbspt-form {

        padding-bottom: 0;
        position: relative;
        left: 0;
        display: inline-block;
        margin: 0;
        background: #0996db;
        margin-left: -29px;
        margin-bottom: -40px;
        margin-top: 20px;
        padding: 0;
    }
    .popup-container.overlay_image .popup-wrapper .hs-form {
        width: 100%;
        padding: 20px;
        margin: auto;
    }
    .popup-container.overlay_image .popup-wrapper .hs-form.stacked label {
        display:none;
    }
    .popup-container.overlay_image .popup-wrapper .hs-form .hs-input {
        background: #fff;
        color: #2f2f2f;
        text-align: left;
    }
    .popup-container.overlay_image .popup-wrapper .hs-form .hs-input { 
        background: #fff;
        border: none;
        margin-top: 20px;
        box-shadow: none;
        font-family: 'Roboto Condensed', sans-serif;
        text-transform: none;
        font-size: 18px;
        width: 100%;
        color: #2f2f2f;
        height: 42px;
        line-height: 42px;
        padding: 0 25px;
        text-align: left;
        width: 294px;
        margin-top: 0;
        top: 19px;
        margin-bottom: 10px;
    }

    .popup-container.overlay_image .popup-wrapper .hs-form .hs-input::-webkit-input-placeholder {
       color:#989898;
       text-transform: uppercase;
    }

    .popup-container.overlay_image .popup-wrapper .hs-form .hs-input:-moz-placeholder { /* Firefox 18- */
       color:#989898;
       text-transform: uppercase;
    }

    .popup-container.overlay_image .popup-wrapper .hs-form .hs-input::-moz-placeholder {  /* Firefox 19+ */
        color:#989898;
        text-transform: uppercase;
    }

    .popup-container.overlay_image .popup-wrapper .hs-form .hs-input::-ms-input-placeholder { 
       color:#989898; 
       text-transform: uppercase;
    }
    .popup-container.overlay_image .hs-form.stacked .actions {
        padding:0;
        margin: 0;
    }
    .popup-container.overlay_image .hs-form.stacked .hs-field-desc {

    }
    .popup-container.overlay_image .hs-form .hs-button {
        background: #0997db;
        border: 3px solid #fff;
        line-height: 34px;
        padding: 0 14px;
        width: 100%;
        font-family: 'Roboto Condensed', sans-serif;
        text-transform: uppercase;
        font-size: 18px;
        padding: 0;
        margin-left: -2px;
        max-width: 100%;
    }
    .popup-container.overlay_image .hs_submit {
        display: inline-block;
        width: 100%;
        height: 42px;
    }
    .popup-container.overlay_image .hs-form-field {
        display: inline-block;
        margin: 0;
    }
    .popup-container.overlay_image .hs-form.stacked .field {
        margin-bottom: 0;
    }
    .popup-container.overlay_image .hs-field-desc .input {
        position: relative;
    }

    /* BLUE WITH OVERLAY */
    .popup-container.blue_overlay .popup-wrapper {
        padding: 0;
    }
    .popup-container.blue_overlay  .content-header {
        position: relative;
        background: #0996db !important;
    }
    .popup-container.blue_overlay .content-container {
        margin-left: auto;
    }
    .popup-container.blue_overlay .content-container h3 {
        color: #fff;
        text-align: center;
        padding: 40px 60px 0 60px;
    }
    .popup-container.blue_overlay .popup-wrapper {
        width: 650px;
        max-width: 768px;
    }
    .popup-container.blue_overlay .image-content-container {
        color: white;
        padding: 20px 40px;
    }
    .popup-container.blue_overlay .image-content-container p {
        text-align: left;
        padding: 0;
        text-transform: none;
        margin-bottom: 10px;
    }
    .popup-container.blue_overlay .image-content-container ul {
        font-size: 21px;
        line-height: 26px;
    }
    .popup-container.blue_overlay .image-content-container strong {
        font-size: 21px;
        line-height: 26px;
    }
    .popup-container.blue_overlay .sfmore {
        position: absolute;
        left: 0;
        background: #0996db;
        width: 100%;
        bottom: -82px;
    }
    .popup-container.blue_overlay .popup-wrapper .hs-form {
        width: 100%;
        padding: 20px 0;
        margin: auto;
    }
    .popup-container.blue_overlay .popup-wrapper .hs-form.stacked label {
        display:none;
    }
    .popup-container.blue_overlay .popup-wrapper .hbspt-form {
        padding: 0;
    }
    .popup-container.blue_overlay .popup-wrapper .hs-form .hs-input {
        background: #fff;
        color: #2f2f2f;
        text-align: left;
    }
    .popup-container.blue_overlay .popup-wrapper .hs-form .hs-input { 
        background: #fff;
        border: none;
        margin-top: 20px;
        box-shadow: none;
        font-family: 'Roboto Condensed', sans-serif;
        text-transform: none;
        font-size: 18px;
        width: 100%;
        color: #2f2f2f;
        height: 42px;
        line-height: 42px;
        padding: 0 25px;
        text-align: left;
        width: 100%;
        max-width: 100%;
        margin-top: 0;
    }

    .popup-container.blue_overlay .popup-wrapper .hs-form .hs-input::-webkit-input-placeholder {
       color:#989898;
       text-transform: uppercase;
    }

    .popup-container.blue_overlay .popup-wrapper .hs-form .hs-input:-moz-placeholder { /* Firefox 18- */
       color:#989898;
       text-transform: uppercase;
    }

    .popup-container.blue_overlay .popup-wrapper .hs-form .hs-input::-moz-placeholder {  /* Firefox 19+ */
        color:#989898;
        text-transform: uppercase;
    }

    .popup-container.blue_overlay .popup-wrapper .hs-form .hs-input::-ms-input-placeholder { 
       color:#989898; 
       text-transform: uppercase;
    }
    .popup-container.blue_overlay .hs-form.stacked .actions {
        padding:0;
        margin: 0;
    }
    .popup-container.blue_overlay .hs-form.stacked .hs-field-desc {

    }
    .popup-container.blue_overlay .hs-form .hs-button {
        background: #0997db;
        border: 3px solid #fff;
        line-height: 34px;
        padding: 0 14px;
        width: 100%;
        font-family: 'Roboto Condensed', sans-serif;
        text-transform: uppercase;
        font-size: 18px;
        padding: 0;
        margin-left: -2px;
        max-width: 100%;
    }
    .popup-container.blue_overlay .hs_submit {
        display: inline-block;
        padding: 5px 0;
        width: 100%;
        height: auto;
    }
    .popup-container.blue_overlay .hs-form-field {
        display: inline-block;
        width: 540px;
        margin: 0;
    }
    .popup-container.blue_overlay .hs-form.stacked .field div.input{
        padding-right: 50px;
    }
    .popup-container.blue_overlay .hs-form.stacked .field {
        margin-bottom: 0;
        width: 100%;
        height: auto;
        padding: 5px 0;
    }
    .popup-container.blue_overlay .hs-field-desc .input {
        position: relative;
    }

    /* **** */
    .share-suscribe {
        width: 100%;
        display: inline-block;
    }
    .share-suscribe .col-sm-4 {
        text-align: center;
    }
    .suscribe-blue  {
        width: 166px;
        height: 55px;
        background-color:#0996db;
        font-family: 'Roboto Condensed', sans-serif;
        color:#fff;
        font-size: 26px;
        display: inline-block;
        margin:auto;
        line-height: 55px;
    }
    .share-btn {
        background-repeat: no-repeat;
        background-position: center;
    }
    .facebook-btn {
        background-image: url(images/ico.facebook.jpg);
    }
    .twitter-btn {
        background-image: url(images/ico.twitter.jpg);
    }

    .two-column-right .subscribe-groundswell h2 {
        line-height: 32px;
    }
    .two-column-right .subscribe-groundswell h2 b {
        font-size: 35px;
        color: #fff;
    }
    .two-column-right .subscribe-groundswell-inner {
        padding: 13px;
    }
    .two-column-right .subscribe-groundswell-inner span {
        width: 100%;
        display: inline-block;
        color: white;
        font-size: 11px;
        padding-top: 13px;
        line-height: 14px;
    }
    /*.two-column-right .hubspot-form .hs-form .hs-button {
        background: rgba(0,0,0,0) !important;
        outline: 3px solid #fff !important;
    }
    .two-column-right .hubspot-form .hs-form .hs-button:hover {
        background: rgba(0,0,0,0) !important;
    }
    .two-column-right .hubspot-form .hs-input {
        background: white;
        color: #0997da;
        padding:5px 0;
        border: 3px solid #fff;
        margin-left: -3px;
    }
    .two-column-right .cursor {
        background-color: #0997da;
        top: 50%;
        margin-top: 8px;
    }
    .title-test {
        font-weight: bold;
    }
    .two-column-right .hubspot-form .hs-input::-webkit-input-placeholder {
       color: #0997da;
    }

    .two-column-right .hubspot-form .hs-input:-moz-placeholder { 
       color: #0997da; 
    }

    .two-column-right .hubspot-form .hs-input::-moz-placeholder {  
       color: #0997da; 
    }

    .two-column-right .hubspot-form .hs-input:-ms-input-placeholder { 
       color: #0997da; 
    }*/
.wp-caption-text {
    font-style: italic;
    font-size: 13px;
    line-height: 18px;
}
.main-navigation ul .btn-donate{
    background: #0997da ;
}
.main-navigation ul .btn-donate a{
    border-bottom-color: #0997da ;
}
.main-navigation ul .btn-donate:hover{
    background: #2d2d2d ;
}
.join-block{
    display: none;
}