#tech-detail-page .wysiwyg p, 
#tech-detail-page .wysiwyg ul, 
#tech-detail-page .wysiwyg li,
#tech-detail-page .wysiwyg blockquote {
    font-size: inherit;
    margin: 0;
    padding: 0 0 15px;
    font-weight: 300;
    font-size: 18px;
}
#tech-detail-page .wysiwyg p span {
    font-weight: 300;
}
#tech-detail-page .wysiwyg p strong {
    font-weight: 600;
}

#tech-detail-page .wysiwyg h2, 
#tech-detail-page .wysiwyg h3, 
#tech-detail-page .wysiwyg h4, 
#tech-detail-page .wysiwyg h5, 
#tech-detail-page .wysiwyg h6 {
    font-weight: 400;
    font-size: 22px;
    padding: 0 0 15px;
}

#tech-detail-page .wysiwyg img {
    display: block;
    border: 6px solid #fff;
    margin: 20px 0 0;
    background: #fff;
}

body.page-template-page-tech-detail {
    background: #f2f2f2;
}
#tech-detail-page .tech-detail-page__heading {    
    position: relative;
    margin: 50px auto 22px;
    max-width: 1210px;
}
#tech-detail-page .tech-detail-page__heading:after {
    content: '';
    display: block;
    clear: both;
}
#tech-detail-page .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(50% - 2px);
    height: 100%;
    z-index: 1;
}
#tech-detail-page .bg--2 {
    left: auto;
    right: 0;
    width: calc(50% - 3px);
}
#tech-detail-page .tech-detail-page__heading__logo {
    
}
#tech-detail-page .tech-detail-page__heading__logo__inner {
    position: absolute;
    padding: 0 0 0 150px;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    height: 115px;
    width: calc(50% - 75px);
    z-index: 5;
}
#tech-detail-page .tech-detail-page__heading__logo__inner img {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
}
#tech-detail-page .tech-detail-page__heading__logo__inner .page-heading {
    position: absolute;
    font-size: 31px;
    font-weight: normal;
    padding: 0;
    margin: 0;
    color: #fff;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    top: 50%;
}
#tech-detail-page .tech-detail-page__heading__intro {
    position: relative;
    width: calc(50% - 3px);
    float: right;
    z-index: 5;
    text-align: center;
    color: #fff;
    font-weight: 300;
    font-size: 19px;
    line-height: 1.45;
    padding: 50px 35px;
}

#tech-detail-page .tech-detail-page__content {    
    position: relative;
    margin: 22px auto 22px;
    max-width: 1210px;
    background: #3c3c3b;
    color: #fff;
    padding: 35px;
    line-height: 1.45;
}
#tech-detail-page .tech-detail-page__content .page-heading {
    font-size: 34px;
    font-weight: 300;
    margin: 0;
    padding: 0 0 15px;
}
#tech-detail-page .tech-detail-page__content .page-content {
    font-size: 18px;
    font-weight: 300;
}
#tech-detail-page .tech-detail-page__content__row {
    margin: 0 -30px;
    padding: 35px 0 40px;
}
#tech-detail-page .tech-detail-page__content__row:after {
    content: '';
    display: block;
    clear: both;
}
#tech-detail-page .tech-detail-page__content__col {
    float: left;
    padding: 0 30px;
    width: 50%;
}

