/* VTI Security
* Custom styles and themeing
* Created specifically for use by VTI Security
* by Jessica Winkler
* Digital Simplicity LLC
* Copyright (c) 2014
*/

/*****STRUCTURE*****/
body {
  text-rendering: optimizeLegibility;
}
.full-width {
  width: 100%!important;
  margin: 0 auto;
}
/*****TOP*****/
header {
  width: 100%;
  background-color: rgba(255,255,255, 0.85);
  position:fixed;
  top:0;
  z-index:1000;
}
.default {
  padding-top:125px!important;
}
header .top img {
  width: 90px;
  margin-top: 10px;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 7px;
  position: relative;
  z-index: 5000;
}
.container.top {
  margin-top: 0;
}

nav.top {
  font-family:'Open Sans', sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  color: #fff;
  position:relative;
  z-index:2000;
}
nav.small.top a img {
  position: relative;
  float:left;
  width: 60px;
  padding-top: 1.5%;
  padding-left: 2%;
}
nav ul ul {
	display:none;
	width: 100%;
	position:absolute;
	z-index: 1500;
	top: 57px;
	left: 0;
	padding-top:10px!important;
	}
nav ul li.dropdown:hover > ul {
	display:list-item;
}
nav ul ul li a, nav ul ul li a:visited {
	display: inline-block;
	float: left;
	position: relative;
	color: #EA802D;
	font-size: 12px!important;
	font-weight: bolder;
}
nav ul ul li a:hover {
	color: #444;
}
/*----------------------------------------------------------------------------*\
    Stick header based on Headhesive - Specific Styles
/*----------------------------------------------------------------------------*/

/**
 * Headhesive element clone
 * > `clone` class for the cloned element:
 *
 |  var options = {
 |      classes {
 |          clone: 'banner--clone';
 |      }
 |  }
 *
 */
.banner--clone {

    /* Required styles */
    position: fixed;
    top: 0;
  width: 100%;
  margin: 0 auto;

    /* Additional styles */
    background: rgba(255,255,255,0.85);
  border-bottom: 1px solid #D6D6D6;
  z-index:1000;

    /* Translate -100% to move off screen */
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);

    /* Animations */
    -webkit-transition: all 300ms ease-in-out;
       -moz-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;

}
.banner--clone .container {
  margin: 0 auto;
}

/**
 * Headhesive stick
 * > `stick` class for the cloned element:
 *
 |  var options = {
 |      classes {
 |          stick: 'banner--stick';
 |      }
 |  }
 *
 */
.banner--stick {

    /* Translate back to 0%; */
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
}


/**
 * Headhesive unstick
 * > `unstick` class for the cloned element:
 *
 |  var options = {
 |      classes {
 |          unstick: 'banner--unstick';
 |      }
 |  }
 *
 */
.banner--unstick {
    /* Not required to use, but could be useful to have */
}
/*****FLEXSLIDER*****/

ul.slides li {
  width:100%;
  overflow:hidden;
  max-height: 500px;
  margin-bottom: 0px !important;
}
ul.slides li .caption {
    overflow: hidden;
    padding: 10px;
    position: absolute;
    width: 280px;
    z-index: 20;
    background: #000;
    }
    ul.slides li .caption {
    bottom: 0;
    left: 0;
    }
    ul.slides li .caption-description {
    color: #fff;
    font-style: italic;
    }
    .no-caption {
    display: none;
    padding: 0;
    margin: 0;
    }
.flex-control-nav li {

}

.flex-control-nav li:last-child {
}

