/*
Theme Name: Welfare Call 2018
Description: Custom Theme for Welfare Call
Author: Blue Ginger
Author URI: http://www.bluginger.co.uk
Version: 1.0.0
*/

@font-face {
    font-family: 'gt_walsheimregular';
    src: url('fonts/gt-walsheim-regular-webfont.woff2') format('woff2'),
         url('fonts/gt-walsheim-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body{
	font-family: 'gt_walsheimregular', sans-serif;
	color:#666;
	font-size:15px;
	line-height:1.3;
}
h1, h2, h3, h4{
	color:#251b5b;
	margin-bottom:20px;
}
h1{
	font-size:50px;

}
h2{
	font-size:24px;

}
h3{
	font-size:20px;
}
a{
	color:#251b5b;
}
.no-pad-left{
	padding-left:0;
}
.no-pad-right{
	padding-right:0;
}
.no-pad{
	padding:0;
}
.fl-left{
	float:left;
}
.fl-right{
	float:right;
}
.container{
	width:1030px;
	max-width:100%;
	position:relative;
}
.header{
	position:relative;
}
.navbar-inverse{
	background-color:#fff;
}
.navbar{
	border-bottom:none;
	margin-bottom:0;
}
.header-logo{
	padding:30px 0 34px;
	float:left;
}
.topmenu{
	float:right;
	margin-top:30px;
	margin-bottom:10px;
	width:40%;
}

.topmenu .nav > li > a{
	padding:0 10px;
	color:#666;
}
.topmenu .nav > li:last-child > a{
	padding-right: 15px;
}
.topmenu .navbar-nav > li > a:hover, .topmenu .navbar-nav > li > a:focus, .topmenu .navbar-nav > li.current-menu-item a{
	color:#666 !important;
}
.header-buttons{
	float: right;
	margin-top: 30px;
	margin-left:20px;
}
a.header-button{
	background:#251b5b;
	color:#fff;
	padding:8px 16px;
	border-radius:17px;
}
.header-text{
	float:right;
	color:#251b5b;
	font-size:18px;
	margin-top:20px;
}
.header-text span{
	font-weight:lighter;
	color:#666;
}
#mainmenu{
	background:#251b5b;
}
#mainmenu .nav > li > a{
	padding:15px 24px;
	font-size:18px;
	color:#fff;
}
#mainmenu .nav > li:first-child > a{
	text-indent:-9999px;
	background:url(images/icon-home.png) no-repeat center center;
	width:26px;
	padding-left:0;
	padding-right:0;
}
#mainmenu .nav > li:first-child > a:hover, #mainmenu .nav > li.current-menu-item:first-child > a{
	background:url(images/icon-home-hover.png) no-repeat center center;
}
#mainmenu .nav > li:last-child > a{
	padding-right:0;
}
#mainmenu .navbar-nav > li > ul{
	display:none;
	position:absolute;
	left:24px;
	list-style:none;
	border-top:none;
	padding:0;
	margin:0;
	width:260px;
}
#mainmenu .navbar-nav > li > ul > li > a{
	font-size:18px;
	color:#fff;
	padding:15px;
	width:100%;
	position:relative;
	transition: left .5s ease;
	background:rgba(37,27,91,0.8);
	left:0;
	float:left;
}

#mainmenu .navbar-nav > li > ul > li:last-child > a{
	border-bottom:none;
}
#mainmenu .navbar-nav > li:hover > ul{
	display:block;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li.current-menu-item a{
	color:#00e0e0;
}
#mainmenu .navbar-nav > li > ul > li > a:hover, #mainmenu .navbar-nav > li > ul > li > a:focus, #mainmenu .navbar-nav > li > ul > li > a:active{
	text-decoration: none;
	background:#1d4375;
	color:#00e0e0;
	left:20px;
}
#mainmenu .navbar-nav > li.current-menu-item > ul > li > a{
	color:#251b5b;
}
.subpagemenu{
	float:left;
	width:100%;
	padding:8px 0;
}
ul.subpages{
	list-style:none;
	margin:0;
	padding:0;
}
ul.subpages li{
	float:left;
	padding:7px 0;
	border-right:1px solid #e3e1ea;
}
ul.subpages li a{
	font-size:18px;
	padding:0 50px;

	color:#251b5b;
}
ul.subpages li:first-child a{
	padding-left:0;
}
ul.subpages li:last-child{
	border-right:none;
}
ul.subpages li:last-child a{
	padding-right:0;
}
ul.subpages li a:hover{
	text-decoration:none;
}

.page-template-page-call ul.subpages li a:hover, .page-template-page-call ul.subpages li.current_page_item a{
	color:#777c00;
}
.page-template-page-cloud ul.subpages li a:hover, .page-template-page-cloud ul.subpages li.current_page_item a{
	color:#8d00cb;
}

