/*! CSS Used from: https://kingsleypines.com/wp-content/themes/webfix-studio/style.css?v=1550257710 ; media=all */

@media all {
  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .icon {
    background-color: #666;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    width: 1em;
    height: 1em;
    text-align: center;
    padding: 7px;
    vertical-align: top;
    margin: 0 10px;
  }
  .icon img {
    width: 100%;
    height: auto;
    vertical-align: top;
  }
  #socialicons {
    font-size: 32px;
    text-align: center;
    vertical-align: top;
    padding: 20px 50px;
    margin: 0 50px;
    line-height: 32px;
    display: inline-block;
    border-right: solid 1px #778421;
    border-left: solid 1px #778421;
  }
  form {
    font-weight: normal;
    box-shadow: none;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
  label {
    line-height: 1em;
    color: #333;
  }
  input[type="text"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    font-size: 15px;
    height: 30px;
    padding: 5px 10px;
    margin: 0;
    color: #333;
    min-width: 50px;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 300;
    background-color: #fff;
    box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.15);
    border: solid 1px #fff;
    border-radius: 3px;
  }
  .search {
    border-radius: 3px;
    border: 1px solid #9B9B9B;
  }
  input:focus {
    outline: none;
  }
  body {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.5;
    margin: 0;
    color: #333;
    background-color: #242331;
    position: relative;
    overflow: auto;
    -webkit-transition: left 0.2s linear, right 0.2s linear;
    transition: left 0.2s linear, right 0.2s linear;
    left: 0;
    min-height: 100%;
  }
  #container {
    overflow: hidden;
    position: relative;
    height: 100%;
    background-color: #fff;
    padding-top: 130px;
  }
  .wrap-page {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
  }
  .block {
    clear: both;
    display: block;
  }
  .block:after, .wrap-page:after {
    content: '';
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
  }
  .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .alignleft {
    float: left;
  }
  .alignright {
    float: right;
  }
  .centertext, .align-c {
    text-align: center;
  }
  .align-c {
    display: flex;
    justify-content: center;
  }
  .padded {
    padding: 20px;
  }
  a {
    color: #E60000;
    text-decoration: none;
  }
  h1, h2, h3 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 700;
  }
  h1 {
    font-size: 2em;
    line-height: 1.333em;
  }
  h2 {
    font-size: 20px;
    line-height: 1;
    margin: 0 0 10px 0;
    letter-spacing: 0px;
  }
  h3 {
    font-size: 1.2em;
    line-height: 1;
    margin: 0 0 10px 0;
  }
  .ucase {
    text-transform: uppercase;
  }
  #top {
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    z-index: 999;
  }
  #wrap-top {
    background-color: #242331;
  }
  #wrap-top a.home {
    display: none;
  }
  #wrap-header {
    background-color: #fff;
    border-bottom: solid 1px #4c86a7;
  }
  #logo {
    background-color: #fff;
    padding: 15px 10px;
    display: block;
    z-index: 3;
    flex: 0 0 auto;
  }
  #logo img {
    vertical-align: top;
    height: 60px;
    width: auto;
  }
  .contact {
    flex: 0 0 auto;
  }
  ul.menu {
    margin: 0;
    display: inline-block;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  ul.menu li {
    padding: 0;
    display: block;
    float: left;
    margin: 0;
  }
  ul.menu>li:first-child {
    border-left: none;
  }
  ul.menu li a {
    display: block;
    text-decoration: none;
  }
  .menu-top ul li a {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 700;
    padding: 10px 5px 10px 0px;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: .5px;
  }
  .menu-top ul li a:hover {
    color: #32746D;
  }
  .menu-secondary ul ul li:first-child {
    border-top: none;
  }
  #header {
    display: flex;
    width: 100%;
  }
  .menu-secondary {
    overflow: visible;
    text-align: center;
    margin: 0;
    flex: 1 1 auto;
  }
  .menu-secondary ul {
    vertical-align: top;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .menu-secondary>ul {
    display: flex;
    flex-flow: row wrap;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .menu-secondary>ul>li {
    padding: 31px .3vw;
    margin: 0;
    flex: 1 1 auto;
  }
  .menu-secondary>ul>li>a {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 700;
    padding: 5px .2vw;
    color: #242331;
    line-height: 20px;
    text-transform: uppercase;
    font-size: 1.2vw;
    letter-spacing: 0px;
  }
  #menu-header>li>a:hover {
    color: #db1d1c;
  }
  #menu-header>li.subitems:hover {
    background-color: #104F55;
  }
  #menu-header>li.subitems:hover>a {
    color: #fff;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, .9);
  }
  .menu-secondary>ul>li:first-child a {
    border-left: solid 1px transparent;
  }
  .menu-secondary>ul div.submenu {
    display: none;
    background-color: #104F55;
    margin: -3px 0 1px 0px;
    font-size: 0.8em;
    padding: 2px;
    flex-flow: row wrap;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 20px;
    text-align: center;
    z-index: 5;
  }
  .menu-secondary>ul li:hover div.submenu {
    display: block;
    justify-content: center;
  }
  .menu-secondary>ul li div.submenu>div {
    justify-content: center;
    align-items: stretch;
    flex-grow: 1;
  }
  .menu-secondary>ul li:hover div.submenu>div {
    display: flex;
  }
  .menu-secondary>ul div.submenu>div>div {
    color: #fff;
    padding: 10px 20px;
    border-left: solid 1px rgba(255, 255, 255, 0.3);
  }
  .menu-secondary>ul div.submenu>div>div:first-child {
    border-left: none;
  }
  .menu-secondary>ul div.submenu>div>div h3 {
    color: #778421;
    margin: 0 0 0px 0;
    text-align: left;
    padding: 5px 0;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, .8);
  }
  .menu-secondary>ul div.submenu>div>div ul li {
    color: #fff;
    margin: 0 0 5px 0;
    padding: 0;
    text-align: left;
  }
  .menu-secondary>ul div.submenu>div>div ul li a {
    padding: 2px 0;
    color: #fff;
    font-weight: 700;
    line-height: 1.2em;
  }
  .menu-secondary>ul div.submenu>div>div ul li a:hover {
    padding: 2px 0;
    color: #ddd;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, .9);
  }
  #menu-header {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
  #menu-header li {
    float: none;
  }
  .strong {
    font-weight: 700;
  }
  #footer {
    clear: both;
    color: #fff;
    padding: 40px 0;
    padding-bottom: 20px;
    background: #242331 url(https://kingsleypines.com/wp-content/themes/webfix-studio/images/bg-footer.png) no-repeat center top;
    background-size: cover;
    min-height: 200px;
    font-size: 14px;
    font-weight: 700;
  }
  #footer a {
    color: #fff;
    text-decoration: non;
    border-bottom: solid 1px rgba(238, 238, 238, 0.466);
  }
  #bottom {
    font-size: 11px;
  }
  #bottom img {
    width: auto;
    height: 48px;
    margin: 40px 0;
  }
  #menu-top li a:before {
    content: '\2022\00a0';
    text-align: center;
    width: 20px;
    display: inline-block;
    color: #db1d1c;
  }
  #menu-top li:first-child a:before {
    display: none;
  }
  #menu-top {
    padding: 0 10px;
  }
  .align-m {
    display: flex;
    align-items: center;
  }
  .red {
    color: #db1d1c;
    min-width: 1em;
  }
  .bottom-page>img {
    height: 50px;
    width: auto;
  }
  .content-bubbles {
    position: relative;
  }
  .content-bubbles:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 10vw;
    background-color: #104F55;
  }
  .content-bubbles {
    color: #fff;
  }
  .content-bubbles.dark {
    background-color: #104F55;
  }
  .content-bubbles .links-bubbles {
    padding: 20px 0;
    position: relative;
    z-index: 2;
  }
  .content-bubbles .links-bubbles a {
    position: relative;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    padding: 0;
  }
  .content-bubbles .links-bubbles a:hover {
    color: #ddd;
  }
  #searchbar {
    float: right;
    padding: 0;
    min-width: 40px;
    cursor: pointer;
    border-left: solid 1px #242232;
  }
  #searchbar>div {
    background: url(https://kingsleypines.com/wp-content/themes/webfix-studio/images/search.svg) no-repeat center center;
    height: 40px;
    width: 40px;
  }
  #searchbar form {
    width: 0px;
    overflow: hidden;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    margin: 0;
  }
  #text-search {
    width: 100%;
    height: 30px;
    border: none;
    border-radius: 0;
    line-height: 30px;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #242232;
    font-size: 12px;
    border-bottom: solid 4px #242232;
    border-top: solid 4px #242232;
    padding: 0px 5px;
  }
  #text-search::placeholder {
    color: #aaa;
    opacity: 1;
  }
  .contact .menu-secondary>ul>li {
    padding-right: 10px;
    padding: 20px 10px;
  }
  .contact .menu-secondary>ul>li>a {
    border: solid 1px #E60000;
    background-color: #fff;
    color: #E60000;
    padding: 15px 10px;
  }
  .menu-secondary>ul div.submenu>div>div.subitem-image {
    width: 25%;
    border-left: 20px solid transparent;
    min-width: 180px;
  }
  .menu-secondary>ul div.submenu>div>div img.subitem-image {
    width: 200px;
    height: auto;
    vertical-align: top;
  }
  .pageblock {
    position: relative;
  }
  .pageblock .blockcontent, .pageblock .blockimage {
    width: 50%;
    min-height: 300px;
  }
  .pageblock .blockimage {
    position: absolute;
    top: 0;
    bottom: 0;
    background: no-repeat center center;
    background-size: cover;
  }
  .pageblock.imageright .blockimage {
    right: 0;
    border-left: solid 20px #fff;
  }
  .pageblock.imageleft .blockimage:before {
    background-image: linear-gradient(-90deg, #FFFFFF 6%, rgba(255, 255, 255, 0.00) 50%);
  }
  .pageblock.imageright .blockimage:before {
    background-image: linear-gradient(90deg, #FFFFFF 6%, rgba(255, 255, 255, 0.00) 50%);
  }
  .pageblock.imageleft .blockimage {
    left: 0;
    border-right: solid 20px #fff;
  }
  .pageblock.imageright .blockcontent {
    float: left;
    padding: 0 20px 20px 0px;
  }
  .pageblock.imageleft .blockcontent {
    float: right;
    padding: 0 0px 20px 20px;
  }
  .blockcontent h2 {
    margin-top: 0;
  }
  .headerimage {
    position: relative;
    background: no-repeat center center;
    background-size: cover;
    height: 33vw;
    color: #fff;
  }
  .headerimage div {
    position: relative;
    z-index: 01;
    font-size: 1.5vw;
    background-color: rgba(0, 0, 0, .6);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .titlepage {
    color: #32746D;
    text-transform: none;
    margin: 0 0 10px 0;
  }
  body .titlebar {
    height: 2px;
    width: 0;
    transition-delay: .7s;
    transition: width .7s;
    background-color: #32746D;
  }
  body.loaded .titlebar {
    width: 100%;
  }
  ul li {
    margin: 0 0 1em 0;
  }
  .collapsible {
    padding: 0px;
    margin: 0;
    display: block;
    position: relative;
  }
  .menu-mobile .collapsible {
    padding: 10px;
  }
  .collapsible label {
    position: relative;
    z-index: 1;
  }
  .collapsible>input[type=radio] {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    -webkit-tap-highlight-color: transparent;
  }
  .collapsible>input[type=radio]+div>div b {
    position: absolute;
    width: 21px;
    height: 12px;
    top: 10px;
    right: 10px;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    background-image: url(https://kingsleypines.com/wp-content/themes/webfix-studio/images/down.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 6px;
    z-index: 0;
  }
  .collapsible>input[type=radio]:checked+div>div b {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .collapsible>input[type=radio]+div>div {
    max-height: 0px;
    overflow: hidden;
    transition: max-height .5s ease-in-out;
    line-height: 1.5em;
  }
  .collapsible>input[type=radio]:checked+div>div {
    max-height: 950px;
  }
  ul.menu {
    list-style: none;
    margin: 0;
  }
  .m-none {
    margin: 0;
  }
  .p-t-1 {
    padding-top: 10px;
  }
  .m-b-1 {
    margin-bottom: 10px;
  }
  .p-b-1 {
    padding-bottom: 10px;
  }
  .p-t-2 {
    padding-top: 20px;
  }
  .p-r-2 {
    padding-right: 20px;
  }
  .p-b-2 {
    padding-bottom: 20px;
  }
  .p-l-2 {
    padding-left: 20px;
  }
  .m-t-3 {
    margin-top: 30px;
  }
  .p-t-3 {
    padding-top: 30px;
  }
  .m-b-3 {
    margin-bottom: 30px;
  }
  .p-b-3 {
    padding-bottom: 30px;
  }
  .p-l-3 {
    padding-left: 30px;
  }
  p {
    margin: 0 0 1em 0;
  }
  .smalltext {
    font-size: 0.7em;
  }
  .touch {
    -webkit-overflow-scrolling: touch;
  }
  input[type=checkbox].button-menu {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    -webkit-tap-highlight-color: transparent;
  }
  input[type=checkbox].button-menu+label {
    display: block;
    width: 14px;
    height: 34px;
    position: fixed;
    top: 8px;
    left: 10px;
    z-index: 999;
    cursor: pointer;
  }
  input[type=checkbox].button-menu+label div {
    width: 20px;
    height: 2px;
    position: absolute;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    top: 16px;
    background: #2a2838;
    opacity: 1;
    left: 2px;
  }
  input[type=checkbox].button-menu+label:after, input[type=checkbox].button-menu+label:before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 20px;
    height: 2px;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    outline: 1px solid transparent;
    left: 2px;
    background: #2a2838;
  }
  input[type=checkbox].button-menu+label:before {
    top: 11px;
  }
  input[type=checkbox].button-menu+label:after {
    top: 21px;
  }
  input[type=checkbox].button-menu:checked+label div {
    opacity: 0;
  }
  input[type=checkbox].button-menu:checked+label:before {
    content: '';
    -webkit-transform: translateY(5px) rotateZ(-45deg);
    transform: translateY(5px) rotateZ(-45deg);
    background: #2a2838;
  }
  input[type=checkbox].button-menu:checked+label:after {
    content: '';
    -webkit-transform: translateY(-5px) rotateZ(45deg);
    transform: translateY(-5px) rotateZ(45deg);
    background: #2a2838;
  }
  input[type=checkbox].button-menu+label+div.menu-mobile {
    background-color: #104F55;
    font-size: 13px;
    padding: 0px 0px 130px 0px;
    transition: 1s;
    display: block;
    height: 100vh;
    z-index: 9;
    transition: all .3s;
    width: 100vw;
    margin-top: -100vh;
    opacity: 0;
    overflow: auto;
    position: fixed;
  }
  input[type=checkbox].button-menu:checked+label+div.menu-mobile {
    margin-top: 50px;
    opacity: 1;
    overflow: auto;
  }
  .menu-mobile {
    padding: 30px 70px 90px 10px;
    color: #fff;
  }
  .menu-mobile .collapsible h3 {
    margin: 0;
    padding: 0 0 0px 5px;
    font-size: 13px;
    line-height: 1em;
    text-transform: uppercase;
    color: #fff;
    z-index: 9;
    position: relative;
  }
  .menu-mobile .collapsible strong {
    color: #fff;
  }
  .menu-mobile ul, .menu-mobile ul ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    float: none;
    position: static;
  }
  .menu-mobile ul li {
    border-top: solid 1px rgba(255, 255, 255, .2);
    display: block;
    float: none;
    width: 100%;
    margin: 0;
  }
  .menu-mobile ul li:first-child {
    border-top: none;
  }
  .menu-mobile ul ul {
    margin-left: 20px;
  }
  .menu-mobile ul li a {
    display: block;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    padding: 12px 10px;
    line-height: 1em;
    text-align: left;
  }
  .menu-mobile ul ul li a {
    padding: 12px 0px;
  }
  .nav-mobile {
    display: none;
  }
  #menu-mobile-top {
    background-color: rgba(0, 0, 0, 0.3);
  }
  #menu-mobile-bottom {
    background-color: rgba(0, 0, 0, 0.3);
  }
  @media screen and (min-width: 1200px) {
    .wrap-page {
      width: 1200px;
    }
    .content-bubbles:before {
      top: 115px;
    }
    .contact {
      float: right;
    }
    .contact ul li a {
      text-align: right;
    }
    .menu-secondary>ul>li>a {
      font-size: 14px;
    }
    #menu-header {
      width: 790px;
    }
    .menu-secondary>ul>li>a {
      padding: 5px 10px;
    }
    #footer {
      background-size: 1200px auto;
    }
    .menu-secondary>ul li:hover div.submenu>div {
      max-width: 1100px;
      margin-left: auto;
      margin-right: auto;
    }
  }
  @media screen and (max-width: 980px) {
    body {
      -webkit-overflow-scrolling: touch;
    }
    .page {
      padding: 0px;
      overflow: scroll;
      -webkit-overflow-scrolling: touch;
    }
    #wrap-top {
      background-color: #fff;
    }
    #searchbar {
      border-left: solid 1px #fff;
      margin-top: 5px;
    }
    #searchbar>div {
      background: url(https://kingsleypines.com/wp-content/themes/webfix-studio/images/search-black.svg) no-repeat center center;
    }
    #text-search {
      border: solid 1px #242232;
    }
    #container {
      padding-top: 50px;
      height: auto;
    }
    .nav-mobile {
      display: block;
      position: relative;
      z-index: 9999;
    }
    .menu-top, .menu-secondary {
      display: none;
    }
    #wrap-top a.home {
      display: initial;
    }
    #wrap-top a.home img {
      height: 30px;
      width: auto;
      margin: 10px auto;
      vertical-align: top;
    }
    #logo {
      width: 100%;
      text-align: center;
      padding: 10px 10px;
      margin: 0;
    }
    #logo img {
      height: 40px;
      width: auto;
    }
    .menu-bar {
      display: block;
    }
    form {
      padding: 0px;
      font-weight: normal;
      box-shadow: none;
      width: 100%;
      margin: 0px auto;
    }
    .page {
      margin: 0;
      padding: 0;
    }
    .wrap-page {
      margin: 0!important;
    }
    #wrap-top>div {
      text-align: center;
    }
    #wrap-header {
      display: none;
    }
  }
  @media screen and (max-width: 650px) {
    .pageblock .blockcontent, .pageblock .blockimage {
      width: 100%;
      position: static;
      float: none;
    }
    .pageblock .blockimage {
      padding-top: 80%;
    }
    .pageblock.imageleft .blockcontent, .pageblock.imageright .blockcontent {
      float: none;
      padding: 0;
    }
    .pageblock.imageright .blockimage, .pageblock.imageleft .blockimage {
      border: none;
    }
    .p-l-3, .p-l-2 {
      padding-left: 10px;
      padding-right: 10px;
    }
    .p-r-2 {
      padding-left: 5px;
      padding-right: 5px;
    }
    #socialicons {
      padding: 20px 20px;
      margin: 0 10px;
    }
    .content-bubbles .links-bubbles a {
      font-size: 12px;
      display: block;
    }
    #footer span {
      display: block;
    }
    .content-bubbles {
      padding: 10px 10vw;
    }
    .content-bubbles:before {
      top: 0;
    }
    .wrap-page img {
      width: 100%;
      height: auto;
      margin: 10px auto;
    }
    .bottom-page, .wrap-page {
      padding: 0 10px;
    }
    .bottom-page img {
      height: 30px;
      width: auto;
      margin: 0px auto;
    }
    #socialicons img {
      width: 100%;
      height: auto;
    }
    .headerimage {
      height: 50vw;
    }
    .icon {
      padding: 7px;
      margin: 0 3px;
    }
    .collapsible {
      margin: 0 0px;
    }
  }
}

