body {
	background-color: #FFF;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/*html {
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}*/
body, h1, h2, h3, h4, h5, h6 {
	font-family: 'ff-scala-sans-pro', sans-serif;
}
h1 {
	color: #006699;
	font-weight: 700;
}
h2, h3, h4, h5, h6 {
	color: #336699;
	font-weight: 700;
}
img {
	max-width: 100%;
}
a {
	color: #182478;
	text-decoration: none;
}
.entry-content a {
	text-decoration: underline;
	color: #00587c;
}
.blockclick {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	color: #fff;
}
.site-container {
	width: 1920px;
	max-width: 100%;
	position: relative;
	margin: 0 auto;
}
.site-inner {
	width: 960px;
	max-width: 95%;
	padding-top: 0;
}
h1.entry-title, h1.archive-title, .entry-title {
	font-size: 2em;
	margin-bottom: 1em;
}
h2.entry-title {
	font-size: 1.5em;
}
.single h1.entry-title, h2.entry-title {
	margin-bottom: .2em;
}
.entry-title a, .entry-terms a, .entry-comments-link a {
	color: #383f5c;
	text-decoration: underline;
}
.entry,  .archive-description {
	padding: 0;
}
.inside-banner {
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
	text-align: left;
	height: 0;
	padding-top: 16.927%;
	position: relative;
	margin-bottom: 20px;
}
.inside-banner .wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	max-width: 1200px;
	height: 100%;
	vertical-align: middle;
}
.inside-banner h1, .inside-banner h2 {
	font-weight: 600;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.04);
}
.inside-banner h1 {
	margin: 8% 0 0 0;
	text-indent: 20%;
	color: #FFF;
	font-size: 2.4em;
}
.inside-banner h2 {
	color: #a8ad00;
	text-indent: 25%;
	font-size: 2em;
}
/* TEXT HOVER COLOUR */
a:hover, .entry-title a:hover {
	color: #f16521;
	text-decoration: none;
}
.wrap {
	width: 1200px;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.site-header {
    padding: 0;
	max-width: 1920px;
	margin: 0;
	min-height: 50px;
	position: fixed;
	z-index: 10000;
	top: 0;
	width: 100%;
	padding: 0 5px;
}
body
{
    margin-top:140px;
}
body.logged-in.admin-bar .site-header
{
    top:32px;
}

.site-header .wrap {
	display: block;
	z-index: 99;
	position: relative;
	padding: 10px 0 0;
}
.title-area {
	position: relative;
	z-index: 10;
	width: 150px;
	max-width: 18%;
	display: inline-block;
	padding: 0;
	float: left;
}
.site-title a {
	background: url(images/logo-itro.svg) no-repeat scroll 0 0 / contain;
	width: 100%;
	padding-top: 73.4%;
	max-width: 100%;
	float: left;
	height: 0;
	text-indent: -999px;
	overflow: hidden;
}
.site-header .widget-area, .nav-primary {
	width: 820px;
	max-width: 82%;
	z-index: 9;
	clear: none;
	font-size: 15px;
	position: relative;
	background-color: transparent;
	float: right;
	text-align: right;
}
.nav-primary .wrap {
	padding: 0;
}
#simple-social-icons-2 {
    display: inline-block;
	vertical-align: middle;
	padding: 0 50px 0 0;
}
#simple-social-icons-2 ul li
{
    font-size:0; /* gets rid of extra spacing in LI */
    margin-bottom:0 !important;
}
.top-bar
{
    display:block;
    padding:0 0 15px 0;
}
/* BLOG FILTER */
.mi-blogfilter {
	padding: 10px 0 25px;
}
.mi-blogfilter b {
	color: #a8ad00;
	text-transform: uppercase;
}
.mi-blogfilter li, .mi-blogfilter ul {
	display: inline-block;
}
.mi-blogfilter li a {
	display: block;
	padding: 5px 15px;
}
.mi-blogfilter ul > li a:after {
	content: '';
	width: 0;
	height: 0;
	margin: 0 0 3px 3px;
	border-top: 4px solid #182478;
	border-right: 3px solid transparent;
	border-left: 3px solid transparent;
	display: inline-block;
	position: relative;
}
.mi-blogfilter ul > li a:only-child:after {
	border: 0px solid #fff;
}
.mi-blogfilter ul.children li a:after {
	content: '';
	border: 0px solid #fff;
}
.mi-blogfilter ul.children {
	border: 1px solid #eee;
	border-top: 0;
	left: -9999px;
	opacity: 0;
	background-color: #fff;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition: opacity .4s ease-in-out;
	-ms-transition: opacity .4s ease-in-out;
	-o-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
	width: 300px;
	z-index: 99;
}
.mi-blogfilter ul li:hover > ul.children {
    left: auto;
    opacity: 1;
}
.mi-blogfilter ul.children li {
	display: block;
}
/* CONTACT & PHONE ICON */
#text-2 {
    display: inline-block;
	vertical-align: middle;
}
#text-2 a {
	color: #a8ad00;
	padding: 0px 10px 0px 10px;
	font-weight: 600;
	display:block;
}
#text-2:hover a {
	color: #F16521;
}
#text-2 .icon-phone:before {
	margin-right: 8px
}
#text-2:hover .icon-phone:before {
	background-color: #F16521;
}
#home-section-1 {
    overflow:hidden;
	position: relative;
	z-index: 1;
}
#widget_sp_image-4 {
	width: 17%;
	z-index: 10;
	position: absolute;
	top: 9%;
	right: 12.79%;
}
.metaslider .flex-control-nav {
    bottom: 20px;
    line-height: 11px;
    z-index: 999;
    left: 12.5%;
    text-align: left;
    width: 50%;
}
.metaslider .flex-control-nav li {
	list-style-type: circle;
	padding-left: 0;
}
.metaslider .flex-control-nav li a {
    padding: 12px 6px;
    background-color: #b4ccd6;
}
.metaslider .flex-control-paging li a {
    width: 25px;
    height: 15px;
    display: block;
    background: none;
    cursor: pointer;
    text-indent: -9999px;
    border-radius: 50%;
    box-shadow: 0px 0px 3px rgba(180, 204, 218, 0.3) inset;
}
.metaslider .flex-control-paging li a.flex-active {
	background: #fff;
}
/* NAVIGATION */
.genesis-nav-menu
{
    text-align:right !important;
}
.genesis-nav-menu a, .nav-primary .genesis-nav-menu a, .nav-primary .genesis-nav-menu .sub-menu a  {
	color: #182478;
	font-family: "ff-scala-sans-pro", sans-serif;
	font-weight: 600;
	padding: 22px 8px;
	font-size: 14px;
}
.menu-item-has-children > a:after { /* ARROW */
	content: '';
	width: 0;
	height: 0;
	margin: 0 0 3px 3px;
	border-top: 4px solid #182478;
	border-right: 3px solid transparent;
	border-left: 3px solid transparent;
	display: inline-block;
	position: relative;
}
.menu-item-has-children:hover > a:after {
	border-top: 4px solid #a8ad00;
}
.nav-primary .genesis-nav-menu .sub-menu a:hover, .genesis-nav-menu a:hover, .nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu .menu-item-has-children:hover > a
{
	text-decoration: none !important;
	color: #a8ad00;
}
.genesis-nav-menu .sub-menu a, .nav-primary .genesis-nav-menu .sub-menu a {
	width: 300px;
	padding: 15px 15px;
	border: none;
}
.genesis-nav-menu .current-menu-item > a, .nav-primary .genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .current-menu-item > a:focus, .nav-primary .genesis-nav-menu .current-menu-item > a:focus,
.nav-primary .genesis-nav-menu li[class*="current-"] > a
{
	color: #a8ad00!important;
	text-decoration: none!important;
}

