/* Theme Name : Seneca */

html, body{
  overflow-x: hidden;
  padding-top:50px;
}

.mt0{
  margin-top: 0px;
}
.mb0{
  margin-bottom: 0px;
}
.mt10{
  margin-top: 10px;
}
.mb10{
  margin-bottom: 10px;
}
.mt20{
  margin-top: 20px;
}
.mb20{
  margin-bottom: 20px;
}
.mt30{
  margin-top: 30px;
}
.mb30{
  margin-bottom: 30px;
}
.mt40{
  margin-top: 40px;
}
.mb40{
  margin-bottom: 40px;
}
.pl0{
  padding-left: 0;
}
.pr0{
  padding-right: 0;
}
@media(max-width:767px){
  .pl0{
    padding-left: 15px;
  }
  .pr0{
    padding-right: 15px;
  }
}
.pt20{
  padding-top: 20px;
}
.pb20{
  padding-bottom: 20px;
}
.pad20{
  padding: 20px;
}
.pad50-25{
  padding: 50px 25px;
}
.pad50{
  padding: 50px;
}
.white{
  color: #ffffff;
}
.orange{
  color: #F18826;
}
.light-blue{
  color: #5197E3;
}
.blue{
  color:#004FA3;
}
.blue-bg{
  background-color: #004FA3;
}
.gray-bg{
  background: rgba(216,216,216,.21);
}
.gray-solid-bg{
  background-color: #E6E6E6;
}

a.underline{
  text-decoration: underline;
}

.btn-fill {
  border: 3px solid #F18826!important;
  background-color: #F18826;
  border-radius: 8px;
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0px;
  padding:5px 30px;
  white-space: normal;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.btn-fill:hover {
  border: 3px solid #b15702!important;
  background-color: #b15702;
  border-radius: 8px;
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0px;
  padding:5px 30px;
  white-space: normal;
}

.btn-outline{
  /* Rectangle 8: */
  border: 3px solid #F18826!important;
  border-radius: 8px;
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #F18826;
  letter-spacing: 0px;
  padding:5px 30px;
  white-space: normal;
}
.btn-outline:hover{
  /* Rectangle 8: */
  border: 3px solid #F18826;
  border-radius: 8px;
  background-color:#F18826;
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #ffffff!important;
  letter-spacing: 0px;
  padding:5px 30px;
  white-space: normal;
  -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.btn-outline-white{
  /* Rectangle 8: */
  border: 3px solid #ffffff;
  border-radius: 8px;
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  font-size: 20px;
  color: #ffffff;
  letter-spacing: 0px;
  padding:5px 30px;
  white-space: normal;
}
.btn-outline-white:hover{
  /* Rectangle 8: */
  border: 3px solid #ffffff;
  border-radius: 8px;
  background-color:#ffffff;
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  font-size: 20px;
  color: #F18826;
  letter-spacing: 0px;
  padding:5px 30px;
  white-space: normal;
  -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.btn-small{
  font-size: 16px;
  max-width: 350px;
}
.btn-small:hover{
  font-size: 16px;
}
.btn-large{
  font-size: 24px;
}
.btn-large:hover{
    font-size: 24px;
}
h2{
  font-size: 64px;
}

.five-row{
  width: 100%;
  margin: 25px 0;
  float: left;
}

.five-row .column{
  width: 16%;
  margin-left: 2%;
  margin-right: 2%;
  float: left;
}

.five-row .column img{
  margin-left: auto;
  margin-right: auto;
}

@media(max-width:767px){
  .five-row .column{
    width: 46%;
    margin-left: 2%;
    margin-right: 2%;
    float: left;
    margin-bottom: 20px;
  }
}

#header{
  background-color: #004FA3;
  min-height: 100px;
  max-height: 100px;
  border-bottom: 4px #F18826 solid;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(18,18,18,.2);
-moz-box-shadow: 0px 5px 5px 0px rgba(18,18,18,.2);
box-shadow: 0px 5px 5px 0px rgba(18,18,18,.2);
}
#headerPhone{
  margin-top: 37px;
  font-size: 20px;
}
#navbar{
  background-color: #004FA3;
  margin-top: 24px;
  z-index: 1000;
  width: 100%;
  position: absolute;
  width: 100%;
  left: 0;
}

