/* =============================================================================
   Reset
   ========================================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong {
	font-weight: bold;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

/* =============================================================================
   General styles
   ========================================================================== */
body {
	font-family: Arial, Helvetica, sans-serif;
	min-width: 320px;
	overflow-y: scroll;
}
a:link {
	color: #0099cc;
	text-decoration: none;
}
a:visited {
	color: #0099cc;
	text-decoration: none;
}
a:hover {
	color: #0099cc;
	text-decoration: underline;
}
a:active {
	color: #0099cc;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	color: #0099cc;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: none;
}
h1 {
	border-bottom: 1px solid black;
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 15px;
	padding-bottom: 10px;
}
#cycle h1 {
	border-bottom: 0;
	color: #fff;
	font-size: 1.75em;
	padding-bottom: 0;
	margin: 10px 0px 0px 10px;
}
#cycle h2 {
	color: #fff;
	margin: 10px 0px 0px 10px;
	font-size: 1.25em;
}
h2 {
	font-size: 1.8em;
	font-weight: lighter;
	margin-bottom: 10px;
}
/*h2.blog-heading {
	font-size: 1.5em;
}*/
h3 {
	color: black;
	font-size: 1.25em;
	margin-bottom: 10px;
}
.half-split-2 h2 a, .half-split-1 h2 a {
	color: #000;
}
.half-split-2 h3 a, .half-split-1 h3 a {
	color: #000;
}
h1 {
	border-bottom: 1px solid black;
	font-weight: lighter;
	padding-bottom: 10px;
}
.sub-page h2, .third-right h2 {
	border-bottom: 1px solid black;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 15px;
	padding-bottom: 10px;
}
.third-right .tag-cloud h2 {
	border-bottom: 0;
	font-size: 1.8em;
	font-weight: 200;
	margin-bottom: 10px;
	margin-top: 0px;
}
#content li {
	line-height: 1.6em;
	margin: 10px 0px;
}
#content .third-centre ul li {
	list-style-type: disc;
	margin-left: 20px;
}
#content .third-centre ol li {
	list-style-type: decimal;
	margin-left: 20px;
}
#content ul li a {
	color: #0099cc;
}
#content ul li a:hover {
	color: #0099cc;
}
#content.sub-page ul li .active {
	color: #0099cc;
}
.sub-page .third-left h2 {
	background-color: #0099cc;
	border-bottom: 0;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 0px;
	padding: 10px;
}
.sub-page#content .third-left ul li {
	background-color: #ebebeb;
	margin: 2px 0px;
	padding: 10px;
}
.sub-page#content .third-left ul li p {
	color: #3a434c;
	margin-bottom: 0px;
}
.sub-page#content .third-left ul li p a {
	color: #0099cc;
	font-weight: bold;
	margin-top: 0px;
}
p {
	font-size: 1em;
	line-height: 1.6em;
	margin-bottom: 20px;
	margin-top: 0px;
}
em {
	font-style:italic;
}
.cookieaudit .contourField {
    display: block;
}
#content .cookieaudit label {
	display: block;
	clear: both;
	margin-bottom: 2px;
	padding-top: 20px;
    font-weight: bold;
}
#content .cookieaudit span {
	display: inline;
}
.cookieaudit small {
    display: block;
    font-size: 0.75em;
    margin: 5px 0px;
}
.cookieaudit input, .cookieaudit textarea{
	width: 100%;	
}
.cookieaudit textarea {
    height: 100px;
    padding: 0 6px;
}
.cookieaudit div.contourField.agreetoterms.checkbox.mandatory.checkbox {
	clear: both;
	padding-top: 20px;
}
.cookieaudit div.checkbox.mandatory label {
	float: left;
	margin-right: 10px;
}
#content .cookieaudit .agreetoterms label {
	padding-top: 0px;
}
.cookieaudit div.checkbox.mandatory input {
	width: inherit;
}
.cookieaudit .contourNavigation {
    margin-top: 20px;
}
.optanon-cookie-policy-subgroup-table-header.clearfix {
    display: block !important;
}
.optanon-cookie-policy-subgroup-table-column-header, .optanon-cookie-policy-subgroup-name {
    font-weight: bold;
}
.optanon-cookie-policy-subgroup-table-column-header {
    margin-bottom: 10px;
}
.optanon-cookie-policy-subgroup-name {
    margin-top: 10px;
}