img.alignnone, .alignnone {
    margin-bottom: 0px;
}
.mobile-menu {
	display: none;
}
.widget-wrap .metaslider {
	max-width: 100% !important;
}
.slides li a {
	display: block;
	float: left;
}
/* VERTICALS STYLING */
.entry-content {
	min-height: 200px;
}
.verticals-section {
	background-color: #f2f2f2;
	position: relative;
    margin: 10px 0;
}
.verticals-feature {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
}
.verticalsmenu {
	position: relative;
	padding: 10px 20px;
	margin: 0 auto!important;
    text-align: center;
    overflow: hidden;
}
.verticalsmenu.subpageon {
	padding: 10px 0;
}
    .verticals-feature .level1:before, .verticalsmenu .children:before, .vm-children:before {
        content: 'I belong to...';
        display: inline-block;
        color: #006699;
        font-size: 1em;
        font-weight: bold;
        /*width: 15%;*/
        display: block;
        text-align: left;
        padding-top: 20px;
    }
.verticalsmenu .children:before, .vm-children:before {
	content: 'I want...';
}
.verticalmenu-item {
	display: block;
	float: left;
	margin: 0;
	width: 25%; /* STANDARD 4 Columns */
	padding: 0;
	color: #fff;
	font-size: 14px;
}
.vm-children.columns-3 .verticalmenu-item, .columns-3 .verticalmenu-item {
	width: 33.33%;
}
.vm-children.columns-2 .verticalmenu-item  {
	width: 50%;
}
.vm-children.columns-1 .verticalmenu-item  {
	width: 100%;
}
.vm-padding {
	position: relative;
	background-color: #006699;
	vertical-align: middle;
	padding: 15px;
	margin-left: 10px;
}
.verticalsmenu .verticalmenu-item:nth-child(1) .vm-padding {
	margin-left: 0;
}
.verticalmenu-item.menuon .vm-padding, .vm-padding:hover {
	background-color: #A8AD00;
}
.verticalsmenu a {
	color: #fff;
	text-decoration: none;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	right: 0;
	left: 0;
	height: 100%;
}
.vm-children {
	display: none;
}
.subpageon .vm-children {
	display: block;
}
/* PRICING TABLE */
.pricing-table {
	line-height: 1;
	text-align: center;
	overflow: hidden;
	clear: both;
}
.pricing-table .one-third {
	background-color: #f2f2f2;
	margin: 0 -2px;
	padding: 40px 0;
	position: relative;
	overflow: hidden;
}
.pricing-table .one-third:nth-child(3n+3) {
	margin: 40px 0 20px 2.564102564102564%;
}
.pricing-table .one-third:nth-child(3n+1) {
	margin: 40px 2.564102564102564% 20px 0;
	clear: both;
}
.pricing-small .one-third {
	margin-top: 0!important;
	min-height: 150px;
}
.pricing-table .price-heading {
	background-color: #00587C;
	color: #fff;
	margin: -40px -40px 40px;
	padding: 40px;
}
.pricing-table .most-popular .price-heading {
	background: #A8AD00 url(images/icon-most-popular.png) no-repeat 85% 0;
	background-size: 120px 121px;
}
.pricing-table .price-title {
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
}
.pricing-table .price {
	text-transform: uppercase;
}
.pricing-table .amt, .pricing-table .dollar {
	font-size: 80px;
	line-height: 0.8;
	/*font-family: 'Lato';*/
}
.pricing-table .dollar {
	font-size: 50px;
}
.pricing-table .sup {
	vertical-align: top;
	font-weight: 700;
	vertical-align: bottom;
	letter-spacing: 2px;
}
.pricing-table .info {
	text-transform: none;
	font-style: italic;
	font-size: .8em;
	color: #f2f2f2;
	margin-top: 20px;
	display: block;
}
.pricing-small .info {
	color: #333;
}
.pricing-table ul {
	margin-bottom: 30px;
	list-style: none;
	margin-left: 0!important;
}
.pricing-table li {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 10px;
	padding-bottom: 10px;
	list-style-type: none!important;
	line-height: 1.5em;
}
.pricing-table li sup {
	font-size: 50%;
}
.price-section {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
}
.most-popular {
	margin-top: 40px;
}
.most-popular:before {
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
	right: 0;
	padding: 10px;
	vertical-align: middle;
	color: #fff;
}
.pricing-table a.button {
	color: #fff;
	text-decoration: none;
	background-color: #00587C;
	text-decoration: none;
}
.pricing-table .most-popular a.button {
	background-color: #A8AD00;
}
/* HOME CONTENT*/
#home-section-1 .wrap {
	width: 100%;
}
#home-section-2 {
	position: relative;
	margin: 20px 0 0;
}
#home-section-2 section {
    width: 45%;
    margin-right: 5%;
    margin-bottom: 20px;
    float: left;
    position: relative;
}
#home-section-2 .widget_sp_image img {
	padding: 0;
	z-index: 10;
	margin: 0;
}
#home-section-2 .widget_sp_image h4 {
	font-size: 38px;
	color: #f16521;
}
#home-section-2 .widget_sp_image-description .circle {
	background-color: #ee642e;
    border-radius: 50%;
 	opacity: 0;
    width: 50px;
    height: 50px;
    position: absolute;
    top: -6.5%;
    right: 3px;
    bottom: 0;
    left: 6px;
    margin: auto;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.circle-content {
	position: absolute;
	left: 20px;
	right: 20px;
	padding-top: 30%;
	-webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    transition-duration: .1s;
    visibility: hidden;
    opacity: 0;
    color: #fff;
    font-size: 1.1em;
    transition-delay: 0s;
    width: 200px;
}
#home-section-2 .widget_sp_image:hover .widget_sp_image-description .circle {
	opacity: 1;
	width: 50%;
	height: 62.6%;
	display: inherit;
}
#home-section-2 .widget_sp_image:hover .widget_sp_image-description .circle-content {
	visibility: visible;
	opacity: 1;
	color: #fff;
	transition-delay: 1s;
	width: auto;
}
#home-section-2 .widget_sp_image:hover .widget_sp_image-description .small-circle {
	display: block;
	opacity: 0.5;
}
#home-section-2 .widget_sp_image-description p {
	visibility: hidden;
}
/*#home-section-2 .widget_sp_image img {
	z-index: 1;
	transition: opacity: 1s, ease 1s;
}
#home-section-2 .widget_sp_image-description {
	width: 70%;
	opacity: 0;
	position: absolute!important;
	top: 25%;
	left: 0px;
	bottom: 25%;
	right: 10px;
	margin: 0px auto;
	z-index: 2;
	vertical-align: middle;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
	font-weight: 700;
	color: #fff;
	background-color: #a8ad00;
	-webkit-transition: opacity 1s; /* Safari */
    transition: opacity 1s, ease 1s;
}*/
#home-section-2 .widget_sp_image:hover #home-section-2 .widget_sp_image-description {
	opacity: 0.8;
}
#home-section-2 .widget_sp_image:hover .widget_sp_image-description p {
	padding: 0 10%;
}
#home-section-2 .widget_sp_image:hover img {
	opacity: .3;
}
#home-section-2 .widget_sp_image .widget-wrap:after {
	color: #fff;
	content: 'MORE INFO';
	display: inline-block;
	background-color: #f16521;
	padding: 5px 45px;
	position: relative;
	bottom: 60px;
}
#home-section-2 .widget-wrap:hover:after {
	background-color: #01334A;
}
.recent-posts-extended {
	float: right;
	width: 25.2%;
	z-index: 10;
	padding: 0;
	height: 100%;
    border-left: 2px solid #005981;
}
.recent-posts-extended .widget-wrap {
	padding: 0 0 0 7%;
	margin-top: 50px;
	border-left: 2px solid #fff;
}
.recent-posts-extended  .widget-wrap {
	padding: 0 0 0 5%;
	margin: 0;
}
.recent-posts-extended h4 a, .widget_mi_testimonial h4 {
	color: #A8AD00;
	font-size: 44px;
}
.widget_mi_testimonial h4 {
	font-size: 44px;
}
.recent-posts-extended ul a, #home-section-4 .widget_feedzy_wp_widget .rss_item a {
	color: #005981;
	font-size: 16px;
}
.recent-posts-extended h3:before {
	content: url(images/right-arrow.png);
	padding-right: 4px;
}
.recent-posts-extended time {
	display: block;
	font-size: 16px;
}
.recent-posts-extended .read-more {
	padding-top: 40px;
}
.recent-posts-extended .read-more a {
	display: inline-block;
	background-color: #A8AD00;
	padding: 5px 45px;
	color: #fff;
}
.recent-posts-extended .read-more a:hover {
	background-color: #01334A;
}
#text-16 h4 {
	display: none;
}
.home-section .testimonial .mi-quote-close:after, #text-14 .mi-quote-close:after,
.widget_mi_testimonial .mi-quote-close:after {
	content: "";
	display: block;
	clear:both;
}
.home-section .testimonial img {
	padding-top: 10px;
}
#home-section-3 {
	background: url(images/it-bg.jpg) no-repeat 0 0 / cover;
}
#home-section-3 section {
	width: 33%;
	display: block;
	float: left;
	z-index: 10;
	color: #fff;
	text-align: center;
	font-size: 17px;
	bottom: 0;
	position: relative;
}
#home-section-3 a {
	color: #fff;
}
#home-section-3 section h4 {
	font-size: 25px;
	color: #fff;
	margin: 35px 0 5px;
	min-height: 60px;
}
#home-section-3 section .textwidget:before {
	display: inline-block;
	padding: 8px 10px 5px;
	width: 90px;
	height: 90px;
	z-index: 10;
	border-radius: 50%;
}
#home-section-3 section:nth-child(1) .textwidget:before {
	content: url(images/tools-icon.png);
	border: 7px solid #005981;
	padding: 12px 10px;
}
#home-section-3 section:nth-child(2) .textwidget:before {
	content: url(images/person-icon.png);
	border: 7px solid #a8ad00;
}
#home-section-3 section:nth-child(3) .textwidget:before {
	content: url(images/car-icon.png);
	border: 7px solid #f16521;
	padding: 20px 0 0 0;
}
#home-section-3 section .textwidget {
	padding-bottom: 60px;
}
#home-section-3 .textwidget ul a {
	z-index: 200;
	position: relative;
}
#home-section-3 .textwidget ul a:hover {
	color:#01334A;
}
#home-section-3 section:nth-child(2) .textwidget ul a:hover {
	color:#a8ad00;
}
#home-section-3 section:nth-child(3) .textwidget ul a:hover {
	color:#f16521;
}