.flex-control-nav .flex-active {

}
/*****MISSION SECTION*****/
.mission {
  background: #052035 url(/images/mission_bg.jpg) no-repeat center center;
  background-size:cover;
  padding: 30px 0px 20px 0px;
  text-align:center;
  margin-bottom: 60px;
}
.mission .container {
  margin-top: 0;
}
.mission h2 {
  font-family: 'Oswald', Futura, Arial, sans-serif;
  font-weight: 300;
  font-size: 32px;
  color: #fefefe;
  margin-bottom: 30px;
  line-height: 36px;
}
.mission h3 {
  font-family:'Open Sans Condensed', sans-serif;
  color: #EA802D;
  font-weight:300;
  font-size: 30px;
}
.mission span {
  margin: 0 30px;
}
/*****SERVICES HOME PAGE*****/
.services {
  margin-bottom: 60px;
}
.services h3 {
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  color: #EA802D;
  font-size: 24px;
  margin-bottom: 10px;
  text-align: center;
}
.service-picture {
  position: relative;
  height: auto;
  overflow:hidden;
  width: 300px;
  height: 250px;
}
.service-picture img {
  width: 300px;
}
.service-picture:hover .service-text, .service-text.show {
  opacity:1;
}
.service-text {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  opacity: 0;
  background-color: #041929;
  transition: all 0.5s ease;
  overflow: hidden
}
.service-text p {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: bolder;
  color: #eee;
  line-height: 22px;
  display: -moz-inline-stack;
  display: inline-block;
  width: 80%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*****FORWARD THINKING*****/
section.forward, section.certs, section.products, section.careers {
  background: url(/images/forward_bg.jpg) no-repeat fixed center center;
  background-size: 100% 100%;
  width:100%;
  margin: 0 0 60px 0;
  padding: 30px 0;
}
section.careers {
	margin-bottom: 0px;
}
.forward h1, h1.partner, .vertical_markets h1, .philanthropy h1, .reach h1, .certs h1, .team h1, .products h1, .products h2, .culture h1, .careers h1 {
  font-family: 'Oswald', sans-serif;
  text-align: center;
  color: #eee;
  font-weight: normal;
  margin: 0px auto 20px auto;
  text-transform: uppercase;
}
.forward h3, h3.partner, .careers h3 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 300;
  text-align: center;
  color: #EA802D;
  font-size: 30px;
  margin: 0px auto 30px auto;
  padding-bottom: 30px;
  width: 100%;
}
.forward h4, .branches h1, .reach h4, .careers h4 {
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 10px;
  color: #FFFFFF;
}
.forward ul {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.forward ul li {
  display: inline-block;
  float:left;
  width: 19.2%;
  margin-right: 1%;
  cursor:pointer;
}
.forward ul li:hover h4 {
  color: #EA802D;
}
.forward ul li:last-child {
  margin-right:0;
}

.info, .verticals {
  display:none;
  padding: 60px 0px;
  background: url('../img/highlight-area-background.png') left top repeat;
}
.info h2, .verticals h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: normal;
  color: #EA802D;
  margin: 0px auto 25px auto;
  text-align: center;
}
.info h3, .verticals h3 {
  border-bottom: none;
  margin: 0 auto;
  color: #575757;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-weight: normal;
}
.info .close, .verticals .close {
  float: right;
  cursor: pointer;
  margin-right: 100px;
}
.info {
  z-index: 5000;
  width: 100%;
  position: fixed;
  bottom: 0;
  max-height: 70%;
  overflow-y: scroll; 
}
.verticals {
  position:absolute;
  bottom:0;
  width: 100%;
  padding-bottom:5%;
  z-index: 100;
  max-height:400px;
  overflow:scroll;
}
/*****TEAM*****/
.team {

}
h1.partner, .philanthropy h1, .team h1, .reach h1, .reach h4, .culture h3 {
  color: #EA802D;
}
h3.partner {
  color: #575757;
  border-bottom:none;
}
h4.partner  {
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  font-weight:400;
  color: #575757;
  margin: 30px auto;
  text-align:center;
  width: 80%;
}
/*****SOLUTIONS: TECHNICAL*****/
.technical h3, .philanthropy h3 {
  font-family: 'Oswald', sans-serif;
  font-weight:400;
  text-align: center;
  color: #EA802D;
  font-size: 18px;
}
.technical p {
  color: #fefefe;
  text-align:center;
  margin-top:20px;
  padding-top: 20px;
  border-top: 1px #ccc solid;
}
.technical ul {
  text-align:center;
  font-size: 14px;
}
.technical ul li {
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ccc;
  line-height:inherit;
}
.technical ul li:last-child {
  border-bottom:none;
}
/*****FOOTER*****/
footer {
  background-color: #041929;
  padding: 10px 0px 35px 0px;
  color: #eee;
  text-align: center;
}
.footer-widgets h3 {
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  text-size: 20px;
  margin:0;
  padding:0;
}

