
body{
	font-family: "Avenir Heavy",  sans-serif;
    color: #535353;
    font-weight: 300;
    font-size: 0.9375rem;
    line-height: 1.9;
}
h1, h2, h3, h4, h5, h6{
	font-family: "Roboto", "Open Sans", sans-serif;
    font-weight: 600;
    color: #37404d;
    letter-spacing: 1px;
    line-height: 1.6;
}
#logo, #homeLogo{
    width: 80px;
    position: relative;
}
#logo2, #homeLogo2	{
   display: none;
}
.navDemoBtn{
    padding: 5px 20px;
    letter-spacing: 1px;
    font-size: 12px;
    border-color: #fff;
    font-weight: 600;
}
.navDemoBtn, .topBarRight li a{
	color: #fff;
	opacity: 1;
}
.topBarRight li:first-child{
    line-height: 1.9;
}
.nav-item-color{
	color: #535353;
}
.slideoutMenu{
    padding-top: 20px;
    position: fixed;
    background: #fff;
    top: -1200px;
    height: 100%;
    overflow: auto;
    transition: .3s ease;
    z-index: 10;
    /* left:-770px; */
    width: 100%;
    /* /* left: 0; */
    right: 0; 
    text-align: center;
    opacity: 0.96;
    display:none;
}
.slideoutMenu .close{
    position: relative;
    left: -30px;
}
.slideoutMenu li{
    list-style-type: none;
    margin:17% 0;
}
.slideoutMenu a {
    color: black;
    font-size: 1.3em;
    font-weight: 500;
}
.slideoutMenu img {
    width:200px;
}

.slideoutMenu ul{
    padding:0;        
   
}
.topBar{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    height: 90px;
    border-radius: 0;
    z-index: 10;
    -webkit-transition: margin-left .5s;
    transition: margin-left .5s;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}
