.flex-container {
    display: -webkit-flex; /* Safari */
    display: flex; /* Standard syntax */
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap: wrap; /* Standard syntax */
}
.flex-container .flex-item {
    width: 50%;
}
@media (max-width: 600px) {
    .flex-container .flex-item {
        width: 100%;
    }
}

.offerscontainer .offer_content .full ul {
  margin-left: 16px;
}
.card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
a.offers_button {
  display:block;
  background-color: #006bb4;
  padding: 10px 16px;
  color: white;
  font-size: 18px;
}
a.offers_button:hover {
  background-color: #3997cb;
}
.card {
    flex-basis: calc(50% - 40px);
    margin: 10px;
    /* background-color: #f0f0f0; */
    border-radius: 5px;
    padding: 10px 10px 100px 10px;
    position: relative;
}

.card-title {
    font-size: 20px;
    margin-bottom: 10px;
    color: #0066b2;
    line-height: 1.3;
    text-align: center;
}

.card-image {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.card-text {
  margin-bottom: 10px;
}
.card ul {
  padding-left: 16px;
}
.card li {
  list-style: disc;
}

.card-price {
  color: #ff0000;
  font-size: 16px;
  margin-bottom: 10px;
}

.card-cta {
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 15px;
}

@media (max-width: 768px) {
  .card {
    flex-basis: calc(100% - 20px);
  }
}



.twitter-circle,
.tweetImage,
.tweetItem {
  /*display: none;*/
}
.footer_newsletter {
	background-image:url('/public/site/images/blue-ink-background.jpg');
	background-repeat:no-repeat;
	background-size: cover;
}
.footer_newsletter .left_column {
	display:inline-block;
	position:relative;
	width: 45%;
	float:left;
}
.footer_newsletter #mc_embed_signup .right_column {
	display:inline-block;
	position:relative;
	width: 50%;
	float:right;
}
.footer_newsletter #mc_embed_signup .right_column .mc-field-group {
	width:48%;
	float:left;
	clear:none;
}
.footer_newsletter #mc_embed_signup .right_column .mc-field-group input {
	width:100%;
}
.footer_newsletter #mc_embed_signup .right_column .mc-field-group:nth-of-type(2n) {
	float:right;
}


.left_column.signup_page {
	width: calc(100% - 50px)!important;
    text-align: center;
    display: block;
    float: none;
    background-image: url(/public/site/images/blue-ink-background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 25px;
}
.right_column.signup_page {
	width: 50%;
    margin: auto;
    display: block!important;
    float: none!important;
    padding: 25px;
}

@media only screen and (max-width: 767px) {
	.right_column.signup_page {
		width: 100%;
		padding: 25px 0;
	}
}
@media only screen and (max-width: 767px) {
	.footer_newsletter .left_column {
		width: 100%;
		float:none;
	}
	.footer_newsletter #mc_embed_signup .right_column {
		width: 100%;
		float:none;
	}
	.footer_newsletter #mc_embed_signup .right_column .mc-field-group {
		width:100%;
		float:none;
		position: relative;
		display: block;
	}
	.footer_newsletter #mc_embed_signup .right_column .mc-field-group:nth-of-type(2n) {
		float:none;
	}
	.footer_newsletter .big-btn {
		display: block!important;
	}
}

div.mce_inline_error {
  position: absolute;
  right: 0;
  padding: 9px 10px!important;
}

.two-thirds-padding ul {margin-left:16px; margin-bottom:16px;}
.two-thirds-padding ul li {list-style:disc;}
.half ul {margin-left:16px; margin-bottom:16px;}
.half ul li {list-style:disc;}


.news_filter {
	width: 48%;
	margin: 1%;
	background-color: rgba(255, 255, 255, 1);
	line-height: 20px;
	text-align: center;
	float: left;
	color: #0066b2;
    padding: 5px 0;
	transition: 0.2s all ease;
}
.news_filter:hover {
	background-color: rgba(255, 255, 255, 0.6);
	transition: 0.2s all ease;
}

.month_toggle {
	color: #FFF;
}
.month_toggle span {
	cursor: pointer;
}
.month_toggle span:hover,
.month_toggle ul a:hover {
	text-decoration: underline;
}
.month_toggle ul {
	display: none;
}

.blog_image {
  float:left; 
  width:200px; 
  margin-right:15px;
}
.blog_image img {
  width:200px; 
  height:auto; 
  margin-top: 20px;
}

.blog_content {
	float: right;
	width: calc(100% - 215px);
}
@media only screen and (max-width: 767px) {
	.blog_content {
		float: none;
		width: 100%;
	}
  .blog_image,
  .blog_image img {
    width:100%;
  }
}

.blue-text {
  color: #0066b2;
}
.youtube-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
.post-content iframe,
.post-content object,
.post-content embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.post-content img {height:auto !important;}

.post-listing-wrapper img {
  width: 100%!important;
}
.post-listing-wrapper li {
  list-style: disc;
  margin-left: 16px;
}
.gsc-result {
	width:33%;
	float:left;
}.gsc-url-top {
display: none!important;
}
.gs-snippet {
padding: 10px;
font-size: 14px;
font-family: 'Lato', sans-serif;
color: #201d19;
line-height: 1.4em;
height:87px!important;
 width:100%; overflow:hidden;
}
div.gs-title {
background-color: #ececec;
border-bottom: 2px dotted #ccc;
padding: 6px;
color: #0066b2;
font-size: 18px;
text-decoration:none!important;
}
a.gs-title {
text-decoration:none !important;
}
a.gs-title b {
text-decoration:none !important;
}
.gsc-result {
float: left;
width: 30%;
border: 1px solid #ccc!important;
margin-right: 3%!important;
height: 150px;
margin-bottom: 30px!important;
padding:2%;
}
.gcsc-branding{display:none;}
.gsc-table-result {border-bottom:#ececec solid 20px inset; height:117px!important; border-collapse:separate; width:281px; overflow:hidden;}

.gsc-search-box-tools .gsc-search-box .gsc-input {
padding-right: 0px !important;
}
.hide-search-bar {position:absolute; top:0px; right:-30px; font-size:24px; width:35px; height:32px; background:url(../images/hidesearch.png) no-repeat;}
form.gsc-search-box {
border-right: none!important;
margin-left: 0px!important;
padding-left: 10px!important;
margin-right: -10px!important;
padding-right: 0px!important;
}
.gsc-search-button {margin-right:14px!important;}
.gsc-search-button-v2 {margin-top:0px;}



div.blog-comment form dl.zend_form dt#firstname-label,div.blog-comment form dl.zend_form dd#firstname-element, #yourPhone{
display:none;
}