#tech-detail-page .tech-detail-page__content__col__box {
    position: relative;
    background: #706f6f;
    padding: 30px;
    margin: 0 0 30px;
}
#tech-detail-page .tech-detail-page__content__col__box .box-content {
    font-size: 18px;
    font-weight: 300;
}
#tech-detail-page .box-content__heading {
    position: relative;
    padding: 0 185px 0 68px;
    min-height: 50px;
    line-height: 1.3;
    font-size: 19px;
    font-weight: 300;
    margin: 0 0 20px;
}
#tech-detail-page .box-content__heading .heading-txt {
	display: block;
	position: relative;
	transform: translateY(calc(-50% + 25px));
	-webkit-transform: translateY(calc(-50% + 25px));
}
#tech-detail-page .box-content__heading img {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
	max-height: 50px;
}
#tech-detail-page .box-content__heading .box-btn {
    position: absolute;
    top: 0;
    right: -10px;
    width: 165px;
    background: #8c8c8c;
    text-align: center;
    color: #fff;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    text-decoration: none;
    font-size: 19px;
	line-height: 50px;
}
#tech-detail-page .box-content__heading .box-btn:hover {
    background: #fff;
    color: #000;
}
#tech-detail-page .box-col-content-inner {
    padding: 40px 28px;
}
#tech-detail-page .box-col-content-inner .box-content__heading .box-btn {
    background: #fff;
    opacity: 1;
}
#tech-detail-page .box-col-content-inner .box-content__heading .box-btn:hover {
    opacity: 0.8;
}
#tech-detail-page .box-col-content-inner .box-content__heading {
    margin-bottom: 30px;
}
#tech-detail-page .box-col-content-inner .tech-popup-box {
    border-top: 2px solid rgba(255,255,255,0.4);
    margin-top: 30px;
    padding-top: 30px;
}
#tech-detail-page .box-col-content-inner .tech-popup-box .logo-btn {
    display: block;
    background: #3c3c3b;
    position: relative;
    width: 245px;
    height: 90px;
    margin: 10px 0 0;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;    
    left: 0;
}
#tech-detail-page .box-col-content-inner .tech-popup-box .logo-btn img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%,-50%);
    -webkbit-transform: translate(-50%,-50%);
    background: none;
    border: none;
    margin: 0;
}
#tech-detail-page .box-col-content-inner .tech-popup-box a .logo-btn:before {
    content: '';
    position: absolute;
    top: 0;
    right: -35px;
    width: 35px;
    height: 100%;
    background: #fff;
}
#tech-detail-page .box-col-content-inner .tech-popup-box a .logo-btn:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -20px;
    transform: rotatez(45deg);
    -webkit-transform: rotatez(45deg);
    border-top: 3px solid #3c3c3b;
    border-right: 3px solid #3c3c3b;
    width: 7px;
    height: 7px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    margin-top: -4px;
    border-radius: 1px;
}
#tech-detail-page .box-col-content-inner .tech-popup-box a:hover .logo-btn {
    left: 20px;
}
#tech-detail-page .tech-detail-page__content__col--box-content {
    display: none;
}

#tech-detail-page .cta-bar {
    border-top: 2px solid #656667;
    padding: 35px 35px 15px;
    position: relative;
    font-size: 30px;
    color: #fff;
    font-weight: 300;
    padding-right: 325px;
}
#tech-detail-page .cta-bar .cta-bar__btn {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 275px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    font-weight: 400;
    text-decoration: none;
    background: #91c437;
    font-size: 21px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
#tech-detail-page .cta-bar .cta-bar__btn:hover {
    color: #91c437;
    background: #fff;
}

@media (max-width: 1210px) {
    
    #tech-detail-page .box-content__heading {
        padding-right: 125px;
    }
    #tech-detail-page .box-content__heading .box-btn {
        font-size: 15px;
        width: 120px;
    }
    
    #tech-detail-page .cta-bar {
        font-size: 24px;
    }
    
}

@media (max-width: 1020px) {
    
    #tech-detail-page .tech-detail-page__heading {
        margin-top: 22px;
    }
    
    #tech-detail-page .tech-detail-page__heading__intro {
        font-size: 17px;
    }
    
    #tech-detail-page .tech-detail-page__content__col__box .box-content {
        font-size: 16px;
    }
    
    #tech-detail-page .wysiwyg p, 
    #tech-detail-page .wysiwyg ul, 
    #tech-detail-page .wysiwyg li,
    #tech-detail-page .wysiwyg blockquote {
        font-size: 16px;
    }
    
    #tech-detail-page .tech-detail-page__content__row {
        margin: 0 -20px;
    }
    #tech-detail-page .tech-detail-page__content__col {
        padding: 0 20px;
    }
    
    #tech-detail-page .tech-detail-page__content .page-heading, 
    #tech-detail-page .tech-detail-page__heading__logo__inner .page-heading {
        font-size: 28px;
    }
    
    #tech-detail-page .cta-bar {
        padding-right: 225px;
    }
    #tech-detail-page .cta-bar .cta-bar__btn {
        width: 180px;
    }
    
}

