/* custom element styles
 ======================= */

/* bg helper classes */
.bg-blue1 {
	background-color: #B6DDD5 !important;
}
.bg-blue2 {
	background-color: #9AD1DD !important;
}
.bg-blue3 {
	background-color: #94C0E8 !important;
}



/* bold effect (used font has no bold)
strong, b {color: #94C0E8;} */

/* incomplete content */
.notimplemented {
	display: none;
}


/* page wrapper */
#wrap {
	background-color: #F1F2F2;
	max-width: 1270px;
	min-height: 100%;
	height: auto !important;
	margin-bottom: 20px;
}

h1,h2,h3 {
	text-align: left;
}

/* global containers */
#section-container {
	padding-bottom: 70px;
	padding-top: 20px;
}
#header-container, #content-container, .leads, .heads {
	margin-top: 20px;
	margin-bottom: 0px;
}
#header-container h1,#header-container h2,#header-container h3 {
	margin-top: 0px;
}
#content-container h1,#content-container h2,#content-container h3 {
	margin-top: 0px;
}
.heads h1,.heads h2,.heads h3{
	margin-top: 0px;
	margin-bottom: 12px;
}
.leads h1,.leads h2 {
	margin-top: 0;
	margin-bottom: 12px;
}
.leads h3, .articles h2, .articles h3 {
	margin-top: 30px;
}
.leads h3 a, .articles h2 a, .articles h3 a {
	color:#0F6085;
}
.articles .circle h3 {
	margin-top: 15px;
}
.articles .circle-blue h3 {
	color: #FFFFFF;
}
.articles .circle-blue h3:hover,.articles .circle-blue ha:hover {
	color: #F16421;
	text-decoration: none;
}

.logo-cell {
	vertical-align: middle !important;
	text-align: center;
}

.owl-carousel .logo-cell {
	padding: 15px;
	border: 1px solid #FFF;
	margin: 0 15px;
	height: 110px;

}

.owl-carousel a {
	display: flex;
	align-items: center;
	height: 80px;
}

.owl-carousel .logo-cell img {
	height: 43px;
	width: auto !important;
	max-width: 100%;
	margin: 0 auto;

}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 0;
}

.blob-logo {

}

.bigger-logo {
	height: 120px !important;
}

.customers-row {
	width: 100%;
	overflow: hidden;
}

.articles .circle-cyan h3 {
	color: #FFFFFF;
}
.articles .circle-cyan h3:hover,.articles .circle-cyan ha:hover {
	color: #F16421;
	text-decoration: none;
}

.articles .circle-orange h3, .articles .circle-red h3 {
	color: #FFFFFF;
}
.articles .circle-orange h3:hover,.articles .circle-orange ha:hover, .articles .circle-red h3:hover,.articles .circle-red ha:hover {
	color: #0F6085;
	text-decoration: none;
}

.articles .circle-grey h3 {
	color: #FFFFFF;
}
.articles .circle-grey h3:hover,.articles .circle-grey ha:hover {
	color: #F16421;
	text-decoration: none;
}

.articles>h1:first-child, .articles>h2:first-child, .articles>h3:first-child {
	margin-top: 0px;
}
#mainpages-news-container {
	margin-top: 0px;
	padding-left: 20px;
}
#mainpages-news-container a.more { color:#0F6085; }
#mainpages-media-container, #mainpages-media-container a {
	padding-left: 20px;
}
#mainpages-media-container h4 {
	margin-top: 10px;
}


/* navbar top */
#topnav {
	margin-bottom: 0px;
}
#topnav .navbar-collapse {
	background-color: #18495F;
}
#topnav .navbar-header {
	height: 50px;
	background-color: #FFFEFE;
}
#topnav .navbar-nav {
	/*width: 80%;*/
}
#topnav .navbar-nav>li {
	font-size: 17px;
}


/* navbar sub */
#subnav {
	background-color: #0F6085;
}
#subnav .navbar-brand {
	margin-right: 155px;
}


