/*$grid-width: 114rem;
$gutter-vertical: 8rem;
$gutter-vertical-small: 6rem;
$gutter-horizontal: 6rem;*/
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

/* in base file because it defines what 1rem is and therefore layout for rest of site */
/*root font size set here, so can use rem on all other elements*/
/*REMs NOT SUPPORTED BELOW IE 9*/
html {
  /*font-size: 10px;*/
  /*using 10px - makes it easier - 1rem is 10px |  BUT now user cant change font size in browser - overriding it */
  /* THEREFORE we change it to a percentage - which is a percentage of the browser default font size - usually 16px */
  font-size: 62.5%;
  /*if browser default is 16px, then this is now 10px*/
  /*1rem is 10px*/ }

/*ADMIN*/
/* button submit */
/*Feedback remove button */
/*Button Black General link button*/
a.buttonLogout {
  display: inline-block;
  font-size: 1.2rem;
  font-family: Tahoma, Verdana, "open_sansregular", Arial, sans-serif;
  color: #fff;
  text-decoration: none;
  background-color: #2D2D2D;
  border-radius: 2rem;
  padding: .6rem 1rem;
  transition: all .4s; }

a.buttonLogout:link {
  color: #fff;
  text-decoration: none; }

a.buttonLogout:visited {
  color: #fff;
  text-decoration: none; }

a.buttonLogout:active {
  color: #fff;
  text-decoration: none; }