.footer-widgets {
  background-color: #EAEAEA;
  font-size: 16px;
  padding: 30px 0 30px 0;
  line-height: 20px;
}
.footer-widgets i {
  margin-right: 5px;
}
section.footer-widgets .container {
  margin-top:0px;
}
section.footer-widgets .row {
  margin-bottom: 0px;
}
.contact-info ul, .social-media ul {
  margin-top: 10px;
}
.contact-info ul li, .social-media ul li {
  line-height: 24px;
}
.footer-widgets a {
  text-decoration: none;
}
.recent-posts header {
  background-color:transparent;
}
.recent-posts {
  line-height: none;
}
.recent-posts article.blogpost h3 a {
  font-size: 16px;
}
.recent-posts article.blogpost span.meta-info {
  margin:0;
}
.recent-posts article.blogpost {
  margin-bottom:10px;
}
.footer-logo {
  width: 150px;
}

/***ABOUT PAGE - VERTICAL MARKETS***/
.vertical_markets {
  background: url(/images/vertical_bg.jpg) center center no-repeat fixed;
  background-size: 100%;
  background-size: cover;
  height:650px;
  overflow:hidden;
  width:100%;
  padding: 50px 0 50px 0;
  }
.vertical_markets i {
  font-size: 24px;
}
.verticals ul, .certs ul, .benefits ul {
  margin: 15px 0 15px 30px;
}
.benefits .left ul {
	margin: 15px 0 15px 0;
}
.verticals ul li, .certs ul li {
  list-style:circle;
  line-height: 30px;
}
section.vertical_markets .row {
  margin: 0 auto;
  width: 960px;
}
.benefits ul li {
	list-style: none;
	line-height: 30px;
}
.left_circles {
}

.l_circle_1 {
  border-radius: 50%;
  background-color: rgb(233, 172, 58);
  opacity: 0.8;
  position: relative;
  left: 49px;
  width: 174px;
  height: 174px;
  z-index: 44;
  cursor:pointer;
}
.l_circle_1 p {
  font-size: 32px;
  top: 72px;
  position: relative;
  text-align: center;
}
.l_circle_2 {
  border-radius: 50%;
  background-color: rgb(233, 172, 58);
  opacity: 0.8;
  position: relative;
  left: 145px;
  top: -1px;
  width: 128px;
  height: 129px;
  z-index: 40;
  cursor:pointer;
}
.l_circle_2 p {
  font-size: 24px;
  text-align: center;
  top: 49px;
  position: relative;
}
.l_circle_3 {
  border-radius: 50%;
  background-color: rgb(233, 172, 58);
  opacity: 0.8;
  position: relative;
  left: 8px;
  top: -153px;
  width: 150px;
  height: 151px;
  z-index: 36;
  cursor:pointer;
}
.l_circle_3 p {
  font-size: 19px;
  text-align: center;
  position: relative;
  top: 61px;
}
.l_circle_4 {
  border-radius: 50%;
  background-color: rgb(233, 172, 58);
  opacity: 0.8;
  position: relative;
  left: 82px;
  top: -188px;
  width: 185px;
  height: 185px;
  z-index: 32;
  cursor:pointer;
}
.l_circle_4 p {
  font-size: 19px;
  text-align: center;
  position: relative;
  top: 78px;
}
.l_circle_5 {
  border-radius: 50%;
  background-color: rgb(233, 172, 58);
  opacity: 0.8;
  position: relative;
  left: 21px;
  top: -228px;
  width: 163px;
  height: 163px;
  z-index: 28;
  cursor:pointer;
}
.l_circle_5 p {
  font-size: 25px;
  line-height: 0.964;
  text-align: center;
  position: relative;
  top: 60px;
  z-index: 29;
}
.v-markets-text {
  line-height: 1.25;
  text-align:center;
  padding-top:90px;
    color: #fefefe;


}
.right_circles {
}
.r_circle_1 {
  border-radius: 50%;
  background-color: rgb(233, 172, 58);
  opacity: 0.8;
  position: relative;
  left: 43px;
  width: 174px;
  height: 174px;
  z-index: 21;
  cursor:pointer;
}
.r_circle_1 p {
  font-size: 23px;
  text-align: center;
  position: relative;
  top: 76px;
}

