/* Fonts */
@font-face {
	font-family: 'Conv_GillSans-Bold';
	src: url('fonts/GillSans-Bold.eot');
	src: local('☺'), url('fonts/GillSans-Bold.woff') format('woff'), url('fonts/GillSans-Bold.ttf') format('truetype'), url('fonts/GillSans-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_GillSans-Medium';
	src: url('fonts/GillSans-Medium.eot');
	src: local('☺'), url('fonts/GillSans-Medium.woff') format('woff'), url('fonts/GillSans-Medium.ttf') format('truetype'), url('fonts/GillSans-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_GillSans-Light';
	src: url('fonts/GillSans-Light.eot');
	src: local('☺'), url('fonts/GillSans-Light.woff') format('woff'), url('fonts/GillSans-Light.ttf') format('truetype'), url('fonts/GillSans-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Header */
.page-id-10348 .entry-header {
  text-align: center;
}

/* Body */
body {
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: #363434;
}
.clear {
	clear: both;
}
.clearfix:after {
	clear: both;
	content: '';
	display: block;
}
.container {
	position: relative;
	max-width: 850px;
	margin: 0 auto;
}
img {
	max-width: 100%;
	height: auto;
}


/* Header */
#header {
	background: #0EA4B3;
	text-align: center;
	color: #ffffff;
	padding-top: 85px;
	padding-bottom: 45px;
}
.logo-cont {
    padding-bottom: 90px;
}
.logo-cont img {
    display: block;
	margin: 0 auto;
}
#header h1 {
    font-size: 48px;
    margin: 0 0 15px;
  	color: #ffffff;
}
#header p {
    font-size: 18px;
    margin: 0 0 20px;
}


/* Content */
.questionaire-cont {
	
}
.questionaire-cont.active {
	
}
	
.questionaire-form {
    max-width: 700px;
    margin: 0 auto;
	padding-top: 78px;
	padding-bottom: 25px;
}
.questionaire-form div {
    margin-bottom: 20px;
}
.questionaire-form label {
    display: block;
	font-size: 16px;
	margin-bottom: 7px;
	color: #363434;
}
.questionaire-form label.error {
    color: red;
    font-size: 13px;
    font-weight: bold;
    padding-top: 5px;
}
.questionaire-form input[type="text"] {
    width: 100%;
    display: block;
    box-sizing: border-box;
    height: 44px;
    border: 1px solid #c8c8c8;
    padding: 5px 12px;
    font-size: 16px;
    color: #363434;
}
.questionaire-form input[type=checkbox] {
	display: none;
}
.questionaire-form label.checkbox-btn-label {
    display: block;
    text-align: left;
    cursor: pointer;
    position: relative;
    padding: 4px 20px 4px 40px;
    font-weight: bold;
    line-height: 1.6;
    text-transform: initial;
    font-size: 16px;
    color: #363434;
}
.questionaire-form label.checkbox-btn-label:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 25px;
    position: absolute;
    left: 0;
    margin-top: -3px;
    background: url(../images/questionaire/checkbox-bg.png) no-repeat center;
    background-size: 100% !important;
}
.questionaire-form input[type=checkbox]:checked + label.checkbox-btn-label:before {
	background: url(../images/questionaire/checkbox-bg2.png) no-repeat center;
}

.questionaire-title {
    background: #f4f5f5;
    text-align: center;
	color: #363434;
	padding-top: 25px;
	padding-bottom: 35px;
}
.questionaire-title h2 {
    font-size: 48px;
	margin: 0 0 10px;
}
.questionaire-title p {
    font-size: 16px;
	margin: 0;
}

.questionaire-section {
    max-width: 700px;
    margin: 0 auto;
	padding-top: 45px;
    padding-bottom: 55px;
}
.questionaire-section div {
    margin-bottom: 20px;
}
.questionaire-section.results h3 {
    display: block;
    font-size: 28px;
    margin: 0 0 30px;
    color: #363434;
    text-transform: uppercase;
    line-height: 1.3;
    text-align: center;
}
.questionaire-results p {
    display: block;
    font-size: 17px;
    margin: 0 0 20px;
    color: #363434;
    font-weight: bold;
    line-height: 1.5;
}
.questionaire-results p.section-title {
    padding-top: 50px;
	font-size: 20px;
}
.questionaire-results h3 {
    padding-top: 40px;
	text-align: center;
}
.questionaire-results p strong {
}
.questionaire-section label {
	display: block;
	font-size: 18px;
	margin-bottom: 5px;
	color: #363434;
	text-transform: uppercase;
	line-height: 1.3;
}
.questionaire-section p.desc {
	display: block;
	font-size: 14px;
	margin: 0 0 12px;
	color: #363434;
	font-weight: bold;
	line-height: 1.5;
}
.questionaire-section form div {
    margin-bottom: 45px;
}
.questionaire-section textarea {
    width: 100%;
    display: block;
    box-sizing: border-box;
    height: 240px;
    border: 1px solid #c8c8c8;
    padding: 5px 12px;
    font-size: 16px;
    color: #363434;
}
.questionaire-section textarea.short {
	height: 110px;
}
.questionaire-section input[type="text"] {
    width: 100%;
    display: block;
    box-sizing: border-box;
    height: 44px;
    border: 1px solid #c8c8c8;
    padding: 5px 12px;
    font-size: 16px;
    color: #363434;
}