#home-section-3 section .text, #home-section-3 section .menu {
	width: 80%;
	margin: 40px auto 0;
	display: block;
}
#home-section-3 section .read-more {
	padding: 5px 25px;
	text-transform: uppercase;
	background-color: #005981;
	display: block;
	font-weight: 600;
	position: relative;
	margin: 10px 25%;
}
#home-section-3 section:nth-child(2) .read-more {
	background-color: #a8ad00;
}
#home-section-3 section:nth-child(3) .read-more {
	background-color: #f16521;
}
#home-section-3 section:hover .read-more {
	background-color: #01334A;
}
.home .content-sidebar-wrap {
	padding: 0;
	display: none;
}
#home-section-4 {
	padding: 25px 0;
}
#home-section-4 section.widget_sp_image {
	width: 60%;
	float: left;
	border-right: 1px solid #005981;
}
#home-section-4 section.widget_sp_image img {
	max-width: 400px!important;
}
#home-section-4 section.widget_text {
	width: 40%;
	float: left;
}
#home-section-4 section.widget_text .textwidget .blockclick {
	display: block;
}
#home-section-4 .widget-wrap {
	position: relative;
	padding: 0 8%;
}
#home-section-4 h4 {
	color: #0c6187;
	font-size: 2rem;
}
#home-section-4 .widget_text h4 {
	color: #a8ad00;
	font-size: 1.8rem;
}
.home-section .testimonial {
	font-size: 1.4rem;
}
.home-section .testimonial img {
	border: 1px solid #FFFFFF;
	border-radius: 50%;
}
.home-section .testimonial .image, .home-section .testimonial .quote {
	float: left;
	width: 40%;
}
.home-section .testimonial .quote {
	margin-left: 2%;
	width: 58%;
}
#home-section-4 {
	padding: 25px 0;
}
#home-section-4 section.widget_sp_image, #home-section-4 section.widget_text {
	width: 30%;
	float: left;
	border-right: 2px solid #005981;
	padding: 25px 0;
}
#home-section-4 section.widget_sp_image img {
	max-width: 300px!important;
}
#home-section-4 .widget_feedzy_wp_widget {
	width: 70%;
	float: right;
	padding: 25px 0;
}
#home-section-4 .widget_feedzy_wp_widget .rss_item {
	font-size: .9em;
	padding: 5px 0!important;
	border-bottom: none;
}
#home-section-4 .widget_feedzy_wp_widget .rss_item:before {
	content: url(images/right-arrow.png);
	padding-right: 4px;
}
#home-section-4 section.widget_text .textwidget .blockclick {
	display: block;
}
#home-section-4 .widget-wrap {
	position: relative;
	padding: 0 8%;
}
#home-section-4 h4 {
	color: #0c6187;
	font-size: 2rem;
}
#home-section-4 .widget_text h4 {
	color: #A8AD00;
	font-size: 1.8rem;
	border-top: 1px solid #eee;
	padding-top: 25px;
}
#home-section-4 .testimonial {
	font-size: 1.4rem;
}
#home-section-4 .testimonial img {
	float: left;
	border: 1px solid #FFFFFF;
	border-radius: 50%;
	margin-right: 5%;
	max-width: 40%;
}

