/*
Theme Name: Cubicle Dropout
Theme URI: [GitHub Link]
Description: A base theme for porting an existing design to WordPress.
Version: 1.0
Author: Timeless
Author URI: Timeless.co
*/

/* Styles go below */

  /* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
    outline: 0;
    -webkit-apperance: none;
}

body {
    font-family: "Lato", sans-serif;
    font-size: 1em;
    line-height: 1.4;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    margin:0;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    height: auto;
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
ul{ padding:0; margin:0}
li{ list-style:none;}
a{ text-decoration:none;}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

*{
    transition: all 0.2s ease-out;
}
*:hover{
    transition: all 0.2s ease-out;
}

.fleft,
.dib>li,
.alignleft{
    float: left;
}
.fright,
.alignright{
    float: right;
}

.blogs .fright{
    margin-top: 0px;
}

.blog_intro .fright {
    margin-top: 0px;
}

.cll{
  clear: left;
}
.tcenter{
    text-align: center;
}
.tleft{
    text-align: left !important;
}
em{
    font-style: normal;
}
.dib>li:first-child{
    margin-left: 0;
}
.dib>li:last-child{
    margin-right: 0
}
.center,
.aligncenter{
  display: table;
  margin: 0 auto;
}
.full{
    display: block;
    width: 100% !important;
}
.align{
    margin: 0 auto;
}
.rel{
    position: relative;
}
.ovxh{
    overflow-x: hidden;
}

.pad20{
    padding: 20px;
}
.pad30{
    padding: 30px;
}

.ptb20{
    padding: 20px 0;
}
.ptb30{
    padding: 30px 0;
}
.ptb40{
    padding: 40px 0;
}
.mrr0{
    margin-right: 0 !important;
}
.mrr10{
    margin-right: 10px !important;
}
.mrl0{
    margin-right: 0px !important;
}
.mrl10{
    margin-left: 10px !important;
}
.mrl30{
    margin-left: 30px !important;
}
.mrb0{
    margin-bottom: 0 !important;
}
.mtb10{
    margin: 10px 0;
}
.mtb20{
    margin: 20px 0;
}

.mrt10{
    margin-top: 10px;
}
.mrt20{
    margin-top: 20px;
}
.mrt30{
    margin-top: 30px;
}
.mrl30{
    margin-left: 30px;
}
.mrt50{
    margin-top: 50px;
}

.mrb10{
    margin-bottom: 10px;
}
.mrb20{
    margin-bottom: 20px;
}
.mrb30{
    margin-bottom: 30px;
}
.mrb50{
    margin-bottom: 50px;
}


.wrap{
    max-width: 1000px;
    width: 98%;
    margin: 0 auto;
}

header{
    position: relative;
    padding:20px 0 40px 0;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    background-color: #fff;
}

header .wrap{
    border-top:3px solid #d54f33;
}

nav ul li {
    max-width: 185px;
    float: left;
}
nav ul li a{
    position: relative;
    display: block;
    color:#4D4D4D;
    font-family: "lato","Helvetica Neue", Arial;
    font-size: 13px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-weight: 600;
    padding: 18px 27px 10px;
}
nav ul li a:hover,nav ul li.current-menu-item a{
     color: #d54f33;
}
nav ul li a:before,.current-menu-item a:before,
.current_page_parent a:before {
    -webkit-transition: width 0.1s cubic-bezier(0.595, 0.005, 0.995, 0.615), left 0.1s cubic-bezier(0.595, 0.005, 0.995, 0.615);
    -moz-transition: width 0.1s cubic-bezier(0.595, 0.005, 0.995, 0.615), left 0.1s cubic-bezier(0.595, 0.005, 0.995, 0.615);
    -ms-transition: width 0.1s cubic-bezier(0.595, 0.005, 0.995, 0.615), left 0.1s cubic-bezier(0.595, 0.005, 0.995, 0.615);
    -o-transition: width 0.1s cubic-bezier(0.595, 0.005, 0.995, 0.615), left 0.1s cubic-bezier(0.595, 0.005, 0.995, 0.615);
    transition: width 0.1s cubic-bezier(0.595, 0.005, 0.995, 0.615), left 0.1s cubic-bezier(0.595, 0.005, 0.995, 0.615);
    left: 50%;
    height: 5px;
    display: block;
    position: relative;
    top: -18px;
    content: "";
    height: 4px;
    width: 0;
    background-color:#D54F33;
}

nav ul li a:hover:before,.current-menu-item a:before,
.current_page_parent a:before{
    -webkit-transition: width 0.4s cubic-bezier(0, 0.865, 0.17, 1), left 0.4s cubic-bezier(0, 0.865, 0.17, 1);
    -moz-transition: width 0.4s cubic-bezier(0, 0.865, 0.17, 1), left 0.4s cubic-bezier(0, 0.865, 0.17, 1);
    -ms-transition: width 0.4s cubic-bezier(0, 0.865, 0.17, 1), left 0.4s cubic-bezier(0, 0.865, 0.17, 1);
    -o-transition: width 0.4s cubic-bezier(0, 0.865, 0.17, 1), left 0.4s cubic-bezier(0, 0.865, 0.17, 1);
    transition: width 0.4s cubic-bezier(0, 0.865, 0.17, 1), left 0.4s cubic-bezier(0, 0.865, 0.17, 1);
    left: 0;
    height: 4px;
    width: 100%;
}
nav ul li.current-menu-item a:before,nav ul li a:focus:before{
    height:3px;
}
header nav{
  position: relative;
}
.menu-item-has-children>a{
  position: relative;
}
.res_dropdown{
  display: none;
  position: absolute;
  top: 48px;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: #D35039;
}
.res_dropdown.active,
.menu-item-has-children.active>a:after,
.menu-item-has-children>a:hover:after{
  display: block;
}

.res_dropdown ul{
  display: block;
  padding:15px;
}
ul.sub-menu{
    display: table;
}
.res_dropdown ul li{
  text-align: center;
  min-width: 90px;
  max-width:200px;
  margin-right: 15px;
}
.res_dropdown ul li a{
  padding: 6px 15px;
  color: #fff;
}
.res_dropdown ul li a:before{
    position: static;
    display: none;
}
.menu-item-has-children>a:after{
    display: none;
    position: absolute;
    width:1px;
    height: 10px;
    top: 28px;
    left: inherit;
    right: 55px;
    bottom: -8px;
    content: '';
    background-color: transparent;
    border-bottom: 10px solid #D35039;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.res_dropdown ul li a:hover{
  color:#fff;
  background-color: #AC3F2B;
  border-radius: 4px;
}
.res_dropdown ul li.current-menu-item a{
  color:#fff !important;
  background-color: #AC3F2B;
  border-radius: 4px;
  padding:6px 15px;
}
.res_nav_close{
    display: none;
}
.social{
    margin-top:20px;
}
.social li{
    margin-right: 25px;
}
.social li a{
    display: block;
    width: 12px;
    height: 12px;
    background: url('images/spritesheet.png') no-repeat;
    transition: none;
}
.social li a:hover{
    transition: none;
}
#fb{
    width: 6px;
    background-position: -2px -69px;
}
#fb:hover{
    width: 6px;
    background-position: -2px -84px;
}
#in{
    background-position: -11px -69px;
}
#in:hover{
    background-position: -11px -84px;
}
#google{
    width: 8px;
    height: 13px;
    background-position: -25px -69px;
}
#google:hover{
    width: 8px;
    background-position: -24px -84px;
}
#twit{
    width: 14px;
    background-position: -34px -69px;
}
#twit:hover{
    width: 14px;
    background-position: -34px -85px;
}
#rss{
    background-position: -49px -69px;
}
#rss:hover{
    background-position: -49px -85px;
}
#navigation-bar {
    position: relative;
    height: 60px;
    padding-left: 60px;
}
.social li:nth-child(5){
    margin-right: 13px;
}
.search{
    position: relative;
    border-left:1px solid #CACACA;
}

.search i {
    display: block;
    width: 15px;
    height: 13px;
    cursor:pointer;
    margin-left: 12px;
}

li.search input{
    position: absolute;
    top: -12px;
    right: 28px;
    width: 0;
    height: 24px;
    color: #4d4d4d ;
    font-family: "lato","Helvetica Neue", Arial;
    font-size: 13px;
    font-weight: 300;
    border: none;
    transition: width 0.3s ease-out;
}
.search input.scroll{
    width: 170px;
    right: 27px;
    padding: 3px 16px 3px 5px;
    border-bottom: 1px solid #B7B7B7 ;
    transition: width 0.3s ease-out;
}
/* Header Intro */

.head_intro{
    clear: both;
    margin-top: 25px;
}
.logo{
    margin-top: 10px;
}
.logo img{
    float: left;
    margin: 5px 15px 0 0;
}
.menu_icon{
   display: none;
}
.logo2 span{
    float: left;
}
.logo em{
    float: left;
    color: #919191;
    font-family: "lato","Helvetica Neue", Arial;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    border-left: 1px solid #E8E8E8 ;
    padding: 10px 0 9px 15px;
    margin-top: 0;
    opacity: 0.9;
}
.find_out{
    display: table;
}
.find_out h4{
     position: relative;
    float: left;
    display: table;
    color: #4d4d4d;
    font-family: "lato","Helvetica Neue", Arial;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 600;
    border: 1px solid #CACACA;
    border-radius: 3px;
    margin: 10px 10px 0 0;
    padding:10px 15px;
}
.find_out h4:before{
    position: absolute;
    content: " ";
    display: block;
    width: 12px;
    height: 12px;
    top: 50%;
    right: -11px;
    background: url("images/spritesheet.png") no-repeat -51px -46px;
    margin-top: -3px;
}
.find_out a{
    color:#259AD9;
    margin-left: 4px;
}
.find_out a:hover{
    color:#0681C3;
}

/*intro*/