.questionaire-bottom {
	text-align: center;
	padding-bottom: 55px;
}
.questionaire-results {
	padding-bottom: 55px;
}
.questionaire-bottom .next-section {
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    background: #f3c22d url(../images/questionaire/arrow-image.png) no-repeat 183px center;
    max-width: 220px;
    width: 100%;
    line-height: 1.5;
    padding: 14px 18px 14px 0;
    box-sizing: border-box;
    margin: 0 10px 18px;
    text-shadow: none;
    box-shadow: none !important;
    border-radius: 0px;
    border: none;
}
.questionaire-bottom .next-section.submit {
    background: #f3c22d url(../images/questionaire/arrow-image.png) no-repeat 218px center;
    max-width: 255px;
}
.questionaire-bottom .back-btn {
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    background: #f3c22d url(../images/questionaire/arrow-image2.png) no-repeat 18px center;
    max-width: 220px;
    width: 100%;
    line-height: 1.5;
    padding: 14px 0 14px 18px;
    box-sizing: border-box;
    margin: 0 10px 18px;
    text-shadow: none;
    box-shadow: none !important;
    border-radius: 0px;
    border: none;
}
.questionaire-bottom .page-number {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
}


.questionaire-section input[type=radio] {
	display: none;
}
.questionaire-section label.radio-btn-label {
    display: block;
    text-align: left;
    cursor: pointer;
    position: relative;
    padding: 10px 20px 5px 45px;
    font-size: 18px;
    color: #363434;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 3px;
	text-transform: initial;
}
.questionaire-section label.radio-btn-label:before {
	content: "";
    display: inline-block;
    width: 28px;
    height: 26px;
    position: absolute;
    left: 0;
    border-radius: 1px;
    border: 1px solid #c8c8c8;
    top: 50%;
    margin-top: -12px;
	box-sizing: border-box;
}
.questionaire-section input[type=radio]:checked + label.radio-btn-label:before {
	border-radius: 2px;
    border-width: 0px;
    background: #f3c22d;
}

.page-template-template-uhuru-questionaire div#uhuru_hubspot_subscribe_box {
	display: none !important;
}

div.printfriendly {
    z-index: 2;
}
.printfriendly a span {
    vertical-align: middle;
    font-weight: bold;
    font-size: 16px;
}


/* Footer */
div#footer {
    min-height: 180px;
    background: #3e3e40;
}



/********************************************/