.flexslider{
	background:none;
	border:none;
	box-shadow:none;
	border-radius:0;
	padding:0;
	margin:0;
}
#home-slider.flexslider{
	background:#00e0e0;
}
.slideover{
	background-repeat:no-repeat;
	background-position: top center;
	background-size:cover;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.caption-wrap{
	position:absolute;
	width:100%;
	top:0;
	left:0;
}
.flex-caption{
	width:60%;
	font-size:44px;
	padding-top:70px;
	color:#251b5b;
}
.slide-title{
	color:#251b5b;
}
.slide-content a{
	color:#fff;
	background:#251b5b;
	padding:14px 17px;
	border-radius:24px;

	display: inline-block;
	font-size:18px;
}
.slide-content a:hover, .slide-content a:focus, .slide-content a:active{
	text-decoration: none;
}
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 30px;
    padding: 0 15%;
    z-index: 10;
    text-align:left;
}
.flex-control-paging li{
	margin:0 7px 0 0;
}
.flex-control-paging li a{
	width:15px;
	height:15px;
	background:#666;
	box-shadow:none;
}
.flex-control-paging li a:hover{
	background:#666;
}
.flex-control-paging li a.flex-active{
	background:#251b5b;
}
#video-slider.flexslider{
	border-top:2px solid #201751;
	background:url(images/testsliderhomebottom.png) no-repeat bottom center;
}
#video-slider.flexslider img.quotes{
	width:auto;
	padding:45px 0 20px;
	display:inline-block;
}
#video-slider.flexslider .people img{
	width:auto;
	display:inline-block;
	position:absolute;
	top:-116px;
	left:45%;
}
@media only screen and (max-width:500px) {
	#video-slider.flexslider .people img{
		display:none;
	}
}
#video-slider.flexslider p.author{
	font-size:16px;
	font-weight:bold;
	margin-top:30px;
	color:#0f0055;
}
#video-slider.flexslider .slides > li{
	text-align:center;
	padding:0 30px 100px;
	font-size:24px;
	color:#fff;
}

#video-slider.flexslider .slides > li a:hover{
	text-decoration:none;
}
#video-slider.flexslider .flex-control-nav{
	bottom:-40px;
	padding: 0;
}
#video-slider.flexslider .flex-control-paging li a.flex-active{
	background:#00e0e0;
}
#video-slider.flexslider .flex-direction-nav a{
	width:13px;
	height:32px;
	margin-top:-50px;
}
.flex-direction-nav a::before, .flex-direction-nav a.flex-next::before{
	content:'';
}
#video-slider.flexslider .flex-prev{
	opacity:1;
	left:0;
	background:url(images/slidearrowleft.png) no-repeat;
}
#video-slider.flexslider .flex-next{
	opacity:1;
	right:0;
	background:url(images/slidearrowright.png) no-repeat;
}

.news-column{
	width:765px;
	max-width:100%;
}
.twitter-column{
	width:265px;
	max-width:100%;
}
.carousel li{
	margin-right:20px;
}
#news-carousel.flexslider .flex-control-nav{
	bottom:-40px;
	padding: 0;
}
#news-carousel.flexslider .flex-control-paging li{
	margin:0 7px 0 0;
}
#news-carousel.flexslider .flex-control-paging li a.flex-active{
	background:#251b5b;
}
#news-carousel.flexslider .flex-control-paging li a{
	background:#00e0e0;
}
#news-carousel.flexslider .flex-control-paging li a:hover{
	background:#00e0e0;
}
#news-carousel.flexslider .slides > li{
	color:#fff;

	font-size:18px;
	background:#251b5b url(images/twitter-corner.jpg) no-repeat bottom right;
}
#news-carousel.flexslider .slides > li a{
	color:#fff;
}
.news-slide-content{
	padding:15px;
}
#testimonials-slider.flexslider blockquote small{
	color:#555;
}