.intro{
    padding:60px 0 0 0;
    background: url('images/img/intro_bg.jpg') no-repeat 0 0;
    background-size:cover;
}
.title{
    max-width: 685px;
    width:100%;
    margin:0 auto;
}
.title h1{
    color: #fff;
    font-family: "proxima-nova-condensed","Helvetica Neue", Arial;
    font-size: 48px;
    line-height: 1;
    letter-spacing: -0.03em;
    font-weight: bold;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    margin:0 0 15px 0;
}
.title em{
    color: #f2f0b8;
    font-family: "lato","Helvetica Neue", Arial;
    font-size: 20px;
    font-weight: 600;
}
.workbook{
    max-width: 920px;
    background: url('images/blur_bg.png') no-repeat 0 0;
    margin: 40px auto;
    padding: 5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-size: cover;
}
.workbook ul{
    max-width:520px;
    width: 100%;
}
.workbook li{
    width: 58%;
    margin-right: 2%;
    margin-bottom: 12px;
}
.workbook li:nth-child(2n){
    width: 40%;
    margin-right: 0;
}
.workbook li:nth-child(2n+1){
    margin-bottom: 0
}
.workbook i{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('images/spritesheet.png') no-repeat -102px -2px;
    margin: 3px 10px 0 0;
}
#toolbox{
    background-position:-121px -3px;
}
#atract{
    background-position:-141px -2px;
}
#membership{
    background-position:-159px -3px;
}
.workbook li h5{
    color: #fff;
    font-family: "proxima-nova-condensed","Helvetica Neue", Arial;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}
.download_btn{
    display: block;
    width: 260px;
    border-radius: 3px;
    color: #fff!important;
    font-family: "lato","Helvetica Neue", Arial;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.03em;
    font-weight: bold;
    background-clip: padding-box;
    background-color: #D35039;
    box-shadow: 0 1px 1px rgba(0,0,0,.14), inset 0 -2px 0 #c54328;
    padding:20px 0;
}
.download_btn:hover{
    background-color: #ED5F46;
}

.footer_button{
    display: block;
    width: 260px;
    border-radius: 3px;
    color: #fff!important;
    font-family: "lato","Helvetica Neue", Arial;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.03em;
    font-weight: bold;
    background-clip: padding-box;
    background-color: #D35039;
    box-shadow: 0 1px 1px rgba(0,0,0,.14), inset 0 -2px 0 #c54328;
    padding:20px 0;
}
.footer_button:hover{
    background-color: #ED5F46;
}

.download_btn:focus,.download_btn:active{
    box-shadow: none;
    position: relative;
    top:1px;
}
.start_here{
    width: 180px;
    text-align: center;
    margin:0 auto;
    cursor: pointer;
}
.start_here h5{
    position: relative;
    color: #BABEBA;
    font-family: "proxima-nova-condensed","Helvetica Neue", Arial;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    background: url("images/start_bg.png") no-repeat 0 0;
    margin: 0 0 -9px 0;
    padding: 13px 38px 15px 11px;
}
.start_here h5 i{
    position: absolute;
    display: inline-block;
    content: ' ';
    top: 50%;
    width: 16px;
    right: 18px;
    height:9px;
    background: url("images/spritesheet.png") no-repeat -78px -61px;
    margin: -4px 14px -6px 4px;

}
/* Main */
.main{
    background-color: #F1F1F1;
    padding:30px 0 100px 0;
}
.blog_list{
    width:48%;
    margin-right: 2%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.blog_post_list .blog_post{
    background-color: #fff;
    padding-bottom: 25px;
    margin-bottom: 30px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
}

.image{
    position: relative;
}
.image img{
    width:100%;
}
.heading h4{
    color: #4d4d4d;
    font-family: "proxima-nova-condensed","Helvetica Neue", Arial;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin:0 0 10px 0;
}
.image h2{
    margin:0;
}
.image h2 a{
    position: absolute;
    bottom: 0;
    width:100%;
    color: #fff;
    font-family: "proxima-nova-condensed","Helvetica Neue", Arial;
    font-size: 28px;
    line-height: 1.1;
    letter-spacing: -0.03em;
    font-weight: bold;
    background:url('images/overlay.png') repeat-x 0 top;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:40px 6.3% 14px 6.3%;
}
.content{
    padding:0 6.3%;
}

.comments{
    border-bottom:1px solid #EAEAEA;
}
.comments time{
    text-align: left !important;
    color: #919191 ;
    font-family: "lato","Helvetica Neue", Arial;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 13px 0 13px 6%;
}
.comments a{
    float: right;
    display: inline-block;
    padding:12px 0;
    background-color: #2E9BD6;
    margin-bottom: -1px;
    position: relative;
    width:28%;
    text-align: center;
}
.comments a:hover{
     background-color: rgba(6, 129, 195, 0.9)
}
.comments em{
    color: #fff;
    font-family: "lato","Helvetica Neue", Arial;
    font-size: 13px;
    font-weight: bold;
}
.comments em i{
    display: inline-block;
    content: ' ';
    top: 50%;
    width: 16px;
    left: 9px;
    height: 17px;
    background: url("images/spritesheet.png") no-repeat  -58px -22px;
    margin: 0 8px -5px 0;
}
.content p{
    width: 100%;
    color: #4d4d4d;
    font-family: "lato","Helvetica Neue", Arial;
    line-height: 1.6;
    letter-spacing: 0.03em;
    font-size: 16px;
    margin:30px 0;
}

.content a {
    color:#2599d8;
}

.continue_reading{
    float: left;
    min-width:160px;
    color: #fff!important;
    font-family: "lato","Helvetica Neue", Arial;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    border-radius: 3px;
    background-color: rgba(46, 155, 214, 0.9);
    padding:12px 0;
}
.continue_reading:hover{
    background-color: rgba(6, 129, 195, 0.9)
}
.continue_reading:active,.continue_reading:focus{
    background-color: rgba(46, 155, 214, 1);
}

.content ul{
   margin-top: 10px;
}
.content ul li{
    margin-right: 10px;
}
.content ul li a{
    display: table;
    width:40px;
    height: 15px;
    color: #fff;
    text-align: center;
    font-family: "lato","Helvetica Neue", Arial;
    font-size: 10px;
    font-weight: 600;
    display: block;
    padding: 3px 3px 1px 0;
    border-radius: 2px;
}
.content ul li i{
    float: left;
    text-align: center;
    display: inline-block;
    width:11px;
    height: 12px;
    display: block;
    background: url('images/spritesheet.png')no-repeat;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    border: 1px solid;
    margin-top: -3px;
}
#fb_count a{
    background-color: #354E81;
}
#fb_count a i{
    height: 11px;
    width:6px;
    background-color: #4E69A0;
    background-position: -63px -46px;
    border-color: #4E69A0;
    border-width: 4px 5px;
}
#twit_count a{
    background-color:#3B8ECC;
}
#twit_count i{
    width:11px;
    height: 11px;
    background-position: -70px -44px;
    background-color: #59ADEB;
    border-color: #59ADEB;
    border-width: 4px 3px;
}
#google_count a{
    background-color:#C4392E;
}
#google_count i{
    width: 9px;
    background-position: -82px -46px;
    background-color: #D8483B;
    border-color: #D8483B;
    border-width: 4px 4px 3px;
}
#in_count a{
    background-color:#1573A5;
}
#in_count i{
    width:11px;
    height: 11px;
    background-position: -91px -46px;
    background-color: #2588BB;
    border-color: #2588BB;
    border-width: 4px 3px;
}

/* Aside */

aside{
    width:48%;
}
.latest_qa{
    background-color:#fff;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
}
.latest_qa li{
    border-bottom: 1px solid #EAEAEA;
}

.widget_question_categories li:last-child {
    border-bottom: 0px;
}

.latest_qa li a{
    width:100%;
    display: table;
    padding: 25px 25px 25px 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.latest_qa li p{
    width: 96%;
    color: #2c2c2c ;
    font-family: "proxima-nova-condensed","Helvetica Neue", Arial;
    font-size: 20px;
    letter-spacing: -0.01em;
    line-height: 1.2;
    font-weight: bold;
    margin: 0;
    transition: color 0.15s ease-out;
}
.latest_qa li:hover p{
    color:#2E9BD6;
    transition: color 0.15s ease-out;
}
.latest_qa li span{
    width:2%;
    display: table-cell;
    vertical-align: middle;
}
.latest_qa li i{
    position: relative;
    display: inline-block;
    width:30px;
    height: 27px;
    color: #fff;
    font-family: "lato","Helvetica Neue", Arial;
    font-size: 12px;
    line-height: 27px;
    text-align: center;
    font-weight: bold;
    background-color: #d54f33;
    border-radius: 3px;
}
.latest_qa li i:after{
    position: absolute;
    content: '';
    border: 5px solid;
    bottom: -10px;
    left: 50%;
    border-color: #D35039 transparent transparent transparent;
    margin-left: -5px;
}
.questions{
    background-color: #fff;
    padding:30px 35px;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
    margin-bottom: 30px;
}
.questions a{
    width: 180px;
    padding:12px 0;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    border-radius: 3px;
    font-family: "lato","Helvetica Neue", Arial;
    font-size: 12px;
    font-weight: bold;
}
.questions a:active,.questions a:focus,#reply-title small a:active{
    position: relative;
    top:1px;
    box-shadow: none;
}
.red_btn{
    background-color: #D35039;
    box-shadow: 0 1px 1px rgba(0,0,0,.14), inset 0 -2px 0 #c54328;
}
.red_btn:hover{
    background-color: #ED5F46;
}
.blue_btn{
    background-color: rgba(46, 155, 214, 0.9);
    box-shadow: 0 1px 1px rgba(0,0,0,.14), inset 0 -2px 0 #0e88cb;
}
.blue_btn:hover,#reply-title small a:hover{
    background-color: rgba(46, 155, 214, 0.8);
}
.blue_btn:active,.blue_btn:focus{
    background-color: rgba(46, 155, 214, 1);
    box-shadow: none;
    position: relative;
    top:1px;
}
.sponcer{
    margin-bottom: 30px;
}
.sponcer a img{
    width:100%;
}

.heading h4{
    display: table;
    width:100%;
}

