/*
	Accessibility styles
	chris@inathought.com
*/

.coderra-banner {
	text-align: center;
	background: #052453;
	padding: 20px 0;
}

.coderra-banner h1,
.coderra-banner h2,
.coderra-banner h3,
.coderra-banner h4 { 
	color: #C90063;
}

.coderra-banner p {
	color: #fff;
}

.findoutBlock .innerFill.bg.count-1:after {
	opacity: 1 !important;
}

@media only screen and (max-width: 800px) {
	/* Remove toolbar on small screens */
	.a11y-responsive {
		    position: absolute;
    left: -999em;
    width: 1em;
    overflow: hidden;
	}
}

.focusable:focus {
    outline: none !important;
}

.has-focus {
    background: yellow;
}

/* reset styles */
.a11y-toolbar2 button {
  border: 0;
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  padding: 0;
  line-height: inherit;
  margin: 0;
  font: inherit;
  width: 100%;
  height: 100%;
  text-align: left;
}

.a11y-toolbar2 {
    position: fixed;
    z-index: 99999;
    top: 43%;
    left: 0;
}

.a11y-toolbar2 ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.a11y-toolbar2 ul li {
	margin: 0;
	padding: 0;
    display: block;
}

.a11y-toolbar2 ul li button {
    font-size: 1.6em;
    padding: .25em;
}

.a11y-toolbar2 button {
    color: #000 !important;
}

.a11y-toolbar2 button.active {
    color: #fff !important;
}

.a11y-toolbar2 ul li button {
    display: block;
    background: #e2e2e2;
    text-align: center;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #d2d2d2;
	position: relative;
}

.a11y-toolbar2 ul li button:hover {
    background: #fff;
}

.a11y-toolbar2 ul li button.active {
    background: #181818;
    border-bottom: 1px solid #525252;
}

.a11y-toolbar2 ul li:first-child button {
    border-top-right-radius: 4px;
}

.a11y-toolbar2 ul li:last-child button {
    border-bottom-right-radius: 4px;
}


.a11y-toolbar2 .offscreen, .a11y_stylesheet_path {

}

/* a11y toolbar RTL */
.a11y-toolbar2.rtl, .a11y-toolbar2.right {
    right: 0;
    left: auto;
}

.a11y-toolbar2.rtl ul, .a11y-toolbar2.right ul {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.a11y-toolbar2.rtl ul li:first-child button, .a11y-toolbar2.right ul li:first-child button {
    border-top-left-radius: 4px;
    border-top-right-radius: 0;
}

.a11y-toolbar2.rtl ul li:last-child button, .a11y-toolbar2.right ul  li:last-child button {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0;
}

.desaturated {
    filter: grayscale(100%) !important;
    -webkit-filter: grayscale(100%) !important;
    -webkit-filter: grayscale(1) !important;
    -moz-filter: grayscale(100%) !important;
    -ms-filter: grayscale(100%) !important;
    -o-filter: grayscale(100%) !important;
   filter: gray !important;
}





.hide {display: none;}

.out-of-stock { display:none; }

li.wpmenucartli a.wpmenucart-contents span.amount { display:none!important; }

*{
    outline: none;
}

.smallFont {
    font-size:0.8em;
}

@media (min-width: 992px) {

	.flexBox {
		display: flex;
    	align-items: center;
	}

}

.a11y-toolbar, .a11y-toolbar2 {
    left: auto !important;
    top: 50% !important;
    bottom: auto !important;
    margin: -170px 22px 0px !important;
}

.a11y-toolbar ul li button, .a11y-toolbar2 ul li button {
    background: #052453;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    transition:0.6s;
   	border-top-left-radius: 50%!important;
    border-top-right-radius: 50%!important;
    border-bottom-left-radius: 50%!important;
    border-bottom-right-radius: 50%!important;
    border: none;
    border-radius: 50%;
    background: #052453;
    margin-bottom: 5px;
    margin-right: 5px;
    width: 40px;
    height: 40px;
}

.a11y-toolbar.rtl ul li:first-child button,
.a11y-toolbar.right ul li:first-child button,
.a11y-toolbar.rtl ul li:last-child button,
.a11y-toolbar.right ul li:last-child button,
.a11y-toolbar2.rtl ul li:first-child button,
.a11y-toolbar2.right ul li:first-child button,
.a11y-toolbar2.rtl ul li:last-child button,
.a11y-toolbar2.right ul li:last-child button {
   	border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
}

.a11y-toolbar button, .a11y-toolbar2 button {
    color: #fff!important;
}

.a11y-toolbar ul li button:hover, .a11y-toolbar2 ul li button:hover {
    background: #ed008c;
}
.a11y-toolbar.ltr.left.toolbar2, .a11y-toolbar2.ltr.left.toolbar2 {
    margin-top: -125px!important;
    left: 0!important;
    max-width: 60px;
}

.aticon-font2:Before {
    content: '\f086';
    font-family: fontawesome!important;
    color: white;
    font-size: 30px!important;
}


@media (min-width: 768px) {
	.a11y-toolbar.toolbar2  ul li button, 	.a11y-toolbar2.toolbar2  ul li button  {
		height: 60px;
		width: 60px;
		font-size: 32px!important;
	}
}

@media (max-width: 767px) {

	.a11y-toolbar.right, .a11y-toolbar.left, .a11y-toolbar2.right, .a11y-toolbar2.left {
	    left: 0;
	    position: relative;
	    top: 15px!important;
	    text-align: center;
	    margin: 0 0 40px 0!important;
	    z-index: 9000;
	    width: 150px;
	    margin: auto!important;
	    left: -22px!important;
	    min-height: 60px;
	}
	.a11y-toolbar.ltr.left.toolbar2, .a11y-toolbar2.ltr.left.toolbar2 {
	    margin-top: -60px!important;
	    z-index: 8000;
	    left: 67px!important;
	    width: 40px;
	}

		.a11y-toolbar ul li, 	.a11y-toolbar2 ul li {
		    display: inline-block;
		}
	.a11y-toolbar .offscreen, .a11y_stylesheet_path, .a11y-toolbar2 .offscreen {
	    top: 45px!important;
	    left: -45px!important;
	}

	.toolbar2 .offscreen {
	    display: block!important;
	}

}

html,
body {
	height: 100%;
}

.height100 {
	height: 100%;
    position: relative;
}

.content-text-block .ajax-loader { display:none; }

.login-form {
	background:none;
	padding:0;
	border-radius: 0;
}

.login-form .form-group a { font-size: 20px; }

.login-form:before {
	display: none;
}

.login-form .login-field, .woocommerce-Input, .form-row input, .form-row select, #main .woocommerce-MyAccount-navigation ul li a {
    height: inherit;
    padding: 12px;
    border: 1px solid #C90063;
    border-radius: 20px;
}

#main .woocommerce-MyAccount-navigation ul li {
    margin-bottom: 10px;
    height: inherit;
}

#main .woocommerce-MyAccount-navigation ul li a {
    background-color: #052453;
    font-size: 16px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    border: 1px solid #052453;
    transition: 0.6s;
}

#main .woocommerce-MyAccount-navigation ul li a:hover, #main .woocommerce-MyAccount-navigation ul li.is-active a {
    background: #052453;
    border: 1px solid #052453;
    color: #ffffff;
    text-decoration: none;
}

.login-form .login-field-icon {
    top: 30%;
}

.posRel {
	position:relative;
}

.bigFont {
	font-size: 36px;
	font-weight:bold;
}

.midFont {
	font-size: 28px;
	font-weight:bold;
}

.smallBodyFont {
	font-size: 1em;
}

.fc--white {
	color:#ffffff;
}

.fc--laqua {
	color:#def5f3;
}

.fc--aqua {
	color:#052453;
}

.fc--daqua {
	color:#359585;
}


.fc--dgrey {
	color:#575656;
}

.fc--lgrey {
	color:#66666c;
}

.bg--laqua {
	background:#def5f3;
}