/* Portfolio */
.post-type-archive-projects header.entry-header {
    border-bottom: 0px;
    text-align: left;
	padding: 60px 0 55px;
}
.post-type-archive-projects h1.page-title {
    font-size: 90px;
    color: #363434;
    line-height: 1.1;
	margin: 0;
}
.post-type-archive-projects h1.page-title span {
   
}
.rw-words{
	display: inline;
	text-indent: 10px;
}
.rw-words-1 span {
	position: absolute;
	opacity: 0;
	overflow: hidden;
	color: #048B8E;
	-webkit-animation: rotateWord 15s linear infinite 0s;
	-ms-animation: rotateWord 15s linear infinite 0s;
	animation: rotateWord 15s linear infinite 0s;
}
.rw-words-1 span:nth-child(2) { 
    -webkit-animation-delay: 3s; 
	-ms-animation-delay: 3s; 
	animation-delay: 3s; 
	color: #20809A;
}
.rw-words-1 span:nth-child(3) { 
    -webkit-animation-delay: 6s; 
	-ms-animation-delay: 6s; 
	animation-delay: 6s; 
	color: #A7BEBE;	
}
.rw-words-1 span:nth-child(4) { 
    -webkit-animation-delay: 9s; 
	-ms-animation-delay: 9s; 
	animation-delay: 9s; 
	color: #515151;
}
.rw-words-1 span:nth-child(5) { 
    -webkit-animation-delay: 12s; 
	-ms-animation-delay: 12s; 
	animation-delay: 12s; 
	color: #02A5B4;
}
.rw-words-1 span:nth-child(6) { 
    -webkit-animation-delay: 15s; 
	-ms-animation-delay: 15s; 
	animation-delay: 15s; 
	color: #9b6b9d;
}
@-webkit-keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -webkit-transform: translateY(-30px); }
	5% { opacity: 1; -webkit-transform: translateY(0px);}
    17% { opacity: 1; -webkit-transform: translateY(0px); }
	20% { opacity: 0; -webkit-transform: translateY(30px); }
	80% { opacity: 0; }
    100% { opacity: 0; }
}
@-ms-keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -ms-transform: translateY(-30px); }
	5% { opacity: 1; -ms-transform: translateY(0px);}
    17% { opacity: 1; -ms-transform: translateY(0px); }
	20% { opacity: 0; -ms-transform: translateY(30px); }
	80% { opacity: 0; }
    100% { opacity: 0; }
}
@keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -webkit-transform: translateY(-30px); transform: translateY(-30px); }
	5% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px);}
    17% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); }
	20% { opacity: 0; -webkit-transform: translateY(30px); transform: translateY(30px); }
	80% { opacity: 0; }
    100% { opacity: 0; }
}
.project-categories {
    text-align: center;
}
.project-categories .cat-cont {
    display: inline-block;
    vertical-align: middle;
    max-width: 110px;
    width: 100%;
	margin: 0 9px 22px;
}
.project-categories .cat-cont a {
	text-decoration: none;
	display: block;
	height: 100px;
	background: #fff;
}
.project-categories .cat-cont span.helper {
    min-height: 58px;
    display: inline-block;
    vertical-align: bottom;
}
.project-categories .cat-cont svg {
	display: inline-block;
    vertical-align: bottom;
	width: 41%;
	transition: all .7s;
}
.project-categories .cat-cont a[data-id="193"] svg {
	width: 30%;
}
.project-categories .cat-cont.active,
.project-categories .cat-cont:hover {
	width: 100px;
    border-radius: 50%;
	margin: 0 14px;
	vertical-align: top;
}
.project-categories .cat-cont.active a,
.project-categories .cat-cont:hover a {
	background: none;
}
.project-categories .cat-cont.active span.helper,
.project-categories .cat-cont:hover span.helper {
    min-height: 100px;
    vertical-align: middle;
}
.project-categories .cat-cont.active svg,
.project-categories .cat-cont:hover svg {
	width: 55px !important;
	vertical-align: middle;
}
.project-categories .cat-cont.active svg path,
.project-categories .cat-cont:hover svg path,
.project-categories .cat-cont.active svg circle,
.project-categories .cat-cont:hover svg circle {
	fill: #fff;
}
.project-categories .cat-cont.active p,
.project-categories .cat-cont:hover p {
	opacity: 0;
}
.project-categories .cat-cont p {
    color: #333333;
    font-size: 16px;
    margin: 0;
	padding-top: 15px;
}

.portfolio-search {
    max-width: 784px;
    width: 100%;
    margin: 0 auto 37px;
    position: relative;
}
.portfolio-search .ui.multiple.search.dropdown,
.portfolio-search input.search-field {
    width: 100%;
    display: block;
    height: 40px;
    border: 2px solid #363434 !important;
    box-sizing: border-box;
    border-radius: 10px;
    background: url(../images/portfolio/portfolio-search-icon.png) no-repeat 10px center;
    padding: 5px 15px 5px 38px;
	font-weight: bold;
	outline: none;
}
.portfolio-search a.ui.label {
    color: #333333;
    font-size: 16px !important;
    font-style: italic;
    background: #e2e2e6;
    line-height: 25px;
    padding: 0 5px !important;
    border-radius: 10px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    border: 0px !important;
    box-shadow: none !important;
    font-weight: bold;
}
.portfolio-search .search-terms {
    position: absolute;
    top: 6px;
    left: 42px;
}
.portfolio-search .search-terms .term {
    color: #333333;
    font-size: 16px;
    font-style: italic;
    background: #e2e2e6;
    line-height: 25px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
    border-radius: 10px;
    margin-right: 6px;
}
.portfolio-search .search-terms .term em {
	font-style: normal;
    color: #ffffff;
    font-size: 17px;
    display: inline-block;
    padding: 0 3px;
	cursor: pointer;
}