/* navbar overwrites */
.navbar { margin-bottom: 0px; }
.navbar-brand img {
	margin-top: -10px;
	margin-left: 20px;
	height:40px;
}
.nav .active {
	color: #F16421;
}
.navbar-default .navbar-nav>li.activesub>a {
	color: #F16421;
}
.navbar-default .navbar-nav>li>a {
	color: #FFFFFF;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>.open>a {
	background: #F16421 !important;
	color: #FFF !important;
}
#topnav .nav .active a {
	color: #F16421;
	background-color: #18495F;
	/*padding: 14px 15px 10px 15px;*/
}

#topnav .nav .active ul a {
	color: #333;
	background-color: #FFF;
	/*padding: 14px 15px 10px 15px;*/
}

#topnav .nav ul a:hover {
	background: #fac8b1 !important;
}

#topnav .nav .active ul .active a {
	color: #F16421;
}

@media (max-width: 767px) {
	.navbar-nav .caret {
		display: none;
	}

	.navbar-collapse {
		max-height: none;
	}

	.navbar-nav  .dropdown-menu {
		position: static;
	    float: none;
	    width: auto;
	    margin-top: 0;
	    background-color: transparent;
	    border: 0;
	    box-shadow: none;
		display: block;
	}

	#topnav .nav ul a {
		background: #0F6085;
	}

	#topnav .nav .active ul a {
		color: #FFF;
		background: #0F6085;
	}

	.navbar-nav  .dropdown-menu a {
		color: #FFF;
	}
}

#subnav .nav .active {
	padding: 15px 15px 10px 15px;
}


/* homepage tiles
 ================ */
.tiles {
	background-repeat: no-repeat;
	background-size: cover;
}
.tiles h1 {
	margin-top: 10px;
	font-size: 50px;
}
.tiles h1, .tiles h2, .tiles h3, .tiles h4, .tiles h5, .tiles h6 {
	color: #FFFFFF;
	font-weight: normal;
}
@media (max-width: 768px) {
	.tiles h1, .tiles h2, .tiles h3, .tiles h4, .tiles h5, .tiles h6 {
		margin-left: 40px;
		margin-top: 0px;
		padding-top:28px;
	}
}
@media (min-width: 992px) {
	.tiles h1, .tiles h2, .tiles h3, .tiles h4, .tiles h5, .tiles h6 {
		margin-left: 40px;
		margin-top: 28px;
	}
}

.tiles a {
	color: #FFFFFF;
}
.tiles a:hover {
	color: #F16421;
	text-decoration: none;
}


.tile01 {
	background-image: url(static/img/bg_tile01.jpg);
	color: #FFFFFF;
	height: 450px;
}

.tile01 a:hover {
    color: #F16421;
}

.tile02 {
	background-image: url(static/img/bg_tile02.png);
	background-repeat: repeat;
	background-size: auto;
	/*background-color: #F7C4AD;*/
	color: #F7C4AD;
	height: 200px;
	padding-top: 30px;
}
@media (max-width: 768px) {
	.tile02 h3 {
		margin-left: 0px;
		margin-top: 0px;
	}
}
@media (min-width: 992px) {
	.tile02 h3 {
		margin-left: 0px;
		margin-top: 24px;
	}
}

.tile02 a {
	color: #F7C4AD;
}
.tile02 a:hover {
	color: #F16421;
}

.tile03 {
	background-image: url(static/img/bg_tile03.png);
	background-repeat: repeat;
	background-size: auto;
	/*background-color: #D95C52;*/
	color: #0F6085;
	height: 200px;
	padding-top: 30px;
}
@media (max-width: 768px) {
	.tile03 h3 {
		margin-left: 0px;
		margin-top: 0px;
	}
}
@media (min-width: 992px) {
	.tile03 h3 {
		margin-left: 0px;
		margin-top: 24px;
	}
}
.tile03 a {
	color: #0F6085;
}

.tile04 {
	background-image: url(static/img/bg_tile04_Brain.png);
	color: #FFFFFF;
	height: 330px;
	margin-left: 0px;
	margin-top: 0px;
	background-position: 30% center;
	text-align: initial;
}

.tile05 {
	background-image: url(static/img/bg_tile05_H20.png);
	background-repeat: repeat;
	background-size: auto;
	color: #0F6085;
	min-width: 510;
	height: 550px;
	padding-top: 25px;
	padding: 0px;
}