.fc--lpink { color:#d23b83; }
.fc--pink { color:#ed008c; }
.fc--dpink { color:#b5064b; }

.fc--lpurple { color:#9997c8; }
.fc--purple { color:#052453; }
.fc--mustard { color: #FAA333; }
.fc--dpurple { color:#7370b0; }

.fc--orange { color:#f6a236; }
.fc--blue { color: #60c4e6; }

.fc--lgreen { color:#052453; }
.fc--green { color:#052453; }
.fc--dgreen { color:#049e8f; }

.bg--lpink2 {
	background: #fbe2ef;
}

.fc--dpink2 {
	color: #e32185;
}

.bg--lgreen2 {
	background: #e6f7f6;
}

.fc--dgreen2 {
	color: #052453;
}


.bg--lblue2 {
	background: #eefbfe;
}

.fc--dblue2 {
	color: #50d0f3;
}


.bg--lorange2 {
	background: #fff6eb;
}

.fc--dorange2 {
	color: #fca232;
}


.uppercase {
	/* text-transform:uppercase; */
}

.bold {
	font-weight:bold;
}

.innerFill {
	width:100%;
	height:100%;
}

.cnt {
	display: flex;
    align-items: center;
    justify-content: center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	-ms-flex-pack: center;
	min-height: 220px;
	height:120px;
}

.bg--img {
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	height:100%;
	width:100%;
}

.noPadding {
	padding:0;
}

.gridBlock .noPadding {
	min-height: 400px;
}

@media (max-width: 767px) {

	.gridBlock .noPadding {
	    min-height: auto;
	    height: 100%;
	}
}

section {
	clear:both;
}

body {
	font-family: "proxima-nova",sans-serif;
	color: #66666c;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "proxima-nova",sans-serif;
	font-weight:bold;
}

p {
	font-size:1.3em;
}

.entry-summary a,
.entry-title a {
	color: #052453;
}

#bbp_search,
input[type=search] {
	display: inline-block;
	background:#fff;
	border:1px solid #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
    border-radius: 20px;
    padding: 22px;
    width: 240px!important;
    -moz-box-shadow: inset -2px 4px 13px #ccc;
    -webkit-box-shadow: inset -2px 4px 13px #ccc;
    box-shadow: inset -2px 4px 13px #ccc;
    border: none;
}

.heroImage button.search-submit {
    margin-left: -40px;
}

.woocommerce form .form-row label { color: #666666;  }

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
input[type=submit],
button.search-submit,
.button--link,
.wpcf7-form input[type=submit],
#uploadfiles {
	display:inline-block;
	position: relative;
	background: #052453; /* pink */
    border: 1px solid #052453;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 20px;
    color: #ffffff !important;
    padding: 10px 24px 12px;
    transition: 0.6s;
    /* text-transform:uppercase; */
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
input[type=submit]:hover,
.wpcf7-form input[type=submit]:hover,
button.search-submit:hover,
.button--link:hover {
	background:#052453;
	border:1px solid #052453;
	color:#ffffff!important;
	text-decoration:none;
}

.button {
    padding: 10px 10px 10px 55px;
    font-size: 14px;
    min-width: 200px;
}

.content-intro-block .button {
    font-size: 18px;
}

.button:before {
	content: " ";
	border-radius:50%;
	position: absolute;
    width: 42px;
	height: 42px;
	top: -1px;
	left: -2px;
	transition: 0.6s;
	background-color: #052453;
}

.button--colour-052453:before {
	background-color: #C90063;
}

ul.products li a.button:before {
	content: none;
}

.button.yellow {
	background:#f6a236;
    border: 1px solid #f6a236;
}

.button.yellow:hover {
	background:#f48f00;
	border:1px solid #f48f00;
	color:#ffffff;
}

.button.yellow:hover:before {
	background:#f6a236;
}

.button.yellow:before {
	background:#f48f00;
}

.button.purple {
	background:#807dba;
    border: 1px solid #807dba;
}

.button.purple:hover {
	background:#7370b0;
	border:1px solid #7370b0;
	color:#ffffff;
}

.button.purple:before {
	background:#7370b0;
}

.button.purple:hover:before {
	background:#807dba;
}

.button.pink {
	background:#ed008c;
    border: 1px solid #ed008c;
}

.button--link.button.pink.enterEmail {
    background: #C90063;
    padding-left: 10px;
}

.button--link.button.pink.enterEmail::before {
    display: none;
}

.button.pink:hover {
	background:#b5064b;
	border:1px solid #b5064b;
	color:#ffffff;
}

.button.pink:before {
	background:#b5064b;
}

.button.pink:hover:before {
	background:#ed008c;
}


.button.green {
	background:#052453;
    border: 1px solid #052453;
}

.button.green:hover {
	background:#049e8f;
	border:1px solid #049e8f;
	color:#ffffff;
}

.button.green:before {
	background:#049e8f;
}

.button.green:hover:before {
	background:#052453;
}

.bgPattern {
    /* background-image:url(../../assets/images/Connect-team-background.jpg); */
    background-size:cover;
    background-repeat:no-repeat;
    background-position: 50% 50%;
}

a.brand {
    display: block;
    position: relative;
    z-index:100;
    margin: 10px auto 0;
    text-align: center;
	background-image:url(../../assets/images/Connect-Logo-top.png);
	display:block;
	width: 180px;
	height: 40px;
	background-size:contain;
	background-repeat:no-repeat;
	line-height: 0;
    font-size: 0;
    color: transparent;
}

@media (min-width: 501px) {

	.e-learning { z-index:500; }
	.nav-login { z-index:500; }

}



.e-learning {
	/* display:none; */
	display:block;
    position:relative;
    /* z-index:100; */
	margin: 10px auto;
	width: 148px;
	padding: 15px 15px 15px 45px;
	font-size: 18px;
	background: #052453; /* tourquise */
	color: #ffffff;
}

.nav-login {
	/* display:none; */
	display:block;
	position:relative;
	/* z-index:100; */
	margin: 10px auto;
	width: 100px;
	text-align: center;
	padding: 15px 15px 15px 15px;
	font-size: 18px;
	background: #052453;
	color: #ffffff;
}


td.label {
    color: #666;
    font-size: 14px;
}

.woocommerce-variation-price {
    margin-bottom: 20px;
}

body.single-product p.price {
    text-align: left!important;
}

@media (min-width: 501px) {

	.e-learning {
	    position:absolute;
	    top:0;
	    right:110px;
	}
	.nav-login {
	    position:absolute;
	    top:0;
	    right:10px;
	}

}

@media (min-width: 767px) {

	a.brand {
	    left:0px;
	}

	.e-learning {
		right:100px;
		margin:0;
	}

	.nav-login {
		right:0;
		margin:0;
	}
}


@media (min-width: 800px) {
	a.brand {
	    left:-20px;
	}
}

.e-learning:hover, .nav-login:hover {
	text-decoration:none;
	color:#ffffff;
}

.e-learning:before {
	content: url(../../assets/images/E-learning-icon.png);
    position: absolute;
    width: 28px;
    height: 28px;
    border: none;
    margin-left: -30px;
    margin-top: 0px;
}

.wpmenucart-shortcode {
	display: inline-block;
	margin-right: 30px;
}

.wpmenucart-shortcode a:hover {
	text-decoration: none;
}

.wpmenucart-shortcode .cartcontents {
	color: #575656;
	font-size: 0.8em;
}

/***************/
/***** nav *****/
/***************/

nav {
	font-family: "proxima-nova-soft",sans-serif;
	text-align:center;
	margin-top: 20px;
	z-index: 100;
    position: relative;
}

.nav--expertise .nav--sub {
	margin: 0 !important;	
}

@media (min-width: 601px) {

	header nav {
		margin-top: 90px;
	}

}

@media (min-width: 992px) {
	header nav {
		margin-top: 9px;
	}
}

.woocommerce nav {

}

ul {
	 -webkit-padding-start: 0;
}

.nav {
	padding-left: 120px;
	float: right;
}

@media only screen and (max-width:1200px) {
	.nav {
    padding-left: 135px;
	}
}

@media only screen and (max-width:991px) {
	.nav {
		padding-left: 0;
	}

	.woocommerce ul.products li.product a .iwtc_product_image img {
		width: 100px;
	    height: 100px;
	}
}

@media only screen and (max-width:480px) {
	.nav {
		padding-left: 10px;
	}
}

.nav a {
	color: #575656;
}

.nav>li,
.nav li {
	display:inline-block;
	width:auto;
	position: static;
    float: none;
}

@media (min-width: 5px) {

	.nav>li {
		float:left;
		width:50%;
	}

}

.nav>li>ul.sub-menu {
	position: absolute;
	width: 250px;
    margin-left: -130px;
    top: 140px;
    padding: 0;
}

.sub-menu li {
    float: none;
}

@media (min-width: 565px) {

	.nav>li>ul.sub-menu {
	    margin-left: -70px;
	    top: 95px;
	}

}

@media (min-width: 992px) {

	.nav>li,
	.nav li {
		float: left;
		width:auto;
	}

	.nav>li>ul.sub-menu {
		margin-left: -20px;
		top: 75px;
		width: 750px;
	}

	li.drop--down, li.drop--down2 {
		position: relative;
	}

	li.drop--down > ul, li.drop--down2 > ul,
	.nav>li>ul>li>ul {
		display:none;
		transition:0.6s;
		border: 1px solid #052453;
		margin-top:17px;
	    overflow: hidden;
	    background: #ffffff;
	    z-index:100;
	    position: fixed;
		top: 0;
	    left: 0;
	    width: 100%;
	    margin-left: 0;
	    margin-top: 0;

	}

	li.drop--down > ul, li.drop--down2 > ul {
		width: 150px!important;
	    top: 59px!important;
	}

	li.drop--down > ul li, li.drop--down2 > ul li {
		padding: 10px!important;
		width: 100%!important;
	    background: #ffffff!important;
	    display: inline-block!important;
	    font-size: 0.8em!important;
	    border-top: 1px solid #ddd!important;
	}

	li.drop--down > ul li a, li.drop--down2 > ul li a  {
		width: 100%!important;
		min-height: 0px!important;
		padding:0px!important;
		float: none!important;
	}

	li.drop--down.reveal > ul,
	li.drop--down.reveal > ul li a,
	li.drop--down2.reveal > ul,
	li.drop--down2.reveal > ul li a  {
		display:block;
	}

	li.drop--down > ul li a:before, li.drop--down2 > ul li a:before  {
		display: none!important;
	}

	li.drop--down.reveal > ul.sub-menu, li.drop--down2.reveal > ul.sub-menu  {
	    -webkit-animation: navreveal 0.8s;
	    animation: navreveal 0.8s;
	}

	.nav>li>ul>li>ul>li {
		padding-bottom: 15px;
	    padding-top: 15px;
	    border-top: 1px solid #ddd;
	    width: 100%;
	    background: #ffffff;
	}

	.nav>li>ul>li>ul>li:first-of-type {
		border: none;
	}

	ul.sub-menu {
		padding:0;
	}

	.nav>li>ul>li.reveal>ul {
		padding:0;
		display:block;
		-webkit-animation: subnavreveal 0.6s;
	    animation: subnavreveal 0.6s;
	    animation-fill-mode: forwards;
	    -webkit-animation-fill-mode: forwards;
	    top: 70px;
	    font-size: 1.2em;
	}

	@-webkit-keyframes subnavhide {
	  0%   { opacity:1; margin-top:0px; }
	  100% { opacity:0; margin-top:-80px; }
	}

	@keyframes subnavhide {
	  0%   { opacity:1; margin-top:0px; }
	  100% { opacity:0; margin-top:-80px; }
	}

	@-webkit-keyframes subnavreveal {
	  0%   { opacity:0; margin-top:-80px; }
	  100% { opacity:1; margin-top:-15px; }
	}

	@keyframes subnavreveal {
	  0%   { opacity:0; margin-top:-80px; }
	  100% { opacity:1; margin-top:-15px; }
	}


}

@media (min-width: 501px) {
	.nav>li>ul>li>ul {
		position: absolute;
	    top: 150px!important;
	    left: 75px;
		width: 210px;
	    padding: 10px 20px;
    	margin-left: -40px;
	}
}

@media (min-width: 501px) {
	.nav>li>ul>li>ul>li {
	    padding: 10px;
	}
}

@media (min-width: 501px) {

	@-webkit-keyframes subnavreveal {
	  0%   { opacity:0; margin-top:-80px; }
	  100% { opacity:1; margin-top:2px; }
	}

	@keyframes subnavreveal {
	  0%   { opacity:0; margin-top:-80px; }
	  100% { opacity:1; margin-top:2px; }
	}

}

.nav>li>ul>li.menu-training>ul>li:hover,
.nav>li>ul>li.menu-training>ul>li:hover a {
	background: #ffffff;
	color:#575656;
}

.nav>li>ul>li.menu-training>ul>li:hover>a,
.nav>li>ul>li.menu-training>ul>li:hover>a {
	color: #C90063;
}

.nav>li>a:focus, .nav>li>a:hover {
	background:none;
}

.nav>li>ul>li.menu-training>ul>li>a  {
	color: #C90063;
	display: block;
    margin-bottom: 5px;
}

.nav>li>ul>li.menu-training>ul>li>ul>li {
	padding-bottom:5px;
}

/* nav icons top level */

.nav>li>a:focus,
.nav>li>a:hover {
	background:none;
}

.nav--home,
.nav--services,
.nav--videos,
.nav--sectors,
.nav--about,
.nav--expertise,
.nav--contact,
.nav--news,
.nav--clearning,
.nav--shop2 {
	font-size:16px;
	position:relative;
}

@media (min-width: 768px) {
	.nav--home,
	.nav--videos,
	.nav--services,
	.nav--sectors,
	.nav--about,
	.nav--expertise,
	.nav--contact,
	.nav--news,
	.nav--clearning,
	.nav--shop2 {
		margin: 0 20px!important;
	}

	.nav--home {
		margin: 0 55px 0  0;
	}

	.nav--contact {
		margin: 0 0 0 45px;
	}
}

@media (min-width: 992px) {
	.nav--home,
	.nav--videos,
	.nav--services,
	.nav--sectors,
	.nav--about,
	.nav--expertise,
	.nav--contact,
	.nav--news,
	.nav--clearning {
		margin: 0 20px;
	}

	.nav--videos a:before,
	.nav--home a:before,
	.nav--services a:before,
	.nav--sectors a:before,
	.nav--about a:before,
	.nav--expertise a:before,
	.nav--contact a:before,
	.nav--news a:before,
	.nav--clearning a:before,
	.nav--shop2 a:before {
		content: "";
	    position: absolute;
	    width: 22px;
	    height: 22px;
	    border: none;
	    margin-left: -30px;
	}

	#menu-main-menu {
		list-style: none;
		list-style-type: none;
	}


	#menu-main-menu li {
		list-style: none;
		list-style-type: none;
	}

	#menu-main-menu:before {
		content: "";
		display: none;
	}

	#menu-main-menu:after {
		content: "";
		display: none;
	}

	.nav--home > a:before {
		content: url(../../assets/images/Home-icon.png);
		/* top: 6px;
	    margin-left: -35px; */
	}

	.nav--videos > a:before {
		content: url(../../assets/images/videos.png);
		/* top: 6px;
	    margin-left: -35px; */
	}

	.nav--sectors > a:before {
		content: url(../../assets/images/sectors.png);
		/* top: 10px; */
	}

	.nav--about > a:before {
		content: url(../../assets/images/about-icon.png);
		/* top: 10px; */
	}

	.nav--services > a:before {
		content: url(../../assets/images/Services-icon.png);
		/* top: 10px; */
	}

	.nav--expertise > a:before {
		content: url(../../assets/images/Expertise-icon.png);
	}

	.nav--contact > a:before {
		content: url(../../assets/images/Contact-icon.png);
		/* margin-left: -33px; */
	}

	.nav--news > a:before {
		content: url(../../assets/images/newspage-icon.png);
	}

	.nav--clearning > a:before {
		content: url(../../assets/images/E-learning-icon2.png);
		/* top: 6px; */
	}

	.nav--shop2 > a:before {
		content: url(../../assets/images/Shop-icon2.png);
	}
	/* nav icons service second level */

	.nav>li.nav--about.reveal>ul>li>a,
	.nav>li.nav--about>ul.sub-menu.reveal>li>a,
	.nav>li.nav--sectors.reveal>ul>li>a,
	.nav>li.nav--sectors>ul.sub-menu.reveal>li>a,
	.nav>li.nav--services.reveal>ul>li>a,
	.nav>li.nav--services>ul.sub-menu.reveal>li>a {
		display:inline-block;
	    animation-fill-mode: forwards;
	    -webkit-animation-fill-mode: forwards;
	}

	.nav>li.nav--about>ul.sub-menu>li>a,
	.nav>li.nav--sectors>ul.sub-menu>li>a,
	.nav>li.nav--services>ul.sub-menu>li>a {
		-webkit-animation: navhide 0.6s;
	    animation: navhide 0.6s;
	    animation-fill-mode: forwards;
	    -webkit-animation-fill-mode: forwards;
	}

	.nav>li.nav--about.reveal>ul.sub-menu>li>a,
	.nav>li.nav--sectors.reveal>ul.sub-menu>li>a {
		-webkit-animation: navreveal 0.6s;
	    animation: navreveal 0.6s;

	}

	.nav>li.nav--sectors>ul.sub-menu,
	.nav>li.nav--about>ul.sub-menu {
		width: auto;
	}


	.nav>li.nav--services.reveal>ul.sub-menu>li.nav--digital>a {
		-webkit-animation: navreveal 0.6s;
	    animation: navreveal 0.6s;
	}
	.nav>li.nav--services.reveal>ul.sub-menu>li.nav--transcription>a {
		-webkit-animation: navreveal 0.8s;
	    animation: navreveal 0.8s;
	}
	.nav>li.nav--services.reveal>ul.sub-menu>li.nav--consultancy>a {
		-webkit-animation: navreveal 1s;
	    animation: navreveal 1s;
	}
	.nav>li.nav--services.reveal>ul.sub-menu>li.nav--shop>a {
		-webkit-animation: navreveal 1.2s;
	    animation: navreveal 1.2s;
	}
	.nav>li.nav--services.reveal>ul.sub-menu>li.nav--training>a {
		-webkit-animation: navreveal 1.4s;
	    animation: navreveal 1.4s;
	}
	.nav>li.nav--services.reveal>ul.sub-menu>li.nav--transactional>a {
		-webkit-animation: navreveal 1.4s;
	    animation: navreveal 1.4s;
	}
	.nav>li.nav--services.reveal>ul.sub-menu>li.nav--support>a {
		-webkit-animation: navreveal 1.6s;
	    animation: navreveal 1.6s;
	}

	.nav>li>ul>li>a {
	position:relative;
	float:left;
	width: 120px;
	min-height: 140px;
	text-align:center;
    vertical-align: top;
    background: #fff;
    padding: 10px 10px 0 10px;
    display:none;
	}

	.nav--digital,
	.nav--transcription,
	.nav--consultancy,
	.nav--transactional,
	.nav--shop,
	.nav--training,
	.nav--support {
		font-size:0.8em;
		line-height:1em;
		/*
		min-height: 140px;
		background: #fff;
		*/
	}

	.nav--digital>a:before,
	.nav--transcription>a:before,
	.nav--consultancy>a:before,
	.nav--shop>a:before,
	.nav--transactional>a:before,
	.nav--training>a:before,
	.nav--support>a:before {
	    content: " ";
	    display: inline-block;
	    text-align: center;
	    height: 46px;
	    margin-left:0;
	    width: 100%;
	    border: none;
	    margin-bottom: 25px;
	    position: relative;
	}

	.nav--digital>a:before {
		content: url(../../assets/images/Digital-Technology-icon.png);
	}
	.nav--transcription>a:before {
		content: url(../../assets/images/Transcription-icon.png);
	}
	.nav--consultancy>a:before {
		content: url(../../assets/images/Professional-icon.png);
	}
	.nav--shop>a:before {
		content: url(../../assets/images/Shop-icon.png);
	}
	.nav--training>a:before {
		content: url(../../assets/images/Training-icon.png);
	}
	.nav--transactional>a:before {
		content: url(../../assets/images/Transactional-icon.png);
	}
	.nav--support>a:before {
		content: url(../../assets/images/Support-icon.png);
	}


}


@-webkit-keyframes navhide {
  0%   { opacity:1; margin-top:0px; }
  100% { opacity:0; margin-top:-80px; }
}

@keyframes navhide {
  0%   { opacity:1; margin-top:0px; }
  100% { opacity:0; margin-top:-80px; }
}

@-webkit-keyframes navreveal {
  0%   { opacity:0; margin-top:-80px; }
  100% { opacity:1; margin-top:0px; }
}

@keyframes navreveal {
  0%   { opacity:0; margin-top:-80px; }
  100% { opacity:1; margin-top:0px; }
}


}

/* main */

#main {
	padding: 50px 0;
}

#main ul {
	list-style-type: disc;
}

#main .entry-content img {
	max-width: 250px;
	height:auto;
	/*
	border-radius: 50%;
	height: 250px;
	margin:20px auto;
    display: block;
    float: none;*/
}

#main .entry-content .learndash  img { max-width: 100%; }

#main .entry-content img.square {
	width:auto;
	height:auto;
	max-width:100%;
	border-radius:0;
}

#main .entry-content figure {
	border:none;
}

#main .entry-content figcaption {
	text-align:center;
}

#main .entry-content iframe {
	width:100%;
	/* margin:20px 0; */
}

#main .entry-content a {
	color: #052453;
}