.projects-wrap {
    max-width: 1362px;
    width: 100%;
	margin: 0 auto;
	text-align: center;
}
.projects-wrap .view-more-projects {
    clear: both;
    display: inline-block;
    font-size: 26px;
    color: #363434;
    border: 2px solid;
    border-radius: 4px;
    line-height: 1.5;
    padding: 7px 20px;
    max-width: 380px;
    width: 100%;
    margin: 25px 0 30px;
}
.projects-wrap .view-more-projects.disabled {
    display: none;
}
.project-cont {
   width: 33.33%;
   float: left;
   position: relative;
   min-height: 400px;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.project-cont .details {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url('../images/portfolio/portfolio-overlay.png') repeat top left;
	text-align: center;
	padding: 20px;
	transition: all .7s;
}
.project-cont:hover .details {
    opacity: 1;
}
.project-cont .details > div {
    display: inline-block;
    vertical-align: middle;
}
.project-cont .details h3 {
    color: #ffffff;
    font-size: 33px;
    margin: 0;
	line-height: 1.2;
}
.project-cont .details p {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 22px;
}
.project-cont .details a {
    color: #ffffff;
    font-size: 18px;
    display: inline-block;
    border: 3px solid #ffffff;
    line-height: 1;
    padding: 6px 12px;
    border-radius: 5px;
}
.project-cont .details .helper {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.project-cont img {
   display: block;
}

.portfolio-footer-cta {
    background: #166380;
    padding: 42px 0 38px;
}
.portfolio-footer-cta .cta-content p {
    color: #12a5b4;
    font-size: 31px;
    margin: 0 0 15px;
    line-height: 1.3;
}
.portfolio-footer-cta .cta-content a {
    color: #f7f7f8;
    font-size: 26px;
}
.portfolio-footer-cta .cta-content {
    max-width: 510px;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}
.portfolio-footer-cta .cta-arrow {
    max-width: 134px;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 158px;
}
.portfolio-footer-cta .cta-arrow a,
.portfolio-footer-cta .cta-arrow a img {
    display: block;
}
#loading-image {
    padding: 50px 0;
}
#loading-image img {
    display: block;
    margin: 0 auto;
    width: 40px;
}


/* Portfolio Single */
.single-projects div#at4-share {
    display: none;
}

.single-projects #masthead {
    height: auto;
    background: none;
}
.single-projects #stick-nav {
    position: relative;
    width: auto;
    background: none;
}
.single-projects .header-links,
.single-projects .additional-links,
.single-projects .header-logo {
    display: none;
}
.single-projects .menu-icon span {
    display: none;
    font-size: 10px;
}
.single-projects .menu-icon {
    top: -6px;
}
.single-projects .menu-icon .fa {
    font-size: 42px;
}

.single-projects #page {
    position: relative;
    padding-left: 93px;
}

.side-bar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    border-right: 1px solid #c6c6c6;
    z-index: 2;
    max-width: 93px;
    width: 100%;
	overflow: hidden;
}
.side-bar-overlay {
    position: absolute;
    background: #fff;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    -webkit-transition: all .35s cubic-bezier(.55,.055,.675,.19);
    transition: all .35s cubic-bezier(.55,.055,.675,.19);
}
.side-bar:hover a.side-arrow {
    background: transparent;
}
.side-bar a.uhuru-logo {
    display: block;
    max-width: 56px;
    width: 100%;
    margin: 12px auto 0;
    position: relative;
    z-index: 2;
}
.side-bar a.side-arrow {
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: white;
	-webkit-transition: all .35s cubic-bezier(.55,.055,.675,.19);
    transition: all .35s cubic-bezier(.55,.055,.675,.19);
}
.side-bar a.side-arrow .arrow-image {
	display: block;
    position: absolute;
    top: -999px;
    left: -999px;
    bottom: -999px;
    right: -999px;
    width: 44px;
    height: 22px;
    margin: auto;
}
.side-bar a.side-arrow .arrow-image img {
	display: inline-block;
    vertical-align: middle;
}
.side-bar a.side-arrow .arrow-image span {
    vertical-align: middle;
    margin-left: 6px;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
	display: none;
}