.r_circle_2 {
  border-radius: 50%;
  background-color: rgb(233, 172, 58);
  opacity: 0.8;
  position: relative;
  top: -28px;
  width: 128px;
  height: 129px;
  z-index: 17;
  cursor:pointer;
}
.r_circle_2 p {
  font-size: 16px;
  line-height: 1.045;
  text-align: center;
  position: relative;
  top: 46px;
}
.r_circle_3 {
  border-radius: 50%;
  background-color: rgb(233, 172, 58);
  opacity: 0.8;
  position: relative;
  left: 87px;
  top: -97px;
  width: 162px;
  height: 162px;
  z-index: 13;
  cursor:pointer;
}
.r_circle_3 p {
  font-size: 20px;
  line-height: 0.964;
  text-align: center;
  position: relative;
  top: 63px;
}
.r_circle_4 {
  border-radius: 50%;
  background-color: rgb(233, 172, 58);
  opacity: 0.8;
  position: relative;
  left: 0px;
  top: -132px;
  width: 185px;
  height: 185px;
  z-index: 9;
  cursor:pointer;
}
.r_circle_4 p {
  font-size: 28px;
  line-height: 1;
  text-align: center;
  position: relative;
  top: 57px;
}
.r_circle_5 {
  border-radius: 50%;
  background-color: rgb(233, 172, 58);
  opacity: 0.8;
  position: relative;
  left: 140px;
  top: -196px;
  width: 124px;
  height: 124px;
  z-index: 5;
  cursor:pointer;
}
.r_circle_5 p {
  font-size: 19px;
  line-height: 1.333;
  text-align: center;
  position: relative;
  top: 48px;
}
.anchor {
	display:block;
	height:105px;
	margin-top:-105px;
	visibility:hidden;
}
/****ABOUT PAGE - PHILANTHROPY****/
.philanthropy p {
  text-align:center;
}
ul.charities {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 40px;
}

ul.charities li {
  width: 15%;
  margin-right: 6%;
  float:left;
  height: 150px
}
ul.charities li img {
  display: table-cell;
    vertical-align:middle;
}
ul.charities li:last-child {
  margin-right: 0;
}
/***ABOUT PAGE - REACH***/
section.reach {
	padding: 30px 0;
}
.reach p {
  text-align:center;
}
.reach .service-picture {
  width: 400px;
  height: 266px;
  position: relative;
  margin: 0 auto;
}
.reach .service-picture img {
  width: 400px;
}
/***ABOUT PAGE - CERTIFICATIONS***/
.certs {
  color: #eee;
}
.certs img {
  border: 1px #ccc solid;
  padding: 7px;
}
/***ABOUT PAGE - AFFILIATES***/
ul.affiliates {
  display: inline-block;
  width: 100%;
  margin: 30px auto;
  position:relative;
}

