/* Open Sans Font supported by almost all browsers starts here */

@font-face {
    font-family: 'Open Sans Regular';
    font-style: normal;
    font-weight: normal;
    src: url('../font/regular/opensans-regular-webfont.eot');
    src: url('../font/regular/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../font/regular/opensans-regular-webfont.woff2') format('woff2'), url('../font/regular/opensans-regular-webfont.woff') format('woff'), url('../font/regular/opensans-regular-webfont.ttf') format('truetype'), url('../font/regular/opensans-regular-webfont.svg#open_sansregular') format('svg');
}

@font-face {
    font-family: 'Open Sans Light';
    font-style: normal;
    font-weight: normal;
    src: url('../font/light/opensans-light-webfont.eot');
    src: url('../font/light/opensans-light-webfont.eot?#iefix') format('embedded-opentype'), url('../font/light/opensans-light-webfont.woff2') format('woff2'), url('../font/light/opensans-light-webfont.woff') format('woff'), url('../font/light/opensans-light-webfont.ttf') format('truetype'), url('../font/light/opensans-light-webfont.svg#open_sanslight') format('svg');
}

@font-face {
    font-family: 'Open Sans Bold';
    font-style: normal;
    font-weight: normal;
    src: url('../font/bold/opensans-bold-webfont.eot');
    src: url('../font/bold/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../font/bold/opensans-bold-webfont.woff2') format('woff2'), url('../font/bold/opensans-bold-webfont.woff') format('woff'), url('../font/bold/opensans-bold-webfont.ttf') format('truetype'), url('../font/bold/opensans-bold-webfont.svg#open_sansbold') format('svg');
}

@font-face {
    font-family: 'Open Sans Italic';
    font-style: normal;
    font-weight: normal;
    src: url('../font/italic/opensans-italic-webfont.eot');
    src: url('../font/italic/opensans-italic-webfont.eot?#iefix') format('embedded-opentype'), url('../font/italic/opensans-italic-webfont.woff2') format('woff2'), url('../font/italic/opensans-italic-webfont.woff') format('woff'), url('../font/italic/opensans-italic-webfont.ttf') format('truetype'), url('../font/italic/opensans-italic-webfont.svg#open_sansitalic') format('svg');
}

/* Open Sans Font supported by almost all browsers ends here */

/* basic measures */

html{
	overflow-x:hidden;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans Regular';
    font-size: 16px;
    background: #fff;
	overflow-x:hidden;
}

/*  */

h1, h2, h3, h4{
	display:block;
	font-family: 'Open Sans Light';
	line-height:120%;
	color:#1ba1e2;
}
h1{
	font-size:44px;
	margin-bottom:30px;
	font-weight: normal;
}
h2{
	font-size: 32px;
	margin: 30px 0 30px 0;
	color: #a6ce39;
	font-weight: bold;
	display: block;
}
h3{
	font-size:24px;
	margin:30px 0 20px 0;
	font-family: 'Open Sans';
	font-weight: bold;
}
h4{
	font-size:20px;
	margin-bottom:20px;
	font-weight: bold;
}

/*  */

p{
	font-family: 'Open Sans Regular';
	font-size: 18px;
	line-height: 170%;
	color: #333;
	margin-bottom: 20px;
	display:inline-block;
	width:100%;
}

a{
	color:#1ba1e2;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

/*  forms  */
.form{
	display:block;
	padding:20px 0 0 0;
}
.form .form-errors{
	display:block;
	color:red;
	width:100%;
}

.form .row-form{
	display: inline-block;
	width: 45%;
	margin:0 0 15px 0;
}

.form.contact-us .row-form {
	width:100%;
}

.form.contact-us {
    display:inline-block;
    width:100%; 
}
 
#stlivechat0 a.ChatButtonSVG {
    height:22px;
    width:225px;
    position:relative;
    top:8px;
    display:inline-block;
    margin-left: 10px;
}

#stlivechat0 a.ChatButtonSVG img {
    max-width:22px;
    max-height:22px;
}

#stlivechat0 a.chat-online:after {
    content:"Online - Chat with us";
    position:relative;
    top:-7px;
    margin-left:5px;
}

#stlivechat0 a.chat-offline:after {
    content:"Offline - Leave a message";  
    position:relative;
    top:-6px;
    margin-left:5px;
    color:#7C7C7C;
}

.form .row-form label, .form .row-form input{
	vertical-align:middle;
	display:inline-block;;
}
.form .row-form label {
  min-width: 200px;
  vertical-align:top;
}
.form .row-form input, .form .row-form select, .form .row-form textarea {
  border: 1px solid #ddd;
  padding: 10px;
  color: #666;
  width:250px;
}

.form .row-form.submit{
	display:block;
	margin:20px 0 0 0;
}
.form .row-form.submit input[type="submit"]{	
}
/* end */

/* buttons */
.green-button, .blue-button, .form .row-form.submit input[type="submit"]{
	color:#fff;
	background:#a6ce39;
	text-transform:uppercase;
	text-decoration:none;
	padding:5px 25px;
	font-size:18px;
	font-family: 'Open Sans Regular';
	display:inline-block;
}
.green-button:hover, .blue-button:hover, .form .row-form.submit input[type="submit"]:hover{
	background:#1ba1e2;
	text-decoration:none;
}

.add2cart-button input[type="submit"], .cart-controls input[type="submit"] {
	color:#fff;
	background:#a6ce39;
	text-transform:uppercase;
	text-decoration:none;
	padding:5px 25px;
	font-size:18px;
	font-family: 'Open Sans Regular';
	display:inline-block;
	border: none;
}
.add2cart-button input[type="submit"]:hover, .cart-controls input[type="submit"]:hover{
	background:#1ba1e2;
	text-decoration:none;
	cursor: pointer;
	pointer: hand;
}



.blue-button{
	background:#1ba1e2 !important;
}
.blue-button:hover{
	background:#1992CD !important;
}
/*end*/

/* sticky header */
.container_fixed {
    z-index: 1;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;}

/* sticky header end */

div.cont {
    z-index: 1;
    width: 100%;
    background: #fff;
	padding:150px 0 100px 0;
}

div.cont.Home {
	padding: 112px 0 0 0;
}

header {
    z-index: 5;
	position:fixed;
}

.container ul, .column ul{
	margin: 0 0 25px 0;
}
.container ol, .column ol{
	list-style-type: decimal;
	margin: 0 0 25px 0;
}
/*
.container ul li:before, .column ul li:before{
font-family: FontAwesome;
  content: "\f04d";
  color: #1BA1E2;
  padding: 0 15px 0 20px;
  font-size: 7px;
  display: inline-block;
  vertical-align: middle;
}*/

.container .contact-us ul li {
	display:inline-block;
	width:100%;
}

.container ul li, .column ul li, .container ol li, .column ol li{
	padding: 0 0 0 0px;
	list-style-position: inside ;
	font-family: 'Open Sans regular';
	font-size: 18px;
	line-height: 170%;
	color: #333;
	margin: 0 0 5px 30px;
	padding: 0 0 0 20px;
}
.container ul li, .column ul li {
	background: url("../images/bullet.png") no-repeat top left transparent;
}
.container ol li, .column ol li{
	  margin: 0 0 0 15px;
}
.main-logo {
    float: left;
    position: absolute;
}

.main-logo a {
    display: block;
    margin: 15px 0;
    text-decoration: none;
}

/* Top Navigation */

.top-nav {
    float: right;
    margin: 25px 0 0 0;
}

.top-nav-link {
    float: left;
    border-top: 1px solid #ebebeb;
    border-right: 0 solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
}

.top-nav-link:last-child {
    border: 1px solid #ebebeb;
}

.top-nav-link a, .main-nav-mobile .contact-us-tablet {
    display: table-cell;
    height: 36px;
    padding: 0 25px;
    font-size: 16px;
    font-weight: normal;
    vertical-align: middle;
    color: #a2a2a2;
	font-family: 'Open Sans Bold';
	text-decoration:none;
}

.main-logo .contact-us-mobile {
	display:none;
}

.main-nav-mobile .contact-us-tablet a {
	color: #a2a2a2;
}

.top-nav-link .contactus, .main-nav-mobile .contact-us-tablet {
    padding-left: 55px;
    background: url("../images/contactus.png") no-repeat scroll 15px center #fff;
}

.main-nav-mobile .contact-us-tablet {
	color:#a2a2a2;
	display:none;
}

.top-nav-link .contactus:hover .main-nav-mobile .contact-us-tablet:hover {
	color:#fff;
	background: url("../images/contactus-hover.png") no-repeat scroll 15px center #1ba1e2;
}