.navbar-fixed-top {
position: fixed;
right: 0;
left: 0;
z-index: 999;
}

@media(max-width:767px){
  #navbar{
    margin-top: 0px;
  }
}
.navbar-toggle .icon-bar{
  background-color: #ffffff;
}
.navbar-toggle{
  margin-top: -75px;
}
@media(min-width:768px){
  .navbar-nav{
    margin-right:-2em;
  }
}
@media(max-width:767px){
  .navbar-nav{
    width: 100%;
    margin: 7.5px 0px;
  }
}
.navbar-nav>li>a{
  color: #ffffff;
  font-size: 13px;
  letter-spacing:.8px;
  padding: 4px 15px;
  text-transform: uppercase;
  line-height:30px;
}
.navbar-nav .dropdown > ul>li>a{
    color:#a85f1a;
    font-size: 13px;
  letter-spacing:.4px;

  text-transform: uppercase;
  line-height:30px;
}
#mobileNav .dropdown ul li a{
    color:#FFFFFF;
    text-align: left;
    font-size:14px;
    text-transform: none;
}
@media(max-width:767px){
  .navbar-nav>li>a{
    text-align: left;
    font-size:18px;
    color:#004FA3;
    font-weight: bold;
  }
}
@media(min-width:768px){
    .navbar-nav a.active, .navbar-nav>li>a:hover{
    background-color: #F18826;
    color: #ffffff;
    border-bottom: 3px solid #fff;
    border-radius: 5px;
    -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }
}
@media(max-width:767px){
    .navbar-nav a.active, .navbar-nav>li>a:hover, .navbar-nav>li>a:focus{
        background-color: transparent;
        color:#004FA3;
        font-weight: bold;
    }
}
.navbar-right{
  margin-right:-48px !important;
}

#socialIcons a{
  color: #ffffff;
  font-size: 20px;
  letter-spacing:.8px;
  padding: 9px 12px;
  text-transform: none !important;
  line-height:10px;
  margin-bottom:-30px;
}
#socialIcons a:hover {
  background-color: #004FA3 !important;
  color: #F18826 !important;
  border-bottom: 0px !important;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
#logo{
  margin-top:12px;
  margin-left: -18px;
  margin-bottom:20px;
  max-width:220px;
}
.vertical-center{
  display: table-cell;
  float: none;
  vertical-align: middle;
}
.top-header{
  min-height: 205px;
}
.top-header.basic{
  min-height: 150px;
}

.top-header h2, .top-header h1{
  font-size: 50px;
}
.top-header.basic h2 , .top-header.basic h1{
  font-family: 'Roboto Slab', serif;
  font-size: 50px;
  margin-top:45px;
}
.top-header.basic h3{
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  line-height:1.4;
  font-size: 29px;
  color: #7F8790;
}
.nav-tabs li{
  background-color: #F18826;
  border: 2px #FFBB7B solid;
  font-size:18px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  border-top-right-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-left-radius: 10px;
  max-width: 200px;
}
.nav-tabs li:hover{
  background-color: #ffffff;
  border-color: #fff;
}
.nav-tabs li a:hover{
  background-color: transparent;
    color: #F18826;
}
.nav-tabs li.active{
  background-color: #ffffff;
  border-bottom: 2px;
  border-bottom-color: #fff;
}
.nav-tabs li.active a{
  background-color: transparent;
  border-color: #ffffff;
  color: #F18826;
}

.nav-tabs li.active a:hover{
  border-color: #ffffff;
  cursor: pointer;
  color: #F18826;
}
.nav-tabs li a{
    color: #ffffff;
}

