/*--------------------------------------------------------------
  About: www.garmin.com content (not to be confused with the global Garmin CSS library)
  Scope: Corporate content living on Marketing/Communications CMS
  1) Careers Home Search
  2) Life at Garmin
  3) Students
  4) Responsive Styles
-------------------------------------------------------------- */

/* ***********************************************************************
   *                                                                     *
   *    Section 1: Careers Home Search
   *                                                                     *
   *********************************************************************** */
.background {
    height: 472px;
    background: url('../../content/images/careers-home-background.jpg') #5f92ac no-repeat 50% 0;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.35);
       -moz-box-shadow: 0 1px 1px rgba(0,0,0,.35);
            box-shadow: 0 1px 1px rgba(0,0,0,.35);
}
.background:after {
    display: block;
    width: 100%;
    height: 472px;
    background: url('../../content/images/careers-background-vignette.png') repeat-x;
    content: "";
}
.background {
    height: 525px;
    background: url('../../content/images/careers/careers-cyclist-background.jpg') #5f92ac no-repeat 50% 0;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.35);
       -moz-box-shadow: 0 1px 1px rgba(0,0,0,.35);
            box-shadow: 0 1px 1px rgba(0,0,0,.35);
}
.background:after {
    display: block;
    width: 100%;
    height: 525px;
    background: url('../../content/images/careers/careers-cyclist-vingette.png') repeat-x;
    content: "";
}
#careers-search-form {
    position: relative;
    margin-bottom: 0;
}
#careers-search-field {
    margin-right: 10px;
    width: 210px;
}
#careers-search-form .icon {
    position: absolute;
    top: 6px;
    left: 188px;
    display: block;
    width: 16px;
    height: 16px;
    background: #fff url("http://static.garmincdn.com/com.garmin.www/ui/images/icons/search-gray.png") no-repeat 0 0;
}
#careers-search-form.close .icon {
    background-image: url("http://static.garmincdn.com/com.garmin.www/ui/images/icons/icon-close-circle.png");
}
.search-example {
    float: left;
    margin: 3px 0 0 10px;
    color: #555;
    font-weight: 300;
}
.dataTables_filter {
    float: none;
}
.job-search {
    position: relative; top: 8px;
	line-height: 0;
}
#jobs tr th:nth-of-type(4),
#jobs tr td:nth-of-type(4) {
    color: #787878;
}
table h1, table h2, table h3,
table h4, table h5, table h6 {
    margin-bottom: 0;
}
.pagination-buttons {
    float: left;
}
.pagination-buttons.right {
    float: right;
}
.pagination-buttons .prev, .pagination-buttons .next, .pagination-buttons .prev:link, .pagination-buttons .next:link, .pagination-buttons .prev:visited, .pagination-buttons .next:visited {
    float: left;
    padding: 0 7px 7px 7px;
    font-size: 32px;
    line-height: .55;
}
.page-btn, .page-btn:link, .page-btn:visited {
    display: inline-block;
    padding: 8px;
    border-width: 1px;
    border-style: solid;
    font-family:'OpenSansLight','HelveticaNeue','HelveticaNeueu',Arial,sans-serif;
}
.page-btn:hover, .page-btn:hover {
    text-decoration: none;
    cursor: pointer;
}
.page-btn, .page-btn:link, .page-btn:visited, .page-btn.active:hover, .page-btn.active:active, .page-btn.right.active:active,
.page-btn.disabled:hover, .page-btn.disabled.left:active, .page-btn.disabled.right:active {
    border-color: #d1d1d1;
    background-color: #ededed;
    background-image:         linear-gradient(bottom, rgb(237,237,237) 0%, rgb(254,254,254) 100%);
    background-image:      -o-linear-gradient(bottom, rgb(237,237,237) 0%, rgb(254,254,254) 100%);
    background-image:    -moz-linear-gradient(bottom, rgb(237,237,237) 0%, rgb(254,254,254) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(237,237,237) 0%, rgb(254,254,254) 100%);
    background-image:     -ms-linear-gradient(bottom, rgb(237,237,237) 0%, rgb(254,254,254) 100%);
    background-image: -webkit-gradient(
    	linear,
    	left bottom,
    	left top,
    	color-stop(0, rgb(237,237,237)),
    	color-stop(1, rgb(254,254,254))
    );
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,1);
       -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,1);
            box-shadow: inset 0 1px 0 rgba(255,255,255,1);
    color: #555;
    text-shadow: 0 1px 0 rgba(255,255,255,.85);
}
.page-btn:hover, .page-btn:hover {
    background-color: #f4f4f4;
    background-image:         linear-gradient(bottom, rgb(244,244,244) 0%, rgb(255,255,255) 100%);
    background-image:      -o-linear-gradient(bottom, rgb(244,244,244) 0%, rgb(255,255,255) 100%);
    background-image:    -moz-linear-gradient(bottom, rgb(244,244,244) 0%, rgb(255,255,255) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(244,244,244) 0%, rgb(255,255,255) 100%);
    background-image:     -ms-linear-gradient(bottom, rgb(244,244,244) 0%, rgb(255,255,255) 100%);
    background-image: -webkit-gradient(
    	linear,
    	left bottom,
    	left top,
    	color-stop(0, rgb(244,244,244)),
    	color-stop(1, rgb(255,255,255))
    );
    color: #555;
}
.page-btn.disabled, .page-btn.disabled:hover, .page-btn.disabled.left:active, .page-btn.disabled.right:active {
    border-color: #dfdfdf;
    color: #b2b2b2;
}
.page-btn.active:hover,
.page-btn.disabled:hover {
    cursor: default;
}
.page-btn:active {
    -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, .05), 0 1px 2px rgba(0, 0, 0, .05);
       -moz-box-shadow: inset 0 2px 2px rgba(0, 0, 0, .05), 0 1px 2px rgba(0, 0, 0, .05);
            box-shadow: inset 0 2px 2px rgba(0, 0, 0, .05), 0 1px 2px rgba(0, 0, 0, .05);
}
.page-btn.left {
    -webkit-border-top-left-radius: 2px;
            border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
            border-bottom-left-radius: 2px;
       -moz-border-top-left-radius: 2px;
       -moz-border-bottom-left-radius: 2px;    
}
.page-btn.right {
    border-left: none;
    -webkit-border-top-right-radius: 2px;
            border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
            border-bottom-right-radius: 2px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,1), inset 1px 0 0 rgba(255,255,255,1);
       -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,1), inset 1px 0 0 rgba(255,255,255,1);
            box-shadow: inset 0 1px 0 rgba(255,255,255,1), inset 1px 0 0 rgba(255,255,255,1);
       -moz-border-top-right-radius: 2px;
       -moz-border-bottom-right-radius: 2px;
}
.page-btn.right:active, .page-btn.left:active {
    -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, .05), 0 1px 2px rgba(0, 0, 0, .05);
       -moz-box-shadow: inset 0 2px 2px rgba(0, 0, 0, .05), 0 1px 2px rgba(0, 0, 0, .05);
            box-shadow: inset 0 2px 2px rgba(0, 0, 0, .05), 0 1px 2px rgba(0, 0, 0, .05);
}
.table {
    width: 100%;
    border: solid 1px #cfcfcf;
}
th, td, dt, dd {
    font-size: 14px;
}
thead, tfoot {
    background-color: #eee;
}
td.job-title {
    width: 380px;
}
td.new-job {
    width: 56px;
}
.pagination-status {
    float: left;
    margin: 0 0 0 8px;
}
.kicker.sm {
    padding: 3px 6px 3px 6px;
}
.kicker.sm {
    font-size: 12px;
}
.kicker.deco.left.sm:after {
    left: -6px;
    border-top-width: 9px;
    border-right-width: 6px;
    border-bottom-width: 9px;
}
.ie8 .kicker.sm {
    padding-top: 2px;
}
.ie8 .kicker.deco.left.sm:after {
    left: -8px;
    border-top-width: 9px;
    border-right-width: 9px;
    border-bottom-width: 9px;
}
.table td .kicker {
    float: right;
}
/* ***********************************************************************
   *                                                                     *
   *    End Section 1: U.S. Careers
   *                                                                     *
   *********************************************************************** */