a.buttonLogout:hover {
  color: #fff;
  text-decoration: none;
  background-color: #cf8014;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2); }

/*Button Black General link button*/
a.buttonBlk {
  display: inline-block;
  font-size: 1.4rem;
  font-family: Tahoma, Verdana, "open_sansregular", Arial, sans-serif;
  color: #fff;
  text-decoration: none;
  background-color: #000;
  border-radius: 2.2rem;
  padding: 1.2rem 3rem;
  transition: all .4s; }

a.buttonBlk:link {
  color: #fff;
  text-decoration: none; }

a.buttonBlk:visited {
  color: #fff;
  text-decoration: none; }

a.buttonBlk:active {
  color: #fff;
  text-decoration: none; }

a.buttonBlk:hover {
  color: #fff;
  text-decoration: none;
  background-color: #cf8014;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2); }

/*Button Black General link button*/
a.buttonYellowTrans {
  display: inline-block;
  font-size: 1.5rem;
  font-family: Tahoma, Verdana, "open_sansregular", Arial, sans-serif;
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  border: solid 1px #e69c3c;
  border-radius: 2.2rem;
  padding: 1.2rem 3rem;
  transition: all .4s; }

a.buttonYellowTrans:link {
  color: #fff;
  text-decoration: none; }

a.buttonYellowTrans:visited {
  color: #fff;
  text-decoration: none; }

a.buttonYellowTrans:active {
  color: #fff;
  text-decoration: none; }

a.buttonYellowTrans:hover {
  color: #fff;
  text-decoration: none;
  background-color: #e69c3c;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2); }

/*Button Charcoal General link button*/
a.buttonChar {
  display: inline-block;
  font-size: 2.2rem;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  background-color: #202020;
  padding: .8rem 1.8rem;
  margin: 2rem auto;
  box-shadow: 0px 0.2rem 0.5rem rgba(0, 0, 0, 0.4);
  transition: all .5s; }

a.buttonChar:link {
  color: #fff;
  text-decoration: none; }

a.buttonChar:visited {
  color: #fff;
  text-decoration: none; }

a.buttonChar:active {
  color: #fff;
  text-decoration: none; }

a.buttonChar:hover {
  background-color: #cf8014;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2); }

/* FORM */
fieldset {
  border-style: none;
  margin-bottom: .5rem; }

fieldset:last-child {
  border-style: none; }

.fField {
  margin-top: .3rem; }

label {
  font-size: 1.5rem;
  margin-top: 15px;
  color: #2D2D2D; }

textarea, input[type="text"], input[type="password"], input[type="number"], select, option {
  font-family: Tahoma, Verdana, "open_sansregular", Arial, sans-serif;
  color: #2D2D2D;
  font-size: 1.5rem;
  width: 100%;
  box-sizing: border-box;
  padding: 1.2rem;
  margin: .3rem 0rem .3rem 0rem;
  border-style: solid;
  border-color: #6f6f6f;
  border-width: 1px;
  border-radius: 1rem;
  background-color: #FFFFFF;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1); }

textarea:focus, input:focus, option:focus {
  box-shadow: 0 0 5px rgba(239, 117, 13, 0.3);
  padding: 1.2rem;
  border: 1px solid rgba(239, 117, 13, 0.85);
  outline: none; }

input.countdown {
  width: 60px;
  font-size: 1rem; }

input.small {
  font-size: 1rem; }

#refresh {
  color: #cf8014;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  cursor: hand; }

#refresh:hover {
  color: #000; }

/*Button Charcoal General link button*/
.buttonSubmit {
  display: inline-block;
  font-size: 1.5rem;
  color: #fff;
  text-decoration: none;
  background-color: #3476b1;
  border-radius: 2.2rem;
  padding: 1.2rem 3rem;
  margin: 2rem auto;
  transition: all .4s;
  cursor: pointer; }

.buttonSubmit:link {
  color: #fff;
  text-decoration: none; }

.buttonSubmit:visited {
  color: #fff;
  text-decoration: none; }

.buttonSubmit:active {
  color: #fff;
  text-decoration: none; }

.buttonSubmit:hover {
  background-color: #101c28; }

/*box-shadow: 0px 2px 4px rgba(0,0,0,0.2);*/
/*appears beneath the box, when start typing - placeholder not showing*/
label.title {
  display: block;
  height: 10px;
  clear: both;
  width: auto;
  padding-top: 0px;
  margin: 0px;
  font-size: 9px;
  color: #6f6f6f;
  font-weight: normal;
  line-height: 120%;
  text-align: left;
  transition: all .3s; }

/*new //need to also select label which is an adjacent sibling (first) - must be after the input
//this is when placeholder is shown - properties are for the label.  When start typing, place holder is not shown */
textarea:placeholder-shown + label.title, input:placeholder-shown + label.title {
  opacity: 0;
  /*can animate this property*/
  visibility: hidden;
  /*properly gone, but cant animate*/
  transform: translateY(-10px); }

/*Errors - Feedback*/
/*form label errors*/
.error {
  margin: 0rem;
  font-size: 1.2rem;
  color: #be1820;
  text-align: left !important; }

/*field required*/
/*Feedback Div*/
#errorADiv {
  position: absolute;
  top: 150;
  right: 2rem;
  min-width: 26.3rem;
  max-width: 26.3rem;
  margin: 1rem;
  background-color: #FFFFFF;
  border-style: solid;
  border-color: #6f6f6f;
  border-width: .1rem;
  padding: .8rem;
  border-radius: .8rem;
  z-index: 200; }

.errorA_p {
  font-size: 1.2rem;
  margin: 0rem 0rem .5rem 0rem;
  text-align: left; }

/*form feedback errors*/
.throw_error {
  font-size: 1.2rem;
  color: #be1820;
  margin: 0rem 0rem .5rem 0rem;
  text-align: left; }

/*form feedback error*/
#message {
  text-align: left;
  color: #2D2D2D;
  font-size: 1.7rem; }

/*form feedback error*/
.successMsg {
  /* background-image: url("../images/icon_Check.png");
	background-repeat: no-repeat;
	background-position: .3rem center; */
  background-color: #e0ffad;
  border-style: dotted;
  border-color: #80b641;
  border-width: 2px;
  border-radius: 5px;
  padding: 12px 15px;
  /* padding: 1rem 1rem 1rem 3.5rem;  */ }

.errorMsg {
  /* background-image: url("../images/icon_Cross.png");
	background-repeat: no-repeat;
	background-position: .3rem center; */
  background-color: #ffc3c3;
  border-style: dotted;
  border-color: #ff0000;
  border-width: 2px;
  border-radius: 5px;
  padding: 12px 15px;
  /*padding: 1rem 1rem 1rem 3.5rem; */ }

#message p {
  margin: 0px;
  font-size: 1.2rem;
  text-align: left;
  color: #2D2D2D; }

/*for update images forms */
.messages {
  font-size: 1.2rem;
  line-height: 120%; }

.messageP {
  margin-top: 3px;
  font-size: 1.2rem;
  line-height: 120%; }

/*for update images forms */
* {
  margin: 0rem;
  padding: 0rem;
  box-sizing: border-box; }

/* FONT - Generated by Font Squirrel (http://www.fontsquirrel.com) America/New_York */
@font-face {
  font-family: 'open_sansregular';
  src: url("../Fonts/OpenSans-Regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'open_sansbold';
  src: url("../Fonts/OpenSans-Bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'open_sanssemi';
  src: url("../Fonts/OpenSans-Semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'open_sansxtraitalic';
  src: url("../Fonts/OpenSans-ExtraBoldItalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

html {
  background-color: #101c28; }

html, body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  color: #2D2D2D;
  font-family: Tahoma, Verdana, "open_sansregular", Arial, sans-serif;
  letter-spacing: .2px; }

/* CONTENT LINKS */
a {
  color: #2D2D2D;
  font-size: 1.5rem;
  font-family: Tahoma, Verdana, "open_sansregular", Arial, sans-serif;
  line-height: 160%;
  text-decoration: underline;
  font-weight: normal;
  transition: .2s; }

a:link {
  color: #2D2D2D;
  text-decoration: underline; }

a:visited {
  color: #2D2D2D;
  text-decoration: underline; }

a:active {
  color: #2D2D2D;
  text-decoration: underline; }

a:hover {
  color: #cf8014;
  text-decoration: underline; }

a.white {
  color: #fff;
  font-family: Tahoma, Verdana, "open_sansregular", Arial, sans-serif;
  line-height: 160%;
  text-decoration: underline;
  font-weight: normal;
  transition: .2s; }

a.white:link {
  color: #fff;
  text-decoration: underline; }

a.white:visited {
  color: #fff;
  text-decoration: underline; }

a.white:active {
  color: #fff;
  text-decoration: underline; }

a.white:hover {
  color: #cf8014;
  text-decoration: underline; }

/*MAIN STRUCTURAL DIVS*/
#header {
  width: 100%;
  height: 90px;
  background-color: #FFFFFF; }

#logoWrapper {
  float: left; }

#logo {
  margin-top: 5px;
  margin-left: 10px; }

.innerWrapper {
  width: 1160px;
  margin-left: auto;
  margin-right: auto; }

.innerPadding {
  padding: 4rem 0rem 45px 0rem; }

.innerPadding2 {
  padding: 3rem 1rem 35px 1rem; }

.sectionWhite {
  width: 100%;
  background-color: #FFFFFF; }

.sectionDark {
  width: 100%;
  background-color: #12171b; }

.sectionGrey {
  width: 100%;
  background-color: #CCCCCC; }

.sectionBreadcrumb {
  width: 100%;
  background-color: #12171b;
  margin: 2rem 0rem; }

.sectionBreadcrumb p {
  margin: 0rem 1rem;
  font-weight: bold;
  font-style: italic;
  font-size: 1.8rem;
  color: #fff; }

/*$font-xtraitalic;*/
.sectionTech {
  width: 100%;
  background-color: #FFFFFF;
  background-image: url("../images/bg_Tech.jpg");
  background-size: cover; }

.sectionTech p {
  color: #fff; }

.sectionTech ul {
  color: #fff; }

/* NAVIGATION */
#menuWrapper {
  position: relative;
  margin-top: 1rem;
  float: right; }

#menuIcon {
  display: none;
  float: right;
  margin-top: .5rem;
  margin-right: 2rem;
  height: 5rem;
  width: 5rem;
  cursor: pointer; }

#navDiv {
  position: relative;
  margin-top: 0px; }

/* CONTENT LINKS main nav links */
a.main {
  position: relative;
  display: block;
  float: left;
  padding: 1px 12px 12px 8px;
  color: #2D2D2D;
  font-size: 1.6rem;
  font-family: Tahoma, Verdana, "open_sansregular", Arial, sans-serif;
  text-decoration: none;
  transition: 0.3s;
  line-height: 120%; }

a.main:link {
  color: #2D2D2D;
  text-decoration: none; }

a.main:visited {
  color: #2D2D2D;
  text-decoration: none; }

a.main:active {
  color: #2D2D2D;
  text-decoration: none; }

a.main:hover {
  color: #2D2D2D;
  text-decoration: none; }

a.main::after, div.main:after {
  position: absolute;
  bottom: 5px;
  content: '';
  height: 2px;
  width: 0%;
  background-image: linear-gradient(to right, #fff, #6f6f6f, #fff);
  margin: 0 auto;
  left: 0;
  right: 0;
  transition: .3s; }

a.main:hover:after, div.main:hover:after {
  width: 100%; }

a.mainLive {
  display: block;
  float: left;
  padding: 1px 15px 15px 10px;
  color: #2D2D2D;
  font-size: 1.7rem;
  font-family: Tahoma, Verdana, "open_sansregular", Arial, sans-serif;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s;
  background-image: url("../images/nav_Pointer.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  line-height: 120%; }

a.mainLive:link {
  text-decoration: none; }

a.mainLive:visited {
  text-decoration: none; }

a.mainLive:active {
  text-decoration: none; }

a.mainLive:hover {
  text-decoration: none; }

div.main {
  position: relative;
  display: block;
  float: left;
  padding: 1px 15px 15px 10px;
  color: #2D2D2D;
  font-size: 1.5rem;
  font-family: open_sansbold;
  text-decoration: none;
  line-height: 120%;
  cursor: pointer;
  cursor: hand; }

#navClose {
  display: none;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #333333;
  cursor: pointer;
  cursor: hand;
  transition: background-color .4s; }

#navClose p {
  margin-top: 50%;
  transform: translateY(-50%);
  color: #666666;
  font-size: 20px;
  text-align: center;
  line-height: 1; }

#navClose:hover {
  background-color: #efe5d3; }

/*GENERAL*/
h1 {
  margin: 0rem 0rem 3.5rem 0rem;
  font-size: 3rem;
  color: #2D2D2D;
  font-family: Tahoma, Verdana, "open_sansregular", Arial, sans-serif;
  font-weight: normal;
  line-height: 120%; }

h1.white {
  color: #fff; }

h1.top {
  margin-top: 4.5rem; }

h2 {
  margin: 0rem 0rem 1.5rem 0rem;
  font-size: 2.4rem;
  color: #2D2D2D;
  font-weight: normal;
  font-style: italic;
  line-height: 120%; }

h2.white {
  color: #fff; }

h3 {
  font-size: 1.8rem; }

h3.white {
  color: #fff; }

p {
  padding: 0;
  margin: 0rem 0rem 15px 0rem;
  font-size: 1.5rem;
  color: #202020;
  font-family: Tahoma, Verdana, "open_sansregular", Arial, sans-serif;
  line-height: 160%;
  text-align: justify; }

p.intro {
  font-size: 1.8rem;
  color: #6f6f6f;
  text-align: center; }

p.center {
  text-align: center; }

div.bigTextCenter {
  width: 50%;
  margin: 4rem auto; }

div.bigTextCenter p {
  text-align: center;
  font-size: 2rem; }

.center {
  text-align: center; }

.centerDiv {
  margin: 0px auto; }

div.break {
  clear: both;
  height: .1rem; }

div.narrowCentre {
  width: 60%;
  margin: 0rem auto;
  text-align: center; }

div.narrowCentre p {
  text-align: center; }

div.narrow {
  width: 60%;
  margin: 0rem auto; }

a img {
  outline: none;
  border-style: none; }

.button {
  margin: 3rem 1rem; }

.text-nowrap {
  white-space: nowrap; }

.white {
  font-color: #fff; }

.small {
  font-size: 1rem;
  line-height: 50%; }

ul {
  padding: 0;
  margin: 0rem 0rem 15px 2rem;
  font-size: 1.5rem;
  color: #202020;
  font-family: Tahoma, Verdana, "open_sansregular", Arial, sans-serif;
  line-height: 160%;
  text-align: justify; }

/*CONTENT*/
.contentWrapper {
  margin: 1rem 6rem 1rem 6rem; }

.contentImg {
  width: 100%;
  border-radius: 2rem;
  margin: 2rem auto; }

.contentSectionWrapper {
  margin: 1rem 6rem; }

.contentSection {
  width: 85%;
  padding-top: 5rem; }

.contentSection::before {
  content: "";
  position: absolute;
  width: 40%;
  height: 1px;
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  border-color: #518fcb;
  margin-top: -2.5rem;
  margin-left: -1rem; }

.contentSectionFull {
  position: relative;
  width: 100%;
  padding-top: 5rem; }

.contentSectionFull::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 1px;
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  border-color: #518fcb;
  margin-top: -2.5rem;
  margin-left: 0rem; }

/* HOME */
/*tech section*/
#grafanTech {
  padding-bottom: 5px;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #5988a0;
  background-image: url("../images/flare.png");
  background-repeat: no-repeat;
  background-position: center bottom 5px;
  border-style: solid; }

#grafanTech_Smile {
  float: right; }

/*intro*/
#grafanIntroWrapper {
  padding-top: 8rem; }

#grafanIntro {
  position: relative;
  width: 45rem;
  margin-top: 6rem;
  margin-left: 28rem; }

#grafanIntro::before {
  content: url("../images/logo_techRings.png");
  position: absolute;
  top: -6rem;
  left: -25rem; }

#grafanIntro p {
  margin-right: 1rem;
  color: #FFFFFF;
  font-size: 16px;
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  border-color: #707982;
  padding: 1.5rem 1rem; }

/* service flex */
/* THREE PIC FLEX */
.servicesFlex {
  width: 98%;
  display: flex;
  margin: 0rem auto 0rem auto;
  justify-content: center;
  align-items: top;
  flex-direction: row;
  gap: 5px; }

.servicesFlex-bloc {
  position: relative;
  flex-basis: 15%;
  flex-grow: 1; }

.servicesFlex-bloc img {
  width: 100%; }

/* SLICK SLIDER */
.tourSlider {
  display: block;
  width: 100%;
  height: 26rem;
  margin: 0px;
  padding: 0px; }

.slick-dotted.slick-slider {
  margin-bottom: 0px !important; }

/* added the following to give the background color of the arrows as red for visibility, the default which can be found in the slick-theme.css was white */
.slick-prev:before,
.slick-next:before {
  color: red; }

.slick-dots {
  bottom: 5px !important; }

.slick-prev {
  left: 5px !important;
  z-index: 200; }

.slick-next {
  right: 5px !important; }

/*SLIDE 1*/
.sliderWrapper {
  height: 23rem !important;
  padding-top: 6rem;
  margin-right: 1rem;
  margin-left: 1rem;
  transition: .5s; }

.sliderWrapper:hover {
  transform: scale(1.05); }

.slider {
  position: relative;
  width: 26rem;
  height: 15rem !important;
  border-radius: 10px;
  background-color: #FFFFFF;
  padding-top: 7rem;
  cursor: pointer; }

#slider-training::before {
  content: url("../images/iconTraining.png");
  position: absolute;
  top: -4rem;
  left: 50%;
  transform: translateX(-50%); }

#slider-software::before {
  content: url("../images/iconSoftware.png");
  position: absolute;
  top: -4rem;
  left: 50%;
  transform: translateX(-50%); }

#slider-manage::before {
  content: url("../images/iconITManage.png");
  position: absolute;
  top: -4rem;
  left: 50%;
  transform: translateX(-50%); }

#slider-hardware::before {
  content: url("../images/iconHardware.png");
  position: absolute;
  top: -4rem;
  left: 50%;
  transform: translateX(-50%); }

#slider-security::before {
  content: url("../images/iconSecurity.png");
  position: absolute;
  top: -4rem;
  left: 50%;
  transform: translateX(-50%); }

#slider-fleet::before {
  content: url("../images/iconFleet.png");
  position: absolute;
  top: -4rem;
  left: 50%;
  transform: translateX(-50%); }

#slider-network::before {
  content: url("../images/iconNetwork.png");
  position: absolute;
  top: -4rem;
  left: 50%;
  transform: translateX(-50%); }

#slider-acs::before {
  content: url("../images/iconACS.png");
  position: absolute;
  top: -4rem;
  left: 50%;
  transform: translateX(-50%); }

.slideHeader {
  margin: 0rem 1.5rem;
  text-align: center;
  font-size: 2rem;
  color: #e69c3c; }

/*SERVICES*/
.servicesWrapper {
  margin: 1rem 15rem 1rem 8rem; }

.servicesDiv {
  position: relative;
  margin: 5rem 0rem;
  overflow: hidden; }

.servicesTxt {
  float: right;
  width: 70%;
  padding-top: 5rem; }

.servicesTxt::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  border-color: #518fcb;
  margin-top: -2.5rem;
  margin-left: -1rem; }

.servicesImg {
  float: left;
  width: 18%; }

.servicesImg img {
  width: auto; }

/* CONTACT */
.contactIntroWrapper {
  position: relative;
  overflow: hidden;
  margin: 0rem 0rem 4rem 0rem; }

.contactIntroLeft {
  float: left;
  width: 30%; }

.contactIntroRight {
  float: right;
  width: 65%; }

.contactIntroRight p {
  margin: 3rem 20rem 1rem 0rem; }

.contactLeft {
  float: left;
  width: 45%; }

.contactRight {
  float: right;
  width: 45%; }

.contact {
  position: relative;
  margin-left: 55px; }

#contact-location::before {
  content: url("../images/icon_Location.png");
  position: absolute;
  top: 0rem;
  left: -40px;
  transform: translateX(-50%); }