.navcta {
  border: 3px solid #F18826;
  border-radius: 5px;
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  font-size: 24px;
  color: #F18826!important;
  letter-spacing: 0px;
  padding:5px 30px;
  white-space: normal;
}
@media(max-width:767px){
  .navcta{
    border: 3px solid #FFFFFF;
    color: #FFFFFF!important;
    width: 100%;
    text-align: center!important;
  }
  .navcta:hover{
    background-color: #FFFFFF;
    color: #F18826;
  }
}
.navcta:hover {
  color: #FFF!important;
}

.content{
  min-height: 300px;
}

#bxSlider{
  background-color: #004FA3;
  margin-left: 0;
  padding-left: 0;
}
#bxSlider .item{
  background-color: #004FA3;
  max-height: 500px;
}
#bxSlider .item > .btn-outline{
  position:absolute;
  bottom:40px;
  right:5%;
  border-color: #ffffff;
  color: #ffffff;
  font-size: 16px;
}
@media(max-width:991px){
  #bxSlider .item > .btn-outline{
     bottom:25%;
  }
}
#bxSlider .item > img{
  margin: auto;
}
.bx-wrapper .bx-viewport{
  border:none!important;
}

#mainContent{
  padding: 50px 15px;
}
#mainContent h2{
  color: #004FA3;
  font-family:'Roboto Slab', serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.5;
}
#mainContent2 h2{
  color: #004FA3;
  font-family:'Roboto Slab', serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.5;
}

#mainContent p{
    color:#555;
    font-family:'Roboto', sans-serif;
    font-size:18px;
    line-height:1.65;
}

.content.home h3{
  font-size: 20px;
  font-family:'Roboto Slab', serif;
  font-weight: bold;
}
#homeHero{
  background:url('/wp-content/themes/seneca/img/2020/2020hero.jpg') no-repeat center center;
height:85vh;
  background-size:cover;
}
@media(max-width:1300px){
  #homeHero{
    background:url('/wp-content/themes/seneca/img/2020/2020hero.jpg') no-repeat 45% center;
    height:80vh;
    background-size:cover;
  }
}
@media(max-width:767px){
  #homeHero{
    background:url('/wp-content/themes/seneca/img/2020/mobile-bg.jpg') no-repeat center;
    height:72vh;
    background-size:cover;
  }
}

#homeHero h1{
  font-size: 50px;
  color: #F18826;
  font-weight: bold;
  font-family:'Roboto Slab', serif;
}

#homeHero h2{
  font-size: 40px;
  font-weight: regular;
  font-family:'Roboto Slab', serif;
}
#homeHero p{
  font-size: 24px;
  font-weight: regular;
  color:#002a57;
  font-family:'Roboto Condensed', sans-serif;
}
@media(max-width:767px){
  #homeHero h1{
    text-align: center;
    font-size: 36px;
    margin-top:-4rem;
  }
  #homeHero h2{
    font-size: 34px;
    text-align: center;
  }
  #homeHero p{
    font-size: 20px;
    text-align:center;
  }
}


#topItems{

}
#topItems .item{
  padding: 0 25px;
}
#topItems .item hr{
  border-bottom: 1px #979797 solid;
}
#topItems h2{
  font-size: 36px;
  color: #004FA3;
  font-family:'Roboto Slab', serif;
  font-weight: 400;
  text-transform: uppercase;
}
#topItems p{
  color:#7F8790;
}
#motto{
  background: url('/wp-content/themes/seneca/img/2020/mottobg.jpg') no-repeat 50% 50% fixed;*/
  background-color:#F18826;
 background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 -webkit-background-size: cover;
  padding: 140px 0px 140px;
  position: relative;
  z-index: 500;
}
#motto h2{
  color: #ffffff;
  font-size: 40px;
  line-height:1.4;
  text-align: left;
  font-family:'Roboto Slab', serif;
  font-weight:bold;
  text-transform: capitalize;
}


#motto p{
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
}
#motto p, #motto ul li{
  color: #ffffff;

  letter-spacing: .8px;
}
#motto ul li{
  font-family:'Roboto Slab', serif;
  font-size: 24px;
}
#motto ul li span{
  font-family:'Roboto Slab', serif;
  font-size: 28px;
  font-weight: bold;
}
#motto ul{
  list-style-type: none;
  margin-left: 0;
  padding-left: 15px;
}



