/*
Theme Name: homewarranty
Theme URI: http://underscores.me/
Author: Royce Shayegan
Author URI: http://silverstone.io
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: homewarranty
Tags:
*/
html, body {
    margin: 0;
}

.hideContent {
    overflow: hidden;
    line-height: 1em;
    height: 0;
}

.showContent {
    max-height: 600px !important;
    padding-top: 30px !important;
}

*, ::after, ::before {
  box-sizing: inherit;
}

:root {
  --mdc-theme-primary: #3d5afe;
}

.mdc-ripple-surface.mdc-ripple-upgraded.mdc-button--primary::before,.mdc-ripple-surface.mdc-ripple-upgraded.mdc-button--primary::after {
    background-color: rgba(255, 255, 255, .2);
}

.admin-html {
    margin-top: 0px !important;
}

.admin-nav {
    top: 32px !important;
}

.mdc-toolbar--fixed {
  background-color: #fff;
  height: 48px;
}

.hero-quote {
  margin: -50px auto 0 auto;
  width: 500px;
  height: 500px;
  background-color: #ffffff;
  padding: 0px 20px 0 20px;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: rgba(0,0,0,.16);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.no-padding {
  padding: 0 !important;
}

.pricing-top {
  height: 275px; 
  background-color: #fff;
}

.pricing-main {
  padding: 25px;
}

.pricing-list {
  list-style-type: none; 
  padding: 0;
  text-align: center; 
  margin-top: 0;
  max-height: 0px;
  transition: all .5s ease-in-out;
  overflow: hidden;
}

.pricing-list li {
  margin-bottom: 1.125rem; 
  font-size: .9em;
}

.pricing-wrapper {
  max-width: 360px;
  margin: 0 auto;
  transition: height 2s ease-out;
}

.pricing-wrapper-popular {
  margin: -40px auto 0 auto;
  max-width: 360px;
}

.pricing-top-popular {
  height: 300px;
  box-shadow: 0 2px 4px -1px rgba(0,0,0,.2), 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12);
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
}


.popular {
  background-color: #66bb6a; 
  height: 25px; 
  margin: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.show-features {

}

.features {
  padding: 5px 5px 0 0;
  float: left;
}

.dropdown-form {
    position: fixed;
    width: 100%;
    min-height: 380px;
    max-height: 450px;
    right: 0;
    left: 0;
    top: 48px;
    background: white;
    border-radius: 1px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
    transform: translateY(-100%);
    transition: box-shadow 0.2s ease-out, transform 0.2s ease-out;
    z-index: 1;
}

.dropdown-form.js-active {
    transform: translateY(0);
    box-shadow: -5px 0 5px rgba(0, 0, 0, 0.1);
}

.backdrop {
  width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.44);
	overflow: hidden;
	position:fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
  z-index: 1;
	display: none;
  transition: all 0.2s ease-in-out;
}

.backdrop.js-active {
  display: block;
}

.nav-button {
  color: #fff; 
  outline: 0; 
  background-color: #3d5afe; 
  font-size: .75em; 
}

a {
  text-decoration: none !important;
  color: #3d5afe; 
  font-weight: 500;
}

p {
  line-height: 24px;
}

.top-nav {
  margin-left: 50px;
  display: inline-flex; 
  align-items: center; 
  height: 48px;
}

.top-nav .link-wrapper {
  display: inline-flex; 
  align-items: center; 
  height: 48px;
  margin-right: 12px;
  border-bottom: 2px solid transparent;
  padding-top: 4px;
}

.top-nav a {
    background-color: transparent;
    color: rgba(0,0,0,.87);
}

.top-nav a:hover {
    background-color: #eee;
    color: rgba(0,0,0,.87);
    text-decoration: none;
}

.top-nav a:focus {
    color: rgba(0,0,0,.87);
    text-decoration: none;
}

.active {
    border-color: #3d5afe !important;
}


.mdc-toolbar__row {
    padding: 0 24px;
}

