@import url('https://fonts.googleapis.com/css?family=Bitter:400,700');

/* ==========================================================================
   Base Styles and Bootstrap Modifications
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
    overflow-x:hidden;
}

/*
 * Remove text-shadow in selection highlight and set background color to match design.
 */

::-moz-selection {
    background: #58bdec;
    color: #ffffff;
    text-shadow: none;
}

::selection {
    background: #58bdec;
    color: #ffffff;
    text-shadow: none;
}

/*
 * Remove the gap between images and the bottom of their containers
 */

 img {
    vertical-align: middle;
}

/*
 * Allow only vertical resizing of textareas.
 */

 textarea {
    resize: vertical;
}


/* ==========================================================================
   General styles
   ========================================================================== */

html,
body {
    height: 100%;
}

body {
    font-family: "Lato", Arial, Sans-Serif;
    font-weight: 300;
    font-size: 16px;
    color: #555;
    -webkit-font-smoothing: antialiased;
}

h1.heading-section {
    margin: 0;
    line-height: 40px;
    font-size: 30px;
    margin-bottom:15px;
    font-weight:bold;
    color:#333;
}

.modal-header {
	background: #3498db;
}

.modal-header h4 {
	color: white;
}

.modal-footer {
	background: #2b2b2b;
}


.navbar-default {
background-color: #ffffff;
border-bottom:1px solid #f1f1f1;
border-top:1px solid #f1f1f1;
top:40px;
-webkit-box-shadow: 0 3px 2px -2px #999;
    -moz-box-shadow: 0 3px 2px -2px #999;
    box-shadow: 0 3px 2px -2px #999;
}

