:root {
  --goudy: "Sorts Mill Goudy", serif;
  --roboto: "Roboto", sans-serif;
  --montserrat: "Montserrat", sans-serif;
  --prata: "Prata", serif;
  --blue: #0181CC;
  --green: #317622;
  --white: #FFFFFF;
  --black: #000000;
  --dark-grey: #565658;
  --light-grey: #F4F4F4;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--roboto);
}

.left {
  float: left;
}
.right {
  float: right;
}

a {
  text-decoration: none;
  color: inherit;
}

h1 {
  color: var(--blue);
}

.goudy {
  font-family: var(--goudy);
}
.roboto {
  font-family: var(--roboto);
}
.montserrat {
  font-family: var(--montserrat);
}



.wrapped {
  max-width: 1200px;
  width: calc(100% - 100px);
  margin: 0 auto;
}
.navContainer {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  background: var(--dark-grey);
  color: var(--white);
  overflow: auto;
  width: 100%;
  font-family: var(--prata);

}
.navContainer .navLogo {
  height: 55px;
}
.navContainer .navigation {
  height: 60px;
  line-height: 60px;
}
.navContainer .navigation .nav {
  padding-left: 20px;
  padding-right: 20px;
  cursor: pointer;
}
.navContainer .navigation .nav:hover {
  background: var(--blue);
  transition: 0.5s;
}
.navContainer .navigation .nav .navIcon {
  height: 14px;
  margin-left: 10px;
  margin-top: 22px;
}
.subNav {

  color: var(--white);
  left: 0;
  width: 100%;
  overflow: auto;
  display: none;
  font-family: var(--montserrat);
  padding-top: 40px;
  padding-bottom: 40px;
  box-shadow: inset 0 0 0 1000px rgba(0,129,204,.98);
  background-image: url(https://tigmelly.sirv.com/Firmin%20%26%20Co/Icons/firmin_tile_20.png);
}
.subNav .subNavText {
  width: calc(50% - 30px);
  border-left: solid 3px var(--white);
  padding-left: 10px;
  line-height: 1.5em;
  font-weight: 500;
}
.subNav .subNavText p {
  margin: 0;
  margin-top: 10px;
  padding: 0;
}
.subNav .subNavNav {
  width: calc(50% - 20px);
}
.subNav .subNavNav .nav {
  width: calc(50% - 20px);
  height: 50px;
  cursor: pointer;
  font-weight: 700;
}
.subNav .subNavNav .nav .subNavIcon {
  height: 14px;
  margin-left: 10px;
  margin-top: 3px;
}
h3 {
  font-weight: 500;
  color: var(--blue);
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 15px;
}
.subNavDescription {
  font-weight: 300px;
  line-height: 19px;
  margin-bottom: 0px;
}
.navLine {
  height: 1px;
  background: var(--blue);
  width: 100%;
}
.navLineHalf {
  height: 1px;
  background: var(--blue);
  width: calc(50% - 10px);
  margin-bottom: 20px;
}
.subNavNav .halfNav {
  width: calc(50% - 10px);
  height: 40px;
  line-height: 40px;
}
.subNavNav .halfNav:hover {
  color: var(--blue);
  cursor: pointer;
  font-weight: 300px;
}
#hero {
  display: flex;
  justify-content: center;
  align-content: normal;
  margin-top: 60px;
  background-image: url(https://tigmelly.sirv.com/Firmin%20%26%20Co/Backgrounds/IMG_0801.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: auto;
box-shadow: inset 0 0 0 1000px rgba(0,129,204,.5);
}
#hero .wrapped {
  display: flex;
  flex: 1;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.heroLeft {
  flex: 2 1 auto;
  align-items: center;
  justify-content: center;
  width: calc((100% / 3) * 2);
}
.heroRight {
  flex: 2 1 auto;
  width: 30%;
}



.heroFeature {

  background: blue;
  border: solid 3px white;
  border-radius: 20px;
  background: none;
  padding: 10px;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
  font-family: var(--montserrat);
  text-align: center;
}
.heroFeatureInner {
  background: white;
  border-radius: 15px;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
  overflow: auto;
}
.heroFeatureTitle {
  background: var(--blue);
  color: white;
  text-align: center;
  height: 30px;
  line-height: 35px;
  font-family: var(--prata);
  overflow: hidden;
  text-shadow: 2px 0px 2px rgba(0,0,0,0.6);
}
.heroFeatureImage {
  height: 200px;
  background: white;
  background-image: url(https://alto-live.s3.amazonaws.com/wvxuv4PRkq8d6Ptl1XeMpfyQWS4/Q7xjxoBu4rIa2DJ8S-EyFbMlQ0Y/Photo/%5B3%5D/htrGMiDP_UuGBkxSr9Ptkg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.heroIcon {
  height: 20px;
  float: right;
  margin-left: 10px;
}
#heroText {
  text-align: center;
  flex: 1;

  float: left;
  padding: 20px;
  border-radius: 20px;
}
.heroButton {
  height: 50px;
  background: var(--white);
  color: var(--blue);
  border: none;
  border-radius: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: var(--montserrat);
  font-size: 30px;
}
.heroTextTitle {
  color: var(--white);
  font-family: var(--prata);
  text-shadow: 2px 0px 2px rgba(0,0,0,0.6);
  font-size: 70px;
}
.heroTextTagline {
  font-family: var(--montserrat);
  color: var(--white);
  font-size: 30px;
  text-shadow: 2px 0px 2px rgba(0,0,0,0.6);
}
.heroFeatureContent {
  background: white;
  padding: 20px;
  text-align: left;
  overflow: auto;
}
.featureMeasure {
  height: 20px;
  line-height: 20px;
  margin-bottom: 5px;
}
.featureMeasure:last-child {
  margin-bottom: 0px;
}

.heroTitle {
  color: white;
  font-size: 70px;
  font-family: var(--prata);
  text-shadow: 2px 0px 2px rgba(0,0,0,0.6);
}
.heroTagline {
  color: white;
  font-size: 30px;
  font-family: var(--montserrat);
  text-shadow: 2px 0px 2px rgba(0,0,0,0.6);
  margin-top: 10px;
  margin-bottom: 10px;
}

.overflowBox {
  text-decoration: none;
  transition: box-shadow .2s;
  display: flex;
  grid-column-gap: 0px;
  grid-template: ".Area"/1fr 50px;
}
.overflowBoxContent {
  align-self: auto;
  background-color: #fff;
  flex-flow: column wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 23px 0 25px 24px;
  display: flex;
}
.overflowBox h3 {
  margin-top: 0;
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 23px;
}
.overflowBoxArrow {
  align-self: center;
  justify-self: center;
  padding: 10px;
  display: flex;
}
.overflowBoxArrow img {
  max-width: 100%;
vertical-align: middle;
display: inline-block;
width: 30px;
}
.overflowText {
  color: var(--dark-grey);
margin-bottom: 0;
font-size: 14px;
line-height: 18px;
text-decoration: none;
}
.overflowBox:hover {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
}
.testRowContainer {
  padding-bottom: 50px;
}
.testRow {
  grid-column-gap: 39px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-auto-columns: 1fr;
    display: grid;
}
.test {
  text-align: center;
}
.test img {
  width: 30px;
  margin-bottom: 10px;
}
.testText {
  margin-bottom: 8px;
  font-size: 19px;
  font-weight: 700;
  line-height: 21px;
}
.textAuthor {
  font-weight: 300;
  font-size: 14px;
}
.whiteTestButton {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.blueTestButton {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.greenTestButton {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.whiteTestButton button {
  color: var(--white);
  cursor: pointer;
  font-weight: 500;
  background-color: transparent;
  border: 1px solid #fff;
  transition: border-color .2s, background-color .2s;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 20px;
  margin-top: 10px;
  margin-left: 0;
  padding: 8px 25px 7px;
  font-size: 13px;
  font-weight: 500;
}
.whiteTestButton button:hover {
  border: solid 1px #659fdb;
}

.blueTestButton button {
  color: var(--blue);
  cursor: pointer;
  font-weight: 500;
  background-color: transparent;
  border: 1px solid var(--blue);
  transition: border-color .2s, background-color .2s;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 20px;
  margin-top: 10px;
  margin-left: 0;
  padding: 8px 25px 7px;
  font-size: 13px;
  font-weight: 500;
}
.blueTestButton button:hover {
  border: solid 1px var(--green);
}

.greenTestButton button {
  color: var(--green);
  cursor: pointer;
  font-weight: 500;
  background-color: transparent;
  border: 1px solid var(--green);
  transition: border-color .2s, background-color .2s;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 20px;
  margin-top: 10px;
  margin-left: 0;
  padding: 8px 25px 7px;
  font-size: 13px;
  font-weight: 500;
}
.greenTestButton button:hover {
  border: solid 1px var(--blue);
}


#editorBar {
  position: fixed;
  height: calc(100vh - 50px);
  top: 25px;
  width: 50px;
  z-index: 10000;
}

#editorBar .notch {
  background: #c0c2c4;
  cursor: pointer;
  margin-bottom: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 50px;
  height: 50px;
  overflow: hidden;
}
#editorBar .notch .notchContainer {
  float: right;
  height: 50px;
  width: 30px;
  padding-top: 10px;
  margin-right: 10px;
}
#editorBar .notch img {
  height: 20px;
  margin: 0 auto;
}
#editorBar .notch .text {
  font-size: 10px;
  height: 20px;
  overflow: hidden;
  width: 100%;
  text-align: center;
  font-weight: bold;
}
#editorBar .notch:hover {
  width: 60px;
  transition: 0.5s;
}
#editorWindow {
  position: fixed;
  left: -300px;
  padding: 20px;
  top: 25px;
  max-height: calc(100vh - 90px);
  overflow: auto;
  min-height: calc(100vh - 90px);
  width: 260px;
  background: #c0c2c4;
  border-bottom-right-radius: 10px;
  z-index: 10000;
}