.top-nav-link .partnerships {
    padding-left: 55px;
    text-decoration: none;
    color: #a6ce39;
    background: url("../images/partnerships.png") no-repeat scroll 15px center #fff;
}
.top-nav-link .partnerships:hover{
	color:#fff;
	background: url("../images/partnerships-hover.png") no-repeat scroll 15px center #a6ce39;
}

.top-nav-link .support.login {
	padding-left: 55px;
    text-decoration: none;
    background: url("../images/support.png") no-repeat scroll 15px center #fff;
}

.top-nav-link .support.login:hover {
	color:#fff;
	background: url("../images/support-hover.png") no-repeat scroll 15px center #a6ce39;
}

.top-nav-link .login:hover{
		background: #a6ce39;
		color:#fff;
	}

.top-nav-link.top-search input[type="text"] {
    display: inline-block;
    width: 200px;
    height: 36px;
    border: 0;
    color: #999;
}

.top-nav-link.top-search>span {
    display: inline-block;
}

.top-nav-link.top-search input[type="image"] {
	display: inline-block;
	width: 40px;
	height: 30px;
	overflow: hidden;
	vertical-align: bottom;
	background: url("../images/search.png") no-repeat scroll 10px 0 #fff !important;
	border: 0 !important;
	box-shadow: 0 0 0px rgba(0,0,0,0);
	padding: 30px 0 0 0;
	margin: 0;
}

/* Main Navigation */
.main-nav-mobile{
	display:none;
}
.main-nav {
    float: right;
    clear: both;
}

header .pb-menu {
    display: block;
    margin: 15px 0 0px 0;
    padding: 0;
    text-align: center;
    list-style: none;
}
header .pb-menu > li:before{
	display:none;
}
header .pb-menu > li {
    list-style-type: none;
    vertical-align: top;
	display:inline-block;
	position:relative;
	padding: 0;
	margin: 0;
	background:none;
}

.main-nav-mobile li.haschild > a:after {
    content: "\f107";
    font-family:fontawesome;
    font-size:1.2em;
    margin-left:0.5em;
}

header .pb-menu li a {
	display: block;
	padding: 6px 10px;
	margin:0 0 10px 0;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: normal;
	color: #173560;
	font-family: 'Open Sans Bold';
	z-index:999;
}

/* Subnavigation */
header .pb-menu li ul{
	margin: -2px 0 0 0;
    padding: 0px 0 0 0;
	display:none;
    position: absolute;
    top: 48px;
    left: 0;
    width: 100px;
	background:none;
}
header .pb-menu li:hover ul{
	display:block;
}
header .pb-menu li ul li:before{
	display:none;
}
header .pb-menu li ul li{
	list-style-type: none;
    display: block;
	padding:0;
	margin:0;
	position:relative;
	background:none;
}
header .pb-menu li ul li a{
  text-decoration: none;
  margin:0;
  color: #fff;
  padding: 15px 30px 15px 20px;
  display: block;
  background: #1ba1e2;
  width: 300px;
  text-align: left;
  line-height: 150%;
}
header .pb-menu li ul li a:hover, header .pb-menu li ul li.selected a:hover{
	background:#1992CD !important;
}
header  .pb-menu li ul li a:last-child{
	padding-bottom:15px;
}
/* end */

/* Sub Subnavigation */
header .pb-menu li ul li ul{
  margin: -2px 0 0 0;
  padding: 0px 0 0 0;
  display: none;
  position: absolute;
  top: 2px;
  width: 100px;
  background: none;
  left: 302px;
}
header .pb-menu li:hover ul li ul{
	display:none;
}
header .pb-menu li ul li:hover ul{
	display:block;
}
header .pb-menu li ul li ul li a{
	background:#1992CD;
}

header .pb-menu li ul li ul li.mobile-mode a{
	background:#1ba1e2;
}

header .pb-menu li ul li ul li.mobile-mode a:hover{
    background:#1992CD;
}

/* end */

header .pb-menu .pb-menu-item.active a,
header .pb-menu .pb-menu-item.selected a,
header .pb-menu a:hover {
    color: #fff;
    background: #1ba1e2;
    cursor: pointer;
}

header .pb-menu-item.active:after {
    content: " ";
    display: block;
    position: relative;
    top: 20px;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #1ba1e2;
    border-left: 15px solid transparent;
}

/* MegaMenu */
header .pb-menu li:hover ul.pb-menu-sub.pb-menu-mega{
	display:block;
}
ul.pb-menu-sub.pb-menu-mega {
  position: fixed;
  width: 100%;
  top: 126px;
  z-index:9999;
}
.megamenu-content {
    background: #173560;
}
.megamenu-content ul{
	display:block !important;
	width:100%;
}
.megamenu-content ul.MM-item-row {
    display: table !important;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: none;
	left:0;
}
li.pb-menu-sub-item.pb-menu-mega-template{
	display:block;
	width:100%;
	height:100%;
	left:0;
}
.megamenu-content ul.MM-item-row li {
    display: table-cell;
    height: 403px;
}
.megamenu-content ul.MM-item-row li a {
    display: block;
    position: relative;
    height: 100%;
	width:100%;
    padding: 0;
    overflow: hidden;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: bold;
    line-height: 120%;
    color: #fff;
	padding-bottom:0 !important;
	z-index:9999;
}

.megamenu-content ul.MM-item-row li a div.mm-image {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    transition: 0.3s all ease;
}

.megamenu-content ul.MM-item-row li a:hover div.mm-image {
    opacity: 0.1;
}

.megamenu-content ul.MM-item-row li a div.mm-link {
    z-index: 1;
    position: absolute;
    width: inherit;
    width: 100%;
    height: 100%;
    padding: 135px 35px 0;
}

.megamenu-content ul.MM-item-row li a div.mm-link .PegboardSIL, 
.megamenu-content ul.MM-item-row li a div.mm-link .PegboardODP,
.megamenu-content ul.MM-item-row li a div.mm-link .pegboard-silicone {
	font-size:0;
	position:relative;
}
.megamenu-content ul.MM-item-row li a div.mm-link .PegboardSIL:before,
.megamenu-content ul.MM-item-row li a div.mm-link .pegboard-silicone:before{
	background: url("../images/corporate/SIL-horizontal-white.png") no-repeat top left transparent;
	display: block;
	width: 315px;
	height: 115px;
	content: " ";
	background-size: 315px;
}


.megamenu-content ul.MM-item-row li a div.mm-link .PegboardODP:before{
	background: url("../images/corporate/ODP-vertical-dark-2.png") no-repeat top left transparent;
	display: block;
	width: 315px;
	height: 135px;
	content: " ";
	background-size: 205px;
	position: absolute;
	top: -20px;
}