.navbar-top {
    height: 30px;
    background: rgb(242,245,246);
    background: -moz-linear-gradient(-45deg,  rgba(242,245,246,1) 0%, rgba(227,234,237,1) 37%, rgba(200,215,220,1) 100%);
    background: -webkit-linear-gradient(-45deg,  rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%);
    background: linear-gradient(135deg,  rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#c8d7dc',GradientType=1 );
    border-radius:0;
    top:0;
    position:fixed;
    right:0;
    width:100%;
    z-index:999;
}
    .navbar-top .navbar-nav > li  {
        min-width: 200px;
    }

    .navbar-top .navbar-nav > li > a {
        padding: 5px 15px 5px 30px;
        color:#0684c9;
        text-align:center;
        line-height:30px;
        background:#fff;
        border-left:1px solid #ccc;
        text-transform:uppercase;
        border-right:none;
        font-weight:bold;
    }

        .navbar-top .navbar-nav > li > a:hover {
            background: #f1f1f1;
            
        }

    .navbar-top .navbar-nav > li:last-of-type > a {
        border-right: 1px solid #ccc;
    }


        .navbar-top li a.border-right {
            border-right: 1px solid #f1f1f1;
        }
        .navbar-top .navbar-nav > li > a > i {
            padding-left: 15px;
            padding-right: 15px;
        }
.navbar-default .navbar-nav > li > a {line-height:28px; font-weight:normal; padding-left:15px; padding-right:15px; text-transform:uppercase; color:#666;}



.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	background-color: #f1f1f1;
	color: #333;
}

.navbar-default .navbar-nav > li > a.highlight
{
    background:#e7e7e7;
    color:#1d282d;
    padding-left:9px;
    border-left:1px solid #ccc;
}

.navbar-default .navbar-nav > li > a.highlight-last {border-right:1px solid #ccc; padding-right:9px;} 


.navbar-default .navbar-nav > li > a.highlight:hover,
.navbar-default .navbar-nav > li > a.highlight:focus
{
    background-color: #1d282d;
	color: white;
}

.navbar-nav > li > a {
    padding: 15px 10px;
}

.navbar-inverse .navbar-nav > li > a:hover{border:0px;}


#home-icon
{
    font-size:30px; 
    font-weight:600; 
    float:left; 
    padding:10px 0 0 10px;
}

.social-wrap
{
    position:fixed;
    left:0px;
    top:25%;
}
/* Icons, etc. */

p.social > .fa 
{
    font-size:40px; 
    margin:0 10px 0 0;
    color:#999;
}

.socialIcon {
	background-color: transparent;
	margin: 0 4px;
}

a.fa:hover
{
    border:0px;
    color:#3498db;
}

a.darkgray
{
    color:#333;
    text-decoration:none;
}

a.darkgray:hover{text-decoration:none; color: #428bca;}

a.underline{text-decoration:underline;}

.youtube_custom{
	background: url("../img/youtube-icon.png") no-repeat scroll left top transparent;
	display: inline-block;
    height: 32px;
    position: relative;
    width: 32px;
    margin-left:2px;
    cursor:pointer;
}

.youtube_custom:hover{opacity:0.7;}

.fa-youtube-play.large-icon
{
    font-size:60px;
    padding:10px 0;
    opacity:0.7;

}

.fa-youtube-play.large-icon:hover 
{
    opacity:1.0;
}

/* Wraps to push footer to bottom and keep top nav from floating over content on page load */

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}

.page-wrap {
  min-height: 100%;
}

.inner-wrap
{
	padding: 100px 0; /* must be same height as the footer */
	clear:both;
    min-height:100%;
}  



a.light-hover:hover, img.light-hover:hover{opacity:0.9;}

.video-thumb 
{
    border:4px solid #eeeded;
    opacity:0.9;
}

.video-thumb:hover{opacity:1.0;} 


/*Vertical Navbar -- CUSTOM Bootstrap Minor-Mod */

ul.navbar-nav {float:right;}
.quick-links {
    margin-top: 15px;
}
ul.quick-links li.list-group-item {padding:4px 5px;}

ul.vertnav li a {display:block;}

ul.quick-links li.active {background:#e7e7e7;}

a img {
    background: white;
}

a.navbar-icon img{background:none;}

.odd a img {
    background: #f5f5f5;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Bitter', serif;
    font-weight: bold;
    color: #333;
}

    h1.large-header {
        font-size: 40px;
    }

/* Sub Page Titles */

.sub-wrap
{
    background:#e7e7e7;
    padding:25px 0;
    font-size:35px;
}


/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
}

p > a:hover {color:#1d282d;}

    p.large {
        line-height: 1.5em;
        font-size: 1.2em;
    }

ul.list-group a:hover{color:#1d282d;}

.centered {
    text-align: center;
}

.paragraph-lead {
    font-size: 20px;
    color: #3498db;
}

.italic 
{
    font-style:italic;
}
.bold
{
    font-weight:bold;
}

strong {
    font-weight: 700;
}

em {
    font-weight: 300;
}

pre {
    background: #ebebeb;
    border: none;
    font-family: "Monaco";
    font-size: 16px;
    color: #666;
    padding: 20px;
    line-height: 28px;
}

.mute {
    color: #999;
}


.x-small {
    font-size: 10px;
}
small {
    font-size: 12px;
}

blockquote,
blockquote p {
    line-height: 28px;
    color: #999;
    font-weight: 300;
    font-style: italic;
}

blockquote {
    position: relative;
    margin: 0 0 40px -30px;
    padding-left: 30px;
    border-left: 5px solid #3498db;
}

blockquote cite {
    position: absolute;
    bottom: -25px;
    right: 0;
    font-size: 12px;
    font-style: italic;
    color: #333;
    font-weight: 300;
}

blockquote cite:before {
    content: "-- "
}

/* Images */
.overflow-image {
    margin-top: -65px;
}

/* Links */
a {
    color: #369cc1;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

p > a:hover,
p > a:focus {
    color: #333;
    text-decoration: none;
    outline: 0;
    border-bottom:1px dotted #333;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

.btn-link {
    color: #0684c9;
    font-weight:bold;
}

.btn-primary {
    background: #2cabf8;
    border: 1px solid transparent;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
        background: #3aa8cf;
        border: 1px solid transparent;
        color:#fff !important;
    }


/* Fading Bootstrap 3 Carousel */




/* ==========================================================================
   Wrap Sections
   ========================================================================== */
.padded-section {
    padding: 60px 0;
}
#contact {
    background: #222b30;
    margin-bottom:0;
    padding-bottom:60px;
    color:#fff;
    border-top:5px solid #3c9bd8;
}
#contact h3 {
    color: #ccc;
}

    #contact a {
        color: #58bdec;
    }

        #contact a:hover {
            color: #fff;
        }

#splash-carousel {
    height: 600px;
    overflow:hidden;
}

    #splash-carousel img {
        height:auto;
        width:100%;
        filter:brightness(85%);
        background:fixed;

    }
.splash-carousel-inner .carousel-caption {
    text-align:left;
    top:150px;
}
.splash-carousel-inner .carousel-caption{
    font-style:normal;
}

.splash-carousel-inner p {
    margin-top: 30px;
}