.toolkit{
    background:url('images/img/toolkit.jpg') no-repeat 0 0;
    background-size: cover;
    padding:30px 0 33px 0;
}
.toolkit h3{
    color: #fff;
    font-family: "lato","Helvetica Neue", Arial;
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
    margin:10px 0;
}
.toolkit em{
    display: inline-block;
    color: #fff;
    font-family: "lato","Helvetica Neue", Arial;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(255,255,255,.22);
    margin:0 0 30px 0;
}
.toolkit .download_btn{
    float: none;
    width: 160px;
    font-size: 12px;
    padding:12px 0;
    background-color: #D35039;
    box-shadow: 0 1px 1px rgba(0,0,0,.14), inset 0 -2px 0 #c54328;
}
.toolkit .download_btn:hover{
    background-color: #ED5F46;
}
.toolkit .download_btn:active{
    box-shadow: none;
}
#go_blog{
    box-shadow: none;
    background: transparent;
    padding:0;
    margin:0;
}
#go_blog a{
    color: #2599d8;
    font-family: "proxima-nova-condensed","Helvetica Neue", Arial;
    font-size: 24px;
}
#go_blog a span{
    color: #2599d8;
    font-family: " Arial";
    font-size: 24px;
    font-weight: 300;
    margin-left:10px;
}

#go_blog a:hover,#go_blog a:hover span{
    color:#0681C3;
}
.marketing_advise{
    background-color: #2FB9B6;
    padding: 35px 0;
}
.marketing_advise .footer_button{
    float: left;
    display: inline-block;
    width: 160px;
    font-weight: bold;
    color: #fff;
    font-family: "lato","Helvetica Neue", Arial;
    font-size: 12px;
    background-color: #D35039;
    font-weight: bold;
    padding: 15px 20px;
    margin-left: 30px;
}
.marketing_advise .footer_button:hover{
    background-color: #ED5F46;
}
.marketing_advise .footer_button:focus,
.marketing_advise .footer_button:active{
    box-shadow: none;
    position: relative;
    top:1px;
}
.advise{
    color: #fff;
    font-family: "lato","Helvetica Neue", Arial;
    line-height: 1.8;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: bold;
    margin:0;
}
footer{
    background-color: #252525;
    padding:30px 0 10px 0;
    text-align: center;
}
footer li{
    float: left;
}
.footer_links li.current-menu-item a:before,
.footer_links li.current_page_parent a:before{
    content: none;
}
.footer_links{
    text-align: center;
    border-bottom: 1px solid #171717;
    padding-bottom: 15px;
}
.footer_links ul{
    display: inline-block;
}
.footer_links li{
    margin-right: 55px;
}
.footer_links a{
    color: #919191;
    font-family: "lato","Helvetica Neue", Arial;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    transition: color 0.15s ease-out;
}
.footer_links a:hover,.footer_desc a:hover{
    color:#FFFFFF;
    transition: color 0.15s ease-out;
}
.footer_desc{
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #2F2F2F;
}
.footer_desc ul{
    display: inline-block;
}
.footer_desc li{
    margin-right: 20px;
}
.footer_desc li a,em.copy{
    color: #919191;
    font-family: "lato","Helvetica Neue", Arial;
    font-size: 13px;
    transition: color 0.15s ease-out;
}
em.copy{
    cursor: disabled;
}

.footer_desc li.current-menu-item a:before,
.footer_desc li.current_page_parent a:before{
    content: none;

}

/*  Blog Page  */

.blog_page{
    background-color: #F1F1F1;
    padding:30px 0 100px 0;
}
.blog_page .blog_list{
    width: 64%;
}
.blog_list.fright{
    float: right;
}
.disabled{
    color: #bdbdbd !important;
    cursor:default;
}
#go_blog a span{
    margin-left: 0;
}
.blog_page .comments a{
    float: right;
    max-width: 137px;
}
.disabled span{
    color: #bdbdbd !important;
}
.blog_page aside{
    width:33%;
    max-width: 330px;
}

.big_social li{
    position: relative;
    display: block;
    width:25%;
    height: 46px;
}

.big_social li:hover a{
    padding: 18px 0;
}
.big_social li a{
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding:15px 0;
    transition: padding 300ms cubic-bezier(.21,.6,1,1.6);
}
.big_social li a i{
    display: block;
    height:16px;
    background: url("images/spritesheet.png") no-repeat;
    margin:0 auto;
}
.big_social li a:before{
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height:3px;
    background-color:rgba(34, 34, 34, 0.32);
}

#facebook{
    background-color: #4E69A0;
}
#facebook i{
    width: 8px;
    background-position:-38px -2px;
}
#link_in{
    background-color: #2588BB;
}
#link_in i{
    width:16px;
    background-position:-48px -2px;
}
#twiter{
    background-color: #59ADEB;
}
#twiter i{
    width:15px;
    background-position: -67px -3px;
}
#gplus{
    background-color: #D8483B;
}
#gplus i{
    width:15px;
    background-position:-84px -2px;
}
.author{
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin:0px 0px 30px 0px;
    background-color: #fff;
}
.blog_intro{
    padding: 25px 25px 30px 25px;
}
.blog_intro div{
    display: inline-block;
}
.blog_intro h3{
    float: left;
    width:87%;
    color: #2599d8;
    font-family: "proxima-nova-condensed","Helvetica Neue", Arial;
    font-size: 32px;
    font-weight: bold;
    margin:0;
}
.blog_intro span{
    float: right;
    position: relative;
    right: -11%;
    width:13%;
}
.blog_intro span img{
    width:35px;
    height:35px;
}
.blog_intro p{
    display: inline-block;
    color: #4d4d4d;
    font-family: "lato","Helvetica Neue", Arial;
    font-size: 14px;
    margin:0;
}


/* Cubicle Toolkit */