#ofsted-page-quotes{
	width:100%;
	float:left;
}
#ofsted-slider.flexslider{
	margin-bottom:50px;
}
#ofsted-slider.flexslider .ofsted-slide{
	background:#307FE2;
	border-radius:20px;
	padding:30px;
}
.ofsted-logo{
	padding:0 30px;
}
#ofsted-slider.flexslider .flex-caption{
	width:100%;
	padding:0;
	text-align:center;
}
.ofsted-content{
	font-size:20px;
	color:#fff;
}
.ofsted-title{
	font-size:16px;
	color:#64ddde;
}
.h-100{
	display:flex;
	height:100%;
}
.my-auto{
	margin-top:auto;
	margin-bottom:auto;
}
#ofsted-slider.flexslider .flex-direction-nav a{
	top:40%;
}
#ofsted-slider.flexslider .flex-direction-nav a{
	width:13px;
	height:32px;
}
#ofsted-slider.flexslider .flex-direction-nav a.flex-prev{
	left: -40px;
}
#ofsted-slider.flexslider .flex-prev{
	background:url(https://whatever.welfarecall.net/wp-content/uploads/2019/05/ostedarrowleft.png)
}
#ofsted-slider.flexslider .flex-next{
	background:url(https://whatever.welfarecall.net/wp-content/uploads/2019/05/ofstedarrowright.png)
}
#ofsted-slider.flexslider:hover .flex-prev{
	left:0px;
}
#ofsted-slider.flexslider:hover .flex-next{
	right:-40px;
}
#ofsted{
	background:#00e0e0;
	width:100%;
	float:left;
	padding-top:50px;
}
#ofsted #ofsted-slider.flexslider .ofsted-slide{
	background:#00e0e0;
}
#ofsted .ofsted-content, #ofsted .ofsted-title{
	color:#251b5b;
}
@media only screen and (max-width:991px) {
	.h-100 {
		display: block;
		height: auto;
	}
	.my-auto {
		width: 350px;
		max-width:100%;
		margin: 0 auto 30px;
	}
}

#ctf{
	padding:0 10px;
	background:#f0f3f8 url(images/twitter-corner.jpg) no-repeat bottom right;
	float:left;
}
#ctf #ctf-more, #ctf.ctf-super-narrow .ctf-tweet-actions, #ctf.ctf-super-narrow .ctf-author-box{
	display:none;
}
#ctf .ctf-item{
	border-top:none;
	padding:10px 5px;
}
#ctf .ctf-header .ctf-header-follow{
	background:#007cbe;
}

.page-content{
	float:left;
	width:100%;
	margin-bottom:50px;
}
.storycontent{
	padding:50px 0 50px 30px;
	width:645px;
}
.section{
	padding:55px 0 45px;
	background-size:cover;
	background-position:center center;
	width:100%;
	float:left;
}
#rocket.section{
	float:left;
	width:100%;
	position:relative;
	overflow:hidden;
	background:#00e0e0 url(images/rocketbarbg.png) no-repeat bottom center !important;
	padding-bottom:0;
	padding-top:70px;
}
.rocket{
	position:absolute;
	top:20px;
	right:0;
	background-repeat:no-repeat;
}
#rocket.section .rocket-bar{
	background:none !important;
}
#rocket.section .rocket-text{
	padding-left:80px;
	width:55%;
	color:#251b5b;
}
#rocket.section .rocket-text-right{
	padding-right:80px;
	width:45%;
	color:#251b5b;
}
#rocket.section .rocket-text img{
	margin-left:30px !important;
}
#ufo{
	position:absolute;
	top:10px;
	left:60%;
}
#spaceman{
	position:absolute;
	bottom:65px;
	left:13%;
}
#climber{
	width:29px;
	height:38px;
	background:url(images/climber.png);
	position:absolute;
	bottom:10px;
	left:177px;
}

ul.home-link-bar{
	width:100%;
	float:left;
	list-style:none;
	margin:0;
	padding:15px 0;
}
ul.home-link-bar li{
	border-right:1px solid #4db8ff;
	position:relative;
	z-index:10;
}
ul.home-link-bar li:last-child{
	border-right:none;
}
.link-content{
	color:#251b5b;

	line-height:2.9;
	font-size:18px;
}
ul.home-link-bar li p{
	display:none;
}
#customers{
	float:left;
	width:100%;
	padding:50px 0;
}
ul.customer-left{
	list-style:none;
	margin:0;
	padding:0;
}
.customer-title{
	color:#251b5b;
	font-size:18px;
	margin:20px 0;

}
.customer-content a{

	margin-top:5px;
	float:left;
}
.dashed-line{
	background:url(images/square-dot.png);
	width:5px;
	height:200px;
	position: absolute;
	top: 0;
	left: 45px;
	z-index: -1;
}
ul.customer-left li:last-child .dashed-line{
	height:0;
	background:none;
}
.progress-circle{
	width:100%;
	height:306px;
	float:left;
	position:relative;
}
#circle, #circleinner{
	width:100%;
	text-align:center;
}
.circletext{
	font-size:18px;
	color:#251b5b;
	text-align:center;
	position:absolute;
	width:150px;
	top:70px;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
}
.circletext span{
	float:left;
	width:100%;
}
.rate{
	font-size:50px;
}
.rocket-bar{
	width:100%;
	float:left;
	padding:25px 0;
	background:#00e0e0;
	font-size:24px;
	color:#fff;

}
.rocket-bar span{
	font-size:54px;

}
.rocket-text div, .rocket-text p{
	float:left;
	line-height:1.2;
}
.rocket-text img{
	margin-left:130px;
}
.rocket-text-right{
	padding-top:15px;
}
.rocket-img{
	position:absolute;
	bottom:-80px;
	right:0;
}
.home-testimonials{
	width:100%;
	float:left;
	background:#307FE2;
	padding:50px 0 100px;
}
.home-testimonials h3{
	margin-bottom:50px;
	color:#0f0055;
}
.home-news{
	width:100%;
	float:left;
	padding:50px 0 100px;
}
.home-news h3{
	margin-bottom:50px;
}