#main .entry-content a.button {
	color:#ffffff;
}

#main .entry-content ol { font-size: 1.6rem; }

#main .block-text ul,
#main .entry-content ul {
	font-size: 1.6rem;
	margin-left:20px;
}

.block-text h2 {
    font-size: 25px;
    margin: 0;
}

.block-text h3 {
    margin: 0;
    font-size: 22px;
    line-height: 1.4em;
}

/* hero */


.heroBanner {
	position:relative;

}


.heroImage {
	height:500px;
	width: 100%;
	background-size:cover;
	background-position:50% 50%;
	background-repeat:no-repeat;
}

.heroImage.deeper {
	height:100%;
	display: block;
}

@media (min-width: 200px) {

.heroImage {
   /* height: 200px; */
    height: 100%;
    display: block;
}

}

@media (min-width: 500px) {

.heroImage {
   /* height: 250px; */
    height: 100%;
    display: block;
}

}

@media (min-width: 600px) {

	.heroImage {
		height:370px;
	}

	.heroImage.deeper {
		height:400px;
	}

}

@media (min-width: 700px) {

	.heroImage {
		background-position:50% 50%;
		background-size:cover;
	}

}

/* hero search */

.heroImage .search-form {
    width: 320px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -160px;
}


/* welcome Block  */

.welcomeBlock {
	margin-top:40px;
}

.welcomeBlock h1 {
	margin-top:0;
}

.welcomeBlock p.welcome {
	font-size:1.4em;
}

.welcomeBlock:after,
.content-intro-block:after {
	content: url(../../assets/images/Intro-icon.png);
	position: relative;
    width: 100%;
    height: 28px;
    border: none;
    top: 0px;
    padding-bottom: 20px;
    text-align: center;
}

.content-intro-block.leafRemove:after {
	display: none;
}

/* assist Block */