.cubicle_toolkit{
    background-color:#000;
    padding:0 30px 30px 30px;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.cubicle_toolkit .heading {
    padding: 0 30px 0 0;
    margin-left: -30px;
    margin-right: -30px;
    background-color: #F1F1F1;
}

.cubicle_toolkit h3{
    float: left;
    width:70%;
    color: #d54f33;
    font-family: "proxima-nova-condensed","Helvetica Neue", Arial;
    font-size: 32px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: bold;
    margin:0;
}
.get{
    position: relative;
    margin-bottom: 25px;
    padding-top: 30px;
}
.cubicle_toolkit .get span{
    position: absolute;
    right: -30px;
    display: block;
    width:32px;
    height: 30px;
    background:url('images/spritesheet.png') #D35039 no-repeat -2px -2px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 20px solid #D35039;
}
.cubicle_toolkit ul{
    margin:0 auto;
    display: table;
}
.cubicle_toolkit li{
    position: relative;
    color: #aaa;
    font-family: "lato","Helvetica Neue", Arial;
    font-size: 15px;
    margin-bottom: 10px;
}
.cubicle_toolkit li:last-child{
    margin-bottom: 0;
}
.cubicle_toolkit li i{
    display: inline-block;
    width:18px;
    height: 18px;
    background:url('images/spritesheet.png') no-repeat -78px -74px;
    margin: 0 10px -5px 0;
}
.cubicle_toolkit form{
    margin:30px auto 15px;
}
.cubicle_toolkit input{
    display: table;
    width:90%;
    height: 40px;
    border-radius: 3px;
    margin:0 auto;
}
.cubicle_toolkit input[type="text"]{
    color: #4d4d4d;
    font-family: "lato","Helvetica Neue", Arial;
    font-size: 13px;
    font-weight: 400;
    background-color: #fff;
    letter-spacing: 0.02em;
    border-radius: 3px;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:0 10px 0 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.cubicle_toolkit input[type="submit"]{
    color: #fff;
    font-family: "lato","Helvetica Neue", Arial;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    background-clip: padding-box;
    background-color: rgba(46, 155, 214, 1);
    border:none;
    box-shadow: 0 1px 1px rgba(0,0,0,.14), inset 0 -2px 0 #0e88cb;
}
.cubicle_toolkit input[type="submit"]:hover,
.cmnt_write input[type="submit"]:hover,.cmnt_heading a:hover,
.subscribe input[type="submit"]:hover{
    background-color: rgba(59, 169, 228, 1);
}
.cubicle_toolkit input[type="submit"]:active,
.cmnt_write input[type="submit"]:active,
.cmnt_write input[type="submit"]:focus,
.cmnt_heading a:active,.cmnt_heading a:active:focus,
.subscribe input[type="submit"]:active{
    box-shadow: none;
    position: relative;
    top:1px;
}
.cubicle_toolkit em i{
    display: inline-block;
    width:9px;
    height: 11px;
    background:url('images/spritesheet.png') no-repeat  -2px -46px;
    margin:0 5px -1px 0;
}
.cubicle_toolkit em{
    display: table;
    color: #aaa;
    font-family: "lato","Helvetica Neue", Arial;
    font-weight: bold;
    font-size: 12px;
    margin:0 auto;
}
.must_read{
    margin-bottom: 30px;
}
.must_read li a{
    display: table;
    padding:20px;
}
.must_read li a:hover p{
    color: rgba(20, 118, 171, 1) !important;
}
.must_read li:last-child{
    border-bottom: none;
}
.must_read li p{
    display: table-cell;
    vertical-align: middle;
    color: #2599d8;
    font-size: 16px;
    font-weight: bold;
}
.search_blog{
    padding:10px 0 10px 10px;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.search_blog input{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.search_blog input[type="text"]{
    float: left;
    width:85%;
    height: 40px;
    color: #4d4d4d;
    font-family: "lato","Helvetica Neue", Arial;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.02em;
    border-radius: 3px;
    background-clip: padding-box;
    background-color: #f1f1f1;
    border:none;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.15);
    padding:0 10px 0 15px;
}
.search_blog input[type="submit"]{
    float: none;
    display: table;
    width:15%;
    max-width: 56px;
    height: 40px;
    border: none;
    margin:0 auto;
    border-bottom: 10px solid #fff;
    background:url('images/spritesheet.png') no-repeat -22px -9px;
}

/* Post Page */

.post .blog_list{
    margin-top: 0px;
}

.post .image h1{
    color: #2c2c2c;
    font-family: "proxima-nova-condensed","Helvetica Neue", Arial;
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: -0.03em;
    padding: 0 4.5%;
    margin:30px 0;
}
.post .content{
    padding:0 4.5%;
}
.post .image a{
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.post .content h5{
    display: inline-block;
    color: #2c2c2c;
    font-family: "lato","Helvetica Neue", Arial;
    font-size: 20px;
    font-weight: 200;
    margin-bottom:0;
}
.post .content h3{
    display: inline-block;
    color: #2c2c2c;
    font-family: "proxima-nova-condensed","Helvetica Neue", Arial;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: -5px;
    margin-top: 5px;
}

.post .content h2{
    display: inline-block;
    color: #2c2c2c;
    font-family: "proxima-nova-condensed","Helvetica Neue", Arial;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: -10px;
    margin-top: 10px;
}

.post .content h4{
    display: inline-block;
    color: #2c2c2c;
    font-family: "proxima-nova-condensed","Helvetica Neue", Arial;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: -10px;
    margin-top: 10px;
}

.post .content ul{
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 30px;
}

.post .content li{
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 15;
    list-style-type: disc;
    color:#D35039;
}

.post .share li{
    list-style-type:none!important;
    font-size: 10px!important;
}

.post .share ul{
    margin-bottom: 0px!important;
    margin-top: 0px!important;
}

.post .share h3{
    font-size: 20px!important;
}

h3.widget-title{
    display: none !important;
}
.last .image img{
    padding:3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.post .content p{
    letter-spacing: -0.015em;
    margin:20px 0;
}

.post .content p span{
    color: #2E9BD6;
    font-weight: 600;
}
.post .content em{
    display: inline-block;
    color: #d54f33;
    font-family: "lato","Helvetica Neue", Arial;
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: -0.03em;
    border-left: 3px solid #DEDEDE;
    padding-left: 10px;
    padding-right: 10px;
    margin:15px 0;
}
.post .blog_post_list li{
    margin-bottom: 0;
}
.post .content ul li i{
    width: 11px;
    height: 16px;
    margin-top: -5px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.post .content ul li a{
    width: 48px;
    height: 20px;
    font-size: 11px;
    padding: 5px 3px 0px 0;
    border-radius: 4px;
}

.post .content .subscribe ul{
    margin: auto;
    list-style-type:none;
    color: #FFF;
}

.post .content .subscribe li{
    list-style-type:none;
    color: #FFF;
}

.share #fb_count a i,.subscribe #fb_count a i{
    border-width: 7px 7px;
}
.share #twit_count i,.subscribe #twit_count i,
.share #in_count i,.subscribe #in_count i{
    border-width: 7px 5px;
}
.share #google_count i,.subscribe #google_count i{
    border-width: 8px 6px 1px;
}

.fb-like {
    border:none!important;
}

.g-follow {
    margin-right: 10px;
    margin-left: 10px;
}

.subscribe{
    width: 100%;
    background-color: #E6F7FC;
    padding:30px 8% 35px 8%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px;

}

}
.subscribe h3{
    margin:0;
    font-size: 24px !important;
}

.customsub h3{
    margin-bottom:15px!important;
    font-size: 24px !important;
}

.subscribe input[type="text"]{
    width: 240px;
    height:40px;
    color: #4d4d4d;
    font-family: "lato","Helvetica Neue", Arial;
    font-size: 13px;
    letter-spacing: 0.03em;
    border: 1px solid #cbdbe1;
    border-radius: 3px;
    background-clip: padding-box;
    background-color: #fff;
    padding:0 15px;
    margin-right: 5px;
}
.subscribe input[type="submit"],
.cmnt_write input[type="submit"]{
    color: #fff;
    height:40px;
    width:110px;
    font-family: "lato","Helvetica Neue", Arial;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    background-clip: padding-box;
    background-color: rgba(46, 155, 214, 1);
    border:none;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0,0,0,.14), inset 0 -2px 0 #0e88cb;
}
.subscribe form{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.subscribe div:first-child{
    padding-bottom: 30px;
    border-bottom: 1px solid #CCDCE0;
    margin-bottom: 15px;
}

.customsub div:first-child{
    padding-bottom: 30px;
    border-bottom: none!important;
    margin-bottom: 15px;
}

.subscribe div h3{
    margin-bottom: 0;
}
.subscribe p{
    display: none;
}
.subscribe div form{
    margin-top: 15px;
}

{
    padding-left:4.5%;
    width:78%;
}
.post .comments ul{
    display: inline-block;
    margin:0 0 -2px  5%;
}
.post .content hr{
    margin: 30px -5% 0 -5%;
}
.share{
    padding:20px 0 0 0;
    border-top: 1px solid #EAEAEA;
    margin: 20px -5% 0;
}
.share ul{
    margin-top: 0;
    margin-right:5%;
}
.post .share h3{
    float: left;
    color: #2c2c2c;
    font-family: "proxima-nova-condensed","Helvetica Neue", Arial;
    font-size: 22px;
    letter-spacing: -0.03em;
    font-weight: bold;
    margin:0 0 0 5%;
}

.post .toolkit{
    margin:30px 0 10px 0;
}
.post .toolkit h3{
    display: block;
    color: #fff;
    font-family: "lato","Helvetica Neue", Arial;
    font-size: 30px;
    line-height: 1;
    text-align: center;
    font-weight: bold;
    margin:10px 0;
}
.post .toolkit em{
    display: inline-block;
    color: #fff;
    font-family: "lato","Helvetica Neue", Arial;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(255,255,255,.22);
    margin:0 0 30px 0;
    border:none;
}
.post #go_blog{
    margin-top: 20px;
}

/* Add Comment*/

.add_comment{
    /*width:64%;*/
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    margin:60px 0 75px 0;
}
.cmnt_heading{
    padding:13px;
    border-bottom:1px solid  #EAEAEA;
}
.cmnt_heading h3{
    float: left;
    color: #2c2c2c;
    font-family: "proxima-nova-condensed","Helvetica Neue", Arial;
    font-size: 24px;
    font-weight: bold;
    margin:5px 0 0 0;
}
.cmnt_heading h3 i{
    display: inline-block;
    width: 24px;
    height: 20px;
    background: url("images/spritesheet.png") no-repeat  -78px -22px;
    margin: 5px 3px -3px 4px;
}
.cmnt_heading a,#reply-title small a{
    float: right;
    height: 40px;
    color: #fff;
    font-family: "lato","Helvetica Neue", Arial;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 3px;
    background-clip: padding-box;
    background-color: #2599d9;
    box-shadow: 0 1px 1px rgba(0,0,0,.14), inset 0 -2px 0 #0e88cb;
    padding:13px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.commentlist img{
    width: 36px;
    height: 36px;
    border-radius: 100%;
    float: left;
    margin-right: 15px;
}
.commentlist{
    padding: 0;
    margin: 0;
}
#submit{
    margin-bottom: 0;
}
.commentlist li{
    padding:13px 15px 25px 15px;
    border-bottom: 1px solid #EAEAEA;
}

/*.comment_list div{
    width:93%;
    display: table-cell;
    vertical-align: middle;
}*/
.comment-author{
    float: left;
}

.reply{margin: 10px 0 0 50px; }


/* Adcenter */

.purchaseForm {
background:#F1F1F1;
font:normal 14px "lato", Arial, Helvetica, sans-serif;
padding:8px;
overflow:hidden;
}

.purchaseForm select,.purchaseForm input[type="text"] {
color: #4d4d4d;
font-family: "lato","Helvetica Neue", Arial;
font-size: 13px;
font-weight: 400;
background-color: #fff;
letter-spacing: 0.02em;
border-radius: 3px;
border: #bdbdbd 1px solid;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0 10px 0 15px;
margin-top: 10px;
margin-bottom: 10px;
height:40px;
width: 280px;
}

.purchaseForm th {
text-align: left;
}

.purchaseForm a {
color:#d54f33;
}

.purchaseForm label {
color:#d54f33;
padding-left: 15px;
}

.purchaseForm input[type="text"] {
box-shadow:none!important;
}

.purchaseForm input[type="text"],.purchaseForm input[type="submit"] {
margin-left:0px;
margin-bottom:0!important;
}

.purchaseForm input[type="file"] {
margin-bottom:0!important;
font:normal 12px "lato", Arial, Helvetica, sans-serif!important;
width: 280px;
}

.purchaseForm select {
width:282px;
font-size:13px!important;
font-family:"lato", Times, serif!important;
}

.purchaseForm dl dd,.purchaseForm dl dt {
float:left;
width:110px;
min-height:10px;
margin-bottom:15px!important;
font-weight:800;
color:#222!important;
}

.purchaseForm dl dt {
clear:both;
margin-right:20px;
text-align:right;
padding-top:5px;
text-align: left;
padding-left: 20px;
}

.purchaseForm dl dd {
width:465px;
}

.formDivider {
height:0;
border-top:1px solid #d6ddc7;
border-bottom:1px solid #fbfdf8;
}

.entry-content label {
padding-left:12px;
font-size:11px;
}

.submitBnt {
display: block;
width: 260px;
border: none;
color: #fff;
font-family: "lato","Helvetica Neue", Arial;
text-transform: uppercase;
font-size: 14px;
text-align: center;
letter-spacing: 0.03em;
font-weight: bold;
background-clip: padding-box;
background-color: #D35039;
box-shadow: 0 1px 1px rgba(0,0,0,.14), inset 0 -2px 0 #c54328;
padding: 20px 0;
margin : 15px auto 0 auto!important;
border-radius: 3px;
}

.submitBnt:hover {
background-color: #ED5F46;
}

.submitPaynow {
display: block;
width: 260px;
border: none;
color: #fff!important;
font-family: "lato","Helvetica Neue", Arial;
text-transform: uppercase;
font-size: 14px;
text-align: center;
letter-spacing: 0.03em;
font-weight: bold;
background-clip: padding-box;
background-color: #D35039;
box-shadow: 0 1px 1px rgba(0,0,0,.14), inset 0 -2px 0 #c54328;
padding: 20px 0;
margin : 20px auto 0 auto!important;
border-radius: 3px;
}

.submitPaynow:hover {
background-color: #ED5F46;
}

.submitBnt:active {
background-position:0 -30px;
}

.zoneDetails {
padding:0 25px 0px;
}

.zoneDetails2 {
padding:20px 0 0;
}

.banHeading {
padding:0px;
margin-left: 25px;
}

