/* cmsms stylesheet: CSS-RESET modified: 06/08/18 16:14:45 */
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;box-sizing: border-box}/* 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;}a {text-decoration:none; color:inherit;}html,
body {height: 100%;}

/*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;
}

/*NORMALISE*/

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}
/* cmsms stylesheet: Autonomy Main modified: 06/21/18 19:45:53 */
/**
*{
Background: rgba(255,0,0,0.1);
}**/

* {
    -webkit-transition: .2s;
    transition: .2s;
}



.white{color:#ffffff;}
.grey{color:#ececec;}
.red{color:#ea2d3f;}
.lightblue{color:#72aafc;}
.blue{color:#0b49aa;}
.darkblue{color:#061b4c;}

.white-bg{background-color:#ffffff;background-image:url(https://autonomy1.uk/uploads/assets/bg.jpg);}
.grey-bg{background-color:#ececec;}
.red-bg{background-color:#ea2d3f;}
.lightblue-bg{background-color:#72aafc;}
.blue-bg{background-color:#0b49aa;}
.darkblue-bg{background-color:#061b4c;}
.contrast1-bg{background-color: #fefefe;border-top:2px solid #061b4c;}
.contrast2-bg{background-color: #f3f3f399;border-top:2px solid #061b4c;}

.bg{
background-attachment:fixed;
}

/*** TYPOGRAPHY STYLES ***/

h1, h3, h4, p{
        margin-bottom:20px;
}

.blue-bg h1, .blue-bg h2, .blue-bg h3, .blue-bg h4, .blue-bg p, .blue-bg a, .darkblue-bg h1, .darkblue-bg h2, .darkblue-bg h3, .darkblue-bg h4, .darkblue-bg p, .darkblue-bg a{
color:#ffffff;
}

.blue-bg a:hover, .darkblue-bg a:hover{
color:#ffffff;
}

h1, h2, h3, h4{
font-family: 'Oswald', sans-serif;
font-weight:600;
color:#0b49aa;
text-transform:uppercase;
}

h1 {
        font-size:46px;
        line-height:1.1;
}
h2 {
        font-size:36px;
        margin-bottom:10px;
}
h3 {
        font-size:26px;
}

h4 {
        font-size:20px;
}

p {
        font-size:22px;
        color:#061b4c;
}

.first{
padding-top:20px;
font-size:20px;
font-weight:700;
}

strong{
font-family: 'Lato', sans-serif;
font-style: normal;
font-weight: 700;
}


a {
        color:#0b49aa;
        text-decoration:none;
        border-bottom:2px solid rgba(0,0,0,0.0);
}


a:hover {
        color:#72aafc;
        border-bottom:2px solid #0b49aa;
}

.quote{
font-style:italic;
}

ul li{
font-size:20px;
color: #0b49aa;
margin-left: 30px;
padding-left: 10px;
margin-bottom: 10px;
list-style-type: square;
font-weight:700;
}

.blue-bg ul li{
color:#ffffff;
}

.centre{
text-align: center;
align-items: center;
justify-content: center;
}

.flex-start{
justify-content: flex-start;
}

.flex-end{
justify-content:flex-end;
}

/*** MAIN STYLES ***/

html, body {
font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
-webkit-font-smoothing:antialiased;
-ms-text-size-adjust:100%;
-webkit-text-size-adjust:none;
font-family: 'Lato', sans-serif;
font-style: normal;
font-weight: 400;
font-size:20px;
height:100%;
width:100%;
color:#061b4c;
line-height:1.6;
-webkit-transition: .3s;
transition: .3s;
}

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

.vpad{
padding-top:20px;
padding-bottom:20px;
}

.vspad{
padding-top:10px;
padding-bottom:10px;
}

.hpad{
padding-left:20px;
padding-right:20px;
}

.hspad{
padding-left:10px;
padding-right:10px;
}
.valign{
vertical-align:middle;
align-items:center;
}

.halign{
justify-content:center;
}

.spaced{
justify-content:space-around;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;

}

.reverse{
flex-direction: row-reverse;
}

.column {
    flex: 1;
}

.col12{
width:100%;
}

.col11{
width:91.67%;
}

.col10{
width:83.33%;
}

.col9{
width:75%;
}

.col8{
width:66.67%;
}

.col7{
width:58.33%
}

.col6{
width:50%;
}

.col5{
width:41.66%
}

.col4{
width:33.33%
}

.col3{
width:25%;
}

.col2{
width:16.66%
}

.col1{
width:8.33%
}

.boxed{
max-width:1280px;
margin:auto;
}

section{
position:relative;
}

img{
max-width:100%;
height:auto;
display:inline-block;
}

.left{
float:left;
}

.right{
float:right;
}

.content{
min-height: 80%;
margin-bottom:20px;
}

.button{
margin:0 20px;
font-size:20px;
font-family: 'Oswald', sans-serif;
background-color:#72aafc;
color:#061b4c;
text-align:center;
  -moz-box-shadow:    1px 1px 2px 2px #ababab;
  -webkit-box-shadow: 1px 1px 2px 2px #ababab;
  box-shadow:         1px 1px 2px 2px #ababab;
}

.button:hover{
background-color:#0b49aa;
color:#ffffff;
  -moz-box-shadow:    0px 0px 0px 0px #ababab;
  -webkit-box-shadow: 0px 0px 0px 0px #ababab;
  box-shadow:         0px 0px 0px 0px #ababab;
}

.prices .button, .pricepage .button, #intro .button{
background-color:#ea2d3f;
color:#ffffff;
margin-bottom:10px;
}

.prices .button:hover .pricepage .button:hover, #intro .button:hover{
background-color:#ffffff;
color:#ea2d3f;
}

.prices p{
font-family: 'Lato', sans-serif;
font-style:normal;
font-weight:400;
font-size:18px;
}

/**.prices *{
text-align:center;
width:100%;
clear:both;
}**/

.offer1 h3 span, .offer1 p span:last-of-type{
color:#ea2d3f;
}

/**.col12.flex.hpad.pricepage .col3 {
margin:10px;
}

.flex-start .col12.flex.spaced.centre {
justify-content:flex-start;
}*/

/*** PRICE PAGE STYLES ***/

.inside .pricepage h3 {
margin-bottom:0;
font-size:22px;
padding:20px;
background-color:#061b4c;
color:#ffffff;
}

.inside .prices{
border-bottom: 2px solid #061b4c;
width: 100%;
}

.inside .price-list{
width:100%;
display:inline-block;
}

.inside .price-list span:first-of-type{
text-align:left;
float:left;
}

.inside .price-list span:last-of-type{
text-align:right;
font-weight:700;
float:right;
}

/*** TESTIMONIALS ***/

.quote p:before, .quote p:after{
content:"''"
}

.testimonial{
border-bottom:2px solid #0b49aa;
}

.client:before{
content:"— "
}

/*** HEADER & MENU STYLES ***/

#logo a{
margin: 0 auto;
}

.logo{
background-image: url(https://www.autonomy1.uk/uploads/assets/logo.png);
background-size:contain;
background-position:left center;
background-repeat:no-repeat;
}

.logo a{
display: inline-block;
width: 100%;
height: auto;
}

header{
background-color:#ffffff;
min-height:100px;
z-index:9999;
}

.home header{
position:fixed;
z-index:9999;
}

.inside header{
border-bottom:2px #ececec;
}

.home .transparent{
background-color:transparent;
}

.home .transparent a{
color:#ffffff;
}

.home .transparent a:hover{
border-bottom:2px solid #ffffff;
}

.home .transparent .logo{
background-image: url(https://www.autonomy1.uk/uploads/assets/logo-white.png);
}

.home header.smallhead, .home header.smallhead menu{
min-height:20px;
}

.space-around{
spacing:space-around;
justify-content:space-between;
}

menu{
min-height:100px;
justify-content: flex-end;
}

menu a{
font-family: Oswald, sans-serif;
font-weight:600;
display:flex;
font-size:20px;
margin:0 10px;
padding:10px;
}

a.noborder{
border:none;
}

.active{
background:#ececec;
border-bottom:2px solid #0b49aa;
}

#footer p{
font-size:16px;
}

.small{
font-size:11px;
}

/*** HOMEPAGE STYLES ***/

#intro{
min-height:80vh;
background-image:url(https://autonomy1.uk/uploads/assets/intro-bg.jpg);
background-position:center bottom;
background-attachment:fixed;
background-size:cover;
background-repeat:no-repeat;
padding-top: 170px;
}

#intro h1{
font-size:72px;
}

#intro .button{
  -moz-box-shadow:    1px 1px 2px 2px #222;
  -webkit-box-shadow: 1px 1px 2px 2px #222;
  box-shadow:         1px 1px 2px 2px #222;
}

#features{
background-image:url(https://autonomy1.uk/uploads/assets/feature-bg.jpg);
background-position:center center;
background-size:cover;
background-repeat:no-repeat;
}


/*** FORM STYLES ***/

.formbuilderform{
padding:20px;
background:#061b4c;
color:#ffffff;
margin-bottom:40px;
}

.formbuilderform input, .formbuilderform textarea{
max-width:100%;
width:100%;
}

.formbuilderform #fbrp__40, .formbuilderform #fbrp__35{
margin:10px;
width:auto;
}

.formbuilderform input{
background:none;
padding:10px;
color:#ffffff;
border:none;
border-bottom:2px solid #0b49aa;
margin-bottom:10px;
}

.formbuilderform input:active, .formbuilderform input:focus, .formbuilderform input:hover{
border-bottom:2px solid #ffffff;
background-color:#0b49aa;
}

.formbuilderform select, .formbuilderform textarea{
padding:10px;
border:none;
color:#0b49aa;
margin:10px 0;
}

.submit input{
background-color:#ea2d3f;
color:#ffffff;
margin:10px;
padding:10px;
}

.submit input:hover{
background-color:#ffffff;
color:#061b4c;
}


.required.fb_invalid input, .required.fb_invalid select, .required.fb_invalid textarea{
border-bottom:2px solid #ea2d3f;
}


.logo a, .logo a:hover, .home .transparent .logo a:hover{
border-bottom:none;
}

.social{
width:36px;
height:36px;
}

.fb{
background-image:url(https://www.autonomy1.uk/uploads/assets/social-fb.png);
background-repeat:no-repeat;
background-position:center center;
background-size:contain;
border-bottom:none;
}

.fb:hover, .home .transparent menu a.fb{
background-image:url(https://www.autonomy1.uk/uploads/assets/social-fb-over.png);
border-bottom:none!important;
}


/*** TABLET STYLES ***/
@media screen and (max-width:1025px){

#menuwrap{
width:100%;
}

#logo{
margin: 0 auto;
padding:0;
}

.hpad{
padding-left:15px;
padding-right:15px;
}

.vpad{
padding-top:15px;
padding-bottom:15px;
}

#intro h1{
font-size:46px;
}

h1{
font-size:32px;
}

h2{
font-size:24px;
}

h3, .inside .pricepage h3, .button{
font-size:16px;
}

menu a, p, ul li, #footer p, .first{
font-size:14px;
}

.logo{
width:25%;
}

#intro{
min-height:65vh;
background-image:url(https://www.autonomy1.uk/uploads/assets/intro-bg-mobile.jpg);
}

#intro .button{
width:30%
}

#pricing .col3{
width:45%;
margin-bottom:20px;
}

#pricing .col3 *{
width:100%;
}

.pricepage .col3{
width:50%;
}

.prices p{
font-size:14px;
}

}


/*** MOBILE STYLES ***/


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

.hpad{
padding-left:10px;
padding-right:10px;
}

.vpad{
padding-top:10px;
padding-bottom:10px;
}

.column, .col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12{
width:100%;
}

.table{
display:block;
}

h1, h2, h3, h4{
line-height:1.1;
}

h2{
font-size:32px;
}

h3{
font-size:16px;
}

p{
font-size:14px;
}

.reverse{
flex-direction: row;
}

.logo{
width:50%;
height:auto;
margin:0 auto;
display:inline-block;
text-align:center;
background-position:center center;
padding-bottom: 10px;
}

.logo a{
height: 100%;
}

.fb{
width:20px;
height:20px;
}

menu{
min-height:0;
justify-content: center;
}

menu a{
padding: 5px 8px;
}

#intro .button{
width:35%;
}

.button{
margin-bottom:10px;
}

#pricing .col3, .pricepage .col3{
width:100%;
}

form{
width: 100%;
padding: 10px;
}

.formbuilderform{
padding:10px;
}


label{
padding:5px;
}

select{
max-width:90%;
}


.formbuilderform input, .formbuilderform textarea{
width:90%;
max-width:100%;
}

#footer p{
text-align:center;
}

}
