/* ==========================================================================
   Global styles
   ========================================================================== */
h1, .h1, h2, .h2, h3, .h3, p, .btn, btn, .navbar, ul, li, link, .thumbs a span.title, .panel-body, #snap-menu, .timeline-circle, .popover-title  {
  font-family: 'Source Sans Pro', sans-serif;

}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  margin-bottom: 7px;
  margin-top: 7px;
}

h1, .h1 {
  font-weight: 300;
  color: #ffffff;
  font-size: 54px;
  line-height: 64px;
  letter-spacing: -2px;
}

h2, .h2 {
  color: #212428;
  font-size: 31px;
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 38px;
}

h3, .h3 {
  color: #212428;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 26px;
}

h4, .h4 {
  color: #212428;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}


p, body, .popover-content {
  color: #5b6363;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

.lead {
	color: #ffffff;
	font-size: 26px;
  line-height: 32px;
  font-weight: 600;
}

.home-lead {
	color: #ffffff;
	font-size: 26px;
  line-height: 26px;
  margin-bottom: 15px;
}

.home-lead.contact {
  font-size: 22px;
}

.home-lead.contact a {
	color: #ffffff;
}

.home-title {
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 35px;
  margin-bottom: 15px;
}

@media (max-height: 830px) {

  .home-title {
    font-size: 24px;
    margin-bottom: 7px;
  }

  .home-lead {
  	font-size: 20px;
    line-height: 22px;
    margin-bottom: 7px;
  }

  .home-lead.contact {
    font-size: 15px;
  }

  p.no_margin {
    margin: 0;
  }
}

.link {
	color: #212428;
	font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}

a {
  color: #0a5a9e;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

a:hover, a:focus {
  color: #3d94e0;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 2;
}

a:focus {
  outline: 0 none;
  outline-offset: -2px;
}

section {
	padding: 80px 0px;
}

.partner:hover {
    opacity: 0.8;
}

.high-z {
	position: relative;
	z-index: 1000;
}

.larger {
  font-size: 31px;
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 38px;
}


/*------------------Buttons---------------------*/
.btn:focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline: none;
}

.btn {
  border-radius: 0px;
  border: none;
  margin-bottom: 10px;
}

.btn-lg {
  font-size: 16px;
  line-height: 1.33;
  padding: 13px 70px;
  font-weight: 700;
  letter-spacing: 0px;
}

.btn-sm {
  font-size: 13px;
  line-height: 1.33;
  padding: 10px 18px;
  font-weight: 700;
}

.btn-wide {
  width: 100%;
  font-size: inherit;
  font-weight: 700;
  padding: 10px;
}

.btn-primary {
  background-color: #0a5a9e;
  color: #ffffff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  background-color: #0f6fb7;
  color: #ffffff;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.btn-white {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #fff;
}

.btn-white:hover {
  background-color: #fff;
  color: #0a5a9e;
  border: 2px solid #fff;
}

.btn-black {
  background-color: #212428;
  color: #ffffff;
}

.btn-black:hover {
  background-color: #373e47;
  color: #fff;
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
  background-color: #fff;
  border-color: #adadad;
  color: #6b7879;
}


/*-----------------Utilities------------------*/

.scrollToTop, a.scrollToTop {
	width:40px;
	height:40px;
	border-radius: 4px;
	text-align:center;
	background: #777;
	font-weight: bold;
	font-size: 19px;
	padding-top: 5px;
	color: #FFFFFF;
	text-decoration: none;
	position:fixed;
	bottom:20px;
	right:20px;
	display:none;
}

.scrollToTop:hover{
	text-decoration:none;
	opacity: 0.8;
}


/*---------------Margins------------------*/
.margin-0 {
    margin-bottom: 0 !important;
}
.margin-10 {
    margin-bottom: 10px !important;
}
.margin-15 {
    margin-bottom: 15px !important;
}
.margin-20 {
    margin-bottom: 20px !important;
}
.margin-30 {
    margin-bottom: 30px !important;
}
.margin-40 {
    margin-bottom: 40px !important;
}
.margin-50 {
    margin-bottom: 50px !important;
}
.margin-60 {
    margin-bottom: 60px !important;
}
.margin-70 {
    margin-bottom: 70px !important;
}
.margin-80 {
    margin-bottom: 80px !important;
}
.margin-90 {
    margin-bottom: 90px !important;
}
.margin-100 {
    margin-bottom: 100px !important;
}


/*---------------Colors------------------*/

.black {
	color: #212428;
}

.dark-gray {
	color: #6b7879;
}

.gray {
	color: #b0c4c5;
}

.light-gray {
	color: #f2f2f2;
}

.white {
	color: #ffffff;
}

.blue {
	color: #0a5a9e;
}

.black-bg {
	background: #212428;
}

.dark-gray-bg {
	background: #6b7879;
}

.gray-bg {
	background: #b0c4c5;
}

.light-gray-bg {
	background: #f2f2f2;
}

.white-bg {
	background: #ffffff;
}

.blue-bg {
	background: #0a5a9e;
}


/* ==========================================================================
   Nav Styles
   ========================================================================== */

.navbar-nav {
	float: left;
}

.navbar-brand {
  float: left;
  margin-top: 10px;
  padding: 0;
  width: 100px;
}

.navbar-inverse {
  background-color: transparent;
  border-color: none;
}

.navbar-nav > li {
  padding: 20px 2px;
}

.nav > li > a {
  display: block;
  padding: 5px 10px;
  position: relative;
  font-size: 13px;
}

.navbar-inverse .navbar-nav > li > a {
  color: #fff;
}

.navbar-fixed-top {
  border-width: 0;
  top: 33px;
}

.navbar-inverse .navbar-nav > li > a{
	border-bottom: 3px solid transparent;
}

.nav > li > a:hover, .nav > li > a:focus {
  background-color: transparent;
  border-bottom: 3px solid #0a5a9e;
  color: #fff;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  background-color: transparent;
  border-bottom: 3px solid #0a5a9e;
  color: #fff;
  width: 100%;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.demo {
	background-color: #0a5a9e;
	padding: 0 0px;
}

.navbar-toggle {
  background-color: transparent;
  background-image: none;
  border: 0 solid transparent;
  border-radius: 4px;
  float: right;
  margin-bottom: 8px;
  margin-right: 15px;
  margin-top: 15px;
  padding: 9px 10px;
  position: relative;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: transparent;
}

.navbar-collapse {
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 10px;
}

.menu-background {
	background-color: #212428;
	-webkit-transition: all 0.65s ease-in-out;
  -moz-transition: all 0.65s ease-in-out;
  -o-transition: all 0.65s ease-in-out;
  transition: all 0.65s ease-in-out;
}

.contact-bar {
  background: #323232 none repeat scroll 0 0;
  color: #ffffff;
  left: 0;
  margin: 0;
  padding: 3px 0 0;
  position: fixed;
  right: 0;
  text-align: right;
  top: 0;
  z-index: 5000;
}

ol, ul {
    margin-bottom: 5px;
    margin-top: 0;
}

/*-----------------Cookie Banner------------------*/
#cookie_banner {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0a5a9e;
    text-align: center;
    padding: 20px;
    z-index: 10000;
}

#cookie_banner p {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}

#cookie_banner__dismiss {
    padding: 6px 10px 7px;
    background-color: #fff;
    color: #5b6363;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    margin-left: 20px;
    cursor: pointer;
    display: inline-block;
}

@media (max-width: 1300px) {
    #cookie_banner {
        padding: 20px 120px 20px 20px;
    }

    #cookie_banner__dismiss {
        position: absolute;
        right: 30px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media (max-width: 700px) {
    #cookie_banner {
        padding: 20px;
    }

    #cookie_banner p {
        display: block;
    }

    #cookie_banner__dismiss {
        position: static;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        margin-left: 0;
        margin-top: 10px;
    }
}