/* CORE */

body{
font-family: 'Lato', sans-serif;
font-size:14px;


  color:#201d19;
      line-height:1.4em;
}

.showOnMobile{
display:none;
}

.bg-wrapper{
background-color:#000;
position:fixed;
width:100%;
height:100%;
z-index:-1;
}

.bg-wrapper img{
width:100%;
/*display:none;*/
}

.ui-tooltip{
font-family: 'Lato', sans-serif;
font-size:12px;
max-width: 800px;
}

.no-background{
background-image:none !important;
}

.noPad{
padding:0 !important;
}

.relative{
position:relative;
}
.two-thirds {
    float: left;
    width: 66.666%;
}

.two-thirds-padding {
    float: left;
	margin-left:2%;
	margin-right:3%;
    width: 61%;
}

.right-border{
    border-right: 2px dotted #666;
    padding-right: 3%;
        margin-right: 3%;
}

.one-third {
    float: left;
    width: 33.333%;
}

.underline{
text-decoration:underline;
}

p{
margin-bottom:10px;
line-height:1.6em;
}

.clear{
clear:both;
}


.error{
color:red;
}

.top-pad{
margin-top:10px;
}

.container{
margin:0 auto;width:1024px;
}

.sub-container{
margin:auto;
width:960px;
position:relative;
}



.top-sub-container{
margin:2px auto -2px !important;
}

.left{
float:left;
}

.right{
float:right;
}

a{
text-decoration:none;
color:#201d19;
}

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

strong{
font-weight:700;
}

.btn:hover{
background-color:#4d93c8;
}



input{
    border-radius: 0;
	font-weight:normal;
font-family: 'Lato', sans-serif!important;
}

.btn{
    border-radius: 0;
background-color:#0066b2;
color:#FFF !important;
padding:5px;
font-size:14px;
border:0;
padding-left:12px;
padding-right:12px;
}

.btn-longer{
padding-left:30px;
padding-right:30px;
}

.btn-footer{
padding:7px;
font-size:24px;
width:200px;

display:inline-block;
margin-right:5px;
}

.big-btn{
font-weight: 300;
padding:3px;
font-size:24px;
padding-left:30px;
padding-right:30px;
}

.main-container{
margin:0 auto;
width:975px;
background-color:#FFF;
padding:25px;
position:relative;
}

.main-container-noRight{
padding-right:0px;
}

.right-addPadding{
padding-right:25px;
}

hr{
border-top:2px dotted #7c797a ;
height:1px;
background-color:#FFF;
color:#FFF;
}


.noBorder{
border:0px !important;
}

/* login bar */

.login-bar{
color:#FFF;
padding-top:5px;
padding-bottom:5px;
background-image:url("../images/opacity-dark-50.png");
}

.login-bar input[type=text]{
background-color:transparent;
background-image:url("../images/opacity-white-70.png");
width:100px;
border:0px;
font-size:13px;
padding:2px;
}

.welcome-back{
	margin-left: 10px;
    margin-top: 2px;
    width: 200px;
}

.login-bar input[type=search]{
background-color:transparent;
width:387px;
border:0px;
color:#FFF;
border-left:3px solid #fff;
padding-left:4px;
}

.login-bar form{
border-right:1px dotted #fff ;
margin-left:10px;
padding-left:10px;
margin-right:10px;
padding-right:10px;
}

.login-bar input[type=submit]{
background-color:#0066b2;
color:#FFF !important;
height:20px;
border:0;
margin-top:-1px;
font-size:14px;
padding: 0px 12px;
vertical-align: middle;
}

.login-bar input[type=submit]:hover{
background-color:#4d93c8;
}

.create-account{
color:#FFF;
font-size:10px;
margin-top:-2px;
text-decoration:underline;
display:block;
float:left;
margin-left:5px;
border-right:1px dotted #fff;
margin-right:10px;
padding-right:10px;
line-height:1.1em;
}

.shopping-cart{
border-right:1px dotted #fff;
margin-right:0px;
padding-right:10px;
height:26px;
display:block;
color:#FFF;
text-decoration:underline;
}


.signin{
border-right:1px dotted #fff;
padding-right:10px;
height:25px;
margin-right:7px;
}

.shopping-cart img{
margin-right:2px;
}

.search-bar{
border-right:1px dotted #fff;
margin-right:10px;
padding-right:8px;
height:26px;
display:block;
}

.search-bar img{
margin-top:-3px;
}

.search-top{
display:none;
  position: absolute;
    right: 41px;

}

.search-top-logged-in{
width:520px;
}

/* logo bar */

.logo-bar{
background-color:#FFF;
padding-top:25px;
padding-bottom:15px;
}

.logo-bar-logo{
float:left;
}

.logo-bar-other{
width:575px;
float:right;
}

.logo-bar-other a{
color:#000;

}

.right-dashes{
border-right:2px dotted #666 ;
padding-right:7px;
margin-right:7px;
}

.right-dashes-top{
border-right:2px dotted #666 ;
padding-right:7px;
padding-bottom:3px;
float:left;
margin-bottom:-3px;
padding-top:3px;
margin-right:7px;
}

.right-dashes-last{
padding-right:7px;
padding-bottom:3px;
float:left;
margin-bottom:-3px;
padding-top:3px;
margin-right:7px;
}

.top-dashes{
border-top:2px dotted #666 ;
margin-top:5px;
padding-top:12px;
}

.bottom-dashes{
border-bottom:2px dotted #666 ;
margin-bottom:3px;
padding-bottom:8px;
}