.megamenu-content ul.MM-item-row li a div.mm-link span.button {
    display: block;
    clear: both;
    position: absolute;
    bottom: 0;
    margin: 0 0 35px -120%;
    padding: 15px 25px;
    border: 1px solid #ffffff;
    text-align: left;
    text-transform: none;
    font-size: 18px;
    font-weight: normal;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.megamenu-content ul.MM-item-row li a:hover div.mm-link span.button {
    margin: 0 0 35px 0;
}

.megamenu-content ul.MM-item-row li a:hover div.mm-link span.button i {
    padding-left: 5px;
}

/* Header styles */

header div.container_fixed {
    width: 100%;
    overflow: visible;
    box-shadow: 0 0 16px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0px 13px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0px 13px rgba(0,0,0,0.2);
	box-shadow: 0 0px 13px rgba(0,0,0,0.2);
	position:relative;
}

header div.container_fixed .container{
	padding:0 10px;
}

header div.peek_header a.partners_area {
    float: left;
    width: 200px;
    height: 36px;
    padding: 7px 0 0 53px;
    border-right: 1px solid #dddddd;
    font-family: Open Sans Bold;
    font-size: 14px;
    color: #fff;
}

header div.peek_header a.partners_area:hover {
    text-decoration: none;
}

header div.peek_header div.lang {
    float: left;
    width: 117px;
    height: 36px;
    background: none repeat scroll 0 0 #fff;
}

header div.peek_header div.lang div.style_select {
    width: 100px;
    overflow: hidden;
    background: url("../images/dropdown.png") no-repeat scroll 85px center #fff;
}

header div.peek_header div.lang select {
    width: 125px;
    height: 36px;
    padding-left: 36px;
    border: 0 none;
    font-family: Open Sans Light;
    font-size: 12px;
    color: #c2c2c2;
    background: url("../images/ukflag.png") no-repeat scroll 20px center rgba(0,0,0,0);
}

header div.peek_header div.lang select option {
    padding: 5px 0 5px 10px;
}

header div.m_header {
    position: initial;
    padding-top: 20px;
}

header div.n_header {
}

header div.right_peek_header {
    float: right;
}

header div.wrapper_peek_header {
    border-bottom: 1px solid #ddd;
}

header div.n_header nav {
    float: right; /*position: initial*/
    padding-top: 7px;
    background: #fff;
}

header div.n_header nav ul {
    list-style: none;
}

header div.n_header nav ul li {
    float: left;
    position: relative;
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 35px;
    transition: all 0.4s;
}

header div.n_header nav ul li:hover {
    color: #fff;
    background: #1ba1e2;
}

header div.n_header nav ul li:last-child {
    margin-right: 0;
}

header div.n_header nav ul li a {
    padding: 5px 10px;
    text-decoration: none;
    font-family: Open Sans Bold;
    font-size: 15px;
    color: #173560;
}

header div.n_header nav ul li a:hover {
    color: #fff;
}

header div.n_header nav ul li ul li {
    padding-top: 0;
    padding-bottom: 0;
    border: none;
    color: #fff;
    background: #1ba1e2;
    transition: none;
}

header div.n_header nav ul li ul li a {
    font-family: 'Open Sans';
    font-size: 15px;
    color: #fff;
}

header div.n_header nav ul li ul li:hover {
    background: #173560;
}

/*  header on scrolll down  */
header div.container_fixed .top-nav{
	margin:10px 0 0 0;
	transition:ease all 0.6s;
}
header div.container_fixed .pb-menu{
	margin:10px 0 0 0;
	transition:ease all 0.6s;
}
header div.container_fixed ul.pb-menu-sub.pb-menu-mega{
	top:109px;
	transition:ease all 0.6s;
}
header div.container_fixed .main-logo a img {
	width: 85%;
	transition:ease all 0.6s;
}

header .top-nav-link {
	position:relative;
}	

header .top-nav-link ul.pb-menu-sub {
	display:none;
	z-index:999;
	min-width:220px;
}

header .top-nav-link ul li a {
	color:#FFFFFF;
	padding:0em;
	padding: 5px 25px;
	width:100%;
	display:inline-block;
	height:auto;
}

header .top-nav-link ul li a:hover {
	background: #1992CD;
}
header .top-nav-link ul li:before{
	display:none;
}
header .top-nav-link ul li {
	list-style-type:none;
	padding-left:0em;
	margin:0em;
	background:none;
}

header .top-nav-link:hover ul.pb-menu-sub {
	display:block;
	position:absolute;
	left:0px;
	background:#1ba1e2;
}

/* design for header ends here */

/* menu starts here */

a.pb-menu-link:hover {
    color: #fff;
}

.pushtop {
    top: 66px !important;
}

/* menu ends here */

/* design for tab section starts here */
section#tab{
	padding: 30px 0 50px 0; 
}

section#tab .tab-content{
	display:block;
	margin:0 10px;
	background:#1aa1e1;
	padding:25px;
	font-family: Open Sans Light;
	color:#fff;
	font-size:16px;
	text-decoration:none;
	min-height:375px;
}

.partnering section#tab .tab-content {
	min-height:initial;
}

.partnering section#tab .tab-content a {
	height:auto;
}


section#tab .tab-content h2{
	margin-top:0;
}
section#tab .tab-content p{
	min-height: 160px;
	line-height: 140%;
	font-size: 18px;
	color:#fff;
	font-family: Open Sans Light;
	margin:0 0 20px 0;
	display:block;
}
section#tab .tab-content:last-child{
	margin:0 0 0 20px;
}

section#tab .tab-content:first-child{
	margin:0 20px 0 0;
}

section#tab .tab-content h1, section#tab .tab-content h2, section#tab .tab-content h3 {
	color:#fff;
	font-size: 21px;
	font-weight: bold;
}
section#tab .tab-content p > a{
	margin:20px 0 0 0;
}
section#tab .tab-content a{
    color:#fff;
	background:#a6ce39;
	text-transform:uppercase;
	text-decoration:none;
	padding:10px 15px;
	font-size:16px;
	line-height:140%;
	font-family: 'Open Sans Regular';
	display:table-cell;
	margin:0px 0 0 0;
	height:65px;
	vertical-align:middle;
}

/* design for tab section ends here */

/* design for banner section starts here */

section#banner {
    max-height: 416px;
    overflow: hidden;
}
#banner .slider-wrapper{
	max-height: 400px;
	background: #fff;
	position: relative;
}

section#banner img {
    height: initial;
}

div.findout {
	position: relative;
	width: 90%;
	max-width: 1180px;
	display: block;
	text-align: left;
	top: -85px;
	margin: 0 auto;
}

/* Placing find out more on banner */

div.findout a.find {
	padding: 10px 30px;
	border: 2px solid;
	text-decoration: none;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
	position: inherit;
	margin: 0 0 0 15px;
}
div.findout a.find:hover {
	background:#1aa1e1;
}

/* design for banner section ends here */

/* design for Featured Resources section starts here */
#featured-resources{
	margin: 0 auto;
	text-align: center;
	margin-bottom: 50px;
	display: block;
	padding: 20px 50px;
}
.carousel-slideshow{
	height:330px;
}
.cycle-carousel-wrap{
}
.carousel-slideshow .case-study-img-container{
  max-width: 500px;
  margin: 0 20px;
  position: relative;
  height: 300px;
}
.carousel-slideshow .case-study-img-container img{
	height: 300px;
	width: 500px;
}
.carousel-slideshow .case-study-img-container .hover-case-study{
  position: absolute;
  top: 0;
  display: table;
  width: 100%;
  max-width: 500px;
  height: inherit;
  vertical-align: middle;
}
.carousel-slideshow .case-study-img-container .hover-case-study a{
  display: table-cell;
background: rgb(00, 00, 00); /* Fallback */
   background: rgba(00, 00, 00, 0.7); 
  vertical-align: middle;
  font-size: 24px;
  color:#fff;
  opacity:0;
  text-decoration:none;
  transition: ease all 0.3s;
}
.carousel-slideshow .case-study-img-container:hover .hover-case-study a{
	opacity:1;
}
#featured-resources .center{
  display: block;
  margin: 0;
  padding: 0;
  position:relative;
}
#featured-resources .center a{
	position:absolute;
	top: 150px;
	color:#1ba1e2;
	font-size:2em;
}
#featured-resources .center #carousel-prev{
	left:-25px;
}
#featured-resources .center #carousel-next{
	right:-27px;
}
/* Featured Resources section ends here */

/* design for check or clients section starts here */

#testimonials {
    padding: 60px 0;
    color: #fff;
    background: url("../images/bg-testimonials.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#testimonials .container .column{
	width:100%;
	display:block;
	text-align:center;
}
#testimonials h1 {
    padding-bottom: 0px;
    text-align: center;
    font-size: 40px;
    font-weight: 100;
    color: #fff;
}

#testimonials .testimonial-box{
  display: inline-block;
  vertical-align: top;
  padding: 20px;
  text-decoration: none;
  transition:ease all 0.3s;
}
#testimonials .testimonial-box:hover{
	background: rgba(00, 00, 00, 0.5); 
}
#testimonials .testimonial-image{
	display:block;
}
#testimonials .testimonial-description{
  display: block;
  color: #fff;
  font-size: 1em;
  line-height: 150%;
  padding-top: 11px;
}

.testimonial-listing{

}
.testimonial-listing .testimonial-container{
  display: block;
  border-bottom: 1px solid #eee;
  padding: 40px 0;
}
.testimonial-listing .testimonial-container .quote{
  padding: 0;
  line-height: 180%;
  display: table-cell;
}
.testimonial-listing .testimonial-container .quote-before{
	color: #ddd;
	display: table-cell;
	padding: 0 10px 0 0;
	vertical-align:top;
}
.testimonial-listing .testimonial-container .quote-after{
	color: #ddd;
	display: table-cell;
	padding: 0 0 0 10px;
	vertical-align:bottom;
}
.testimonial-listing .testimonial-container .quote-client{
	text-align: left;
	font-size: 18px;
	display: block;
	padding: 20px 0 0 30px;
	clear: both;
	font-weight: bold;
}

/* design for check or clients section ends here */

/* design for brand section starts here */

#brands{
    padding: 70px 0;
	background:#fff;
}
#brands .container{
	text-align:center;
}
#brands .container .column {
	width:100%;
	text-align:center;
}
#brands .container .column a {
	display:inline-block;
	padding:20px 22px 0px;
	vertical-align:middle;
}
#brands .container .column a img {
	border:0;
	max-height:100px;
	width: auto;
}

/* design for brand section ends here */

/* design for events section starts here */
section#events .footer-col-cont:first-chid{
	margin-right:40px;
}
section#events .footer-col-cont{
	display:block;
	margin:0 20px;
}
section#events .footer-col-cont:last-chid{
	margin-left:40px;
}
section#events {
    padding: 50px 0 40px;
    background: #f6f6f6;
}