.project-banner {
    text-align: center;
    padding: 16px 20px;
    min-height: 426px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.project-banner .category-cont {
    display: inline-block;
    margin: 0 10px 5px;
}
.project-banner .category {
    line-height: 149px;
    width: 149px;
    height: 149px;
    display: table;
    margin: 0 auto;
    text-align: center;
    border-radius: 50%;
    padding: 10px 24px;
}
.project-banner .category-cont.small .category {
    line-height: 120px;
    width: 120px;
    height: 120px;
}
.project-banner .category-cont.small .category > div svg {
    width: 65px;
}
.project-banner .category > div {
    display: table-cell;
	vertical-align: middle;
}
.project-banner .category > div svg {
	display: block;
    margin: 0 auto;
    width: 80px;
}
.project-banner .category > div svg path,
.project-banner .category > div svg circle {
	fill: #fff;
}

.project-content {
    background: #292929;
	padding: 20px 0 27px;
}
.project-content .content {
	max-width: 500px;
    width: 100%;
	float: left;
}
.project-content .content h1 {
	color: #ffffff;
    font-size: 44px;
    margin: 0 0 5px;
}
.project-content .content p {
	color: #ffffff;
    font-size: 20px;
    margin: 0 0 10px;
}
.project-content .content a {
    color: #45b5c0;
    font-size: 19px;
    display: inline-block;
    border: 3px solid;
    line-height: 1.5;
    padding: 1px 79px;
    border-radius: 8px;
	transition: all 1s;
}
.project-content .content a:hover {
    color: #fff;
    background: #45b5c0;
    border-color: #45b5c0;
}
.project-content .services {
	max-width: 170px;
    width: 100%;
	float: right;
	padding: 15px 14px 0;
}
.project-content .services h3 {
    color: #ffffff;
    font-size: 29px;
    margin: 0 0 5px;
}
.project-content .services ul {
    margin: 0;
    padding: 0;
}
.project-content .services ul li {
    display: block;
	list-style: none;
    margin: 0 ;
}
.project-content .services ul li a {
    display: block;
	color: #ffffff;
    font-size: 14px;
}
.project-content-image {
	margin-bottom: 25px;
	/*background: url('../images/portfolio/content-image.jpg') no-repeat top center;
	min-height: 540px;*/
}
.project-content-image img {
    display: block;
    margin: 0 auto;
}

.project-block.text h3 {
    color: #363434;
    font-size: 25px;
    margin: 0 0 10px;
}
.project-block {
	/*margin-bottom: 74px;*/
	margin-bottom: 20px;
}
.project-block.text p {
    color: #363434;
    font-size: 20px;
    margin: 0 0 20px;
}

a.project-btn {
    text-decoration: none;
    padding: 7px 30px;
    border: 3px solid;
    border-radius: 5px;
    width: auto;
    font-size: 18px;
    display: inline-block;
	transition: all 1.3s ease;
	color: #fff;
}

.project-block.button {
    text-align: center;
}
.project-block.image.three img {
    display: inline-block;
	margin-left: 45px;
}
.project-block.image.three img:first-child {
	margin-left: 0px;
}

.project-block.image.one img {
    display: block;
	margin: 0 auto;
}

.project-mobile {
	text-align: center;
	margin-bottom: 74px;
}
.project-mobile .mobile-phone {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-left: 45px;
}
.project-mobile .mobile-phone:first-child {
    margin-left: 0;
}
.mobile-site {
    position: absolute;
    height: 353px;
    width: 194px;
    top: 77px;
    left: 25px;
    overflow: auto;
}
.project-mobile .mobile-phone img {
	display: block;
}

.project-content-image .grid-container {
    position: relative;
}
.desktop-cont {
	display: block;
    max-width: 542px;
    width: 100%;
    position: relative;
    margin: 40px auto;
    padding: 0;
}
.desktop-cont.large {
	display: block;
    max-width: 751px;
    width: 100%;
    position: relative;
    margin: 40px auto;
    padding: 0;
}
.desktop-cont.large .desktop-site {
    position: absolute;
    height: 65.78%;
    width: 91.2%;
    top: 5.45%;
    left: 4.61%;
	overflow: auto;
}
.desktop-site {
	position: absolute;
    height: 66%;
    width: 91.3%;
    top: 5.3%;
    left: 4.5%;
	overflow: auto;
}
.desktop-cont img {
	display: block;
	width: 100%;
}

.tablet-cont {
    display: block;
    max-width: 259px;
    width: 100%;
    position: absolute;
    top: 132px;
    left: 44px;
    z-index: 2;
}
.tablet-site {
    position: absolute;
    /* height: 266px;
    width: 199px;
    top: 31px;
    left: 29px; */
	height: 79.88%;
    width: 76.83%;
    top: 9.3%;
    left: 11.19%;
	overflow: auto;
}
.tablet-cont img {
	display: block;
}
.project-block.image.two img {
    margin-left: 1%;
	width: 49.5%;
}
.project-block.image.two img:first-child {
    margin-left: 0;
}
.project-block.image .grid-container,
.project-block.text .grid-container {
    max-width: 834px;
}



/* The Ultimate Guide to Effective Sales Enablement */
body.page-template-template-page-ugese {
}

.page-template-template-page-ugese .title-cont .container {
	max-width: 100%;
	box-sizing: border-box;
	position: absolute;
    width: 90%;
    margin: 70px auto;
}
.page-template-template-page-ugese .container {
	max-width: 890px;
	box-sizing: border-box;
}
.page-template-template-page-ugese div#primary {
    padding-top: 0px!important;
    padding-left: 86px!important;
}
.page-template-template-page-ugese footer#colophon {
    padding-left: 86px;
}
.page-template-template-page-ugese .page-title {
    color: #0da5b3;
    font-size: 75px;
    margin: 0 0 0px;
    font-weight: bold;
    letter-spacing: normal;
}
.page-template-template-page-ugese .page-title span {
	color: #FFF;
    font-size: 39px;
    font-weight: bold;
	display: block;
	margin-bottom: 15px;
}
.page-template-template-page-ugese .title-cont img {
	display: block;
	margin: 0 auto;
}
.page-template-template-page-ugese header.entry-header {
    border-bottom: none;
}