.assistBlock {
	/* margin-top:50px; */
	padding:120px 0 50px;
	overflow:hidden;
	position: relative;
}

.assistBlock a { color:#575656; }

.assistBlock:before {
	content: url(../../assets/images/Telephone-icon.png);
    position: absolute;
    width: 68px;
    height: 28px;
    border: none;
    top: 40px;
    left: 50%;
    margin-left: -34px;
}

.assistBlock2pink:before {
	content: url(../../assets/images/PhoneDarkPink.png);

}

.assistBlock2green:before {
	content: url(../../assets/images/PhoneTeal.png);

}

.assistBlock2blue:before {
	content: url(../../assets/images/PhoneBlue.png);

}

.assistBlock2orange:before {
	content: url(../../assets/images/PhoneYellow.png);

}

/* findout Block */


.findoutBlock {
	position:relative;
	overflow: hidden;
}

.findoutBlock .buttom--yellow {
	margin-top:20px;
}

.findoutBlock .bg--img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%) contrast(200%);
}

.findoutBlock .bg--img {
	background-position: 50% 0;
}

.innerFill.bg {
	position:absolute;
	top:0;
}

.innerFill.bg:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(53, 149, 133, 0.6);
    transition: all .3s linear;
}

.findoutBlock .button--link {
	margin-top:20px;
}

/* services Block */

.servicesBlock {
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}

a.service--offering {
	display: inline-block;
	color: #66666c;
	width: 150px;
	margin: 20px;
	vertical-align: top;
}

a.service--offering img {
	height: 45px;
	width: auto;
}

a.service--offering p {
	margin-top: 10px;
}

.servicesBlock p.welcome {
	font-size: 1em;
 }

.servicesBlock ul#menu-services {
	margin-top:40px;
	list-style-type:none;
}

.servicesBlock ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

.servicesBlock ul a {
	color: #66666c;
	font-size: 1.6em;
}

.servicesBlock li {
	width:50%;
	float:left;
	margin-bottom:30px;
	text-align:center;
}

.servicesBlock li:nth-of-type(odd) {
	clear:left;
}

.servicesBlock .nav--digital:before,
.servicesBlock .nav--transcription:before,
.servicesBlock .nav--consultancy:before,
.servicesBlock .nav--shop:before,
.servicesBlock .nav--training:before,
.servicesBlock .nav--transactional:before,
.servicesBlock .nav--support:before {
	position: relative;
    display: block;
    float: left;
    left: 0;
    top: -10px;
    margin-right: 10px;
    width: 60px;
}

/* gridBlock */

.gridBlock {
	background:#f3f3f3;
}

.gridBlock .bg--img {
	min-height:400px;
}

@media (min-width:768px) and (max-width:991px) {

.gridBlock .bg--img {

}


}

.gridBlock .content {
	padding: 25px 50px;
}

.gridBlock p {
	font-size: 1.3em;
    margin: 0px 0 0.5em;
}



.gridBlock .button--link {
	margin-top: 15px;
}

/************/
/** Tweets **/
/************/

.tweetsBlock {
	padding-top:40px;
	padding-bottom:40px;
}
.tweetsBlock .fa {
	font-size:4em;
	margin-bottom: 10px;
}

.tweetsBlock .stream li .section-text {
	font-size: 1em;
}

.tweetsBlock .stream li .section-text a {
	color: #052453;
}

.tweetsBlock .fa:hover {
	text-decoration:none;
	color:#38AEAE;
}

.tweetsBlock h2 {
	font-size: 36px;
}

#social-stream.dcsns {
	color: #66666c;
	background:none;
	padding:0;
}

#social-stream .dcsns-content {
	height: auto!important;
}

.stream li {
	color: #66666c;
	border:none;
	width:100%;
	float:left;
	margin-top:20px;
	margin-bottom:20px;
	font-size: 1.3em;
	line-height: 26px;
	text-align: center;
}



@media (min-width: 600px) {

	.stream li {
		width:45%;
		text-align: left;
	}

	.stream li:nth-of-type(odd) {
		clear:left;
		margin-right:10%;
	}

	.stream li:nth-of-type(3):before,
	.stream li:nth-of-type(4):before {
		content: " ";
	    position: absolute;
	    content: '';
	    width: 25%;
	    height: 1px;
	    border: none;
	    background: #66666c;
	    top: -30px;
	    left: 0;
	}

}

.stream li .inner {
	padding:0;
}

.stream li.dcsns-twitter .twitter-user,
.stream li .icon { display:none; }

.stream li.dcsns-twitter .section-intro,
.filter .f-twitter a:hover {
	background:none;
}

.stream li .section-share {
	float:none;
	margin: 0 auto;
	width: 60px;
}

@media (min-width: 600px) {

	.stream li .section-share {
		margin: 0;
	    width: 60px;
	}

}

/**********/
/** News **/
/**********/

.lbg {
	background: #fafafa;
}

.newsBlock {
	padding-top: 40px;
	padding-bottom: 40px;
}

.newsItem h3,
.newsItem a,
.newsItem p,
.postMeta {
	color: #66666c;
}

.newsItem h3 {
	margin-top:30px;
}

.newsBlock h2 {
	font-size: 36px;
	margin-top:0;
	margin-bottom:50px;
}

.newsItem {
	background:#ffffff;
	padding:20px;
	border: 1px solid #bfbfc2;
	margin-bottom: 60px;
	transition:0.6s;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.newsItem:hover {
	background:#def5f3;
}

.newsItem img.newsThumbnail {
	width:100%;
}

.newsItem:after {
	content: url(../../assets/images/News-icon.png);
    position: absolute;
    width: 51px;
    height: 51px;
    border: none;
	bottom: -25px;
    left: 50%;
    margin-left: -25px;
}

.postMeta {
    margin-top: -50px;
}

.newsItem .authoricon {
	margin-right: 15px;
}

.newsItem .postedicon {
	margin-right:15px;
	margin-left:20px;
}

.divLink {
	display:block;
	text-decoration: none;
	color: #66666c;
}

.divLink:hover {
	text-decoration: none;
	color: #66666c;
}

/**************/
/* References */
/**************/

.reference  {
	font-size: 1.5em;
	font-style:italic;
	text-align:center;
    letter-spacing: .25em;
    padding: 20px;
}

.reference:nth-of-type(2n+1) {
	clear:left;
}

/**************/
/* Associates */
/**************/

.associates {
	margin: 40px 0;
}

.associates-img {
	width: 200px;
    margin: 0 auto;
}

.associates img {
	width:100%;
}

/**********/
/* Footer */
/**********/

/*
colours
dark black body: 575656
light black body: #66666c

*/

footer {
	background:#f3f3f3;
	color:#66666c;
	padding-top:40px;
	padding-bottom:40px;
	margin-top:20px;
}

footer h3 {
	font-size: 36px!important;
}

footer h4 {
    font-size: 26px;
    margin-top: 0;
}

footer a {
	color:#66666c;
}

footer a:hover {
	color:#052453;
}

footer .contactIcons {
	margin-left: -10px;
    margin-bottom: 10px;
    position: relative;
    float: left;
    clear: both;
}
/*
@media (min-width: 450px) {

	footer .contactIcons {
		float:none;
		position: absolute;
	    top: 0;
	    right: 15px;
	}

}

@media (min-width: 992px) {

	footer .contactIcons {
	    top: 20px;
	}

}
*/

footer .contactIcons a {
	font-size: 2em;
	display: block;
	background: none!important;
	color:#052453!important;
	float:left;
	margin-left:10px;
	padding: 7px 5px 5px 5px;
	width: 40px;
	height:40px;
	text-align:center;
	transition:0.6s;
}

footer .contactIcons a:hover {
	text-decoration:none;
	background:#049e8f;
}

footer iframe {
	width:100%;
    margin-top: 24px;
    margin-bottom: 20px;
    height: 290px;
}

footer .reginfo { font-size: 1em; text-align:center; }

footer input[type=text],
.wpcf7-form input[type=text],
footer input[type=email],
.wpcf7-form input[type=email],
footer textarea,
.wpcf7-form  textarea {
	border: 1px solid #052453;
	padding:10px;
	background:#ffffff;
	width:100%;
}

.wpcf7-form input[type=submit],
footer input[type=submit] {
	background:#052453;
    border: 1px solid #052453;
    display:block;
    margin-left:0;
}

.wpcf7-form input[type=submit]:hover,
footer input[type=submit]:hover {
	background:#049e8f;
	border:1px solid #049e8f;
	color:#ffffff;
}

input.wpcf7-form-control.wpcf7-file {
    max-width: 300px;
}

footer form.search-form {
    padding-top: 6px;
}
footer form.search-form > label {
    float: left;
    padding-right: 20px;
}

footer input.search-submit {
    margin: 0!important;
    display: inline!important;
    margin-top: 0!important;
    font-size: 18px;
    margin-bottom: 25px!important;
    padding: 10px 24px 12px;
}

footer input.search-field {
    padding: 16px 24px 16px;
}

@media (max-width: 480px) {

footer form.search-form > label > input {
width: 100%!importantf;
	} }

/*
footer input[type=submit]:before {
	content: " ";
    border-radius: 50%;
    position: absolute;
    width: 46px;
    height: 46px;
    top: -1px;
    left: -2px;
    transition: 0.6s;
	background:#049e8f;
}

footer input[type=submit]:hover:before {
	background:#052453;
}
*/


/*************/
/* expertise */
/*************/

.realBlock {
	padding-top:40px;
	padding-bottom:40px;
}

.teamBlock {
	padding-top:40px;
	padding-bottom:40px;
}

.teamBlock h2 {
	margin-bottom:40px;
}

.teamBlock ul {
	margin-left:25px;
}

.team-member {
	margin-bottom:40px;
	display:block;
}

.team-member-img-wrap {
	position:relative;
	margin-bottom:30px;
	cursor:pointer;
}

#main .profile-img img,
#main .profile-text,
#main .team-member-img img {
	width:250px;
	height:250px;
	border-radius:50%;
	margin:0 auto;
}

.profile-text p {
	font-family: "kremlin-pro-web",serif;
	letter-spacing: .25em;
	padding:20px;
	color:#fff;
    font-size: 1.8em;
    font-weight:100;
    margin-bottom:0;
}

a.team-member p {
	color:#66666c;
}

a.team-member,
a.team-member:hover {
	text-decoration:none;
}