.page-header{
	margin:0;
	color:#251b5b;
	font-size:20px;

	padding:30px 0 40px;
	float:left;
	width:100%;
}
.page-template-page-cloud .page-header{
	color:#170357;
}
.page-header p{
	width:60%;
}
.page-header{
	background-color:#00e0e0;
}
.page-header.call-template{
	background-color:#dbe404;
}
.page-header.cloud-template{
	background-color:#b748fe;
}

.history-page{
	padding:50px 0;
	width:100%;
	float:left;
}
.history-wrap{
	float:left;
	width:100%;
}
.history-title{
	width:30%;
}
/*ul.history-bar{
	width:100%;
	float:left;
	list-style:none;
	padding:0 0 40px 60px;
	margin:30px 0 0;
	background:url(images/telephone.png) no-repeat bottom left;
}
ul.history-bar li{
	float:left;
	width:46px;
	height:52px;
	margin:0 28px;
	text-align:center;
	padding-top:13px;
	color:#fff;
}
ul.history-bar li:nth-child(odd){
	background:url(images/topyearodd.png) no-repeat top center;
}
ul.history-bar li:nth-child(even){
	background:url(images/topyeareven.png) no-repeat top center;
}
ul.history-bar li a, ul.history-bar li a:hover, ul.history-bar li a:active, ul.history-bar li a:focus{
	color:#fff;
	text-decoration: none;
}*/

.telephone-icon{
	text-align:center;
}

ul.history-posts{
	list-style:none;
	margin:0 auto;
	padding:0;
	width:680px;
	position:relative;
}
ul.history-posts li{
	width:50%;
	clear:both;
	position:relative;
}
ul.history-posts li h1{
	margin-top:0;
	font-size:34px;
}
ul.history-posts li:nth-child(odd){
	float:right;
	background:url(images/history-odd.png) no-repeat top left;
	margin-right:17px;
	margin-top:-24px;
	padding:60px 0 0 60px;
	height:122px;
}
ul.history-posts li:nth-child(even){
	float:left;
	text-align:right;
	background:url(images/history-even.png) no-repeat top right;
	margin-left:17px;
	margin-top:-24px;
	padding:60px 60px 0 0;
	height:122px;
}
ul.history-posts li:first-child{
	background:url(images/history-first.png) no-repeat top left;
	padding: 45px 0 0 70px;
	height: 106px;
	margin-top: -20px;
	margin-right: 28px;
}
ul.history-posts.history-single li:first-child{
	width:50%;
}
ul.history-posts li:last-child{
	background:url(images/history-last.png) no-repeat top left;
	padding:60px 0 0 60px;
	height:auto;
	margin-right:15px;
	width:52%;
	min-height:225px;
}
.history-icon{
	position:absolute;
	width:80px;
	height:85px;
	padding:6px 0 0 12px;
	transition: all .2s ease-in-out;
	transform: scale(0.8);
}
ul.history-posts li:hover .history-icon{
	transform: scale(1);
}
.history-icon img{
	float:left;
}
ul.history-posts li:nth-child(odd) .history-icon{
	background:url(images/historyiconbgdark.png) no-repeat top left;
	right:0;
	top:68px;
	padding:3px 0 0 9px;
}
ul.history-posts li:nth-child(even) .history-icon{
	background:url(images/historyiconbglight.png) no-repeat top left;
	left:0;
	top:68px;
	padding:3px 0 0 22px;
}
ul.history-posts li:first-child .history-icon{
	top:50px;
	right:-10px;
}
.history-text{
	width:80%;
}
ul.history-posts li:nth-child(odd) .history-text{
	float:left;
}
ul.history-posts li:nth-child(even) .history-text{
	float:right;
}

.sidebar{
	float:right;
	width:245px;
	margin:113px 0 0;
}
.sidebar ul{
	list-style:none;
	margin: 0;
	padding:0;
}
.sidebar blockquote{
	background:#fafbda url(images/sidebarquotebg.jpg) no-repeat bottom right;
	border-left:none;
	text-align:center;
	font-size:18px;
	color:#251b5b;
	padding-bottom:100px;
}
a.downloadbtn{
	width:100%;
	float:left;
	margin-bottom:50px;
}

