/* **** FONT OPTIONS **** */
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300&display=swap'); 



html{ overflow-x: hidden;}
body{ overflow-x: hidden;}


h1,h2,h3,h4,h5,h6 {font-family: 'Anton', sans-serif;}
p,ul,ol {font-family: 'Open Sans', sans-serif;font-size:20px,}
p.lead {font-family: 'Oswald', sans-serif;font-size:20px;font-style:italic;}

h1 {font-size: 64px;}
  @media (max-width: 1199px) {h1 {font-size: 48px;}}
h2 {font-size: 48px;}
  @media (max-width: 1199px) {h2 {font-size: 24px;}}
h3 {font-size: 36px;}
  @media (max-width: 1199px) {h3 {font-size: 20px;}}
h4 {font-size: 28px;}
  @media (max-width: 1199px) {h4 {font-size: 16px;}}
h5 {font-size: 20px;}
  @media (max-width: 1199px) {h4 {font-size: 16px;}}
h6 {font-size: 20px;}
  @media (max-width: 1199px) {h4 {font-size: 16px;}}


/* 
    PRIMARY / Tan:         #CCCCCC
    SECONDARY / bright-red #CCCCCC
    DARK GRAY:      #434343 
    MEDIUM GRAY:    #666666     (TEXT)
    font-family: 'Open Sans', sans-serif;
*/
h4 span{
  display:inline-block;
  color:#FFF;
  font-size:16px;
  text-transform:capitalize;
  font-weight:normal;
  padding:3px 6px;
  margin-bottom:2px;
}