#contact-contact::before {
  content: url("../images/icon_Contact.png");
  position: absolute;
  top: 0rem;
  left: -40px;
  transform: translateX(-50%); }

.privacyContacts {
  color: #fff; }

.privacyContacts p {
  color: #fff; }

/*FOOTER*/
#sectionFooter {
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  border-color: #6f6f6f; }

.footerDiv p {
  color: #FFFFFF; }

.footerLeft {
  float: left;
  width: 35%; }

.footerLeft p {
  text-align: left; }

.footerRight {
  float: right;
  width: 35%; }

.copyright {
  margin-top: 15rem;
  text-align: center;
  color: #b2cced;
  font-size: 1.3rem; }

.copyright2 {
  margin-top: 5rem;
  padding-left: 3rem;
  text-align: center;
  color: #b2cced;
  font-size: 1.3rem; }

.copyright2 img {
  vertical-align: middle; }

/*SCROLL TO TOP */
.scrollToTop {
  display: none;
  width: 5rem;
  position: fixed;
  right: 0rem;
  bottom: 0rem;
  background-color: #101c28;
  font-size: 1.4rem;
  color: #FFFFFF;
  padding: .6rem;
  border-style: solid;
  cursor: pointer;
  cursor: hand;
  z-index: 100; }

.scrollToTop:hover {
  background-color: #cf8014; }

/*$grid-width: 114rem;
$gutter-vertical: 8rem;
$gutter-vertical-small: 6rem;
$gutter-horizontal: 6rem;*/
/* MEDIA QUERIES ****************************************************************************/
@media (max-width: 1160px) {
  /*Main Structural*/
  .innerWrapper {
    width: 100%; }
  .innerPadding {
    padding: 4rem 1rem 45px 1rem; }
  /* NAVIGATION */
  #menuWrapper {
    margin-right: 1rem; } }

@media only screen and (max-width: 1120px) {
  /*FOOTER*/
  .footerLeft {
    float: left;
    width: 45%; }
  .footerRight {
    float: right;
    width: 35%; } }

@media only screen and (max-width: 1000px) {
  /*CONTENT*/
  .contentWrapper {
    margin: 1rem 1rem 1rem 1rem; }
  .contentSection {
    width: 90%; }
  /* HOME */
  /*tech section*/
  #grafanTech_Smile {
    float: right;
    width: 20rem; }
  /*intro*/
  #grafanIntroWrapper {
    padding-top: 6rem; }
  #grafanIntro {
    width: 40%;
    margin-top: 6rem;
    margin-left: 22rem; }
  #grafanIntro::before {
    content: url("../images/logo_techRings_m.png");
    position: absolute;
    top: -6rem;
    left: -21rem; }
  #grafanIntro p {
    font-size: 15px; } }