@media(max-width:767px){
  #motto{
    background-color:#F18826;
   background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   -webkit-background-size: cover;
    padding: 32px 0px 40px;
    position: relative;
    z-index: 500;
  }

  #motto h2{
    font-size: 36px;
    line-height:1.4;
  }
  #motto p{
    font-size: 20px;
  }
}
#qualityCustomLabels{
  padding: 50px 0;
}
#qualityCustomLabels h2{
  font-family:'Roboto Slab', serif;
  font-size: 40px;
  font-weight: bold;
}
#qualityCustomLabels h4{
  color: #014FA3;
  font-size: 20px;
  font-weight: bold;
}
#qualityCustomLabels a{
  font-weight: bold;
}


#labelTypes{
  background: url('/wp-content/themes/seneca/img/labelTypesBG.jpg') repeat-y;
  background-size: 100%;
  color: #ffffff;
  position: relative;
  z-index: 500;
}
#labelTypes .container{
 background: url('/wp-content/themes/seneca/img/labelTypesBG.jpg') repeat-y;
  background-size: 100%;
    padding: 35px 0;
  color: #ffffff;
  text-align: right;

}
#labelTypes ul{
  list-style-type: none;
}
#labelTypes ul li{
  padding: 0 10px;
  text-align: center;
  max-width: 200px;
  float: left;
}

#labelTypes ul li p{
  color: #004FA3;
  text-align: center;
  padding: 10px 0;

}
#labelTypes h3{
	  font-family:'Roboto Slab', serif;
  font-weight: 400;
}

#orderprocess{
 background: url('/wp-content/themes/seneca/img/2020/orderbg.jpg') no-repeat center center;
 background-size: cover;
background-color: #002a57;
 -moz-background-size: cover;
 -o-background-size: cover;
 -webkit-background-size: cover;
  padding: 50px 0px 50px;
  position: relative;
  z-index: 500;
  text-align: center;
}
#orderprocess h2{
  color: #fff;
  font-size: 40px;
  text-align: center;
  font-family:'Roboto Slab', serif;
  font-weight: bold;
}
#orderprocess h2 i{
  color: #F18826;
  font-size: 80px;
  text-align: center;

}


#orderprocess p{
  text-align: center;
  color:  #fff;
  letter-spacing: .8px;
  font-size: 24px;
  font-weight: 400;
}

#orderprocess .btn-outline{
  /* Rectangle 8: */
  border: 3px solid #F18826;
  border-radius: 16px;
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  font-size: 22px;
  color: #F18826;
  letter-spacing: 0px;
  width:100%;
  white-space: normal;
  margin-bottom:20px;
}
#orderprocess .btn-outline:hover{
  /* Rectangle 8: */
  border: 3px solid #F18826;
  border-radius: 16px;
  background-color:#F18826;
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  font-size: 22px;
  color: #ffffff;
  letter-spacing: 0px;
  width:100%;
  white-space: normal;
  -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#orderprocess .iconcaption {
  font-size:20px;
  text-transform: uppercase;
  font-weight:900;
  color:#47A0FF;
}

.circle{
width: 140px;
  height: 140px;
  line-height: 140px;
  border-radius: 50%;
  font-size: 50px;
  color: #fff;
  text-align: center;
  background: #002a57;
  border: solid 4px #47A0FF;
  margin: 0px auto 20px auto;
}


@media(max-width:767px){
  #orderprocess{
  background-color: #002a57;
   -moz-background-size: cover;
   -o-background-size: cover;
   -webkit-background-size: cover;
    padding: 32px 0px 40px;
    position: relative;
    z-index: 500;
    text-align: center;
  }
  #orderprocess h2{
    font-size: 36px;
  }

  .circle{
  width: 112px;
    height: 112px;
    line-height: 112px;
    border-radius: 50%;
    font-size: 48px;
    color: #fff;
    text-align: center;
    background: #002a57;
    border: solid 4px #47A0FF;
    margin: 0px auto 16px auto;
  }

  #orderprocess .iconcaption {
