/*  -----------------------

 © 2014 - Genuitec LLC

 -----------------------
 */

/*  ---------------------

 Genuitec Main Portal Style

 ---------------------
 */

/*
 * 	hacks
 */

.fancybox-skin {
	background: white !important;
}

.single_job_listing .application .application_button {
	border: 1px solid #017fcf;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-transform: uppercase;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: background-color 0.1s ease-in-out;
	transition: background-color 0.1s ease-in-out;
	background: white;
	padding: 10px 40px;
	line-height: 3rem;
	font-size: 1.4rem ;
	color: #02588e;
	cursor: pointer;
}
.single_job_listing .application .application_button:hover {
	background: #017fcf;
	color: #fff;
}

/* General Navigation Menu
 */

em, i {
	font-style: italic;
}

#principal {
	width: 100%;
	position: fixed;
	z-index: 900;
	top: 0;
}
#principal > .wrap {
	background: #fff;
	height: 85px;
	width: 100%;
	max-width: 990px;
	margin: auto;
	z-index: 10;
	box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.05);
	position: relative;
	overflow: hidden;
}

.logo {
	float: left;
	padding: 20px;
}

.logo a {
	display: inline-block;
	background: url('../images/sdc/logo.png') no-repeat;
	height: 45px;
	width: 240px;
}

#principal.small {
	height: 55px;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#principal.small .logo {
	padding: 10px 20px;
}

#principal.small .logo a {
	height: 35px;
	background-size: 75%;
}

#principal .buyNow {
	float: right;
}

#principal .buyNow a {
	background: #26cd6b;
	color: #fff;
	font-weight: 900;
	width: 100px;
	display: block;
	padding: 0px !important;
	text-align: center;
}

#principal .buyNow a:hover {
	background: #36d377;
}

#principal ul {
	float: right;
}

#principal li {
	display: inline-block;
}

#principal li a {
	padding: 35px 20px;
	line-height: 8.6rem ;
	text-transform: uppercase;
	font-size: 1.2rem ;
}

#principal li.searchNav a {
	padding-right: 35px;
	background: url('../images/sdc/searchIcon.png') 88% 49% no-repeat;
}
#principal li.searchNav form {
	padding: 0 20px;
}

#principal li.searchNav button > span {
	display: block;
	background: url('../images/sdc/searchIcon.png') no-repeat;
	width: 16px;
	height: 14px;
	cursor: pointer;
}

#principal .searchbar input {
	background: white;
	border: none;
	outline: none;
	color: #02588e;
	font-family: inherit;
	text-transform: uppercase;
	width: 52%;
	position: absolute;
	right: 100px;
	z-index: 2;
	padding: 30px;
	top: -2px;
	border-left: 1px solid rgba(0,0,0,0.1);
	background: #fff;
	font-weight: bold;
	font-size: 2.1rem ;
}

.searchButton {
	position: absolute;
	right: -2px;
	padding: 0 50px;
	line-height: 8.5rem ;
	text-transform: uppercase;
	font-size: 1.2rem ;
	background: #1581cb url('../images/sdc/searchIconBig.png') 32px no-repeat;
	top: -2px;
	color: #fff;
	text-indent: -9999px;
	border: none;
	cursor: pointer;
	margin: 2px;
}

.searchButton:hover {
	background: #2b92d8 url('../images/sdc/searchIconBig.png') -49px no-repeat;
}

.searchbar {
	right: -100%;
	position: relative;
}

.tabs_search li {
    display: inline-block;
    margin-left: -2px;
    position: relative;
}
.tabs_search {
    margin-bottom: -19px;
    margin-top: 30px;
}
.tabs_search a {
    background: #e8e8e8;
    padding: 10px 10px 10px 15px;
    color: #a1a1a1;
    font-weight: bold;
    font-size: 1.4rem;
    border-radius: 5px 5px 0 0;
}
.tabs_search a span.num_results {
    background: #9C9C9C;
    color: #fff;
    font-size: 1.2rem;
    padding: 2px 5px;
    border-radius: 6px;
    line-height: 20px;
    margin-left: 7px;
}
.tabs_search a.actual {
    background: #009cff;
    color: #fff;
    box-shadow: inset 1px 1px #fff, inset -1px 0px #fff;
}
.tabs_search a.actual span.num_results {
    background: #f14646;
}
.tabs_search a:hover {
    background: #fff;
    color: #017fcf;
}
#genuitec_results {
    display: none;
}
.content .visible {
    display: block !important;
}
#gapdebug_results {
    display: none;
}
#sdc_results {
    display: none;
}
#me_results {
    display: none;
}