.team-member-img:after {
    position: absolute;
    width: 58px;
    height: 58px;
    bottom: -29px;
    left: 50%;
    margin-left: -29px;
    border: none;
    border-radius: 50%;
    font: normal normal normal 14px/1 FontAwesome;
    font-weight: 900;
    content: "\f0e0";
    color: #fff;
    font-size: 2em;
    line-height: 2em;
}

.team-member-img.orange:after,
.team-member-img.mustard:after {
	content: url(../../assets/images/Orange-mail-icon.png);
}

.team-member-img.green:after {
	content: url(../../assets/images/Green-mail-icon.png);
}

.team-member-img.pink:after {
	background-color: #C90063;
}

.team-member-img.blue:after {
	content: url(../../assets/images/Blue-mail-icon.png);
}

.team-member-img.purple:after {
	content: url(../../assets/images/Purple-mail-icon.png);
}

.profile-text.orange {
	background-color:#f6a236;
}
.profile-text.green {
	background-color:#052453;
}
.profile-text.pink {
	background-color:#d883b5;
}
.profile-text.blue {
	background-color:#60c4e6;
}
.profile-text.purple {
	background-color:#052453;
}

.profile-text.mustard {
	background-color:#FAA333;
}

.team-member-img.orange img {
    border: 2px solid #f6a236;
}

.team-member-img.green img {
    border: 2px solid #052453;
}

.team-member-img.pink img {
    border: 2px solid #C90063;
}

.team-member-img.blue img {
    border: 2px solid #60c4e6;
}

.team-member-img.purple img {
    border: 2px solid #052453;
}

.team-member-img.mustard img {
    border: 2px solid #FAA333;
}


.team-member .fc--orange {
	color:#f6a236;
}

.team-member .fc--green {
	color:#052453;
}

.team-member .fc--pink {
	color: #C90063;
}

.team-member .fc--blue {
	color:#60c4e6;
}

.team-member .fc--purple {
	color:#052453;
}

.team-member .fc--mustard {
	color: #FAA333;
}

/*
.profileContent:before {
    content: url(../../assets/images/Orange-People-icon.png);
    position: absolute;
    width: 43px;
    height: 63px;
    margin-left: -60px;
    border: none;
    float: left;
}


.profileContent ul {
    list-style-type: none;
    margin: 0;
    margin-left:50px;
    padding: 0;
    margin-bottom:20px;
}

.profileContent ul li {
    margin-top: 20px;
    font-style: italic;
    font-size: 1.2em;
    color: #b5064b;
}
*/

.profileContent .quotes {
	margin-top: 50px;
}

.profileContent .quotes p {
	margin-top: 10px;
    font-style: italic;
    font-size: 1.6em;
    color: #b5064b;
    margin-left: 50px;
}

.quotes p:before {
    content: " ";
    background-image: url(../../assets/images/Supportive-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 35px;
    height: 63px;
    margin-left: -50px;
    border: none;
    float: left;
}


@media (min-width: 768px) {

	.profileContent {
		/* margin-top:250px; */
	}

}

.profileContent p {
	font-size:1.2em;
}
/*
.profileContent p:first-of-type {
	font-size:1.6em;
}
*/

#main .newsItemIndex img {
	margin:0 auto;
	border-radius: 0;
	width: auto;
	height: auto;
}

#main .newsItemIndex .newsItem .authoricon,
#main .newsItemIndex .newsItem .postedicon {
	margin-right: 15px;
    margin-left: 20px;
}



.bbpress #main ul,
.bbpress #main ol {
	margin-left:0;
}

.woocommerce #main li:before {
	display:none;
}

/*
.imagewrapper {
    display: inline-block;
    border-radius: 100%;
    border: 2px solid #bed2cf;
    padding: 2px;
    background: #63cabe;
    max-width: 240.75px;
    max-height: 240.75px;
}
*/
.woocommerce ul.products li.product a img {
    display: inline-block;
	width: 100%;
    height: auto;
    border-radius: 100%;
    border: 2px solid #052453;
    margin-bottom: 0;
}

a.woocommerce-main-image img, div.attachment-shop_single img {
	    display: inline-block;
    border-radius: 100%;
    border: 2px solid #052453;
    margin-bottom: 0;
    padding: 5px;
    width: auto;
    max-width: 300px;
    margin: auto;
}

.sr_friendly_badge {
	padding: 0;
}

.sr_friendly_container {
    position: absolute;
    bottom: -33px;
    left: 0px;
    top: inherit;
    width: 100%;
    text-align: center;
}

#main.entry-content li:before {
    content: "• ";
    color: #052453;
    font-size: 2.4em;
    position: absolute;
    margin-top: -22px;
    margin-left: -22px;
}

.bbpress #main li:before {
	display:none;
}

#bbp_search {
	background:#def5f3;
	padding: 14px;
}

#bbpress-forums div.bbp-search-form {
	margin-bottom:20px;
}

#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results,
#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {
	border: 1px solid #052453;
}

#bbpress-forums li.bbp-body ul.topic,
#bbpress-forums li.bbp-body ul.forum {
	border-left:0;
	border-right:0;
}

#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-footer,
#bbpress-forums div.odd,
#bbpress-forums ul.odd {
	background:none;
}

#bbpress-forums li.bbp-header {
	border-top: none;
}

#bbpress-forums li.bbp-footer {
	border-top: 0px solid #052453;
}

.comment-form input[type=submit],
#bbpress-forums .button,
.btn-blue {
	display: inline-block;
    position: relative;
    background: #C90063;
    border: 1px solid #C90063;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 20px;
    color: #ffffff;
    padding: 14px 24px 12px;
    transition: 0.6s;
    text-transform: uppercase;
}

#main #bbpress-forums img {
	width:auto;
	height:auto;
	margin:auto;
}

#subscription-toggle {
	float:right;
}

.next-posts-link a,
.prev-posts-link a {
    display: inline-block;
    position: relative;
    background: #052453;
    border: 1px solid #052453;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 20px;
    color: #ffffff;
    padding: 12px 24px;
    transition: 0.6s;
    text-transform: uppercase;
}

.tagCloud {
	margin-top:50px;
}


ul.tags {
	list-style-type:none;
}

ul.tags a {
	color:#052453;
	margin: 0 10px;
}

.margin50Bottom {
	margin-bottom:50px;
}

.woocommerce #content a {
	color:#052453;
}

.woocommerce input.button.alt,
.woocommerce a.button.alt,
.woocommerce input.button,
.woocommerce #content #respond input#submit.alt,
.woocommerce #content a.button.alt,
.woocommerce #content button.button.alt,
.woocommerce #content input.button.alt,
.woocommerce #respond input#submit,
.woocommerce #content a.button,
.woocommerce #content button.button,
.woocommerce #content input.button {
    display: inline-block;
    position: relative;
    background: #052453;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 20px;
    color: #ffffff;
    padding: 12px 24px;
    transition: 0.6s;
    text-transform: uppercase;
}

.woocommerce a.button.alt:hover,
.woocommerce #content input.button:hover,
.woocommerce #content #respond input#submit.alt:hover,
.woocommerce #content a.button.alt:hover,
.woocommerce #content button.button.alt:hover,
.woocommerce #content input.button.alt:hover,
.woocommerce #content #respond input#submit:hover,
.woocommerce #content a.button:hover,
.woocommerce #content button.button:hover,
.woocommerce #content input.button:hover {
	background: #C90063;
    border: 1px solid #C90063;
}

.woocommerce #content div.product p.price,
.woocommerce #content div.product span.price,
.woocommerce #content ul.products li.product .price {
	font-size:1.5em;
	color:#C90063;
}

.woocommerce ul.products li.product h3 {
	text-align: center;
	margin-top: 35px;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active {
	background: #fff;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a {
	color: #66666c;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li {
	background: #052453;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li a {
	color:#ffffff;
}

.woocommerce .woocommerce-message {
	border-top-color: #052453;
}

.woocommerce .woocommerce-breadcrumb {
    color: #66666c;
    margin-top: 20px;
}

#main .entry-content .woocommerce a.button.alt {
	color:#ffffff;
}

.mark, mark {
	color: #66666c;
	background:none;
}

.woocommerce .quantity .qty {
    padding: 8px;
    margin-right: 10px;
}

.joinUsBlock a,
.author a,
.logged-in-as a {
	color:#052453;
}

#main .entry-content .profile_avatar img {
	width:auto;
	height: auto;
}

.iwtc_product_image {
	text-align: center;
}

.woocommerce ul.products li.product .button {
    margin-top: 1em;
    display: block;
    margin: auto;
    padding: .618em 1em;
    text-align: center;
    min-width: -webkit-fill-available;

}.woocommerce ul.products li.product .price, .woocommerce div.product p.price, .woocommerce div.product span.price {
	text-align: center;
}

/* lms */

#main .entry-content .learndash ul {
	margin-left:0;
}

#main .entry-content .learndash .x-text ul,
#main .entry-content .learndash .x-accordion-inner ul {
	margin-left:20px;
}


#main .entry-content .x-section .x-nav-tabs>.active>a,
#main .entry-content .x-section .x-nav-tabs>.active>a:hover {
    background-color: #009199;
    color: #fff;
    cursor: default;
}

.x-section .x-video .x-video-inner video { height:auto!important; }

/* .online-e-learning .heroImage, */

.single-sfwd-quiz .heroImage,
.single-sfwd-topic .heroImage,
.e-learning-portal .heroImage,
.blender-quiz .heroImage,
.single-sfwd-lessons .heroImage,
.single-sfwd-courses .heroImage {
	height:110px;
	background-image:none!important;
	background-color: #052453;
}

.single-sfwd-quiz .updated,
.single-sfwd-quiz .author,
.single-sfwd-topic .updated,
.single-sfwd-topic .author,
.online-e-learning .updated,
.online-e-learning .author,
.e-learning-portal .updated,
.e-learning-portal .author,
.blender-quiz .updated,
.blender-quiz .author,
.single-sfwd-lessons .updated,
.single-sfwd-lessons .author,
.single-sfwd-courses .updated,
.single-sfwd-courses .author  { display:none; }

.single-sfwd-quiz .entry-content header,
.single-sfwd-topic .entry-content header,
.online-e-learning .entry-content header,
.e-learning-portal .entry-content header,
.blender-quiz .entry-content header,
.single-sfwd-lessons .entry-content header,
.single-sfwd-courses .entry-content header { display:none; }

.online-e-learning .ld-entry-title.entry-title {
	border-bottom:1px solid #ddd;
	padding-bottom:10px;
}

.e-learning-portal .updated,
.e-learning-portal .author,
.blender-quiz .updated,
.blender-quiz .author,
.single-sfwd-lessons .updated,
.single-sfwd-lessons .author,
.single-sfwd-courses .updated,
.single-sfwd-courses .author {
	display:none;
}