.lrg-btn{
padding-top:5px;
padding-bottom:5px;
padding-left:12px;
padding-right:12px;
font-size:20px;
margin-right:15px;
display:block;
}
/* OLD OFFER LINK - KEEP FOR REF
#offers-link{
    background-image: url("/public/site/images/blue-box.png");
    background-repeat: no-repeat;
    background-position: 8px center;

    box-shadow: 4px 4px 0 0 #000;
    font-weight: bold;
    display: inline-block;
    padding: 8px 8px 8px 40px;
    margin-bottom: 4px;
} */
#offers-link {
  background-image: url("/public/site/images/blue-box.png");
  background-repeat: no-repeat;
  background-position: 12px center;
  background-size: 22px;
  /* box-shadow: 4px 4px 0 0 #000; */
  font-weight: normal;
  display: inline-block;
  padding: 15px 15px 15px 38px;
  margin-bottom: 4px;
  font-size: 15px;
}
.header_request {
  background-image: url("/public/site/images/callback-lightbox.png");
  background-repeat: no-repeat;
  background-position: 12px center;
  background-size: 22px;
  font-weight: bold;
  display: inline-block;
  padding: 15px 15px 15px 38px;
  margin-bottom: 4px;
  font-size: 15px;
  background-color: #FFF!important;
  color:#0066B2!important;
}
.header_request:hover {
  background-color: #FFF!important;
  color:#0066B2!important;
  text-decoration: underline;
}

#feedback-link {
  background-image: url("/public/site/images/star-icon-blue.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 21px;
  font-weight: bold;
  display: block;
  padding: 15px 0px 15px 25px;
  margin-bottom: 4px;
  margin-left: -10px;
  font-size: 15px;
  background-color: #FFF!important;
  color:#0066B2!important;
}

.social-icons{
margin-left:10px;
}

.socialMAX img{
width:80%;
text-align:center;
}

.social-icon{
float:left;
opacity:1;
margin-right:2px;
}

.social-icon:hover{
opacity:0.7;
}

.callback-header{
display:block;
margin-top:3px;
}

.callback-header img{
width:143px;
}

.strapline{
font-size: 16px;
    font-weight: bold;
    margin-top: 2px;

    border-right:1px dotted #fff;

padding-right:8px;
}



/* menu-bar */



.mega-menu{
display:none;
}

.menu-bar{
background-color:#0066b2;
box-shadow:
        inset 0px 11px 8px -7px #3d3d3d,
        inset 0px -1px 8px -10px #3d3d3d;
}

.main-menu li{
float:left;
padding:27px;
padding-left:32px;
padding-right:33px;
text-align:center;
}


.top-menu{
margin:auto;
width:1024px;
position:relative;
background-color:#0066b2;
box-shadow:
        inset 0px 11px 8px -7px #3d3d3d,
        inset 0px -1px 8px -10px #3d3d3d;
}

.main-menu li.sep{
border-right:1px dotted #fff;
background-color:#0066b2;
box-shadow:
        inset 0px 11px 8px -7px #3d3d3d,
        inset 0px -1px 8px -10px #3d3d3d;
}

.main-menu li.dropdown{
padding-bottom:6px;
}

.sub-dropdown-item{
    background-color: #0066b2;
    color: #fff;
    margin-left: -24px;
    margin-top: 47px;
    padding: 0px;
    position: absolute;
    z-index:1000;
    display:none;
}

.sub-dropdown-item ul li a{
color:#fff;
font-weight:normal;
font-size:16px;
display:block;
padding-left:20px;
padding-right:30px;
}


.sub-dropdown-item ul{

}

.sub-dropdown-item ul li{
font-weight:normal;
border-top:1px solid #3385c1;
float:none;
margin:0;
padding:5px;
box-shadow:none;
min-width:100px;
text-align:left;
}

.sub-dropdown-item ul li:hover{
box-shadow:none;
background-color:#3385c1;
}

.main-menu{
position:relative;
}

.main-menu li.left-sep{
border-left:1px dotted #fff;
}

.main-menu li a{
color:#FFF;
font-size:17px;
font-weight:700;
}

.main-menu li:hover, .in-section{
background-color:#4d94c9;
box-shadow:
        inset 0px 11px 8px -7px #3d3d3d,
        inset 0px -1px 8px -10px #3d3d3d;
}

.border-hover:hover{
opacity:0.7;
}

.dropdown-selected, .dropdown-selected:hover{
background-color:#FFF !important;
box-shadow: none !important;
}

.dropdown-selected a, .dropdown-selected:hover a{
color:#000 !important;
}

.large-menu{
position:absolute;
border:12px solid #0066b2;
border-top:0px;
background-color:#FFF;
width:1000px;
overflow:hidden;
margin-top:73px;
display:none;
margin-left:-32px;
z-index:1000;
}

.large-menu-software{
width:400px;
margin-left:312px;
}

.large-menu-other{
width:1000px;
margin-left:-32px;
}


.large-menu a:hover{
text-decoration:underline;
}

.sub-overlay{
background-image:url("../images/opacity-dark-70.png");
width:100%;
height:100%;
position:fixed;
z-index:-1;

}

.header-overlay{
display:none;
background-image:url("../images/opacity-dark-70.png");
width:100%;
top:0;
left:0;
height:201px;
position:absolute;
z-index:1;
}

.main-overlay{
display:none;
background-image:url("../images/opacity-dark-70.png");
width:100%;
height:150%;
position:absolute;
z-index:1;
}

/* white bar */

.white-bar{
background-image:url("../images/opacity50.png");
width:100%;
height:35px;
}

/* footer */

.footer{
background-color:#515151;
color:#fff;
padding: 30px 15px 30px 30px;
line-height:1.2em;
}

.left-footer{
float:left;
width:48%;
border-right:1px dotted #fff;
padding-right:2%;
}

.footer h3{
font-size:20px;
margin-bottom:10px;
line-height:1.3em;
}

.head-office{
font-size:17px;
font-weight:300;
margin-top:15px;
margin-bottom:5px;
}

.footer h4{
  	border-bottom: 1px dotted #fff;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 10px;
    padding-bottom: 20px;
}

.right-footer{
float:left;
width:47%;
padding-left:2%;
}

.create-account-info .left{
width:85%;
}


.footer a{
color:#FFF;
}

.contact-numbers{
border-bottom: 1px dotted #fff;
    margin-bottom: 10px;
    padding-bottom: 15px;
}

