@media screen and (min-width:280px) and  (max-width:480px) {
header ul li:after { display: inline-block; }
header ul li a { display: inline-block; }
.divide {
  margin: 15px 0 15px 0 !important;
}

.socialicons .column4 {
    text-align: center !important;
}

.socialicons p {
    text-align: center !important;
}

header {
    padding: 10px 0 !important;
}

header .column4 {
    text-align: center !important;
    margin-bottom: 0px !important;
}

header .column8 {
    margin-bottom: 0px !important;
}

header ul {
    text-align: center !important;
}

.banner {
    background-size: cover;
    height: 120px !important;
}

.banner h1 {
  width: 100% !important;
  font-size: 100% !important;
  color: #fff;
  padding-top: 2.1em !important;
}

.getaQuote .column12, .getaQuote .column6 {
  margin-bottom: 0px !important;
}

.getaQuote p {
  font-size: 18px !important;
  margin-bottom: 0px !important;
  padding: 0px !important;
}

.aboutSmall p {
  font-size: 18px !important;
  padding: 0 !important;
}

.approach {
    padding-bottom: 20px !important;
}

.approach .subtitle {
  font-size: 18px !important;
}

.blog .full p {
  font-size: 18px !important;
}

.ctaquote form {
    display: block !important;
    font-size: 18px;
}

.ctaquote form input[type="text"] {
  width: 200px !important;
  font-size: 18px !important;
}

#breadcrumbs .column12 {
    margin: 0px !important
}

.content .title {
  font-size: 24px !important;
}

.content p, .content li {
  font-size: 18px !important;
  margin-bottom: 10px !important;
}

.content li {
  text-align: left !important;
}

.content h1 {
  font-size: 24px;
}

.content h2 {
  font-size: 23px;
}

.content h3 {
  font-size: 22px;
}

.content h4 {
  font-size: 20px;
}

.content h5 {
  font-size: 18px;
}

.content h6 {
  font-size: 17px;
}

.copyright {
  padding: 10px 50px !important;
  line-height: 1.7em;
}

/* Important styles */
#toggle {
  display: block;
  width: 28px;
  height: 30px;
  margin: 30px auto 10px;
}

#toggle span:after,
#toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -9px;
}
#toggle span:after{
  top: 9px;
}
#toggle span {
  position: relative;
  display: block;
}

#toggle span,
#toggle span:after,
#toggle span:before {
  width: 100%;
  height: 5px;
  background-color: #888;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;
}

/* on activation */
#toggle.on span {
  background-color: transparent;
}
#toggle.on span:before {
  transform: rotate(45deg) translate(5px, 5px);
}
#toggle.on span:after {
  transform: rotate(-45deg) translate(7px, -8px);
}
#toggle.on + #menu {
  opacity: 1;
  visibility: visible;
}

/* menu appearance*/
#menu {
  position: relative;
  width: 200px;
  padding: 10px;
  margin: auto;
  text-align: center;
  border-radius: 4px;
  background: white;
  box-shadow: 0 1px 8px rgba(0,0,0,0.05);
  /* just for this demo */
  opacity: 0;
  visibility: hidden;
  transition: opacity .4s;
}
#menu:after {
  position: absolute;
  top: -15px;
  left: 95px;
  content: "";
  display: block;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid white;
}
ul, li, li a {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}
li a {
  padding: 5px;
  color: #888;
  text-decoration: none;
  transition: all .2s;
}
li a:hover,
li a:focus {
  background: #1ABC9C;
  
}


}