@media only screen and (max-width: 950px) {
  /*SERVICES*/
  .servicesWrapper {
    margin: 1rem 7rem 1rem 5rem; }
  /* CONTACT */
  .contactIntroRight p {
    margin: 3rem 1.2rem 1rem 0rem; } }

@media only screen and (max-width: 900px) {
  /*MAIN STRUCTURAL DIVS*/
  #logo {
    width: 280px; }
  /* NAVIGATION */
  #menuIcon {
    display: block;
    float: right;
    margin-right: 2rem;
    height: 5rem;
    width: 5rem;
    cursor: pointer; }
  #navClose {
    display: block; }
  #menuWrapper {
    position: absolute;
    margin-top: 0px;
    top: 0rem;
    width: 0px;
    height: 100%;
    background-image: url("../images/trans_Charcoal.png");
    overflow-x: hidden;
    transition: 0.5s;
    /* 0.5 second transition effect to slide in the sidenav */
    z-index: 1010; }
  #navDiv {
    position: relative;
    width: 100%;
    margin-top: 50px; }
  a.main {
    display: block;
    float: none;
    padding: 1px 10px 10px 10px;
    margin-bottom: 2.5rem;
    color: #fff;
    text-align: center; }
  a.main:link {
    color: #fff; }
  a.main:visited {
    color: #fff; }
  a.main:active {
    color: #fff; }
  a.main:hover {
    color: #fff; }
  div.main {
    display: block;
    float: none;
    padding: 1px 10px 10px 10px;
    margin-bottom: 2rem;
    color: #fff;
    text-align: center; }
  div.main:hover {
    color: #fff; }
  a.main::after, div.main:after {
    background-image: linear-gradient(to right, #6f6f6f, #fff, #6f6f6f); }
  a.main:hover:after, div.main:hover:after {
    width: 60%; }
  a.mainLive {
    display: block;
    float: none;
    padding: 1px 10px 10px 10px;
    margin-bottom: 2.5rem;
    color: #fff;
    font-weight: bold;
    text-align: center; } }

@media only screen and (max-width: 850px) {
  /*CONTENT*/
  .contentSectionWrapper {
    margin: 1rem 4rem; }
  .contentSection {
    width: 95%;
    padding-top: 5rem; }
  .contentSection::before {
    width: 50%;
    margin-left: 0rem; }
  /*SLIDE 1*/
  .slider {
    position: relative;
    width: 20rem;
    height: 15rem !important;
    padding-top: 7rem; }
  .slideHeader {
    margin: 0rem 1.5rem;
    font-size: 1.6rem; }
  /*SERVICES*/
  .servicesWrapper {
    margin: 1rem 2rem 1rem 1rem; } }

@media only screen and (max-width: 820px) {
  /*GENERAL*/
  div.narrowCentre {
    width: 80%; }
  div.narrow {
    width: 80%; }
  div.bigTextCenter {
    width: 70%;
    margin: 4rem auto; }
  div.bigTextCenter p {
    font-size: 1.8rem; }
  /* CONTACT */
  .contactIntroLeft {
    float: left;
    width: 28%; }
  .contactIntroLeft img {
    width: 100%; } }

@media only screen and (max-width: 760px) {
  /* HOME */
  /*tech section*/
  #grafanTech_Smile {
    float: right;
    width: 20rem; }
  /*intro*/
  #grafanIntroWrapper {
    padding-top: 6rem; }
  #grafanIntro {
    width: 60%;
    margin-top: 6rem;
    margin-left: 2rem; }
  #grafanIntro::before {
    content: url("../images/logo_techRings_s.png");
    position: absolute;
    top: -8rem;
    left: -1rem; }
  #grafanIntro p {
    font-size: 15px; }
  /* CONTACT */
  .contactLeft {
    float: none;
    width: 100%; }
  .contactRight {
    float: none;
    width: 100%; }
  .contact {
    position: relative;
    margin-left: 55px; }
  #contact-location::before {
    content: url("../images/icon_Location.png");
    position: absolute;
    top: 0rem;
    left: -40px;
    transform: translateX(-50%); }
  #contact-contact::before {
    content: url("../images/icon_Contact.png");
    position: absolute;
    top: 0rem;
    left: -40px;
    transform: translateX(-50%); } }