section#events div {
    font-size: 14px;
    color: #333333;
}

section#events div h2 {
    margin: 0;
    font-weight: 100;
    color: #333;
	display:block;
	border-bottom:1px solid #c2c2c2;
	line-height:200%;
	margin-bottom:15px;
}

section#events div h2 a{
	color:inherit;
}
section#events div h2 a:hover {
	text-decoration:none;
}

section#events .single_event .summary {
	font-size:14px;
	margin-top:1em;
}

div.single_event {
}

div.single_event h3{
	line-height:100%;
	margin-bottom:10px;
}

div.single_event h3 a {
  font-size: 14px;
  line-height: 100%;
  color: #1ba1e2;
  font-family: 'Open Sans Bold';
}

div.date i{
	font-size: 18px;
	color: #666;
}
div.date time {
	font-size: 14px;
	font-family: 'Open Sans Regular';
	text-decoration: none;
	margin-left: 10px;
}

div.date p {
    padding-left: 35px;
    font-weight: 100;
    background: url("../images/calendar.png") no-repeat scroll 0 center rgba(0,0,0,0);
}

div.place {
	margin-top:15px;
}

div.place p.marker i{
  font-size: 24px;
  color: #777;
  width: 30px;
  display: inline-block;
  padding-left: 2px;
}

div.place p.marker {
   font-size: 14px;
	font-family: 'Open Sans Regular';
	margin-bottom:10px;
	color: #333;
}

div.place p.address {
	padding-left: 30px;
  font-size: 14px;
  font-family: 'Open Sans Regular';
  line-height: 15px;
  margin-bottom: 10px;
  color: #333;
}

.event-page .internal-content img {
	padding:10px;
}	

.event-page div.date i {
	color: #115CB2;
}

.event-page div.place p.marker i {
	color: #DF3E3E;
}

.event-page div.date time {
	font-size:18px;
}

.event-page .form {
	margin-bottom:2em;
}

.event-page div.place p.marker, .event-page div.place p.address {
	font-size:18px; 
	color:#666;
	margin-bottom:0em;
}

.event-page div.place {
	margin-top:0em;
}

.event-page .internal-content h2 {
	margin-bottom:0.5em;
}

.event-page .location {
	margin-bottom: 2em;
	border-bottom: 1px solid #D0D0D0;
	padding-bottom: 1em;
	margin-top: 2em;
	padding-top: 1em;
	border-top: 1px solid #D0D0D0;
	background: #F0F0F0;
	padding: 1em 1.5em;
}
/* design for events section ends here */

/* design for corporate section starts here */

section#corporate {
    padding: 40px 0 50px 0;
    text-align: center;
}

section#corporate img {
    padding: 0 25px;
}

/* design for corporate section ends here */

/* design for top footer starts here */

#top_footer {
    padding: 50px 0;
    color: #fff;
    background: #173560;
}

#top_footer .container {
    padding-bottom: 10px;
	margin-bottom:30px;
    border-bottom: 1px solid #091d3b;
}

#top_footer .container:last-child{
	padding-bottom: 0px;
	margin-bottom:0px;
	border-bottom:none;
}

#top_footer .container h2 {
    margin-top: 0;
	color:#fff;
}

#top_footer .container h4 {
	color:#fff;
}

#top_footer .container p {
	font-family: 'Open Sans Light';
	font-size: 18px;
	line-height: 150%;
	font-weight: 100;
	color:#fff;
}

#top_footer .container ul{
}
#top_footer .container ul li{
	list-style: none;
	padding: 0;
	margin: 0;
	background:none;
}
#top_footer .container ul li:before{
	display:none;
}
#top_footer .container ul li a{
	font-family: 'Open Sans Light';
	font-size: 14px;
	color:#fff;
	display:block;
	margin:0;
}

#top_footer .container.social-footer a{
	display:inline-block;
	margin:0 15px 30px 0;
}

.tweet-box{
position: relative;
  border-top: 1px solid #c2c2c2;
  margin: 25px 0 0 0;
}

.bird_wrapper {
	display:block;
}

.bird_wrapper .bird {
	position: absolute;
	bottom: -15px;
	left: -15px;
}
.bird_wrapper .tweet {
	display: block;
	padding: 25px 20px 0 30px;
	font-size:14px;
}
.bird_wrapper .tweet p{
	margin-bottom:0;
	font-size:14px;
}
.bird_wrapper .tweet p.rem{
	display:block;
	text-align:right;
	margin-bottom:10px;
	font-style:italic;
}

#twitter_update_list{
  display: block;
  position: relative;
}

.tweet #twitter_update_list .invisible{
	display:none;
}

.tweet #twitter_update_list #tw_content{
	display: block;
	overflow: hidden;
}
.tweet #twitter_update_list #tw_content .twt_time{
	text-align: right;
	font-style: italic;
	display: block;
	padding: 0 0 10px 0;
}
.tweet #twitter_update_list #tw_content .twt_content{
	line-height: 170%;
	white-space: normal;
}

.twitter-overlay{
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
}

/* design for top footer ends here */

/* design for main footer starts here */

#main_footer {
    padding-top: 10px;
    background: #f6f6f6;
}

#main_footer  .container{
	padding:10px 0 20px 0;
}

#main_footer .left {
}

#main_footer .left p {
    font-size: 14px;
    color: #000000;
}

#main_footer .right {
}

#main_footer .right ul {
    float: right;
    list-style: none;
	margin:0;
}
#main_footer .right ul li:before{
	display:none;
}
#main_footer .right ul li {
    float: left;
    margin-right: 40px;
	background:none;
}

#main_footer .right ul li:last-child {
    margin-right: 0;
}

#main_footer .right a {
    text-decoration: none;
    font-size: 14px;
    color: #000000;
}

/* design for main footer ends here */

#nav-bar {
    transition: all 0.5s ease 0s;
}

header .logo {
    width: 80%;
    padding-top: 10px;
    transition: all 0.5s ease 0s;
}

header .headerSmall#nav-bar {
}

header .headerSmall img.logo {
    width: 58%;
    transition: all 0.5s ease 0s;
}

header .headerSmall div.n_header nav {
    padding-top: 0 !important;
    transition: all 0.5s ease 0s;
}

header .headerSmall div.n_header nav ul li {
    padding-bottom: 20px;
}

header .headerSmall div.n_header nav ul li ul li {
    padding-bottom: 0;
}

header .headerSmall div.m_header {
    padding-top: 10px;
}

/* Slider Styles default */

/* pager */

.home-banner-pager{
  width: 100%;
  margin: 0 auto;
  display: block;
  text-align: center;
  position: absolute;
  bottom: 0px;
}
.home-banner-pager span{
	color: #fff;
	font-size: 4em;
	margin: 0 5px;
	line-height: 0;
	cursor: pointer;
}
.home-banner-pager span.cycle-pager-active{
	color: #1aa1e1;
}

/* End pager styles */

.cycle-slideshow.main-slider img {
    width: auto;
}

.product-slider .cycle-slideshow img {
    padding: 1.5em 0;
}

.cycle-slideshow .cycle-overlay {
    padding-top: 1em;
    padding-bottom: 1em;
    text-align: center;
}

.cycle-slideshow .cycle-overlay.custom {
    z-index: 99999;
    position: absolute;
    top: 10%;
    width: 100%;
	display:block;
}
.cycle-slideshow .cycle-overlay.custom .caption{
	width:90%;
	max-width:1180px;
	position:relative;
	margin:0 auto;
	display:block;
	
	min-height:300px;
}

.cycle-slideshow .cycle-overlay.custom .caption a{
  padding: 10px 30px;
  border: 2px solid;
  text-decoration: none;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  position: initial;
  margin: 0;
  display: initial;
}
.cycle-slideshow .cycle-overlay.custom .caption a:hover {
	  background: #1aa1e1;
}
.cycle-slideshow .caption h1 {
    font-size: 2em;
    font-weight: 100;
    line-height: 1.2em;
}

.cycle-slideshow .caption h1,
.cycle-slideshow .caption h2 {
    text-shadow: 0 0 30px #000000;
    line-height: 1.4em;
    color: white;
}

.cycle-slideshow .slider-action {
    z-index: 999;
    position: absolute;
    bottom: 5em;
    width: 100%;
    text-align: center;
	font-family: 'Open Sans Light';
}

.cycle-slideshow .caption h2 {
    padding: 1em;
    text-transform: inherit;
    font-family: 'Open Sans',sans-serif;
    font-size: 1em;
}

div.cycle-overlay .caption span {
	z-index: 8;
	position: absolute;
	/*
	top: 10%;
	*/
	left: 0;
	box-sizing: border-box;
	width: 39%;
	padding: 5px 10px;
	overflow: hidden;
	text-align: left;
	font-size: 34px;
	line-height:130%;
	font-weight: 100;
	color: #fff;
	font-family: 'Open Sans Light';
}