.inputContainer {
  margin-bottom: 20px;
  font-family: var(--roboto);
  font-size: 13px;
}
.inputContainer .title {
  font-weight: bold;
  font-size: 14px;
  float: left;
}
.inputContainer .input {
  border: none;
  background: transparent;
  border-bottom: solid 1px black;
  margin-top: 5px;
  height: 30px;
  width: 100%;
  font-family: var(--roboto);
}
.inputContainer .input:focus {
  outline: none;
}
.titleUpdating {
  background: orange;
  font-size: 10px;
  padding: 5px;
  color: white;
  margin-top: -5px;
  border-radius: 5px;
  float: right;
  margin-left: 10px;
}
.titleUpdated {
  background: green;
  font-size: 10px;
  padding: 5px;
  color: white;
  margin-top: -5px;
  border-radius: 5px;
  float: right;
  margin-left: 5px;
}
.newModule {
  display: block;
  height: 50px;
  line-height: 50px;
  border: dashed 1px var(--blue);
  background: #cedff0;
  text-align: center;
  cursor: pointer;
  display: none;
}
.newModule img {
  height: 20px;
  margin-top: 15px;
  opacity: 0.5;
}
.newModule img:hover {
  opacity: 1;
}
.newModuleContainer {
  background: black;
  color: white;
  padding: 10px;
  margin-top: 10px;
  cursor: pointer;
}
.newModuleContainer .newModuleName {
  font-weight: bold;
}
.newModuleContainer .newModuleDescription {
  font-size: 12px;
  font-style: oblique;
}
.moduleOption {
  height: 40px;
  width: 40px;
  cursor: pointer;
}
.moduleOption img {
  width: 100%;
}
#editorMode {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 100000;
  height: 200px;
  width: 200px;
  opacity: 0.5;
}
.moduleEditorTitle {
  font-weight: bold;
  margin-bottom: 10px;
  border-bottom: solid 1px #343434;
  padding-bottom: 10px;
  font-size: 20px;
}
.inputContainer .html {
  background: var(--dark-grey);
  color: white;
  width: calc(100%);
  height: 150px;
  font-family: monospace;
  resize: none;
  border: none;
  padding: 10px;
  margin-top: 10px;

}
#autoReload {
  position: fixed;
  left: 10px;
  bottom: 10px;
  height: 20px;
  background: red;
  width: 150px;
  border-radius: 10px;
  overflow: hidden;
  border: solid 2px white;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.75);
  box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.75);
}
#autoReloadInner {
  background: green;
  height: 20px;
  width: 0px;
}
.gridContainer {
  display: flex;
}
.gridContainer .grid {
  flex: 1;
  position: relative;
}
.noMarginPadding {
  margin: 0;
  padding: 0;
}
.smallIcon {
  height: 20px;
}
.mouseable:hover {
  opacity: 0.8;
  cursor: pointer;
  transition: 0.5s;
}
.servicesImage {
  width: 100%;
  min-height: 250px;
  margin-bottom: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.servicesImage .servicesImageText {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: var(--white);
  font-size: 22px;
  line-height: 23px;
  font-weight: 700;
}
h2 {
  color: var(--blue);
  font-size: 26px;
}
.blueBoxImage {
  width: 90%;
  position: relative;
  left: 0;
  top: 0;
}
.blueBoxText {
  position: absolute;
  right: 0;
  bottom: -30px;
  background: var(--blue);
  color: var(--white);
  max-width: 300px;
  padding: 20px;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  line-height: 1.2em;
}
.relative {
  position: relative;
}
.pageHeader {
  letter-spacing: -1.5px;
margin-top: 0;
margin-bottom: 0;
font-size: 37px;
font-weight: 400;
line-height: 37px;
}
strong {
  color: var(--green);
  font-weight: bold;
}
.greenButton {
  background-color: var(--green);
  color: var(--white);
  border: none;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 20px;
  padding: 10px 25px 9px;
  font-size: 13px;
  font-weight: bold;
  transition: background-color .2s;
  cursor: pointer;
}
.greenButton:hover {
  background: var(--blue);
}
.productRowContainer {
  display: flex;
  flex: 1;
  align-items: stretch; /* This ensures all items have the same height */
}
.productRowContainer .product {
  flex: 1;
  padding: 20px;
  padding-top: 0px;
  margin-bottom: 20px;
}
.productRowContainer .product:hover {
  /* -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
transition: 0.5s; */
}
.productImage {
  width: 100%;
  padding-top: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.productBrand {
  color: var(--blue);
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: 400;
}
.mobileOnly {
  display: none;
}
.productName {
  color: var(--blue);
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}
.productTagline {
  color: var(--dark-grey);
    margin-bottom: 10px;
    line-height: 18px;
    font-size: 15px;
    font-weight: 300;
}
.brandBreakdownContainer {
}
.brandBreakdownContainer .supplier {
    height: 60px;
      justify-content: center;
      align-items: center;
      padding: 15px 20px;
      display: flex;
}
.brandBreakdownContainer .supplier img {
  max-height: 50px;
    max-width: 110px;
}
h4 {
  color: var(--green);
  font-size: 22px;
  font-weight: 700;
}


.branchRowContainer {
  display: flex;
  flex: 1;

}
.branchRowContainer .branch {
  flex: 1;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.branchImage {
  width: 100%;
  padding-top: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.branchName {
  color: var(--blue);
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}
.branchAddress {
  color: var(--dark-grey);
    margin-bottom: 10px;
    line-height: 18px;
    font-size: 14px;
    font-weight: 300;
}
.branchContact {
  color: var(--dark-grey);
    margin-bottom: 10px;
    line-height: 18px;
    font-size: 14px;
    font-weight: 300;
}
.greenLink {
  color: var(--green);
  text-decoration: underline;
}
.blueArrow {
  color: var(--blue);
  font-weight: 700;
}
.noModules {
  border: dashed var(--blue) 1px;
  width: 400px;
  color: var(--blue) !important;
  margin: 0 auto;
  margin-top: 60px;
  text-align: center;
  padding: 20px;
  border-radius: 10px;
}
.noModules strong {
  color: var(--blue);
}
.noModules p {
  margin-bottom: 0;
  padding-bottom: 0;
}
.dragDrop {
  height: 10px;
  margin-bottom: -0px;
  background: red;
  display: none;
}