.footer-full-bar{
	width:100%;
	float:left;
	margin-top:50px;
}
.footer-bar-text{
	padding:20px 15px;
	font-size:24px;
	color:#251b5b;

}
.footer-bar-image{
	position:absolute;
	right:0;
	text-align:right;
}

.footer{
	background:#251b5b;
	width:100%;
	float:left;
	padding:20px 0 0;
	color:#fff;
	font-size:14px;
}
.footer-title{
	color:#fff;
	margin-bottom:30px;
}
.footer a{
	color:#fff;
}
.footer-widget{
	float:left;
	width:28%;
}
#badges_gallery{
	width: 63%;
}
#badges_gallery figure{
	float: left;
	width: 148px;
}
#afc_badge img{
	float: right;
}
.footer-widget-right{
	float:right;
}
.footer-bottom{
	padding:45px 0;
	font-size:12px;
}
.footer-bottom a{
	color:#fff;
}
ul.footermenu{
	list-style:none;
	padding:0;
	margin:0;
}
ul.footermenu li{
	float:left;
	padding-right:10px;
}
.footer-credits{
	text-align:right;
}

.hvr-icon-down{
	width:100%;
}

.ui-state-default{
	background:#00e0e0;
	border:none;
}
.ui-state-active{
	background:#251b5b;
	border:none;
}
.ui-widget-content{
	border:none;
}
.ui-widget{
	font-family: 'gt_walsheimregular', sans-serif;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr{
	border-top-right-radius: 0;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 0;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 0;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 0;
}

.forums-panel{
	width:100%;
	float:left;
	background:#251b5b;
}
.forums-panel .container{
	background:url(images/forum-icon.png) no-repeat bottom left;
	padding-left:160px;
	padding-top:16px;
	padding-bottom:16px;
}
.forums-blue-text{
	float:left;
	font-size:45px;
	color:#00e0e0;
	font-weight:700;
	margin-right:15px;
}
.forums-white-text{
	float:left;
	font-size:45px;
	color:#fff;
	font-weight:700;
}
a.forums-panel-btn{
	float:right;
	background:#00e0e0;
	color:#251b5b;
	padding:12px 23px;
	font-size:18px;
	border-radius:25px;
	margin-top:5px;
}


/* Featured Image */

.attachment-single-post {
    float: left;
    margin: 0px 20px 0 0px;
    border:1px solid #ddd;
}
.attachment-index-categories {
    float: left;
    margin: 3px 8px 8px 0px;
}
.attachment-blog-page {
    float: left;
    margin: 3px 8px 8px 0px;
}

/* Images */

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%;
	height: auto;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right:7px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #ebebeb;
	line-height: 18px;
	margin-bottom: 3px;
	max-width: 630px !important;
	padding: 3px 13px 4px 3px;
	text-align: center;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.wp-caption img {
	margin: 5px;
}
.wp-caption p.wp-caption-text {
	color: #555;
	font-size: .875em;
	margin: 0;

}
.wp-smiley {
	margin: 0;
}

.bypostauthor{
}
.feedback{
	text-align:right;
	padding:0 20px 10px 0;
	clear:both;
}

.gallery {
	margin-bottom: 20px;
	margin-left: -4px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail,
.gallery-columns-4.gallery-size-thumbnail {
	display: table;
	margin: 0 auto 20px;
}

.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item {
	text-align: center;
}



.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 2px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	-webkit-transition: opacity 400ms ease;
	transition:         opacity 400ms ease;
	width: 100%;
}

.gallery-caption:before {
	box-shadow: 0 -10px 15px #000 inset;
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.gallery img {

	border: 10px solid #f1f1f1;
	max-width: 100%;
height: auto;
}

#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

/* Comments */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
}
.reply a:hover,
a.comment-edit-link:hover {
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	font-weight: bold;
}
#respond label {
	font-size: 12px;
	width:7%;
}
#respond input {
	margin: 20px 5px;
}
#respond textarea {
	width: 99%;
}
#respond .form-allowed-tags {
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}
#advert{
	width:640px;
	margin-left:-40px;
}
#advert ul{
	list-style:none;
}
/* =Widget Areas
-------------------------------------------------------------- */

.textwidget{
width:100%;
float:left;
}
.widget-area ul {
	list-style: none;
	margin: 0;
	padding-left:0;
}
.widget-area ul ul {
	margin: 0;
	padding-left:10px;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 100%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0;
	padding:0;
	list-style:none;
}
.widget-container ul{
margin:0;
padding:0;
}
.widget-container ul li{
list-style:none;
}
.widget-container a,
.widget-container a:link,
.widget-container a:visited {
	text-decoration: none;
}
.widget-container a:active,
.widget-container a:hover {
	text-decoration: none;
}
.widget-area a,
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: none;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #999;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
	text-shadow:none;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
}
#wp-calendar tbody td {
	border: 1px solid #333;
	padding: 3px 0 2px;
	text-align: center;
	font-size:12px;
}

