.site-header ::-moz-placeholder{
    color:#999
}
.site-header ::-webkit-input-placeholder{
    color:#999
}
.site-header input[type="search"],.site-header .gform_wrapper .top_label input.small,.site-header .gform_wrapper .top_label select.small{
    background:none;
    border:1px solid #999;
    padding:5px;
    width:160px;
    font-size:15px;
    -webkit-transition:all 0.2s;
    -moz-transition:all 0.2s;
    transition:all 0.2s;
    letter-spacing:0.03em;
    box-shadow:none;
    color:#999;
    font-family:"FontAwesome" !important
}
.site-header .gfct-uses-fa{
    padding:4px !important
}
.site-header .fa-envelope{
    color:#999
}
.site-header input[type="search"]:focus,.site-header .gform_wrapper .top_label input.small:focus,.site-header .gform_wrapper .top_label select.small:focus{
    width:220px;
    border:1px solid #EACF15;
    color:#fff !important
}
.site-header .gform_wrapper{
    margin:0
}
.site-header .gform_wrapper ul.gform_fields,.site-header div.gform_wrapper li,.site-header div.gform_wrapper form li{
    margin:0
}
.site-header .gform_wrapper .top_label .gfield_label{
    display:none
}
.site-header .search-form{
    text-align:right;
    margin-top:0;
    padding:0;
    position:relative
}
.site-header .search-form input[type="search"]{
    font-family:FontAwesome;
    clip:inherit;
    background:transparent;
    color:#999;
    right:10px;
    top:18px;
    border-radius:0
}
.site-header .ginput_container{
    float:right
}
.site-header .gform_footer{
    display:none
}
.site-header .widget-title{
    margin:14px 0 0 15px;
    color:#fff
}
.sidr{
    display:none;
    position:absolute;
    position:fixed;
    top:80px;
    height:100%;
    z-index:999999;
    width:260px;
    overflow-x:none;
    overflow-y:auto;
    font-family:"Lato",sans-serif;
    font-size:14px;
    background:transparent;
    color:#333;
    border-right:10px solid #EACF15
}
.home .sidr{
    top:0
}
.sidr .sidr-inner{
    list-style-type:none;
    padding:20px
}
.sidr .sidr-inner>p{
    margin-left:15px;
    margin-right:15px
}
.sidr.right{
    left:auto;
    right:-260px
}
.sidr.left{
    left:-260px;
    right:auto
}
.sidr h1,.sidr h2,.sidr h3,.sidr h4,.sidr h5,.sidr h6{
    font-size:11px;
    font-weight:normal;
    padding:0 15px;
    margin:0 0 5px;
    color:#333;
    line-height:24px
}
.sidr p{
    font-size:13px;
    margin:0 0 12px
}
.sidr p a{
    color:rgba(51,51,51,0.9)
}
.sidr>p{
    margin-left:15px;
    margin-right:15px
}
.sidr ul{
    display:block;
    margin:0 0 15px;
    padding:0;
    border-top:1px solid #dfdfdf;
    border-bottom:1px solid #fff
}
.sidr li{
    color:#333 !important;
    text-transform:uppercase;
    font-weight:300;
    line-height:48px
}
.sidr li a{
    color:#333;
    font-weight:300
}
.sidr a:hover{
    color:#01ACDA !important
}
.sidr ul li{
    display:block;
    margin:0;
    line-height:48px;
    border-top:1px solid #fff;
    border-bottom:1px solid #dfdfdf;
    color:#333;
    text-transform:uppercase;
    font-weight:300
}
.sidr ul li:hover,.sidr ul li.active,.sidr ul li.sidr-class-active{
    color:#005C74
}
.sidr ul li a,.sidr ul li span{
    padding:0 15px;
    display:block;
    text-decoration:none;
    color:#333;
    text-transform:uppercase;
    font-weight:300
}
.sidr ul li ul{
    border-bottom:none;
    margin:0
}
.sidr ul li ul li{
    line-height:40px;
    font-size:13px
}
.sidr ul li ul li:last-child{
    border-bottom:none
}
.sidr ul li ul li:hover,.sidr ul li ul li.active,.sidr ul li ul li.sidr-class-active{
    border-top:none;
    line-height:41px
}
.sidr ul li ul li a,.sidr ul li ul li span{
    color:rgba(51,51,51,0.8);
    padding-left:30px
}
.sidr form{
    margin:0 15px
}
.sidr label{
    font-size:13px
}
.sidr input[type="text"],.sidr input[type="password"],.sidr input[type="date"],.sidr input[type="datetime"],.sidr input[type="email"],.sidr input[type="number"],.sidr input[type="search"],.sidr input[type="tel"],.sidr input[type="time"],.sidr input[type="url"],.sidr textarea,.sidr select{
    width:100%;
    font-size:13px;
    padding:5px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    margin:0 0 10px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    -ms-border-radius:2px;
    -o-border-radius:2px;
    border-radius:2px;
    border:none;
    background:rgba(0,0,0,0.1);
    color:rgba(51,51,51,0.6);
    display:block;
    clear:both
}
.sidr input[type=checkbox]{
    width:auto;
    display:inline;
    clear:none
}
.sidr input[type=button],.sidr input[type=submit]{
    color:#f8f8f8;
    background:#333
}
.sidr input[type=button]:hover,.sidr input[type=submit]:hover{
    background:rgba(51,51,51,0.9)
}
#menu-main{
    display:none
}
a img{
    margin-bottom:0
}
.overlay{
    background:-moz-linear-gradient(top, transparent 0%, rgba(0,0,0,0.65) 39%, rgba(0,0,0,0.65) 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(39%, rgba(0,0,0,0.65)), color-stop(100%, rgba(0,0,0,0.65)));
    background:-webkit-linear-gradient(top, transparent 0%, rgba(0,0,0,0.65) 39%, rgba(0,0,0,0.65) 100%);
    background:-o-linear-gradient(top, transparent 0%, rgba(0,0,0,0.65) 39%, rgba(0,0,0,0.65) 100%);
    background:-ms-linear-gradient(top, transparent 0%, rgba(0,0,0,0.65) 39%, rgba(0,0,0,0.65) 100%);
    background:linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 39%,rgba(0,0,0,0.65) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 )
}
.page .featured-single .entry-header{
    padding:150px 0 50px
}
.featured-single .wrap{
    display:table;
    max-width:768px;
    text-align:center
}
.featured-single .entry-header{
    display:table-cell;
    font-size:20px;
    padding:200px 0 50px;
    vertical-align:middle;
    width:100%
}
.featured-single .entry-header .entry-title{
    color:#fff;
    font-size:60px;
    text-shadow:3px 3px rgba(0,0,0,0.1);
    font-weight:900;
    line-height:1em
}
.featured-single .post-excerpt{
    color:#fff;
    font-size:18px;
    display:inline-block;
    margin:30px 0
}
#no-thumbnail{
    background-color:#F0F0F0;
    border-bottom:10px solid #EACF15
}
#no-thumbnail .wrap{
    height:auto
}
#no-thumbnail .entry-header{
    padding:0;
    padding-top:100px
}
#no-thumbnail .entry-header .entry-title{
    color:#333;
    text-shadow:none
}
#no-thumbnail .post-excerpt{
    color:#333
}
.site-header .wrap{
    padding:10px 0
}
.single-post .site-title a,.single-post .site-title a:hover{
    color:#ddd
}
.single-post .nav-header .genesis-nav-menu a{
    color:#fff
}
.single-post .nav-header .genesis-nav-menu a:hover{
    color:#ddd
}
.home .site-header{
    position:relative;
    width:100%;
    z-index:999
}
.home .site-inner{
    margin-top:0
}
.arrow{
    margin:0;
    text-align:center;
    width:100%
}
.arrow a{
    background:transparent;
    display:inline-block;
    padding:13px 10px 6px;
    text-align:center;
    line-height:1;
    border:5px solid #EACF15
}
.arrow a:before{
    -webkit-font-smoothing:antialiased;
    color:#EACF15;
    content:"\f347";
    font:normal 40px/1 'dashicons';
    height:40px;
    width:40px
}
.arrow a:hover{
    background-color:rgba(255,255,255,0.5)
}
.arrow a:focus{
    outline:none
}
@media only screen and (max-width: 480px){
    .featured-single .entry-header .entry-title{
        font-size:20px
    }
    .featured-single .post-excerpt{
        font-size:14px;
        line-height:1.2em
    }
    .featured-single .arrow a:before{
        font:20px/1 "dashicons";
        height:20px;
        width:20px
    }
}
.dashicons{
    line-height:inherit !important
}
.social-sharer{
    display:table;
    margin:0 auto
}
.share-love{
    float:left;
    height:42px;
    margin-right:2px;
    margin-bottom:2px;
    padding:0 10px 0 10px;
    line-height:41px;
    background-color:#333
}
.share-facebook{
    float:right;
    height:42px;
    margin-right:4px;
    margin-bottom:2px;
    padding:0 10px 0 10px;
    line-height:41px;
    background-color:#3b5998
}
.share-twitter{
    float:right;
    font-size:14px;
    height:42px;
    margin-right:4px;
    margin-bottom:2px;
    padding:0 10px 0 10px;
    line-height:41px;
    background-color:#00aced
}
.share-google{
    float:right;
    height:42px;
    margin-right:4px;
    margin-bottom:2px;
    padding:0 10px 0 10px;
    line-height:41px;
    background-color:#dd4b39
}
.share-linkedin{
    float:right;
    height:42px;
    margin-right:4px;
    margin-bottom:2px;
    padding:0 10px 0 10px;
    line-height:41px;
    background-color:#1A85BC
}
.share-text .fa-linkedin{
    padding-right:3px
}
.share-text,.share-text-twitter{
    color:#ffffff;
    font-size:14px
}
.fa-linkedin{
    display:inline-block;
    width:20px;
    height:20px;
    font-size:20px
}
@media only screen and (max-width: 422px){
    .share-facebook,.share-twitter,.share-google,.share-linkedin{
        float:left
    }
}
.share-facebook:hover,.share-twitter:hover,.share-google:hover,.share-linkedin:hover{
    opacity:0.9
}
.home-featured{
    margin-bottom:0;
    border-bottom:0
}
.home-featured .widget{
    padding:0
}
.home-featured-posts{
    width:100%
}
.home-featured .widget-wrap{
    position:relative
}
.home-featured .category-display-label{
    display:none
}
.home-featured .category-display{
    position:absolute;
    top:0;
    left:0;
    background-color:rgba(234,207,21,0.9);
    color:#fff;
    font-size:12px;
    line-height:2em;
    padding:5px;
    border:0;
    font-weight:700;
    display:none
}
.home-featured-posts .listing-item:hover .category-display{
    display:inherit;
    -webkit-transition:opacity .4s ease-in-out;
    -moz-transition:opacity .4s ease-in-out;
    -ms-transition:opacity .4s ease-in-out;
    -o-transition:opacity .4s ease-in-out;
    transition:opacity .4s ease-in-out
}
.home-featured .entry-header,.home-featured .title{
    position:absolute;
    top:110px;
    right:0;
    text-align:right
}
.home-featured .entry-title,.home-featured .title{
    margin-bottom:0;
    background-color:rgba(1,192,244,0.95);
    padding:5px;
    font-size:22px;
    line-height:1em;
    color:#fff;
    font-weight:400
}
.home-featured .entry-header a{
    color:#fff;
    font-weight:400
}
.home .featured-content .entry{
    border-bottom:0
}
.home-featured .fp-post-grid .listing-item{
    width:31.6239%;
    float:left;
    margin-left:2.5641%;
    margin-bottom:25px;
    position:relative
}
.home-featured .fp-post-grid .listing-item:nth-of-type(3n+1){
    margin-left:0
}
@media only screen and (min-width: 481px) and (max-width: 767px){
    .home-featured .fp-post-grid .listing-item{
        width:48.717%
    }
    .home-featured .fp-post-grid .listing-item:nth-of-type(3n+1){
        margin-left:2.5%
    }
    .home-featured .fp-post-grid .listing-item:nth-of-type(2n+1){
        margin-left:0
    }
}
@media only screen and (max-width: 480px){
    .home-featured .fp-post-grid .listing-item{
        float:none;
        margin-left:0
    }
}
body{
    font-family:"Lato",sans-serif;
    font-weight:400;
    color:#333;
    background-color:#F0F0F0
}
::-moz-selection{
    background-color:#005C74;
    color:#fff
}
::selection{
    background-color:#005C74;
    color:#fff
}
a{
    color:#01ACDA
}
a:hover{
    color:#005C74
}
blockquote,blockquote::before{
    color:#333
}
blockquote::before{
    font-size:50px;
    top:-20px;
    color:#00C1F6 !important
}
h1,h2,h3,h4,h5,h6{
    font-family:"Lato",sans-serif;
    color:#333
}
button,input[type="button"],input[type="reset"],input[type="submit"],.button,.entry-content .button,a.cta-button,input.cta-button{
    background:transparent;
    clear:both;
    font-family:"Lato",sans-serif;
    font-size:18px;
    font-weight:400;
    letter-spacing:1px;
    margin-top:20px;
    padding:15px 25px;
    text-transform:uppercase;
    border:1px solid #002A35;
    color:#333;
    border-radius:0 !important
}
button:hover,input:hover[type="button"],input:hover[type="reset"],input:hover[type="submit"],.button:hover,.entry-content .button:hover,a.cta-button:hover,input.cta-button:hover{
    background-color:#EACF15;
    color:#fff !important
}
input,select,textarea{
    font-family:"Lato",sans-serif;
    font-weight:300;
    border:1px solid #002A35;
    color:#333;
    border-radius:0;
    background-color:transparent
}
input:focus,textarea:focus{
    border:1px solid #005C74
}
table tr{
    border-bottom:3px solid #2D3033
}
table tbody{
    border-bottom:none !important
}
table td{
    border:none !important
}
table .tr-child{
    border-bottom:none !important
}
input::-webkit-input-placeholder{
    color:#ddd
}
input:-moz-placeholder{
    color:#ddd
}
input::-moz-placeholder{
    color:#ddd
}
input:-ms-input-placeholder{
    color:#ddd
}
input[placeholder]{
    color:#ddd
}
strong{
    font-weight:600
}
.arve-play-background,.arve-play-background:focus,.arve-play-background:hover{
    border:0 !important
}
.entry{
    margin-bottom:0
}
.entry-title{
    font-size:2em;
    line-height:1em;
    word-wrap:break-word;
    text-transform:uppercase
}
.entry-title a{
    font-weight:300
}
.entry-title a:hover{
    color:#005C74
}
.entry-content{
    padding:40px 0 0
}
.enews-widget input[type="submit"]{
    background-color:#005C74
}
.author-box-title{
    font-family:"Lato",sans-serif;
    font-weight:400
}
.site-header{
    background-color:rgba(45,48,51,0.9);
    border-bottom:0
}
.site-header .wrap{
    max-width:none;
    padding:10px 60px
}
/*.home .site-container{
    margin-top:-209px
}
.home .site-header{
    background-color:rgba(45,48,51,0.75);
    position:relative;
    top:209px
}*/
.home .featured-single{
    display:none
}
.site-title a{
    color:#fff
}
.site-title a:hover{
    color:#01C0F4
}
.site-title{
    font-family:"Lato",sans-serif
}
.home .site-title a{
    background-image:url("http://createquity.com/wp-content/uploads/2016/04/createquity-logo-650x306-2x.png");
    text-indent:-9999px;
    display:block;
    height:153px;
    max-width:325px;
    width:325px;
    background-size:325px 153px
}
.home .title-area{
    padding:18px 0
}
.site-title a{
    background-image:url("http://createquity.com/wp-content/uploads/2016/04/createquity-logo-213x100-2x.png");
    text-indent:-9999px;
    display:block;
    max-width:106px;
    height:50px;
    background-size:106px 50px
}
.title-area{
    padding:0
}
.header-image .title-area{
    padding-top:0
}
.site-header .header-widget-area{
    width:auto;
    padding:0 0 0 10px
}
.site-header .header-widget-area section{
    display:inline-block
}
.site-header .header-widget-area .gform_wrapper label.gfield_label+div.ginput_container{
    margin-top:0
}
.site-header .header-widget-area #simple-social-icons-2{
    overflow:inherit !important;
    margin-top:0px;
    margin-right:5px
}
.site-header .header-widget-area #simple-social-icons-2 ul li{
    position:relative;
    top:12px;
    margin:0px 3px 12px !important
}
.site-header .header-widget-area .search-form{
    margin-right:10px
}
.home .header-left{
    position:absolute;
    top:63px;
    left:0
}
.header-left{
    position:absolute;
    left:10px;
    top:8px
}
.home .about-createquity{
    margin-top:72px
}
.home .about-createquity .textwidget{
    color:#fff;
    font-family:"Lato",sans-serif;
    font-size:1.3em;
    line-height:1.3em;
    text-align:right
}
.home .about-createquity .widget-area{
    width:500px
}
.site-inner{
    background-color:transparent;
    padding-top:110px
}
.home .site-inner{
    padding-top:0 !important;
    margin-top:0 !important
}
.single-post.has-featured-image .site-inner{
    padding-top:30px
}
.single-post .site-inner{
    padding-top:30px
}
.page .site-inner{
    padding-top:30px
}
.site-tagline{
    background-color:#2D3033;
    border-bottom:0
}
.site-tagline p{
    color:#D1D1D1;
    font-family:'Lustria', serif;
    margin:0;
    text-align:center
}
.site-tagline-left{
    width:100%
}
#menu-main{
    font-family:"Lato",sans-serif
}
#menu-main a{
    color:#000
}
#menu-main a:hover,#menu-main .current-menu-item>a,#menu-main .sub-menu .current-menu-item>a:hover{
    color:#01C0F4
}
.site-header .sub-menu{
    border-top:0
}
#menu-main .sub-menu a{
    background-color:#F0F0F0;
    border:1px solid #002A35
}
#menu-main .sub-menu:last-child{
    border-bottom:1px solid #002A35
}
.nav-primary .sub-menu a:hover{
    color:#01C0F4
}
#responsive-menu-icon:before{
    color:#fff
}
.home .content,.home .sidebar{
    display:none
}
.announcements .entry-title{
    font-size:18px !important
}
.announcements .entry-title a{
    color:#01ACDA
}
.announcements .entry-title a:hover{
    color:#005C74
}
.announcements .alignleft{
    margin:0px 24px 5px 0px
}
.widget-area .entry-content{
    padding:0
}
.ce-post-meta{
    margin:0 auto;
    text-align:center
}
.single .avatar{
    margin-right:20px;
    border-radius:50%;
    float:none;
    border:3px solid #E6E6E6
}
.multi-author-avatars img:last-child{
    margin-right:0
}
.learn-more-cut{
    width:100%;
    text-align:center;
    margin-bottom:30px
}
.learn-more-cut .button{
    margin-top:0
}
.cloud-wrap{
    padding-bottom:30px;
    margin-bottom:30px;
    background:url("http://createquity.com/wp-content/uploads/2014/09/ce-blue-dot-tiny-left.png") repeat-x scroll 0px 100% transparent
}
.cloud-wrap h3{
    margin-bottom:0
}
.cloud-wrap .tag-cloud{
    padding-bottom:20px
}
.cloud-wrap a{
    background-color:#01C0F4;
    color:#fff;
    padding:5px;
    line-height:2em
}
.cloud-wrap a:hover{
    background-color:#EACF15;
    color:#333
}
.blog .read-more,.search-results .read-more,.archive .read-more{
    display:table;
    text-align:center;
    background:transparent;
    clear:both;
    font-family:"Lato",sans-serif;
    font-size:18px;
    font-weight:400;
    letter-spacing:1px;
    margin-top:20px;
    padding:10px 20px;
    text-transform:uppercase;
    border:1px solid #002A35;
    color:#333;
    border-radius:0 !important;
    margin:20px auto
}
.blog .read-more:hover,.search-results .read-more:hover,.archive .read-more:hover{
    background-color:#EACF15;
    color:#333
}
.blog .entry-content,.search-results .entry-content,.archive .entry-content{
    padding-bottom:0;
    padding-top:20px
}
.blog .entry,.search-results .entry,.archive .entry{
    margin-bottom:40px;
    padding-bottom:20px;
    background:url("http://createquity.com/wp-content/uploads/2014/09/ce-blue-dot-tiny-left.png") repeat-x scroll 0px 100% transparent
}
.blog .entry-title,.blog .cloud-wrap h3,.search-results .entry-title,.search-results .cloud-wrap h3,.archive .entry-title,.archive .cloud-wrap h3{
    text-align:center
}
.blog .entry-title a,.search-results .entry-title a,.archive .entry-title a{
    color:#01ACDA
}
.blog .entry-title a:hover,.search-results .entry-title a:hover,.archive .entry-title a:hover{
    color:#005C74
}
.blog .entry-footer,.search-results .entry-footer,.archive .entry-footer{
    padding-top:0
}
.content{
    background-color:#F0F0F0;
    padding:40px;
    -webkit-box-shadow:0px 1px 3px 0px rgba(211,211,211,0.5);
    -moz-box-shadow:0px 1px 3px 0px rgba(211,211,211,0.5);
    box-shadow:0px 1px 3px 0px rgba(211,211,211,0.5)
}
.features{
    background-size:cover;
    position:relative;
    top:-94px;
    min-height:500px;
    max-height:500px;
    overflow:hidden;
    display:block
}
.features img{
    position:absolute;
    top:0;
    left:0;
    width:100%
}
.pagination li a{
    border-radius:0;
    background-color:#01C0F4;
    font-family:"Lato",sans-serif
}
.pagination li a:hover,.pagination li.active a{
    background-color:#EACF15
}
.single-post .site-inner .wrap,.blog .site-inner .wrap,.archive .site-inner .wrap,.search-results .site-inner .wrap{
    max-width:800px;
    margin:0 auto
}
.entry-header .avatar{
    margin-right:20px;
    border-radius:50%;
    border:4px solid #ddd
}
.pullquote{
    font-family:Lato;
    text-transform:uppercase;
    border-top:3px solid #00C1F6;
    border-bottom:3px solid #00C1F6;
    padding:10px 0px;
    margin-bottom:20px;
    font-size:18px;
    font-weight:600
}
.entry-footer{
    clear:both;
    padding-top:30px
}
.archive .entry-footer{
    padding-top:0
}
.archive .entry-content{
    padding:0
}
.rel-posts{
    list-style-type:none
}
.rel-posts li{
    line-height:1.2em;
    padding-bottom:5px;
    font-size:1.1em
}
.rel-posts li a{
    font-size:1.1em
}
.single-post .entry-categories,.single-post .entry-tags{
    text-transform:uppercase;
    font-family:"Lato",sans-serif
}
.single-post .entry-categories a,.single-post .entry-tags a{
    text-transform:none;
    font-family:"Lato",sans-serif;
    margin-left:5px
}
.site-footer{
    padding:20px 0;
    background-color:#01ACDA;
    color:#fff;
    border-top:3px solid #EACF15
}
.site-footer .nav-secondary .sub-menu a:hover{
    color:#005C74
}
.site-footer p{
    font-family:"Lato",sans-serif;
    color:#fff
}
.site-footer a{
    color:#EACF15
}
.site-footer a:hover{
    text-decoration:underline
}
.footer-widgets{
    background-color:#F0F0F0;
    color:#333;
    margin-top:30px;
    border-top:10px solid #EACF15
}
.footer-widgets .wrap{
    border-bottom:0
}
.archive .footer-widgets .entry-title,.footer-widgets .entry-title{
    text-align:left
}
.widget-title,.widgettitle{
    text-transform:uppercase
}
.issues-wrap .widgettitle,.announcements-wrap .widgettitle,.twitter-wrap .widgettitle,.fp-donate-wrap .widgettitle,.single .widgettitle,.crp_related .widgettitle,.home-featured .widgettitle{
    background:url("http://createquity.com/wp-content/uploads/2014/09/ce-blue-dot-tiny.png") repeat-x scroll 0px 100% transparent;
    line-height:2em
}
.twitter-wrap .textwidget{
    text-align:center
}
.crp_related ul{
    margin-left:0
}
.crp_related li{
    list-style-type:none !important
}
.footer-widgets .widget-title,.home-featured .widget-title{
    color:#333;
    border-bottom:none;
    margin-bottom:16px;
    background:url("http://createquity.com/wp-content/uploads/2014/09/ce-blue-dot-tiny-left.png") repeat-x scroll 0px 100% transparent;
    line-height:2em;
    font-size:1.2em
}
.footer-widgets .entry{
    background:none !important
}
.footer-widgets a{
    color:#01C0F4;
    text-transform:none;
    font-weight:400
}
.footer-widgets a:hover{
    color:#005C74
}
.footer-widgets .entry-title{
    font-family:"Lato",sans-serif;
    font-size:14px !important;
    margin-bottom:10px
}
.footer-widgets .entry-title a{
    font-color:#ddd
}
.footer-widgets .entry{
    margin:0 !important;
    padding:0 !important;
    border:0 !important
}
.footer-widgets .more-from-category a{
    background:transparent;
    clear:both;
    font-family:"Lato",sans-serif;
    font-size:18px;
    font-weight:400;
    letter-spacing:1px;
    margin-top:20px;
    padding:10px 20px;
    text-transform:uppercase;
    border:1px solid #002A35;
    color:#333;
    border-radius:0 !important;
    font-size:14px;
    margin:10px auto;
    display:block;
    padding:5px 10px;
    text-align:center
}
.footer-widgets .more-from-category a:hover{
    background-color:#EACF15;
    color:#333
}
.footer-widgets-4,.footer-widgets-5,.footer-widgets-6,.footer-widgets-7{
    width:340px
}
.footer-widgets-5{
    clear:both
}
.footer-widgets-5 {
	margin-right:60px;
}
/*.footer-widgets-5{
    margin-right:30px
}*/
.footer-widgets-4,.footer-widgets-5,.footer-widgets-6{
    float:left
}
.footer-widgets-7{
    float:right
}
.textwidget{
    font-size:14px
}
.mc4wp-form{
    margin:0
}
.mc4wp-form input{
    vertical-align:top
}
.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{
    width:75%;
    display:inline
}
.widget_mc4wp_widget .cta-button{
    padding:8.8px;
    margin:0;
    width:20%;
    position:relative
}
.menu-toggle,.sub-menu-toggle{
    display:block
}
.menu-toggle,.sub-menu-toggle{
    display:block;
    font-size:18px;
    font-weight:300;
    margin:0 auto;
    overflow:hidden;
    padding:20px;
    text-align:center;
    visibility:visible;
    background-color:transparent;
    color:#01C0F4;
    font-weight:300;
    border:0 !important;
    z-index:8000
}
.menu-toggle:hover,.sub-menu-toggle:hover{
    background-color:transparent;
    color:#EACF15 !important
}
.home .menu-toggle{
    font-size:3rem;
    padding:0 1rem
}
.menu-toggle{
    font-size:3rem;
    padding:0;
    position:fixed;
    top:0;
}
.sub-menu-toggle{
    font-size:1.8rem;
    padding:2rem
}
.sub-menu-toggle{
    padding:0;
    position:absolute;
    right:0;
    top:0.3em
}
.menu-toggle:before{
    content:"\2261"
}
.sub-menu-toggle:before{
    content:"+"
}
.sub-menu-toggle.activated:before{
    content:"-"
}
#menu-main .menu-item{
    display:block;
    position:relative;
    text-align:center
}
#menu-main .menu-item:hover{
    position:relative
}
#menu-main .sub-menu{
    clear:both;
    display:none;
    opacity:1;
    position:static;
    width:100%;
    border-bottom:1px solid #0A476A
}
#menu-main .sub-menu a{
    border-left:0;
    position:relative;
    width:auto;
    border:none;
    background-color:#2D3033
}
#menu-main .sub-menu .sub-menu{
    margin:0
}
#menu-main .sub-menu .sub-menu a{
    background-color:#f5f5f5;
    padding-left:30px
}
#menu-main .sub-menu .sub-menu .sub-menu a{
    background-color:#fff;
    padding-left:40px
}
#menu-main a:hover,#menu-main .current-menu-item>a{
    color:#333
}
.site-header .gform_confirmation_message{
    color:#fff
}
.gform_wrapper .gfield_required{
    display:none
}
.once-donate-form_wrapper .instruction{
    display:none
}
.once-donate-form_wrapper input[placeholder]{
    color:#333;
    font-size:14px !important
}
.once-donate-form_wrapper ::-webkit-input-placeholder{
    color:#333;
    font-size:14px !important
}
.once-donate-form_wrapper :-moz-placeholder{
    opacity:1;
    color:#333;
    font-size:14px !important
}
.once-donate-form_wrapper ::-moz-placeholder{
    opacity:1;
    color:#333;
    font-size:14px !important
}
.once-donate-form_wrapper :-ms-input-placeholder{
    color:#333;
    font-size:14px !important
}
.once-donate-form_wrapper input:-moz-placeholder{
    color:#333;
    font-size:14px !important
}
.fp-donate .gform_wrapper form{
    text-align:center
}
.fp-donate #gform_wrapper_1,.fp-donate #gform_wrapper_3,.fp-donate .donation-divider{
    float:left;
    width:50%
}
.fp-donate .gform_wrapper .gform_heading{
    display:none
}
.fp-donate .gform_wrapper .top_label input.medium,.fp-donate .gform_wrapper .top_label select.medium,.fp-donate .gform_wrapper.gf_browser_gecko select{
    width:65%;
    padding:5px;
    height:35px
}
.fp-donate .gfield_select{
    font-size:16px
}
.fp-donate .ginput_container{
    float:none;
    display:inline;
    height:30px;
    vertical-align:top
}
.fp-donate .button{
    margin-top:0px;
    padding:5px 10px;
    border-radius:40px !important;
    border:1px solid #01C0F4;
    background-color:#01C0F4;
    color:#fff
}
.fp-donate .button:hover{
    background-color:#EACF15;
    color:#005C74 !important;
    border:1px solid #005C74
}
.fp-donate .gform_wrapper .gform_footer{
    margin-top:0
}
.fp-donate .monthly-donate-form_wrapper{
    border-right:1px solid #01C0F4
}
.fp-donate .support-text{
    font-size:20px;
    font-family:"Lato",sans-serif;
    font-weight:400;
    max-width:75%;
    margin:0 auto;
    text-align:center;
    line-height:1.1em
}
.fp-donate .support-bold{
    font-weight:500;
    color:#01C0F4
}
.post-donation .widget-title{
    margin-bottom:15px
}
.post-donation .monthly-donate-form,.post-donation .once-donate-form{
    text-align:center
}
.post-donation li{
    text-align:center !important
}
.post-donation #gform_wrapper_1,.post-donation #gform_wrapper_3{
    float:left;
    width:50%
}
.post-donation .gform_wrapper .gform_heading{
    display:none
}
.post-donation .gform_wrapper .top_label input.medium,.post-donation .gform_wrapper .top_label select.medium,.post-donation .gform_wrapper.gf_browser_gecko select{
    width:65%;
    padding:5px;
    height:35px
}
.post-donation .gfield_select{
    font-size:16px
}
.post-donation .ginput_container{
    float:none;
    display:inline;
    height:30px;
    vertical-align:top
}
.post-donation .button{
    margin-top:0px;
    padding:5px 10px;
    border-radius:40px !important;
    border:1px solid #01C0F4;
    background-color:#01C0F4;
    color:#fff
}
.post-donation .button:hover{
    background-color:#01C0F4;
    color:#005C74 !important;
    border:1px solid #005C74
}
.post-donation .gform_wrapper .gform_footer{
    margin-top:0
}
.post-donation .monthly-donate-form_wrapper{
    border-right:1px solid #01C0F4
}
.post-donation .support-text{
    font-size:20px;
    font-family:"Lato",sans-serif;
    font-weight:300;
    max-width:75%;
    margin:0 auto;
    text-align:center;
    line-height:1.1em
}
.post-donation .support-bold{
    font-weight:500;
    color:#01C0F4
}
#genesis-responsive-slider{
    border:none !important;
    padding:0 !important
}
.home .site-tagline{
    margin-top:0
}
#genesis-responsive-slider .flex-control-nav li a,#genesis-responsive-slider .flex-direction-nav li a{
    border-bottom:none
}
#genesis-responsive-slider .flex-direction-nav li .prev{
    left:0 !important
}
#genesis-responsive-slider .flex-direction-nav li .next{
    right:0 !important
}
#genesis-responsive-slider .flexslider .slides img{
    width:100%
}
#genesis-responsive-slider .flexslider{
    max-width:100%;
    margin:0;
    border:0;
    border-radius:0;
    box-shadow:none
}
#genesis-responsive-slider .slide-excerpt{
    background-color:transparent !important;
    margin-right:0 !important;
    width:90%
}
#genesis-responsive-slider .slide-excerpt-border{
    border:0 !important;
    margin:0 !important;
    padding-right:0 !important;
    float:none
}
#genesis-responsive-slider .slide-excerpt-border h2,#genesis-responsive-slider .slide-excerpt-border p{
    color:#fff;
    text-align:right
}
#genesis-responsive-slider .slide-excerpt-border h2 a{
    background-color:rgba(1,192,244,0.95);
    color:#fff;
    font-size:1.6em;
    font-weight:400;
    padding:9px 60px;
    line-height:1em;
    display:inline-block
}
#genesis-responsive-slider .slide-excerpt-border p{
    background-color:rgba(1,192,244,0.95);
    font-size:1.6em;
    line-height:1.2em;
    padding:20px 60px;
    position:relative
}
#genesis-responsive-slider .slide-excerpt-border p a{
    position:absolute;
    left:-200px;
    bottom:0px;
    background-color:rgba(1,192,244,0.95);
    clear:both;
    font-family:"Lato",sans-serif;
    font-size:18px;
    font-weight:400;
    letter-spacing:1px;
    padding:10px 20px;
    text-transform:uppercase;
    border:3px solid #01C0F4 !important;
    color:#fff;
    border-radius:0 !important
}
#genesis-responsive-slider .slide-excerpt-border a:hover{
    background-color:#EACF15;
    color:#333
}
.single-issues .entry-categories,.single-issues .crp_related{
    display:none
}
.issues-slider .caption-wrap{
    background-color:rgba(1,192,244,0.95) !important;
    padding:5px
}
.issues-slider .caption{
    font-family:"Lato",sans-serif !important;
    color:#fff !important;
    font-weight:300 !important
}
.issues-slider .caption strong{
    font-size:2em !important
}
.issues-slider .caption a{
    color:#fff !important;
    text-decoration:none;
    font-weight:300
}
.twitter-timeline #twitter-widget-0{
    background-color:#F0F0F0
}
@media only screen and (max-width: 1350px){
    #genesis-responsive-slider .slide-excerpt-border h2 a{
        font-size:1.2em
    }
    #genesis-responsive-slider .slide-excerpt-border p{
        font-size:1.2em
    }
    .home-featured-posts .entry-title,.home-featured-posts .title{
        font-size:20px
    }
}
@media only screen and (max-width: 1179px){
    #genesis-responsive-slider .slide-excerpt-border h2 a{
        font-size:1em
    }
    #genesis-responsive-slider .slide-excerpt-border p{
        font-size:1em
    }
    .footer-widgets-4,.footer-widgets-5,.footer-widgets-6,.footer-widgets-7{
        width:200px
    }
}
@media only screen and (max-width: 1023px){
    .home .site-container{
        margin-top:0
    }
    .home .site-header{
        top:0;
        background-color:#2D3033;
    }
    .site-header .wrap{
        padding:10px 30px 0 50px
    }
    .home .site-header .wrap{
        padding:10px 30px
    }
    .home .site-title a{
        margin:0 auto;
        background:url("http://createquity.com/wp-content/uploads/2016/04/createquity-logo-213x100-2x.png") no-repeat;
        background-size:106px 50px;
        max-width:106px;
        width:106px;
        height:50px
    }
    .home .title-area{
        padding:0;
        width:100%
    }
    .title-area{
        width:106px
    }
    .home .site-header .widget-area{
        float:none;
        margin:0 auto
    }
    .site-header .widget-area{
        float:right
    }
    .site-header .search-form{
        width:auto
    }
    .home .about-createquity{
        margin:10px 0
    }
    .home .about-createquity .widget-area{
        width:85%
    }
    .home .about-createquity .textwidget{
        text-align:center;
        font-size:1em;
        line-height:1.1em
    }
    .home .header-left{
        top:36px
    }
    .home-slider{
        margin-top:0
    }
    .home-featured-posts{
        width:100% !important;
        padding:0
    }
    .home-featured-posts img{
        width:100%
    }
    .home-featured-posts a{
        width:100%
    }
    .home-featured-posts .entry-header{
        top:50%
    }
    .home-featured-posts .entry-header a,.home-featured-posts .title{
        display:inline-block;
        padding:10px 60px;
        font-size:1.5em;
        line-height:1em
    }
    .issues-wrap,.announcements-wrap{
        width:100%
    }
    .footer-widgets-4,.footer-widgets-5,.footer-widgets-6,.footer-widgets-7{
        width:100%
    }
    .simple-social-icons ul{
        float:none;
        display:inline-block;
        text-align:center
    }
    .featured-single .entry-header{
        width:90%
    }
    .featured-single .entry-header .entry-title{
        font-size:42px
    }
    .sidr{
        border-right:0
    }
}
@media only screen and (max-width: 768px){
    .blog .content{
        margin-top:60px
    }
    .widget_search,.site-header .gform_widget{
        float:none;
        height:28px;
        vertical-align:top;
        padding-top:9px
    }
    .widget_search section,.site-header .gform_widget section{
        display:inline
    }
    .widget_search section .widget-wrap,.site-header .gform_widget section .widget-wrap{
        width:50%
    }
    .home .widget_search,.home .site-header .gform_widget{
        padding-top:11px
    }
    .home .site-header{
        background-color:#2D3033
    }
    .home .site-header input[type="search"],.home .site-header .gform_wrapper .top_label input.small,.home .site-header .gform_wrapper .top_label select.small{
        width:100px !important
    }
    .home .site-header input[type="search"]:focus,.home .site-header .gform_wrapper .top_label input.small:focus,.home .site-header .gform_wrapper .top_label select.small:focus{
        width:160px !important
    }
    .site-header input[type="search"],.site-header .gform_wrapper .top_label input.small,.site-header .gform_wrapper .top_label select.small{
        width:26px;
        font-size:13px
    }
    .site-header input[type="search"]:focus,.site-header .gform_wrapper .top_label input.small:focus,.site-header .gform_wrapper .top_label select.small:focus{
        width:160px
    }
    .home .header-left{
        top:0
    }
    .menu-toggle{
        padding:0 5px !important
    }
    #genesis-responsive-slider .slide-excerpt-border p{
        display:none
    }
    #genesis-responsive-slider .slide-excerpt-border h2 a{
        padding:9px 30px
    }
    .home-featured .widget-area,.footer-widgets #sponsor-list{
        padding-left:5%;
        padding-right:5%
    }
    .home-featured-posts .entry-header a,.home-featured-posts .title{
        font-size:1.2em;
        padding:10px 30px
    }
    .site-inner{
        padding:0
    }
    .archive .site-inner,.category .site-inner,.page .site-inner,.search-results .site-inner{
        padding-top:60px
    }
    .content{
        padding:40px
    }
    .archive .entry-title,.category .entry-title,.page .entry-title{
        font-size:1.8em
    }
    .archive .entry-image,.category .entry-image,.page .entry-image,.search-results .entry-image{
        max-width:50%
    }
    .home .entry-image{
        max-width:100% !important;
        width:100% !important
    }
    .featured-single .entry-header{
        padding:100px 0 50px
    }
    .featured-single .entry-header .entry-title{
        font-size:30px
    }
    .featured-single .post-excerpt{
        font-size:16px;
        line-height:1.3em
    }
    .rel-posts{
        padding-bottom:40px
    }
}
@media only screen and (max-width: 480px){
    body{
        font-size:18px
    }
    .site-header{
        padding-bottom:0
    }
    .home .title-area{
        width:100%
    }
    .site-title a{
        margin:0 auto
    }
    .site-header .wrap{
        padding:5px
    }
    .home .site-header .wrap{
        padding:10px
    }
    .home .header-left{
        top:0px
    }
    .home .header-widget-area{
        width:100%;
        display:block
    }
    /*.header-widget-area{
        display:none
    }*/
    .home .widget_search,.home .site-header .gform_widget{
        padding:11px 0
    }
    .home .simple-social-icons{
        display:block !important
    }
    .widget_search,.site-header .gform_widget{
        float:none;
        height:28px;
        vertical-align:top
    }
    .widget_search section,.site-header .gform_widget section{
        display:inline
    }
    .widget_search section .widget-wrap,.site-header .gform_widget section .widget-wrap{
        width:50%
    }
    .home .about-createquity{
        padding-top:11px
    }
    .learn-more-cut .button{
        font-size:.8em;
        padding:5px 15px;
        margin-left:5%;
        margin-right:5%
    }
    .site-header .header-widget-area .search-form{
        margin-right:7px
    }
    .site-header input[type="search"],.site-header .gform_wrapper .top_label input.small,.site-header .gform_wrapper .top_label select.small{
        width:26px;
        font-size:13px
    }
    .home .site-header input[type="search"],.home .site-header .gform_wrapper .top_label input.small,.home .site-header .gform_wrapper .top_label select.small{
        width:26px;
        font-size:13px
    }
    .about-createquity{
        clear:both
    }
    #genesis-responsive-slider .slide-excerpt{
        width:100%
    }
    #genesis-responsive-slider .slide-excerpt-border h2{
        font-size:1.3em
    }
    #genesis-responsive-slider .slide-excerpt-border h2 a{
        padding:10px
    }
    #genesis-responsive-slider .flex-direction-nav{
        display:none
    }
    .home-featured-posts .entry-header{
        top:30%
    }
    .home-featured-posts .entry-title,.home-featured-posts .title{
        font-size:1.25em;
        top:50px
    }
    .home-featured-posts .entry-title a,.home-featured-posts .title{
        font-size:1.25em;
        padding:10px
    }
    .issues-slider .caption{
        line-height:1em !important
    }
    .issues-slider .caption-wrap{
        width:100% !important
    }
    .issues-slider .caption strong{
        font-size:1em !important
    }
    .announcements img{
        display:none
    }
    .announcements .alignleft{
        margin:0
    }
    .issues-wrap .widgettitle,.announcements-wrap .widgettitle,.twitter-wrap .widgettitle,.fp-donate-wrap .widgettitle,.single .widgettitle{
        font-size:1.2em
    }
    .site-inner{
        padding:0
    }
    .home .site-inner .wrap{
        width:95%
    }
    .home-featured .wrap{
        width:100% !important
    }
    .content{
        padding:10px
    }
    .menu-toggle,.home .menu-toggle{
        padding-top:0;
        font-size:2em
    }
    .sidr{
        top:60px
    }
}
@media only screen and (min-width: 481px) and (max-width: 1024px){
    .home-featured .fp-post-grid .listing-item{
        width:48.717% !important
    }
    .home-featured .fp-post-grid .listing-item:nth-of-type(3n+1){
        margin-left:2.5% !important
    }
    .home-featured .fp-post-grid .listing-item:nth-of-type(2n+1){
        margin-left:0 !important
    }
    .home-featured .title{
        top:50px
    }
}
@media only screen and (max-width: 480px){
    .home-featured .fp-post-grid .listing-item{
        float:none !important;
        margin-left:0 !important;
        width:100% !important
    }
}
 