.footerLinks{
border-top:1px dotted #fff;
margin-top:10px;
padding-top:10px;
border-bottom:1px dotted #fff;
margin-bottom:10px;
padding-bottom:10px;
}

.quarter{
width:50%;
float:left;
height:71px;
}


.join-us{
text-align:right;
margin-bottom:5px;
}

.quarter h3{
font-size:17px;
}

/* CMS styles, used by editor as well */

.blue-box{
color:#FFF;
background-color:#0066b2;
padding:15px;
margin-top:20px;
margin-bottom:20px;
display:block;
font-size:20px;
line-height:1.6em;
}

.blue-box h1{
font-size:24px;
}

.blue-box  li{
margin-left:20px;
margin-bottom:10px;
list-style:disc;
}

.small-blue-header{
text-transform:uppercase;
color:#0152a1;
font-size:15px;
font-weight:700;
margin-bottom:3px;
}

.small-blue-header a{
color:#0152a1;
}

.header-title{
font-weight:400;
font-size:20px;
margin-bottom:10px;
}

h3.header-title{
font-weight:400;
font-size:17px;
margin-bottom:10px;
margin-top:0px !important;
}


/* news section */
.newsItem{
padding:7px;
}


.post-content a{
color:#0066b2;
}

.newsItem a{
color:#201d19;
}