.splash-carousel-inner .btn {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    font-weight:bold;
    margin-top:30px;
}

    .splash-carousel-inner .btn:hover, .splash-carousel-inner .btn:active, .splash-carousel-inner .btn:focus {
        background: #fff;
        color: #1d282d;
    }

.splash-carousel-inner h1 {
    color: #fff;
    margin-bottom:15px;
}

h1.huge {
    font-weight: bold;
}

.down-arrow
{
    background:url('../img/home/down-arrow.png') no-repeat;
    background-color:transparent;
    display:inline-block;
    width:60px;
    height:61px;
    border:0px;
    text-decoration:none;
    opacity:0.7;
    position:absolute;
    left:50%;
    margin-left:-30px;
    margin-top:-40px;
    text-decoration:none;
    z-index:9;
    
}

 .down-arrow:hover, .down-arrow:active, .down-arrow:focus{opacity:1.0; text-decoration:none; border:0px;}

.section-padded {
    padding:120px 0;
    text-align:center;
}

#greywrap {
	background: #f5f5f5;
	margin-top: 0px;
	padding-top: 40px;
	border-bottom: 1px solid #ddd;
	text-align: center;
}

#greywrap .callout {
	margin-bottom: 20px;
}

#greywrap p {
	margin-left: 30px;
	margin-right: 30px;
	letter-spacing: 1px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#greywrap .icon {
	font-size: 60px;
	line-height: 30px;
	margin-bottom: 10px;
}

#footerwrap {
	background: #1a2125;
	margin-top: 0px;
	height:100px;
	margin-top:-100px;
    padding:30px 0;
	text-align: center;
	position: relative;
	clear:both;
    font-size:14px;
    text-transform:uppercase;
}

#footerwrap a:hover{border-bottom:1px dotted #58bdec;}

#footerwrap h4 {
	color: white;
}


/* ==========================================================================
   Box Sections
   ========================================================================== */

.white h1 {
	padding-top: 35px;
}

.white p {
	padding-top: 25px;
}

/* Section Dividers */
.section-divider {
    z-index: 999;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 60px;
    margin-top: 0px;
    margin-bottom:30px;
    background-position: center center;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: relative;
}

.section-divider .btn {
    text-shadow:none; 
    border:3px solid #fff;
    color:#fff;
}
.section-divider  .btn:hover {background:#fff; color:#3498db; border:3px solid #fff;}

.textdivider h1 {
	padding-top: 60px;
	color: white;
	font-size: 40px;
    font-weight:bold;
    text-transform:uppercase;
}

.textdivider p {
	color: white;
	font-size: 20px;
    font-weight:300;
    margin-bottom:60px;
    max-width:550px;
}

/* Section Dividers Backgrounds */

.divider1 {
	background-image: url('../img/home/testimonialsBG.jpg');
	background-color:#58bdec;
	color:#fff; 
    font-size:30px; 
    font-family: "Lato", Arial, Sans-Serif;
    font-weight: 300;
    color:White;
    height:470px;
	
}

.divider2 {
	background-image: url('../img/bg/divider2.jpg');
	font-weight: 300;
}

.divider3 {
	background-image: url('../img/bg/divider3.jpg');
    margin-bottom:0;
	font-weight:bold;
    margin-top:60px;
}

.divider4 {
	background-image: url('../img/bg/divider4.jpg');
	font-weight:bold;
    text-align:right;
}

    .divider4 p {
        text-align: right;
        max-width:none;
    }

.divider6 {
	background-image: url('../img/bg/divider-reg.jpg')
}



/* ==========================================================================
   Services Section
   ========================================================================== */

.service-trigger {
    display: block;
	position: relative;
    margin-bottom: 15px;
    color: white;
    font-size: 20px;
    text-align: center;
    height: 168px;
    cursor: pointer;
	padding: 90px 20px 50px 20px;
    border: none;
    background: #333;
}

.service-trigger:before {
    width: 100%;
    top: 50px;
    color: #3498db;
    font-size: 36px;
    text-align: center;
	position: absolute;
	left: 0;
}

.service-active .service-trigger {
    background: #222;
}

.service-active p {
	font-family: 'Lato', sans-serif;
	padding-top: 10px;
}

.service-content {
    padding: 15px 20px;
    background: #e6eaed;
    display: block;
    height: auto
}

.service-content p:last-child {
    margin: 0;
}


/* ==========================================================================
   Image Mask
   ========================================================================== */

.grid figure {
	margin: 0;
	position: relative;
	text-align:center;

}

.grid figure img {
	width: 100%;
	display: block;
	position: relative;
}

.grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 15px 10px;
	color: #fff;
	background: #31acd8;
	text-align:center;
}