.payHeading {
padding:4px 20px 0px 0px;
}

form[name="paymentform1"] {
background: #F1F1F1;
padding-bottom: 20px;
}

.paynow {
font-weight:700;
font-size:12px;
color:#fff;
border:medium none;
background:#C6FFFF;
float:right;
cursor:pointer;
padding:3px 5px;
}

.zoneDetails table tr td,.zoneDetails table tr th,.zoneDetails table,.zoneDetails2 table tr td,.zoneDetails2 table tr th,.zoneDetails2 table {
border:none!important;
margin:0;
padding:5px!important;
background: #F1F1F1;
}


/* Q&A */

/* = Custom */

.headline-paragraph {
    margin-top: 30px!important;
}

.qa-subcribe-link {
    color: #2599d8;
}

.qa-subcribe-link:hover {
    color: #2E9BD6!important;
}

/* = General
-------------------------------------------------------------- */

#qa-page-wrapper {
    overflow: hidden;
    padding-bottom: 0px;
    width: auto;
}
/*
#qa-page-wrapper:after{
    content: " ";
  display: table;
    clear:both;
}
*/

#qa-content-wrapper {
    margin: auto 0;
    width: auto;
}

#qa-error-notice {
    background-color: #ffebe8;
    border: 1px solid #c00;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 5px;
}

#qa-auth {
    margin-bottom: 20px;
}

/* = Main Navigation
-------------------------------------------------------------- */

#qa-menu {
    clear: both;
    overflow: hidden;
    margin-bottom: 0px;
    margin-top: 30px;
}

#qa-menu ul {
    margin: 0;
    width: 100%;
    text-align: center;
    overflow:auto;
}

#qa-menu li {
    text-transform: uppercase;
    background-color: #777;
    padding:12px 0;
    float: left;
    margin-right: 7px;
    width: 32.1%;
    border-radius: 3px;
    font-family: "Lato","Helvetica Neue", Arial;
    font-size: 12px;
    border: 1px;
    background-clip: padding-box;
    box-shadow: 0 1px 1px rgba(0,0,0,.14), inset 0 -2px 0 #5F5F5F;
}

#qa-menu li:hover {
    background-color: #666;
}

#qa-menu li:nth-child(3) {
    background-color: #D35039;
    display: block;
    border: none;
    color: #fff;
    font-family: "lato","Helvetica Neue", Arial;
    text-align: center;
    letter-spacing: 0.03em;
    font-weight: bold;
    background-clip: padding-box;
    background-color: #D35039;
    box-shadow: 0 1px 1px rgba(0,0,0,.14), inset 0 -2px 0 #c54328;
    border-radius: 3px;
}

#qa-menu li:nth-child(3):hover {
    background-color: #ED5F46;
}

#qa-menu .qa-search{
    background-color: white!important;
    display: block;
    float: left;
    margin-right: 7px;
    width: 100%;
    box-shadow: none;
}

#qa-menu a {
    color: #FFF;
    display: block;
    font-weight: bold;
    padding: 4px 10px;
    text-decoration: none;
    text-align: center;

}

#qa-menu form {
    padding-top: 7px;
    width:100%
}

#qa-menu input {
    height: 38px;
    color: #4d4d4d;
    font-family: "Lato","Helvetica Neue", Arial;
    font-size: 13px;
    font-weight: 300;
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display:block;
    width: 73%;
    float:left;
    padding-left: 10px;
}

#qa-menu button:hover {
    background-color: #666;
}

#qa-menu button {
    margin-right: 7px;
    padding: 12px 0;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    font-family: "Lato","Helvetica Neue", Arial;
    font-size: 12px;
    background-color: #777;
    border: 1px;
    display: block;
    width: 25%;
    float: right;
    height: 38px;
    background-clip: padding-box;
    box-shadow: 0 1px 1px rgba(0,0,0,.14), inset 0 -2px 0 #5F5F5F;
    text-transform: uppercase;

}

.qa-pagination {
    clear: both;
    margin: 20px 0;
    overflow: hidden;
}

.qa-pagination a,
.qa-pagination span {
    border: 1px solid #CCC;
    color: #808185;
    display: block;
    float: left;
    font-family: "Lato",Liberation Sans,DejaVu Sans,sans-serif;
    font-size: 130%;
    margin-right: 3px;
    padding: 4px 4px 3px;
    text-decoration: none;
}

.qa-pagination .prev,
.qa-pagination .next,
.qa-pagination .dots {
    border: 1px solid #FFF;
}

.qa-pagination .current {
    background-color: #808185;
    border: 1px solid #808185;
    color: #FFF;
    font-weight: bold;
}

/* = Common Question Elements
-------------------------------------------------------------- */

.question-tags a {
    background-color: #F5F5F5;
    color: #666;
    font-size: 90%;
    line-height: 2.4;
    margin: 2px 2px 2px 0;
    padding: 3px 4px;
    text-decoration: none;
    white-space: nowrap;
    border-radius: 3px;
    border: 1px;
}

.qa-edit-submit {

    margin-right: 7px;
    padding: 12px 0;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    font-family: "Lato","Helvetica Neue", Arial;
    font-size: 12px;
    background-color: #D35039;
    border: 1px;
    display: block;
    width: 45%;
    float: left;
    height: 38px;
    background-clip: padding-box;
    box-shadow: 0 1px 1px rgba(0,0,0,.14), inset 0 -2px 0 #c54328;
    text-transform: uppercase;

}

.qa-edit-submit:hover {
    background-color: #ED5F46;
}

#answer-form input[type="text"] {
color: #4d4d4d;
font-family: "lato","Helvetica Neue", Arial;
font-size: 13px;
height: 38px;
padding: 0 10px 0 15px;
font-weight: 400;
background-color: #fff;
letter-spacing: 0.02em;
border-radius: 3px;
border: 1px solid #c9c9c9;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}

#ask-question {
    margin-top: 12px;
}

#wp-question_content-wrap {
    margin-top: 20px;
}

#question-title {
    height: 38px;
color: #4d4d4d;
font-family: "Lato","Helvetica Neue", Arial;
font-size: 13px;
font-weight: 300;
border: 1px solid #c9c9c9;
border-radius: 3px;
background-color: #fff;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
display: block;
width: 73%;
float: left;
padding-left: 10px;

}

#question-tags {
height: 38px;
color: #4d4d4d;
font-family: "Lato","Helvetica Neue", Arial;
font-size: 13px;
font-weight: 300;
border: 1px solid #c9c9c9;
border-radius: 3px;
background-color: #fff;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
display: block;
width: 100%;
float: left;
padding-left: 10px;
}

#question-taxonomies {
    margin-top: 12px;
}

/* = Archive Question
-------------------------------------------------------------- */

.question {
    border-bottom: 1px dotted #999999;
    overflow: hidden;
    padding: 15px 0;
}

.question:last-child {
    border-bottom: none;
    overflow: hidden;
    padding: 15px 0;
}

.question a:link, .question a:hover {
    color: #07C;
    text-decoration: none;
}

.question a:visited {
    color: #4A6B82;
}

.question a:hover {
    text-decoration: underline;
}

.question-stats {
    float: left;
}

#questions-nav {
    margin: 1em 0;
}

#questions-nav-prev {
    float: left;
}

#questions-nav-next {
    float: right;
}

/* Archive Question Stats */

.question-score,
.question-status {
    float: left;
    height: 70px;
    margin-right: 5px;
    padding: 0px 5px 5px 5px;
}

.question-stats {
    text-align: center;
    font-family: "proxima-nova-condensed","Helvetica Neue", Arial;
}

.mini-count {
    font-size: 190%;
    padding-bottom: 7px;
}

.question-score {
    color: #666;
    width: 30px;
}

.question-status {
    color: #FFF;
    width: 46px;
}

.question-status.answered-accepted,
.question-status.answered {
    color: #21759B;
}

.question-status.answered-accepted .mini-count {
    background-color: #E0EAF1;
}

.question-status.unanswered {
    color: #21759B;
}

/* Archive Question Summary */

.question-summary {
    padding: 0 5px 0 20px;
    float: left;
    width: 70%;
}

.question-summary a {
    text-decoration: none!important;
}


.question h3 {
    font-family: "Lato",Liberation Sans,DejaVu Sans,sans-serif;
    font-size: 90%;
    font-weight: bold;
    margin-bottom: 5px;
}

.question-summary .question-tags {
    float: right;
    width:100%;
}

.question-started {
    float: left;
    width: 100%;

}

.qa-status-icon {
    width: 30px;
    height: 70px;
    display: block;
    float: left;
    background: no-repeat center center;
}

.qa-unanswered-icon {
        background-image: url(../../plugins/qa/default-templates/img/not-resolved.png);
}

.qa-answered-icon {
    background-image: url(../../plugins/qa/default-templates/img/resolved.png);
}

/* = Single Question
-------------------------------------------------------------- */

#single-question h1,
#answer-list h2 {
    border-bottom: 1px solid #000000;
    color: #000;
    line-height: 1.75;
    font-family: "proxima-nova-condensed","Helvetica Neue", Arial;
}

#single-question h1 {
    font-size: 24px;
}

#single-question h2 {
    border-bottom: 1px solid #000000;
    color: #000;
    line-height: 1;
    font-family: "proxima-nova-condensed","Helvetica Neue", Arial;
    display: none;
}

#single-question-container {
    overflow: hidden;
    padding: 12px 0;
}

.question-meta .qa-action-links,
.answer-meta .qa-action-links {
    float: left;
    font-family: "proxima-nova-condensed","Helvetica Neue", Arial;
}

.qa-user-box {
    float: right;
    background-color: #F1F1F1;
    padding: 5px;
}

.qa-user-box .avatar {
    float: left;
    margin-right: 5px;
}

.qa-user-details {
    float: left;
    line-height: 17px;
}

.qa-user-rep {
    font-weight: bold;
}

.answer {
    border-bottom: 1px solid #aaa;
    clear: both;
    overflow: hidden;
    padding: 12px 0;
}

/* Voting box */
#question-body,
.answer-body {
    float: right;
    width: 89%;
}

.qa-voting-box {
    float: left;
    width: 60px;
}