.newsItem:nth-child(odd)		{ background-color:#dddedf; }
.newsItem:nth-child(even)		{ background-color:#fff; }


/* about us */

.twitter-circle{
margin-top:-45px;
}

.twitter-circle-tweet{
 font-size: 14px;
    height: 150px;
    line-height: 1.5em;
    margin-left: 50px;
    margin-top: 85px;
    position: absolute;
    text-align: center;
    width: 225px;
}

.twitter-circle-tweet i{
color:#9d9d9d;
font-size:12px;
}


.twitter-circle-tweet i a{
text-decoration:underline;
color:#9d9d9d;
}

.twitter-circle-tweet a{
color:#0066b2;
}

.tweetImage{
float:left;
width:15%;
}

.tweetItem{
float:left;
width:85%;
}

.tweetItem a{
color:#0066b2;
}

.tweetItem a.underline{
color:#201d19;
}


.tweetItem i{
display:block;
color:#9d9d9d;
font-size:13px;
}

.tweetItem i a{
text-decoration:underline;
color:#9d9d9d;
}

.greyBG {
    background-color: #ececec;
    padding: 3px 0 3px 4px;
}

.testimonial-large{
position:relative;
}

.testimonial-large-text{
color:#4a4a4a;
font-size:18px;
padding:10%;
padding-top:3%;
width:80%;
text-align:center;
font-weight:700;
font-style:italic;
position:absolute;
}

.testimonial-large-about{
font-style:normal;
color:#0066b2;
font-size:20px;
margin-top:10px;
}

.testimonial-large-more{
position:absolute;
width:100%;
text-align:right;
margin-top:-28px;
}


/* testimonials page */

.testimonial-item{
width:46%;
margin:1%;
padding:1%;
background-color:#EEE;
}

.testimonial-item-text{
font-style:italic;
}

.testimonial-item-text span{
font-weight:bold;
font-size:20px;
color:#0066b2;
}

.testimonial-item-about h2{
    color: #0066b2;
    font-size: 20px;
    font-weight: 700;
    margin-bottom:15px;
}


/* news */

.post-listing-post h3 a{
  color:#201d19;
}

.post-listing-image{
float:left;
margin-right:10px;
margin-top:5px;
}

.post-listing-post h3{
font-weight:normal;
font-size:18px;
margin-top:20px;
margin-bottom:10px;
}

.post-listing-post a{
color:#0066b2;
}

.blog-comment textarea{
padding:10px;
width:95%;
height:100px;
}

.blog-comment input[type=text]{
padding:3px;
width:97%;
}

ul.errors li{
color:red;
margin-top:10px;
}

.blog-pagination{
margin-top:20px;
}

.comment-name{
font-weight:700;
margin-bottom:5px;
}

.comment-text{
margin-bottom:5px;
}

.comment-posted{
font-size:12px;
}

.comment-entry{
margin-bottom:20px;
}


.news-sections li{
margin-left:20px;
margin-bottom:3px;
}


/* latest offers */

.offer-item-image{
float:left;
width:40%;
margin-right:10%;
}


.offer-item-image img{
margin-bottom:10px;
}

.offer-item-content{
float:left;
width:40%
}

.offer-item-content h2{
font-size:20px;
font-weight:700;
margin-bottom:10px;
}


.offer-item-content ul li{
margin-top:5px;
margin-left:20px;
list-style:disc;
}

.offer-item {
margin-top:20px;
}

.offer-item-circle{
background-color:#0066b2;
color:#fff;
border-radius:200px;
padding:15px;
float:left;
width:6%;
text-align:center;
}

/* software nav */

.softwareLeft {
    border-right: 1px dotted #666;
    float: left;
    margin: 10px;
    padding: 5px;
    width: 155px;
}

.softwareRight {
    float: left;
    margin: 10px;
        padding: 5px;
    width: 160px;
}

.softwareLeft strong, .softwareRight strong{
color: #0066b2;
    display: block;
}

.software-price{
font-size:18px;
margin-bottom:10px;
}

/* hardware nav */

.hardwareSections{
float:left;
background-color:#f0f0f0;
width:190px;
padding:9px;
}

.hardwareMain{
  float:left;
  width: calc(100% - 20px);
  padding:10px;
}

.hardware-logos{
float:left;
width:537px;
margin-top:20px;
}

.hardware-buttons {
  position: relative;
  width:100%;
  /* padding: 15px; */

}
.hardware-sub-section{
min-height:350px;
margin-top:10px;
float:left;
width:18%;
padding:1%;
}

.hardware-sub-section-longer{
width:26%;
}

.hardware-sub-section-shorter{
width:21%;
}

.hardware-sub-section strong{
color:#0066b2;
display:block;
}
.sub-section .greyBG {
  padding: 15px;
  position: relative;
}
.sub-section hr {
  border-top: none;
  height: 1px;
  background-color: #0066b2;
  margin: 0;
}
.sub-section .hardware-sub-section{
min-height:auto;
}

.hardware-buttons .border-hover {
  font-size: 16px;
  background-color: #0066b2;
  font-weight: bold;
  color: #FFF;
  transition: all 0.3s ease;
  padding: 15px;
  width: calc(25% - 34px);
  height: 30px;
  margin-right: 1px;
  /* display: inline-block; */
  line-height: 30px;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.hardware-buttons .border-hover:last-child {
  margin-right: 0;
}
.hardware-buttons .border-hover svg {
  height: 30px;
  width: auto;
  margin-right: 10px;
}
.hardware-buttons .border-hover svg path {
  fill: #FFF;
  transition: all 0.3s ease;
}
.hardware-buttons .border-hover:hover {
  opacity:1;
  color: #0066b2;
  transition: all 0.3s ease;
  background-color: #FFF;
  text-decoration: none;
}
.hardware-buttons .border-hover:hover svg path {
  fill: #0066b2;
  transition: all 0.3s ease;
}
.hardware-buttons .border-hover span {
  /* vertical-align: middle; */
}

.sub-section .hardwareMain .hardware-sub-section {
  text-align: center;
}
.sub-section .hardwareMain .hardware-sub-section > a.hardware-logo {
  margin-bottom: 0;
  height: 100px;
  display: block;
}
.sub-section .hardwareMain .hardware-sub-section > a.hardware-logo:hover {
  background-color: transparent;
}
.sub-section .hardwareMain .hardware-sub-section > a.hardware-logo img {
  max-height: 100px;
  max-width: 100%;
  width: auto;
}
.sub-section .hardwareMain .hardware-sub-section > a:not(.hardware-logo) {
  border: 1px #0066b2 solid;
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  transition: all 0.3s ease;
  margin-bottom: 10px;
  color: #0066b2;
}
.sub-section .hardwareMain .hardware-sub-section > a:hover {
  background-color: #0066b2;
  color: #FFF;
  text-decoration: none;
  transition: all 0.3s ease;
}
.sub-section .demo-centre {
  position: relative;
}
.sub-section .demo-centre .caption {
  position: absolute;
  bottom: 4px;
  width: calc(100% - 20px);
  padding: 10px;
  background-color: rgba(255,255,255,0.8);
  font-weight: bold;
  font-size: 14px;
}

.hardware-link{
font-size:12px;
line-height:1.2em;
display:block;
}

/* consumables nav */

.consumableMain{
  float:left;
  width: calc(100% - 228px);
  padding:10px;
}
.range-list{
margin-top:0px;
font-size:12px;
line-height:1.2em;
margin-bottom:10px;
}

.consumable-header{
font-size:15px;
display:block;
margin-bottom:5px;
color:#0066b2;
}

.range-list br{

}

/* software nav */
#section-software {
padding:10px;
}


/* hardware listing */

.hardware-header-title{
float:left;
width:66%;
}

.hardware-header-image{
float:right;
width:30%;
text-align:right;
}

.large-title{
font-size:30px;
margin-bottom:20px;
}

.hardware-list{
margin-left:5px;
}

.hardware-item{
float:left;
width:30%;
border:1px solid #ccc;
margin-right:3%;
min-height:300px;
margin-bottom: 30px;
}

.hardware-item-title{
background-color:#ececec;
border-bottom:2px dotted #ccc;
padding:10px;
color:#0066b2;
font-size:18px;
}

.hardware-item-image{
text-align:center;
margin-top:10px;
margin-bottom:10px;
}



.hardware-item-intro{
padding:10px;
font-size:14px;
}

.hardware-item-search{
width:31%;
margin-right:2%;
margin-top:2%;
}

/* hardware item page */

.product-nav{
text-transform:uppercase;
font-weight:700;
}

.product-strapline{
margin-top:-5px;
font-size:18px;
color:#666;
}

.hardware-image{
text-align:center;
margin-top:10px;
min-height: 330px;
}

.hardware-button{
font-size:18px;
display:block;
background-color:#0066b2;
color:#FFF !important;
padding:5px;
padding-left:12px;
padding-right:12px;
width:80%;
margin-left:10%;
margin-top:10px;
}

.hardware-section-text{
margin-left:10%;
width:80%;
}

.hardware-section-text strong{
font-size:16px;
}

.hardware-button strong{
font-size:20px;
}

.hardware-button img{
vertical-align:middle;
}

.hardware-button:hover{
background-color:#4d93c8;
}

.quick-spec-details{
position:absolute;
width:95%;
background-color:#FFF;
z-index:10;
display:none;
height:330px;
}
.quick-spec-details-static{
/*position:absolute;*/
width:100%;
background-color:#FFF;
/*z-index:10;*/
display:block;
/*height:330px;*/
}


.quick-spec-details table td, .quick-spec-details-static table td{
text-align:left;
padding:3px;
}

.quick-spec-details table th, .quick-spec-details-static table th{
color:#fff;
background-color:#b0c3d5;
padding:3px;
font-weight:700;
}

.quick-spec-details-static table tr:nth-child(odd)		{ background-color:#dddedf; }
.quick-spec-details-static table tr:nth-child(even)		{ background-color:#fff; }
.quick-spec-details-static table tr:nth-child(odd)		{ background-color:#dddedf; }
.quick-spec-details-static table tr:nth-child(even)		{ background-color:#fff; }

.quick-spec-details table tr td p {
  margin-bottom: 0px;
}

.related-item{
float:left;
width:30%;
margin:1%;
font-size:16px;
color:#0152a1 ;
margin-bottom:30px;
font-weight:700;
margin-right:2%;

text-transform:uppercase;
}
@media (max-width: 756px) {
  .related-item {
      width: 100%;
  }
}

.hardware-content ul{
margi-top:20px;
margin-bottom:20px;
}

.hardware-content ul li{
font-size:16px;
margin-left:20px;
list-style:disc;
margin-bottom:5px;
font-weight:bold;
}

.related-item img{
width:100%;
}

/* training section */

.half{
float:left;
width:44%;
margin:3%;
font-size:15px;
}
.offerscontainer .full{
  /*float:left;
  width:94%;*/
  margin:3%;
  font-size:15px;
  /*text-align: center;*/
  display: block;
}
.offerscontainer .full ul {
  text-align: left;
  margin-left: 20%;
}
.offerscontainer .full ul li {
  list-style: disc;
}

.training{
font-size:16px;
line-height:1.4em;
}

.testimonial-box{
background-color:#eee;
padding:20px;
line-height:1.4em;
text-align:center;
margin-bottom:20px;
margin-top:20px;
}

.testimonial-box b,.testimonial-box strong{
display:block;
margin-top:10px;
color:#0152a1;
}
/* product listing */

.login-buy{
width:240px !important;
}

.ui-accordion .ui-accordion-content{
padding:0;
border:0;
margin-top: 6px;
}

.ui-widget{
font-family: 'Lato', sans-serif;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
background-color:#4d94c9 !important;
color:#FFF;
border:0;
border-radius:0;
background-image:none;
font-family: 'Lato', sans-serif;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{
background-color:#0066b2 !important;
color:#FFF;
border:0;
border-radius:0;
background-image:none;
font-family: 'Lato', sans-serif;
}


.consumable-item{
	border: 1px solid #ccc;
    float: left;
    font-family: 'Lato',sans-serif;
    margin: 1%;
    width: 47%;
    margin-top:2%;
}

 .ui-accordion .ui-accordion-content{
overflow:visible !important;
margin-left:10px;

}

.consumable-item-content{
padding:7px;
font-size:12px;
}

.consumable-item-title{
background-color:#ececec;
border-bottom:2px dotted #ccc;
padding:10px;
color:#0066b2;
font-size:16px;
font-family: 'Lato', sans-serif;
}

.consumable-item table{
width:100%;
font-size:10px;
margin-top:10px;
}

.consumable-item-intro{
padding:5px;
font-size:13px;
}

.consumable-item .btn{
font-size:12px;
display:block;
margin-right:5px;
padding:3px;
padding-left:12px;
padding-right:12px;
}


.consumable-item table th{
background-color:#ececec;
padding:5px;
padding-top:10px;
padding-bottom:10px;
}

.consumable-item table td{
padding:5px;
}

.consumable-item-options{
background-color:#ececec;
padding:5px;
font-size:12px;
line-height:1.3em;
}

.consumable-item-options .btn{
font-size:16px;
margin-top:2px;
padding:7px;
padding-left:25px;
padding-right:25px;
width:100px;
text-align:center;
}

.widthList{
width:70px;
	font-weight:normal;
font-family: 'Lato', sans-serif!important;
}

/* callback */

#callbackForm #yourPhone {
    display: none;
}

#callbackForm div.form-section,
#eventForm div.form-section {
    eventop: 16px;
    font-family: Georgia,Times,Times New Roman,serif;
    font-size: 22px;
    line-height: 1.3em;
    text-align: center;
}

#callbackForm div.form-section>input, #callbackForm textarea,
#eventForm div.form-section>input, #eventForm textarea {
    display: inline-block;
    margin: 0 0.5em 0.5em 0.5em;
    font-size: 16px;
    font-family: 'Lato', sans-serif!important;
    padding: 8px;
}

#callbackForm div.form-section>input[type=text], #callbackForm textarea,
#eventForm div.form-section>input[type=text], #eventForm textarea {
    background-color: #f3f6fa;
    border: 1px solid #6694d1;
}

#callbackForm textarea,
#eventForm textarea {
    width: 786px;
    height: 160px;
}

#callbackForm div.form-section>input[type=submit],
#eventForm div.form-section>input[type=submit] {
    padding: 10px 20px 10px 20px;
}

#callbackForm ::-webkit-input-placeholde,
#eventForm ::-webkit-input-placeholder{
    font-family: Georgia,Times,Times New Roman,serif;
    font-style: oblique;
    font-weight: bold;
}