/* ***********************************************************************
   *                                                                     *
   *    Section 2: Life at Garmin
   *                                                                     *
   *********************************************************************** */
.top-fix {
    margin-top: 18px;
}
.background-two {
    padding-top: 20px;
    border-top: solid 1px #dcdcdc;
    background-color: #fcfcfc;
    background-image: -o-linear-gradient(top, rgb(232,232,232) 0%, rgb(255,255,255) 400px);
    background-image: -moz-linear-gradient(top, rgb(232,232,232) 0%, rgb(255,255,255) 400px);
    background-image: -webkit-linear-gradient(top, rgb(232,232,232) 0%, rgb(255,255,255) 400px);
    background-image: -ms-linear-gradient(top, rgb(232,232,232) 0%, rgb(255,255,255) 400px);
    background-image: linear-gradient(top, rgb(232,232,232) 0%, rgb(255,255,255) 400px);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.6);
       -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.6);
            box-shadow: inset 0 1px 0 rgba(255,255,255,.6);
}
.careers-grid .boxable {
    padding-bottom: 0;
}
.heading-box {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    padding: 20px 15px;
    height: 20px;
}
.heading-box:hover {
    text-decoration: none;
    cursor: pointer;
}
.heading-box:hover .heading-blurb {
    background-color: rgba(91,198,238,1);
}
.heading-box.active:hover .heading-blurb {
    background-color: rgba(52,186,236,1);
}
.heading-box h3 {
    margin-bottom: 0;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    line-height: 100%;
    padding: 20px 15px;
}
.heading-box p {
    color: #fff;
}
.heading-box, .heading-blurb {
    -webkit-transition: all .15s linear;
       -moz-transition: all .15s linear;
        -ms-transition: all .15s linear;
         -o-transition: all .15s linear;
            transition: all .15s linear;
    -kthtml-transition: all .15s linear;
}
.heading-blurb {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-color: #34baec;
    background-color: rgba(52,186,236,1);
}
.heading-blurb.position {
    bottom: 0;
    top: auto;
}
.heading-box.active .heading-blurb {
    -webkit-box-shadow: inset 0 0 50px rgba(0,0,0,.2);
       -moz-box-shadow: inset 0 0 50px rgba(0,0,0,.2);
            box-shadow: inset 0 0 50px rgba(0,0,0,.2);
}
.heading-blurb div {
    display: none;
    padding: 0 15px 20px 15px;
    color: #fff;
}
.info-box {
    position: relative;
    display: block;
    overflow: hidden;
}
.info-box:hover {
    text-decoration: none;
    cursor: pointer;
}
.info {
    position: absolute;
    bottom: 0;
    display: block;
    box-sizing: border-box;
    padding: 10px 15px;
    width: 100%;
    height: 56px;
    background-color: #424242;
    background-color: rgba(66,66,66,.94);
    -webkit-box-shadow: inset 0 0 200px rgba(0,0,0,.5);
       -moz-box-shadow: inset 0 0 200px rgba(0,0,0,.5);
            box-shadow: inset 0 0 200px rgba(0,0,0,.5);
    -webkit-transition: all .15s linear;
       -moz-transition: all .15s linear;
        -ms-transition: all .15s linear;
         -o-transition: all .15s linear;
            transition: all .15s linear;
    -kthtml-transition: all .15s linear;
}
.info p {
    color: #fff;
}
.info-box:hover .info {
    background-color: rgba(66,66,66,1);
    text-decoration: none;
}
.info.active, .info-box:hover .info.active {
    background-color: rgba(66,66,66,1);
}
.info h4 {
    margin-bottom: 0;
    color: #fff;
}
.info span {
    color: #fff;
    font-size: 11px;
}
.icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 26px;
    height: 24px;
    text-indent: -9999em;
    background: url("../images/icons/icon-expand.png") no-repeat 50% 6px;
}
.info .icon,
.heading-box .icon {
    -webkit-transition: all .15s linear;
       -moz-transition: all .15s linear;
        -ms-transition: all .15s linear;
         -o-transition: all .15s linear;
            transition: all .15s linear;
    -kthtml-transition: all .15s linear;
}
.icon.close {
    background-image: url("../images/icons/icon-close.png");
}
.info .info-blurb {
    display: none;
    padding-top: 10px;
}
.info .info-blurb.show {
    display: block;
}