#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.wp-post-image{
	margin-bottom: 10px;
}
.widget_rss a.rsswidget {
	color: #CC0000;
}
.widget_rss a.rsswidget:hover {
	color: #FF0000;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}

/* RESPONSIVE */
img{
	max-width:100%;
	height:auto;
}
iframe{
	max-width:100%;
}
.iframe_iframe{
	height: 148px;
	width: 180px;
	max-width: 180px;
}
.navbar-toggle{
	width:100%;
	margin-right:0;
	background-color:#00e0e0;
	color:#fff;
	border-radius:0;
	border:none;
	font-weight:700;
	margin-top:0;
	text-align:center;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:active{
	background-color:#00a0e0;
	margin-top:0;
}
.supply-chain-desktop{
		display:block;
	}
	.supply-chain-mobile{
		display:none;
	}

@media only screen and (max-width:1029px) {
	.topmenu .navbar-nav{
		float:right;
	}
	.topmenu{
		margin-top: 23px;
	}
	.topmenu .nav > li{
		float:left;
	}
	#mainmenu .nav > li{
		float:left;
		width:100%;
	}
	#mainmenu .nav > li:first-child > a{
		margin-left:24px;
	}
	#mainmenu .navbar-nav > li > ul{
		display:block;
		position:relative;
		background:none;
	}
	#mainmenu .navbar-nav > li > ul > li > a{
		color:#fff;
	}
	#mainmenu .navbar-nav > li > ul > li > a:hover, #mainmenu .navbar-nav > li > ul > li > a:focus, #mainmenu .navbar-nav > li > ul > li > a:active{
		background:none;
	}
	.subpagemenu{
		display:none;
	}
	.flex-caption{
		padding-top:10px;
	}
	.flex-control-nav{
		display:none;
	}
	.supply-chain-desktop{
		display:none;
	}
	.supply-chain-mobile{
		display:block;
	}
}

@media only screen and (max-width:991px) {
	#mainmenu{
		padding-top: 36px;
	}
	.flex-caption{
		font-size:30px;
	}
	ul.home-link-bar li{
		width:100%;
		border:none;
		padding:5px 0;
		float:left;
	}
	ul.customer-left, .customer-right{
		float:left;
		width:100%;
	}
	.svg-container{
		margin-top:-150px;
		z-index:-1;
	}
	.progbartext{
		width:100%;
		margin:-100px 0 0;
	}
	.footer-bar-text{
		text-align:center;
	}
	.footer-bar-image{
		position:relative;
		text-align:center;
	}
	.sidebar{
		width:100%;
		padding-bottom:50px;
	}
	.sidebar ul{
		margin:0;
	}
	.sidebar blockquote{
		background:#fafbda;
		padding-bottom:0;
	}
	.storycontent{
		width:100%;
		float:left;
		padding-left:15px;
		padding-right:15px;
	}
	#ufo, #spaceman{
		display:none;
	}
	#rocket.section .rocket-text,#rocket.section .rocket-text-right{
		width:100%;
		padding-left:0;
		padding-right:0;
		text-align:center;
	}
	#rocket.section .rocket-text br{
		display:none;
	}
	.flag, #climber, .home .footer-bar-image img{
		display:none;
	}
	.home .footer-bar-image{
		height:235px;
		background:url(images/mountain-static.png) no-repeat center bottom;
	}
	.sidebar{
		margin:0;
	}
	.footer-bar-image{
		bottom:10px !important;
	}
}

@media only screen and (max-width:890px) {
	.topmenu .navbar-right {
	    margin: 0;
	}
	.topmenu .nav > li:last-child > a {
	    padding-right: 0;
	}
}

@media only screen and (max-width:845px) {
	.header-text{
		margin:10px 0;
	}
}

@media only screen and (max-width:768px) {
	.header-logo{
		padding: 010px 0;
		float: left;
		width: 100%;
		text-align: center;
	}
	.topmenu .navbar-nav{
		float:none;
	}
	.topmenu{
		margin:10px 0;
		width:100%;
	}
	.header-buttons{
		width:100%;
		margin:10px 0;
		text-align:center;
	}
	.topmenu .navbar-right {
	    text-align: center;
	}
	.topmenu .nav > li {
	    float: none;
	    display: inline-block;
	}
	.header-text{
		width:100%;
		text-align:center;
	}
	.caption-wrap{
		position:relative;
	}
	.flex-caption{
		width:100%;
	}
	.svg-container{
		margin-top:0;
	}
	.progbartext{
		margin:0;
	}
	.rocket-text div, .rocket-text p{
		width:100%;
	}
	.rocket-text img{
		display:none;
	}
	.footer-widget, #badges_gallery{
		width:100%;
		margin-bottom:15px;
	}
	.footer-widget-right{
		float:left;
	}
}