/* Utility Bar NB: THIS SECTION IS NOT IN THE SCSS FILES
--------------------------------------------- */
.utility-bar {
    background-color: transparent;
    color: #ddd;
    font-size: 14px;
    font-size: 1.2rem;
    padding:0;
    position: fixed;
    text-align: center;
    height:0px;
    z-index: 1001;
    width: 100%;
}

.utility-bar .widget {
	position: relative;
    top: 25px;
    z-index: 1001;
}

.home .utility-bar {
    background-color: #2D3033;
    color: #ddd;
    font-size: 14px;
    font-size: 1.2rem;
    padding: 10px 0;
    padding: 1rem;
    position: relative;
    text-align: center;
    height:auto;
    z-index: 999;
}

.home .utility-bar .widget {
    top: 0;
    z-index: 1001;
    margin-top: 0;
}

.utility-bar a {
    text-decoration: underline;
}
.utility-bar input[type="search"] {
    background: inherit;
    padding: 10px 0 0;
    padding: 1.0rem 0 0;
}

@media only screen and (min-width:1024px) {
    /*.home .home-slider, .home .site-inner, .home .footer-widgets, .home .site-footer { 
        top:-209px;
        position: relative;
    }*/
    
    .home .site-container {
    	position: relative;
    	margin-top:-209px;
    }

    .home .site-header {
    	top:209px;
    }

   /* .home .site-header { 
        top:54px;
        position: fixed;
    }*/
}

@media only screen and (max-width:1300px) {
	.utility-bar {
		max-width:500px;
		margin-left:165px;
	}

	.home .utility-bar {
		max-width:100%;
		margin:0 auto;
	}

	.utility-bar .widget {
		top:10px;
	}

	.home .utility-bar .widget {
		top:0;
	}
}

@media only screen and (max-width:1023px) {
	.utility-bar {
		max-width:400px;
		position: static;
	}

	.home .utility-bar {
		max-width:100%;
		margin:0 auto;
		position: relative;
	}
}

@media only screen and (max-width:830px) {
	.utility-bar {
		height:auto;
		background-color:rgba(45,48,51,0.9);
		padding:10px;
		margin:0 auto;
		max-width:100%;
	}

	.utility-bar .widget {
		top:0;
	}
}

@media only screen and (max-width: 768px) {
    .utility-bar {
        top:0;
    }

    .utility-bar .wrap {
        max-width:80%;
    }
}

@media only screen and (max-width: 400px) {
    .home .about-createquity .textwidget {
        font-size:.6em;
    }
}