blockquote {
	border-left: 5px solid #C90063;
}

blockquote,
blockquote p,
blockquote p span {
	text-align:left!important;
	color: #C90063!important;
}



.videoFrame {
	position:relative;
  height:auto;
  overflow:hidden;
}

.videoFrame .embed-responsive-16by9 { z-index:50; }

@media (min-width: 768px) {

	.videoFrame .embed-responsive {
	    left: 0;
	    right: 0;
	    overflow: hidden;
	}

}

@media (min-width: 1200px) {

	.videoFrame { height: 75%; }

	.videoFrame .embed-responsive {
	    top: 50%;
	    margin-top: -28.1%;
	}

}

/* Video Intro */

.video-intro {
    position: absolute;
    bottom: 40px;
    left: 10px;
    z-index: 300;
    width: 120px;
}

.video-intro a {
    float:left;
    margin-left:10px;
    border-radius:50%;
    text-decoration: none;
    font-size: 2.5em;
    text-align: center!important;
    display: block;
    color:#ffffff;
}

a.novoice-btn { background: #50d1f3; padding: 10px 11px 10px 16px; font-size: 2.3em; }
a.withvoice-btn { background: #ec008d; padding: 10px; font-size: 2.5em; }

.video-intro a.btn-hide {
    display: none;
}

#main .entry-content .learndash ul.x-ul-icons {
	font-size: 1.6rem;
	margin-left:30px;
}

#learndash_lessons,
#learndash_quizzes,
#learndash_profile,
#learndash_lesson_topics_list > div {
	border: 1px solid #052453;
}

#learndash_profile .profile_info .profile_avatar img {
    border: 6px solid #C90063;
}

#learndash_lessons #lesson_heading,
#learndash_profile .learndash_profile_heading,
#learndash_quizzes #quiz_heading,
#learndash_lesson_topics_list div > strong {
    background-color: #052453;
    color: #ffffff;
}

#lessons_list > div h4,
#course_list > div h4,
#quiz_list > div h4,
#learndash_lesson_topics_list ul > li > span.topic_item {
	border-top: 1px solid #052453;
}

#main .entry-content #learndash_lesson_topics_list ul,
#main .entry-content #learndash_lesson_topics_list ol,
#learndash_lesson_topics_list ul {
	margin-left:0;
}

#lessons_list > div > div,
#course_list > div > div,
#quiz_list > div > div,
.single-sfwd-lessons #learndash_lesson_topics_list ul > li > span.sn,
.singular-sfwd-lessons #learndash_lesson_topics_list ul > li > span.sn {
    border-right: 1px solid #052453;
    border-top: 1px solid #052453;
}

#learndash_course_content {
	float:left;
	clear:both;
	width:100%;
}

@media (min-width: 1200px) {

	.columns {
		-webkit-column-count: 2;
	    -moz-column-count: 2;
	    -ms-column-count: 2;
	    -o-column-count: 2;
	    column-count: 2;
	    -webkit-column-gap: 15px;
	    -moz-column-gap: 15px;
	    -ms-column-gap: 15px;
	    -o-column-gap: 15px;
	    column-gap: 15px;
	    columns: 2;
	}

	.columns p {
		 -webkit-column-break-inside: avoid;
	}

	.columns > p:first-child {
		  margin-top: 0;
	}


	.columns > p:last-child {
	  margin-bottom: 0;
	}

}

.contentImage {
	background-size:cover;
	width:100%;
	height: 320px;
	margin-bottom:40px;
	background-position: 50% 50%;
}

@media (min-width: 992px) {

	.contentImage {
		margin-bottom:0;
	}

}

.page-content-padding,
.content-intro-block,
.content-text-block,
.content-image-block {
	margin-top: 30px;
	margin-bottom: 30px;
}

.content-intro-block {
	text-align:center;
	padding-bottom:30px;
}

.content-intro-block h1 {
	text-transform: uppercase;
	font-size:36px;
    margin-bottom: 50px;
    margin-top: 50px;
}

.content-image-block .block-text {
	padding-top: 20px;
	padding-bottom: 20px;
}

.content-image-block .block-text,
.content-intro-block p {
	font-size: 1.5em;
}

.content-image-block .block-text { color: #fff; }

.content-image-block .block-text.text-dark { color: #66666c; }

.content-image-block .block-text a {
    color: #fff;
    text-decoration: underline;
}

.post #main ul,
.post #main ol,
.content-text-block ul,
.content-text-block ol {
	margin-left: 20px;
	font-size: 1.65rem;
	margin-bottom: 20px;
}

.content-text-block iframe,
.content-text-block img {
	width: 100%;
	height: auto;
}

.content-text-block,
.content-image-block {}

#learndash_lessons a,
#learndash_quizzes a,
.expand_collapse a,
.learndash_topic_dots a,
.learndash_topic_dots a > span,
#learndash_lesson_topics_list span a,
#learndash_profile a,
#learndash_profile a span {
	color: #C90063;
}

.media_block iframe { width:100%; height:auto; min-height:400px;}

.content-text-block a { color:#C90063; }

.content-text-block a.button--link { color:#ffffff; }

.columns {
  overflow-wrap: keep-all;
  -ms-word-break: keep-all;
  -webkit-word-break: none;
  word-break: keep-all;
  -ms-hyphens: none;
  -moz-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
}

/*******/
/* LMS */
/*******/

.lms-block {
	position:relative;
}

#uploadfile_form input[type=submit] {
	margin-top: 20px;
}

.sfwd-topic header,
.learndash .learndash_topic_dots.type-dots,
#learndash_back_to_lesson {
	text-align: center;
}

.iconStuck.affix {
	top: 0;
    padding: 10px 0;
    left: 0;
    background: #fff;
    width: 100%;
    text-align: center;
    z-index: 400;
    margin-bottom: 0;
}

.iconStuck.affix .lms-icon {
	font-size:1em;
}

.iconStuck.affix .supCount { display:none; }

#main .entry-content .iconStuck.affix  a.filter-link {
	margin-bottom:0;
}

#main .entry-content a.filter-link {
	color: #C90063;
	margin: 0 10px 20px;
	text-decoration: none;
}

#main .entry-content a.filter-link.active {
	color: #052453;
}

#main .entry-content a.filter-link:hover {
	text-decoration: none;
}

.lms-icon {
	color: #C90063;
    font-size: 3em;
}

.lms-block .lms-icon {
	width:100%;
	text-align:center;
}


@media (min-width: 992px) {
/*
	.lms-block .lms-icon {
		width:auto;
	    position: absolute;
	    left: -80px;
	    text-align:left;
	}
*/
}

.supCount {
	font-family: "proxima-nova",sans-serif;
    font-size: 1rem;
    font-weight: bold;
    top: -2em;
}

.lms-block {
	margin-top: 20px;
	margin-bottom: 20px;
}

.lms-block.hide {
	display:none;
}


/* Filter block */

.lms-filter-block {
	text-align:center;
	padding-top: 10px;
	padding-bottom:30px;
	margin-bottom: 50px;
	border-bottom: 2px solid #C90063;
	border-top: 2px solid #C90063;
}

.lms-filter-block h2 {
	margin-bottom:20px;
}

/* introduction */

.lms-introduction-block {

}

.lms-introduction-block .lms-content {
	font-size:1.5em;
	text-align:center;
}

/* content */

.lms-content-block h2 {
	color: #C90063;
	margin-top:0;
}

.lms-content-block {
	/*
	margin-top: 50px;
	margin-bottom: 50px;
	padding-top: 20px;
	padding-bottom: 40px;
	*/
}

/* videos */

.lms-videos-block {

}

.lms-videos-block .lms-icon { color: #C90063; }

.video-title {
	text-align:center;
	width:100%;
	font-size: 2em;
	color: #C90063;
	/*
	border-top: 1px solid #C90063;
	border-left: 1px solid #C90063;
	border-right: 1px solid #C90063;
	border-top-left-radius: 5px!important;
	border-top-right-radius: 5px!important;
	*/
}

.video-embed {
}

#main .entry-content .video-embed iframe {
	margin: 0;
	border-bottom-left-radius: 5px!important;
	border-bottom-right-radius: 5px!important;
	height: auto;
}

/* audio */

.lms-audios-block {

}

.lms-audios-block .lms-icon { color: #C90063; }

.audio-title {
	width:100%;
	font-size: 2em;
	text-align:center;
	color: #C90063;
	/*
	border-top: 1px solid #C90063;
	border-left: 1px solid #C90063;
	border-right: 1px solid #C90063;
	border-top-left-radius: 5px!important;
	border-top-right-radius: 5px!important;
	*/
}

.audio-embed {
	background:#66666c;
	border-bottom-left-radius: 5px!important;
	border-bottom-right-radius: 5px!important;
}

.audio-embed .mejs-container {
	background:none!important;
}

.audio-embed .mejs-controls {
	background:#66666c!important;
	border-bottom-left-radius: 5px!important;
	border-bottom-right-radius: 5px!important;
}

/* images */

.lms-images-block {

}

.image-title {
	width:100%;
	font-size: 2em;
	text-align:center;
	color: #C90063;
	/*
	border-top: 1px solid #C90063;
	border-left: 1px solid #C90063;
	border-right: 1px solid #C90063;
	border-top-left-radius: 5px!important;
	border-top-right-radius: 5px!important;
	*/
}

.image-embed {

}

#main .entry-content .image-embed img {
	width: 100%;
	max-width:2000px;
	/*
	border-top-left-radius: 5px!important;
	border-top-right-radius: 5px!important;
	*/
}

/* supplementary */


.lms-quote-block p {
	font-size: 2em;
	font-style: italic;
}


.lms-references-block p {
	margin-bottom:0;
	font-style: italic;
}

#main .entry-content .lms-quote-block a,
#main .entry-content .lms-references-block a {
	color: #C90063;
	font-weight: bold;
	margin-bottom: 20px;
	display:block;
}

.reveal-button {
	text-align: center;
}

.block-hidden {

}

.block-hidden.active {
	display:none;
}

.sitemap #main ul,
.sitemap #main ul {
	padding-left: 15px;
}

.sitemap #main a { color: #052453; }

#main .woocommerce-MyAccount-navigation ul {
    list-style: none;
}

.woocommerce table.my_account_orders {
    font-size: inherit;
}

#main .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a {
    background-color: #C90063;
    border-color: #C90063;
}