@media only screen and (max-width:710px) {
	ul.history-posts{
		width:100%;
	}
	ul.history-posts li{
		background:none !important;
		height:auto !important;
		width:100%;
		padding:10px 0 !important;
		margin:0 !important;
	}
	ul.history-posts li:last-child{
		width:100%;
	}
	ul.history-posts li .history-icon{
		top:0 !important;
	}
	.history-text {
	    width: 75%;
	}
	.history-title{
		width:100%;
	}
	.history-wrap{
		margin-top:0;
	}
}

@media only screen and (max-width:630px) {
	.footer-bottom .col-md-6{
		width:100%;
		margin-bottom:10px;
		float:left;
	}
	.footer-credits{
		text-align:left;
	}
}

@media only screen and (max-width:575px) {
	.dashed-line{
		display:none;
	}
	ul.customer-left li div{
		width:100%;
	}
	.customer-title{
		margin:0 0 10px;
	}
	.customer-content{
		padding-bottom:15px;
	}
	.no-pad-left{
		padding-left:15px;
	}
	.no-pad-right{
		padding-right:15px;
	}
	.no-pad{
		padding-left:15px;
		padding-right:15px;
	}
}

.chart-col { margin:20px auto;}
.graph-container {
  height: 220px;
  width: 100%;
  max-width:615px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.graph-container .graph-bar {
  position: absolute;
  width: 20%;
  padding-top: 15px;
  padding-left: 0;
  bottom: -100%;
}

.graph-container .graph-bar p {
  font-family: 'HelveticaNeueW01-75Bold', Arial, Helvetica, sans-serif;
  color: #251b5b;
  text-align: center;
  font-size: 18px;
  display: none;
  position: relative;
  top: -5px;
}

@media only screen and (max-width:470px) {
	.graph-container .graph-bar p{
		font-size:12px;
	}
}

.graph-container .graph-bar.a-bar {
  background: #f7f9cc;
  left: 0;
  background-size: cover;
}
.graph-container .graph-bar.b-bar {
  background: #f0f49a;
  background-size: cover;
}
.graph-container .graph-bar.c-bar {
  background: #e9ee68;
  background-size: cover;
}
.graph-container .graph-bar.d-bar {
  background: #e2e936;
  background-size: cover;
}
.graph-container .graph-bar.e-bar {
  background: #dbe304;
  background-size: cover;
}

.bar-overflow {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 220px;
  bottom: -12px;
}

.graph-container .y-axis-label {
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  position: absolute;
  top: 45px;
  left: -62px;
}

.graph-container .y-axis-label p {
  font-size: 10px;
  color: #004d71;
}

.graph-container .y-axis-units {
  position: absolute;
  bottom: -2px;
  left: -21px;
  height: 242px;
  width: 0;
}

.graph-container .y-axis-units p {
  font-size: 10px;
  color: #868686;
  text-align: right;
  margin-bottom: 0;
  position: absolute;
  width: 18px;
}

.graph-container .y-axis-units p.unit-100 {
  top: -1px;
  left: -1px;
}

.graph-container .y-axis-units p.unit-80 { top: 23px; }

.graph-container .y-axis-units p.unit-60 { top: 46px; }

.graph-container .y-axis-units p.unit-40 { top: 69px; }

.graph-container .y-axis-units p.unit-20 { top: 91px; }

.graph-container .y-axis-units p.unit-0 { bottom: -6px; }

.graph-container .y-axis-units p.unit-0:after { top: 2px; }

.graph-container .y-axis-units p:after {
  content: "\00af";
  position: relative;
  right: -2px;
  font-size: 9px;
  top: 1px;
}

.graph-container .graph-bar.a-bar { left: 0; }
.graph-container .graph-bar.b-bar { left: 20%; }
.graph-container .graph-bar.c-bar { left: 40%; }
.graph-container .graph-bar.d-bar { left: 60%; }
.graph-container .graph-bar.e-bar { left: 80%; }

.graph-container .y-axis-label {
  top: 85px;
  left: -79px;
}

.graph-container .y-axis-label p { font-size: 13px; }

.graph-container .y-axis-units {
  left: -29px;
  bottom: -4px;
  height: 242px;
}

.graph-container .y-axis-units p {
  font-size: 13px;
  width: 25px;
}

.graph-container .y-axis-units p.unit-100 {
  top: -1px;
  left: 0;
}

.graph-container .y-axis-units p.unit-80 { top: 43px; }

.graph-container .y-axis-units p.unit-60 { top: 85px; }

.graph-container .y-axis-units p.unit-40 { top: 128px; }

.graph-container .y-axis-units p.unit-20 { top: 170px; }

.graph-container .y-axis-units p.unit-0 { bottom: -7px; }

.graph-container .y-axis-units p.unit-0:after { top: 2px; }

.hide{
	display:none;
}

.flag {
  width: 70px;
  height: 46px;
  position:absolute;
  top:10px;
  right:87px;
}

.flag-element {
  -webkit-animation: oscill 1s ease-in-out infinite alternate;
  -moz-animation: oscill 1s ease-in-out infinite alternate;
  -ms-animation: oscill 1s ease-in-out infinite alternate;
  animation: oscill 1s ease-in-out infinite alternate;
  background: url(images/flag.png) no-repeat;
  max-width: 100%;

  position: relative;
  height: 100%;
  width: 1px;
  display: inline-block;
  outline: 1px solid rgba(255, 255, 255, 0);
}

@-webkit-keyframes oscill {
  100% {
    transform: translateY(10px);
  }
}

@-moz-keyframes oscill {
  100% {
    transform: translateY(10px) rotate(0.01deg);
  }
}

@-ms-keyframes oscill {
  100% {
    transform: translateY(10px);
  }
}

@keyframes oscill {
  100% {
    transform: translateY(10px) rotate(0.01deg);
  }
}

#supply-chain{
	width:100%;
	height:560px;
	float:left;
	position:relative;
	background:url(images/worldmap.png) no-repeat center center;
	background-size:contain;
	margin:50px 0;
}
#supply-chain .inner{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	background:url(images/map-arrows.png) no-repeat center center;
}
#supply-chain .inner .cog-text{
	position:absolute;
	top: 50%;
	transform: translateY(-50%);
	width:100%;
	text-align:center;
	color:#251b5b;
	z-index:10;
	font-weight:bold;
	padding:0 40px;
}
#supply-chain .inner .cog-center .cog-text{
	color:#307FE2;
}
#supply-chain .inner .cog-text p{
	margin:0;
}
#supply-chain .inner .cog-center{
	width:200px;
	height:200px;
	position:absolute;
	top:35%;
	left:40%;
}
#supply-chain .inner .cog-outer{
	width:200px;
	height:200px;
	position:absolute;
}
#supply-chain .inner .cog-outer.cog1{
	top:0;
	left:40%;
}
#supply-chain .inner .cog-outer.cog2{
	top:25%;
	right:21%;
}
#supply-chain .inner .cog-outer.cog3{
	bottom:0;
	right:29%;
}
#supply-chain .inner .cog-outer.cog4{
	bottom:0;
	left:29%;
}
#supply-chain .inner .cog-outer.cog5{
	top:25%;
	left:21%;
}
#supply-chain .inner .cog-center:after {
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(images/cog-dark.png);
    background-size: cover;
    content: '';
    -webkit-animation: antiClockwiseSpin 10s infinite linear;