@media (max-width: 960px) {
    
    #tech-detail-page .box-content__heading {
        padding-right: 60px;
        font-size: 18px;
        min-height: 40px;
        padding-left: 55px;
    }
	#tech-detail-page .box-content__heading .heading-txt {
		transform: translateY(calc(-50% + 20px));
		-webkit-transform: translateY(calc(-50% + 20px));
	}
    #tech-detail-page .box-content__heading img {
		max-height: 40px;
	}
    #tech-detail-page .box-content__heading .box-btn {
        overflow: hidden;
        text-indent: -999px;
        width: 40px;
        height: 40px;
		line-height: 40px;
    }
    #tech-detail-page .box-content__heading .box-btn:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: rotatez(45deg);
        -webkit-transform: rotatez(45deg);
        border-top: 3px solid #ffffff;
        border-right: 3px solid #ffffff;
        width: 8px;
        height: 8px;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
        margin-top: -5px;
        margin-left: -7px;
        border-radius: 1px;
    }
    #tech-detail-page .box-content__heading .box-btn:hover:after {
        border-color: #706f6f;
    }
    #tech-detail-page .tech-detail-page__content__col--box-content .box-content__heading .box-btn:after {
        content: 'X';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: rotatez(0deg);
        -webkit-transform: rotatez(0deg);
        width: 20px;
        height: 20px;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
        margin-top: -10px;
        margin-left: -10px;
        border-radius: 1px;
        color: #706f6f;
        border: none;
        text-indent: 0;
        line-height: 20px;
        font-weight: 600;
        font-size: 24px;
    }
    #tech-detail-page .box-col-content-inner .tech-popup-box .logo-btn {
        width: 210px;
        height: 75px;
    }
    
}

@media (max-width: 910px) {
    
    #tech-detail-page .cta-bar {
        padding-left: 0;
        padding-right: 0;
        font-size: 20px;
    }
    
    #tech-detail-page .cta-bar .cta-bar__btn {
        right: 0;
    }
    
}

@media (max-width: 760px) {
    
    #tech-detail-page .bg--1 {
        width: 100%;
    }
    
    #tech-detail-page .bg--2 {
        display: none;
    }
    
    #tech-detail-page .tech-detail-page__heading__logo {
        padding-top: 25px;
    }
    #tech-detail-page .tech-detail-page__heading__logo__inner {
        position: relative;
        padding: 0 0 0 150px;
        left: 0;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        height: 115px;
        width: calc(100% - 25px);
        z-index: 5;
        height: 70px;
        margin-left: 25px;
        padding-left: 90px;
    }
    #tech-detail-page .tech-detail-page__heading__intro {
        text-align: left;
        padding: 25px;
        float: none;
        width: 100%;
    }
    
    #tech-detail-page .tech-detail-page__content .page-heading, #tech-detail-page .tech-detail-page__heading__logo__inner .page-heading {
        font-size: 24px;
    }
    
    #tech-detail-page .tech-detail-page__content__col {
        float: none;
        width: 100%;
    }
    
    #tech-detail-page .cta-bar {
        padding-right: 0;
        padding-top: 20px;
        text-align: center;
    }
    #tech-detail-page .cta-bar .cta-bar__btn {
        position: relative;
        display: block;
        margin: 15px auto 0;
        top: 0;
    }
    
}

@media (max-width: 400px) {
    
    #tech-detail-page .tech-detail-page__heading__logo__inner {
        margin-left: 18px;
    }
    #tech-detail-page .tech-detail-page__heading__intro {
        padding: 18px;
    }    
    #tech-detail-page .tech-detail-page__heading__logo__inner {
        height: 60px;
        padding-left: 80px;
    }
    #tech-detail-page .tech-detail-page__content .page-heading, #tech-detail-page .tech-detail-page__heading__logo__inner .page-heading {
        font-size: 18px;
        font-weight: 500;
    }
    #tech-detail-page .tech-detail-page__heading__intro {
        padding-top: 18px;
    }
    
    #tech-detail-page .tech-detail-page__content {
        padding: 18px;
    }
    
    #tech-detail-page .tech-detail-page__content__row {
        padding-top: 10px;
    }
    
    #tech-detail-page .tech-detail-page__content__col__box {
        padding: 15px;
    }
    
    #tech-detail-page .box-content__heading .box-btn {
        right: 0;
    }
    
    #tech-detail-page .box-content__heading {
        font-size: 16px;
    }
    #tech-detail-page .tech-detail-page__content__col__box .box-content {
        font-size: 14px;
    }
    
    #tech-detail-page .box-col-content-inner {
        padding: 18px;
    }
    
    #tech-detail-page .wysiwyg p, #tech-detail-page .wysiwyg ul, #tech-detail-page .wysiwyg li, #tech-detail-page .wysiwyg blockquote {
        font-size: 14px;
    }
    
    #tech-detail-page .box-col-content-inner .box-content__heading {
        margin-bottom: 18px;
    }
    
    #tech-detail-page .box-col-content-inner .tech-popup-box {
        margin-top: 18px;
        padding-top: 18px;
    }
    
    #tech-detail-page .wysiwyg h2, #tech-detail-page .wysiwyg h3, #tech-detail-page .wysiwyg h4, #tech-detail-page .wysiwyg h5, #tech-detail-page .wysiwyg h6 {
        font-size: 20px;
    }
    
}