.hero-banner {
    width: 100%; 
    height: 600px; 
    /*background-image: url(assets/housebg-min.jpg);*/
    background-repeat: no-repeat; 

    background-color: #ebebeb;
}

.hero-banner::before {
    content: '';
	  position: absolute;
	  top: 0;
	  right: 0;
	  bottom: 0;
	  left: 0;
	  opacity: .1; 
    height: 600px;
    background-position: 125% 25px;
    background-size: 800px;
    background-repeat: no-repeat; 
    background-image: url(assets/arrowslogo.svg);
  }

.hero-content {
  position: absolute; 
  top: 150px; 
  width: 100%;
}

.hero-display {
    color: #fff;
}

.hero-title {
  color: #fff; 
  font-weight: 300;
  margin-top: 1rem;
  margin-bottom: 3rem;
}

.hero-img {
  width: 75px;
}

.body-img {
  width: 50px;
}

.hero-house {
  width: 45px; 
  left: 0; 
  right: 0; 
  margin-top: 20px;
}

.hero-arrows {
  width: 75px;  
  left: 0; 
  right: 0; 
  margin: 0 auto;
}

.page-banner, .post-banner {
  height: 450px;
  background-color: #4caf50;
  opacity: .9;
}

.page-banner-content, .post-banner-content {
  padding-top: 200px;
}

.entry-title {
  color: #fff;
  letter-spacing: .02em;
}

.entry-content {
  min-height: 500px;
  margin: 3rem 0;
}

.entry-meta {
  text-align: center;
  margin-bottom: 3rem;
}

.comments-area {
  padding-top: 5rem;
  border-top: 2px solid #eee;
}

.comments-title {

}

.comment-body {
  padding: 1rem 0;
}

.comment-list {
  list-style-type: none;
  padding: 0;
  margin-top: 3rem;
}

.comment-list > .comment {
  border-top: 2px solid #eee;
}

.comment-list img {
  display: none;
}

.children {
  margin-bottom: 3rem;
  list-style-type: none;
}

.children > .comment > .comment-body {
  list-style-type: none;
  padding: 0 0 0 15px;
  margin: 2rem 0 2rem 25px;
  border-left: 2px solid #eee;
}

.comment-reply-link {
    background-color: #5eb762;
    color: #fff;
    padding: 0 12px;
    height: 28px;
    line-height: 28px;
    border-radius: .25em;
    text-transform: none;
}

.cancel-comment-reply-link {
    background-color: #5eb762;
    color: #fff;
    padding: 0 12px;
    height: 28px;
    line-height: 28px;
    border-radius: .25em;
    text-transform: none;
    float: right;
}

.submit-reply-link {
    background-color: #5eb762;
    color: #fff;
    padding: 0 12px;
    height: 28px;
    line-height: 28px;
    border-radius: .25em;
    text-transform: none;
}

.comment-respond {
  margin-bottom: 5rem;
}

.comment-author {
  margin-bottom: 10px;
}

.mdc-textfield--multiline .mdc-textfield__input:invalid:not(:focus) {
  border-color: rgba(0,0,0,.26);
}

.mdc-textfield--invalid:not(.mdc-textfield--focused) .mdc-textfield__label {
  color: rgba(0,0,0,.54);
}

@media only screen and (min-width: 601px) {
.container.skinny-read {
    max-width: 700px;
  }
}

.entry-footer {
  display: none;
}

.post-navigation {
  display: none;
}

.site-footer {
  background-color: #2d384a; 
  height: 300px; 
  display: flex; 
  justify-content: center; 
  align-items: center;
}

.spinner {
  position: absolute;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(-360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(-360deg); }
}


.delayed {
  animation-delay: .2s;
  -webkit-animation-delay: .2s;
}

.very-delayed {
  animation-delay: .4s;
  -webkit-animation-delay: .4s;
}

.floating {
    animation-name: Floating;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
}

.floatingx {
    animation-name: Floatingx;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
}


    
@keyframes Floating {
    0% {transform:translate(0,0px) rotate(0.01deg);}
    100% {transform:translate(0,10px) rotate(0.01deg);}    
}