#callbackForm ::-moz-placeholder,
#eventForm ::-moz-placeholder {
    font-family: Georgia,Times,Times New Roman,serif;
    font-style: oblique;
    font-weight: bold;
}

#callbackForm :-ms-input-placeholder,
#eventForm :-ms-input-placeholder {
    font-family: Georgia,Times,Times New Roman,serif;
    font-style: oblique;
    font-weight: bold;
}

#callbackForm div.form-section-float,
#eventForm div.form-section-float {
    width: 29%;
    margin-left: 3%;
    float: left;
    text-align: left;
    background: url("/public/site/images/blue-arrow.png") no-repeat right 100px;
}

#callbackForm div.form-section-float>span,
#eventForm div.form-section-float>span {
    font-size: 0.8em;
    font-weight: bold;
    padding-bottom: 0.2em;
    display: block;
}

#callbackForm div.form-section-float>label,
#eventForm div.form-section-float>label {
    font-size: 0.7em;
}

#callbackForm div.form-section-float>input[type="submit"],
#eventForm div.form-section-float>input[type="submit"] {
    margin-top: 64px;
}

#callbackForm div.form-section-float:last-child,
#eventForm div.form-section-float:last-child {
    background-image: none;;
}

.adding, .adding:hover{
background-color:#666;
}

.blue-arrow{
width:3%;
margin-top:100px;
float:left;
}

#fancybox-outer {
    border: 10px solid #0066b1;
}

/* istockMAX */

.istockmax-left{
float:left;
width:40%;
margin-right:10%;
margin-bottom:30px;
margin-top:20px;
}

.istockmax-right{
margin-top:50px;
float:left;
width:40%;
background-color:#0066b2;
padding:5%;
color:#FFF;
font-size:20px;
text-align:center;
line-height:1.6em;
}

.istockmax-right h2{
font-size:28px;

padding-bottom:10px;
margin-bottom:20px;
font-weight:bold;
border-bottom:1px dotted #fff;
}

/* basket */
table.basket{
border:1px solid #eee;
width:100%;
}

table.basket tr:nth-child(odd)		{ background-color:#eee; }
table.basket tr:nth-child(even)		{ background-color:#fff; }


table.basket th,
table.basket tr.reverseOut td{
color:#fff;
font-weight:700;
background-color:#0066b2;
padding:6px;
}


table.basket h3{
font-size:16px;
font-weight:700;
margin-top:10px;
margin-bottom:10px;
}

table.basket td{
padding:6px;
}

.sml-btn{
border:0;
font-size:10px;
padding:4px;
vertical-align:middle
}

#added{
width:250px;
height:60px;
text-align:center;
}

#added h2{
font-size:18px;
margin-bottom:10px;

}