margin-bottom:40px;
  }
}


#labelUniversity{
  padding: 80px 0 80px 0;
}
#labelUniversity h2{
  font-size: 40px;
  font-weight: bold;
  font-family: 'Roboto Slab', serif;
}
#labelUniversity h3{
  font-size: 30px;
  font-weight: bold;
  font-family: 'Roboto Slab', serif;
  color: #014FA3;
}
#labelUniversity p{
  font-size: 24px;
  color:#002a57
}

@media(max-width:767px){
  #labelUniversity{
    padding: 30px 0 40px 0;
  }
  #labelUniversity h2{
    font-size: 36px;
  }

  #labelUniversity p{
    font-size: 20px;
  }
}

.background-image1{
  background: url('/wp-content/themes/seneca/img/bgImage1.jpg') no-repeat 50% 50% fixed;
  background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  padding: 100px 0;
  position: relative;
  z-index: 500;
}
.background-image1 h2{
	font-family: 'Roboto Slab', serif;
}
.background-image1 h3{
font-size: 36px;
  color: #004FA3;
  font-family:'Roboto Slab', serif;
  font-weight: 400;
  text-transform: uppercase;
}
#testimonialsHeader{
  background: url('/wp-content/themes/seneca/img/testimonialHeader.jpg') bottom center;
}
#testimonialsHeader h1{

}
#mobilePortfolioFilter{

  white-space: nowrap;
  overflow-y: scroll; /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
}
#mobilePortfolioFilter li{
  display: inline-block;
  float: none;
  border-radius: 0;
  max-width: 75%;
}
#mobilePortfolioFilter li > a{
  color: #ffffff;
  font-size: 16px;
}
#mobilePortfolioFilter li a:hover{
  background: transparent;
  border: none;
  color: #F18826;
}

.testimonial-section{
  padding: 60px 0;
}
.testimonial-section h2{
  font-size: 30px;
  color: #004FA3;
  text-transform: uppercase;
}
.testimonial-section p.city{
  font-size: 16px;
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  color: #004FA3;
}
.testimonial-section p{
  color:#505254;
  font-size: 18px;
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
}
p.quote{
  color: #F18826;
  font-family:'Roboto Slab', serif;
  font-weight: 300;
  font-size: 25px;
  padding-left:20px;
  border-left: 2px solid #F18826;
}


.newShowcaseCard{
  margin:5px;
  padding:15px;
  border:2px #efefef solid;
  border-radius:5px;
}
.newShowcaseCard h3{
  font-weight:bold;
}

#categoryFilters a{
  margin: 15px 0;
  color: #BDBDBD;
  border-color: #BDBDBD;
}
#categoryFilters a:hover{
font-size: 16px;
color: #fff;
border-color: #F18826;
}
#categoryFilters a.active{
  border-color: #F18826;
  color: #F18826;
}
#categoryFilters a.active:hover{
  border-color: #F18826;
  color: #FFF;
}
.flip .card{

  box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.50);
  border-radius: 8px;
  padding: 10px 0;
}
.flip img{
  margin: auto;
  width: 100%;
}
.table-format{
	display:table;
    height:100%;
    width:100%;
}
.table-cell{
	display: table-cell;
	height:100%;
    width:100%;
}
.flip {
  -webkit-perspective: 800;
  -ms-perspective: 800;
  -moz-perspective: 800;
  -o-perspective: 800;
   position: relative;
   width: 100%;
   height: 100%;
   margin: 20px auto;
}
.flip .card.flipped {
  transform:rotatey(-180deg);
  -ms-transform:rotatey(-180deg); /* IE 9 */
  -moz-transform:rotatey(-180deg); /* Firefox */
  -webkit-transform:rotatey(-180deg); /* Safari and Chrome */
  -o-transform:rotatey(-180deg); /* Opera */
}
.flip .card {
  height: 100%;
  -webkit-transform-style: preserve-3d;
  -webkit-transition: 0.5s;
  -moz-transform-style: preserve-3d;
  -moz-transition: 0.5s;
  -ms-transform-style: preserve-3d;
  -ms-transition: 0.5s;
  -o-transform-style: preserve-3d;
  -o-transition: 0.5s;
  transform-style: preserve-3d;
  transition: 0.5s;
}
.flip .card .face {
 -webkit-backface-visibility: hidden ;
    backface-visibility: hidden ;
		z-index: 2;

}
.flip .card .front {
  position: absolute;
  width: 100%;
	z-index: 1;
  /*background: url('/wp-content/themes/seneca/img/flipcardarrow.png') no-repeat bottom right;*/


}
.flip .card .back {
	background-color:#ffffff;
  background: #fff;
	background-size: cover;
  -webkit-transform: rotatey(-180deg);
    transform: rotatey(-180deg);
    padding: 0px 30px;
    font-size: 12px;
    color: #474747;
}