.download-section {
    background: #25acb9;
	padding-top: 40px;
	padding-bottom: 45px;
}
.download-section .container {
    max-width: 960px;
}
.download-section .text {
    max-width: 560px;
    width: 100%;
	float: right;
	padding-top: 60px;
}
.download-section .text h3 {
	color: #0b4656 !important;
    font-size: 40px !important;
    margin: 0 0 10px !important;
    font-weight: bold !important;
}
.download-section .text p {
    color: #ffffff;
	font-size: 27px;
	margin: 0 0 35px;
}
.download-section .text a {
    color: #ffffff !important;
    font-size: 25px;
    background: #0b4656;
    display: inline-block;
    line-height: 1.4;
    padding: 17px 20px;
    max-width: 296px;
    width: 100%;
    text-align: center;
    border-radius: 10px;
}
.download-section .image {
    max-width: 338px;
    width: 100%;
	float: left;
	margin-left: -68px;
}

.ugese .sections .first-cta {
    background: #f38385;
	padding-top: 37px;
	padding-bottom: 23px;
	margin-bottom: 20px;
}
.ugese .sections .first-cta.third {
    margin-bottom: 0;
    margin-top: 85px;
}
.ugese .sections .first-cta .container {
    max-width: 960px;
}
.ugese .sections .first-cta .text {
    max-width: 560px;
    width: 100%;
	float: left;
	padding-top: 30px;
	margin-left: 32px;
}
.ugese .sections .first-cta .text h3 {
    color: #0b4656;
    font-size: 50px;
    margin: 0 0 10px;
    font-weight: bold;
}
.ugese .sections .first-cta .text p {
    color: #ffffff;
	font-size: 27px;
	margin: 0 0 35px;
}
.ugese .sections .first-cta .text a {
    color: #ffffff;
    font-size: 25px;
    background: #0b4656;
    display: inline-block;
    line-height: 1.4;
    padding: 17px 20px;
    max-width: 296px;
    width: 100%;
    text-align: center;
    border-radius: 10px;
}
.ugese .sections .first-cta .image {
    max-width: 390px;
    width: 100%;
	float: right;
	margin-right: -94px;
}

.ugese .sections {
    padding-top: 20px;
    /*padding-bottom: 60px;*/
}
.ugese .section-cont {
	padding-top: 55px;
}
.ugese .section-title {
    text-align: center;
    margin-bottom: 35px;
}
.ugese .section-number {
    color: #25acb9;
    text-align: center;
    font-size: 33px;
    display: inline-block;
	margin-bottom: 20px;
}
.ugese .section-number:after {
    content: '';
	display: inline-block;
	width: 22px;
	height: 25px;
	background: url(../images/ecommerce-strategy/title-arrow2.png) no-repeat center;
	margin-left: 30px;
}
.ugese .section-number:before {
    content: '';
	display: inline-block;
	width: 22px;
	height: 25px;
	background: url(../images/ecommerce-strategy/title-arrow.png) no-repeat center;
	margin-right: 30px;
}
.ugese .section-title h2 {
	font-size: 58px;
    color: #f38385;
    font-weight: bold;
	margin: 0;
}
.ugese .section-title h5 {
    color: #f38385;
    font-size: 25px;
    margin: 0 0 10px;
}
.page-template-template-page-ugese .sections .container {
    padding: 0 15px;
}
.ugese .sections p {
	font-size: 20px;
	margin: 0 0 35px;
	color: #000000;
}
.ugese .questions {
	padding-left: 25px;	
}
.ugese .sections p strong {
    font-weight: normal;
}
.ugese .sections blockquote p {
    border-left: 6px solid #f38385;
    padding-left: 20px;
    font-style: italic;
}
.ugese .sections h3 {
    color: #17a6b4;
    font-size: 37.5px;
    font-weight: bold;
    margin: 0 0 35px;
}
.ugese .sections a {
	color: #25acb9;
    text-decoration: none;
    border-bottom: 1px solid #25acb9;
}
.ugese .sections ul {
	margin: 0 0 35px;
	padding: 0;
}
.ugese .sections ol {
    margin: 0 0 35px 30px;
    padding: 0;
}
.ugese .sections ol li {
    position: relative;
    font-size: 20px;
    color: #000000;
    line-height: 1.5;
    margin-bottom: 5px;
}
.ugese .sections ul li {
    list-style: none;
    display: block;
    position: relative;
    background: url(../images/ecommerce-strategy/list-bg.png) no-repeat 7px 12px;
    padding-left: 40px;
    font-size: 20px;
    color: #000000;
    line-height: 1.5;
    margin-bottom: 5px;
}
.ugese .sections h5 {
    color: #f38385;
    font-size: 25px;
    margin: 0 0 10px;
}
div#section2 .container {
    border-top: 1px solid #d7d7d7;
    padding-top: 70px;
}