.topBar .hamMenu{
    display: none;
    cursor: pointer;
}
.topBar .hamMenu div{
    background: #fff;
    margin: 8px 0px;
    width: 43px;
    height: 5px;
}
.swiperSlide{
    text-align: center;
}
.positionFixed{
	position: fixed;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.98);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
    -webkit-transition: margin-left .5s, background-color .5s;
    transition: margin-left .5s, background-color .5s;
}
.topBar .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
    height: 90px;
   
}
.topBar nav{
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.topBar nav ul{
	margin: 0;
}
.topBar nav li {
	list-style-type: none;
    padding: 0 10px;
}
.topBar nav a{
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transition: .3s;
    transition: .3s;
    font-size: 12px;
}

header{
	background-image: url('//cdn2.aptivada.com/img/home/Background1.jpg');
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-color: lightgray;
	background-attachment: fixed;
    padding: 120px 0 100px;
}
header h1{
    color: #fff;
    font-size: 2.5rem;
    /* padding: 125px 0; */
    padding:0;
    letter-spacing: 3px;
    font-weight: 550;
    margin:0 160px;
    margin: 0;
    height: 51px;
}
.underline{
    opacity: 1;
    transition: opacity 1s linear;
}
.newsHeader{
	background-image: url('//cdn2.aptivada.com/img/home/Background1.jpg');
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-color: lightgray;
	background-attachment: fixed;
	text-align: center;
}
h1.aboutUs {
    text-align: center;
}
.newsHeader p{
    padding: 50px 0;

}
.aboutContent h2{
    margin-top: 40px;
    text-align: left;
}
.aboutContent p{
    font-size: 18px;
    text-align: left;
}
.newsHeader h1, .aboutHeader h1{
	color: #fff;
	font-size: 2.5rem;
	font-weight: 600;
    padding: 5px 0;
}
.newsHeader p{
    font-size: 20px;
    opacity: 0.7;
    color: #fff;
}
.topBarRight li{
	display: inline-block;
}
p.lead{
	font-weight: 300;
	font-size: 1.0625rem;
}
section{
	background-color: #fff;
    overflow-x: hidden;
    padding: 45px 0;
    background-color: #fff;
    overflow-x: hidden;
}
.postPreview{
    background: white;
    padding: 25px;
    border: solid 0.78px #e7e7e7;
}
.postPreview .image {
    margin-top: -25px;
    margin-left: -25px;
    margin-right: -25px;
}
.postPreview .image img {
    width: 100%;
}

.sectionHeader{
	text-align: center;
    max-width: 70%;
    margin: 0 auto 70px;
}
.sectionHeader small {
    display: inline-block;
    font-size: 0.8875rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1.2rem;
    opacity: .6;
    margin-top: 1.2rem;
    color: #b5b9bf;
}
hr{
    margin:2rem auto;
    border:1px solid rgba(0,0,0,.1);
}

.section1 a,
.section1 a.unclickable,
.section1 a.unclickable:hover {
    color: #b5b9bf;
}
.icon p{
    color: rgb(109, 110, 112);
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
    margin-top: 15px;
}
.heading-gradient {
    font-size: 1.75rem;   
    font-weight: 200;
    background: -webkit-linear-gradient(left, rgb(75,202,234),  rgb(111,194,107));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
}
.section2{
    background-image: url('//cdn2.aptivada.com/img/home/WebpageFullPhone.jpg');
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-color: lightgray;
	background-attachment: fixed;
	padding: 200px 0;
	text-align: center;
}
.slideMenuShadow{
    background-color: rgba(0,0,0,0.7);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1;
    display: none;
}
.container .center{
    text-align: center;
}
.icon{
    display: inline-block;
    padding: 10px;
    vertical-align: top;
     width: 180px; 
    text-align: center;
    margin-bottom: 10px;
}
.fa-ticket-alt{
    transform: rotate(-45deg);
}
strong{
	font-weight: 700;
}
.bonneville{
    transform: scale(3);
}
.section2 h5{
	font-size: 30px;
    line-height: 1.2;
    font-weight: 300;
    margin-bottom: 45px;
}
/* .section2 a, .section4 a{
    border:1px solid #fff;
    color: #fff;
    width: 250px;
} */
.section3 img{
	width: 100%;
    background-color: lightgray;
}
.section2 h5{
    color:#fff;
}
.sliderSection{
    background-color: rgb(248,248,248);
}
.sliderSection h3{
    text-align: center;
    font-weight: 100;
}
.carousel{
    margin:50px 0;
}
.carousel img{
    max-width: 100px;
    margin: auto;
    height: 20px;
    transform: scale(2);
    line-height: 1.5rem;
}
.slick-list{
    line-height:90px;
}

#meredith{
    transform:scale(2.2);
}
#nbc{
    transform: scale(3);
}
#tegna{
    transform: scale(1.3);
}
#mediaGeneral{
    transform: scale(2.7);
}
.no-border{
    border:none;
}

#alphaMedia{
    transform: scale(1.9);
}
.section4{
    background: linear-gradient(to right, rgba(71,191,231), rgba(104,184,84));
    text-align: center;
}
.testimonials p{
    line-height: 2;
    font-weight: 500;
    color: #535353c4;
    max-width: 70%;
    margin: auto;
    margin-bottom: 25px;
}
.testimonials strong{
    margin: auto;
    display: block;
}
 .testimonials span, .testimonials strong{
    line-height:30px;
}
.swiperSlide > div{
    line-height: 0;
}
.carousel.testimonials {
   margin-bottom: 0;
}

footer{
	font-size: 0.85rem;
    border-top: 1px solid #f1f2f3;
    padding: 30px 0;
}
footer p{
    margin-bottom: 0;
    margin-top: 10px;
}
footer ul{
	display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 0;
}
footer li{
    list-style-type: none;
    margin: 10px 0;
}
footer a{
	color: #535353;
}
footer .social{
	display: flex;
    justify-content: space-evenly;

        margin-top:0;
    
}
.social ul{
    padding-left:0;
}
.social li{
    margin: 0 25px;
    margin-top:10px;
}
.terms li{
    margin-left: 10px;
    margin-right: 5px;
}
#pic1{
    position: absolute;
    width:9px;
    z-index: 100;
   
}
.unclickable{
    pointer-events: none;
}
a.btn.requestDemoBtn {
    border: 1px solid #fff;
    color: #fff;
    width: 250px;
    border-radius:0;
}
a.btn.requestDemoBtn:hover{
    background:#fff;
    color:rgb(109, 110, 112);
}
.topBarRight .navDemoBtn{
    border-radius:0;
}
.navDemoBtn:hover{
    background: #fff;
    color:#6D6E70;
}
.logoFadeOut{
    display: none;
   
}
.bigLogo{
    transition: 2.5s ease;
    text-align: center;
    display: block;
    opacity:1;
    z-index:1;
    position: absolute;
    left: 50%;
    top: 225px;
}
.bigLogo img{
    width: 300px;
    position: relative;
    left: -50%;
}
.no-padding{
    padding:0 !important;
}
.category{
    font-weight: 800;
}