.tile05 p {
	margin: 0;
}
/*.tile05:hover {
	background-image: url(static/img/bg_tile05_hover.png);
}*/
@media (max-width: 768px) {
	.tile05 img {
		margin: 0 auto;
		width: 350px;
	}
	.tooltip-icons {display: none};
}
@media (max-width: 1200px) {
	.tooltip-icons {display: none};
}
.tile05 img {
	margin: 0 auto;
}

.tile06 {
	background-image: url(static/img/bg_tile06.jpg);
	color: #FFFFFF;
	height: 240px;
}

.tile07 {
	background-image: url(static/img/bg_tile08.png);
background-repeat: repeat;
background-size: auto;
/* background-color: #F16421; */
	color: #FFFFFF;
	height: 570px;
	overflow: hidden;
}
.tile07 a:hover {
	color: #0F6085;
}
@media (max-width: 768px) {
	.tile07 h1 {
		margin-left: 8px !important;
	}
}
.tile07 h1 {
	margin-left: auto;
}

.tile-new {

	background-image: url(static/img/brain-transparent.png);
	background-repeat: none;
	background-size: contain;
	background-position: center;
	height: 450px;
	width: 100%;
	padding: 100px 0;
}

	.tile-nested-dotted {
		background-image: url('static/img/teal-pattern.png');
	}

	.tile-new a {
		display: block;
		margin: 20px auto;
		width: 80%;
		text-align: center;
	}

.tile08 {
	background-image: url(static/img/bg_tile08.png);
	background-repeat: repeat;
	background-size: auto;
	/*background-color: #F16421;*/
	color: #FFFFFF;
	padding: 10px;
	text-align:center;
}

	.tile08 a:hover {
		color: #18495F;
	}

	.col-bare p {
		margin-bottom: 0;
	}

.tile08 h2 {
	margin-left: 0px;
}
.tile08 img {
	padding: 20px;
}

.tile09 {
	height: 570px;
	overflow: hidden;
}

.col-bare {
	padding-left: 0px;
	padding-right: 0;
}


/* footer */
#footer {
	background-color: #414042;
	color: #FFFFFF;
	font-size: 12px;
	max-width: 1270px;
	text-align: initial;
	padding-top: 20px;
	padding-bottom: 20px;
}



.footer-newsletter {
	width: 17% !important;
}

	.footer-newsletter .blog-subscribe {
		border-radius: 5px;
		font-size: 12px;
	}

	.footer-newsletter .indicates-required {
		margin-top: -15px;
	}

	.footer-newsletter h4 {
		font-size: 12px;
		margin-bottom: 10px;
	}

	.footer-newsletter #mc_embed_signup .button {
		margin-left: auto;
		margin-right: auto;
		display: block;
		background: #0F6085;
	}

	.footer-newsletter #mc_embed_signup .button:hover {
		background: #18495F;
	}

	.footer-bottom-row {
		padding-top: 15px;
	}

	.footer-newsletter #mc_embed_signup .mc-field-group input {
		color: #414042 !important;
	}

	.footer-newsletter #mc_embed_signup div.mce_inline_error {
		background: #F16421;
	}

	.footer-newsletter label, .footer-newsletter .indicates-required {
		color: #0F6085;
		font-size: 12px;
	}

	.footer-newsletter .blog-subscribe {
		margin-top: 0px;
	}

	/* We need to manually set the margins here, as the index page overrides the Bootstrap defaults and breaks the footer */
	#footer .row {
		margin-left: -15px;
		margin-right: -15px;
	}

#footer .social-icons {
	padding: 5px;
	width: 32px;
}

	.social-icons--big {
		font-size: 60px;
	}

	.social-icons--big:hover {
		color: #0F6085 !important;
	}

	.footer-icons {
		font-size: 25px;
		padding: 5px;
	}

	.footer-icons:hover {
		color: #F16421 !important;
	}

#footer h5 {
	color: #FFFFFF;
}
#footer ul {
	padding-left:15px;
}
#footer li {
	list-style-type: square;
}
#footer a {
	color: #FFFFFF;
}
#footer .active {
	color: #F16421;
}
#footer a:hover, #footer h5:hover {
	color: #F16421;
	text-decoration:none;
}
.footer-contacts {
	border-top: 1px dotted;
	padding-top: 20px;
	margin-top: 20px !important;
}




/* circles
 ================ */