.ugese-side-menu {
    position: fixed;
    left: 0;
	top: 70px;
    bottom: 0;
    z-index: 2;
    height: 100%;
}
.ugese-side-menu .left {
    background: #0b4656;
    position: fixed;
    height: 100%;
    width: 86px;
    top: 0;
    bottom: 0;
    left: 0;
    padding-left: 32px;
    padding-right: 17px;
	cursor: pointer;
	transition: all .5s;
	z-index: 2;
}
.ugese-side-menu.clicked .left,
.ugese-side-menu .left:hover {
    width: 158px;
}
.ugese-side-menu.clicked .left .image .arrow,
.ugese-side-menu .left:hover .image .arrow {
    background: url(../images/ecommerce-strategy/arrow-image2.png) no-repeat center;
}
.ugese-side-menu.clicked .left .image:before,
.ugese-side-menu .left:hover .image:before {
    display: inline-block;
}
.ugese-side-menu .image {
	position: relative;
    height: 100%;
}
.ugese-side-menu .image .arrow {
	position: absolute;
    top: -999px;
    bottom: -999px;
    margin: auto;
	background: url(../images/ecommerce-strategy/arrow-image.png) no-repeat center;
	width: 32px;
	height: 36px;
	right: 5px;
}
.ugese-side-menu .image:before {
	content: '';
    vertical-align: middle;
    background: url(../images/ecommerce-strategy/menu-text.png) no-repeat left center;
    width: 62px;
    height: 100%;
	display: none;
}
.ugese-side-menu .nav-list {
	position: fixed;
    overflow-y: auto;
    height: 100%;
    background: url(../images/ecommerce-strategy/side-nav-bg.png) repeat left top;
    left: -100%;
    width: 80%;
    transition: all .5s;
}
.ugese-side-menu.clicked .nav-list {
    left: 158px;
}
.ugese-side-menu .nav-list ul {
    padding: 110px 76px;
    margin: 0;
}
.ugese-side-menu .nav-list ul li {
    list-style: none;
	display: block;
	margin-top: 30px;
}
.ugese-side-menu .nav-list ul li:first-child {
    margin-top: 0px;
}
.ugese-side-menu .nav-list ul li span {
    color: #fff;
	font-size: 33px;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.ugese-side-menu .nav-list ul li span:first-child {
	font-size: 29px;
    padding-left: 70px;
    width: 26.7%;
    box-sizing: border-box;
    padding-right: 30px;
}
.ugese-side-menu .nav-list ul li span:first-child:before {
    position: absolute;
    content: '';
    background: url(../images/ecommerce-strategy/arrow-image3.png) no-repeat center;
    width: 23px;
    height: 27px;
    left: 0;
    top: 11px;
}
.ugese-side-menu .nav-list ul li span:last-child {
    width: 62%;
    padding-left: 65px;
}
.ugese-side-menu .nav-list ul li:hover span {
    text-decoration: underline;
}
.ugese-side-menu .nav-list ul li span:last-child:before {
    position: absolute;
    content: '';
    background: url(../images/ecommerce-strategy/arrow-image3.png) no-repeat center;
    width: 23px;
    height: 27px;
    left: 0;
    top: 11px;
}
/** Ben **/
.page-id-10348 .first-cta { 
	display:none;
}
/* Media Queries */
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px)
and (-webkit-device-pixel-ratio : 3) { 
	.page-template-template-page-ugese .page-title span {
    	font-size: 19px !important;
	}
	
	.page-template-template-page-ugese .page-title {
    	font-size: 30px !important;
	}
	.page-template-template-page-ugese .title-cont img {
    	height: 250px;
    	width: auto;
	}
	.page-template-template-page-ugese header.entry-header {
    	height: 250px;
	}
	.ugese .section-title h2 {
    	font-size: 38px !important;
	}
	.ugese .sections h3 {
    	font-size: 27.5px !important;
	}
	.ugese-side-menu .nav-list ul {
    	padding: 110px 36px !important;
	}
	.ugese-side-menu .nav-list ul li span:last-child {
    	padding-left: 35px !important;
	}
	.ugese-side-menu .nav-list ul li span:first-child {
    	font-size: 25px !important;
	}

}


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  { 
	.page-template-template-page-ugese .page-title {
		font-size: 55px !important;
	}
	.ugese .section-title h2 {
    	font-size: 48px !important;
	}
	
}