.site-footer a:hover {
	color: #fff;
	text-decoration: underline;
}
.site-footer {
	line-height:unset;
	text-align:left;
	background-color:#143e53;
	padding: 0;
	position: relative;
}
.site-footer .wrap
{
	position:relative;
	max-width:95%;
}
#logos-footer {
	background-color: #f2f2f2;
	display: block;
	overflow: hidden;
}
#logos-footer .wrap {
	width: 95%;
	margin: 0 2.5%;
	padding: 35px 0;
	text-align: center;
}
#logos-footer .wrap .widget {
	display: inline-block;
	vertical-align: middle;
}
#logos-footer .widget_text {
	clear: both;
	display: block!important;
	height: 0;
	visibility: hidden;
}
#logos-footer .widget_text:after {
	content: '';
	display: block;
	position: relative;
	width: 100%;
	height: 0;
}
#logos-footer .logo-item {
	position: relative;
	padding: 5px 1%;
	display: inline-block;
	vertical-align: middle;
}
#logos-footer #widget_sp_image-20, #logos-footer #widget_sp_image-19 {
	opacity: 0.6;
	-moz-opacity: 0.6;
	-webkit-opacity: 0.6;
}
#logos-footer #widget_sp_image-21, #logos-footer #widget_sp_image-17 {
	opacity: 0.4;
	-moz-opacity: 0.6;
	-webkit-opacity: 0.6;

}
.footer-widgets {
	background: url(images/footer-background.jpg) no-repeat 0 0 / cover;
	z-index: 1;
	position: relative;
	overflow: hidden;
}
.footer-widgets .wrap {
    max-width:95%;
	padding-bottom: 50px;
}