/* Navigation Menu */

.menuContainer {
	text-align: center;
	margin-bottom: 50px;
}

.menuNav {
	border: 1px solid #017fcf;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.2rem ;
	letter-spacing: 0.6px;
	display: inline-block;
}

.menuNav li {
	display: inline-block;
}

.menuNav li a {
	padding: 5px 25px;
	display: block;
	box-shadow: inset 0 0 0 1px #fff, inset -2px 0 0 #017fcf;
	color: #333333;
}

.menuNav li:first-child a {
	border-radius: 6px 0 0 6px;
	-webkit-border-radius: 6px 0 0 6px;
	-moz-border-radius: 6px 0 0 6px;
}

.menuNav li:last-child a {
	border-radius: 0 6px 6px 0;
	-webkit-border-radius: 0 6px 6px 0;
	-moz-border-radius: 0 6px 6px 0;
	box-shadow: inset 0 0 0 1px #fff;
}

.menuNav li:not(:first-of-type) {
	margin-left: -4px;
}

.menuNav li:last-child {
	box-shadow: none;
}

.menuNav a.actual {
	background: #017fcf;
	color: #fff;
}

.menuNav a:hover {
	background: #017fcf;
	color: #fff;
}
.mobile_menu {
	position: absolute;
	top: 21px;
	left: 12px;
	display: none;
}

.control_mobile {
	left: -186px;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 999999;
	width: 185px;
	overflow-x: none;
	overflow-y: auto;
	background: #fff;
	border-right: 1px solid #eaeaea;
	font-size: 1.4rem ;
	text-transform: uppercase;
	display: none;
}

.control_mobile a {
	display: block;
	border-bottom: 1px solid #eaeaea;
	padding: 10px 15px;
}

.control_mobile .product {
	background: #fbfbfb;
	border-bottom: 1px solid #eaeaea;
	padding: 10px 0;
	color: #02588e;
	text-align: center;
}

.is_open {
	position: absolute;
	overflow-x: hidden;
}

/* QUICK NAVIGATION MENU */

#quickNav {
	height: 40px;
	width: 100%;
	position: fixed;
	z-index: 900;
	top: 80px;
}

#quickNav .content {
	background: #fff;
	box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.05);
	text-transform: uppercase;
	font-size: 1.2rem ;
	border-radius: 0 0px 4px 3px;
}

#quickNav .content li {
	padding: 7px 10px;
	display: inline-block;
}

.logoProduct {
	border-right: 1px solid #e7e7e7;
}

.logoProduct a {
	display: inline-block;
	background: url('../images/miniGenuitec.png') 3px 50% no-repeat;
	padding-left: 47px;
	padding-right: 4px;
}

#quickNav .content li.questions {
	padding: 0px 0px 7px 0px;
	float: right;
}

.questions a {
	display: block;
	background: #017fcf;
	color: #fff;
	padding: 7px 0px;
	width: 100px;
	text-align: center;
	border-radius: 0 0 3px 0;
}

.questions a:hover {
	background: #37c47f;
}

/* BASIC TEMPLATE PAGE */