.social-links .optanon-show-settings-popup-wrapper .optanon-show-settings-middle a.optanon-show-settings {
	color: #fff !important;
	font-weight: bold !important;
	margin: -20px 0 0 0 !important;
	float: none !important;
}
.social-links .optanon-show-settings-popup-wrapper .optanon-show-settings-middle a.optanon-show-settings:hover {
    text-decoration: none !important;
}
.social-links .optanon-show-settings-popup-wrapper .optanon-show-settings-middle {
	/*background-image: url(../img/cookie-settings-middle.png) !important;*/
	background-color: #0099cc !important;
	background-repeat: repeat-x;
	float: left;
	/*height: 24px !important;*/
	padding: 9px 5px 0px 5px !important;
}
.social-links .optanon-show-settings-popup-wrapper .optanon-show-settings-left {
	/*background-image: url(../img/cookie-settings-left.png) !important;*/
	background-repeat: no-repeat;
	float: left;
	height: 32px !important;
	width: 32px !important;
}
.social-links .optanon-show-settings-popup-wrapper .optanon-show-settings-right {
	/*background-image: url(../img/cookie-settings-right.png) !important;*/
	background-color: #0099cc !important;
	background-repeat: no-repeat;
	float: left;
	height: 32px !important;
	width: 2px !important;
}
.social-links li a {
	margin-left: 10px !important;
}

/* =============================================================================
   1-Col styles
   ========================================================================== */