.circle-container {
	display: table;
	margin: 0 auto;
}
.double-circle-container {
    text-align: center;
    margin: 4% auto;
}
.circle {
	height: 140px;
	width: 140px;
	border-radius: 80px;
	padding-top: 20px;
	text-align: center;
}
.circle-single-line {
    padding-top: 40px;
}
.circle-blue {
	background-color: #0F6085;
}
.circle-cyan {
	background-color: #BBDEB4;
}
.circle-red {
    background-color: #C13C3E;
}
.circle-orange {
	background-color: #F16421;
}
.circle-grey {
	background-color: #a8a9a2;
}
.circle-button {
	background-color: #9ed1ee;
	text-align: center;
	width: 100px;
	height: 100px;
	padding: 5px;
}
.circle-button-inner {
	border-color: #FFFFFF;
	color: #0F6085;
	text-decoration: none;
	border-style: dotted;
	border-width: 2px;
	width: 90px;
	height: 90px;
	padding: 5px;
}
.circle-button-inner:hover, .circle-button a:hover {
	border-color: #F16421;
	color: #F16421;
	text-decoration: none;
}
.circle-button-inner h5 {margin-top: 28px;}
.circle-button-inner:hover h5 {color: #F16421;}

.circle-link {
    display: block;
    width: 140px;
    height: 140px;
    border-radius: 80px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.circle-link-single-line {
    padding-top: 52px !important;
}

.circle-link-double-line {
    padding-top: 42px;
    line-height: 1.1;
}

.circle-link-triple-line {
    padding-top: 35px;
    line-height: 1.1;
}

.circle-link-blue-mouseover:hover {
    color: #428bca !important;
    text-decoration: none;
}

.circle-link-orange-mouseover:hover {
    color: #F16421 !important;
    text-decoration: none;
}

/* style overwrites
 ================== */

/* default font & margin behaviours */

html,body {
	font-family: 'Work Sans', sans-serif;
	
	color: #0F6085;
	background-color: #F1F2F2;
	margin: 0px;
}

@media (min-width: 768px) {

}

h1, h2, h3, h4, h5, h6 {
	color: #0F6085;
}
.articles{
	color: #58595B;
}
p {
	font-size: 18px;
}
.leads li, .leads-left li, .leads-right li {
	font-size: 18px;
}
.articles p, .articles li {
	font-size: 14px;
}

.articles li {
	text-align: left;
}

/* default link style */
a {
	color: #F16421;
}

/* default modal styles */
.modal-content { width: 680px;}
.modal-header { background-color: #9DD0ED;}
.modal-body { background-color: #F1F2F2;}


/*remove padding for navbars*/
.navbar .container-fluid {
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
}
#wrap.privacy .navbar .container-fluid { padding-bottom: 4px;background-color: #FFFEFE; }
#wrap.terms .navbar .container-fluid { padding-bottom: 4px;background-color: #FFFEFE; }


/*add margins to orderedlists*/
.col ol>li {
    margin-top: 25px;
}


.rounded-container {
    position: relative;
    margin: 15px 0;
    padding: 20px 19px 0;
    background-color: #fafafa;
    border: 1px solid #DDD;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding-bottom: 20px;
}

.rounded-container h2 {
	margin-top: 0px;
	margin-bottom: 10px;
}


/* demos*/
.progress .bar { float: left; background-color: #F16421;}
td .progress { margin-bottom: 0px; background-color: #DEE7F8;}
td .btn {padding:0px;}
.twitter-typeahead { width: 100%; }
.twitter-typeahead input.show-tooltip {display:none;}
.twitter-typeahead .textboxlist { margin-top: 50px; height: auto;}
.twitter-typeahead .textboxlist-bits { background-color: #F5F5F5 !important;}
.twitter-typeahead .textboxlist-bit-editable .textboxlist-bit-editable-input {
	/*border: 1px solid white !important;*/
	border-radius: 4px;
	width: 100%;
	height: auto !important;
	padding: 10px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#terms-container .textboxlist { margin-top: 50px; height: auto;}
#terms-container .textboxlist-bit-editable .textboxlist-bit-editable-input {
	border-radius: 4px;
	width: 100%;
	height: auto !important;
	padding:  10px;
	position: absolute;
	top: 0px;
	left: 0px;
}



.textboxlist-autocomplete { top: 40px; }
.textboxlist-autocomplete-highlight { background-color: #fff;color: #F16421; }
.textboxlist-autocomplete-result { background-color: #fff; padding-left: 10px; }
.textboxlist-autocomplete-results { border:none !important;}
.textboxlist-autocomplete-result-focus, .textboxlist-autocomplete-result-focus .textboxlist-autocomplete-highlight { background-color: #9DD0ED; }
.textboxlist-bits, .textboxlist-bit-editable,.textboxlist-bit-editable-input { border: none !important; background-color: #B6DDD5;}
.textboxlist-bit-box { padding: 5px 10px 5px 10px !important; }
.textboxlist-bit-box.special-op-bit {background-color: #F16421;}
#wiki-query { border: none; border-radius: 0px; margin-bottom: 20px; background-color: #B6DDD5; }


/* news */
.home-news{
	border-bottom: 1px dotted #ffffff;
	text-align: initial;
}
.home-news .col {
    font-size: 16px;
	padding: 10px;
}
@media (max-width: 768px) {
	.home-news .col {
		text-align: left;
		padding-bottom: 0;
		padding-top: 5px;
	}
}
.home-news-header { padding: 0;padding-right: 10px; }
@media (max-width: 768px) {
	.home-news-header {
		text-align: left;
	}
}
.home-news-more .col{
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.news-title, .news-date { color: #FFFFFF; text-align: left; }
.news-title:hover {	color: #0F6085; }

.news-content p{ font-size: 14px; color: #58595B; text-align: left;}


/* tooltips */
.tooltip-icons {
	/*border: 1px solid red;*/
	position: absolute;
	z-index: 200;
	width: 60px;
	height: 60px;
}
.tooltip-inner {
	color: #58595B;
	background-color: #FFFEFE;
	border-right: 1px solid #adb2b6;
	border-bottom: 1px solid #adb2b6;
	border-radius: 0px;
	padding: 8px 8px;
}
.tooltip.top .tooltip-arrow {
	border-top-color: #FFFEFE;
}
.tooltip.right .tooltip-arrow {
	border-right-color: #FFFEFE;
}
.tooltip.left .tooltip-arrow {
	border-left-color: #FFFEFE;
}
.tooltip.bottom .tooltip-arrow {
	border-bottom-color: #FFFEFE;
}

@media screen and (max-width: 1279px) {
    #section-container {
        margin-left: auto;
        margin-right: auto;
    }
}



.navbar-toggle {
    margin-right: 23px !important;
}

a:hover {
    text-decoration: none; !important;
}

.inline-buttons {
	height: 60px;
	padding-top: 15px;
	text-align: center;
	padding-bottom: 90px;
}

	.inline-buttons .gradient-button {
		display: inline-block;
		margin-right: 20px;
	}

.gradient-button {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #ffffff;

    font-size: 20px;
    padding: 11px 20px 11px 20px;
    text-decoration: none;
    white-space: nowrap;
}

.tiles .gradient-button {
	display: block;
}

.gradient-button:hover {
    color: #ffffff !important;
    text-decoration: none;
}

.gradient-button-blue {
    background: #428bca;
    background-image: -webkit-linear-gradient(top, #428bca, #2d6ca2);
    background-image: -moz-linear-gradient(top, #428bca, #2d6ca2);
    background-image: -ms-linear-gradient(top, #428bca, #2d6ca2);
    background-image: -o-linear-gradient(top, #428bca, #2d6ca2);
    background-image: linear-gradient(to bottom, #428bca, #2d6ca2);
}

.gradient-button-blue:hover {
    background: #2d6ca2;
}

.gradient-button-red {
    background: #872A2B;
    background-image: -webkit-linear-gradient(top, #C13C3E, #872A2B);
    background-image: -moz-linear-gradient(top, #C13C3E, #872A2B);
    background-image: -ms-linear-gradient(top, #C13C3E, #872A2B);
    background-image: -o-linear-gradient(top, #C13C3E, #872A2B);
    background-image: linear-gradient(to bottom, #C13C3E, #872A2B);
}

.gradient-button-red:hover {
    background: #FFF;
   	color: #872A2B !important;
}

.gradient-button-orange {
    background: #C1501A;
    background-image: -webkit-linear-gradient(top, #F16421, #C1501A);
    background-image: -moz-linear-gradient(top, #F16421, #C1501A);
    background-image: -ms-linear-gradient(top, #F16421, #C1501A);
    background-image: -o-linear-gradient(top, #F16421, #C1501A);
    background-image: linear-gradient(to bottom, #F16421, #C1501A);
}

.gradient-button-orange:hover {
    background: #C1501A;
}

.gradient-button-white {
	color: #872A2B !important;
	background: #c2c3c3;
	background-image: -webkit-linear-gradient(top, white, #c2c3c3);
	background-image: -moz-linear-gradient(top, white, #c2c3c3);
	background-image: -ms-linear-gradient(top, white, #c2c3c3);
	background-image: -o-linear-gradient(top, white, #c2c3c3);
	background-image: linear-gradient(to bottom, white, #c2c3c3);
}

.gradient-button-white:hover {
	color: #FFF !important;
	background: #872A2B !important;
}

/* used for product tables */
.top-corners {
    border-bottom: 15px solid rgb(32, 95, 141);
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}
.cornered-title-content {
    color: white;
    background-color: rgb(32, 95, 141);
    padding: 0 8px;
}
.green-row {
    background: rgb(181, 221, 214);
}
.green-row-first {
    font-weight: bold;
    background: linear-gradient(45deg, #F1F2F2 10px, rgb(181, 221, 214) 10px),
    linear-gradient(135deg, #F1F2F2 10px, rgb(181, 221, 214) 10px),
    linear-gradient(0deg, transparent 0px, rgb(181, 221, 214) 0px),
    linear-gradient(0deg, transparent 0px, rgb(181, 221, 214) 0px);
    background-position: bottom left, top left, top right, bottom right;
    background-size: 50% 50%;
    background-repeat: no-repeat;
}
.green-row-cell {
    background: rgb(221, 238, 235);
}
.blue-row {
    background: rgb(152, 210, 222);
}
.blue-row-first {
    font-weight: bold;
    background: linear-gradient(45deg, #F1F2F2 10px, rgb(152, 210, 222) 10px),
    linear-gradient(135deg, #F1F2F2 10px, rgb(152, 210, 222) 10px),
    linear-gradient(0deg, transparent 0px, rgb(152, 210, 222) 0px),
    linear-gradient(0deg, transparent 0px, rgb(152, 210, 222) 0px);
    background-position: bottom left, top left, top right, bottom right;
    background-size: 50% 50%;
    background-repeat: no-repeat;
}
.blue-row-cell {
    background: rgb(208, 233, 239);
}

/* Bootstrap 7 columns */
@media (min-width: 768px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1  {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.28571428571428571428571428571%;
  }
}

@media (min-width: 1200px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.28571428571428571428571428571%;
  }
}

/* use cases solutions */
#use_case_wrapper {
	padding-top: 20px;
    padding-bottom:35px;
}

#usecase_slideshow ul {
    list-style-type:none;
}

.fadein {
    position:relative;
    width:794px;
    height:566px;
    max-width:100%;
}

.fadein img {
    position:absolute;
    left:0;
    top:0;
    max-width:100%;
    height:auto;
}

.clear {
    clear:both;
}

.eraser-toggle {
	border-bottom-right-radius: 5px !important;
	border-top-right-radius: 5px !important;
}

.fadenext {
    float:right;
    cursor:pointer;
}

.fadeprevious {
    float:left;
    cursor:pointer;
}

.fadein_controls {
    max-width:794px;
}

.owl-buttons {
  margin-top: 20px;
  text-align: center;
}

.slider-page h2 {
	margin-bottom: 20px;
	margin-top: 20px;
}

.slider-page h2:first-of-type {
	margin-bottom: 20px;
	margin-top: 0px;
}

.gifplayer-wrapper {
	position: relative;
}

.gifplayer-wrapper .gp-gif-element {
	top: 0;
	left: -570px;
	position: absolute;
}





#mc_embed_signup #mce-success-response {
	font-weight: normal !important;
	width: 100% !important;
	padding: 0 !important;
	font-size: 12px !important;
	color: #0F6085 !important;
}

#mc_embed_signup div#mce-responses {
	width: 100% !important;
	margin: 0px !important;
	padding: 0 !important;
}

.blog-header, .blog-header h1 {

}

	.blog-title {
		margin-top: 100px;
	}

	.blog-header img {
		float: right;
	}

.blog-subscribe {
	background: #B6DDD5;
	padding: 10px;
	margin-top: 10px;
}

.blog-article {
	background: #FFF;
	padding: 10px;
}

.blog-content p, .blog-content li {
	font-size: 18px;
}

.blog-content h4 {
	font-size: 20px;
	font-weight: bold;
}

.blog-content strong {
	color: #999;
}

.blog-content blockquote p {
	font-style: italic;
}

.blog-extract {
	height: 85px;
	overflow: hidden;
}

.blog-author {
	background: #FFF;
	padding: 10px;
	margin-top: 40px;
}

	.blog-author p {
		margin-top: 30px;
		font-size: 14px;
		text-align: left;
	}

	.keep-updated {
		cursor: pointer;
		text-align: center;
	}

	.blog-author img {
		max-width: 100%;
		height: auto;
	}

	.event-subscribe {
		padding-top: 20px;
	}

	small {
		margin: 10px 0;
	}

.quicklinks {
	padding-top: 50px;
}


	.quicklinks li {
		list-style-type: circle;
		margin-bottom: 10px;
	}

.product-block {
	margin-top: 20px;
	height: 450px;
}

	.product-block--blue {
		background: #B6DDD5;
	}

	.product-block--aqua {
		background: #9AD1DD;
	}

	.product-block--green {
		background: #94C0E8 ;
	}

	.technology .product-block {
		height: 500px;
	}

	.resources .product-block {
		height: 330px;
	}

.at-a-glance {
	background: #F16421;
	margin-top: 20px;
	padding: 5px 10px;
}

.at-a-glance li, .at-a-glance h4 {
	color: #FFF;
	text-align: left;
}

.at-a-glance a {
	color: #FFF;
	text-decoration: underline;
}

.at-a-glance--read-more {
	display: block;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
}

.event--attending {
	background: #B6DDD5 !important;
}

.dropdown-toggle {
	cursor: default;
}

.tag--attending {
	color: #B6DDD5;
}

.event {
	height: 180px;
	margin-bottom: 30px;
	padding: 0 10px;
}

.event--speaking {
	background: #9AD1DD !important;
}

.tag--speaking {
	color: #9AD1DD;
}

.event--challenge {
	background: #94C0E8 !important ;
}

.tag--challenge {
	color: #94C0E8;
}

.event-meta {
	padding-top: 20px;
	font-size: 15px;
	color: #FFF;
}

	.event-meta .col-md-4:last-of-type {
		text-align: right;
		font-style: italic;
	}

	.event-more {
		text-align: right;

		position: absolute;
		right: 20px;
		bottom: 10px;
	}

	.event {
		position: relative;
	}

	.event-title {
		text-align: center;
		height: 70px;
	}

.solutions-application {
	background: #FFF;
	padding: 20px 10px;
	border: 1px #ddd solid;
	border-radius: 5px;
}

	.solutions-application strong {
		color: #428bca;
	}

.blog-header-container {
	background-repeat:  no-repeat;
	background-size: cover;
	 height: 385px;
	 padding-left: 20px;

	 padding-top: 80px;
	 padding-right: 480px;
}

@media screen and (max-width: 800px) {
    #section-container {
        padding-left: 10px;
		padding-right: 10px;
    }

	.container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
		margin-right: 0;
		margin-left: 0;
	}

	.centre-buttons {
		text-align: center;
	}

	.blog-header-container {
		margin-left: 0;
		padding: 20px;
		height: auto;
	}

	.blog-title {
		margin-top: 0;
	}

	#section-container.news-container .row {
		margin-left: -15px;
		margin-right: -15px;
	}

	#scroll-buttons {
		width: 85% !important;
	}

	.news-title, .post-author {
		width: 100%;
	}
}




.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display:block;
}
.dropdown-submenu>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#000;
    margin-top:5px;
    margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color:#ffffff;
}
.dropdown-submenu.pull-left {
    float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}

.modal-body #mc_embed_signup form {
	display: block !important;
}