#pageCTA {
  background-color: #f18826;
  padding: 60px 0px 80px 0px;
  border-top:10px solid #a85f1a;
  border-bottom:10px solid #002a57;
}

#pageCTA h2{
	font-family: 'Roboto Slab', serif;
  color:#fff;
  margin-bottom:25px;
}
#pageCTA h3{
font-size: 36px;
  color: #fff;
  font-family:'Roboto Slab', serif;
  font-weight: 400;
  text-transform: uppercase;
}
#pageCTA hr {
  color:#a85f1a;
  background-color:#a85f1a;
  height:8px;
  border: 0px;
  width:90%
}



#scrollprompt{
  margin-top:20px;
  padding: 12px 0;
  background-color: #F18826;
  min-height: 35px;
  max-height: 35px;
}
#scrollprompt p{
  font-size: 13px;
  letter-spacing: 2px;
  color: #a85f1a;
  text-align: center;
}

#footer{
  background-color: #004FA3;
  min-height: 280px;
  padding: 50px 0;
  font-size: 14px;
  line-height: 24px;
  position: relative;
  z-index: 500;
}
#footerLogo{
  max-width: 200px;
  margin-bottom: 20px;

}
#footerContact{
  border-right: 1px #ffffff solid;
}
#footer ul{
  margin-top:30px;
  color: #ffffff;
  font-size: 14px;
}
#footer a{
  color:#fff;
  text-decoration: none;
  border-bottom:1px #0068d6 solid;
}
#footer a:hover{
  color:#F18826;
}
#footer ul li{
list-style: none;
}
#footer ul li a{
  color: #ffffff;
  font-size: 14px;
}
#footer ul li a:hover{
  color: #F18826;
  text-decoration: none;
}

#credits{
  padding: 12px 0;
  background-color: #002a57;
  min-height: 40px;
  max-height: 40px;
  position: relative;
  z-index: 500;
}
#credits p{
  font-size: 12px;
  color: #0068d6;
  text-align: center;
}
#credits a{
  color: #0068d6;
}
#credits a:hover{
  color: #fff;
}
@media(max-width: 480px){
  #logo{
    margin-top:25px;
    width: 70%;
    margin-left:10px;
  }

  .testimonial-section img{
    margin: auto;
  }
  #mobilePortfolioFilter a{
    border:none;
  }
  #mobilePortfolioFilter a:hover{
    color: #004FA3;
  }
  #mobilePortfolioFilter a.active{
    background-color: #ffffff;
    color: #F18826;
  }
  #labelTypes{
    color:##004FA3;
    position: relative;
    z-index: 500;
  }
  #labelTypes .container{
   background: none;
      padding: 35px 0;
    color:#004FA3;
    text-align: center;
  }
  #labelTypes ul{
    margin-left: 25%;
  }
  #labelTypes ul li{
    width: 100%;
  }
}
@media(max-width:767px){
  #navbar{
    background-color: #F18826;
  }