@keyframes Floatingx {
    0% {transform:translate(0,0px)}
    100% {transform:translate(0,10px);}    
}

.sidenav-button {
  color: #545454;
  width: 64px;
  height: 48px;
  text-align: center;
  cursor: pointer;
  outline: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
}

.form-control:focus {
  border-color: #3d5afe;
}

/* Media Queries */

/* Media Query - Background-Image Breakpoint */
@media only screen and (min-width: 1300px) {
	.hero-banner::before {
		background-size: 900px;
	}
}

@media only screen and (min-width: 1500px) {
	.hero-banner::before {
		background-size: 1000px;
	}
}

/* Media Query - Small Phone (Extra Small) */
@media only screen and (max-width: 329px) {
	.hdxs {
		display: none !important;
	}
}

/* Media Query - Phone */
@media only screen and (max-width: 479px) {
	.hdph {
		display: none !important;
	}
}

/* Media Query - Tablet */
@media only screen and (min-width: 480px) and (max-width: 839px) {
  
}

/* Media Query - Desktop */
@media only screen and (min-width: 839px) {
	.hddt {
		display: none !important;
	}
}	
	
/* Media Query - Tablet and Down */
@media only screen and (max-width: 839px) {
	.hdtbdn {
		display: none !important;
	}
  .hero-content {
    top: 75px !important;
  }
  .logo {
    font-size: 1em;
  }
}	

/* Media Query - Navbar Breakpoint 1 */
@media only screen and (max-width: 1050px) {
	.hdnvdn1 {
    display: none !important;
  }
  .mdc-toolbar__row {
    padding-left: 0 !important;
  }
}	

/* Media Query - Navbar Breakpoint 1 */
@media only screen and (min-width: 1050px) {
	.hdnvup1 {
    display: none !important;
  }
}	

/* Media Query - Navbar Breakpoint 2 */
@media only screen and (max-width: 596px) {
	.hdnvdn2 {
    display: none !important;
  }
  .nav-button {
    padding: 0 1em;
    height: 30px;
    line-height: 30px;
    font-size: .6em;
  }
  .mdc-toolbar__row {
    padding-right: 12px;
  }
}	

/* Media Query - Navbar Breakpoint 3 */
@media only screen and (max-width: 390px) {
	.hdnvdn3 {
    display: none !important;
  }
}	

/* Media Query - Navbar Breakpoint 4 */
@media only screen and (max-width: 435px) {
	.hdnvdn4 {
    display: none !important;
  }
}	

/* Media Query - Tablet and Up */
@media only screen and (min-width: 480px) {
  
}

/* Media Query - Large */
@media only screen and (min-width: 993px) {

}

/* Media Query - Large and Down */
@media only screen and (max-width: 992px) {
  .pricing-wrapper-popular {
    margin: 4rem auto;
  }
  .pricing-wrapper {
    margin: 4rem auto;
  }
  .pricing-top-popular {
    box-shadow: none;
  }
  .hero-quote {
    display: none;
  }
}

/* Media Query - Medium */
@media only screen and (min-width: 601px) and (max-width: 992px) {

}

/* Media Query - Medium and Down */
@media only screen and (max-width: 601px) {
  .hdmddn {
    display: none !important;
  }
  .hero-title {
    font-size: 24px;
    margin-left: 0 !important;
    text-align: center;
    margin-bottom: 1rem !important;
  }
  .hero-display {
    font-size: 12px;
  }
  .hero-img {
    width: 50px;
  }
  .hero-house {
    width: 35px;
  }
  .hero-arrows {
    width: 65px;
  }
  .logo {
    margin-left: 10px;
  }
  .hero-button {
    padding: 0 9px;
    font-size: .75em;
  }
  .hero-banner::before {
    background-size: 600px;
    background-position: center bottom;
  }
}

/* Media Query - Medium and Up */
@media only screen and (min-width: 601px) {
  .hdmdup {
    display: none !important;
  }
}



/*******************
  Utility Classes
*******************/
.hide {
  display: none !important;
}