p.pullout {font-size:1.5em;font-style: italic;padding:8px 0;margin:20px 0; border-top:2px solid #CCCCCC;border-bottom:2px solid #CCCCCC;}
p.small, p.sm, .text-small {font-size:0.875em}
p.xs {font-size:0.75em}



a {font-family: 'Open Sans', sans-serif;color:#D8232A;}
a:hover {color:#000}
.over {font-family: 'Oswald', sans-serif; color: rgba(0,0,0,.5); font-size:1.125em; text-transform: uppercase;display:block;}
span.over {font-family: 'Anton', sans-serif; color: rgba(0,0,0,.5); font-size:1.125em; text-transform: uppercase;display:block;} 

.decoration-primary, .decoration-primary-h2, .decoration-red, .decoration-red-h2 {display:block;width:32px;height:5px;margin-top:24px;margin-bottom:24px;background-color:#CCCCCC} 
.decoration-primary-h3, .decoration-red-h3 {display:block;width:50px;height:2px;margin-top:16px;margin-bottom:16px;background-color:#CCCCCC} 

.bg-primary,.bg-red{background:#D8232A}
.bg-secondary,.bg-bright-red{background:#CCCCCC}
.bg-dark {background:#222}
.bg-darkred{background:#D8232A;}
.bg-gray {background:#434343 }
.bg-alt, .section-light-border {background:#F3F3F3;border-top:1px solid #ccc; border-bottom:1px solid #ccc;}
.bg-orange {background:#D8232A;}
.bg-light-grey, .bg-light-gray{background: #CCC;}

.text-primary, .text-red {color:#D8232A;}
.text-secondary, .text-bright-red {color:#D8232A}
.text-default, .text-gray {color:#434343}
.text-black {color:#000}
.text-white {color:#fff}

.btn-primary,.btn-red {background:#D8232A; border:1px solid #D8232A; color:#FFF}
.btn-secondary,.btn-bright-red {background:#D8232A; border:1px solid #D8232A; color:#FFF}
.btn-gray {background:#434343; border:1px solid #434343; color:#FFF }
.btn-white {background:#FFF; border:1px solid #FFF; color:#434343 }
.btn-white-on-red {background:#FFF; border:1px solid #FFF; color:#CCCCCC; font-weight:800 !important; font-size:1.1em;}
.btn-white2 {background:#FFF; border:1px solid #FFF; color:#D8232A }

.btn-primary:hover,.btn-red:hover {background:#434343; border-color:#434343; color:#FFF}
.btn-secondary:hover,.btn-bright-red:hover {background:#D8232A; border-color:#D8232A; color:#FFF}
.btn-gray:hover {background:#FFF; border-color:#FFF; color:#D8232A }
.btn-white:hover {background:#D8232A; border-color:#D8232A; color:#FFF }
.btn-white-on-red:hover {background:#D8232A; border-color:#D8232A;color:#CCCCCC}
.btn-white2:hover {background:#333; border:1px solid #333; color:#D8232A }

.btn, .btn-lg, .btn-open, .btn-open-bright-red, .btn-open-primary {
  display:inline-block;
  border-radius: 0;
  padding:1em 3em;
  font-weight:bold;
  text-transform: uppercase;
  margin:2.5em 0;
}  
.btn {font-size:.875em;}    
.btn-lg {font-size:1.125em;}
.btn-open {font-size:.875em;border:1px solid #434343;color:#434343}
.btn-open:hover {background:#D8232A;color:#FFF}
.btn-lg-open {font-size:1.125em;border:1px solid #434343;color:#434343}
.btn-lg-open:hover {border:0;background:#D8232A;color:#FFF}
.btn-open-bright-red {font-size:.875em;border:1px solid #CCCCCC;color:#CCCCCC}
.btn-open-bright-red:hover {background:#D8232A;border-color:#D8232A;color:#FFF}
.btn-open-primary {font-size:.875em;border:1px solid #D8232A;color:#D8232A}
.btn-open-primary:hover {background:#D8232A;border-color:#D8232A;color:#FFF}
.btn-primary-open {border:2px solid #D8232A ;color:#D8232A;}
    .btn-primary-open:hover {background:#D8232A ;color:#FFF}
.btn-sm {font-size:.85em;margin-top:8px;margin-bottom:8px;padding:4px 8px;}


.inner {padding:0 5%;}

.text-block-white {background:#FFF; padding:15px 20px;}
.text-block-white-90 {background:rgba(255,255,255,.9); padding:15px 20px;}
.text-block-white-70 {background:rgba(255,255,255,.7); padding:15px 20px;}
.text-block-white-50 {background:rgba(255,255,255,.5); padding:15px 20px;}

.text-block-lightgray {background:rgba(243,243,243,1); padding:15px 20px;}
.text-block-lightgray-90 {background:rgba(243,243,243,.9); padding:15px 20px;}
.text-block-lightgray-70 {background:rgba(243,243,243,.7); padding:15px 20px;}
.text-block-lightgray-50 {background:rgba(243,243,243,.5); padding:15px 20px;}


.item-divider-md, .item-divider {
  border-bottom:1px dotted #ccc;
  margin:20px 0;
}

.subpage-lead {
    width:70%;
    font-size:1.5em;
    font-style: italic;
    text-align:center;
    padding-top:20px;
    padding-bottom:20px;
    margin:auto;
  }
  @media (max-width: 767px){
    .subpage-lead {
      width:90%;
    }
  }


.col-left-md {
  border-right:1px solid #ccc;
  padding-right:40px
}
  @media (max-width: 992px){
    .col-left-md {
      border-right:none;
      padding-right:0;
    }
  }
.col-right-md {
  padding-left:40px
}
@media (max-width: 992px){
  .col-right-md {
    padding-left:0;
  }
}

/* Common Styling */


.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

.mytable{
  display: table;
  width: 100%;
  height: 100%;
}
.table-cell,
.table-cell-xs,
.table-cell-sm,
.table-cell-md,
.table-cell-lg,
.table-cell-xl{
  display: table-cell;
}
@media (max-width: 767px){
	.table-cell-md,
	.table-cell-lg,
	.table-cell-xl{
	  display: block;
	  width:100%;
	}
}
@media (max-width: 992px){
	.table-cell-lg,
	.table-cell-xl{
	  display: block;
	  width:100%;
	}
}
@media (max-width: 1200px){
	.table-cell-xl{
	  display: block;
	  width:100%;
	}
}

.va-top{
  vertical-align: top;
}
.va-middle{
  vertical-align: middle;
}
.va-bottom{
  vertical-align: bottom;
}

a{
  outline: none !important;
  transition: all 0.7s ease-out;
  font-weight:bold;
}
a,
a:hover,
a:link,
a:visited,
a:focus{
  text-decoration: none;
}


.fill{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


/* UTILITIES */
.overflow-hidden {overflow:hidden;}
.float-left {float:left}

/* Specific Styling */

/* ### Topbar Section ### */
.topbar{
  background:#CCCCCC;
  padding-top: 10px;
  padding-bottom: 10px;
}
.topbar p {
  color:#FFF;
  font-size:1em;
  margin:4px 0 0 0;
  padding:0;
}
.topbar a {
  color:#FFF;
  font-size:1em;
  text-transform: uppercase;
  text-decoration: underline;
  font-weight:bold;
}

/* ### HERO ### */
.hero-spacer {
  height:1px;
  margin-top:200px;
}
  @media only screen and (max-width: 480px) {
    .hero-spacer {
      height:1px;
      margin-top:40px;
    }
  }
  
.hero h1 {
  color:#D8232A;
  /*text-shadow: #000 1px 1px 5px;*/
  font-size:100px;
  font-weight:800;
  padding:0;
  margin:0;
  text-transform:uppercase;
  text-align:center;
  text-shadow: 2px 2px 8px #000;
}
.hero h1 span{
  display:block;
  color:#FFF;
  font-size:48px;
  text-transform:capitalize;
  font-weight:normal;
  padding:0;
  margin:0;
  text-align:center;
}
.hero p {
  font-family: 'Open Sans';
  text-shadow: #000 1px 1px 5px;
  font-size:40px;
  color:#FFF;
  font-style:italic;
  text-align:center;
}
.hero p.lead {
  font-family: 'Open Sans', serif;
  text-shadow: #000 1px 1px 5px;
  font-size:40px;
  color:#D8232A;
  font-style:italic;
}



  @media only screen and (max-width: 480px) {
    .hero {height:50vh;}
    .hero h1 {
      font-size:42px;
      font-weight:800;
      padding:0;
      margin-top:40px;
    }
    .hero p {
      font-size:24px;
    }
  }  



/* Testimonials */
.testimonial-wrapper {
  margin:10px 0 60px 0;
  padding:32px 20px 16px;
  background-color:#FFF;
  border-radius:8px;
  border:3px solid #FFF;
  box-shadow: 0 0 40px rgba(0,0,0,0.22);
  text-align:center;
}
.testimonial-photo {
  margin-right:12px;
}
.testimonial-wrapper h4 {
  margin-bottom:20px;
}
.testimonial-stars {
  display:block;
  margin:auto;
  margin-bottom:20px;
  width:100px;
}
.testimonial-disclaimer {
  margin-top:40px;
  font-size:.85em;
  color:#aaa;
  text-align:center;
}

.testimonials-titlebox {
  margin:10px 0 60px 0;
  padding:32px 20px 16px;
  background-color:#D8232A;
  border-radius:8px;
  border:3px solid #D8232A;
  box-shadow: 0 0 40px rgba(0,0,0,0.22);
  text-align:center;
}

/* ### BENEFIT LIST ### */
.benefit-list img {
  float:left;
  margin-right:20px;
  margin-bottom:30px;
}
.benefit-list h3 {
  font-size:2em;
  margin:0 0 5px 0;
}
.benefit-list p {
  font-size:1em;
  margin-right:20px;
}
.benefit-list p.last {
  margin-right:0;
}
/


/* ### Logo Navigation Section ### */
.logo-navigation .navigation{
  text-align: right;
  margin-left: -15px;
  margin-right: -15px;
}
.logo-navigation .navigation ul{
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
}
.logo-navigation .navigation ul li{
  display: block;
  float: left;
  padding: 15px;
  position: relative;
}
.logo-navigation .navigation ul li a{
  display: block;
  transition: all 0.7s ease-out;
}
.navigation ul.cta li{
  text-align: center;
}
.navigation ul.cta li a{
  padding:5px 7px;
}

.logo-navigation .navigation ul li ul{
  position: absolute;
  z-index: 2;
  top: calc( 100% + 5px);
  left: 0;
  min-width: 220px;
  white-space: nowrap;
  text-align: left;
  opacity: 0;
  visibility: hidden;

  transition: all 0.7s ease-out;
}
.logo-navigation .navigation ul li:hover ul{
  opacity: 1;
  visibility: visible;
}
.logo-navigation .navigation ul li ul li{
  display: block;
  float: none;
  padding: 0;
}
.logo-navigation .navigation ul li ul li a{
  padding: 10px 15px;
  display: block;
}
.logo-navigation .navigation ul li ul li:last-child a{
  border-bottom: 0;
}

/* ### Banner Section ### */
.banner{
  background-size:cover;
  background-repeat: no-repeat;
  position:relative;
}
.banner-filter {
  height:100%;
  width:100%;
  background-color:rgba(0,0,0,.5);
}
.banner h1 {
  color:#fff;
  font-size:64px;
  font-weight:800;
  padding:0;
  margin:60px 0 10px 0;
}
.banner p.lead {
  font-family:'Oswald', sans-serif; 
  font-size:20px;
  font-style:italic;
  color: white;
  margin-bottom: 50px;
}
.banner p {
  font-family: 'open sans', serif; 
  font-size:18px;
  color:#fff;
  margin-bottom: 50px;
}

div.icon-list {margin-top:15px;}
.icon-list img{ width:32px;float:left;}
.icon-list h4 {margin-left:42px;margin-bottom:5px;margin-top:0;}
.icon-list p {margin-left:42px;margin-top:0;font-size:.9em;}






	@media only screen and (max-width: 1024px) {
      .banner {  }
	}
	@media only screen and (max-width: 767px) {
      .banner {   }
	}
	@media only screen and (max-width: 480px) {
      .banner {   }
	}  

  .subnav {
    margin-top:20px;
    margin-bottom:20px;
  }
    @media (max-width: 767px){
      .subnav {
        margin-bottom:40px;
        width:100%;
      }
    }

  .subnav-header {
    display:block;
    width:100%;
    padding:4px 12px;
    margin-bottom:6px;
    background:#CCCCCC;
    color:#464646;
    font-weight:600;
    font-size:1em;  
  }
  .subnav a{
    display:block;
    width:100%;
    padding:8px 12px;
    margin-bottom:2px;
    background:#CCCCCC;
    color:#FFF;
    font-weight:600;
    font-size:1.2em;
  }
  .subnav a:hover{
    background:#464646;
    color:#FFF;
  }
  .subnav a.active{
    background:#63A33C;
    color:#FFF;
  }

.funfact {
  display:block;
  margin:auto;
  margin-top:40px;
  margin-bottom:40px;
  padding:20px 10%;
  background:#f3f3f3;
  border-top:1px solid #ccc;
  border-bottom:1px solid #ccc;
}
.fftitle {
  display:inline-block;
  font-style: italic;
  font-size:.85em;
  color:#fff;
  background:#CCCCCC;
  padding:2px 6px;
}
.funfact p{
  font-style: italic;
  font-size:1.5em;
}
.ffcitation {
  color:#666666;
}
.tbl-finance  {
  width:100%;
  margin:40px 0;
  text-align:center;
  font-size:1.2em;
  font-family: 'Open Sans', sans-serif;color:#666666;
}
.tbl-finance th {
  vertical-align: bottom;
  text-align: center;
  border:3px solid #f3f3f3;
  background: #FFF;
  padding-top:15px;
}
.tbl-finance td {
  padding:12px 0;
  border:3px solid #f3f3f3;
  background: #FFF;
}
.tag {
  background:#434343
  padding:3px 6px;
  font-size:.6em;
  color:#fff;
  display:inline-block;
}
.testimonial-box {
  margin:20px 10px;
  padding:20px 30px;
  border:1px solid #e0e0e0;
  border-radius:40px 0;
  background:#FFF;
}
.testimonial-box h4 {
  margin-left:60px;
  margin-right:10px;
}
.testimonial-box p {
  margin-left:60px;
  margin-right:10px;
  margin-top:8px;
  font-size:1em;
  font-style:italic;
  line-height:1.0em;
}
.testimonial-icon {
  float:left;
}
.testimonials-stars {
  margin-left:14px;
}
.byline {
  font-weight:bold;
  color:#333;
  font-style:normal;
}
.benefit-grid {
  border:1px solid #ccc;
  padding:10px 10px;
  width:50%;
  float:left;
  height:180px
}
.breakout {
  padding:20px 20px;
}
.breakout h4{
  height:2em;
}
.breakout p{
  font-size:.9em;
  height:3em;
}

/* ### Breakouts Section ### */
.breakouts{}
.breakouts .each-bo{
  position: relative;
}
.breakouts .each-bo:after{
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  top:0;
  right: 0;
  bottom: 0;
  left: 0;
  content:"";
  z-index:1;
}
.breakouts .each-bo .eb-image{
  overflow: hidden;
}
.breakouts .each-bo .eb-image img,
.breakouts .each-bo .eb-content,
.breakouts .each-bo .eb-content > div{
  transition: all 0.5s ease-out;
}
.breakouts .each-bo:hover .eb-image img{
  transform: scale(1.1);
}
.breakouts.breakouts-version-one .each-bo:hover .eb-content{
  padding-top: 35px;
}
.breakouts.breakouts-version-one .each-bo:hover .eb-content > div{
  transform: translateY(-20px);
}
.breakouts .each-bo .eb-content{
  position: absolute;
  left:0;
  right:0;
  bottom:0;
  z-index: 2;
}
.breakouts .each-bo .eb-content > div{
  padding: 15px;
}
.breakouts.breakouts-version-one .each-bo .eb-content{
  background-color: rgba(0,0,0,0.5);
}
.breakouts.breakouts-version-two .each-bo .eb-content{
  top:0;
}
.breakouts.breakouts-version-two .each-bo .eb-content > div{
  position: absolute;
  top:50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%,-50%);
  text-align: center;
}
.breakouts .each-bo .eb-content h3{
  margin: 0;
}
.breakouts .each-bo .eb-content p{
  margin-bottom: 0;
  margin-top: 10px;
}
.topbar-link {
  font-size:1.3em;
}
.footer-links {
  display:block;
  font-size:1.2em;
  border-bottom:1px dotted rgba(255,255,255,.3);
  padding:5px 0;
}
.footer-links i{
  margin-right:8px;
}
.footer-links a {
  font-weight:normal;
  color:rgba(255,255,255,.3);
}
.footer-links a:hover {
  color:#fff;
}
.social-link  {
  font-size:16px;
  height:28px;
  width:28px;
  text-align:center;
  padding:6px;
  border-radius:50%;
  background:rgba(255,255,255,.5);
  color:#D8232A;
  margin-right:12px;
  transition: all 0.7s ease-out;
}
.social-link:hover {
  background:#FFF;
  color:#434343;
  transition: all 0.7s ease-out;
}

/* ***************************** */
/* FORMS */
.form-fields {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  margin-bottom:20px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.btn-form {
  width: 100%;
  text-align:center;
}
.form-fields:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-fields::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-fields:-ms-input-placeholder {
  color: #999;
}
.form-fields::-webkit-input-placeholder {
  color: #999;
}
.form-fields[disabled],
.form-fields[readonly],
fieldset[disabled] .form-fields {
  background-color: #eee;
  opacity: 1;
}
.form-fields[disabled],
fieldset[disabled] .form-fields {
  cursor: not-allowed;
}
textarea.form-fields {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-fields {
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.055); }

.form-fields[type="button"],
.form-fields[type="submit"],
.form-fields[type="reset"] {
  -webkit-appearance: none;
  cursor: pointer; }

.form-fields::-moz-placeholder {
  color: #838383;
  opacity: 1; }

.form-fields:-ms-input-placeholder {
  color: #838383; }

.form-fields::-webkit-input-placeholder {
  color: #838383; }

.form-fields:focus {
  box-shadow: none;
  border: 1px solid #007a92 !important; }

  .form-content {
    height: 50px;
    border: 1px #ACACAC solid;
    width: 100%;
    color: #ACACAC;
    padding-left: 10px;
  margin-bottom:10px; }

  textarea.form-content {
    border: 1px #ACACAC solid;
    width: 100%;
    color: #ACACAC;
    padding-left: 10px;
    height:100px;
  }

  select.form-content {
    width: 100%;
    border: 1px #ACACAC solid;
    height: 50px; }


    
/*
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    #quote-carousel 
    {
      margin-bottom: 0;
      padding: 0 40px 30px 40px;
    }
    
}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) { 
    
    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
    
    #quote-carousel .carousel-indicators {
        bottom: -20px !important;  
    }
    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
}










/* Responsive Css */
@media all and (min-width: 1024px) {
  .offcanvas,
  .body-inactive,
  .toggle {
    display: none !important;
  }
  .navigation{
	display:inline-block;
	float:right;
	}
}
@media (max-width:1023px){
  .item-video .banner-caption{
    display: none;
  }
  .breakouts.breakouts-version-one .each-bo:hover .eb-content{
    padding-top: 0;
  }
  .breakouts.breakouts-version-one .each-bo:hover .eb-content > div,
  .audience .each-aud:hover .ea-content > div{
    transform: translateY(0);
  }
  .breakouts .each-bo .eb-content h3{
    font-size: 18px;
  }
  .breakouts .each-bo .eb-content p{
    font-size: 14px;
  }

  .logo-navigation{
    padding: 10px 0;
  }
  .logo-navigation .navigation {
    display: none;
  }
}

@media (max-width: 767px){
  .banner.banner-version-one .item{
    height: 100vh;
  }
  .banner .banner-caption h2{
    font-size: 28px;
  }
}

@media (max-width: 480px){
  .banner .action-buttons li{
    display: block;
    padding: 5px 0;
  }
  
  .offcanvas{
    width: 100%;
  }
}
.parallax { 
	background-color:#333; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.text-white {color:#FFF;}
.text-white-30 {color:rgba(255,255,255,.3);}
.text-white-50 {color:rgba(255,255,255,.5);}
.text-white-70 {color:rgba(255,255,255,.7);}
.text-black {color:#000;}
.text-black-30 {color:rgba(0,0,0,.3);}
.text-black-50 {color:rgba(0,0,0,.5);}
.text-black-70 {color:rgba(0,0,0,.7);}
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}
.video-container iframe, .video-container object, .video-container embed, .iframe-container {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.form-field-subtle {
	background:RGBA(255,255,255,.1);
	border:1px solid RGBA(255,255,255,.2);
	height:40px;
}
.btn-special-1 {border:1px solid #D8232A ;color:#D8232A;padding:4px 6px;font-size:12px;margin-left:70px;}
  .btn-special-1:hover {background:#D8232A ;color:#FFF}
  .icon-blocks img {
    float:left;
  }
  .icon-blocks h3 {
    margin-left: 70px;
    margin-right: 20px;
    margin-top:0;
  }
  .icon-blocks p {
    margin-left: 70px;
    margin-right: 20px;
  }
  



.relative {
	position:relative;
}
.image-left-50 {
	background-position: center center;
	background-repeat:no-repeat;
	background-size:contain;
	bottom:120px;
	height:75%;
	left:6%;
	max-height:670px;
	width:37%;
	position:absolute;
}
.w50-text-right {
	width:50%;
	min-width:320px;
	text-align:right;
	margin-right:30px;
}


.bo-1,.bo-2,.bo-3,.bo-4 {
    background-size: cover;
    background-position:bottom left;
    position:relative;
    float:left;
    text-align:center;
    color:white !important;
}

.bo-1 {
    background: url("../images/columbus-georgia-fence-company-hero-color.jpg") no-repeat center center;
    height: 735px;
    width:60%;
}

.bo-2 {
  background: url("../images/columbus-georgia-fence-company-hero-color.jpg") no-repeat center center;
  height: 245px;
  width:40%;
}
.bo-3 {
  background: url("../images/columbus-georgia-fence-company-hero-color.jpg") no-repeat center center;
  height: 245px;
  width:40%;
}
.bo-4 {
  background: url("../images/columbus-georgia-fence-company-hero-color.jpg") no-repeat center center;
  height: 245px;
  width:40%;
}
p.text-normal {
  color:#434343;
  font-weight:normal;
}
.features-list li {
  padding-bottom:10px;
  margin-bottom:10px;
  border-bottom:2px dotted #cccccc;
}
.features-list li:last-of-type {
  border-bottom:none;
}
.hr1 {
  margin:30px 0;
  padding:10px 10px;
  border-top:2px dotted #ccc;
  border-bottom:2px dotted #ccc;
  background: rgba(255,255,255,0.95);
}
h3 span.over {
  font-weight: 400;
  font-size: .5em;
}
h4 span.over {
  font-weight: 400;
  font-size: .75em;
}


/* About Us - Join Our Team - Application Form */
/* .application-form {
  margin: 0 30px;
} */

.application-form fieldset {
  margin-top: 30px;
}

.application-form .form-horizontal legend {
  background-color: #333;
  color: #fff;
}

.application-form .form-horizontal .form-gap {
  background-color: #f1f1f1;
  padding: 10px;
  margin: 20px 0;
}

.application-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  border: 0;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  height: 30px;
  color: #D8232A;
  transition: 0.35s border ease-in-out;
}

.applicant-skills textarea {
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: none;
  color: #D8232A;
  transition: 0.35s border ease-in-out;
}

.application-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus,
.applicant-skills textarea:focus {
  border-color: #000 !important;
}

.application-form .help-block {
  font-size: 12px;
  margin-bottom: 0;
}

.application-form label {
  text-align: left;
}

ul.list-style-01 li {
  font-size:.85em;
  border-bottom:1px dotted;
  padding-bottom:8px;
  margin-bottom:8px;
}