body {
  padding-bottom: 20px;
}
/* Set padding to keep content from hitting the edges */
.body-content {
  padding-top: 53px;
  padding-left: 15px;
  padding-right: 15px;
}
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
  max-width: 280px;
}
.dropdownItem {
  margin-left: 10px;
}
.dropdown-header {
  color: #cd5e29;
  font-size: 1.09em;
}
.back-to-top {
  background-color: #000000;
  color: #FFFFFF;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
  z-index: 999;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  border-radius: 0%;
  margin-right: 220px;
}
a.back-to-top {
  font-weight: 1000;
  letter-spacing: 2px;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.6;
  padding-left: 2px;
  padding-top: 14px;
}
.back-to-top:hover,
.back-to-top:focus,
.back-to-top:visited {
  color: #FFFFFF;
}
.back-to-top.show {
  opacity: 1;
}
.phone-icon {
  padding-top: 10px;
  margin-left: 20px;
  margin-right: 10px;
}
.btn-navbar {
  background-color: #222222;
}
.dividers {
  margin: auto;
  border: 2px solid #cd5e29;
  width: 98%;
}
.dividers-mobile {
  margin: auto;
  border: 2px solid #cd5e29;
  width: 98%;
  margin-top: 10px;
}
.RoofLogicHeader {
  font-family: Roboto;
  font-weight: 600;
  color: #cd5e29;
}
@media (max-width: 320px) {
  .RoofLogicHeader {
    font-size: 4.25vw;
  }
}
@media (min-width: 480px) {
  .RoofLogicHeader {
    font-size: 1.65vw;
  }
}
.RoofLogicHeaderBlack {
  font-family: Roboto;
  font-weight: 500;
  font-size: 1.90em;
  text-align: center;
  color: black;
  overflow: hidden;
}
.RoofLogicHeaderMobile {
  font-family: Roboto;
  font-weight: 600;
  font-size: 1.15em;
  text-align: center;
  color: #cd5e29;
}
.RoofLogicSectionNormal {
  font-family: Roboto;
  font-weight: 450;
  margin-top: 30px;
  font-size: 1.25vw;
}
.RoofLogicSectionContent {
  font-family: Roboto;
  font-weight: 400;
  font-size: 1.35em;
}
.RoofLogicSectionLeader {
  font-family: Roboto;
  font-weight: 500;
  font-size: 1.45vw;
  color: black;
}
.RoofLogicBlockHeading {
  font-family: Roboto;
  font-weight: 500;
  font-size: 1.25em;
}
.RoofLogicBlockContent {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 20px;
  font-family: Roboto;
  font-weight: 400;
  font-size: 1.25em;
  min-height: 100vh;
}
.RoofLogicSectionFooter {
  background-color: #1b1b1b;
  border-top: solid 3px #cd5e29;
  padding-left: 30px;
  padding-top: 20px;
  height: 240px;
  font-family: Roboto;
  font-weight: 400;
  font-size: 1.35em;
}
.content-container-mobile {
  margin-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 801px) {
  .content-container-mobile {
    height: 85vh;
    display: table-cell;
    vertical-align: middle;
  }
}
.content-info-mobile {
  width: 100%;
}
.container-fluid {
  margin-right: 10px;
}
@media (min-width: 801px) {
  .container-fluid {
    height: 65vh;
    display: table-cell;
    vertical-align: middle;
  }
}
.RoofLogicHeaderBlackMobile {
  font-family: Roboto;
  font-weight: 500;
  font-size: 1.21em;
  text-align: center;
  color: black;
  overflow: hidden;
}
.RoofLogicTitleMobile {
  font-family: Roboto;
  font-weight: 600;
  font-size: 1.65em;
  text-align: center;
  padding-right: 10px;
}
.RoofLogicHeaderMobile {
  font-family: Roboto;
  font-weight: 600;
  font-size: 1.65em;
  text-align: center;
  padding-right: 10px;
}
.RoofLogicSectionNormalMobile {
  font-family: Roboto;
  font-weight: 450;
  margin-top: 30px;
  font-size: 1.35em;
  padding-right: 10px;
  padding-left: 10px;
}
.footer-contact {
  color: white;
  font-size: 1.25vw;
}
.highlight-background {
  background-color: whitesmoke;
}
.highlight-background-2 {
  background-color: #eaecee;
}
/* styles for validation helpers */
.field-validation-error {
  color: #b94a48;
}
.field-validation-valid {
  display: none;
}
input.input-validation-error {
  border: 1px solid #b94a48;
}
input[type="checkbox"].input-validation-error {
  border: 0 none;
}
.validation-summary-errors {
  color: #b94a48;
}
.validation-summary-valid {
  display: none;
}
.bg-white {
  background-color: #ffffff;
}
.bg-lightblue {
  background-color: #E0F2F7;
}
.bg-lightgray {
  background-color: #E8E8E8;
}
.bg-lightgreen {
  background-color: #B2F0E0;
}
.bg-pastelgreen {
  background-color: #F0F7E6;
}
.bg-black {
  background-color: #282828;
}
.quotebackground {
  background-image: url("/Images2/quotebarbackground.jpg");
  background-position: top;
  background-repeat: repeat-x;
  height: 101px;
}
.quote {
  font-family: Verdana;
  color: #0A0A0;
  font-size: 15pt;
  text-align: right;
  font-style: italic;
  line-height: 0.95em;
}
.HighLightRow {
  padding: 5px 5px 5px 3px;
  margin-bottom: 5px;
  background-color: #F5F5F5;
  border-bottom: gainsboro 1px solid;
  border-top: gainsboro 1px solid;
}
.Band {
  font-weight: bold;
  color: white;
  background-color: #000000;
  height: 20px;
  background-image: url("/Images2/blackbarbackground.jpg");
  padding-left: 10px;
  margin-bottom: 10px;
}
.PageTitle {
  font-weight: bold;
  font-size: 12pt;
  font-family: Verdana, Sans-Serif;
  color: #000000;
}
.panel-content {
  margin-left: 10px;
  margin-right: 10px;
}
.content-box {
  margin-top: 10px;
  margin-bottom: 10px;
}
.content-margins {
  margin-top: 10px;
  margin-bottom: 10px;
}
.content-container {
  padding-left: 20px;
}
.content-heading {
  width: 100%;
}
.content-info {
  width: 100%;
}
.content-icon {
  margin-top: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-image {
  margin-top: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.row-spacer {
  height: 20px;
}
.content-indent {
  display: block;
  margin-left: 10px;
}
.btn-black {
  background-color: #292929 !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5b5b5b", endColorstr="#282828");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#5b5b5b), to(#282828));
  background-image: -moz-linear-gradient(top, #5b5b5b, #282828);
  background-image: -ms-linear-gradient(top, #5b5b5b, #282828);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5b5b5b), color-stop(100%, #282828));
  background-image: -webkit-linear-gradient(top, #5b5b5b, #282828);
  background-image: -o-linear-gradient(top, #5b5b5b, #282828);
  background-image: linear-gradient(#5b5b5b, #282828);
  border-color: #282828 #282828 #1c1c1c;
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
  -webkit-font-smoothing: antialiased;
}
.contentHeader {
  font-family: Roboto;
  color: #000000;
  font-size: 25pt;
}
.contentheaderlarge {
  font-family: Roboto;
  color: #000000;
  font-size: 22pt;
}
.contentheaderlargemaroon {
  font-family: Roboto;
  color: maroon;
  /*#A20039;*/
  font-size: 22pt;
}
.contentheadermedium {
  font-family: Roboto;
  color: #000000;
  font-size: 20pt;
}
.contentheadersmall {
  font-family: Roboto;
  color: #000000;
  font-size: 18pt;
}
.contentHeaderxsmall {
  font-family: Roboto;
  color: #000000;
  font-size: 14pt;
}
.contentHeaderxsmallmaroon {
  font-family: Roboto;
  color: maroon;
  font-size: 12pt;
  font-weight: bold;
}
td.contentplain {
  padding: 0px 20px 20px 20px;
  margin: 0px 0px 0px 0px;
  vertical-align: top;
  font-family: Roboto;
  font-size: 10pt;
  background-image: url("/Images2/contentback.jpg");
  background-position: right bottom;
  background-repeat: no-repeat;
  height: 477px;
}
.required {
  color: red;
}
.font-normal {
  font-size: 14pt;
}
optgroup {
  font-size: 14px;
}
.HideDiv {
  visibility: hidden;
  display: none;
  padding: 0px 0px 0px 0px;
}
.ShowDiv {
  visibility: visible;
  display: block;
  padding: 0px 0px 0px 20px;
}
.img {
  border: 0px 0px 0px 0px;
  padding: 0px 5px 0px 0px;
}
.filmimg {
  margin: 5px 5px 5px 20px;
}
h2 {
  margin: 15px 0px 5px 0px;
}
#movies a {
  text-transform: capitalize;
}
.row-margin {
  padding-top: 10px;
}
.phone {
  padding-bottom: 10px;
  font-size: .96em;
  height: 20px;
}
.social_icons {
  color: white;
  background-color: black;
  font-size: 1.90em;
}
.social_icons_sm {
  width: 20px;
  height: 20px;
}
.social_icons_md {
  width: 30px;
  height: 30px;
}
.social_lead {
  width: 48px;
  height: 30px;
}
.padtop {
  margin-top: 10px;
}
.viewed {
  background-color: #F0F0F0;
}
.vIconContent {
  padding-bottom: 30px;
  min-height: 250px;
}
.vHeading1 {
  font-size: 1.32em;
  text-align: center;
}
.vHeading1 {
  font-size: 1.32em;
  text-align: center;
}
.vHeadingContent {
  margin-top: 10px;
  font-size: 1.19em;
}
.vFooter {
  background-color: black;
}
.vFooterCenter {
  background-color: black;
  text-align: center;
  color: white;
  font-size: 1.24em;
}
.vFooterRC {
  height: 70px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.vFooterRCmobile {
  padding-top: 5px;
  height: 45px;
}
.vFooterPhone {
  width: 100%;
  padding-top: 20px;
  font-size: 1.05em;
}
.vDivider {
  position: relative;
}
.vDividerText {
  margin-top: 40px;
  text-align: center;
  color: white;
  font-size: 1.65em;
}
.vDividerText2 {
  margin-bottom: 40px;
  text-align: center;
  color: white;
  font-size: 1.05em;
}
.IconBlockCenter {
  width: 100%;
  margin-left: auto ;
  margin-right: auto ;
}
.contentVideo {
  margin-left: auto ;
  margin-right: auto ;
}
.icon-image {
  width: 60px;
  height: 60px;
}
.icon-customer {
  padding-top: 10px;
  width: 130px;
  height: 130px;
}
.quote-text-hdg {
  text-align: center;
  font-size: 1.85em;
  font-style: italic;
  font-weight: bolder;
  padding-bottom: 15px;
}
.quote-text-body {
  text-align: center;
  font-size: 1.15em;
  font-style: italic;
  padding-bottom: 15px;
}
.quote-text-sig {
  text-align: center;
  font-size: 1.15em;
  padding-bottom: 15px;
}
.quote-text-hdg-sm {
  font-size: 1.25em;
  font-style: italic;
  font-weight: bolder;
  padding-bottom: 15px;
  min-height: 80px;
}
.quote-text-body-sm {
  font-size: .95em;
  font-style: italic;
  padding-bottom: 15px;
}
.quote-text-sig-sm {
  font-size: .95em;
  padding-bottom: 15px;
}
.quote-text-sig-icon {
  width: 30px;
  height: 25px;
  padding-right: 8px;
}
.quote-text-panel {
  min-height: 360px;
}
/*---------          Custom CSS            --------*/
.vertical-center {
  /*height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;*/
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
/*.icon_overlay {
        padding: 20px;
        position: absolute;
        width: 100px;
        min-height: 100px;
        background-color: #FF8C00;
        z-index: 300000;
        text-align: center;
    }*/
.iconReports {
  width: 75px;
  height: 75px;
  position: relative;
  margin-top: 12px;
  margin-bottom: -5px;
  margin-left: 10px;
  /*background-color: #FF8C00;*/
  color: #FF8C00;
  background-color: #222;
  z-index: 300000;
  text-align: center;
}
.iconDrawings {
  width: 75px;
  height: 75px;
  position: relative;
  margin-top: 7px;
  /*background-color: #FF8C00;*/
  color: #FF8C00;
  background-color: #222;
  z-index: 300000;
  text-align: center;
}
.divCircle {
  width: 116px;
  height: 116px;
  /*background: #FF8C00;
        border: 2px solid #c46210;*/
  color: #f5f5f5;
  background: #222;
  border: 2px solid black;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
}
.divCircleText {
  font-family: Tahoma, sans-serif;
  font-size: .97em;
  font-weight: normal;
}
.section {
  margin-right: -10px;
}
.section-content {
  margin-top: 40px;
}
#divIconBar {
  -webkit-transition: all 0.5s ease;
}
.bubble {
  position: relative;
  font-family: sans-serif;
  font-size: 18px;
  line-height: 24px;
  width: 300px;
  background: #fff;
  border-radius: 40px;
  padding: 24px;
  text-align: center;
  color: #000;
}
.bubble-bottom-left:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 24px solid #fff;
  border-right: 12px solid transparent;
  border-top: 12px solid #fff;
  border-bottom: 20px solid transparent;
  left: 32px;
  bottom: -24px;
}
.bubble-bottom-left:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 24px solid #fff;
  border-right: 12px solid transparent;
  border-top: 12px solid #fff;
  border-bottom: 20px solid transparent;
  left: 32px;
  bottom: -24px;
}
:root {
  --main-light-color: aliceblue;
  --main-dark-color: dodgerblue;
}
.box {
  width: 80vh;
  height: 80vh;
  /* border: solid black; */
  margin: auto;
  position: relative;
  display: block;
  margin-left: 90px;
}
.center {
  padding-top: 50%;
}
.dialog-1 {
  height: 80px;
  width: 40%;
  background-color: var(--main-dark-color);
  position: relative;
  border-radius: 10%;
  padding: 2px 3px 3px 3px;
}
.left-point {
  width: 0;
  height: 0;
  border-left: 2vh solid transparent;
  border-right: 2vh solid transparent;
  border-top: 10vh solid var(--main-dark-color);
  position: absolute;
  top: 35%;
  left: -10%;
  transform: rotate(60deg);
}
.dialog-2 {
  margin-left: 20px;
  margin-top: 20px;
  height: 115px;
  width: 300px;
  background-color: var(--main-light-color);
  position: relative;
  border-radius: 10%;
  padding: 5px 5px 5px 5px;
  right: 0;
}
.right-point {
  width: 0;
  height: 0;
  border-left: 2vh solid transparent;
  border-right: 2vh solid transparent;
  border-top: 10vh solid var(--main-light-color);
  position: absolute;
  top: 45%;
  right: -10%;
  transform: rotate(-60deg);
}
.testimonialDiv {
  width: 40%;
  top: 90px;
  left: 0;
  font-family: Tahoma, sans-serif;
  font-weight: bolder;
  font-size: 1.45em;
  font-style: italic;
  color: #FF8C00;
  background-color: aliceblue;
  padding-left: 30px;
  border-radius: 0 6px 6px 0;
}
/*------ Mobile Slider ADDED CSS ---------*/
.switch-mobile {
  position: relative;
  display: inline-block;
  width: 140px;
  height: 28px;
}
.switch-mobile input {
  display: none;
}
.slider-mobile {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #cd5e29;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider-mobile:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .slider-mobile {
  background-color: #fccb0a;
}
input:focus + .slider-mobile {
  box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider-mobile:before {
  -webkit-transform: translateX(115px);
  -ms-transform: translateX(115px);
  transform: translateX(115px);
}
input:checked + .slider-mobile .on {
  display: block;
}
input:checked + .slider-mobile .off {
  display: none;
}
/*--------- END --------*/
/* Rounded sliders */
.slider-mobile.round {
  border-radius: 34px;
}
.slider-mobile.round:before {
  border-radius: 50%;
}
/*------ Normal Slider End ---------*/
.switch {
  position: relative;
  display: inline-block;
  width: 150px;
  height: 34px;
}
.switch input {
  display: none;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #cd5e29;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .slider {
  background-color: #fccb0a;
}
input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
  -webkit-transform: translateX(115px);
  -ms-transform: translateX(115px);
  transform: translateX(115px);
}
/*------ ADDED CSS ---------*/
.on {
  display: none;
}
.on,
.off {
  color: white;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  font-size: 10px;
  font-family: Verdana, sans-serif;
}
input:checked + .slider .on {
  display: block;
}
input:checked + .slider .off {
  display: none;
}
/*--------- END --------*/
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
.savedstuff {
  color: #FF8C00;
}
/*
  Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
  CSS from:       http://codepen.io/transportedman/pen/NPWRGq
  and:            http://stackoverflow.com/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide
  Inspired from:  http://codepen.io/Rowno/pen/Afykb 
*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