.continue {
    border: 1px solid;
    padding: 10px 15px;
    font-size: 12px;
    font-weight: 800;
    color: rgb(218,85,34) !important;
    transition: all ease-out 0.25s;

}
.continue:hover {
    color: rgb(154, 59, 22) !important;
    text-decoration: none;
}
.titleContainer {
    padding-top:200px;
    padding-bottom:200px;
   
}
/* slider */
.mySlides {
    transition: opacity 1s;
    opacity: 0;
    padding:0;
    text-align: center;
    margin: auto;
    position:absolute;
    top:0;
    left:0;
    width:100%;
}
.mySlides.visible {
    opacity: 1;
}


.hidden{
    opacity:0;
}
.privacyPolicy{
    white-space:nowrap;
}

.mySlides img {vertical-align: middle;}
.mySlides .slideText {text-align:right; font-weight:100; letter-spacing:0;white-space: nowrap;}

/* Slideshow container */
.slideshow-container {
   
    position: relative;
    margin-right: 15px; 
    padding: 0;
    width: 300px;
    text-align: right;
    display:inline-block;
    vertical-align:middle;
    height:51px;

}


.slick-dots{
    position: relative;
    bottom: 20px;
    display: block;
    width: 100%;
    padding:0;
    margin: 0;
    list-style-type: disc;
    text-align: center;
    margin-top: 10px;
}
.slick-dots li{
    
    display:inline;
}

.slick-dots li.slick-active button{
    
    border-top:3px solid rgba(0, 0, 0, 0.589);

}
.slick-dots li button{
    border:none;
    border-top:1px solid black;
    background:transparent;
    margin:0 6px;
}
.title-end {
    display:inline-block;
    white-space:nowrap;
    vertical-align:middle;
}
.box {
    margin: auto;
    opacity: 0;
    transition: opacity 2.5s;
    
}
.visible{
    opacity: 1;
}
.boxInner{
    margin: auto;
    text-align:center;
}

.previewFooter {
    color: #646464;
}

header h4{
    font-size: 1.25rem;
}
p.lead{
    font-size: 1rem;
}
.section1 h2, .section3 h2{
    font-size: 1.60rem;   
}

.heading-wrap{
    display: block;
}

.terms{
    margin:0 15px;
    margin-top:0;
    padding-left:0;
}
.terms li{
   list-style-type: none;
  
}
.section-posts,
.section-post {
    background: #f4f4f4;
}

.section-post .breadcrumb,
.breadcrumb.styled {
	background: transparent;
}
.section-post .breadcrumb a,
.breadcrumb.styled a {
	color: rgb(218,85,34);
}
.section-post .breadcrumb {
    padding: 0;
	margin-bottom: 5px;
}


.pagination.styled .page-item + .page-item {
	margin-left: 5px;
}
.pagination.styled .page-item .page-link {
	padding-left: 0;
	padding-right: 0;
	min-width: 40px;
    text-align: center;
    color: #aaa;
    border-color: #aaa;
}


.pagination.styled .page-link:focus {
    box-shadow: 0 0 0 0.2rem rgba(218,85,34,.25);
    background: white;
}
.pagination.styled .page-item .page-link:hover {
    color: rgb(218,85,34);
    border: solid 1px  rgb(218,85,34);;
    background: white;
}
.pagination.styled .page-item.active .page-link,
.pagination.styled .page-item.active .page-link:hover {
    background-color: rgb(218,85,34);
    border-color: rgb(218,85,34);
    color: white;
}

.pagination.styled .page-item:first-child .page-link,
.pagination.styled .page-item:last-child .page-link {
	border-radius: 0;
}