#learndash_lessons, #learndash_quizzes, .expand_collapse, .notavailable_message, #learndash_lesson_topics_list div > strong, #learndash_lesson_topics_list div ul > li .sn, .learndash_profile_heading, #learndash_profile a, #learndash_profile div {
    font-size: 14px;
}

.woocommerce-MyAccount-content legend {
    display: none;
}

input.button.woocommerce-Button {
    margin-top: 10px;
}

.woocommerce td.product-name dl.variation dd, .woocommerce td.product-name dl.variation dt {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1em;
}

.woocommerce td.product-name dl.variation dt {
    min-width: 100px;
    font-size: 12px;
    line-height: 1.4em;
}

#learndash_lesson_topics_list span a, #learndash_lessons a, #learndash_quizzes a, .expand_collapse a, .learndash_topic_dots a, .learndash_topic_dots a>span {
    font-size: 14px;
}

/* misc changes */

.fontsize li:not(.a11y-toolbar-list-item) {
	font-size: 50%!important;
}

.fontsize li.menu-item {
    font-size: 115%!important;
}


.fontsize li.nav--home,
.fontsize li.nav--services,
.fontsize li.nav--sectors,
.fontsize li.nav--about,
.fontsize li.nav--expertise,
.fontsize li.nav--contact,
.fontsize li.nav--news
.fontsize li.nav--clearning,
.font-size li.nav--shop2 {
	font-size: 150%!important;
}

.fontsize .newsBlock h2 {
    font-size: 36px;
}

.fontsize footer h3 {
	font-size: 36px!important;
}

.fontsize body.page-id-2538 h1, .fontsize body.home h1 {
	font-size: 36px!important;
}

.fontsize body.page-id-2538 h2, .fontsize body.home h2 {
font-size: 2.4em!important;
}

.fontsize body.page-id-2538 h3, .fontsize body.home h3 {
	font-size: 24px!important;
}

.fontsize #bbpress-forums li {
    font-size: 150%!important;
}


/* phase 2 */

/* sticky header */

header.banner {
    min-height: 95px;
    position: fixed;
    width: 100%;
    background: white;
    z-index: 900;
}

.main-content {
    top: 95px;
    position: relative;
}


@media only screen and (max-width:991px) {
	.main-content {
	    top: 160px;
	    position: relative;
	}
	.metaslider .theme-default .nivoSlider img {	
		min-height: 500px !important;
	}
}

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

	.main-content {
	    top: 205px;
	    position: relative;
	}

}

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

	.main-content {
	    top: 0;
	    position: relative;
	}

	header.banner {
	    min-height: 55px;
	    position: relative;
	    width: 100%;
	    background: white;
	    z-index: 900;
	}

	.nav-login {
		top: 10px!important;
	}

}

@media (max-width: 500px) {

	header nav {
		margin-top: 10px!important;
	}

}


/* header contact icons */

@media (min-width: 992px) {

	.nav {
	    margin-top: 27px;
	    margin-right: -25px;
	}

	.nav-login {
		padding: 36px 15px 15px 15px;
	    height: 95px;
	}

}


@media (max-width: 600px) {

	.bg--img {
		background-size: contain;
	}
	a.brand {
	    margin: 30px auto 0;
	    height: 60px;
	    bottom: 15px;
	}

	header .contactIcons {
		position: relative;
		margin: 0 auto;
		text-align: center;
		font-size: 21px;
		word-spacing: 4px;
		margin-top: 10px;
	}

}
@media (min-width: 601px) {

	a.brand {
		position: absolute;
	    top: -5px;
	    z-index: 500;
	    width: 280px;
	    height: 85px;
	}
	
	header .contactIcons {
   	 	position: absolute;
   	 	top: 5px;
   	 	font-size: 21px;
   	 	right: 25px;
   	 	word-spacing: 4px;
	}

}

.woocommerce-login {
    padding-bottom: 45px;
    position: relative;
    top: 20px;
    padding-bottom: 75px;
    border-bottom: 1px solid #b9b9b9;
}

.woocommerce-login.woocommerce-login-mainshop {

    position: relative;
    width: 100%;
    float: none;
    left: 10px;

}
body.admin-bar .woocommerce-login {
	display: block;

}

body.woocommerce-page .row, body.c-learning-portal .row, body.parent-pageid-116 .row, body.single-sfwd-courses .row, body.single-sfwd-lessons .row {
    margin-right: 0;
    margin-left: 0;
}


.woocommerce-login a.nav-login {
    padding: 18px 15px 15px 15px;
    height: 55px;
    font-size: 14px;
    width: 150px;
    margin: 0;
    top: 0!important;
    float: left;
    position: absolute;
    border-radius: 20px;
    font-weight: bold;
    text-transform: uppercase;
    right: 160px;
}

.woocommerce-login a.nav-login.nav-forum {
    right: 320px;
}

.woocommerce .woocommerce-breadcrumb {
	text-align: left;
}
@media (max-width: 767px) {

	.woocommerce-login a.nav-login {
		width: 100%;
		right: 0!important;
	    position: relative;
 	   margin-top: 10px;
	}

	.woocommerce-login {
		padding-bottom: 160px;
	}
	.newsItemImage {
		display: none;
	}

}

a.nav-login.nav-shop {
    bottom: 0;
    clear: both;
    position: relative;
    float: right;
    right: 0;
}

.woocommerce-login.backtoshop {
    top: -20px;
    border-bottom: 0;
}

/* Featured block */


.featured--box-wrapper {
	padding: 50px;
	text-align: center;
	overflow: hidden;
}

.featured--box {
	position: relative;
	display: inline-block;
	vertical-align: top;
	min-height: 400px;
	width: 250px;
	margin-right: 20px;
	margin-bottom: 50px;
}

@media (max-width: 950px) {
	
	.page-id-2941 .featured--box {
		width: 30%;
	}
}

@media (max-width: 850px) {
	.page-id-2941 .featured--box {
		width: 45%;
	}
	.metaslider .theme-default .nivoSlider img {
			
		min-height: 350px !important;
			
	}
	.metaslider h2 {
		font-size: 25px;
	}
	.metaslider h3 {
		font-size: 20px;
	}
}

@media (max-width: 600px) {
	.page-id-2941 .featured--box {
		width: 96%;
		margin: 10px 10px 5px 10px;
	}
	
	.metaslider .theme-default .nivoSlider img {	
		height: 250px !important;
		min-height: 250px !important;	
	}
	
	.metaslider h2 {
		font-size: 20px;
		margin-top: 0;
	}

	.metaslider h3 {
		font-size: 16px;
		margin-top: 10px;
	}
	
	.metaslider .theme-default .nivo-caption a.button {
		padding: 10px 10px;
		font-size: 11px;
	}
	.coderra-banner {
		padding: 20px;
	}
}

.featured--box--bg {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
    opacity: 0.1;
    z-index: -1;
}

.featured--inner {
	overflow: hidden;
}

.featured--text-only .featured--inner {
	min-height: 300px;
}

.featured--box h1,
.featured--box h2,
.featured--box h3,
.featured--box h4,
.featured--box h5,
.featured--box h6 {
	font-weight: normal;
}

.featured--box h3 { font-size: 1.8em; }

.featured--box .button {
	padding: 10px;
    position: absolute;
    left: -1px;
    width: 100%;
    width: calc(100% + 2px);
	bottom: -20px;
    text-transform: uppercase;
}

.featured--box .featured--image {
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}

.featured--box .flexBox {
	display: flex;
	align-items: center;
	justify-content: center;
}

.featured--circle-image .featured--image {
	width: 210px;
	height: 210px;
	margin-left: 20px;
	border-radius: 50%;
}

.featured--tinted-image .featured--image,
.featured--top-image .featured--image {
	width: 250px;
	height: 210px;
}

.featured--box.featured--tinted-image .featured--image:before {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.7;
}

.featured--box .videoPlay {
	font-size: 4em;
}

.featured--circle-image {}
.featured--top-image {}
.featured--tinted-image {}
.featured--text-only {}



/* video modal */

.modal-open #videoModal.modal { overflow-y: hidden; }

#videoModal,
#videoModal .modal-dialog {
	height: 100%;
  	padding: 0!important;
  	width: 100%;
}

#videoModal * { height:100%; }

#videoModal .modal-content {
    background: transparent;
    box-shadow: none;
    border: none;
	border-radius: 0;
	height: 100%;
    outline:none;
    -webkit-box-shadow: none;
}

#videoModal .modal-content iframe {
    border:none;
    margin:0;
    min-height: 400px;
    padding:0;
    width:100%;
}

/*
{
    position: absolute;
    top: 0;
    right: 20px;
    color: red;
    font-size: 80px;
	height:auto;
    margin:-20px 0 0 0;
}
*/

#videoModal .modal-open .modal {
    background: rgba(0,0,0,0.8);
    overflow-x: hidden;
    overflow-y: auto;
}

#videoModal .close {
	color: #ed008c;
	font-size: 80px;
	top: 30px;
	right: 30px;
	height: auto;
	opacity:1;
	text-shadow:none;
	position:fixed;
	z-index:100;
}

.modal-body { padding:0 }

#videoModal .modal-dialog {	margin: 0 auto; }

.contentPadding {
	padding: 50px 0;
}

.content-image-block .block-text {
	line-height: 1.5em;
    margin-top: 0px;
}

.content-image-block .contentImage {
	border-radius: 50%;
    height: 300px;
    width: 300px;
}

.carousel-inner {
    min-height: 110px;
}

.carousel-inner>.item {
	text-align: center;
	-webkit-transition: -webkit-transform 1.2s ease-in-out;
    -o-transition: -o-transform 1.2s ease-in-out;
    transition: transform 1.2s ease-in-out;
}

.carousel-control.left,
.carousel-control.right {
	background: none;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
	right: -20px;
	color: #052453;
	text-shadow: none;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
	left: -20px;
	color: #052453;
	text-shadow: none;
}

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

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
	right: 20px;
	color: #052453;
	text-shadow: none;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
	left: 20px;
	color: #052453;
	text-shadow: none;
}

}
.item .reference p {
	margin-bottom: 0;
}

.flexible--carousel .carousel-control {
	opacity: 1;
}

.flexible--carousel {
	padding: 50px 0;
	min-height: 180px;
}

.flexible--carousel .carousel-indicators {
    bottom: -40px;
}

.flexible--carousel .carousel-indicators li {
	border: 1px solid #052453;
}

.flexible--carousel .carousel-indicators .active {
	background: #052453;
}


.page-template-template-flexible {}

.bannerLabel {
	display:none;
}