ul.affiliates li {
  width: 12.8%;
  margin-right: 1.7%;
  float:left;
  height: 150px
}
ul.affiliates li img {
  display: table-cell;
    vertical-align:middle;
}
ul.affiliates li:last-child {
  margin-right: 0;
}
.culture p, .team p {
  text-align:center;
}
section.culture {
	padding-top: 50px;
}
.quote {
	color: #eee;
	font-style: italic;
	font-size: 20px;
}
/***ABOUT PAGE - TEAM***/
ul.team {
  display: block;
  width: 100%;
}
ul.team li {
  padding: 30px 0;
  border-bottom: 1px solid #eee;
}
ul.team li.left {
  text-align:left;
}
.right {
  text-align: right;
}
ul.team li img {
  width: 150px;
  height: auto;
}
ul.team li:last-child {
  margin-right:0;
}
ul.team li h2 {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 400;
}
img.left {
  float: left;
  margin: 10px 10px 0px 0px;
}
img.right {
  float: right;
  margin:10px 0px 0px 10px;
}
/*****PRODUCTS PAGE - LISTING*****/
.products h1 {
  color: #EA802D;
  font-size: 22px;
  text-align:left;
}
.products ul {
  margin: 0 auto;
  width: 100%;
  position:relative;
}
.products ul li {
  list-style:none;
  display: block;
  text-align:center;
}
.products ul li a {
  font-size: 16px;
  text-decoration:none;
  text-align:center;
  line-height: 1.6;
  color: #eee;
}
ul.social-blog {
	width:100%;
	margin-bottom: 40px;
}
ul.social-blog li {
	margin-bottom: 10px;
	margin-right: 5px;
	font-family: 'Open Sans', sans-serif;
	display: inline-block;
}
ul.social-blog li a {
	text-decoration: none;
	text-transform: uppercase;
	color: #194680;
    
	}
ul.social-blog li a:hover {
		color: #000;
	}
ul.social-blog.mbn {
	margin-bottom: 0px;
}
ul.social-blog.mbn li {
	margin-right:0;
}
/*****CONTACT PAGE*****/
section.connect {
  margin-bottom: 0;
}
section.contact {
  padding-bottom: 20px;
}
.container.branches .right {
	padding-right:40px;
}
.container.branches .left {
	padding-left:40px;
}
.contact h1, .benefits h3 {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  color: #EA802D;
  margin-bottom:0;
}
.contact ul li {
  font-size: 16px;
  line-height: 24px;
  border-bottom:none;
}
.contact ul li i {
  padding-right: 5px;
}
.branches h2 {
  color: #EA802D;
  font-size: 22px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.branches p {
  line-height: 26px;
   color: #fefefe;
}
.branches h1 {
  font-size: 40px;
}
.branches a {
  color: #ffffff;
}
ul.portals {
  list-style:none;
  margin: 0 0 25px 0;
  position:relative;
}
ul.portals li {
  display: block;
  line-height: 25px;
}

ul.portals li a {
  font-size: 16px;
  text-decoration: none;
  vertical-align:middle;
}
ul.portals li a i {
  color: #EA802D;
}
ul.portals li a:hover {
  color: #EA802D;
}

/*****MEDIA QUERIES*****/
  @media only screen and (max-width: 959px) {
.container {
  padding-left: 2%;
  padding-right: 2%;
}
.row {
  width: 100%;
}
.forward .scroll, .branches .scroll {
  width: 100%;
  overflow: scroll;
}
.forward ul, .branches ul {
  width: 1042px;
  margin-bottom: 20px;
 }

.forward h4 {
  font-size: 20px;
  }
  }
  @media only screen and (min-width: 768px) and (max-width: 959px) {

.service-picture {
  width: 240px;
}
  }
@media only screen and (min-width: 480px) and (max-width: 767px) {
}
@media only screen and (max-width: 767px) {
  header.fmenu {
	display: none
!important;
}
.mission h2 {
  font-size: 30px;
}
.mission h3 {
  width: 100%;
  font-size: 20px;
}
.mission h3 span {
  margin: 0 5px;
}
.vertical_markets {
  height: 100%;
}
section.vertical_markets .row {
  width: 100%;
}
.vertical_markets .left_circles, .vertical_markets .right_circles {
  height: 600px;
  width: 65%;
  margin: 0 auto;
}
.v-markets-text {
  width: 65%;
  margin: 0 auto;
}
nav.top ul li:last-child, nav.top ul li {
	margin-right: 0px;
}
@media only screen and (max-width: 480px) {
.vertical_markets {
	display:none;
}}