.footer-widgets .wrap .widget-area
{
    padding-left: calc( (100% - 116px) * .2);
}
.footer-widgets .widget {
	float: left;
	width: 33%;
	color: #fff;
	font-size: 16px;
	padding: 50px 5% 40px 0;
}
.footer-widgets a, .footer-widgets h4 {
	color: #fff;
}
.footer-widgets a:hover, .creds a:hover {
	color: #a8ad00!important;
	text-decoration: none;
}
.contact li a {
	display: block;
	padding: 5px 0;
}
.deliveries {
	font-size: 15px;
	font-weight: 600;
}


#text-12 { /* BACK TO TOP */
	position: absolute;
	width: auto;
	display: block;
	background-color: #a8ad00;
	top: 0;
	right: 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 17px;
	margin: 0;
}
#text-12 a {
	display: block;
	padding: 50px 60px 8px 25px;
	z-index: 20;
	color: #fff;
}
#text-12:hover {
	background-color: #F16521;
}
#text-12:hover a, #text-12 a:hover {
	color: #fff!important;
}
#text-12:hover .textwidget:after {
	color: #a8ad00;
}
#text-12 .textwidget:after {
	content: '';
	position: absolute;
	top: 14px;
	right: 35px;
	color: #F16521;
}


.creds:before {
	content: "";
	border-top: 1px solid #fff;
	padding: 10px 0 0;
	width: 50px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.creds {
	text-align:center;
	color: #999 !important;
	font-size: 13px;
	padding: 20px 0 30px 0;
	clear:both;
}
.creds a {
	color: #999;
}

/* dark footer link area */
.footer-links
{
float: left;
	background: #143e53;
	color: #ffffff;
	max-width: calc(100% - 116px);
	width: 100%;
}

.footer-links .wrap
{
	position:relative;
}
.footer-links .logo
{
	float:left;
	width:15%;
	margin-right:5%;
	margin-top:50px;
}
#menu-footer-links
{
    float: left;
	max-width: 80%;
	padding-top: 50px;
	width: 100%;
}
#menu-footer-links > li
{
    float: left;
	margin-right: 5%;
	min-width: 100px;
}

#menu-footer-links .menu-item-has-children > a:after
{
	display:none;
}
#menu-footer-links > li > a
{
	color:#fff;
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 20px;
}
#menu-footer-links .sub-menu
{
	font-size:1.6rem;
}
#menu-footer-links .sub-menu a
{
	color:#aaa;
}

/* CONTENT & SIDEBAR */
.content-sidebar .content, .content-sidebar-sidebar .content, .sidebar-content-sidebar .content {
    width: 65%;
    margin-right: 5%;
}
.sidebar-primary {
	width: 30%;
}
.page-id-7575 .content {
	width: 100%;
}
/* ENTRY CONTENT */
.entry-title a {
	text-decoration: none;
	font-size: 1em;
}
.entry-content img.post-image {
	max-width: 300px;
}
.entry-content .more-link {
	display: inline-block;
	margin-top: 10px;
	padding: 5px 20px;
	color: #FFFFFF;
	clear: both;
	float: right;
}
.entry-footer .entry-meta {
	border-top: none;
	font-size: .8em;
}
.entry-footer .entry-meta a {
	text-decoration: none;
}
.entry-footer {
	padding-bottom: 15px;
	border-bottom: 1px solid #DDD;
}
.fa-ul li {
	position: relative;
	left: 1em;
	padding-right: 1em;
}
.alignleft {
	margin: 0 30px 24px 0;
}
.software-costs {
	clear: left;
}
.three-column-table {
	width: 30%;
	margin: 1.5%;
	padding: 5px 5px 0 5px;
	float: left;
}
.microsoft-table :nth-child(5) {
	clear: left;
}
.three-column-table img {
	max-width: 69px;
	margin: 5px;
}
/* SIDEBAR */
.sidebar-primary {
	vertical-align: top;
	text-align: left;
}
.sidebar .widget {
	margin-right: auto;
	margin-left: auto;
	padding: 0;
}
.sidebar .widget .widget-wrap {
	padding: 40px!important;
}
#text-14, #text-16, .sidebar .widget_mi_testimonial {
	background-color: #f9f7e7;
	text-align: left;
}
#text-14 h4, .sidebar .widget_mi_testimonial h4 {
	color: #c1b500;
	font-size: 27px;
}
#text-14 img, #text-16 img, .sidebar .widget_mi_testimonial img {
    float: left;
    border: 1px solid #FFF;
    border-radius: 50%;
    margin-right: 5%;
    max-width: 40%;
    padding: 10px 0;
}