div.cycle-overlay .caption span p {
	text-align: left;
	font-size: 34px;
	line-height:130%;
	font-weight: 100;
	color: #fff;
	font-family: 'Open Sans Light';
}

div.cycle-overlay .caption span img{
	max-width:230px;
	height:inherit !important;
}

.main-slider {
	z-index: 0;
	max-height: 400px;
	max-width: 1800px;
	margin: 0 auto;
}

.mobile_nav_scroll {
    top: -38px;
}

/* page content starts here */

/* ADV Pager */
table.pbAdvPager{
  display: block;
  padding: 50px 0 0 0;
  clear: both;
  width: 100%;
}
table.pbAdvPager tr{
}
table.pbAdvPager tr td{
display: inline-block;
  margin: 0px;
  padding:0px;
}
table.pbAdvPager tr td.PagerPrevPageCell span, table.pbAdvPager tr td.PagerPrevPageCell a{
  color: #1BA1E2;
}
table.pbAdvPager tr td.PagerNextPageCell span, table.pbAdvPager tr td.PagerNextPageCell a{
  color: #1BA1E2;
}
table.pbAdvPager tr td span, table.pbAdvPager tr td a{
	padding:5px 10px;
	display:block;
}
table.pbAdvPager tr td span:hover, table.pbAdvPager tr td a:hover{
	border:1px solid #1BA1E2;
	text-decoration:none;
}
/* End Adv Pager */


/* design section for banner starts here */

section#content_banner {
	margin:-38px 0 40px 0;
	max-height:415px;
	display:block;
	position:relative;
}

section#content_banner div.content_banner_container {
    width: 100%;
	max-width: 100%;
    padding: 0;
	display:block;
	position:relative;
}

section#content_banner div.content_banner_container img {
    width: 100%;
}

.content_banner_wrap {
    position: relative;
    text-align: center;
}

.content_banner_wrap .content_banner_wrap-image{
  position: relative;
  display: block;
  max-height: 290px;
  overflow: hidden;
}
.content_banner_wrap .content_banner_wrap-content{
  position: absolute;
  display: block;
  top: 40%;
  width: 100%;
  max-height: 350px;
  font-size: 28px;
  color: #fff;
}
.content_banner_wrap .content_banner_wrap-content p{
  width: 100%;
  max-width: 1200px;
  padding:0 20px;
  font-family: Open Sans Light;
  font-size: 28px;
  color: #fff;
  margin: 0 auto;
  text-align:left;
}

.two-columns>.column {
	overflow:hidden;
}

.col-content {
	display: table-cell;
	height: 480px;
	vertical-align: middle;
	padding-top:40px;
	padding-bottom:30px;
}
.col-content h2{
	margin-top:20px;
}
.col-content-full-width{
	height: auto;
	padding:30px 0;
	font-family: 'Open Sans Regular';
	font-size: 16px;
	line-height: 150%;
	color: #666;
}

.col-content-full-width.video-top{
	padding:60px 0;
}

.col-content-img {
	width:inherit;
	text-align:center;
	vertical-align:top;
}
.col-content-img img{
	min-width:300px;
	max-width:585px;
	height: initial;
}

.container.product-banner{
	width:100%;
	max-width:1400px;
	min-height:700px;
	margin: 0 auto;
	top: -50px;
}

.container.product-banner .main-banner-button{
	padding:100px 20px 20px 20px;
	color:#000;
	font-size:18px;
	max-width:360px;
}

.container.product-banner .main-banner-button img{
	max-width:100%;
	height:auto;
}

.container.product-banner .main-banner-button h1{
	color:#333;
	margin:0;
	line-height:100%;
}
.container.product-banner .main-banner-button h2{
	color:#a6ce39;
	font-size:140px;
	margin:0;
	line-height:100%;
}
.container.product-banner .main-banner-button a{
}

.tours-demos-top-banner{
	top: -36px;
	position: relative;
}

.product-pg-list{
}
.product-pg-list ul{
	width:100%;
	display:block;
	display: table;
	margin-bottom: 50px;
}
.product-pg-list ul li:before{
	display:none;
}
.product-pg-list ul li {
	display:inline-block;
	float:left;
	vertical-align:top;
	width:25%;
	min-width:245px;
	max-width:290px;
	min-height:480px;
	padding:15px;
	margin:0 0 15px 0;
	background:none;
}
.product-pg-list ul li:hover{
	background:#f2f2f2;
}
.product-pg-list ul li .image{
	display: block;
	height: 170px;
	width: 260px;
	overflow: hidden;
}
.product-pg-list ul li .image img{
	height: 100%;
	width: initial;
}
.product-pg-list ul li .content{
	display: block;
	height: 290px;
	overflow: hidden;
}
.product-pg-list ul li .content h3{
	margin: 20px 0;
}
.product-pg-list ul li .content p{
	font-size:16px;
}
.product-pg-list ul li .green-button{
	margin-top:15px;
}

.container .quote{
	font-style: italic;
	color: #666;
	padding: 0 30px;
	display: block;
}

.listing{
	display: block;
	margin: 50px 0;
	clear: both;
	float: left;
	width:100%;
}

.listing ul li:before{
	display:none;
}
.listing ul li{
	display:block;
	width:100%;
	padding:15px;
	margin:0 0 15px 0;
	background:none;
}
.listing ul li:hover{
}
.listing .image{
display: inline-block;
  vertical-align: top;
  padding-right: 0;
  width: 24%;
}
.listing img.image {
  width: 90%;
  height: inherit;
}
.listing .content{
  display: inline-block;
  vertical-align: top;
  width: 75%;
}
.listing .content h3{
	margin-top:0;
}

/* Modules Listing */

.listing.modules-list ul li{
	border-bottom:1px solid #e7e7e7;
}
.listing.modules-list ul li:last-child{
	border-bottom:none;
}

.modules-list .content{
	max-width:100%;
	width:100%;
}
.modules-list .content h3{
	margin-top:0;
}

.modules-list .content p{
	max-width:100%;
}

.modules-list .content > p{
	display:inline-block;
	max-width:70%;
}


.modules-list .green-button{
	float:right;
	display:inline-block;
	cursor:pointer;
}

.module-content-dropdown{
  display: none;
  padding: 0px;
}
.module-main-content{
	font-size:18px;
	display:block;
	background:#ededed;
	padding:30px;
}
.module-main-content h3, .module-features-list h3 {
  margin-top: 0px;
  font-size: 20px;
  color: #A6CE39;
}
.module-features-list{
	font-size:18px;
	display:block;
	background:#f6f6f6;
	padding:30px;
}
.module-main-content ul, .module-features-list ul{

}
.module-main-content ul li, .module-features-list ul li{
  padding: 15px 0;
  font-size: 18px;
  border-top: 1px solid #C5C5C5 !important;
  margin: 0;
  color:#1BA1E2;
}
.module-main-content ul li:hover, .module-features-list ul li:hover{
	background:transparent;
}
.module-main-content ul li:last-child, .module-features-list{
	border-bottom: 1px solid #C5C5C5 !important;
}

/* END Modules Listing */

/* Search Listing */
.search-results ul{

}
.search-results ul li{
	margin:0;
	border-bottom:1px solid #e7e7e7;
}
.search-results .content{
	max-width:100%;
	display:block;
}
.search-results .content h3{
	font-size:22px;
	margin-bottom:10px;
}
.search-results .content p{
	display:inline-block;
	max-width:70%;
	margin-bottom:20px;
}
.search-results .green-button{
	float:right;
	display:inline-block;
}
/* END Search Listing */

.internal-sidebar{
	float:left;
	display:inline-block;
	vertical-align:top;
	width:240px;
	margin:40px 100px 40px 0;
	position:relative;
}
.internal-sidebar h3 a{
	text-decoration:none;
	color:inherit;
}
.internal-sidebar h3 a:hover{
	text-decoration:underline;
}
.internal-sidebar ul{
}
.internal-sidebar ul li:before{
	display:none;
}
.internal-sidebar ul li{
	list-style: none;
	margin: 0;
	padding: 0;
	max-width:240px;
	background:none;
}

.internal-sidebar ul li a{
	display: block;
	color: #1ba1e2;
	text-decoration: none;
	margin-bottom: 15px;
	line-height: 150%;
	max-width:240px;
}
.internal-sidebar ul li a:hover{
	text-decoration:underline;
}

.fixed-sidebar{
	position:relative;
	display:block;
}
.fixed-sidebar-top{
	position:fixed;
	margin-top:-50px;
}

.news-items-sidebar{
  border-bottom: 1px dashed #ccc;
  padding-bottom: 20px;
}
.news-items-sidebar-view-all{

}