/*! CSS Used from: Embedded */

@media print {
  #tu1kr {
    display: none!important;
  }
}
#tu1kr {
  position: fixed;
  z-index: 99999;
  display: block;
  margin: 0px;
  padding: 0px;
  width: 0px;
  height: 0px;
  transform: translateZ(0px);
  overflow: visible;
  right: 0px;
  bottom: 0px;
}
@media print {
  #e94irr {
    display: none!important;
  }
}
#e94irr {
  position: fixed;
  z-index: 99999;
  display: block;
  margin: 0px;
  padding: 0px;
  width: 0px;
  height: 0px;
  transform: translateZ(0px);
  overflow: visible;
  left: 0px;
  top: 0px;
}
.p-t-3 {
  padding-top: 30px;
}
.m-none {
  margin: 0;
}
.p-none {
  padding: 0;
}
.m-t-none {
  margin-top: 0;
}
.p-t-none {
  padding-top: 0;
}
.m-r-none {
  margin-right: 0;
}
.p-r-none {
  padding-right: 0;
}
.m-b-none {
  margin-bottom: 0;
}
.p-b-none {
  padding-bottom: 0;
}
.m-l-none {
  margin-left: 0;
}
.p-l-none {
  padding-left: 0;
}
.m-1 {
  margin: 10px;
}
.p-1 {
  padding: 10px;
}
.m-t-1 {
  margin-top: 10px;
}
.p-t-1 {
  padding-top: 10px;
}
.m-r-1 {
  margin-right: 10px;
}
.p-r-1 {
  padding-right: 10px;
}
.m-b-1 {
  margin-bottom: 10px;
}
.p-b-1 {
  padding-bottom: 10px;
}
.m-l-1 {
  margin-left: 10px;
}
.p-l-1 {
  padding-left: 10px;
}
.m-2 {
  margin: 20px;
}
.p-2 {
  padding: 20px;
}
.m-t-2 {
  margin-top: 20px;
}
.p-t-2 {
  padding-top: 20px;
}
.m-r-2 {
  margin-right: 20px;
}
.p-r-2 {
  padding-right: 20px;
}
.m-b-2 {
  margin-bottom: 20px;
}
.p-b-2 {
  padding-bottom: 20px;
}
.m-l-2 {
  margin-left: 20px;
}
.p-l-2 {
  padding-left: 20px;
}
.m-3 {
  margin: 30px;
}
.p-3 {
  padding: 30px;
}
.m-t-3 {
  margin-top: 30px;
}
.p-t-3 {
  padding-top: 30px;
}
.m-r-3 {
  margin-right: 30px;
}
.p-r-3 {
  padding-right: 30px;
}
.m-b-3 {
  margin-bottom: 30px;
}
.p-b-3 {
  padding-bottom: 30px;
}
.m-l-3 {
  margin-left: 30px;
}
.p-l-3 {
  padding-left: 30px;
}
p {
  margin: 0 0 1em 0;
}