#widget_sp_image-5 {
	background-color: #e6eff2;
	position: relative;
	max-width: 360px;
}
.no-free-aside #widget_sp_image-5 {
    display: none;
}
.page-id-7626 .sidebar-primary #widget_sp_image-5, #widget_sp_image-5 h4, .page-id-7575 .sidebar-primary {
	display: none;
}
/* BLOG SIDEBAR */
.sidebar .widget_mi_posts .widget-wrap {
	padding: 20px!important;
	text-align: left;
}
.sidebar .widget_mi_posts {
	border-left: 2px solid #005981;
}
.sidebar .widget_mi_posts h4 {
	color: #a8ad00;
	font-size: 25px;
	padding: 0;
}
.sidebar .widget_mi_posts time {
	display: block;
	font-size: 16px;
	font-weight: 400;
}
.sidebar .widget_mi_posts li {
	text-align: left;
	font-weight: 400;
}
.sidebar .widget_mi_posts li h3 a {
	color: #005981;
	font-size: 16px;
	font-weight: 400;
}
.sidebar .widget_mi_posts li h3 a:hover {
	color: #f16521;
}
.sidebar .widget_mi_posts li h3:before {
	content: url(images/right-arrow.png);
	padding-right: 4px;
}
#sidebar-blog .widget_recent_entries {
	background-color: #e6eff2;
}
#sidebar-blog .widget_recent_entries h4 {
	color: #336699;
}

#sidebar-blog .widget_categories {
	background-color: #f9f7e8;
}
#sidebar-blog .widget_categories h4 {
	color: #cccc33;
}
/* PAGE NAVIGATION - OTHER HOVER BUTTONS AND BACKGROUND COLOURS */
.archive-pagination li a, .entry-content .more-link, input[type=submit] {
	background-color: #F16521;
}
.archive-pagination li a:hover, .archive-pagination li a:focus, .archive-pagination .active a, .entry-content .more-link:hover,
input[type=submit]:hover, .customerstory:hover .more-link {
	background-color: #a8ad00;
}
.post-navigation, .contact-details {
	overflow: hidden;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	width: 50%;
	text-align: right;
}
.support-item {
	display: inline-block;
	width: 45%;
	max-width: 45%;
	vertical-align: middle;
	text-align: center;
}
.contact-left, .contact-right {
	float: left;
	width: 30%;
}
.contact-right {
	width: 70%;
}
/* CUSTOMER STORIES */
.customerstory-entry {
	position: relative;
}
.customerstory-bg {
	padding-top: 31.55603917301415%;
	height: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: contain;
}
.customerstory-title, .customerstory-entry .entry-content {
	z-index: 999;
	position: relative;
}
.customerstory-titlewrap {
	margin: 70px 0;
}
.customer-logo {
	margin: 0 15px 15px 0;
}
.entry-content .customerstories {
	list-style: none;
	padding: 0;
	margin: 0;
}
.customerstories li.customerstory {
	min-height: 320px;
	list-style-type: none;
	position: relative;
	margin: 10px 0;
	padding: 10px 0;
	vertical-align: middle;
	overflow: hidden;
	background-position: 100% 0;
	background-size: contain;
	background-repeat: no-repeat;
}
.customerstories li.customerstory:hover {
	opacity: .7;
}
.customerstory .wording {
	top: -15%;
	left: 0;
	bottom: 0;
	position: absolute;
	margin: auto;
	height: 70%;
	width: 100%;
	right: 0;
}
.customerstory .quote {
	width: 50%;
	display: inline-block;
}
.customerstory .contact {
	font-weight: 700;
	display: block;
}
.customerstory .more-link {
	bottom: 20px;
	position: absolute;
	right: 0;
}
/* IT Solutions */
.it-solutions {
	list-style: none;
	padding: 0;
	margin: 0;
}
.it-solutions li {
	list-style-type: none!important;
}
.it-solutions li b {
	display: block;
	color: #336699;
	padding: 0 0 8px 0;
}
.it-solutions li:before {
	content: '';
	display: inline-block;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
	width: 102px;
	height: 102px;
	float: left;
}
.it-solutions li.icon-email:before {
	background-image: url(/wp-content/uploads/circle-email.png)
}
.it-solutions li.icon-security:before {
	background-image: url(/wp-content/uploads/circle-it-security.png)
}
.it-solutions li.icon-storage:before {
	background-image: url(/wp-content/uploads/circle-data-storage.png)
}