.internal-content{
	float:left;
	display:inline-block;
	vertical-align:top;
	width:70%;
	position:relative;
}
.internal-content img{
	max-width:100%;
}

.internal-content-image{
	float:right;
	padding:0 20px 20px 0;	
}

.internal-content.category{		
}
.internal-content.category .listing .content{
	width:63%;
}

.article-date{
	display: inline;
	padding-right: 10px;
	color: #999;
}
.article-date:after {
	content: "|";
	padding-left: 10px;
}

.video-banner{
	width:100%;
}
.video-banner .video-holder{
	display:inline-block;
	vertical-align:top;
	margin-right:20px;
}
.video-banner .video-content{
	display:inline-block;
	vertical-align:top;
	max-width:50%;
}
.video-top, .video-top h3, .video-top p, .video-top h1{
	color:#fff;	
}

#video{
}
#video .video-wrap{
	padding: 60px;
	color: #fff;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}
#video .video-wrap .video-description{
	display: table-cell;
	text-align: center;
	color: #fff;
	vertical-align: middle;
	height: 400px;
}

#video .video-wrap .video-description p{
	color:#fff;
}

.Map{
	width:100%;
	display:block;
	margin:30px 0 0 0;
}
.Map iframe{
	width:100% !important;
}

.partner-types{
	display:block;
}
.partner-types .column {

}
.partner-types .column:first-child {
	width:68%;
	padding-right:2%;
}
.partner-types .column:first-child .col-content{
	padding-top:0;
}
.partner-types .column:last-child {
	width:30%;
	background:#EBEBEB;
}
.partner-types .column:last-child input[type="submit"]{
	border:0;
	cursor:pointer;
}

.partner-types .column:last-child .errors ul{

}
.partner-types .column:last-child .errors ul li{
  padding: 0;
  margin: 0 0 0 25px;
  color: red;
}

.partner-types .column:last-child h4{
	margin-top:30px;
}
.partner-types .column .col-content{
	vertical-align: top;
}
.partner-types .column .col-content .ent-partner-list{
	display:block;
	width:100%;
	margin-top: 50px;
}
.partner-types .column .col-content .ent-partner-list-back-top{
	text-align: right;
	display: block;
	margin: 25px 0;
	border-top: 1px solid #ddd;
	padding: 25px 0;
}

.partner-types .column .col-content .ent-partner-item{
	display:inline-block;
	width:32.5%;
	vertical-align:top;
	margin:0 0 25px 0;
}
.partner-types .column .col-content .ent-partner-item .partner-logo{
  display: inline-block;
  vertical-align: top;
  width: 40%;
  text-align: right;
  margin: 0 0 0 5%;
}
.partner-types .column .col-content .ent-partner-item .partner-logo img{
  height: initial;
  max-height: 40px;
  max-width: 100%;
}
.partner-types .column .col-content .ent-partner-item .partner-details{
  display: inline-block;
  vertical-align: top;
  width: 50%;
  line-height: 125%;
  color:#666;
  font-size:14px;
}
.partner-types .column .col-content .ent-partner-item .partner-details h3{
	font-size:14px;
	margin: 0 0 7px 0;
}
.partner-types .column .col-content .ent-partner-item .partner-details .partner-type {
  display: block;
  margin: 0 0 7px 0;
  color:#000;
  font-size:14px;
  word-wrap: break-word;
}

.partner-types .column ul.formFields{
	list-style: none;
}
.partner-types .column ul.formFields li:before{
	display:none;
}
.partner-types .column ul.formFields li{
	padding: 0;
	margin: 0 0 10px 0;
	display: block;
	background:none;
}
.partner-types .column ul.formFields li > div > span{
	display:block;
	font-family: 'Open Sans Regular';
	font-size: 16px;
	line-height: 150%;
	color: #666;
}
.partner-types .column ul.formFields li input, .partner-types .column ul.formFields li select, .partner-types .column ul.formFields li textarea{
	display:block;
	width: 100%;
	border: 1px solid #ddd;
	padding: 10px;
	color: #666;
}


.rtUL.rtLines li:before{
	display:none;
}

.riSingle.RadInput>input{
    width:100%;
}

/*cart start*/

.pbPromoCode{
    width: 74%;
    float: left; 
}
.pbPromoCode > div{
    float: right;
    text-align: left;
}
.pbPromoCode > div > ul > li > span{
    float: right;
    text-align: left;
}
.pbPromoCode > div > ul > li > .riSingle.RadInput{
    width: 200px;
    margin-left: 10%;
}
.pbPromoCode * input[type="submit"]{
    float: right;
}
#ctl02_page_template_pbAdvCart1_ctl06_pbCheckoutProceed1_btnProceed{
    margin-top: 80px;
}

.checkout-payment-details{
    width:100% !important;
    text-align: right;
}

/*cart end*/


.checkout-details .row-form {
	line-height:1.5em;
}

.checkout-details .form-label {
	font-family: 'Open Sans Bold';
	margin-right:1em;
	width:80px;
	display:inline-block;
}

.col-content-full-width .two-column {
	width:45%;
	float:left;
	margin-bottom:3em;
}	

.col-content-full-width.contact-us-page .two-column {
    margin-bottom:1em;
}



/* design section for banner ends here */


/* Add new video styles home page */

.main-slider .desc > a {
	background: url("../images/play-default.png");
}

.main-slider .desc > a:hover {
	background: url("../images/play-hover.png");
}

div.cycle-overlay .caption span.desc {
	right:0%;
	left:auto;
	height:100%;
	width:50%;
	text-align:center;
}


/*
.cycle-slideshow .cycle-overlay.custom .caption span.desc > a{
	width:100%;
	height:100%;
	display:inline-block;
	background-repeat:no-repeat;
	border:none;
	background-position:center;
	position:relative;
	top:20%;	
}
*/

.cycle-slideshow .cycle-overlay.custom .caption span.desc > a{
	width:80px;
	height:80px;
	position:absolute;
	background-repeat:no-repeat;
	border:none;
	top:20%;
	left:10%;
}

.cycle-slideshow .cycle-overlay.custom .caption span.desc > a:hover{
	background: url('../images/play-hover.png');
}

/* End new video styles home page */

#tagLine {
    margin-bottom:0.5em;
}

#tagLine .container {
    text-align:center;
}

#tagLine a {
    color:#757575;
    font-size:26px;
}

#tagLine a:hover {
    text-decoration:none;
    color: #a6ce39;
}

#tagLine a:hover i.fa {
    color: #a6ce39;
}

#tagLine i.fa {
    color: #26A0DA;
    font-size: 2em;
    margin-right: 0.2em;
    display: inline-block;
    margin-bottom:0em;
    position:relative;
    top:11px;
}

/* page content ends here */


/* Header fix 2016 */

.megamenu-content ul.MM-item-row > .mobile-mode {
    display:none !important;
}


/* End Header fix 2016 */

/* Slider */


 .over-lay{
   margin-top: -242px;
   position: absolute;
   left: 48%;  
   background-image: url('/site/DefaultSite/skins/pegboard/images/play-button.png');
   height: 80px;
   width: 80px;
   text-align:center;
   z-index: 10000;
   }
   .over-lay:hover{ 
   background-image: url('/site/DefaultSite/skins/pegboard/images/play-button-hover.png');   
   }
   .thumb-overlay{
        margin-top: -302px;
        position: absolute;
        left: 50%;  
        background-image: url('/site/DefaultSite/skins/pegboard/images/video-thumb.jpg');
        width: 360px;
        height: 210px;
        margin-left: -169px;
        z-index: 9999;
   }

   .title-text{
   margin-top: -360px;
   position: absolute;
   width: 25%;
   padding: 5px 10px;
   overflow: hidden;
   text-align: left;
   font-size: 28px;
   line-height: 130%;
   font-weight: 100;
   color: #fff;
   font-family: 'Open Sans Light';
   left: 11%;
   }
   
   .title-text a{
   padding: 10px 30px;
   border: 2px solid;
   text-decoration: none;
   font-size: 18px;
   color: #fff;
   cursor: pointer;
   position: initial;
   margin: 0;
   display: initial;
   }
   .bxslider li{
   margin-left:0px !important;
   width: 100% !important;
   margin-left: -20px !important;
   }
   .bx-viewport {
    height: 400px !important;
}

img.slider-img {
    height: 371px !important;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
}
.mt-20{
margin-top:-20px;
}

/************************************** 
	media query starts here 
*************************************/