.basket-quantity{
vertical-align:middle
}

/* checkout */

.deliveryOption{
font-size:12px;
width:210px;
}

.basket-third{
float:left;
margin-right:3%;
width:30%;
}

.basket-third h2{
font-size:16px;
}

.address-item{
margin-top:10px;
}

.address-item input{
float:left;
width:10%;
margin-top:5px;
}


.address-item label{
float:left;
width:90%;
font-size:12px;
}

.summaryName{
float:left;
font-weight:700;
width:30%;
margin-top:5px;
margin-right:10%;
}

.summaryValue{
float:left;
margin-top:5px;
width:60%;
}

.voucher{
vertical-align:middle;
}

.codeError{
color:red;
}

/*contact page */

.left-contact{
float:left;
width:48%;
margin-right:2%;
}


.right-contact{
float:left;
line-height:1.6em;
width:48%;
margin-left:2%;
font-size:15px;
}

.right-contact strong{
font-size:17px;
}

.right-contact .header-title, .left-contact .header-title{
margin-bottom:0px;
}

.contact-content{
padding:20px;
}

.left-form{
float:left;
width:45%;
margin-right:5%;
font-size:12px;
}

.right-form{
float:left;
width:50%;
}

.left-form select{
margin-top:10px;
margin-bottom:10px;
}

.left-form input[type=checkbox]{
display:inline;
}

.left-form input[type=text], .right-form input[type=text], .left-form input[type=email], .right-form input[type=email], .left-form textarea, .right-form textarea{
margin-bottom:10px;
width:100%;
font-size:13px;
padding:3px;
}

 .left-form textarea, .right-form textarea{
 padding:4px;
 }

 /* orders screen */

 .products-on-order{
float:left;
width:63%;
margin-right:3%;
 }

 .order-summary{
 float:left;
width:33%;
 }

 .order-summary h3{
 font-size:16px;
 margin-bottom:5px;
 margin-top:15px;
 }

span.status{
color:#de0000;
}

 .order-cost{
 text-align:right;
 font-weight:bold;
 padding:20px;
 font-size:20px;
 margin-right:15px;
 line-height:1.6em;
 }

 /* emial signup */

 #mc_embed_signup form{
 padding:0px !important;
 }

 #mc-embedded-subscribe{
 margin:0 !important;
 }

 /* 404 */

.fourOhfour{
font-family: 'Lato', sans-serif;
display:block;
font-size:130px;
color:#0066b1;
margin-top:40px;
font-weight:300;
}


.fourOhfourText{
color:#3c362f;
font-family: 'Lato',sans-serif;
font-size:24px;
margin-top:50px;
line-height:1.4em;
}

.fourOhfourText span{
font-family: 'Lato', sans-serif;
font-style:italic;
}

.fourOhfourText a{
text-decoration:underline;
font-family: 'Lato', sans-serif;
color:#0066b1;
}

 /* search results */

 .no-results{
 color:#d10000;
 font-size:20px;
 }



 /* slider */

 .image-link{
 cursor:pointer;
 }

 /*
    these are just the default styles used in the Cycle2 demo pages.
    you can use these styles or any others that you wish.
*/


/* set border-box so that percents can be used for width, padding, etc (personal preference) */
.cycle-slideshow, .cycle-slideshow * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }


.cycle-slideshow { width: 100%; min-width: 200px; max-width: 960px; margin:  auto; padding: 0; position: relative; height:425px;


 }

/* slideshow images (for most of the demos, these are the actual "slides") */
.cycle-slideshow img {
    /*
    some of these styles will be set by the plugin (by default) but setting them here
    helps avoid flash-of-unstyled-content
    */
    position: absolute; top: 0; left: 0;
    width: 100%; padding: 0; display: block;
}

/* in case script does not load */
.cycle-slideshow img:first-child {
    position: static; z-index: 100;
}

/* pager */
.cycle-pager {
    text-align: center; width: 100%; z-index: 500; position: absolute; top: 390px; overflow: hidden;
}
.cycle-pager span {
    font-family: arial; font-size: 50px; width: 16px; height: 16px;
    display: inline-block; color: #fff; cursor: pointer;

}
.cycle-pager span.cycle-pager-active { color: #0066b2;}
.cycle-pager > * { cursor: pointer;}


/* caption */
.cycle-caption { position: absolute; color: white; bottom: 15px; right: 15px; z-index: 700; }


/* overlay */
.cycle-overlay {
    font-family: tahoma, arial;
    position: absolute; bottom: 0; width: 100%; z-index: 600;
    background: black; color: white; padding: 15px; opacity: .5;
}


/* prev / next links */
.cycle-prev, .cycle-next { position: absolute; top: 0; width: 30%; opacity: 0; filter: alpha(opacity=0); z-index: 800; height: 100%; cursor: pointer; }
.cycle-prev { left: 0;  background: url(http://malsup.github.com/images/left.png) 50% 50% no-repeat;}
.cycle-next { right: 0; background: url(http://malsup.github.com/images/right.png) 50% 50% no-repeat;}
.cycle-prev:hover, .cycle-next:hover { opacity: .7; filter: alpha(opacity=70) }

.disabled { opacity: .5; filter:alpha(opacity=50); }


/* display paused text on top of paused slideshow */
.cycle-paused:after {
    content: 'Paused'; color: white; background: black; padding: 10px;
    z-index: 500; position: absolute; top: 10px; right: 10px;
    border-radius: 10px;
    opacity: .5; filter: alpha(opacity=50);
}

/*
    media queries
    some style overrides to make things more pleasant on mobile devices
*/

@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
    .cycle-slideshow { width: 200px;}
    .cycle-overlay { padding: 4px }
    .cycle-caption { bottom: 4px; right: 4px }
}


/*** Hide Purchase options for hard coded categories only ***/
.dx-section-rigid-substrates {	display:none; }


.inline-div {
    display: inline;
}

#hardware-image-container{
    display: inline-block;
    position: relative;
}

#hardware-image-flash{
    position: absolute;
    right: 50%;
    bottom: 20%;
    width: 300px;
    height: 50px;
    background-color: #f00;
}

div.create-account-info>div>a.btn {
    display: inline-block;
}

#feedbackForm div {
    display: inline;
    width: 45px;
    height: 45px;
}

#feedbackForm input[type=radio] {
    display: none;
}