/* PAGE GRID */
.mi-grid
{
	padding:10px 10px;
	background-color:#f8f8f8;
}
.mi-grid-inner
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.mi-grid .item
{
	display: block;
	position: relative;
	text-align: center;
	text-decoration: none!important;
	width: calc(33.3334% - 20px);
	margin: 0 10px 28px;
	background-color: #fff;
	padding-bottom: 50px;
	border: 2px solid #eee;
	line-height: 1.2;
	min-width: 175px;
}

.mi-grid .item .inner
{
	display:block;
	padding:5px 5px 0 5px;
}

.mi-grid .button
{
	text-align: center;
	background-color: #F16521;
	text-transform: uppercase;
	position: absolute;
	bottom: 10px;
	left: 0;
	width: calc(100% - 20px);
	padding: 5px 10px;
	margin-left: 10px;
}

.mi-grid .item .button:hover,
.mi-grid .item:hover .button
{
	background-color:#a8ad00;
}

.mi-grid .item .title
{
	display:block;
	font-weight:600;
	line-height:1.3;
	min-height:2.6em;
}
.mi-grid .item .image
{
	padding-top: 68.120805369127516778523489932886%;
	position: relative;
	display:block;
}
.mi-grid .item .image img
{
	position: absolute;
	bottom: 0;
	left:5%;
	width:90%;
	height:auto;
	top:3.1879%;
}


/* ____________________

		MOBILE STUFF
		____________________ */
@media only screen and (max-width: 1110px) {
	.inside-banner h1 {
		margin-top: 4%;
	}
}
@media only screen and (max-width: 920px) {
	.sidebar-primary, .content-sidebar .content {
		width: 100%;
	}
	.software-table {
	    width: 47%;
	    margin: 1.5%;
	}
	.microsoft-table :nth-child(4) {
    	clear: none;
	}
	.microsoft-table :nth-child(odd) {
    	clear: left;
	}

}
@media only screen and (max-width: 800px) {
	.site-inner, .wrap {
	    padding-left: 0;
	    padding-right: 0;
	}
	.inside-banner h1 {
		margin-top: 2%;
	}
}