.qa-voting-box input,
.qa-voting-box a,
.qa-voting-box span {
    display: block;
}

input[type=submit].vote-up-on,
input[type=submit].vote-up-off,
input[type=submit].vote-down-on,
input[type=submit].vote-down-off,
input[type=submit].vote-accepted-on,
input[type=submit].vote-accepted-off,
.vote-accepted-on {
    border: 0;
    background-color: #fff !important;
    background-image: url("../../plugins/qa/default-templates/img/vote.png") !important;
    background-repeat: no-repeat !important;
    overflow: hidden;
    text-indent: -9999em;
    margin: 0 auto;
    cursor: pointer;
}

.qa-voting-box input[type=submit] {
    filter: none;
}

.qa-voting-box input[type=submit]:hover {
    filter: none;
}

input[type=submit].vote-accepted-off,
input[type=submit].vote-accepted-on,
.vote-accepted-on {
    background-image: url("../../plugins/qa/default-templates/img/accept.png") !important;
    display: block;
    height: 40px !important;
    width: 39px !important;
}

input[type=submit].vote-accepted-on,
.vote-accepted-on {
    background-position: 0 0 !important;
}

input[type=submit].vote-accepted-off {
    background-position: 0 -35px !important;
}

input[type=submit].vote-up-on,
input[type=submit].vote-up-off,
input[type=submit].vote-down-on,
input[type=submit].vote-down-off {
    height: 25px !important;
    width: 41px !important;
}

input[type=submit].vote-up-on {
    background-position: 0 0 !important;
}

input[type=submit].vote-up-off {
    background-position: 0 -36px !important;
}

input[type=submit].vote-down-off {
    background-position: 0 -70px !important;
}

input[type=submit].vote-down-on {
    background-position: 0 -101px !important;
}

.qa-voting-box span {
    color: #808185;
    font-weight: bold;
    font-family: "proxima-nova-condensed","Helvetica Neue", Arial;
    font-size: 240%;
    line-height: 36px;
    text-align: center;
}

/* = User profile
-------------------------------------------------------------- */

#qa-user-box {
    float: left;
    margin-right: 20px;
    width: 128px;
}

#qa-user-box .qa-user-rep {
    color: #808185;
    font-size: 350%;
    font-weight: bold;
    text-align: center;
    line-height: 1;
}

#qa-user-details {
    margin-top: 20px;
}

#qa-user-details th {
    font-weight: normal;
    padding-right: 1em;
    text-align: left;
}

#qa-user-details td {
    padding: 4px 0;
}

.ui-tabs-hide {
    display: none !important;
}

#qa-user-tabs-wrapper {
    clear: both;
    margin-top: 20px;
}

#qa-user-tabs {
    border-bottom: 1px solid #666;
    clear: both;
    font-weight: bold;
    list-style: none;
    margin: 0;
    height: 34px;
}

#qa-user-tabs li {
    display: inline;
}

#qa-user-tabs a {
    background: inherit;
    border: 1px solid #FFF;
    color: #777;
    display: block;
    float: left;
    font-size: 120%;
    line-height: 28px;
    margin: 3px 8px 0 0;
    padding: 0 11px;
    text-decoration: none;
}

#qa-user-tabs a:hover,
#qa-user-tabs a.youarehere {
    background: none repeat scroll 0 0 #FFF;
    border-color: #777 #777 #FFF;
    border-style: solid;
    border-width: 1px;
    height: 30px;
}

#qa-user-tabs a.youarehere {
    color: black;
}


#qa-user-answers ul {
    list-style-type: none;
    margin: 0;
}

#qa-user-answers {
    margin-top: 20px;
}

#qa-user-answers li {
    overflow: hidden;
    padding: 3px;
}

#qa-user-answers .answer-link {
    padding-left: 10px;
}

.answer-score {
    color: #555555;
    float: left;
    font-size: 110%;
    font-weight: bold;
    height: 15px;
    padding: 4px 4px 5px;
    text-align: center;
    text-decoration: none;
    width: 20px;
}

/* = QA Form
-------------------------------------------------------------- */

#edit-answer {
    padding-top: 20px;
}

#question-form textarea.wp32,
#answer-form textarea.wp32 {
    width: 600px;
    height: 200px;
    border: 1px solid;
}

#question-form textarea,
#answer-form textarea {
    width: 100%;
    height: 200px;
    border: 1px solid!important;
}

#question-form textarea.wp32,
#answer-form textarea.wp32,
.cleditorMain {
    margin: 20px 0;
}

/* = Question Form
-------------------------------------------------------------- */

#question-taxonomies {
    margin-bottom: 20px;
}

#question-form table#question-form-table input {
    width: 99%;
}

#question-title-label,
#question-category-td,
#question-tags-label {
    width: 1%;
    font-family: "proxima-nova-condensed","Helvetica Neue", Arial;

}

#question-title-label,
#question-tags-label {
    padding-right: .5em;
}

#question-tags-label {
    padding-left: 1em;
}

#question-title,
#question-tags {
    border: 1px solid #999;
    background-color: #fff;
}

/* = Answer Form
-------------------------------------------------------------- */

#answer-form h2 {
    color: black;
    line-height: 1.75;
}

/* = Suggest
-------------------------------------------------------------- */

.qa-suggest-results {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    display: none;
    z-index: 10000;
    border-width: 1px;
    border-style: solid;
}
.qa-suggest-results li {padding: 2px 5px; white-space: nowrap;  text-align: left}
.qa-suggest-match {text-decoration: underline}
.qa-suggest-over {cursor: pointer}