.grid figcaption h5 {
	margin: 0 auto;
	padding:0px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	letter-spacing: .5px;
}

.grid figcaption a.btn {
	text-align: left;
	padding: 5px 8px;
	margin-left: 10px;
	display: inline-block;
	background: #fff;
	color: #3498db;
    border:1px solid #3081a7;
}


/* Lead Retrieval Image Hover Mask */
a.product-feature {
    display:block;
    height:380px;
}

.lead-heading {
    font-weight:700;
    padding:15px;
    padding-right:40%;
    margin:30px auto;
    background:#bec3c8;
    line-height:40px;
}

    .lead-heading span {
        font-weight: 300;
    }

    .lead-heading i {
        position: absolute;
        right: 30px;
        top: 60px;
        color:#fff;
        font-size:40px;
    }
.lead-mask {
    position: absolute;
    display:block;
    width: 100%;
    height:350px;
    background: rgba(255,255,255, 0.2);
    padding:15px;
    z-index:2;
    margin-right:10px;
    transition:all 0.5s;

}

    .lead-mask span {
        position:absolute;
        height:50px;
        bottom: 0;
        right:10px;
        width: 280px;
        padding: 15px;
        text-transform: uppercase;
        font-weight: bold;
        display:block;
        text-align:right;
        color:#333;
    }

        .lead-mask a:hover {
            text-decoration: none;
        }

    .lead-mask:hover {
        background: rgba(255,255,255,0.5);
    }

    .lead-mask p {
        opacity: 0;
        color:#3498db;
        position:absolute;
        top:40%;
        left:40%;
        right:40%;
        bottom:50%;
        width:10%;
        height:60px;
        font-size:50px;
    }

    .lead-mask:hover p {
        opacity: 1.0;
    }
    
.directleadRover {
    background: url('../images/leads/directLeadApp.png') no-repeat top left;
    width:100%;
    height:300px;
    z-index:1;
    display:block;
    border-bottom:5px solid #ccc;
}

.directleadApp {
    background: url('../images/leads/directLeadRover.png') no-repeat top left;
    width:100%;
    height:300px;
    z-index:1;
    display:block;
    border-bottom:5px solid #ccc;
}

.bluetoothPrinter {
    background: url('../images/leads/bluetoothPrinter.png') no-repeat top left;
    width:100%;
    height:300px;
    z-index:1;
    display:block;
    border-bottom:5px solid #ccc;
}

.thirdpartyApp {
    background: url('../images/leads/thirdparty.png') no-repeat top left;
    width: 100%;
    height: 300px;
    z-index: 1;
    display: block;
    border-bottom: 5px solid #ccc;
}
h3.image-caption {
    font-size: 18px;
    margin-bottom:0px;
    
}

/* Analytics Lead Generation Banner */
.analytics-banner {
    background: url('../images/leads/analyticsChart.jpg') no-repeat;
    background-size: cover;
    width: 100%;
    height: 370px;
    position:relative;
}

.analytics-banner-content {
    background: rgba(255,255,255,0.3);
    color: #1d282d;
    height:400px;
    width:100%;
    padding:30px;
}
    .analytics-banner-content h1 {
        font-weight: 700;
    }

    .analytics-banner-content h3 {
        width: 300px;
        line-height:40px;
        font-weight:500;
    }

.monitor-container {
    background: url('../images/leads/computer-screen.png') no-repeat;
    background-size: contain;
    height:336px;
    width:400px;
    padding: 19px;
    position:absolute;
    right:0;
    top:0;
    
}

    .monitor-container img {
        z-index:1;
        height:221px;
    }


.monitor-mask {
    position: absolute;
    z-index: 3;
    width: 365px;
    height: 221px;
    top: 18px;
    right: 17px;
    left: 18px;
    background:rgba(255,255,255,0.5);
    display:block;
    opacity:0;
    color:#333;
    text-align:center;
    padding-top:90px;
    font-size:30px;
    transition:all 0.3s ease-in-out;
}

.monitor-container:hover .monitor-mask {
    opacity: 1.0;
}

.list-group-indent {
   padding:15px 15px 15px 50px;
   min-height:60px;
}

    .list-group-indent .fa {
        width: 30px;
        height: 30px;
        position:absolute;
        left:15px;
        top:25px;
        bottom:10px;
        color:#999
    }