@media only screen and (max-width: 782px) {
    body.logged-in.admin-bar .site-header
    {
        top:46px;
    }
}
@media only screen and (max-width: 767px) {
	.verticalmenu-item {
		width: 50%;
	}
	.verticalmenu-item .vm-padding {
		margin-top: 10px;
	}
	.verticalsmenu.level1 .verticalmenu-item:nth-child(odd) .vm-padding {
		margin-left: 0;
	}

	.contact-left, .contact-right {
		float: none;
		width: 100%;
		text-align: left;
	}
	.contact-details {
	text-align: center;
}
	.contact-left {
		width: 80%;
		margin: 0 auto;
	}
	.metaslider .flex-control-nav {
		bottom: -50px;
		width: 100%;
		left: 2%;
		right: 2%;
	}
	.metaslider .flex-control-nav li a {
    	background-color: #b4ccd6;
	}
	.metaslider .flex-control-nav li a.flex-active {
    	background-color: #a8ad00;
	}
	#home-section-2 section, #home-section-2 .widget_sp_image, #home-section-3 .widget, #home-section-4 .widget,
		#home-section-4 section.widget_sp_image, #home-section-4 section.widget_text {
		float: none;
		width: 95%;
		margin: 15px 2.5%;
		text-align: center;
	}
	.recent-posts-extended {
		border: none;
		border-top: 2px solid #005981;
	}
	#home-section-4 section.widget_sp_image {
		border: none;
		border-bottom: 1px solid #005981;
		padding-bottom: 30px;
	}
	#home-section-4 section.widget_text {
		padding-top: 30px;
	}
	.recent-posts-extended .widget-wrap {
		padding-left: 0;
	}
	#home-section-3 section .textwidget {
		padding-bottom: 30px;
	}
	.social-gplus {
		margin-left: 2px;
	}
	#logos-footer .widget_text, #logos-footer .widget_text:after {
		display: none!important;
	}
	.footer-widgets .widget {
		width: 45%;
	}
	.creds {
		left: 5%;
		bottom: 30px;
		right: 5%;
	}

    .site-header
    {
        max-width:100%;
        width:100%;
        margin:0;
        padding:2px;
    }
    .site-header .title-area
    {
        width:120px;
        max-width:120px;
        float:none;
        vertical-align:middle;
    }
	.site-inner {
		padding-top: 20px;
	}

	.site-header .widget-area {
        width: calc(85% - 120px);
        margin: 10px 0;
        float: none;
        vertical-align: middle;
        display: inline-block;
        text-align: right;
        position:static;
	}
	body
	{
	    margin-top:92px;
	}
    .top-bar
    {
        padding-bottom: 5px;
    	position: absolute;
    	top: 0;
    	right: 0;
    }

	.nav-primary {
		clear: both;
		width: 100%;
		max-width: 100%;
		float: none;
		text-align: center;
	}
	.nav-primary .genesis-nav-menu {
		background-color: #005983;
		max-width: 400px;
		right: 0;
		top: 0;
		position: absolute;
		border-radius: 5px;
		border-color: #005983;
		display: none;
	}
	.nav-primary .genesis-nav-menu .menu-item {
	    display: block;
	    text-align: center;
	}
	.genesis-nav-menu a, .nav-primary .genesis-nav-menu a, .nav-primary .genesis-nav-menu .sub-menu a {
		color: #fff;
	}
	.menu-item-has-children > a::after, .menu-item-has-children:hover > a::after {
	    border-top: 4px solid #fff;
	}
	.nav-primary .genesis-nav-menu .sub-menu a:hover {
		color: #a8ad00;
	}
	.genesis-nav-menu .sub-menu {
	    left: auto;
	    opacity: 1;
	    display: none;
	    position: relative;
	    width: 100%;
	    z-index: 99;
	    text-align: center;
	}
	.genesis-nav-menu .menu-item:hover > .sub-menu {	/* STOP SUB MENU ON HOVER */
		opacity: 1;
	}
	.nav-primary .genesis-nav-menu a:hover, .nav-primary .genesis-nav-menu .current-menu-item > a {
		background-color: #a8ad00;
		color: #fff !important;
	}
	.site-header .wrap {
		padding: 0;
	}
	.genesis-nav-menu .sub-menu a, .nav-primary .genesis-nav-menu .sub-menu a {
		background-color: transparent;
		width: 100%;
		padding: 8px 0;
	}
	.mobile-menu {
        display: inline-block;
        margin: 1rem 0 0;
        float: none;
        color: #fff;
        text-align: right;
        vertical-align: middle;
        width:15%;
	}
	.menu-icon {
		cursor: pointer;
		padding: 8px 15px;
		color: #fff;
		white-space: nowrap;
		margin: 0 auto;
        background-color: #005983;
        border-radius: 6px;
        display:inline-block;
	}
	.mobile-menu:hover .menu-icon {
		background-color: #a8ad00;
	}
    #simple-social-icons-2
    {
        padding:0;
        margin-top: 1rem;
    }
    #text-2
    {
        margin-top: 1rem;
    }
	.inside-banner h1 {
		font-size: 1.5em;
	}
	.inside-banner h2 {
		font-size: 1.2em;
	}
	.vm-children.columns-3 .verticalmenu-item {
		width: 100%;
		float: none;
	}
	.level2 .vm-padding {
		margin-left: 0;
	}

	#menu-footer-links
	{
	    width:100%;
		max-width:100%;
	}

	.footer-links .logo,
	#menu-footer-links > li
	{
		float: none;
		margin-right: 0;
		width: auto;
		padding-top:30px;
	}
	.footer-links
	{
		max-width:100%;
		text-align:center;
	}
}

@media only screen and (max-width: 600px) {
    #text-2
    {
        font-size:0;
    }
    #text-2 a
    {
        padding:0;
    }
}

@media only screen and (max-width: 440px) {
	.mobile-menu {
		clear: both;
		float: none;
	}
	.software-table {
	    width: 100%;
	}
	.footer-widgets .wrap {
		padding-bottom: 70px;
	}
	.footer-widgets .widget {
		width: 95%;
		margin: 20px 2.5%;
		float: none;
	}
	.inside-banner h1, .inside-banner h2 {
		display: none;
	}
	.verticalmenu-item {
		width: 100%;
	}
	.level1 .vm-padding {
		margin-left: 0;
	}

}

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

    #simple-social-icons-2 ul li a, #simple-social-icons-2 ul li a:hover, #simple-social-icons-2 ul li a:focus
    {
        padding:4px !important;
    }
    .site-header .icon-phone:before
    {
    	width: 24px !important;
    	height: 24px !important;
    	padding: 3px 0 0 !important;
    }
    .site-header .title-area
    {
        width:100px;
    }
    .site-header .widget-area
    {
        width:calc(85% - 100px)
    }
    #simple-social-icons-2,
    #text-2,
    .mobile-menu
    {
        margin-top:2rem;
    }
    body
    {
        margin-top:78px;
    }
}

@media only screen and (min-width: 699px) {
	.nav-primary .item-width-50 .sub-menu
	{
		background:#ffffff;
		width:400px;
	}
	.nav-primary .item-width-50 .sub-menu li
	{
		width: 50%;
		margin-right: -4px;
		vertical-align: top;
	}
	.nav-primary .item-width-50 .sub-menu li a
	{
		width:auto;
	}
}