/* Media Queries */

@media only screen and (max-width: 1024px) {
	
	.download-section .image {
		max-width: 250px;
		width: 100%;
		margin: 0 auto;
		float: none;
	}
	
	
	.download-section .text {
		max-width: 100%;
		width: 100%;
		float: none;
		padding-top: 30px;
	}
	
	/* Portfolio Archive */
	.post-type-archive-projects header.entry-header {
		padding: 30px 0 55px;
	}
	
	.post-type-archive-projects h1.page-title {
		font-size: 60px;
	}
	
	.project-cont {
		min-height: 280px;
	}
	
	.portfolio-footer-cta .grid-container {
		position: relative;
	}
	
	.portfolio-footer-cta .cta-arrow {
		max-width: 134px;
		margin-left: 0;
		position: absolute;
		right: 10px;
		top: 50%;
		margin-top: -32px;
	}
	
	
	/* Portfolio Single */
	.project-content .content {
		max-width: 100%;
		float: none;
	}
	
	.project-content .services {
		float: none;
		padding: 45px 14px 0;
		margin: 0 auto;
	}
	
	.project-content .content a {
		padding: 1px 40px;
		max-width: 280px;
		text-align: center;
	}
	
	.project-mobile .mobile-phone {
		margin-bottom: 40px;
	}
	
}

@media only screen and (max-width: 768px) {
	
	/* Portfolio Archive */
	.project-categories {
		max-width: 500px;
		margin: 0 auto;
	}
	
	.project-cont {
		width: 100%;
		max-width: 454px;
		float: none;
		position: relative;
		min-height: 400px;
		margin: 0 auto;
	}
	
	.projects-wrap .view-more-projects {
		font-size: 20px;
		max-width: 240px;
	}
	
	.portfolio-footer-cta .cta-content {
		max-width: 100%;
		width: 100%;
		display: block;
		padding-right: 120px;
	}
	
	.portfolio-footer-cta .cta-arrow {
		max-width: 90px;
		margin-top: -22px;
	}
	
	.portfolio-footer-cta .cta-content p {
		font-size: 25px;
	}
	
	.portfolio-footer-cta .cta-content a {
		font-size: 20px;
		line-height: 1.5;
	}
	
	
	/* Portfolio Single */
	.single-projects #jpxPopout-wrap {
		display: none;
	}
	
	.single-projects #page {
		padding-left: 0;
		padding-bottom: 80px;
	}
	
	.side-bar {
		top: initial;
		border-top: 1px solid #c6c6c6;
		border-right: 0px;
		z-index: 5;
		max-width: 100%;
		height: 80px;
	}
	
	.side-bar a.uhuru-logo {
		margin: 12px 0 0 12px;
	}
	
	.side-bar a.side-arrow .arrow-image {
		width: 130px;
	}
	
	.side-bar a.side-arrow .arrow-image span {
		display: inline-block;
	}
	
	.project-banner {
		min-height: 300px;
	}
	
	.project-banner .category-cont {
		margin: 0 5px 5px;
	}
	
	.project-banner .category {
		line-height: 75px !important;
		width: 75px !important;
		height: 75px !important;
		padding: 10px 5px;
	}
	
	.project-banner .category > div svg {
		width: 40px !important;
	}
	
	.project-content .content h1 {
		font-size: 30px;
	}
	
	.project-content .content p {
		font-size: 18px;
	}
	
	.project-content-image {
		padding-top: 30px;
	}
	
	.tablet-cont,
	.desktop-cont {
		width: 100%;
		position: relative;
		top: 0;
		right: 0;
		margin: 0 auto 35px;
		left: 0;
	}
	
	.project-mobile .mobile-phone {
		display: block;
		max-width: 240px;
		margin: 0 auto 35px !important;
	}
		
}

@media only screen and (max-width: 480px) {
	
	.project-cont {
		min-height: 380px;
	}
	
}