#content {
	width: 90%;
	margin: 0px auto 20px auto;
	min-height: 600px;
}
#sub-header {
	width: 90%;
	margin: 20px auto 0px auto;
}
#header {
	background-color: #0099cc;
	padding: 0px 20px 10px 20px;
}
#header ul {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.4em;
}
#header ul li {
	display: inline;
	margin-right: 10px;
}
#header ul li:last-child {
	margin-right: 00px;
}
#header ul li a:link, #header ul li a:visited {
	color: white;
}
#nav-wrap {
}
#nav {
	display: none;
}
/* menu icon */
#menu-icon {
	background: url(../img/icon-menu.png) no-repeat center;
	cursor: pointer;
	color: #ccffff;
	display: block; /* show menu icon */
	float: right;
	font-size: 1em;
	font-weight: normal;
	height: 40px;
	margin-top: 8px;
	padding: 3px;
	position: relative;
	width: 40px;
}
#phone-icon {
	background: url(../img/icon-phone.png) no-repeat center;
	cursor: pointer;
	display: block; /* show menu icon */
	float: right;
	height: 40px;
	margin-top: 8px;
	padding: 3px;
	position: relative;
	width: 40px;
}
#phone-icon img {
	height: 100%;
	width: 100%;
}
.phone-number {
	display: none;
}
#menu-icon:hover {
	background: #ccffff url(../img/icon-menu-on.png) no-repeat center;
	color: #0099cc;
}
#menu-icon.active {
	background: #ccffff url(../img/icon-menu-on.png) no-repeat center;
	color: #0099cc;
}
#nav-wrap {
	margin-left: 10px;
}
#nav {
	background: #ccffff;
	clear: both;
	display: none; /* visibility will be toggled with jquery */
	margin-left: 26px;
	padding: 5px 0px;
	position: absolute;
	right: 0px;
	top: 54px;
	width: 100%;
	z-index: 100;
}
#nav li {
	background: #0099cc;
	font-size: 1em !important;
	font-weight: normal !important;
	float: right;
	line-height: 1em;
	list-style-type: none;
	margin: 0.5% !important;
	padding: 0px;
	text-align: left;
	width: 49%;
}
#nav a, #nav ul a {
	display: block;
	padding: 10px;
	text-decoration: none;
}
#nav li:last-child {
	border-bottom: solid 0px #999;
}
#nav a:hover, #nav ul a:hover {
	background: none;
}
.main-logo {
	min-width: 300px;
	max-width: 380px;
	margin-bottom: 20px;
	margin-right: 10px;
	width: 100%;
}
.social-links {
	display: none;
}
.half-split-1, .half-split-2 {
	clear: both;
}
.mobile-heading {
	height: 60px;
	margin-bottom: 10px;
}
.heading-try-optanon {
	background: #0081ae url(../img/header-try-optanon.png) no-repeat left;
}
.heading-services {
	background: #0081ae url(../img/header-services.png) no-repeat left;
}
.heading-news {
	background: #0081ae url(../img/header-news.png) no-repeat left;
}
.heading-law {
	background: #0081ae url(../img/header-law.png) no-repeat left;
}
.heading-rights {
	background: #0081ae url(../img/header-rights.png) no-repeat left;
}
#masthead {
	float: left;
	padding-bottom: 20px;
	width: 100%;
}
#masthead h1, #masthead p {
	color: #ffffff;
}
#cycle {
	background: #11b4e0 url(../img/carousel-bg.png);
	background-size: cover;
	padding-bottom: 200px;
	width: 100%;
}
.slide-right {
	display: none;
}
.pager-wrapper {
	background-color: #0098cb;
	height: 50px;
	margin-top: 2px;
}
.slide {
	width: 100%;
}
.slide-left {
	padding: 20px;
}
.slide-left a:hover {
	text-decoration: none;
}
ul.homepage-carousel-pager {
	display: block;
	margin: 0 auto;
	width: 160px;
}
.homepage-carousel-pager li {
	background-image: url('../img/slider-off.png');
	border: 0 !important;
	cursor: pointer;
	float: left;
	height: 25px;
	margin: 12px 15px 0px 0px !important;
	padding: 0px !important;
	width: 25px;
}
.homepage-carousel-pager li:hover {
	background-image: url('../img/slider-hover.png') !important;
}
.homepage-carousel-pager li.activeSlide {
	background-image: url('../img/slider-on.png') !important;
}
.blue-box-anchor:hover {
	text-decoration: none;	
}
.blue-box {
	margin-bottom: 20px;
}
.grey-box {
	margin-bottom: 20px;
}
.blue-box h2 {
	color: #000;
}
.grey-box h3 {
	color: #000;
}
.grey-box h4 {
	font-weight: 600;
	margin-bottom: 10px;
}
.grey-box p {
	display: none;
}
.center-align {
	text-align: center;
}
.icon-float {
	display: none;
	margin-bottom: 10px;
}
.clients {
	display: none;
}
.article-container {
	border-bottom: 1px solid #CCC;
	clear: both;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.article-container span {
	display: block;
	font-size: 0.75em;
	line-height: 1.5em;
	margin-bottom: 10px;
}
.article-container img {
	margin-bottom: 10px;
	max-width: 500px;
	width: 100%;
}
img.services-image {
	float: right;
	margin-left: 40px;
	margin-top: 10px;
	width: auto;
}
.client-container {
	float: left;
	margin-right: 1%;
	text-align: center;
	width: 49%;
}
.client-container h3 {
	margin-bottom: 20px;
}
.client-container img {
	margin-bottom: 10px;
	width: 100%;
}
.contourPage label, .contourPage h4, .contourPage legend {
	display: none;
}
.contourPage .checkboxlist div {
    float: left;
    margin: 0 25px 10px 0;
}
.contourPage .checkboxlist div label {
    display: inline;
    color: #000;
    font-weight: normal;
    font-size: 16px;
    float: left;
}
.contourField.name.textfield {
    clear: both;
}
.contourPage .checkboxlist br {
    display: none;
}
#comment-box h2 {
	border-bottom: 1px solid #CCC;
	padding-bottom: 10PX;
}
.comment-section p {
	margin-bottom: 0px;
}
.comment {
	border-bottom: 1px solid #CCC;
	padding-bottom: 10PX;
}
.comments input, .comments textarea {
	margin-bottom: 10px;
	padding: 5px;
	width: 320px;
}
.form-text {
	clear: both;
	display: block;
	margin-bottom: 5px;
}
.form-text-div {
	margin: 10px  25px 10px 0;
}
.text {
	color: #a9a9a9;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	line-height: 1.6em;
	padding: 1%;
	width: 98%;
}
/*.contourField.mainlanguage.dropdownlist.alternating {
	font-size: 1.1em;
}*/
.dropdownlist div {
	float: left;
	width: 100.5%;
}
.dropdownlist select {
	font-size: 1.1em;
	width: 100%;
	padding: 2% 0%;
}
.blue-background {
	background-color: #09C;
	color: #FFF;
	font-weight: bold;
	margin-left: 24%;
	padding: 10px 2%;
	text-align: center;
	width: 50%;
}
.blue-background a, .sign-up a {
	color: #FFF;
}
.sign-up {
	background-color: #09C;
	color: #FFF;
	font-weight: bold;
	font-size: 1.75em;
	padding: 10px;
	text-align: center;
}
.sub-heading, .optanon-cookie-policy-group-name {
	border-bottom: 1px solid #CCC;
	color: #09C;
	margin-bottom: 20px;
	font-size: 1.6em;
}
/*.contourField.wecanonlyprovideaquoteforanauditifyousupplythisinformation.formtext.alternating, .contourField.wewillsetupatrialaccountusingthisdomainandemailyourlogindetailstotheaddressabove.formtext, .contourField.wemayalsogetintouchtoverifythatyouareincontroloforownthissite.formtext, .contourField.wewillusethisinformationonlytoprovideyouwithanoobligationquoteforanoptanonlicence.formtext.alternating {
	clear: both;
	display: block;
}*/
.contourField.message.textarea {
}
.contactus {
	margin-top: 20px;	
}
.contourPage span {
	display: block;
	color: #f00;
	margin-top: 15px;
	font-size: 0.8em;
	font-weight: bold;
}
/*.contactus div.contourField.mainlanguage.dropdownlist.alternating span {
	display: none;
}*/
.contourField.message.textarea textarea {
	clear: both;
	color: #a9a9a9;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.1em;
	float: none;
	height: 110px;
	margin: 5px 0 15px 0px;
	resize: none;
	padding: 1%;
	width: 98%;
}
.contourField.subscribetonewsletter.checkbox label {
	display: inline !important;
	float: left;
	margin-right: 5px;
}
form input[type=submit] {
	border: none;
	border-radius: 5px;
	background-color: #11b4e0;
	color: #fff;
	display: block;
	float: none;
	font-size: 1.2em;
	padding: 10px;
	opacity: .9;
	text-decoration: none;
	text-align: center;
	width: 150px;
}
.contact .btn:hover, .contourNavigation input:hover {
	cursor: pointer;
	opacity: 1;
}
.contourNavigation {
	margin-bottom: 15px;
}
.embed-container {
	clear: both;
	height: 0;
	margin-bottom: 50px;
	overflow: hidden;
	position: relative;
	padding-bottom: 34.25%; /* 16/9 ratio */
	padding-top: 30px; /* IE6 workaround*/
}
.contact-errors {
	color: #f00;
	float: left;
	margin: 10px 10px 10px 0px;
}
.comment-name {
	margin-bottom: 0px;
}
.comment-info {
	font-size: 0.75em;
	margin-bottom: 5px;
}
#pagination {
	padding-top: 5px;
}
#pagination span.current_page {
	color: #000;
	border: 1px solid #ccc;
	padding: 5px;
	text-decoration: none;
}
#pagination span a:hover {
	border: 1px solid #ccc;
	color: #02b3df;
}
#pagination span a {
	color: #4b4b4b;
	border: 1px solid #ccc;
	padding: 5px;
	text-decoration: none;
}
#footer {
	background-color: #3a434c;
	color: white;
	margin-top: 20px;
	padding: 1em;
}
#inner-footer h3 {
	color: #fff;
	font-size: 1em;
	text-decoration: underline;
}
#footer ul {
	margin: 10px 0px 30px 0px;
}
#footer ul li {
	border-right: 1px solid #FFF;
	display: block;
	float: left;
	font-size: 0.75em;
	margin-bottom: 10px;
	margin-right: 5px;
	padding-right: 5px;
}
#footer ul li:last-child {
	border-right: 0px;
}
#footer ul li a {
	color: white;
}
#footer .footer-sub-menu {
	border-top: 1px solid #fff;
	clear: both;
	float: left;
	margin-bottom: 0px;
	padding-top: 20px;
	width: 100%;
}
#footer .footer-sub-menu + .footer-sub-menu {
	border-top: 0;
	margin-top: 0px;
	padding-top: 0px;
}
#footer .footer-sub-menu li {
	margin-bottom: 10px;
	margin-top: 0px;
}
#footer .footer-sub-menu li:first-child {
	border-right: 0;
}
@media only screen and (min-width: 30em) {
.client-container {
	width: 32%;
}
.form-text-div {
	display: inline;
}
#cycle h1 {
	font-size: 2.5em;
}
#cycle h2 {
	font-size: 1.5em;
}