/* Caption Style */
.mask figure {
	overflow: hidden;
}

.mask figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .mask figure:hover img,
.mask figure.cs-hover img {
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
}

.mask figcaption {
	height: 50px;
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .mask figure:hover figcaption,
.mask figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}

.mask figcaption a {
	position: absolute;
	top:10px;
	bottom: 10px;
	right: 30px;
}


/* ==========================================================================
   Sliders/Carousels
   ========================================================================== */

.carousel-control.no-bg
{
    background-image:none;
}


.carousel-control.right:hover, .carousel-control.left:hover {opacity:1.0;}


.carousel.quotes{height:250px; margin-top:60px; font-size:28px; text-align:center;}

    .carousel p {
        max-width: 100%;
        font-size:28px;
        line-height:40px;
    }
.carousel-inner > .active 
{
    color:#fff; 
    font-size:28px; 
    line-height:40px;
    font-family: "Lato", Arial, Sans-Serif;
    font-weight: 300;
    color:#fff;
    font-style:italic;
   
}

carousel-inner > .item 
{
    
    transition:none;
    }
/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */


/* Careers */
.fadein {
    width: 100%;
    min-height: 100%;
}

#careerwrap1 {
	background: url(../images/careers/icecreamsocial.jpg) no-repeat center top;
	padding-top:70px;
    padding-bottom:90px;
	text-align:center;
	background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
    background-attachment: fixed;
}


.careers-overlay-content {
    opacity: 1.0 !important;
    height: 300px;
    padding: 15px;
    position: relative;
    font-size:0.8em;
    color:#fff;
}

    .careers-overlay-content h1 {
        font-size: 7em;
        color:#fff;
        text-shadow:2px 1px 1px #333;
        letter-spacing:10px;
        font-weight:500;
       font-family: 'Bitter', serif;
       line-height:2em;
       font-weight:300;
    }

    .careers-overlay-content .btn {
        background: transparent;
        border:5px solid #fff;
        font-size:30px;
        color:#fff;
        min-width:300px;
        margin-top:80px;
        padding-right:15px;
        padding-left:15px;
        border-radius:50px;
    }
        .careers-overlay-content .btn:hover {
            text-transform: none;
            color: #333;
            background: rgba(255,255,255,0.5);
            border:5px solid #ccc;
        }

.callout-header {
    padding-bottom:60px;
    font-size:40px;
    margin:0;
    color:#222b30;
    
}


.wordChanger-wrap {
    font-weight:bold;
    display:inline-block;
    font-size:1.8em;

}

#jobOpenings {
    padding: 30px 0 80px;
    background: rgb(25,83,121);
    background: -moz-linear-gradient(-45deg,  rgba(25,83,121,1) 0%, rgba(1,52,85,1) 100%);
    background: -webkit-linear-gradient(-45deg,  rgba(25,83,121,1) 0%,rgba(1,52,85,1) 100%);
    background: linear-gradient(135deg,  rgba(25,83,121,1) 0%,rgba(1,52,85,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#195379', endColorstr='#013455',GradientType=1 );
    height: 100%;
}

#jobOpenings h1 {
    margin-top:0;
    margin-bottom:15px;
}

.jobOpenings-container {
    background: #fff;
    font-size:16px;
    padding:30px;
    border:5px solid #3c9bd8;
    margin-top:60px;
}

    hr.horizontal-HR {
    background: rgba(0, 0, 0, 0) url("http://ibrahimjabbari.com/english/images/hr-11.png") repeat-x scroll 0 0;
    border: 0 none;
    height: 6px;
    margin-bottom:30px;
}
    section.benefits {
    padding: 60px 0px;
    margin-top: 60px;
    background: #46acee;
    color: #fff;
}
.benefits h1 {
    color: #fff;
    margin-bottom: 60px;
    margin-top:0;
}

.alert-careers{
    background: rgba(3,55,88,0.15);
    color: #135b88;
    border:3px solid #fff;
}

    .alert-careers h2, .alert-careers h5 {
        color: #fff;
    }

@media (min-width: 1300px) {
    .container {
        width: 1300px;
    }
}

@media (min-width:481px) and (max-width:1299px) 
{
    .section-padded {
        padding: 60px 0;
    }

    #splash-carousel {
    height: 400px;
    text-align:center;
}

    #splash-carousel img {
        background:fixed;
        height:400px;
        width:100%;
    }