@media screen and (max-width:1200px) {
    .megamenu ul.MM-item-row li {
        float: left;
        height: 250px;
        min-width: 33.3333%;
    }

    .megamenu ul.MM-item-row li a div.mm-link {
        padding-top: 25%;
        font-size: 22px;
    }
	.container.product-banner{
		background-position: left !important;
		background-size: cover !important;
	}
	.internal-sidebar {
	  width: 23%;
	  margin: 40px 7% 40px 0;
	}
    .thumb-overlay{
        display: none;
    }
    .over-lay:after {
    content:"See Video";
    position:absolute;
    bottom:-35px;
    font-size:16px;
    text-align:center;
    width:100%;
    left:0px;
    color:#fff;
    font-weight: 700;
    }
    .title-text{
        width: 50%;   
    }
    .over-lay{
        left: 73%;
    }
}
@media screen and (max-width:1024px) {

	.carousel-slideshow{
		height:200px;
	}
	#featured-resources .center a{
		top:75px;
	}
	.carousel-slideshow .case-study-img-container .hover-case-study{
		width:11%;
	}
	.carousel-slideshow .case-study-img-container img{
		height:inherit;
		width:inherit;
	}
	.carousel-slideshow .case-study-img-container{
		width:initial !important;
		height:200px;
		margin:0px 5px;
	}

	.top-nav-link.top-search input[type="text"]{
		width:115px;
	}
	.top-nav-link .contactus {
	  padding-left: 40px;
	  background: url("../images/contactus.png") no-repeat scroll 0px center #fff;
	}
	.top-nav-link .partnerships {
	  padding-left: 40px;
	  background: url("../images/partnerships.png") no-repeat scroll 0px center #fff;
	}	
	.top-nav-link .contactus:hover{
		background: url("../images/contactus-hover.png") no-repeat scroll 0px center #1ba1e2;
	}
	.top-nav-link .partnerships:hover{
		background: url("../images/partnerships-hover.png") no-repeat scroll 0px center #a6ce39;
	}
	.cycle-slideshow .cycle-overlay.custom{
		top:10%
	}
	div.cycle-overlay .caption span{
		width:50%;
	}
	
	
	header .pb-menu li a{
		font-size:13px;
	}
	#brands .container .column a img{
		max-height:70px;
	}
	section#corporate img {
		padding: 0 15px;
		max-height: 50px;
	}
	.content_banner_wrap p{
		top:35%;
		font-size:22px;
	}
	.cycle-slideshow .cycle-overlay.custom{
		top:5%;
	}
	div.cycle-overlay .caption span, div.cycle-overlay .caption span p{
		font-size:30px;
	}
	div.cycle-overlay .caption span img{
		max-width: 200px;
		margin: 0;
		height: inherit !important;
	}
   
    /* top header ends here */

	.cycle-slideshow.main-slider img{
		margin-left:-15%;
	}

}
	
@media screen and (max-width:800px) {
   
    /* header */
	.main-nav-mobile .contact-us-tablet	{
		display:table-cell;
		font-size:18px;
		border:1px solid #ebebeb;
		height:40px;
	}	
    
	.container_fixed.mobile-header .main-nav{
		display:none;
	}
	.main-logo {
	  position: relative;
	}
	.top-nav{
		display:none;
	}
	/*
	.main-nav-mobile{
		display: inline-block;
		float: right;
		margin: 20px 5px 0 0;
	}
	*/
	
	.main-nav-mobile {
		position:absolute;
		right:10px;
		top:25px;
		display:inline-block;
	}
	
	#mobile-menu-btn{
		font-size:18px;
		font-weight: normal;
		color: #173560;
		font-family: 'Open Sans Bold';
		display: block;
		cursor: pointer;
		background:#fff;
		float:right;
		margin-left:2em;
	}
	#mobile-menu-btn i{
		background: #173560;
		color: #fff;
		border-radius: 2px;
		padding: 10px;
	}	
	#mobile-menu{
/*	
		display:none;
		position: fixed;
		z-index: 999;
		background: #173560;
		/* width: 100%;
		right: 0px;
		left:0px;
		margin-top: 0px;
		overflow-y:scroll;
		height:80%;
		margin-right:-15px;
		box-sizing:content-box;
		top:75px;
*/		
		
		display: none;
		position: fixed;
		z-index: 999;
		background: #173560;
		/* width: 100%; */
		right: -15px;
		left: 0px;
		margin-top: 0px;
		overflow-y: scroll;
		height: 80%;
		margin-right: 0px;
		box-sizing: content-box;
		top: 75px;
		/* padding-right: 15px; */
	}
	#mobile-menu .pb-menu{
		display: block;
		margin: 0;
/*		padding: 0 0 10px 0;*/
        padding:0px;
		text-align: center;
		position:relative;
	}
	ul.pb-menu-sub.pb-menu-mega{
		position:relative;
	}
	header .pb-menu li ul{
		position:relative;
	}
	#mobile-menu .pb-menu li{
		width: 100%;
	}
	#mobile-menu .pb-menu li a{
		color: #fff;
		padding: 10px 0;
		margin: 0;
		font-size: 14px;
	}
	
	#mobile-menu .pb-menu li ul{
		display:block;
		padding:0;
		margin:0;
		position:relative;
		top:0px;
		width:100%;
	}
	
	#mobile-menu .pb-menu li ul.pb-menu-sub {
		display:none;
	}
	
	/*
	
	#mobile-menu .pb-menu li:hover ul{
		display:block;
		width:100%;
		padding:0;
		margin:0;
		position:relative;
		top:0;
	}
	*/
	
	#mobile-menu .pb-menu li ul li{
		display:block;
		width:100%;
		margin:0;
		padding:0;
	}
	#mobile-menu .pb-menu li ul li a{
		display: block;
		margin: 0;
		padding: 10px 0;
		width: 100%;
		text-align: center;
		font-family: 'Open Sans regular';
	}
	#mobile-menu .pb-menu .megamenu-content{
	}
	#mobile-menu .pb-menu .megamenu-content #mobile-menu .pb-menu li:hover ul{
	}
	#mobile-menu .pb-menu .megamenu-content ul.MM-item-row li {
		height: initial;
		list-style-type: none;
		vertical-align: top;
		display: inline-block;
		position: relative;
		padding: 0;
		margin: 0;
		max-height: 40px;
	}
	#mobile-menu .pb-menu .megamenu-content ul.MM-item-row li a{
		  display: block;
	}
	#mobile-menu .pb-menu .megamenu-content ul.MM-item-row li a div.mm-link{
		padding: 0 0 10px 0;
		position: relative;
		margin: 0;
		display:block;
		margin: 0;
		width: 100%;
		text-align: center;
		font-family: 'Open Sans regular';
	}
	#mobile-menu .pb-menu .megamenu-content ul.MM-item-row li a div.mm-link span.button{
		display:none;
	}
	#mobile-menu .pb-menu .megamenu-content ul.MM-item-row li a div.mm-image{
		display:none;
	}
	/* banner starts here */
    section#banner {
        overflow: hidden;
    }
	section#banner img {
    }
	div.cont.Home {
		padding: 90px 0 0 0;
	}
	div.findout {
		top: -80px;
	}
	div.findout a.find {
		padding: 7px 30px;
		font-size: 14px;
	}
    /* banner ends here */
	div.cont{
		padding-top:125px;
	}
	#events .three-columns>.column{
		width:48%;
	}
	section#tab {
		padding: 0 0;
	}
	#tab .column{
		width:100%;
	}
	#tab .column .tab-content{
		margin:0 0 20px 0 !important;
		min-height: inherit;
	}
	section#tab .tab-content p{
		min-height: inherit;
	}
	.carousel-slideshow .case-study-img-container{
		width:100% !important;
	}
	.cycle-slideshow.main-slider img{
		margin-left:-55%;
	}
	
	.megamenu-content ul.MM-item-row li a div.mm-link .PegboardSIL{
	font-size: inherit;
	}
	.megamenu-content ul.MM-item-row li a div.mm-link .PegboardSIL:before{
		display:none;
	}
	.megamenu-content ul.MM-item-row li a div.mm-image{
		display:none;
	}
	
	.megamenu-content ul.MM-item-row li a div.mm-link .PegboardODP{
	font-size: inherit;
	}
	.megamenu-content ul.MM-item-row li a div.mm-link .PegboardODP:before{
		display:none;
	}
	.megamenu-content ul.MM-item-row li a div.mm-image{
	}
	.megamenu-content ul.MM-item-row li a div.mm-image{
		display:none;
	}
	
	section#content_banner div.content_banner_container img {
		width: initial;
		height: 230px;
	}
	.content_banner_wrap .content_banner_wrap-image{
		height:230px;
	}
	.content_banner_wrap .content_banner_wrap-content{
		top:30%;
	}
    
    
    /* Header fix 2016 */  

    .megamenu-content ul.MM-item-row li a div.mm-link .PegboardSIL:before,
    .megamenu-content ul.MM-item-row li a div.mm-link .pegboard-silicone:before,
    .megamenu-content ul.MM-item-row li a div.mm-link .PegboardODP:before{
        background:none;
        display:none;
    }
    
    .megamenu-content ul.MM-item-row > .mobile-mode {
        display:table !important;
    }
    
    .megamenu-content ul.MM-item-row > .desktop-mode {
        display:none !important;
    }
    
    .mobile-mode .pegboard-silicone, .mobile-mode .PegboardODP {
        font-size:1em !important;
    }
        
    .mobile-mode > a {
        background: #1ba1e2;
        color:white;
        font-weight:700;
    }

    /* End Header fix 2016 */

   
}