@media only screen and (max-width: 720px) {
  /*MAIN STRUCTURAL DIVS*/
  .innerPadding {
    padding: 3rem 1.5rem 3rem 1.5rem; }
  .innerPadding2 {
    padding: 3rem 1.5rem 3rem 1.5rem; }
  /*SERVICES*/
  .servicesTxt {
    width: 70%;
    padding-top: 5rem; }
  .servicesImg {
    width: 22%; }
  .servicesImg img {
    width: 12rem; }
  /*FOOTER*/
  .footerLeft {
    float: none;
    width: 100%; }
  .footerLeft p {
    text-align: center; }
  .footerRight {
    float: none;
    width: 100%; }
  .footerRight p {
    text-align: center;
    margin-top: 5rem; } }

@media only screen and (max-width: 640px) {
  /*GENERAL*/
  div.bigTextCenter {
    width: 90%; }
  div.bigTextCenter p {
    font-size: 1.6rem; }
  /*CONTENT*/
  .contentSectionWrapper {
    margin: 1rem 0rem; }
  .contentSection {
    width: 100%;
    padding-top: 5rem; }
  /* HOME */
  /*tech section
    #grafanTech{background-image: url('../images/flare2.png'); background-repeat: no-repeat; background-position: center bottom 85px;}
    #grafanTech_Smile{width: 17rem;}*/
  /*tech section*/
  #grafanTech {
    background-image: url("../images/flare2.png");
    background-repeat: no-repeat;
    background-position: center bottom 85px; }
  #grafanTech_Smile {
    float: left;
    width: 30%; }
  /*intro*/
  #grafanIntroWrapper {
    float: right;
    width: 60%;
    padding-top: 0rem; }
  #grafanIntro {
    width: 100%;
    margin-left: 0rem;
    margin-top: 6rem; }
  #grafanIntro::before {
    content: url("../images/logo_techRings_ss.png");
    position: absolute;
    top: -5.5rem;
    left: .5rem; }
  #grafanIntro p {
    font-size: 14px;
    padding: .5rem; }
  /*intro
    #grafanIntroWrapper{padding-top: 4rem;}
    #grafanIntro{width: 60%; margin-top: 6rem; margin-left: 2rem;}
    #grafanIntro::before{
        content: url('../images/logo_techRings_s.png');
        position: absolute;
        top: -8rem;
        left: -1rem;
    }
    #grafanIntro p{font-size: 15px; padding: .5rem;}*/
  /* SERVICES PIC FLEX */
  .servicesFlex {
    width: 96%;
    flex-wrap: wrap;
    gap: 3px; }
  .servicesFlex-bloc {
    flex-basis: 30%; }
  /*SLIDE 1*/
  .slider {
    position: relative;
    width: auto;
    height: 15rem !important;
    padding-top: 7rem; }
  /* CONTACT */
  .contactIntroWrapper {
    margin: 0rem 0rem 2rem 0rem; }
  .contactIntroLeft {
    float: none;
    width: 100%;
    text-align: center; }
  .contactIntroLeft img {
    width: 20rem; }
  .contactIntroRight {
    float: none;
    width: 100%; }
  .contactIntroRight p {
    margin: 3rem 1rem 1rem 1rem;
    text-align: center; } }