.splash-carousel-inner .carousel-caption {
    text-align:left;
    top:10px;
}
.splash-carousel-inner .carousel-caption{
    font-style:normal;
    text-align:center;
}

    .splash-carousel-inner .carousel-caption h1 {
        font-size: 1em;
        text-align:center;
    }

    .splash-carousel-inner .carousel-caption .btn {
        font-size:0.5em;
    }

    .navbar-top .navbar-nav > li {
        display: inline-block;
        min-width:120px;
    }
     .navbar-top .navbar-nav > li > a {
        font-size:13px;
        padding:6px 5px;
        line-height:20px;
        min-width:120px;
        height:40px;
        border-left:1px solid #ccc;
        
    }

        .navbar-top .navbar-nav > li > a > i {
            padding-left: 5px;
            padding-right: 0;
        }

    .border-right {
        border-right: none;
    }
    .navbar-icon img {
        width: 100px;
        height: auto;
        padding:10px;
    }

    .down-arrow {
        display: none;
    }
    .section-divider .btn {
        font-size: 14px;
    }

    .textdivider h1 {
        font-size: 20px;
        padding-top:30px;
    }

    .carousel.quotes p {
        font-size: 16px;
    }
    .panel-heading h3 {
        font-size: 0.9em;
    }
    #home-icon{display:none;}
    .social{display:none;}
	
	ul.navbar-nav {float:none;}


    .navbar-collapse {
        height: 100%;
    }

    .careers-overlay-content {
    opacity: 1.0 !important;
    height: 300px;
    padding: 15px;
    position: relative;
    font-size:0.4em;
    color:#fff;
}
    #careerwrap1 {
        padding-top: 0px;
        	background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-attachment: inherit;
    min-height:500px;
    }

    .careers-overlay-content {
        font-size: 0.3em;
    }
}


/* Older Phones */
@media only screen and (max-width : 480px) {
    .panel-heading h3 {
        font-size: 0.7em;
    }
    .section-padded {
        padding: 30px 0;
    }
    .navbar-top .navbar-nav > li {
        min-width: 100px;
    }

        .navbar-top .navbar-nav > li > a {
        font-size:11px;
        padding:5px;
        border-left:1px solid #ccc;
        line-height:25px;
    }
    .careers-overlay-content {
        opacity: 1.0 !important;
        height: 300px;
        padding: 15px;
        position: relative;
        font-size: 0.3em;
        color: #fff;
    }
    .navbar-top .navbar-nav > li > a > i {
            padding:0;
        }

      #splash-carousel {
    height: 400px;
    text-align:center;
}

    #splash-carousel img {
        background-size:contain;
        height:400px;
    }
.splash-carousel-inner .carousel-caption {
    text-align:center;
    top:10px;
}
.splash-carousel-inner .carousel-caption h1 {
        font-size: 1em;
        text-align:center;
    }

    .splash-carousel-inner .carousel-caption .btn {
        font-size:0.5em;
    }
    .splash-carousel-inner .carousel-caption h1 {
        font-size: 1em;
    }


     .navbar-top .navbar-nav > li {
        display: inline-block;
        width:31%;
    }
    .navbar-top .navbar-nav > li > a {
        font-size:10px;
        padding:5px;
        border-left:0;
        border-right:0;
        line-height:25px;
    }

    .border-right {
        border-right: none;
    }
    .navbar-icon img {
        width: 100px;
        height: auto;
        padding:10px;
    }


    .down-arrow {
        display: none;
    }
    .section-divider .btn {
        font-size: 14px;
    }

    .textdivider h1 {
        font-size: 20px;
        padding-top:30px;
    }

    .carousel.quotes p {
        font-size: 16px;
    }
    #home-icon{display:none;}
    .social{display:none;}
	
	ul.navbar-nav {float:none;}


    .navbar-collapse {
        height: 100%;
    }

    .careers-overlay-content {
    opacity: 1.0 !important;
    height: 300px;
    padding: 15px;
    position: relative;
    font-size:0.2em;
    color:#fff;
}

        .careers-overlay-content .btn {
            font-size: 5em;
        }
    #careerwrap1 {
        padding-top: 50px;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
        background-position: center top;
        min-height:430px;
    }

}


ul.custom-pills li a{padding:3px 5px; color:#2b576c;}

ul.custom-pills {margin-bottom:10px; border:1px solid #f1f1f1;}

/* Vimeo responsive styling for responsive EMBEDDED videos */
.embed-container
{
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}