.phone-number {
	color: #96d5ea;
	display: block;
	font-size: 1.6em;
	font-weight: bold;
	margin: 0px 0px 0px 35px;
}
}
@media only screen and (min-width: 50em) {
/* =============================================================================
   2-Col styles
   ========================================================================== */
#nav {
	display: block !important;
}
}

@media only screen and (min-width: 30em) {
    #phone-icon {
        background: url(../img/icon-phone-big.png) no-repeat center;
cursor: auto;
float: left;
height: 40px;

width: 215px;
    }

    .phone-number {
        color: #96d5ea;
display: block;
font-size: 1.6em;
font-weight: bold;
margin: 0px 0px 0px 35px;
    }

    .phone-us {
        float: left;
    }

}


@media only screen and (min-width: 50em) {
/* =============================================================================
   2-Col styles
   ========================================================================== */
body {
	background-color: #ffffff;
}
#menu-icon {
	display: none;
}
#phone-icon {
	background: url(../img/icon-phone-big.png) no-repeat center;
	cursor: auto;
	float: left;
	height: 40px;
	margin-top: 0px;
	width: 215px;
}
.phone-number {
	color: #96d5ea;
	display: block;
	font-size: 1.6em;
	font-weight: bold;
	margin: 0px 0px 0px 35px;
}
#phone-icon img {
	display: none;
}
.mobile-heading {
	display: none;
}
.main-logo {
	margin-right: 0px;
    width: 380px
}
.social-links {
	display: block;
	float: right;
	margin-bottom: 30px;
	margin-top: 20px;
	width: 320px;
}
.social-links li {
	float: left;
}
.social-links li a {
	width: 40px;
	height: 40px;
	background-position: 0 0px;
	-webkit-transition: background-position .3s ease;
	-moz-transition: background-position .3s ease;
	-o-transition: background-position .3s ease;
	transition: background-position .3s ease;
	margin: -5px 0 0 20px;
	position: relative;
}
.social-media-links {
	background-image: url('../img/icon-twitter.png');
	display: block
}
.social-media-facebook {
	background-image: url('../img/icon-facebook.png');
	display: block
}
.social-media-linkedin {
	background-image: url('../img/icon-linkedin.png');
	display: block
}
.social-media-links:hover {
	background-position: 0 -40px;
}
.social-media-facebook:hover {
	background-position: 0 -40px;
}
.social-media-linkedin:hover {
	background-position: 0 -40px;
}
#header {
	padding: 10px 20px 10px 20px;
}
#nav-wrap #nav {
	background: none;
	clear: none;
	position: relative;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	display: block;
	top: auto;
	width: auto;
}
#nav li {
	clear: none;
	font-size: 0.6em !important;
	float: right;
	list-style-type: none;
	margin: 10px 0px 0px 0px !important;
	text-align: left;
	width: auto;
}
#nav a, #nav ul a {
	border: 0;
	display: inline;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1.4em;
	padding: 10px;
	padding-left: 20px;
	text-decoration: none;
}
#header ul li:last-child {
	margin-right: 10px;
}
.icon-float {
	display: block;
	float: left;
	margin-right: 20px;
}
.half-split-1 {
	clear: none;
	float: left;
	width: 49%;
}
.half-split-2 {
	clear: none;
	float: right;
	width: 49%;
}
#inner-footer .half-split-2 {
	float: left;
}
.third-right-side {
	float: right;
	width: 75%;
}
.third-right-side .third-centre {
	float: left;
	width: 70%;
}
.third-right-side .third-right {
	float: right;
	width: 22.7%;
}
.third-left {
	float: left;
	width: 20%;
}
.third-centre {
	float: left;
	width: 70%;
}
.third-right {
	float: right;
	width: 17%;
}
#cycle {
	min-height: 160px;
	padding-bottom: 100px;
}
.slide-left {
	float: left;
	width: 30%;
}
.slide-right {
	display: block;
	float: right;
}
.blue-box h2 {
	color: #fff;
}
.grey-box h3 {
	background: #0081AE url(../img/header-news.png) no-repeat left;
	color: #FFF;
	height: 40px;
	padding: 20px 00px 0px 75px;
}
.grey-box p + h4 {
	border-top: 1px solid #0099cc;
	margin-top: 10px;
	padding-top: 10px;
}
.grey-box h4 {
	margin-bottom: 0px;
}
.grey-box p {
	display: block;
}
.box-try-optanon {
	background: #0081ae url(../img/header-try-optanon-desktop.png) no-repeat top left;
	padding-top: 110px;
}
.box-services {
	background: #0081ae url(../img/header-services-desktop.png) no-repeat top left;
	padding-top: 110px;
}
.blue-box {
	background-color: #0099cc;
	color: #fff;
	min-height: 120px;
}
.grey-box {
	background-color: #ededed;
}
.padding {
	padding: 10px 20px 20px 20px;
}
.padding-icons {
	padding: 00px 00px 30px 00px;
}
#content .padding-icons h3 a {
	color: #0099cc;
}
.clients {
	display: block;
	margin-top: 20px;
}
.clients h3 {
	float: left;
	margin-top: 8px;
}
#content .clients ul li {
	float: left;
	margin-left: 40px;
}
.clients ul li:first-child {
	margin-left: 0px;
}
.half-split-2 h2 a, .half-split-1 h2 a {
	color: #fff;
}
.half-split-2 h3 a, .half-split-1 h3 a {
	color: #fff;
}
.contourField.message.textarea textarea {
	width: 76.3%;
}
.text {
	width: 16%;
	margin-right: 1.67%;
	float: left;
}
.contourField.mainlanguage.dropdownlist.alternating {
	width: auto;
}
.dropdownlist div {
	width: 25.6%;
}
.dropdownlist select {
	padding: 4% 1%;
	width: 99%;
}
#footer ul {
	margin: 20px 0px 30px 0px;
}
}
@media only screen and (min-width: 55em) {
.left-80 {
	float: left;
	width: 75%;
}
.right-20 {
	float: right;
	width: 20%;
}
.client-container {
	width: 24%;
}
img.services-image {
	margin-left: 80px;
	margin-top: -30px;
}
}
@media only screen and (min-width: 60em) {
/* =============================================================================
   3-Col styles
   ========================================================================== */
#inner-header {
	margin: 0 auto;
	max-width: 1130px;
}
#inner-footer {
	margin: 0 auto;
	max-width: 1130px;
}
#content, #sub-header {
	max-width: 1130px;
}
.slide-left {
	float: left;
	width: 50%;
}
.quarter-split-1, .quarter-split-2, .quarter-split-3, .quarter-split-4 {
	border-right: 1px solid #fff;
	margin-right: 2%;
	padding-right: 2.5%;
	width: 20%;
}
.quarter-split-2 {
	border-right: 0;
}
#inner-footer .quarter-split-1, #inner-footer .quarter-split-2, #inner-footer .quarter-split-3, #inner-footer .quarter-split-4 {
	border-left: 1px solid #fff;
	border-right: 0px;
	padding-right: 0%;
	padding-left: 2.5%;
}
#inner-footer .quarter-split-1 {
	border-left: 0;
	padding-left: 0%;
}
}
@media only screen and (min-width: 77em) {
.main-logo {
	float: left;
}
.sign-up {
	background: #0081AE url(../img/header-try-optanon-desktop.png) no-repeat top left;
    padding: 39px 0px 37px 75px;
}
}




/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
.blue-background {

}

.page-break {

}

.sub-heading {

}

.sign-up {

}