#feedbackForm input[type=radio]:checked + label + div label {
    background-image: url("../images/grey-star.png");
}

#feedbackForm label {
    background-image: url("../images/gold-star.png");
    display: inline-block;
    width: 45px;
    height: 45px;
    cursor: pointer;
}

#f0 + label {
    display: none;
}

#feedbackForm div:hover label{
    background-image: url("../images/gold-star.png") !important;
}

#feedbackForm label:hover + div label {
    background-image: url("../images/grey-star.png") !important;
}

#feedbackForm textarea {
    width: 500px;
    height: 200px;
}

#hardwareOfferContainer {
    text-align: center;
    padding: 2em;
}

#hardwareOfferContainer a {
    width: auto;
    font-size: 2em;
    box-shadow: 4px 4px 0 0 #000;
}

.privacyPolicy li{
  list-style: disc;
  list-style-position: inside;
}




/*  Registration page */

  .registration-container{
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom:20px;
  }

  .registration-container #event-details{
    width: 49%;
    margin-right: 5px;
  }

  .registration-container #registration{
    width: 49%;
    margin-left: 5px;
  }

  .registration-container #registration h2{
    font-size: 1.4em;
    font-weight: 600;
    margin-bottom: 25px;
  }

  .registration-container #registration form{
    padding:20px 20px!important;
    height: 100%;
    box-sizing: border-box;
    color:black;
    font-family: 'Lato', sans-serif!important;
  }


  .registration-container .details-box{
    width:100%;
    color:white;
    background-color:#0066b2;
    box-sizing: border-box;
    padding:10px 20px;
  }

  .registration-container .details-box p{
    font-size: 1.2em;
    margin-bottom:5px;
    font-weight: lighter;
  }


  .registration-container .details-box .header{
    width:100%;
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px;
  }

  .registration-container .page-content{
    width:100%;
    margin-top: 20px;
  }

  .registration-container .page-content li{
    list-style: outside;
    margin-left: 20px;
  }

  .registration-container .details-box .header h2{
    font-size: 1.5em;
    color: white;
    margin-left: 15px;
    font-weight: 700;
  }

  .registration-container .form-section{
    width:80%;
  }

  .registration-container .form-section input, .registration-container .form-section strong{
    display: block!important;
    width:100%;
    margin: 0 0.5em 0.5em 0em!important;
    margin-bottom: 20px!important;

    color:black;
    font-family: 'Lato', sans-serif!important;
  }

  .registration-container .form-section input[type=submit]{
    width:40%;
    font-family: 'Lato', sans-serif!important;
    background: #0066b2;
    color: #0152a1;
    box-shadow: 4px 4px 0 0 #000;
    font-weight: bold;
    display: inline-block;
    padding: 10px 20px;
    margin-bottom: 20px;
    font-size: 1.4em;
    cursor: pointer;
  }


  .registration-container .form-section select{
      background-color: #f3f6fa;
      border: 1px solid #6694d1;
      margin: 0 0.5em 0.5em 0em!important;
      font-size: 16px;
      font-family: "Lato", sans-serif !important;
      padding: 8px;
      display: block!important;
      width: 100%;
      margin-bottom: 20px!important;
      box-sizing:content-box;

      color:black;
      font-family: 'Lato', sans-serif!important;
  }



  .registration-container .form-section strong{
    text-align: left;
  }

  .full-width-container{
      width:100%!important;
    }

    .full-width-container.main-container{
      padding:0!important;
    }

    .full-width-container #registration{
      margin: 0px!important
    }



/*  Registration page - event dates list*/
  #registration-page .dates-list{
    width:100%;
    margin-top:20px;
  }

  #registration-page .dates-list .date-card{
    width:100%;
    padding:30px;
    background: url('/public/site/images/registration-page/event_background.png');
    box-sizing: border-box;
    margin-bottom: 20px;
  }

  #registration-page .divider{
    border-top: 1px dashed white;
    width:100%;
  }

  #registration-page .dates-list .date-card .header{
    font-size: 1.5em;
    color: white;
    padding: 0px 0px 15px 0px;
  }


  #registration-page .dates-list .date-card .content .location a{
    display: flex;
    color:white;
    font-size: 1.3em;
    text-decoration: underline;
    padding: 15px 0px;
  }

  #registration-page .dates-list .date-card .content .location a:hover{
    text-decoration: none;
  }

  #registration-page .dates-list .date-card .content .location svg{
    margin-right: 5px;
    min-width: 15px;
  }


  #registration-page .dates-list .date-card .image-block{
    background: white;
    padding: 15px 15px;
  }

  #registration-page .dates-list .date-card .image-block .event-name{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #registration-page .dates-list .date-card .image-block .event-name p{
    font-size: 1.3rem;
    font-weight: bold;
  }


  #registration-page .dates-list .date-card .image-block .event-name img{
    width:100px;
    height:34px;
  }


  #registration-page .dates-list .date-card .image-block .event-details{
    width:70%;
  }


  #registration-page .dates-list .date-card .image-block .printer-images img{
    width:100%;
  }



  .dates-list .date-card .content .register-button{
    background:white;
    color:#0152a1;
    box-shadow: 4px 4px 0 0 #000;
    font-weight: bold;
    display: inline-block;
    padding: 10px 20px;
    margin-bottom: 20px;
    font-size: 1.4em;
  }

 

  /*  Mobile registration adjustments */
  @media only screen and (max-width: 768px) {
      .registration-container{
        display: block;
      }
      .registration-container #event-details{
        width: 100%;
      }

      .registration-container #registration{
        width: 100%;
      }

      #registration-page .dates-list .date-card .image-block .event-details{
        width:100%;
      }

      .registration-container .form-section select{
          width: 90%;
          margin:0 auto 0.5em auto;
      }

      .registration-container .page-content{
        padding: 0px 20px!important;
        box-sizing: border-box!important;
      }



  }


  @media only screen and (max-width: 976px) {
      .registration-container .form-section select{
        width: 90%;
        margin:0 auto 0.5em auto;
      }

  }