.left-align {
  text-align: left;
}

.right-align {
  text-align: right;
}

.center, .center-align {
  text-align: center;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.no-select, input[type=range],
input[type=range] + .thumb {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.circle {
  border-radius: 50%;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.no-padding {
  padding: 0 !important;
}

/* This is needed for some mobile phones to display the Google Icon font properly */
.material-icons {
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: 'liga';
     -moz-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
}

.container {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%;
}

@media only screen and (min-width: 601px) {
  .container {
    width: 85%;
  }
}

@media only screen and (min-width: 993px) {
  .container {
    width: 70%;
  }
}

.container .row {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.section.no-pad {
  padding: 0;
}

.section.no-pad-bot {
  padding-bottom: 0;
}

.section.no-pad-top {
  padding-top: 0;
}

.row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  display: block;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.row .col {
  float: left;
  box-sizing: border-box;
  padding: 0 0.75rem;
  min-height: 1px;
}

.row .col[class*="push-"], .row .col[class*="pull-"] {
  position: relative;
}

.row .col.s1 {
  width: 8.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s2 {
  width: 16.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s3 {
  width: 25%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s4 {
  width: 33.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s5 {
  width: 41.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s6 {
  width: 50%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s7 {
  width: 58.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s8 {
  width: 66.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s9 {
  width: 75%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s10 {
  width: 83.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s11 {
  width: 91.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s12 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.offset-s1 {
  margin-left: 8.3333333333%;
}

.row .col.pull-s1 {
  right: 8.3333333333%;
}

.row .col.push-s1 {
  left: 8.3333333333%;
}

.row .col.offset-s2 {
  margin-left: 16.6666666667%;
}

.row .col.pull-s2 {
  right: 16.6666666667%;
}

.row .col.push-s2 {
  left: 16.6666666667%;
}

.row .col.offset-s3 {
  margin-left: 25%;
}

.row .col.pull-s3 {
  right: 25%;
}

.row .col.push-s3 {
  left: 25%;
}

.row .col.offset-s4 {
  margin-left: 33.3333333333%;
}

.row .col.pull-s4 {
  right: 33.3333333333%;
}

.row .col.push-s4 {
  left: 33.3333333333%;
}

.row .col.offset-s5 {
  margin-left: 41.6666666667%;
}

.row .col.pull-s5 {
  right: 41.6666666667%;
}

.row .col.push-s5 {
  left: 41.6666666667%;
}

.row .col.offset-s6 {
  margin-left: 50%;
}

.row .col.pull-s6 {
  right: 50%;
}

.row .col.push-s6 {
  left: 50%;
}

.row .col.offset-s7 {
  margin-left: 58.3333333333%;
}

.row .col.pull-s7 {
  right: 58.3333333333%;
}

.row .col.push-s7 {
  left: 58.3333333333%;
}

.row .col.offset-s8 {
  margin-left: 66.6666666667%;
}

.row .col.pull-s8 {
  right: 66.6666666667%;
}

.row .col.push-s8 {
  left: 66.6666666667%;
}

.row .col.offset-s9 {
  margin-left: 75%;
}

.row .col.pull-s9 {
  right: 75%;
}

.row .col.push-s9 {
  left: 75%;
}

.row .col.offset-s10 {
  margin-left: 83.3333333333%;
}

.row .col.pull-s10 {
  right: 83.3333333333%;
}

.row .col.push-s10 {
  left: 83.3333333333%;
}

.row .col.offset-s11 {
  margin-left: 91.6666666667%;
}

.row .col.pull-s11 {
  right: 91.6666666667%;
}

.row .col.push-s11 {
  left: 91.6666666667%;
}

.row .col.offset-s12 {
  margin-left: 100%;
}

.row .col.pull-s12 {
  right: 100%;
}

.row .col.push-s12 {
  left: 100%;
}

@media only screen and (min-width: 601px) {
  .row .col.m1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-m1 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-m1 {
    right: 8.3333333333%;
  }
  .row .col.push-m1 {
    left: 8.3333333333%;
  }
  .row .col.offset-m2 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-m2 {
    right: 16.6666666667%;
  }
  .row .col.push-m2 {
    left: 16.6666666667%;
  }
  .row .col.offset-m3 {
    margin-left: 25%;
  }
  .row .col.pull-m3 {
    right: 25%;
  }
  .row .col.push-m3 {
    left: 25%;
  }
  .row .col.offset-m4 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-m4 {
    right: 33.3333333333%;
  }
  .row .col.push-m4 {
    left: 33.3333333333%;
  }
  .row .col.offset-m5 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-m5 {
    right: 41.6666666667%;
  }
  .row .col.push-m5 {
    left: 41.6666666667%;
  }
  .row .col.offset-m6 {
    margin-left: 50%;
  }
  .row .col.pull-m6 {
    right: 50%;
  }
  .row .col.push-m6 {
    left: 50%;
  }
  .row .col.offset-m7 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-m7 {
    right: 58.3333333333%;
  }
  .row .col.push-m7 {
    left: 58.3333333333%;
  }
  .row .col.offset-m8 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-m8 {
    right: 66.6666666667%;
  }
  .row .col.push-m8 {
    left: 66.6666666667%;
  }
  .row .col.offset-m9 {
    margin-left: 75%;
  }
  .row .col.pull-m9 {
    right: 75%;
  }
  .row .col.push-m9 {
    left: 75%;
  }
  .row .col.offset-m10 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-m10 {
    right: 83.3333333333%;
  }
  .row .col.push-m10 {
    left: 83.3333333333%;
  }
  .row .col.offset-m11 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-m11 {
    right: 91.6666666667%;
  }
  .row .col.push-m11 {
    left: 91.6666666667%;
  }
  .row .col.offset-m12 {
    margin-left: 100%;
  }
  .row .col.pull-m12 {
    right: 100%;
  }
  .row .col.push-m12 {
    left: 100%;
  }
}

@media only screen and (min-width: 993px) {
  .row .col.l1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-l1 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-l1 {
    right: 8.3333333333%;
  }
  .row .col.push-l1 {
    left: 8.3333333333%;
  }
  .row .col.offset-l2 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-l2 {
    right: 16.6666666667%;
  }
  .row .col.push-l2 {
    left: 16.6666666667%;
  }
  .row .col.offset-l3 {
    margin-left: 25%;
  }
  .row .col.pull-l3 {
    right: 25%;
  }
  .row .col.push-l3 {
    left: 25%;
  }
  .row .col.offset-l4 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-l4 {
    right: 33.3333333333%;
  }
  .row .col.push-l4 {
    left: 33.3333333333%;
  }
  .row .col.offset-l5 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-l5 {
    right: 41.6666666667%;
  }
  .row .col.push-l5 {
    left: 41.6666666667%;
  }
  .row .col.offset-l6 {
    margin-left: 50%;
  }
  .row .col.pull-l6 {
    right: 50%;
  }
  .row .col.push-l6 {
    left: 50%;
  }
  .row .col.offset-l7 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-l7 {
    right: 58.3333333333%;
  }
  .row .col.push-l7 {
    left: 58.3333333333%;
  }
  .row .col.offset-l8 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-l8 {
    right: 66.6666666667%;
  }
  .row .col.push-l8 {
    left: 66.6666666667%;
  }
  .row .col.offset-l9 {
    margin-left: 75%;
  }
  .row .col.pull-l9 {
    right: 75%;
  }
  .row .col.push-l9 {
    left: 75%;
  }
  .row .col.offset-l10 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-l10 {
    right: 83.3333333333%;
  }
  .row .col.push-l10 {
    left: 83.3333333333%;
  }
  .row .col.offset-l11 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-l11 {
    right: 91.6666666667%;
  }
  .row .col.push-l11 {
    left: 91.6666666667%;
  }
  .row .col.offset-l12 {
    margin-left: 100%;
  }
  .row .col.pull-l12 {
    right: 100%;
  }
  .row .col.push-l12 {
    left: 100%;
  }
}