.page-template-template-flexible .bannerLabel {
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
    margin-top: 10%;
    line-height: 1.5em;
    font-weight: 300;
    font-size: 2.3em;
    color: #052453;
    padding: 30px;
    margin-bottom: 30px;
    margin-left: -15px;
    position: absolute;
    margin-bottom: 0;
}

@media (min-width: 600px) {

	.page-template-template-flexible .bannerLabel {
    	margin-top: 4%;
	}

}

@media (max-width: 600px) {
	.page-template-template-flexible .bannerLabel {
		position:relative;
		margin: 0;
	}
}

.speech-left {
	display: none;
    /* float: left; */
    margin-bottom: 10px;
    position: relative;
    left: 10px;
}


.speech-right {
	display: none;
	float:right;
	right: 10px;
	position: relative;
	margin-top: 0px;
}

.page-template-template-flexible .bannerLabelText {
    display: inline-block;
    width: 100%;
    height: 100%;
    max-width: 850px;
    font-weight: 500;
    top: 0;
    left: 0;
    z-index: 1;
}

.page-template-template-flexible .bannerLabelInner {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
    background: rgba(255,255,255,0.8);
}

.banner--float-l {
	display: inline-block;
    float: left;
    clear: both;
    /* margin-left: 20px; */

}

.banner--float-c {
	display: inline-block;
    float: left;
    clear: both;
}

.banner--float-r {
	display: inline-block;
    float: right;
    clear: both;
    margin-top: -40px;
    /* margin-right: 20px; */
}

@media (max-width: 600px) {
	.banner--float-r {
		margin-top: 0;
	}
}


@media (max-width: 480px) {
	.speech-left {
		width: 36px;
		margin-bottom: 0;

	}

.banner--float-c {
    font-size: 20px;
    line-height: 30px;
}
.speech-right {
    float: right;
    right: 8px;
    position: relative;
    margin-top: 5px;
    width: 36px;
}


}

#bannerLinks {
    position: relative;
    margin-top: -105px;
    width: 100%;
    text-align: center;
}

@media screen and (max-width: 900px) {
	#bannerLinks {
		margin-top: -50px;
	}
}

@media screen and (max-width: 600px) {
	#bannerLinks {
    margin-top: 0px;
}
}

a.bannerlink {
    display: inline-block;
    position: relative;
    color: #052453;
    font-size: 1.2em;
    width: 250px;
    min-height: 170px;
    border-top: 1px solid #052453;
    border-left: 1px solid #052453;
    border-right: 1px solid #052453;
    border-bottom: 8px solid #052453;
    background: #ffffff;
    margin: 20px 20px 10px 20px;
    vertical-align: bottom;
}


.bannerlink-inner {
    padding: 25px 15px;
}

.bannerlink-inner p {
	font-size: 1.1em;
	line-height: 1.1em;
	margin-bottom: 0;
}

.bannerlink-inner img {
    margin-bottom: 10px;
    align-self: center;
    text-align: center;
}

.bannerlink-image-wrap {
    min-height: 70px;
    display: flex;
    justify-content: center;
}



#carousel-testimonials .reference p,
#carousel-testimonials .reference strong {
	letter-spacing: 1px;
    line-height: 1.3em;
    margin-bottom: 15px;
}

#carousel-testimonials .reference p {
	font-size : 1.2em;
}

#carousel-testimonials .reference strong {
	margin-top: 10px;
}

#carousel-testimonials .reference p:before {
	margin-right: 15px;
	float: left;
	font-family: FontAwesome;
	content: '\f10d';
	color: #052453;
}

#carousel-testimonials .reference p:after {
	margin-left: 15px;
	float: right;
	font-family: FontAwesome;
	content: '\f10e';
	color: #052453;
}

@media (max-width: 1200px) {
#carousel-testimonials .reference p:before {
    float: left;
    position: absolute;
    left: 20px;
}

#carousel-testimonials .reference p:after {
    float: right;
    right: 20px;
    position: absolute;
}

#carousel-testimonials .reference strong {
    margin-top: 50px;
    display: block;
}


}

#carousel-testimonials .carousel-inner {
    padding-top: 0;
    height: 205px;
    min-height: auto;
}

#carousel-testimonials .reference {
  padding:40px;
}

@media (max-width: 1199px) {
	#carousel-testimonials .carousel-inner {
	  height: 270px;
	}
}

@media (max-width: 600px) {
	#carousel-testimonials .carousel-inner {
    height: calc(345px - 25vw);
}
}

@media (max-width: 480px) {
#carousel-testimonials .carousel-inner {
    height: calc(345px - 15vw);
}
}

@media (max-width: 400px) {
	#carousel-testimonials .carousel-inner {
		height: calc(400px - 15vw);
	}
}


#carousel-testimonials .carousel-control.left,
#carousel-testimonials .carousel-control.right { display: none; }

.icon--placed {
	width: 70px;
	height: auto;
}


.featured--box.box--colour-fca232 .button:before {
    background-color: #f48f00;
    width: 42px;
    height: 42px;
}

.featured--box.box--colour-2D95CE .button:before {
    background-color: #2a7a9a;
    width: 42px;
    height: 42px;
}

.featured--box.box--colour-ed008c .button:before {
    background-color: #cf1465;
    width: 42px;
    height: 42px;
}

.featured--box.box--colour-06afa2 .button:before {
    background-color: #039a8b;
    width: 42px;
    height: 42px;
}

.featured--box.box--colour-019199 .button:before {
    background-color: #037f86;
    height: 42px;
    width: 42px;
}

.featured--box.box--colour-ed008c:before {
	background-color: #cf1465;
	width: 42px;
	height: 42px;
}


.featured--box.box--colour-351b35 .button:before {
	background-color: #4F354F;
	width: 42px;
    height: 42px;

}


a.button--link.button.button--colour-fca232:before {
    background-color: #f48f00;
    width: 42px;
    height: 42px;
}

a.button--link.button.button--colour-D295CE:before {
    background-color: #2a7a9a;
    width: 42px;
    height: 42px;
}

a.button--link.button.button--colour-ed008c:before {
    background-color: #cf1465;
    width: 42px;
    height: 42px;
}

a.button--link.button.button--colour-06afa2:before {
    background-color: #039a8b;
    width: 42px;
    height: 42px;
}

a.button--link.button.button--colour-019199:before {
    background-color: #037f86;
    height: 42px;
    width: 42px;
}

a.button--link.button.button--colour-ed008c:before {
	background-color: #cf1465;
	width: 42px;
	height: 42px;
}

a.button--link.button.button--colour-50d0f3:before {
	background-color: #27a3c5;
	width: 42px;
	height: 42px;
}


a.button--link.button.button--colour-351b35:before {
	background-color: #4F354F;
	    width: 42px;
    height: 42px;
}

a.button--link.button.button--colour-d982b5:before {
background-color: #b37398;
	    width: 42px;
    height: 42px;
}

.featured--box.featured--top-image.box--colour-f48f00 > .button--link:before {
	background-color: #c37403;
	    width: 42px;
    height: 42px;
}

.featured--box.featured--top-image.box--colour-05b0a3 > .button--link:before {
	background-color: #037f86;
	    width: 42px;
    height: 42px;
}

body.page-template-template-flexible #main {
    padding: 0;
}
@media screen and (max-width: 600px) {
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
	width: 25%!important;
	margin-bottom: 20px;
}
.carousel-inner {
    min-height: 341px;
    min-height: 64vw;
}
.featured--box-wrapper {
	padding: 0;
}

	#carousel-testimonials .reference p {
    font-size: 18px;
}
}

/* font size */

.fontsize .nav>li>a {
    font-size: 20px;
}

.fontsize .wpmenucart-shortcode .cartcontents {
	font-size: 20px;
}

.fontsize li:not(.a11y-toolbar-list-item) {
    font-size: 15px!important;
}

.fontsize .banner--float-c {
    font-size: 38px;
    margin-bottom: 20px;
}

.fontsize #bannerLinks {
	margin-top: -60px;
}

.fontsize .bannerlink-inner p {
	height: 100px!important;
}

.fontsize .featured--box h3 {
    font-size: 2em!important;
}

.fontsize .featured--box .button {
	font-size: 16px;
}

.fontsize h1, .fontsize h2 {
    font-size: 40px!important;
}


.fontsize a.button--link.button {
    font-size: 16px;
}

h2.woocommerce-loop-product__title {
	text-align: center;
	min-height: 45px;
}

/* accessibility changes */

#text {
	display: none;
}


.HB-Bar {
    top: -3px;
    bottom: -1px!important;
    position: fixed!important;
}

ul.page-list ul ul {
    margin-left: 0!important;
}


li.page_item.page-item-34.page_item_has_children {
    margin-top: -20px;
}
.wpa-hide-ltr.skiplinks a, .wpa-hide-ltr.skiplinks a:hover, .wpa-hide-ltr.skiplinks a:visited {
    position: absolute !important;
    left: -999em;
}

.wc-terms-and-conditions input#terms {
    margin-left: -20px;
    margin-top: 10px;
}

body.page-id-4126 #main form {
    max-width: 440px;
    margin: auto;
}

body.page-id-4126 #main .row {
    margin-left: 0;
    margin-right: 0;
}

span.offscreen {
	display: none!important;
}




body.page-id-4126 .woocommerce-login.woocommerce-login-mainshop {
    width: 167px;
    margin: auto;
    margin-top: -40px;
    border-bottom: 0;
    left: 11px;
}

@media screen and (max-width: 767px) {
body.page-id-4126 .woocommerce-login.woocommerce-login-mainshop {
    left: 0px;
}
.col-sm-12.col-md-12 {
    padding-left: 0;
}

}

body.page-id-4126  a.nav-login.nav-shop {
    bottom: 0;
    clear: both;
    position: relative;
    float: left;
    right: 0;
}

body.page-id-4126  .wpcf7-form input[type=submit], footer input[type=submit] {
	    background: #052453;
    border: 1px solid #052453;
    display: block;
    margin-left: 0;
    margin: auto;
}

.inv-recaptcha-holder {
    display: none;
}

div.wrapper-square img {
    border-radius: 0!important;
}

div.square-product div.product div.images img {
    border-radius: 0%;
}

.woocommerce ul.wc-tabs {
	width: 100%;
	background: none;
}

.woocommerce ul.wc-tabs li.active a {
	background: none;
}

#woocommerce-coupon-data ul.wc-tabs li a::before, #woocommerce-product-data ul.wc-tabs li a::before, .woocommerce ul.wc-tabs li a::before {
	display: none;
}