/* ***********************************************************************
   *                                                                     *
   *    Section 2: End Life at Garmin
   *                                                                     *
   *********************************************************************** */
/* ***********************************************************************
   *                                                                     *
   *    Section 3: Students
   *                                                                     *
   *********************************************************************** */
.background-photo {
    background: #000 url("http://olaxdw-www800.garmin.com/dev_jj/careers/placeholder/placeholder-students-background.jpg") no-repeat 50% 0;
    height: 540px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.35);
       -moz-box-shadow: 0 1px 1px rgba(0,0,0,.35);
            box-shadow: 0 1px 1px rgba(0,0,0,.35);
}
.background-photo.faq {
    background-image: url("http://olaxdw-www800.garmin.com/dev_jj/careers/placeholder/placeholder-faq-background.jpg");
}
.background-photo .headline {
    margin-top: 200px;
}
.background-photo .headline * {
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,.6);
}
.background-three {
    padding-top: 20px;
    border-top: solid 1px #dcdcdc;
    background-color: #f0f0f0;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.6);
       -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.6);
            box-shadow: inset 0 1px 0 rgba(255,255,255,.6);
}
.rss-feed ul {
    padding: 0;
}
.rss-feed ul li{
    list-style: none;
}

/* ***********************************************************************
   *                                                                     *
   *    Section 4: End Students
   *                                                                     *
   *********************************************************************** */