.news-link {
    color: rgb(218,85,34) !important;
}
a.news-link:hover,
a.news-link:focus {
    color: rgb(154, 59, 22) !important;
}
.postPreview .category .category-link {
    display: inline-block;
    padding: 5px 10px;
    color: rgb(218,85,34);
    font-weight: 400;
    text-transform: uppercase;
    font-size: 0.8rem;
}
.postPreview .category .category-link:hover {
    color: rgb(154, 59, 22);
}

    .ghost {height:100%; width:0px; display: inline-block; vertical-align: middle;}

    #lightbox {position:fixed; top:0; left:0; width:100%; height:100%; background-color: rgba(0,0,0,0.9); text-align:center; z-index: 100;}
    #content {padding:10px; margin: 0 auto; margin-top:20%;}
    .close, .closeBtn {color: #cececee0;position: absolute;top: 10px;right: 25px;font-size: 35px;font-weight: bold; z-index: 5;}
    .closeBtn i{
        cursor: pointer;
    }
    .close:hover, .close:focus {color: #999;text-decoration: none;cursor: pointer;}
    .inputField {box-sizing:border-box; padding:10px; background-color: rgba(0,0,0,0.6); border: none; font-size: 1.2em; color:#fff; width:300px;}
    .submitBtn {box-sizing:border-box; width:300px; display:inline-block; margin: auto; cursor: pointer; padding: 12px 16px; background-color: #fff; color: #537166; box-shadow: 0px 0px 10px rgba(0,0,0,0.3); transition:all 0.2s; font-size: 1.3em; border-radius: 2px; font-weight: bold;}
    .submitBtn:hover {box-shadow: 0px 0px 10px rgba(0,0,0,0.5); font-size: 1.4em;}
    #formMessages {padding: 10px;}
    .error {color: #e22;}
    .success {color: #fff;}

    .choicesContent form {    
        width: 500px;
        margin: auto;
        padding: 25px;
    }
    .choicesContent form input {
        display: block;
    width: 400px;
    text-indent: 7px;
    margin: 10px auto 5px;
    border: none;
    border-radius: 5px;
    background-color: rgba(0,0,0,0.05) !important;
    padding: 6px;
    }
    .choicesContent form select {
        width: 400px;
        margin: 20px auto;
        display: block;
    }
    .choicesContent form button {
        margin: 20px auto;
        display: block;
        width: 80px;
    }
    .errMessage{
        color: red;
        margin: 5px 0px 15px 28px ;
    }
    .choiceMessage{
        width: 500px;
        margin: 0 auto;
    }


@media screen and (max-width: 991px){
    .social li {
        margin: 10px ;
    }
}
@media screen and (max-width: 767px){
    .slideoutMenu{
      
        display:block;
    }
    .social li {
        margin: 0 25px;
    }
    #homeLogo {
        width: 60px;
        position: relative;
        left: -10px;
    }
    .topBar .hamMenu div {
        margin: 4px 0px;
        width: 22px;
        height: 3px;
    }
    footer ul{
        margin-top: 15px;
    }
    .sectionHeader{
        max-width: 100%;
    }
    .topBar .hamMenu{
        display: inline-block;
        cursor: pointer;
        
    }
   
    header h1{
        font-size: 2rem;
        margin:0;
    }

    .navDemoBtn, .topBarRight li{
        display: none;
    }
    .section3 h4{
        padding: 10px 0;
    }
    .slideMenuShadow{
        background-color: rgba(0,0,0,0.7);
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 1;
    }
    .section2 h5{
        color:#fff;
    }
   
    #logo2, #homeLogo2{
        display: initial;
        width: 80px;
        position: relative;
        right: -15px;
    }
    .icon{
        width: 32%; 
    }
    footer{
        text-align: center;
    }
    .terms, footer ul, footer .social {
        margin-top: 0;
        
    }
    .terms{
        margin: 0px 120px;
    }
   
    
}




@media screen and (max-width:680px){
    
    
    .boxInner, .mySlides .slideText{
        text-align: left;

    }
    .box {
      
        margin-left:40px;
        
    }
   
    
}

@media screen and (max-width: 455px){
    .bigLogo{
        top: 175px;
    }
   .titleContainer{
       padding:100px 0;
   }
    footer li {
        
        margin:0;
    }
    footer .social {
        
        margin-top:0;
    }
    .terms {
        margin-top: 0;
    }
    .slideoutMenu{
        width: 100%;
    }
    .icon{
        width: 45%; 
    }
    .box {
      
        margin-left:15px;
        
    }

}