@media screen and (max-width:680px) {
    
	h1, h2, h3, h4 {
		word-wrap: break-word;
		-ms-hyphens: auto;
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
		hyphens: auto;
	}
	
    #tagLine a {
        font-size:17px;
        line-height:1.5em;
    }
    
    #tagLine i.fa {
        top:0px;
        font-size: 1.5em;
    }
    
	.form .row-form input, .form .row-form select, .form .row-form textarea {
		width:100%;
		max-width:100%;
	}
	
	.fixed-sidebar-top{
		position:relative;
	}
	.carousel-slideshow{
		height:200px;
	}
	/*
	div.cycle-overlay .caption span{
		width:80%;
	}
	*/
	div.cycle-overlay .caption span {
		width:50%;	
	}
	.cycle-slideshow .cycle-overlay.custom .caption a{
		padding:5px 15px;
	}
	#featured-resources .center a{
		top:75px;
	}
	.carousel-slideshow .case-study-img-container .hover-case-study{
		width:11%;
	}
	.carousel-slideshow .case-study-img-container img{
		height:inherit;
		width:inherit;
	}
	.carousel-slideshow .case-study-img-container{
		width:initial !important;
		height:200px;
		margin:0px 5px;
	}
	.column{
		width: 100% !important;
	}
	.product-pg-list ul li {
		width: 100%;
  		max-width: 100%;
	}
	.product-pg-list ul li .image {
		display: block;
		width: 100%;
		overflow: hidden;
		height: initial;
	}
	.product-pg-list ul li .image img {
		height: initial;
		width: 100%;
		min-width: 100%;
		max-width: 100%;
	}
	.product-pg-list ul li .content{
		height: initial;
	}
	.col-content-img {
		width: 100%;
		text-align: center;
		vertical-align: top;
		height: initial;
		display: block;
	}
	.col-content-img img {
		width:100%;
		min-width:100%;
	}
	.internal-sidebar{
		width: 100%;
		display: block;
		margin-bottom:0;
	}
	.internal-sidebar ul{
		display:none;
	}
	.internal-sidebar h3{
		margin-bottom:0;
		
	}
	.internal-content{
		width:100%;
	}
	.internal-content img{
		width:100%;
		margin-bottom:20px;
		height:auto !important;
	}
	.modules-list .content p{
		max-width:100%;
	}
	.modules-list .green-button{
		clear:both;
	}
	.partner-types .column .col-content .ent-partner-item{
		width:48%;
	}
	.partner-types .column .col-content .ent-partner-list-back-top{
		display:none;
	}
	
	
	.col-content-full-width .two-column {
		width:100%;
	}

	.col-content-full-width .contact-us .two-column {
		margin-bottom:0em;
	}
	
	.form.contact-us .row-form input, .form.contact-us .row-form select, .form.contact-us .row-form textarea {
		width:100%;
		max-width:100%;
	}
	
	.form .row-form {
		width:100%;
	}
    .title-text{
        width: 65%;   
    }
    .over-lay{
        left: 82%;
    }
}

@media screen and (max-width:480px) {
    .over-lay:after {
        display:none;    
    }
    
	/* Header */
	.main-logo .contact-us-mobile {
		display:inline-block;
		position:absolute;
		top:12px;
		right:0px;
		margin:0em;
	}
	
	.contact-us-mobile i.fa-phone {
		top:2px;
	}
	
	.main-logo .contact-us-mobile, .main-logo .contact-us-mobile span, .main-logo .contact-us-mobile i {
		line-height:40px;
		height:40px;
	}
	
	#mobile-menu-btn {
		float:none;
		margin-left:1.25em;
	}
	
	.main-nav-mobile {
		top:72px;
	}
	
	.main-nav-mobile .contact-us-tablet {
		display:none;
	}
	
	#mobile-menu {
		top:108px;
	}
	
	/* End Header */


	.form .row-form {
		width:100%;
		clear:both;
	}
	
	div.cont{
		padding-top: 160px;
	}
	.content_banner_wrap .content_banner_wrap-content{
		top:75px;
	}
	.content_banner_wrap .content_banner_wrap-content p{
		font-size:20px;
	}
	.main-logo{
		display:block;
		width:100%;
		text-align:center;
	}
	.main-logo a img{
		width:70% !important;
		max-width:150px;
	}
	.main-nav-mobile{
		display:block;
		width:100%;
		text-align:center;
		margin:0;
		padding:0;
		margin-bottom:5px;
	}
	#mobile-menu-btn{
		background:#173560;
		color:#fff;
	}
    /* banner starts here */

    section#banner {
        height: 350px;
        overflow: hidden;
    }
	div.cycle-overlay .caption span {
		font-size: 22px;
	}
	div.cycle-overlay .caption span img{
		max-width:180px !important;
		height:inherit !important;
		margin:0px !important;
	}
	div.cycle-overlay .caption span p{
		font-size: 22px;
	}
    section#banner img {
        height: 350px;
		margin-left:-100%;
    }
	#testimonials{
		padding:40px 0;
	}
	#testimonials .testimonial-box{
		padding:0 0 20px 0;
	}
	#events .three-columns>.column{
		width:100%;
	}
	#top_footer .container:last-child .column{
		width:100%;
	}
	#top_footer .container:last-child ul li a{
		margin:0 0 10px 0;
	}
	#main_footer .left, #main_footer .right{
		width:100%;
	}
	#main_footer .right ul li{
		width:100%;
		margin:0 0 10px 0;
	}
    .cycle-slideshow.main-slider img{
		margin-left:-40%;
	}
	div.cont.Home {
		padding: 135px 0 0 0;
	}
	.partner-types .column .col-content .ent-partner-item{
		width:100%;
	}
	
	.container.product-banner .main-banner-button {
		max-width:100%;
	}
	
	.container.product-banner .main-banner-button img {
		height: auto !important;
	}
	
	.listing .image {
		width:auto;
		max-width:100%;
		margin-bottom:10px;
	}	
	
	.listing img.image {
		width:100%;
	}
	
	.listing .content {
		width:100%;
	}
	
	.video-banner .video-holder {
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 25px;
		height: 0;
		max-width:100%;
		width:100%;
	}
	
	.video-banner .video-holder object, .video-banner .video-holder embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
	
	#main_footer .container {
		text-align:center;
	}
	
	#main_footer .right {
		margin-top:1em;
	}
	
	#main_footer .right ul {
		float:none;
	}

	#main_footer .right ul li {
		padding:0em;
		margin-bottom:0em;
	}	
	
	div.cycle-overlay .caption span.desc, 
	div.cycle-overlay .caption span {
		width:100%;
		display:inline-block;
		position:initial;
		height:auto;
		text-align:center;
	}
	
	.cycle-slideshow .cycle-overlay.custom .caption span.desc > a {
		position:initial;
		display:inline-block;
	}	

	

}


/* media query ends here */

/* Slider Media Query */

@media screen and (max-width: 480px){

section#banner img {
    height: 350px;
    margin-left: 0%;
}
.title-text{
left:4%;
width: 20% !important;

}

section#banner {
    height: 400px;
    overflow: hidden;
/*	margin-bottom:20px;*/
}
.over-lay {
    margin-top: -107px;
    left: 16%;   
 }
 .bxslider li{
 width: 1800px !important;
 }
}

/* End Slider Media Query */

/** Default Form Styles**/
.default-form{
	width: 75%;

}

.default-form ul.formFields{
	list-style: none;
}
.default-form ul.formFields li:before{
	display:none;
}
.default-form ul.formFields li{
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	display: block;
	background:none;
}
.default-form ul.formFields li > div > span{
	display:block;
	font-family: 'Open Sans Regular';
	font-size: 16px;
	line-height: 150%;
	color: #666;
}
.default-form ul.formFields li input, .default-form ul.formFields li select, .default-form ul.formFields li textarea{
	display:block;
	width: 50%;
	border: 1px solid #ddd;
	padding: 10px;
	color: #666;
}
.default-form ul.formFields li textarea {
	width: 75%
}

.default-form .form-errors li {
    color: red !important;
    display: block;
    width: 100%;
}
.default-form .form-errors ul:before {
	content: "Form Errors";
	font-weight: bold;
	
    
}



}