@media only screen and (max-width: 550px) {
  /*GENERAL*/
  h1 {
    font-size: 2.4rem; }
  h2 {
    font-size: 2rem; }
  p {
    font-size: 1.5rem; }
  /* CONTENT LINKS */
  a {
    font-size: 1.5rem; }
  div.bigTextCenter {
    width: 92%; }
  div.bigTextCenter p {
    font-size: 1.5rem; }
  /* HOME */
  /*tech section
    #grafanTech_Smile{float: left; width: 30%;}*/
  /*intro
    #grafanIntroWrapper{float: right; width: 60%; padding-top: 0rem;}
    #grafanIntro{width: 100%; margin-left: 0rem; margin-top: 6rem;}
    #grafanIntro::before{
        content: url('../images/logo_techRings_ss.png');
        position: absolute;
        top: -5.5rem;
        left: .5rem;
    }
    #grafanIntro p{font-size: 14px; padding: .5rem;}*/
  /*SERVICES*/
  .servicesTxt {
    width: 70%;
    padding-top: 4rem; }
  .servicesTxt::before {
    margin-left: 0rem; }
  .servicesImg {
    width: 22%; }
  .servicesImg img {
    width: 10rem; } }

@media only screen and (max-width: 520px) {
  /* HOME */
  /*tech section*/
  #grafanTech {
    background-position: center bottom 65px; }
  #grafanTech_Smile {
    display: none; }
  /*intro*/
  #grafanIntroWrapper {
    float: none;
    width: 100%;
    padding-top: 1.5rem; }
  #grafanIntro::before {
    content: url("../images/logo_techRings_s.png");
    position: absolute;
    top: -8rem;
    left: 50%;
    margin-left: -42px; }
  /* SLICK SLIDER 
    .slider{background-size: cover; background-position: center;}*/
  /*SLIDE 1*/ }