animation: antiClockwiseSpin 10s infinite linear;
}

#supply-chain .inner .cog-outer:after {
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(images/cog-light.png);
    background-size: cover;
    content: '';
    -webkit-animation: clockwiseSpin 10s infinite linear;
animation: clockwiseSpin 10s infinite linear;
}

@keyframes antiClockwiseSpin {
	0%  {transform: rotate(360deg);}
	100% {transform: rotate(0deg);}
}
@keyframes antiClockwiseSpin {
	0%  {transform: rotate(360deg);}
	100% {transform: rotate(0deg);}
}
@-webkit-keyframes clockwiseSpin {
	0%  {-webkit-transform: rotate(0deg);transform: rotate(0deg);}
	100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}

}
@keyframes clockwiseSpin {
	0%  {-webkit-transform: rotate(0deg);transform: rotate(0deg);}
	100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}

#footerslidewrap{
	width:100%;
	float:left;
	background:#a244f1;
}
#footerslidewrap .container{
	position:relative;
}
#footer-slider.flexslider ul.slides > li{
	color:#fff;
}
.footer-slide-text{
	width:61%;
	float:left;
	padding:40px 0;
	height:266px;
}
.footer-slide-text-1{
	font-size:98px;
	line-height:1;
	font-weight:700;
}
.footer-slide-text-2{
	font-size:44px;
	font-weight:700;
	line-height:1;
}
.footer-slide-text-3{
	font-size:22px;
	color:#fff;
}
.footer-slider-img{
	position:absolute;
	right:0;
	bottom:0;
}
.footer-slider-img img{
	width:auto;
}

@media only screen and (max-width:830px) {
	.footer-slide-text{
		width:100%;
		height:auto;
		text-align:center;
	}
	.footer-slider-img{
		position:relative;
		bottom:0 !important;
		text-align:center;
	}
	#footer-slider.flexslider .slides img{
		width:auto;
		display:inline-block;
	}
}