#logo{
  margin-top:10px;
  margin-left:8px;
  max-width: 200px;
}
  #topItems{
    margin-bottom: 20px;
  }
  #topItems .item{
    text-align: center;
  }
  #labelTypes{
    color:#004FA3;
    background-image:none;
    background-color: #fff;
    position: relative;
    z-index: 500;
  }
  #labelTypes .container{
   background: none;
      padding: 35px 0;
    color:#004FA3;
    text-align: center;
  }
  #labelTypes ul{
    margin-left: 25%;
  }
  #labelTypes ul li{
    width: 100%;
  }
  .background-image1{
    background: url('/wp-content/themes/seneca/img/bgImage1.jpg') no-repeat 50% 50% fixed;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;;
    background-size: auto;
    padding: 50px 0;
  }
  .img-responsive{
    margin-bottom:20px;
  }
}

.frm_style_formidable-style.with_frm_style input[type=submit], .frm_style_formidable-style.with_frm_style .frm_submit input[type=button], .frm_form_submit_style, .frm_style_formidable-style.with_frm_style.frm_login_form input[type=submit] {
    -moz-transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out!important;
    -webkit-transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out!important;
    -ms-transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out!important;
    transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out!important;
    position: relative!important;
    display: inline-block!important;
    padding: 0.25em 1.5em 0.4em 1.5em!important;
    border: 0!important;
    border-radius: 6px!important;
    background: #F18826 !important;
    font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif!important;
    line-height: 1.80em!important;
    text-align: center!important;
    text-decoration: none!important;
    font-weight: 700!important;
    color: #FFF!important;
    cursor: pointer!important;
    font-size: 100%!important;
}

.frm_style_formidable-style.with_frm_style input[type=submit]:hover, .frm_style_formidable-style.with_frm_style:hover .frm_submit input[type=button]:hover, .frm_form_submit_style:hover, .frm_style_formidable-style.with_frm_style.frm_login_form input[type=submit]:hover {
    background: #F18826 !important;
}

.frm_style_formidable-style.with_frm_style label.frm_primary_label, .frm_style_formidable-style.with_frm_style.frm_login_form label {
    font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif!important;
    line-height: 1.80em!important;
}

.frm_style_formidable-style.with_frm_style .frm_form_field.frm_html_container {
    font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif!important;
    line-height: 1.80em!important;
}
.frm_style_formidable-style.with_frm_style .frm_rootline input, .frm_style_formidable-style.with_frm_style .frm_rootline input:hover {
width: 45px!important;
height: 45px!important;
}
.frm_button_submit {
  border: 3px solid #F18826!important;
  border-radius: 16px!important;
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif!important;
  font-size: 24px!important;
  color: #F18826!important;
  letter-spacing: 0px!important;
  padding:5px 30px!important;
  white-space: normal!important;
}
.frm_button_submit:hover{
border: 3px solid #F18826!important;
border-radius: 16px!important;
background-color:#F18826!important;
font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif!important;
font-size: 24px!important;
color: #ffffff!important;
letter-spacing: 0px!important;
padding:5px 30px!important;
white-space: normal!important;
-webkit-transition: all .2s ease-in-out!important;
-moz-transition: all .2s ease-in-out!important;
-o-transition: all .2s ease-in-out!important;
transition: all .2s ease-in-out!important;
}

hr.thick-orange {
  border-top: 3px solid #F18826;
}

.covid-19 #announcementBar {
  display:none;
}
.health-and-hygiene-labels #announcementBar {
  display:none;
}
.takeout-and-food-safety-seals #announcementBar {
  display:none;
}

/* bart start */
#scrollprompt {
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    margin:0;
    width:100%;
    z-index:999;
    color:#ffffff;
}
/* bart end */


/* STAY IN TOUCH LANDER CSS */

body.stay-in-touch .top-header-bar, body.stay-in-touch #navbar, body.stay-in-touch #footer p,body.stay-in-touch #footer form, body.stay-in-touch #footer #terms, body.stay-in-touch #footer ul.pull-left, body.stay-in-touch #credits {
  display: none!important;
}
body.stay-in-touch #footerContact{
  border-right: 0!important;
}

/* END STAY IN TOUCH LANDER CSS */

.smooth-transition{
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}