@media only screen and (max-width: 480px) {
  /*GENERAL*/
  div.narrowCentre {
    width: 100%; }
  div.narrow {
    width: 100%; }
  /*MAIN STRUCTURAL DIVS*/
  #logo {
    width: 220px; }
  /* NAVIGATION */
  #menuIcon {
    margin-right: .5rem; }
  /*SLIDE 1*/
  /*SERVICES*/
  .servicesImg img {
    width: 8.5rem; } }

@media only screen and (max-width: 400px) {
  /* HOME */
  /*tech section*/
  #grafanTech {
    background-image: url("../images/flare3.png");
    background-position: center bottom 75px; }
  /*SLIDE 1*/
  /*SERVICES*/
  .servicesDiv {
    position: relative;
    margin: 5rem 0rem;
    overflow: hidden; }
  .servicesTxt {
    float: none;
    width: 100%;
    padding-top: 3.5rem; }
  .servicesTxt::before {
    width: 100%;
    margin-top: -2rem;
    margin-left: 0rem; }
  .servicesImg {
    float: none;
    width: 100%;
    text-align: center; }
  .servicesImg img {
    width: 10rem; }
  /* CONTACT */
  .contactIntroLeft img {
    width: 15rem; }
  .contactIntroRight p {
    margin: 3rem 0rem 1rem 0rem;
    text-align: center; }
  /* CONTACT */
  .contact {
    position: relative;
    margin-left: 40px; }
  #contact-location::before {
    content: url("../images/icon_Location.png");
    position: absolute;
    top: 0rem;
    left: -30px;
    transform: translateX(-50%); }
  #contact-contact::before {
    content: url("../images/icon_Contact.png");
    position: absolute;
    top: 0rem;
    left: -25px;
    transform: translateX(-50%); } }

@media only screen and (max-width: 350px) {
  /* HOME */
  /*tech section*/
  #grafanTech {
    background-position: center bottom 45px; } }

@media only screen and (max-width: 320px) {
  /*MAIN STRUCTURAL DIVS*/
  #logo {
    width: 200px; }
  /* NAVIGATION */
  #menuIcon {
    margin-right: 0rem; }
  /*SLIDE 1*/
  .slideHeader {
    font-size: 1.5rem; } }