/* Suggest colors */
.qa-suggest-results {background-color: #fff; border-color: #808080}
.qa-suggest-results li {color: #101010}
.qa-suggest-match {color: #000}
.qa-suggest-over {background-color: #f0f0b8}

/* BuddyPress integration */
#item-body t config --global core.autocrlf true#qa-user-tabs-wrapper {
    margin-top: 0;
}

.activity-action p a {display:inline !important;}

/* Captcha */
.qa_captcha_inner{margin:10px 0 10px 0;}

/* Questionlinks */

.question-started a, .qa-action-links a, .question-category a, .qa-user-link a,.qa-user-details a{
    color: #2599d8!important;
}

/* 351481-1415460630-ai */

/* Resource */

    /* Resources
--------------------------------------------- */

div.resources {
display: block;
clear: both;
overflow: hidden;
border: 0;
padding-bottom: 20px;
margin-top: 40px;
margin-bottom: 40px;
border-bottom: 1px solid #F0F1EC
}

div.resources-signal {
display: block;
clear: both;
overflow: hidden;
border: 0;
padding: 20px;
margin-bottom: 40px;
border: 5px dashed #d54f33;
}

div.resources-before {
display: block;
clear: both;
overflow: hidden;
border: 0;
padding-bottom: 20px;
margin-top: 40px;
margin-bottom: 0px;
}


/* Media queries*/

@media only screen and (min-width: 1025px) {
     .reply{opacity:0; margin: 10px 0 0 50px; }
     .comment:hover .reply{
    opacity: 1;
     }

}
cite.fn,
div.reply a,
.commentlist cite a,
.logged-in-as a{
    color: #2599d8;
    font-family: "lato","Helvetica Neue", Arial;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    margin:0 10px 0 0;
}
#reply-title a{
    color: #2599d8;
}
cite.fn{
    color: #333;
}
.comment ul.children{
    margin0left: 15px;
}
.comment ul.children li{
    border-bottom: 0;
    padding-bottom: 0;
}
.logged-in-as a{
    margin: 0;
}
.commentlist .comment-meta a{
    color: #919191;
    font-size: 12px;
}
.questions br,
.questions p,
.qa_title p,
span.says,
.comment-awaiting-moderation,
.comment-body>br,
.comment-notes,
.subscribe br{
    display: none;
}
.comment-form label{
    color: #2c2c2c ;
    font-family: lato;
    font-size: 14px;
    letter-spacing: -0.01em;
    font-weight: 400;
    margin-bottom: 7px;
}
.commentlist p,
.logged-in-as {
    color: #373737;
    font-family: "lato","Helvetica Neue", Arial;
    font-size: 14px;
    padding-left: 50px;
    margin:5px 0 0 0;
    clear: left;
}
.logged-in-as{
    padding-left: 0;
    margin: 10px 0 20px;
}

.cmnt_write{
    padding: 30px 6.5% 30px 6.5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cmnt_write h3{
    color: #2c2c2c;
    font-family: "proxima-nova-condensed","Helvetica Neue", Arial;;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 20px 0;
}
.cmnt_write input{
    margin-bottom: 20px;
}
.cmnt_write form{
    display: block;
}
.cmnt_write input[type="text"]{
    width:100%;
    max-width: 310px;
    display: block;
    color: #4d4d4d;
    font-family: "lato","Helvetica Neue", Arial;
    font-size: 13px;
    height: 38px;
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    background-clip: padding-box;
    background-color: #fff;
    padding:0 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.cmnt_write textarea#comment{
    width:85%;
    max-width: 520px;
    max-height: 88px;
    display: block;
    color: #4d4d4d;
    font-family: "lato","Helvetica Neue", Arial;
    font-size: 13px;
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    background-clip: padding-box;
    background-color: #fff;
    padding: 8px 12px;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.cmnt_write input[type="submit"]{
    width:140px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#reply-title small a{
    height:auto;
    float: none;
}
/* QA Page */

.qa{
    background-color: #FFF;
    box-shadow: 0 1px 2px rgba(0,0,0,.15);
    padding:20px 4.5% 30px 4.5%;
    margin-top: 0px;
    margin-bottom: 20px;
}
.qa_desc h3{
    color: #2c2c2c;
    font-family: "proxima-nova-condensed","Helvetica Neue", Arial;
    font-size: 24px;
    font-weight: bold;
    margin-top: 0px;
}
.qa_desc p{
    color: #4d4d4d;
    font-family:  "lato","Helvetica Neue", Arial;
    font-size: 16px;
    margin-top:0px;
}
.qa_desc h1{
    font-family: "proxima-nova-condensed","Helvetica Neue", Arial;
    font-size: 32px;
    font-weight: bold;
    margin: 0 0 -15px 0;
}
.qa .questions{
    box-shadow: none;
    margin: 25px 0;
    padding:0;
}
.qa .questions a{
    display: block;
    float: left;
    width: 31%;
    margin-right: 2%;
}
.qa .questions form{
    width: 34%;
    float: right;
    position: relative;
}
.questions form input[type="text"]{
    width: 100%;
    height: 40px;
    color: #4d4d4d;
    font-family: "Lato";
    font-size: 13px;
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:0 0 0 12px;
}
.questions form input[type="submit"]{
    position: absolute;
    background: url("images/blog_search.png") #fff no-repeat center;
    border: 1px solid #fff;
    padding: 0 12px;
    right: 5px;
    top: 10px;
}
.qa_title{
    border:1px solid #C9C9C9;
    padding:0;
}
.qa_title li{
    border-bottom: 1px solid #e9e9e9;

}
.qa_title li a{
    display: table;
    width:100%;
    padding:12px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.qa_title li a:hover{
    background-color: #FAFAFA;
}
.qa_title li a:hover .qa_title li h6{
    color:#1D7CAF;
}
.qa_title li h3{
    float: left;
    color: #d54f33;
    font-family: "proxima-nova-condensed","Helvetica Neue", Arial;
    font-size: 24px;
    font-weight: bold;
    margin:0;
}
.qa_title li h6{
    float: right;
    color: #2599d8;
    font-family: "proxima-nova-condensed","Helvetica Neue", Arial;
    font-size: 14px;
    font-weight: bold;
    margin: 7px 0 0 0;
}
.cubicle_intro .latest_qa{
    margin-bottom: 20px;
}
.cubicle_intro .latest_qa li a{
    padding: 20px 20px 20px 20px;
}
.cubicle_intro .latest_qa li:hover p{
    color: #0681C3;
}

#questions-2 p:hover{
    color: #0681C3!important;
}

.cubicle_intro .latest_qa li p{
    width: 95%;
    color: #2599d8!important;
    font-size: 16px;
}

.latest_qa li p{
    width: 95%;
    color: #2599d8!important;
    font-size: 16px;
}

.widget_question_categories p{
    width: 100%!important;
    color: #2599d8!important;
    font-size: 24px!important;
}

.widget_question_categories a{
    width: 100%;
    color: #2599d8!important;
}

.widget_question_categories a:hover {
    width: 100%;
    color: #1A6A95!important;
}

.widget_question_categories .children li {
    margin-left: 30px;
    border-bottom: 0px;

}

.latest_qa li:hover p{
    color:#1A6A95;
}

.post .comments ul li a{
    display: table;
    width: 40px;
    height: 15px;
    color: #fff;
    text-align: center;
    font-family: "lato","Helvetica Neue", Arial;
    font-size: 10px;
    font-weight: 600;
    display: block;
    padding: 3px 3px 1px 0;
    border-radius: 2px;
}
.post .comments time{
    width:70%;
    padding:13px 0 13px 4.5%;
}
.post .comments ul li{
    margin-right: 5px;
}
.post .comments ul li i{
    float: left;
    text-align: center;
    display: inline-block;
    width: 11px;
    height: 12px;
    display: block;
    background: url("images/spritesheet.png")no-repeat;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    border: 1px solid;
    margin-top: -3px;
}

/* Popup */

div.b-modal{
    background-color: rgba(0,0,0,0.9) !important;
    opacity: 0.2!important;
}
div.popup{
    display: none;
    position: relative;
    max-width: 710px;
    width: 98%;
    background-color: #fff;
    box-shadow: 4px 0 45px rgba(0,0,0,0.4);
    padding: 50px 78px 50px 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px #fff;
}
.popup_wrap{
    display: table;
}
.popup_content,
.popup_img{
    display: table-cell;
    vertical-align: top;
}
.popup_img{
    width: 35%;
}
.popup_img img{
    width: 100%;
}
.popup_content{
    float: right;
}
.popup_img{
    padding-right: 34px;
}
div.popup span.b-close{
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    opacity: 0.3;
    transition: opacity 0.25s ease-out;
}
div.popup span.b-close:hover{
    opacity: 1;
    transition: opacity 0.25s ease-out;
}
div.popup h2{
    color: #2c2c2c;
    font-family: "proxima-nova-condensed","Helvetica Neue", Arial;
    font-size: 40px;
    letter-spacing: -0.025em;
    line-height: 0.9;
    margin: 0;
}
div.popup p{
    color: #4d4d4d;
    font-family: "lato","Helvetica Neue", Arial;
    font-size: 16px;
    margin-top: 12px;
}
div.popup form{
    clear: left;
}
div.popup input[type="text"]{
    width: 100%;
    height: 38px;
    color: #4d4d4d;
    font-family: "lato","Helvetica Neue", Arial;
    font-size: 13px;
    font-weight: 300;
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    background-color: #fff;
    padding-left: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
div.popup input[type="submit"]{
    width: auto;
    height: 38px;
    color: #fff;
    font-family: "lato","Helvetica Neue", Arial;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    border-radius: 3px;
    background-color: #d35039;
    box-shadow: 0 1px 1px rgba(0,0,0,.14), inset 0 -2px 0 #c54328;
    border: 0;
    margin: 10px auto 0 auto;
}

/* Leadgen5 */

/* Popup */

div.leadgen5{
    position: relative;
    max-width: 910px;
    width: 90%;
    background-color: #F1F1F1;
    padding: 50px 78px 50px 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    margin: 30px auto 0 auto;
    overflow: auto;
}
.leadgen5_wrap{
    display: inline;
}
.leadgen5_content,.leadgen5_form,
.leadgen5p_img{
    display: inline;
    vertical-align: top;
}
.leadgen5_img{
    display: inline;
    width: 35%;
}
.leadgen5_img img{
    width: 35%;
}

}
.leadgen5_form{
    width: 59%;
}

.leadgen5_content{
    float: right;
    width: 59%;
}
.leadgen5_img{
    padding-right: 34px;
}
div.leadgen5 h2{
    color: #2c2c2c;
    font-family: "proxima-nova-condensed","Helvetica Neue", Arial;
    font-size: 40px;
    letter-spacing: -0.025em;
    line-height: 0.9;
    margin: 0;
}
div.popup p{
    color: #4d4d4d;
    font-family: "lato","Helvetica Neue", Arial;
    font-size: 16px;
    margin-top: 12px;
}
div.leadgen5 form{
    clear: left;
    width: 59%;
    display: inline;
}
div.leadgen5 input[type="text"]{
    width: 100%;
    height: 38px;
    color: #4d4d4d;
    font-family: "lato","Helvetica Neue", Arial;
    font-size: 13px;
    font-weight: 300;
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    background-color: #fff;
    padding-left: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
div.leadgen5 input[type="submit"]{
    width: auto;
    height: 38px;
    color: #fff;
    font-family: "lato","Helvetica Neue", Arial;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    border-radius: 3px;
    background-color: #d35039;
    box-shadow: 0 1px 1px rgba(0,0,0,.14), inset 0 -2px 0 #c54328;
    border: 0;
    margin: 10px auto 0 auto;
}

div.leadgen5 input[type="submit"]{
   background-color: #ED5F46;
}


/* Leadgen6 */

div.leadgen6{
    position: relative;
    max-width: 910px;
    width: 90%;
    background-color: #F1F1F1;
    padding: 50px 50px 50px 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    margin: 30px auto 0 auto;
    overflow:auto;
}
.leadgen6_wrap{
    display: inline;
}
.leadgen6_content,.leadgen6_form,
.leadgen6p_img{
    display: inline;
    vertical-align: top;
}
.leadgen6_img{
    display: inline;
    width: 35%;
    padding: 0px;
}
.leadgen6_img img{
    width: 35%;
}

}
.leadgen6_form{
    width: 59%;
}

.leadgen6_content{
    float: right;
    width: 59%;
    padding-left: 20px;
}
div.leadgen6 h2{
    color: #2c2c2c;
    font-family: "proxima-nova-condensed","Helvetica Neue", Arial;
    font-size: 40px;
    letter-spacing: -0.025em;
    line-height: 0.9;
    margin: 0;
    margin-top: 0px!important;
}

div.leadgen6 form{
    clear: left;
    width: 59%;
    display: inline;
}
div.leadgen6 input[type="text"]{
    width: 100%;
    height: 38px;
    color: #4d4d4d;
    font-family: "lato","Helvetica Neue", Arial;
    font-size: 13px;
    font-weight: 300;
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    background-color: #fff;
    padding-left: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
div.leadgen6 input[type="submit"]{
    width: 100%;
    height: 38px;
    color: #fff;
    font-family: "lato","Helvetica Neue", Arial;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    border-radius: 3px;
    background-color: #d35039;
    box-shadow: 0 1px 1px rgba(0,0,0,.14), inset 0 -2px 0 #c54328;
    border: 0;
    margin: 10px auto 0 auto;
}

div.leadgen6 input[type="submit"]:hover{
    background-color: #ED5F46;
}


/* TEMP */

#ouibounce-modal {
  font-family: 'Open Sans', sans-serif;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#ouibounce-modal .underlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.5);
  cursor: pointer;
  -webkit-animation: fadein 0.5s;
  animation: fadein 0.5s;
}
#ouibounce-modal .modal {
  width: 700px;
  height: 550px;
  background-color:#fff;
  z-index: 1;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 4px;
  -webkit-animation: popin 0.3s;
  animation: popin 0.3s;
}
#ouibounce-modal .modal-title {
  font-size: 18px;
  color: #000;
  text-align: left;
  width:60%;
  margin-top: 20px;
  margin-left: 30px;
  margin-right: 20px;
}
#ouibounce-modal h3 {
  color: #000;
  font-size: 40px;
  margin: 0em;
  font-weight: 500;
  font-family: "proxima-nova-condensed","Helvetica Neue", Arial;

}
#ouibounce-modal .modal-body {
  padding: 0px 35px;
  font-size: 0.9em;
  width: 70%;
}

#ouibounce-modal .modal-form {
  padding: 0px 35px;
  font-size: 0.9em;
  width: 80%;
  margin: 0 auto;
  margin-top: 15px

}