header.header-title {
	background: #2499ff;
	background: -moz-linear-gradient(top, #058CE2) 0%, #2499ff 20% );
	background: -webkit-linear-gradient(top, #058CE2 0%, #2499ff 20%);
	background: -o-linear-gradient(top, #058CE2 0%, #2499ff 20%);
	background: -ms-linear-gradient(top, #058CE2 0%, #2499ff 20%);
	background: linear-gradient(to bottom, #058CE2 0%, #2499ff 20%);
	padding-top: 5px;
	height: auto;
	overflow: visible;
	position: relative;
	min-height: 130px;
}

header.header-title h1 {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 3rem;
	font-weight: normal;
	line-height: 1em;
	color: #ffffff !important;
}

header.header-title .content {
	max-width: 990px;
	color: white;
	margin-top: 100px;
	padding-bottom: 25px;
	text-align: center;
	position: relative;
	z-index: 2;
}

.cloud-header {
	margin-top: 0px !important;
}

header.header-title .cloud {
	background: url('../images/clouds.png') center no-repeat;
	width: 100%;
	height: 129px;
	position: absolute;
	bottom: 0;
	opacity: 0.2;
	z-index: 1;
}
header.header-title a {
	color: white;
}

main {
	padding: 0px 0;
	padding: 40px 0px;
}

main.blog-entry {
    padding-top: 0px;
}

article {
	/* background-color: white; */
	padding-bottom: 20px;
}

.entry-content  p {
	margin: 24px 0;
	padding: 0px;
}

.entry-content p img {
	margin: 20px 25px;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
	margin: 24px 0;
}

.entry-content h1 {
	font-size: 22px;
	line-height: 1.5;
}

.entry-content ul {
	margin: 0 0 0 36px;
	list-style: disc outside;
}

.entry-content h2 {
	font-weight: bold;
	font-size: 18px;
	line-height: 1.6;
}

.entry-content h3 {
	font-weight: bold;
	font-size: 16px;
	line-height: 1.846153846;
}
.entry-content h4 {
	font-weight: bold;
	font-size: 14px;
	line-height: 1.846153846;
}
.entry-content h5 {
	font-weight: bold;
	font-size: 13px;
	line-height: 1.846153846;
}
.entry-content h6 {
	font-weight: bold;
	font-size: 12px;
	line-height: 1.846153846;
}

.list-detail-right .time {
	float: left;
	margin-right: 20px;
	font-size: 1.2rem;
	color: #999;
}

.community .list-detail-right .time {
	float: inherit;
	margin-right: 0;
}

/*FOOTER*/

footer {
	background: #017fcf;
}

#footer-products a {
	color: #80bfe7;
}

#footer-products a:hover {
	color: #a0d4f5;
}

#footer-products .content {
	border-left: 1px solid rgba(255, 255, 255, 0.16);
	border-right: 1px solid rgba(255, 255, 255, 0.16);
	color: #fff;
}

.footerNav {
	border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.footerNav li {
	text-transform: uppercase;
	font-size: 1.3rem ;
	display: inline-block;
	font-weight: 700;
	padding: 20px 15px;
}

#footer-products .footerNav a {
	color: #fff;
}

.footerNav .phoneNumber {
	color: #bcdbf0;
	padding-left: 35px;
	background: url('../images/sdc/phone.png') 15px no-repeat;
}

.footerNav .requestDemo {
	float: right;
}

#footer-products .footerNav .requestDemo a {
	color: #bcdbf0;
	background: url('../images/sdc/downloadIcon.png') right 0px no-repeat;
	padding-right: 30px;
}

.footerLeft {
	float: left;
	width: 50%;
}

.footerTwitter {
	background: url('../images/sdc/twitter.png') 15px 30px no-repeat;
	padding: 10px 15px 25px 65px;
	min-height: 165px;
	max-height: 165px;
}

.socialLinks {
	float: right;
}

.socialLinks .twitter {
	display: inline-block;
	text-indent: -9999px;
	height: 35px;
	width: 35px;
	background: url('../images/social2.png') 2px 4px no-repeat;
}

.socialLinks .facebook {
	display: inline-block;
	text-indent: -9999px;
	height: 35px;
	width: 35px;
	background: url('../images/social2.png') -33px 3px no-repeat;
}

.socialLinks .youtube {
	display: inline-block;
	text-indent: -9999px;
	height: 35px;
	width: 65px;
	background: url('../images/social2.png') -74px 3px no-repeat;
}
.socialLinks .linkedin {
	display: inline-block;
	text-indent: -9999px;
	height: 35px;
	width: 45px;
	background: url('../images/social2.png') -138px 3px no-repeat;
}

.tweetMeta {
	text-align: right;
	font-size: 1.2rem ;
	color: #bcdbf0;
	font-style: italic;
	font-weight: 300;
}

.followUsF {
	padding: 20px 15px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.3rem ;
	border-top: 1px solid rgba(255, 255, 255, 0.16);
	line-height: 3.3rem ;
}

.footerRight {
	float: right;
	width: 50%;
	border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.blogFooter {
	padding: 25px 15px;
	min-height: 239px;
}

.blogMeta {
	width: 20%;
	text-align: center;
	margin-right: 2%;
	float: left;
	margin-top: 5px;
}

.blogMeta .dayF {
	font-size: 4.4rem ;
	font-weight: 900;
	color: rgba(255, 255, 255, 0.16);
}

.blogMeta .monthF {
	color: rgba(255, 255, 255, 0.16);
	font-size: 2.3rem ;
	text-transform: uppercase;
	letter-spacing: 3px;
	line-height: 3.7rem ;
	font-weight: 900;
}

.blogFcontent {
	/*padding-left: 22%;*/
	max-height: 144px;
}

.blogReadmoreF {
	border-color: rgba(255, 255, 255, 0.16);
	color: #70b7e4;
	font-size: 1.2rem ;
	padding: 12px 15px;
	position: absolute;
	bottom: 20px;
	right: 20px;
}

.readmoreF {
	text-align: right;
	padding: 10px 0;
}

#copyright {
	border-top: 1px solid rgba(255, 255, 255, 0.16);
	width: 100%;
	padding: 35px 0;
	text-align: center;
	color: #bcdbf0;
	font-size: 1.2rem ;
	line-height: 1.4rem ;
	clear: both;
}

#copyright p {
	margin: 0;
	padding: 0;
}

