/* ==== Google font ==== */
@font-face {
  font-family: 'Arimo';
  font-style: italic;
  font-weight: 400;
  src: local('Arimo Italic'), local('Arimo-Italic'), url(https://fonts.gstatic.com/s/arimo/v11/P5sCzZCDf9_T_10c9CNkjQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Arimo';
  font-style: normal;
  font-weight: 400;
  src: local('Arimo Regular'), local('Arimo-Regular'), url(https://fonts.gstatic.com/s/arimo/v11/P5sMzZCDf9_T_10ZxCQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Arimo';
  font-style: normal;
  font-weight: 700;
  src: local('Arimo Bold'), local('Arimo-Bold'), url(https://fonts.gstatic.com/s/arimo/v11/P5sBzZCDf9_T_1Wi4TRDrZc.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v12/JTUSjIg1_i6t8kCHKm459Wlhzg.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_dJE3gnD-w.ttf) format('truetype');
}
body:before {
  display: block;
  color: #fff;
  background-color: mediumvioletred;
  padding: 10px;
  text-align: center;
  position: fixed;
  bottom: 33px;
  width: 100%;
  content: 'All (Smallest Up)';
  display: none;
}
body {
  font-family: 'Arimo', sans-serif;
  margin-top: 0;
  padding-top: 0;
}
.blackBg {
  background: #000;
  color: #fff;
}
#logo {
  width: 100%;
  max-width: 400px;
}
#rightTop {
  align-self: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-align: right;
}
#rightTop p {
  margin: 0;
}
#nav {
  width: 100%;
}
#nav.whenSticky {
  background-color: #000;
}
.phone {
  color: #e13029;
  font-size: 2.8em;
}
.tagline {
  color: #306095;
  font-size: 1.2em;
}
.image100 {
  display: block;
  width: 100%;
}
#navRow {
  height: 60px;
  position: relative;
  top: 30px;
  margin-top: -20px;
  font-family: 'Montserrat', sans-serif;
  display: flex;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  align-items: stretch;
}
#navRow div {
  flex: auto 1 1;
  border-right: 1px dotted #ccc;
  display: flex;
}
#navRow div:last-child {
  border-right: none;
}
#navRow div a {
  display: flex;
  height: 100%;
  width: 100%;
  color: #fff;
}
#navRow div a span {
  flex: auto 1 1;
  align-self: center;
  margin-right: 20px;
  margin-left: 20px;
}
#navRow div a:hover,
#navRow div a.active {
  background-color: #306095;
  text-decoration: none;
}
#navRow.whenSticky {
  top: 0px;
  margin-top: 0px;
}
#topStrip {
  padding: 5px 10px;
}
#topStrip .sn {
  font-size: 1.2em;
}
#topStrip .sn a,
#topStrip .sn a:link,
#topStrip .sn a:visited {
  color: #fff;
  text-decoration: none;
}
#topStrip .sn a:hover {
  color: #306095;
}
#separator {
  background-image: url(../images/backer.jpg);
  background-size: cover;
}
.home-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.home-section p {
  font-size: 1.2em;
}
a,
a:hover {
  color: #e13029;
}
footer,
.solidBg {
  background-color: #306095;
  padding-top: 10px;
  color: #fff;
}
.btn-skin {
  color: #fff;
  background-color: #e13029;
  border-color: black;
  cursor: pointer;
  text-transform: uppercase;
}
.btn-skin:hover {
  background-color: #306095;
}
.positionRelative {
  position: relative;
  top: 0;
  left: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 30px 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  color: #444;
}
h1 {
  text-transform: uppercase;
  color: #e13029;
  font-size: 2.25em;
}
h2 {
  text-transform: uppercase;
  font-size: 2em;
}
/* #### UTILITY NAVIGATION #### */
.contactSection {
  padding: 50px 0;
  background-color: #eaeff4;
}
.circleImage {
  width: 80%;
  margin: 0 auto;
  border-radius: 50%;
  border: 12px solid rgba(255, 255, 255, 0.2);
}
.whiteColor {
  color: #fff;
}
.sticky-wrapper {
  height: auto;
}
.topImage img {
  width: 100%;
  display: block;
}
#serviceWrap div {
  margin: 20px auto;
}
#serviceWrap div a {
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 3px 3px 3px #000000;
}
.navbar-toggle .fa-bars:before {
  content: "MENU \f0c9";
  font-weight: bold;
}
#theForm {
  display: block;
  margin: 0 auto;
  max-width: 620px;
}
.table-card1 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
  width: 100%;
  /*
	&.table-cardQuestions {
		margin-bottom: 10px;
		padding: 10px 20px;
		text-align: left;
		
		&:nth-child(even) {
			background-color: #f7f7f7;
		}
		
		.firstcol {
				//display: inline-block;
				width: 83%;
			text-align: left;
		}
		
		.secondcol {
			width: 15%;
			
			input[type='radio'] + label {
				margin-left: 5px;
				margin-right: 15px;
			}
		}
		
		h4 {
			text-transform: none;
		}
		.req {
			left: -10px;
			right: auto;
			top: 0px;
			}
	
	} */
}
.table-card1 h4 {
  margin: 0;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1.2em;
}
.table-card1 .req {
  position: absolute;
  right: 4%;
  color: red;
}
.table-card1 .firstcol {
  width: 100%;
  text-align: center;
  padding-right: 0%;
  position: relative;
}
.table-card1 .secondcol {
  width: 100%;
  text-align: center;
}
.table-card1 .secondcol input:not([type='radio']) {
  height: 50px;
  margin: 0;
  width: 100%;
}
.table-card1 .secondcol textarea {
  height: 150px;
  margin: 0;
  width: 100%;
}
.table-card1 .secondcol input[type='radio'] {
  height: auto;
  width: auto;
  display: inline-block;
}
.table-card1 .secondcol input[type='radio'] + label {
  display: inline-block;
  margin-left: 1%;
  margin-right: 3%;
}
.table-card1 .noBreak {
  white-space: nowrap;
}
.checkboxFlexer {
  display: flex;
  margin-bottom: 30px;
}
.checkboxFlexer .checker {
  width: 30px;
  flex-grow: 0;
  flex-shrink: 0;
}
.checkboxFlexer .checkerDesc {
  flex-grow: 1;
}
.callWell {
  background-color: #5980aa;
  padding: 40px 0 20px 0;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 2em;
}
h3 {
  margin-bottom: 8px;
  color: #306095;
}
ul.stripeList {
  list-style-type: none;
  margin: 0 auto 20px auto;
  padding: 0;
  max-width: 400px;
}
ul.stripeList li {
  padding: 5px;
}
ul.stripeList li:nth-child(even) {
  background-color: #fceaea;
}
ul.stripeList li:nth-child(odd) {
  background-color: #eaeff4;
}
.price-container-container {
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
  position: relative;
  top: -20px;
}
.price-container,
.price-container:before,
.price-container:after,
.price-container .price,
.price-container .price:before,
.price-container .price:after {
  height: 180px;
  width: 180px;
  background: #e13029;
  box-sizing: content-box;
}
.price-container:before,
.price-container:after,
.price-container .price:before,
.price-container .price:after {
  content: "";
  position: absolute;
}
.price-container {
  margin: 100px auto;
  /* Centering for demo */
  position: absolute;
  /* Context */
  left: 10%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.price-container:before {
  top: 0;
  left: 0;
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.price-container:after {
  top: 0;
  left: 0;
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
.price-container .price {
  padding: 10px 0em;
  height: 160px;
  /* height minus padding */
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
  /* important so the text shows up */
}
.price-container .price:before {
  top: 0;
  left: 0;
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
}
.price-container .price:after {
  top: 0;
  left: 0;
  -webkit-transform: rotate(75deg);
  -moz-transform: rotate(75deg);
  -ms-transform: rotate(75deg);
  -o-transform: rotate(75deg);
  transform: rotate(75deg);
}
.price-container .price span {
  position: relative;
  z-index: 100;
  display: block;
  text-align: center;
  color: #FFDC00;
  font: 1.5em/1.2em Sans-Serif;
  text-transform: uppercase;
}
.price-container .price span.number {
  font-weight: bold;
  font-size: 1.6em;
  line-height: 0.9em;
  color: #fff;
  margin-top: 4px;
}
@media all and (min-width: 0px) {
  body:before {
    content: 'Extra Small Up';
  }
  body {
    margin-top: 40px;
  }
  #nav {
    display: none;
    position: fixed;
    top: 40px;
  }
  #nav.showNav {
    display: block;
  }
  #burger {
    position: fixed;
    z-index: 40;
    top: 0;
    width: 100%;
    display: block;
    color: #fff;
    padding: 10px;
    margin: 0 auto;
    cursor: pointer;
    background-color: #306095;
    text-transform: uppercase;
  }
  #burger .fas {
    display: inline-block;
    font-weight: bold;
    padding-right: 10px;
  }
  #navRow {
    top: 0px;
    margin-top: 0px;
    flex-direction: column;
  }
  #navRow div {
    flex: 0 0 40px;
    background-color: #000;
    border-right: none;
    border-bottom: 1px dotted #ccc;
  }
}
@media all and (min-width: 0px) and (max-width: 767px) {
  #navRow.whenSticky {
    top: 40px !important;
  }
  .container#navContainer {
    max-width: none;
    padding: 0;
  }
  #logoStrip div {
    text-align: center;
  }
  .price-container-container {
    display: none;
  }
}
@media all and (min-width: 768px) {
  body:before {
    content: 'Small Up';
  }
  body {
    margin-top: 0px;
  }
  #burger {
    display: none;
  }
  #nav {
    display: block;
    position: static;
  }
  #navRow {
    top: 30px;
    margin-top: -20px;
    flex-direction: row;
  }
  #navRow div {
    flex: auto 1 1;
    border-right: 1px dotted #ccc;
    border-bottom: none;
  }
  .table-card1 {
    flex-wrap: nowrap;
    align-items: center;
  }
  .table-card1 .firstcol {
    width: 36%;
    text-align: right;
    padding-right: 4%;
  }
  .table-card1 .secondcol {
    width: 60%;
    text-align: left;
  }
}
@media all and (min-width: 992px) {
  body:before {
    content: 'Medium Up';
  }
}
@media all and (min-width: 1200px) {
  body:before {
    content: 'Large Up';
  }
}
/*# sourceMappingURL=concrete.css.map */