/* ==========================================================================
   Main styles
   ========================================================================== */

header {
	width: 100%;
	margin: auto;
}

header .overlay-text {
  bottom: 1%;
  left: 0;
  position: absolute;
  right: 0;
}

.page-header {
	width: 100%;
	padding: 120px 0px 50px 0px;
  border-bottom: 0px solid transparent;
  margin: 0px 0 0px;
}

.fa-li {
  left: -2.14286em;
  position: absolute;
  text-align: center;
  top: 25%;
  width: 2.14286em;
}

.gray-boxes > li {
  background: #dddddd none repeat scroll 0 0;
  margin-bottom: 4px;
  min-width: 150px;
  padding: 10px 15px;
  text-transform: uppercase;
  font-size: 14px;
}

.gray-boxes > li:hover, .gray-boxes > li:active, .gray-boxes > li:focus {
  background: #0a5a9e;
  color: #fff;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}

.home-icon-container {
  position: absolute;
  top: 0;
  bottom: 20%;
  left: 0;
  right: 0;

  text-align:center; /* Align center inline elements */
  font: 0/0 a;
}

.home-icon-container:before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.home-icon-container img {
  vertical-align: middle;
  display: inline-block;
}

.no-margins {
  margin: 0;
  padding: 0;
}


/*-----------------Testimonals Carousel------------------*/

.carousel-control {
  bottom: 0;
  color: #212428;
  font-size: 20px;
  left: 0;
  opacity: 0.5;
  position: absolute;
  text-align: center;
  text-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  width: 15%;
  top: 25%;
}

.carousel-control:hover, .carousel-control:focus {
  color: #484f57;
  opacity: 0.9;
  outline: 0 none;
  text-decoration: none;
}

.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 100%);
  background-repeat: repeat-x;

  background: -moz-linear-gradient(top, rgba(30,87,153,0) 0%, rgba(41,137,216,0) 50%, rgba(32,124,202,0) 51%, rgba(32,124,202,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,0)), color-stop(50%,rgba(41,137,216,0)), color-stop(51%,rgba(32,124,202,0)), color-stop(100%,rgba(32,124,202,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(30,87,153,0) 0%,rgba(41,137,216,0) 50%,rgba(32,124,202,0) 51%,rgba(32,124,202,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(30,87,153,0) 0%,rgba(41,137,216,0) 50%,rgba(32,124,202,0) 51%,rgba(32,124,202,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(30,87,153,0) 0%,rgba(41,137,216,0) 50%,rgba(32,124,202,0) 51%,rgba(32,124,202,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(30,87,153,0) 0%,rgba(41,137,216,0) 50%,rgba(32,124,202,0) 51%,rgba(32,124,202,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#00207cca',GradientType=0 ); /* IE6-9 */
}

.carousel-control.right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 100%);
  background-repeat: repeat-x;

	background: -moz-linear-gradient(top, rgba(30,87,153,0) 0%, rgba(41,137,216,0) 50%, rgba(32,124,202,0) 51%, rgba(32,124,202,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,0)), color-stop(50%,rgba(41,137,216,0)), color-stop(51%,rgba(32,124,202,0)), color-stop(100%,rgba(32,124,202,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(30,87,153,0) 0%,rgba(41,137,216,0) 50%,rgba(32,124,202,0) 51%,rgba(32,124,202,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(30,87,153,0) 0%,rgba(41,137,216,0) 50%,rgba(32,124,202,0) 51%,rgba(32,124,202,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(30,87,153,0) 0%,rgba(41,137,216,0) 50%,rgba(32,124,202,0) 51%,rgba(32,124,202,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(30,87,153,0) 0%,rgba(41,137,216,0) 50%,rgba(32,124,202,0) 51%,rgba(32,124,202,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#00207cca',GradientType=0 ); /* IE6-9 */
}

.carousel-indicators {
  bottom: -50px;
}

.carousel-indicators li {
  background-color: rgba(33,36,40,0.39);
  border: 0px solid transparent;
  border-radius: 10px;
  cursor: pointer;
  display: inline-block;
  height: 10px;
  margin: 0px;
  text-indent: -999px;
  width: 10px;
}

.carousel-indicators .active {
  background-color: #212428;
  height: 10px;
  margin: 0;
  width: 10px;
}

/*-----------------Interactive Map------------------*/

#map-container {
  position: relative;
  z-index: 10;
  padding-top: 25px;
}

#map-container-sc {
  margin-left: -60px;
  margin-top: -20px;
  position: relative;
  z-index: 10;
}

.map-circle {
	position: absolute;
	z-index: 1;
	margin-top: -50px;
}

#map-container-sc > .fm-map-container > svg {
  width: 80%;
}


/*-----------------About------------------*/

.thumbs {
	padding: 50px 20px 20px 20px;
  overflow: hidden;
  position: relative;
  margin: auto;
  font: 14px;
  height: 350px;
}

.thumbs-lg {
	padding: 50px 20px 20px 20px;
  overflow: hidden;
  position: relative;
  margin: auto;
  font: 14px;
  height: 350px;
}

.thumbs-lg div {
  bottom: -200px;
  color: #FFFFFF;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}

.thumbs div {
  bottom: -200px;
  color: #FFFFFF;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}

.thumbs div span.title {
	display: table;
	width: 100%;
	height: 100%;
	padding-left: 0px;
}

.thumbs-lg div span.title {
	display: table;
	width: 100%;
	height: 100%;
	padding-left: 0px;
}

.thumbs div span.title span {
	color: #fff;
  font-size: 28px;
  line-height: 36px;
  font-weight: 300;
	vertical-align: middle;
	display: table-cell;
}

.thumbs-lg div span.title span {
	color: #fff;
  display: table-cell;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  vertical-align: middle;
}

.thumbs div span.title span.project-info {
  color: #fff;
  font-size: 15px;
  line-height: 17px;
  font-weight: normal;
  padding: 0px 15px;
}

.thumbs-lg div span.title span.project-info {
  color: #fff;
  font-size: 15px;
  line-height: 17px;
  font-weight: normal;
  padding: 0px 25px;
}

.thumbs div:hover {
	bottom: 0;
  opacity: 1;
  background-color: #0a5a9e;
  -webkit-transition: opacity 0.30s ease-in-out 0s, bottom 0.4s cubic-bezier(0.25, 0.840, 0, 1) 0s;
  -moz-transition: opacity 0.30s ease-in-out 0s, bottom 0.4s cubic-bezier(0.25, 0.840, 0, 1) 0s;
  -o-transition: opacity 0.30s ease-in-out 0s, bottom 0.4s cubic-bezier(0.25, 0.840, 0, 1) 0s;
  transition: opacity 0.30s ease-in-out 0s, bottom 0.4s cubic-bezier(0.25, 0.840, 0, 1) 0s;
}

.thumbs-lg div:hover {
	bottom: 0;
  opacity: 1;
  background-color: #0a5a9e;
  -webkit-transition: opacity 0.30s ease-in-out 0s, bottom 0.4s cubic-bezier(0.25, 0.840, 0, 1) 0s;
  -moz-transition: opacity 0.30s ease-in-out 0s, bottom 0.4s cubic-bezier(0.25, 0.840, 0, 1) 0s;
  -o-transition: opacity 0.30s ease-in-out 0s, bottom 0.4s cubic-bezier(0.25, 0.840, 0, 1) 0s;
  transition: opacity 0.30s ease-in-out 0s, bottom 0.4s cubic-bezier(0.25, 0.840, 0, 1) 0s;
}

.service-icon {
	max-width: 25%;
}


/*-----------------Products------------------*/

.module {
  height: 375px;
  margin: auto;
  overflow: hidden;
  padding: 50px;
  position: relative;
}

.module:hover {
	bottom: 0;
  background-color: rgba(255,255,255,0.9);
  -webkit-transition: opacity 0.30s ease-in-out 0s, bottom 0.4s cubic-bezier(0.25, 0.840, 0, 1) 0s;
  -moz-transition: opacity 0.30s ease-in-out 0s, bottom 0.4s cubic-bezier(0.25, 0.840, 0, 1) 0s;
  -o-transition: opacity 0.30s ease-in-out 0s, bottom 0.4s cubic-bezier(0.25, 0.840, 0, 1) 0s;
  transition: opacity 0.30s ease-in-out 0s, bottom 0.4s cubic-bezier(0.25, 0.840, 0, 1) 0s;
}

.bottom-corner {
  bottom: 0;
  padding: 15px 25px;
  position: absolute;
  right: 0;
}

.product-icon {
  max-height: 48%;
}

.license {
  font-size: 17px;
}

/*-----------------Modal------------------*/
.modal {
  bottom: 0;
  display: none;
  left: 0;
  outline: 0 none;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2040;
}

.modal-header {
  border-bottom: 0 solid transparent;
  min-height: 16.43px;
  padding: 20px 30px 0;
}

.modal-body {
  padding: 20px 30px 0;
  position: relative;
}

.modal-footer {
  border-top: 0 solid transparent;
  padding: 10px 30px;
  text-align: center;
}

.modal-content {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.modal-content {
  background-clip: padding-box;
  background-color: #fff;
  border: 0 solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.2);
  outline: 0 none;
  position: relative;
}

.modal-footer .btn + .btn {
    margin-bottom: 10px;
    margin-left: 5px;
}


/*-----------------Snap Menu------------------*/
#snap-wrapper {
  width: 100%;
  position: absolute;
  margin-top: 0px;

}

#snap-wrapper.affix {
  position: fixed;
  top: 0;
  margin-top: 105px;
  z-index: 1000;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

#snap-menu {
  background: #777;
  padding: 10px 0px 5px;
}

.list-inline.snap-top {
  padding-top: 0px;
  padding-right: 10px;
  color: #323232;
  font-size: 14px;
  font-weight: bold;
  font-family: 'Open Sans',sans-serif;
}

.list-inline > li {
  display: inline-block;
}

.list-inline.snap-top li a {
  color: #fff;
  padding-right: 20px;
  padding-left: 5px;
}

.list-inline.snap-top li a:hover {
  color: #fff;
  cursor: pointer;
  opacity: 0.6;
}



/*-----------------Secondary Navigation------------------*/

ul.nav-tabs{
    width: 140px;
    margin-top: 20px;
    border-radius: 4px;
    border: 1px solid #ddd;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
}

ul.nav-tabs li{
    margin: 0;
    border-top: 1px solid #ddd;
}

ul.nav-tabs li:first-child{
    border-top: none;
}

ul.nav-tabs li a{
    margin: 0;
    padding: 8px 16px;
    border-radius: 0;
}

ul.nav-tabs li.active a, ul.nav-tabs li.active a:hover{
    color: #fff;
    background: #0088cc;
    border: 1px solid #0088cc;
}

ul.nav-tabs li:first-child a{
    border-radius: 4px 4px 0 0;
}

ul.nav-tabs li:last-child a{
    border-radius: 0 0 4px 4px;
}

ul.nav-tabs.affix{
    top: 50px; /* Set the top position of pinned element */
}

/*-----------------System Features------------------*/

.box-text {
	padding: 40px;
	min-height: 315px;
}


/*----------------FAQ Collapse Panel-----------------*/

#accordion {
  margin: auto;
  width: 96%;
}

.accordion-toggle {
    color: white;
}

.panel {
  background-color: #FFFFFF;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}

.panel-default {
  border-color: rgba(0, 0, 0, 0);
}

.panel-group .panel {
  border-radius: 0px;
  margin-bottom: 0;
  overflow: hidden;
}

.panel-default > .panel-heading {
  background-color: #0a5a9e;
  border-color: rgba(0, 0, 0, 0);
  color: #FFFFFF;
}

.panel-title {
  color: inherit;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 0;
  letter-spacing: -0.3px;
  margin-top: 0;
}

.panel-heading {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 16.5px 15px;
}

.panel-body {
  color: #787878;
  font-size: 14px;
  line-height: 22px;
}

.fa-plus-circle, .fa-minus-circle {
  opacity: 0.5;
}

/*-----------------Who We Are------------------*/



.team-name {
  background: #f2f2f2;
  bottom: 0;
  left: 0;
  margin-right: 25%;
  padding: 10px 0 5px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 100%;
}

.bg-seal {
  left: 0;
  margin-left: -100px;
  margin-top: -250px;
  position: absolute;
  top: 0;
}

/*-----------------History Timeline------------------*/

.timeline {
  background: #212428 none repeat scroll 0 0;
  height: 2px;
  margin-top: 35px;
  margin-left: 45px;
  position: absolute;
  width: 90%;
  z-index: 1;
}

.timeline-right {
  background: transparent none repeat scroll 0 0;
  border-top: 3px dotted #212428;
  height: 3px;
  margin-left: -35px;
  margin-top: 35px;
  position: absolute;
  width: 75px;
}

.timeline-circle {
	border-radius: 50%;
	width: 65px;
	height: 65px;
	background: #0a5a9e;
	text-align: center;
	padding-top: 18px;
	position: relative;
	margin: 0 25px 20px;
	display: inline-block;
	border: 2px solid #0a5a9e;
	font-size: 23px;
  color: #e4e4e4;
  line-height: 1;
	font-weight: 500;
  position: relative;
  z-index: 1;
}

.timeline-circle:hover {
	background: #f2f2f2;
	border: 2px solid #0a5a9e;
	color: #0a5a9e;
	-webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.timeline-circle:active, .timeline-circle:focus {
	background: #f2f2f2;
	border: 2px solid #0a5a9e;
	color: #0a5a9e;
}

.timeline-circle > .popover {
	width: 250%;
}

.popover-title {
  background-color: transparent;
  border-bottom: 0 solid #ebebeb;
  border-radius: 0;
  color: #0a5a9e;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  padding: 8px;
  text-align: center;
}

.popover {
  background-clip: padding-box;
  background-color: #fff;
  border: 0 solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  display: none;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  left: 0;
  letter-spacing: normal;
  line-height: 1.42857;
  max-width: 300px;
  padding: 1px;
  position: absolute;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  top: 0;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  z-index: 1060;
}

.popover-content {
  padding: 0 10px 25px;
  font-size: 14px;
  line-height: 22px;
}

.popover.bottom {
  margin-top: 30px;
}

@media (max-width: 1210px) {
  .timeline-circle {
    width: 55px;
    height: 55px;
    margin: 0 15px 20px;
    font-size: 20px;
    padding-top: 15px;
  }

  .timeline-right {
    margin-top: 25px;
  }
}

@media (max-width: 995px) {
  .timeline-circle {
    margin: 0 10px 20px;
  }
}

@media (max-width: 767px) {
  .timeline-circle {
    width: 50px;
    height: 50px;
    margin: 0 5px 20px;
    font-size: 18px;
    padding-top: 15px;
  }
}

@media (max-width: 480px) {
  .timeline-circle {
    width: 70px;
    height: 70px;
    margin: 0 25px 20px;
    font-size: 25px;
    padding-top: 20px;
  }
}


/*-----------------Careers------------------*/

.career-box {
  background: #f2f2f2 none repeat scroll 0 0;
  border-left: 4px solid #0a5a9e;
  padding: 15px 20px 10px;
  position: relative;
}

.career-box:hover {
  background-color: #f7f7f7;
  -webkit-transition: opacity 0.30s ease-in-out 0s, bottom 0.4s cubic-bezier(0.25, 0.840, 0, 1) 0s;
  -moz-transition: opacity 0.30s ease-in-out 0s, bottom 0.4s cubic-bezier(0.25, 0.840, 0, 1) 0s;
  -o-transition: opacity 0.30s ease-in-out 0s, bottom 0.4s cubic-bezier(0.25, 0.840, 0, 1) 0s;
  transition: opacity 0.30s ease-in-out 0s, bottom 0.4s cubic-bezier(0.25, 0.840, 0, 1) 0s;
}

.career-box > i {
  bottom: 0;
  padding-right: 20px;
  position: absolute;
  right: 0;
  top: 35%;
}

/*-----------------Contact------------------*/

.contact-box {
  height: 275px;
  padding: 0;
  width: 100%;
}

.contact-box > .btn {
	 bottom: 0;
	 position: absolute;
	 left:	0;
	 width:	100%;
}

.form-control {
  background-color: #f2f2f2;
  background-image: none;
  border: 0 solid transparent;
  border-radius: 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.075) inset;
  color: #6b7879;
  display: block;
  font-size: 12px;
  height: 40px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
  margin-bottom: 0px;
  border-left: solid 3px #0a5a9e;
}

.form-control:focus {
  border-color: #0a5a9e;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
  outline: 0 none;
}

.form-group {
  margin-bottom: 5px;
}

.error {
  color: #fb8282;
  font-size: 10px;
  position: absolute;
  margin-top: -3px;
}

.error.valid {
	color: #6ff0b4;
	font-family: "FontAwesome";
}

label{
  width: 100%;
  display: block;
  margin-bottom: 16px;
}

input:focus, textarea:focus{
  outline: 0;
}

label input, textarea{
  width: 100%;
}

.radio label, .checkbox label {
  cursor: pointer;
  font-weight: 400;
  margin-bottom: 30px;
  min-height: 20px;
  padding-left: 0;
}




/*-----------------Footer------------------*/

footer {
	padding: 30px 0px;
}

.border-top {
	border-top: 1px solid #bfbfbf;
	padding-top: 30px;
}


/* ==========================================================================
   Mobile Styles
   ========================================================================== */
/* Landscape phones and down */
@media (max-width: 480px) {

.navbar-inverse {
    background-color: #212428;
}

.navbar-brand {
  padding-left: 15px;
  width: 100px;
}

.navbar-nav > li {
  padding-bottom: 3px;
  padding-top: 3px;
}

.navbar-inverse .navbar-nav > li > a {
  color: #fff;
  height: 30px;
}

h1, .h1 {
  font-size: 25px;
  letter-spacing: -1px;
  line-height: 50px;
  margin-bottom: 0;
}

.lead {
  font-size: 15px;
  font-weight: 600;
  line-height: auto;
  margin-bottom: 0px;
}

.home-lead {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 0px;
}

.contact-box {
  height: 250px;
}

.carousel-control {
    top: 0;
}

#snap-menu {
  margin-top: -13px;
  text-align: center;
}

.list-inline.snap-top {
  font-size: 12px;
  margin: -3px;
}

.list-inline.snap-top li a {
  padding-right: 0;
}

.list-inline {
  margin-left: -10px;
}

/* .timeline-circle {
  margin: 0 25px 20px;
} */

#snap-wrapper.affix {
  margin-top: 100px;
}

.navbar-fixed-top {
  border-width: 0;
  top: 30px;
}

.contact-bar {
  background: #0a5a9e none repeat scroll 0 0;
  padding: 0px 0 0;
  font-size: 90%;
}

.home-icon {
	margin-bottom: 0px;
}

.map-circle {
	max-width: 90%;
}

#map-container-sc {
  position: relative;
  z-index: 10;
  margin-left: 5px;
  margin-top: -40px;
}


}

/* Landscape phone to portrait tablet */
@media (min-width: 481px) and (max-width: 767px) {

.navbar-inverse {
    background-color: #212428;
}

.navbar-brand {
  padding-left: 15px;
  width: 100px;
}

.navbar-nav > li {
  padding-bottom: 3px;
  padding-top: 3px;
}

.navbar-inverse .navbar-nav > li > a {
  color: #fff;
  height: 30px;
}

.thumbs {
  height: 400px;
}

.box-text {
	padding: 40px;
	min-height: 280px;
}

.module {
  height: 300px;
}

.contact-box {
  height: 200px;
}

.carousel-control {
  top: 0;
}

#snap-menu {
  margin-top: -13px;
}

/* .timeline-circle {
  height: 55px;
  margin: 0 2px 20px;
  padding-top: 13px;
  width: 55px;
  font-size: 20px;
} */

#snap-wrapper.affix {
  margin-top: 100px;
}

.navbar-fixed-top {
  border-width: 0;
  top: 30px;
}

.contact-bar {
  background: #0a5a9e none repeat scroll 0 0;
  padding: 0px 0 0;
  font-size: 90%;
}

}


/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {

.box-text {
	padding: 40px;
	min-height: 445px;
}

.contact-box {
  height: 200px;
}

/* .timeline-circle {
	margin: 0 8px 20px;
} */

.timeline-right {
	margin-left: -13px;
}

.thumbs {
  height: 400px;
}

#map-container-sc {
  position: relative;
  z-index: 10;
  margin-left: 5px;
  margin-top: -40px;
}


}



/* Desktops and laptops ----------- */
@media (min-width: 992px) and (max-width: 1199px) {

.box-text {
	padding: 40px;
	min-height: 336px;
}

/* .timeline-circle {
	margin: 0 20px 20px;
} */

.timeline-right {
	margin-left: -25px;
}


}



/* Large screens ----------- */
@media (min-width: 1200px) and (max-width: 3000px) {

}