#ouibounce-modal p {
  color: #000;
  line-height: 1.5em;
  font-size: 16px;
  margin-top:7px;
  margin-bottom: 10px;
}
#ouibounce-modal form {
  text-align: center;
  padding:10px;
  background-color: #F1F1F1;
  border:1px solid #F1F1F1;
  border-radius: 3px;
  clear:both;
}
#ouibounce-modal form input[type=text] {
  padding: 10px 0px;
  font-size: 1.2em;
  width: 99%;
  border-radius: 4px;
  border: 1px solid #ccc;
  -webkit-font-smoothing: antialiased;
  margin: 10px auto 0 auto;
  text-align: center;
}
#ouibounce-modal form input[type=submit] {
    width: 99%;
    height: 60px;
    color: #fff;
    font-family: "lato","Helvetica Neue", Arial;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    border-radius: 3px;
    background-color: #d35039;
    box-shadow: 0 1px 1px rgba(0,0,0,.14), inset 0 -2px 0 #c54328;
    border: 0;
    margin: 10px auto 0 auto;
}

#ouibounce-modal form input[type=submit]:hover {
    background-color: #ED5F46;
}

#ouibounce-modal form p {
  text-align: left;
  margin-left: 35px;
  opacity: 0.8;
  margin-top: 1px;
  padding-top: 1px;
  font-size: 0.9em;
}
#ouibounce-modal .modal-footer {
  position: absolute;
  bottom: 20px;
  text-align: center;
  width: 100%;
  margin-top:
}
#ouibounce-modal .modal-footer p {
  cursor: pointer;
  display: inline;
  font-size: 11px;
  border-bottom: 1px solid #344a5f;
}

.modal-img{
    display: table-cell;
    vertical-align: top;
    float: right;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: right;
}
.modal-img{
    width: 30%;
}
.modal-img img{
    width: auto;
}
.modal-img{
    padding-right: 34px;
}

.modal ul {
    padding-left:20px;
}

.modal li {
    font-family: "lato","Helvetica Neue", Arial;
    font-size: 16px;
    list-style: none;
    line-height: 19px;
    /* background: url("http://www.cubicledropout.com/wp-content/themes/cubicle-dropout/bullet.png") 0 5px no-repeat; */
    padding: 0 0 0 10px;
    color: #000;
    text-shadow: 0 1px 0 rgba(255,255,255,.22);
    background: url("http://www.cubicledropout.com/wp-content/themes/cubicle-dropout/images/spritesheet.png") no-repeat -78px -74px;
    padding-left: 28px;
    margin-top: 9px;
    }

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-webkit-keyframes popin {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  85% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-ms-keyframes popin {
  0% {
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  85% {
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }

  100% {
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes popin {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  85% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

/*------- Popscroll -------*/

#scrolltriggered {
display:none;
position:fixed;
z-index:1000;
bottom:-210px;
background: url('images/img/popscroll.jpg') no-repeat 0 0;
font-size:15px;
border:solid none;
-webkit-box-shadow:0 0 0 10px rgba(0,0,0,0.1);
-moz-box-shadow:0 0 0 10px rgba(0,0,0,0.1);
box-shadow:0 0 0 10px rgba(0,0,0,0.1);
color:#000;
}

#scrolltriggered #closebox {
z-index:1001;
background:#F1F1F1!important;
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
height:20px;
width:20px;
display:inline-block;
position:absolute;
top:5px;
right:5px;
font-family: "lato","Helvetica Neue", Arial;
background: url('images/img/popscroll.jpg') no-repeat 0 0;
color:#000;
text-align:center;
font-size:14px;
line-height:16px;
text-decoration:none;
}

#scrolltriggered #closebox:hover {
background:#bba137;
}

#scrolltriggered #inscroll {
/* -webkit-box-shadow:inset 0 0 50px 10px #fad047;
-moz-box-shadow:inset 0 0 50px 10px #fad047;
box-shadow:inset 0 0 50px 10px #fad047; */
font-size:12px;
padding:20px 20px 10px;
}

#scrolltriggered #inscroll p {
line-height:15px;
margin:0 0 9px;
font-family: "lato","Helvetica Neue", Arial;
color: #fff;
}

#scrolltriggered #inscroll strong {
font-weight:700;
}

#scrolltriggered #inscroll ul {
margin:7px 0 9px;
padding:0;
list-style-type: none;
padding: 0;
}

#scrolltriggered #inscroll ul li {
font-family: "lato","Helvetica Neue", Arial;
font-size:12px;
list-style:none;
line-height:19px;
/* background:url(bullet.png) 0 5px no-repeat; */
padding:0 0 0 10px;
color: #fff;
text-transform: uppercase;
font-weight: bold;
text-shadow: 0 1px 0 rgba(255,255,255,.22);
background: url("http://www.cubicledropout.com/wp-content/themes/cubicle-dropout/images/spritesheet.png") no-repeat -78px -74px;
padding-left: 28px;
margin-top:5px;
}

#scrolltriggered #inscroll h5 {
font-family: "lato","Helvetica Neue", Arial;
font-size:20px;
font-weight:50;
margin:0 0 5px;
color: #fff;
font-size: 20px;
}

#scrolltriggered #inscroll h5 span {
color:#c41000;
}

#scrolltriggered #inscroll form {
margin:10px 0 0;
}

#scrolltriggered #inscroll form input {
/* border:none;
-webkit-box-shadow:inset 0 0 3px 1px #e2e2e2;
-moz-box-shadow:inset 0 0 3px 1px #e2e2e2;
box-shadow:inset 0 0 3px 1px #e2e2e2;
-webkit-border-radius:3px;
-moz-border-radius:3px; */
border-radius:3px;
height:25px;
display:inline-block;
line-height:25px;
width:60%;
padding:0 5px;
color: #4d4d4d;
font-family: "lato","Helvetica Neue", Arial;
font-size: 13px;
font-weight: 300;
border: 1px solid #c9c9c9;
border-radius: 3px;
background-color: #fff;
}

#scrolltriggered #inscroll form input.error {
background-color:#eca8a8;
border-color:#ff4318;
}

#scrolltriggered #inscroll form input[type=submit],#scrolltriggered #inscroll form input.submit {
display:block;
position:relative;
width:33%!important;
height:26px;
background-color: #D35039;
cursor:pointer;
float:right;
text-transform: uppercase;;
font-size: 10px;
font-family: "lato","Helvetica Neue", Arial;
color:#FFF;
/* -moz-box-shadow:inset 0 1 0 #e27066;
-webkit-box-shadow:inset 0 1 0 #e27066;
box-shadow:0 1px 0 0 #e27066 inset;
-webkit-border-radius:3px;
-moz-border-radius:3px; */
box-shadow: 0 1px 1px rgba(0,0,0,.14), inset 0 -2px 0 #c54328;
border-radius:3px;
border: 1px solid #D35039!important;
letter-spacing: 0.03em;
}

#scrolltriggered #inscroll form input[type=submit]:hover,#scrolltriggered #inscroll form input.submit:hover {
background-color: #ED5F46;
-moz-box-shadow:inset 0 1 0 #f3796f;
-webkit-box-shadow:inset 0 1 0 #f3796f;
box-shadow:0 1px 0 0 #f3796f inset;
}

#scrolltriggered #stbMsgArea {
display:none;
margin:0;
padding:10px 0 0;
}

/*------- Contact -------*/

#cntctfrm_contact_form input[type="text"] {
width: 100%;
height: 38px;
color: #4d4d4d;
font-family: "lato","Helvetica Neue", Arial;
font-size: 13px;
font-weight: 300;
border: 1px solid #c9c9c9;
border-radius: 3px;
background-color: #fff;
padding-left: 12px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

#cntctfrm_contact_form textarea {
width: 85%;
max-width: 520px;
max-height: 88px;
display: block;
color: #4d4d4d;
font-family: "lato","Helvetica Neue", Arial;
font-size: 13px;
border: 1px solid #c9c9c9;
border-radius: 3px;
background-clip: padding-box;
background-color: #fff;
padding: 8px 12px;
margin-bottom: 20px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

#cntctfrm_contact_form input[type="submit"] {
color: #fff;
height: 40px;
width: 110px;
font-family: "lato","Helvetica Neue", Arial;
font-size: 12px;
font-weight: 500;
letter-spacing: 0.1em;
text-transform: uppercase;
background-clip: padding-box;
background-color: rgba(46, 155, 214, 1);
border: none;
border-radius: 3px;
box-shadow: 0 1px 1px rgba(0,0,0,.14), inset 0 -2px 0 #0e88cb;
}

#cntctfrm_contact_form input[type="submit"]:hover {
    background-color: rgba(59, 169, 228, 1)
}

#cntctfrm_contact_form div {
    margin-top: 5px!important;
}

#cntctfrm_contact_form label {
    margin-top: 5px!important;
}

/*------- Viperbar -------*/

#ViperBar_inner {
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09)!important;
}

.ViperBar_form input[type=text]{
border: 1px solid #c9c9c9!important;
}

#ViperBar_submit {
box-shadow: 0 1px 1px rgba(0,0,0,.14), inset 0 -2px 0 #c54328;
background: #D35039!important;
color: #FFF;
font-size: 11px!important;
margin-left: 10px!important;
}
#ViperBar_inner{
    font-size: 14px!important;
}
#ViperBar_submit:hover{
    background-color: #ED5F46!important;
}

/*------- Media Queries -------*/

@media only screen and (max-width: 725px) {
    div.popup{
        padding: 30px;
    }
    div.popup_img{
        padding-right: 20px;
    }
    div.popup h2{
        font-size: 28px;
    }

}
@media only screen and (max-width: 500px){
    div.popup_img{
        display: block;
        width: 120px;
        float: none;
        padding :0;
        margin: 0 auto 20px;
    }
    div.popup_content{
        display: block;
        width: 100%;
        float: none;
    }
    div.popup h2{
        font-size: 22px;
    }

     .ViperBar_main {
        display:none;
    }

}






/* ==========================================================================
   Media Queries font-family: "proxima-nova-condensed","Helvetica Neue", Arial;
   ========================================================================== */

@media only screen and (min-width: 35em) {

}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    visibility: hidden;
}
.hide{
    display: none;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