#copyright .smallerText {
	font-size: 1rem;
	color: #74bae7;
}
.footerTwitter li {
	padding-top: 15px;
}
.buttonOutline {
	padding: 14px 20px 18px 20px;
	border: 1px solid #017fcf;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-transform: uppercase;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: background-color 0.1s ease-in-out;
	transition: background-color 0.1s ease-in-out;
}

.blogReadmoreF {
border-color: rgba(255, 255, 255, 0.16);
color: #70b7e4;
font-size: 1.2rem;
padding: 12px 15px;
position: absolute;
bottom: 20px;
right: 20px;
}

#quickNav .content li:nth-child(3) {
	margin-left: 10px;
}


nav a{  color: #02588e;}

main a {
color: #02588e;
}


p.tweet {
    padding-top: 0;
}

div#latest_tweet {
    overflow: hidden;
}


#logo{
max-width: 100%;
    height: auto;

	}

/* interlude css */
.containerBox{
	background-color: #e4e4e4;
	margin: 0px 100px 0px 100px;
	display: flex;
}

.textBoxLeft{
	width:58%; 
	vertical-align: top; 
	text-align: justify; 
	padding: 0px 40px 0px 50px;
}

.textBoxLeft p{
	margin: 7px 0 !important;
}

.iframeBoxRight{
	width: 42%; 
	vertical-align: top;
	margin: 8px 22px 1px 0px;
}

@media only screen and (max-width: 812px){
	.containerBox{
	
	margin: 0px 60px 0px 60px;
	}

}

@media only screen and (max-width: 736px){
	.containerBox{
	margin: 0px 20px 0px 20px;
	}

}

@media only screen and (max-width: 500px){
	.containerBox{
	margin: 0px 20px 0px 20px;
	display: block;
	}

	.textBoxLeft {
    width: 100%;
	padding: 1px 10px 0px 10px;
	}

	.iframeBoxRight {
    width: 100%;
    padding-right: 5px;
	padding-left: 5px;
	padding: 0px 5px 1px 5px;
	}

}

/* end interlude css */

nav.pagination h2{
	display:none;
}

nav.pagination, nav.pagination .nav-links {
	display: flex;
}

nav.pagination > .nav-links{
	margin: 0px auto;
}

nav.pagination > .nav-links > a, nav.pagination > .nav-links > .dots, nav.pagination > .nav-links > .current{
	height: 2.5em;
	line-height: 2.5;
	outline: none;
	text-decoration: none;
	transition: all .2s;
	width: 2.2em;
	margin-right: 2px;
	text-align: center;
	margin-left: 2px;
	color: #616060;
    font-size: 17px;
}

nav.pagination > .nav-links > .current{
	background-color: #456990;
	color: #FAFFFD;
}

nav.pagination > .nav-links > .prev, nav.pagination > .nav-links > .next {
	width: 7.5em;
	text-align: center;
}

@media only screen and (max-width: 536px) {

	nav.pagination > .nav-links > .prev span, nav.pagination > .nav-links > .next span{
		display:none;
	}


	nav.pagination > .nav-links > .prev:after{
		content: '<';
	}

	nav.pagination > .nav-links > .next:after{
		content: '>';
	}

	nav.pagination > .nav-links{
		max-width: 80%;
	}

	nav.pagination > .nav-links > .next, nav.pagination > .nav-links > .prev {
		width: 3.5em;
	}

 }