/*** variables, mixins and bootstrap overrides ***/
/* bootstrap original vars and mixins */
/* var and overrides */
.bottom-border-and-shadow {
  border-bottom: 1px solid #dadada;
  -webkit-box-shadow: 0px 2px 3px rgba(50, 50, 50, 0.12);
  box-shadow: 0px 2px 3px rgba(50, 50, 50, 0.12);
}
.wide-section-box {
  padding: 60px 0;
}
.bottom-margin {
  margin-bottom: 30px;
}
.bottom-border-and-shadow {
  border-bottom: 1px solid #dadada;
  -webkit-box-shadow: 0px 2px 3px rgba(50, 50, 50, 0.12);
  box-shadow: 0px 2px 3px rgba(50, 50, 50, 0.12);
}
.bottom-border {
  border-bottom: 1px solid #dadada;
}
.h2-color-font {
  margin: 0 0 15px 0;
  color: #0093d0;
  font: normal 40px/40px 'Univers LT W01 65 Bold', 'Helvetica Neue Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.sub-heading {
  margin: 0 0 15px 0;
  font: normal 22px/24px 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
}
.p-font {
  font: normal 16px/24px 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
}
.li-bullet {
  content: "";
  position: absolute;
  left: -14px;
  top: 6px;
  display: block;
  height: 0;
  width: 0;
  border-color: transparent #0093d0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
}
/* bootstrap overrides */
body {
  font: 16px/24px 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
}
a {
  color: #0093d0;
}
a:hover,
a:focus {
  color: #0093d0;
}
hr {
  border-top-color: #e1e1e1;
}
p {
  margin-bottom: 15px;
}
/* heading classes */
h1,
.h1 {
  color: #0093d0;
  font: 50px/56px 'Univers LT W01 65 Bold', 'Helvetica Neue Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
h2,
.h2 {
  color: #0093d0;
  font: 40px/43px 'Univers LT W01 65 Bold', 'Helvetica Neue Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
h3,
.h3 {
  color: #0093d0;
  font: normal 22px/24px 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
}
h4,
.h4 {
  color: #0093d0;
  font: normal 18px/20px 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
}
h5,
.h5 {
  color: #0093d0;
  font: normal 17px/19px 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
}
h6,
.h6 {
  color: #0093d0;
  font: normal 16px/18px 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
}
/* modal backdrop override */
.modal-backdrop {
  background-color: #19262c;
}
.modal-backdrop.in {
  opacity: .15;
}
/* button colors override */
.btn-fep-primary {
  color: #ffffff;
  background-color: #0093d0;
  border-color: #0081b7;
  padding: 7px 20px;
  border: none;
  border-radius: 6px;
  white-space: normal;
}
.btn-fep-primary:hover {
  background-color: #005a84;
}
.btn-fep-primary:hover,
.btn-fep-primary:focus,
.btn-fep-primary:active,
.btn-fep-primary.active,
.open .dropdown-toggle.btn-fep-primary {
  color: #ffffff;
  background-color: #0076a7;
  border-color: #005679;
}
.btn-fep-primary:active,
.btn-fep-primary.active,
.open .dropdown-toggle.btn-fep-primary {
  background-image: none;
}
.btn-fep-primary.disabled,
.btn-fep-primary[disabled],
fieldset[disabled] .btn-fep-primary,
.btn-fep-primary.disabled:hover,
.btn-fep-primary[disabled]:hover,
fieldset[disabled] .btn-fep-primary:hover,
.btn-fep-primary.disabled:focus,
.btn-fep-primary[disabled]:focus,
fieldset[disabled] .btn-fep-primary:focus,
.btn-fep-primary.disabled:active,
.btn-fep-primary[disabled]:active,
fieldset[disabled] .btn-fep-primary:active,
.btn-fep-primary.disabled.active,
.btn-fep-primary[disabled].active,
fieldset[disabled] .btn-fep-primary.active {
  background-color: #0093d0;
  border-color: #0081b7;
}
.btn-fep-primary .badge {
  color: #0093d0;
  background-color: #fff;
}
.btn-lg.btn-fep-primary {
  padding: 12px 30px;
}
.btn-sm.btn-fep-primary {
  padding: 5px 15px;
}
.btn-xs.btn-fep-primary {
  padding: 3px 10px;
}
/* alert styling override */
.alert-fep {
  border-radius: 0;
  padding: 15px 30px;
  margin-bottom: 20px;
  color: #333333;
}
.alert-fep .close {
  top: -10px;
  right: -23px;
  font-size: 16px;
}
/* forms */
input[type="text"],
input[type="password"] {
  border: 1px solid #cccccc;
  padding: 0 15px;
  height: 35px;
  border-radius: 4px;
  line-height: 35px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
input[type="text"]:focus,
input[type="password"]:focus {
  border-color: #cccccc;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* responsive hiding of inline content */
@media (max-width: 991px) {
  .hidden-i-sm {
    display: none;
  }
}
.visible-i-sm {
  display: none;
}
@media (max-width: 991px) {
  .visible-i-sm {
    display: inline;
  }
}
@media (max-width: 767px) {
  .hidden-i-xs {
    display: none;
  }
}
/*** global classes ***/
/* component backgrounds */
.gray-bgr {
  background: #f7f7f7;
}
.blue-bgr {
  background: #ecf5fa;
}
/* links with location marker before */
a.location:before {
  content: "";
  display: inline-block;
  position: relative;
  left: -5px;
  top: 4px;
  width: 11px;
  height: 17px;
  background: url(../images/sprite.png) no-repeat 0 -99px;
}
/* link with right arrow after */
a.arrow {
  position: relative;
  padding-right: 0.9em;
}
a.arrow:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 40%;
  right: 0;
  width: 0;
  height: 0;
  border-top: 0.25em solid transparent;
  border-bottom: 0.25em solid transparent;
  border-left: 0.45em solid #0093d0;
}
/* zebra content */
.zebra-white-blue section:nth-child(odd) {
  background-color: #ecf5fa;
}
.zebra-white-gray section:nth-child(odd) {
  background-color: #f7f7f7;
}
.zebra-blue-white section:nth-child(even) {
  background-color: #ecf5fa;
}
.zebra-gray-white section:nth-child(even) {
  background-color: #f7f7f7;
}
.zebra-gray-blue section:nth-child(even) {
  background-color: #f7f7f7;
}
.zebra-gray-blue section:nth-child(odd) {
  background-color: #ecf5fa;
}
.zebra-blue-gray section:nth-child(even) {
  background-color: #ecf5fa;
}
.zebra-blue-gray section:nth-child(odd) {
  background-color: #f7f7f7;
}
main#content section.breadcrumb {
  background-color: white;
}
/*** components ***/
/* universal components */
/*
 * U1
 * Masthead
 */
body {
  padding-top: 148px;
}

/* 08/07/2014 - Commented out since it is overriding the Unified Nav bar styles */
/* header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: white;
  border-bottom: 9px solid #ecf5fa;
  -webkit-box-shadow: 2px 0px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 0px 7px rgba(0, 0, 0, 0.3);
}
header .logo a {
  display: block;
  margin-top: 20px;
  padding-top: 56px;
  height: 0;
  width: 235px;
  overflow: hidden;
  background: url(../images/sprite.png) no-repeat -2px 0;
}
header .user-nav-search {
  text-align: right;
}
header .user-nav-search ul {
  float: right;
  margin: 0;
  padding: 0;
}
header .user-nav-search ul li {
  margin: 0;
  padding: 0 5px;
  display: inline-block;
  list-style-type: none;
  font-size: 12px;
  line-height: 37px;
}
header .user-nav-search ul li a {
  color: #444444;
}
header .user-nav-search ul.user-nav {
  padding: 0 5px 7px 30px;
  background-color: white;
  background: url(../img/user-nav-bgr.png) no-repeat 0 0;
}
header .user-nav-search ul.my-blue {
  position: relative;
  padding: 0 0 0 10px;
  z-index: 2;
  the blue bar extending to the right

}
header .user-nav-search ul.my-blue:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 1000px;
  height: 42px;
  background: url(../img/my-blue-bgr.png) repeat-x 0 0;
}
header .user-nav-search ul.my-blue li {
  position: relative;
  z-index: 1;
  color: white;
  padding: 0;
}
header .user-nav-search ul.my-blue li:before {
  content: "/";
  padding-right: 5px;
}
header .user-nav-search ul.my-blue li:first-child:before {
  content: none;
}
header .user-nav-search ul.my-blue li a {
  color: white;
}
header #search-form,
header #search-form-m {
  clear: both;
  padding: 6px 0 8px;
}
header #search-form input[type="text"],
header #search-form-m input[type="text"] {
  border: 1px solid #dbdee1;
  border-radius: 50px;
  width: 180px;
  height: 30px;
  padding: 0 30px 0 15px;
  font: 14px/30px 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
  background: #ffffff url(../img/search.gif) no-repeat 100% 6px;
  outline: none;
}
header .local-program {
  margin-bottom: 10px;
  text-align: right;
  font-size: 13px;
  line-height: 19px;
}
header .local-program a {
  font-weight: bold;
}
header .local-program p {
  margin: 0;
}
 */
 @media (min-width: 768px) and (max-width: 991px) {
 
 /* 08/07/2014 - Commented out since it is overriding the Unified Nav bar styles */
/*   header .container {
    width: 100%!important;
  }
  header .container .user-nav-search li {
    padding-left: 1px;
    padding-right: 1px;
  }
  header .container .user-nav-search ul.my-blue li {
    float: left;
  }
  header .container .user-nav-search ul.my-blue li:before {
    padding-right: 1px;
  }
 */  
 body {
    padding-top: 130px;
  }
}
@media (min-width: 992px) {
  /* custom columns width */
  .main-nav {
    padding-right: 0;
    width: 55%;
  }
  .local-program {
    padding-left: 0;
    width: 45%;
  }
}
/* retina logo */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
/* 08/07/2014 - Commented out since it is overriding the Unified Nav bar styles */
/*   header .logo a {
    background: url(../img/logo@2x.png) no-repeat 0 0 !important;
    background-size: 232px auto!important;
  }
 */
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 767px), only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width: 767px), only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 767px), only screen and (min-device-pixel-ratio: 1.5) and (max-width: 767px) {
/* 08/07/2014 - Commented out since it is overriding the Unified Nav bar styles */
/*   header .logo a {
    background: url(../img/logo-mob@2x.png) no-repeat 0 0 !important;
    background-size: 129px auto!important;
  }
 */
}
/*
 * Mobile header and navigation
 *
 */
/* mobile nav */
#mobile-nav-trigger {
  float: left;
  position: relative;
  margin: 19px 19px 0 0;
  padding-top: 25px;
  width: 33px;
  height: 0;
  overflow: hidden;
  cursor: pointer;
  background: url(../images/sprite.png) no-repeat -191px -180px;
}
#mobile-nav {
  visibility: hidden;
  position: absolute;
}
#jPanelMenu-menu {
  overflow: auto!important;
  border-right: 1px solid #c6cbcf;
  background-color: #e4eef5;
}
#jPanelMenu-menu .header {
  border-bottom: 1px solid #c6cbcf;
}
#jPanelMenu-menu .header:before,
#jPanelMenu-menu .header:after {
  content: " ";
  display: table;
}
#jPanelMenu-menu .header:after {
  clear: both;
}
#jPanelMenu-menu .header .home {
  float: left;
  margin: 12px 0 0 5px;
  padding-top: 43px;
  height: 0px;
  width: 43px;
  overflow: hidden;
  background: url(../images/sprite.png) no-repeat -148px -56px;
}
#jPanelMenu-menu .header #mobile-nav-close {
  float: right;
  font-size: 12px;
  line-height: 12px;
  padding: 32px 12px 12px;
}
#jPanelMenu-menu ul {
  margin: 0;
  padding: 0;
}
#jPanelMenu-menu ul li {
  margin: 0;
  padding: 0;
}
#jPanelMenu-menu ul li a {
  display: block;
  padding: 0 15px;
  text-decoration: none;
  font-size: 14px;
  line-height: 48px;
}
#jPanelMenu-menu > ul > li > a {
  position: relative;
  border-bottom: 1px solid #d5dde2;
  font-weight: bold;
  color: #666666;
  background-color: #e4eef5;
}
#jPanelMenu-menu > ul > li > a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -7px;
  width: 0;
  height: 0;
  border-left: 7px solid #0093d0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
#jPanelMenu-menu > ul > li ul {
  display: none;
}
#jPanelMenu-menu > ul > li.expanded > a {
  background-color: #f6fafc;
}
#jPanelMenu-menu > ul > li.expanded > a:after {
  right: 12px;
  margin-top: -3px;
  border-top: 7px solid #0093d0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: none;
}
#jPanelMenu-menu > ul > li.expanded ul {
  display: block;
}
#jPanelMenu-menu > ul > li.expanded ul .nav-subhead a {
  padding: 0 15px;
  font-size: 12px;
  line-height: 26px;
  text-transform: uppercase;
  color: #a3abad;
  background-color: #373c3e;
}
#jPanelMenu-menu > ul > li.expanded ul .nav-subhead a:hover {
  color: white;
  background-color: #373c3e;
}
#jPanelMenu-menu > ul > li.expanded ul a {
  padding: 0 15px 0 25px;
  border-bottom: 1px solid #3d4345;
  color: white;
  background-color: #4d5355;
}
#jPanelMenu-menu > ul > li.expanded ul a:hover {
  background-color: #0093d0;
}
#jPanelMenu-menu > ul > li.expanded ul.no-subsection a {
  padding: 0 15px;
}
#jPanelMenu-menu > ul > li .mobile-form {
  padding: 0px 15px 0;
  background-color: #4d5355;
}
#jPanelMenu-menu > ul > li .mobile-form input {
  width: 100%;
  margin-top: 10px;
}
#jPanelMenu-menu > ul > li .mobile-form input[type="submit"] {
  font-size: 16px;
}
#jPanelMenu-menu > ul > li .mobile-form .smalltext {
  margin: 0;
  text-align: right;
}
#jPanelMenu-menu > ul > li .mobile-form .smalltext a {
  font-size: 13px;
  line-height: 40px;
  color: #88d1f0;
}
/* header overrides for mobile phones */
@media (max-width: 767px) {
  body {
    padding-top: 0;
  }

/* 08/07/2014 - Commented out since it is overriding the Unified Nav bar styles */
/*   header {
    width: 100%;
    position: relative;
    overflow: hidden;
    -webkit-transition: left 0.15s ease-out;
    -moz-transition: left 0.15s ease-out;
    -o-transition: left 0.15s ease-out;
    transition: left 0.15s ease-out;
    border-bottom-width: 5px;
  }
  header .logo {
    float: left;
  }
  header .logo a {
    margin: 12px 0;
    padding-top: 41px;
    width: 129px;
    background-position: -106px -120px;
  }
  header .search {
    position: absolute;
    right: 0;
    top: 0;
  }
  header .search .search-trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 65px;
    height: 65px;
    cursor: pointer;
  }
  header .search .search-trigger:after {
    content: "";
    position: absolute;
    top: 20px;
    right: 15px;
    width: 24px;
    height: 24px;
    background: url(../images/sprite.png) no-repeat -106px -180px;
  }
  header .search .search-trigger:hover,
  header .search .search-trigger.active {
    background-color: #e4eef5;
  }
  header .search .search-trigger:hover:after,
  header .search .search-trigger.active:after {
    background: url(../images/sprite.png) no-repeat -148px -180px;
  }
  header .search .form {
    display: none;
    position: absolute;
    top: 65px;
    right: 0;
    z-index: 1;
    padding-right: 15px;
    width: 800px;
    height: 52px;
    text-align: right;
    background-color: #e4eef5;
  }
  header .search .form #search-form-m {
    padding: 10px 0 8px;
  }
  header .search .form #search-form-m input[type="text"],
  header .search .form #search-form-m input[type="password"] {
    margin-right: 10px;
    background: white;
  }
 */  
	.nav-minilist {
    padding-top: 7px;
    text-align: center;
    background-color: #f7f7f7;
    -webkit-box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.1);
  }
  .nav-minilist ul {
    margin: 0;
    padding: 0;
  }
  .nav-minilist li {
    display: inline-block;
    margin-right: 15px;
    font-size: 12px;
    line-height: 40px;
  }
  .nav-minilist li:last-child {
    margin-right: 0;
  }
}
/* reset hover background on touch devices */
.touch #jPanelMenu-menu > ul > li.expanded ul a:hover {
  background-color: #4d5355;
}
.touch #jPanelMenu-menu > ul > li.expanded ul .nav-subhead a {
  color: #a3abad;
  background-color: #373c3e;
}
.touch #jPanelMenu-menu > ul > li.expanded ul .nav-subhead a:hover {
  color: #a3abad;
  background-color: #373c3e;
}
.content-canvas {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
  transform: translate(0, 0);
}
/*.move-right .content-canvas {
  -webkit-transform: translate(265px, 0);
  -moz-transform: translate(265px, 0);
  -ms-transform: translate(265px, 0);
  -o-transform: translate(265px, 0);
  transform: translate(265px, 0);
}*/ /*commented as overriding style.css a thrid party css*/
/*
 * Main Menu Dropdown
 *
 */
.cbp-hrmenu {
  padding-top: 17px;
  font: 14px/28px 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
  /* first level ul style */

  /* general link styles */

  /* sub-menu */

}
.cbp-hrmenu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cbp-hrmenu > ul > li {
  float: left;
}
.cbp-hrmenu > ul > li:hover a {
  border-bottom-color: #0093d0 !important;
}
.cbp-hrmenu > ul > li > a {
  position: relative;
  display: inline-block;
  margin-bottom: -8px;
  padding: 0 17px 0 15px;
  border-bottom: 8px solid #ecf5fa;
  font: 15px/34px 'Univers LT W01 65 Bold', 'Helvetica Neue Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #444546;
  /* separator with gradient */

}
.cbp-hrmenu > ul > li > a:after,
.cbp-hrmenu > ul > li > a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 100;
  right: -1px;
  width: 1px;
}
.cbp-hrmenu > ul > li > a:before {
  border-right: 1px solid #d0d0d0;
}
.cbp-hrmenu > ul > li > a:after {
  -webkit-box-shadow: inset 0px 18px 15px -10px white, inset 0px -18px 15px -10px white;
  box-shadow: inset 0px 18px 15px -10px white, inset 0px -18px 15px -10px white;
}
.cbp-hrmenu > ul > li:last-child a:before {
  border-right: none;
}
.cbp-hrmenu > ul > li:hover > a {
  color: #0093d0;
}
.cbp-hrmenu > ul > li:first-child a {
  padding-left: 0;
}
.cbp-hrmenu a {
  display: inline-block;
  color: #0093d0;
}
.cbp-hrmenu a:hover {
  color: #0093d0;
  text-decoration: none;
}
.cbp-hrmenu li ul a {
  color: #444546;
}
.cbp-hrmenu .cbp-hrsub {
  display: none;
  margin-top: 8px;
  position: absolute;
  /*left: 15px;*/ /*changed by Aarti */
  z-index: 300;
  width: 880px;
  background: white;
  -webkit-box-shadow: 0 0 2px #666666;
  box-shadow: 0 0 2px #666666;
  overflow: hidden;
}
.cbp-hrmenu .cbp-hrsub div[class^="col-"] {
  position: static;
  border-right: 1px solid #ecf5fa;
  padding: 20px 25px 90080px;
  margin-bottom: -90000px;
}
.cbp-hrmenu .cbp-hrsub div[class^="col-"]:last-child {
  border-right: none;
}
.cbp-hrmenu .cbp-hrsub h4,
.cbp-hrmenu .cbp-hrsub ul {
  color: #a5a4a1;
}
.cbp-hrmenu .cbp-hrsub p {
  color: #444546;
  line-height: 22px;
}
.cbp-hrmenu .cbp-hrsub p a {
  display: inline;
  font-weight: bold;
}
.cbp-hrmenu .cbp-hrsub h4 {
  margin: 0 0 8px;
  padding: 0;
  font: bold 16px/22px 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
}
.cbp-hrmenu .cbp-hrsub h4 a {
  color: #444546;
}
.cbp-hrmenu .cbp-hrsub h4 a:hover {
  color: #0093d0;
}
.cbp-hrmenu .cbp-hrsub hr {
  margin: 10px 0;
}
.cbp-hrmenu .cbp-hrsub a.log-in {
  display: block;
  position: absolute;
  bottom: 20px;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
  font-weight: bold;
}
.cbp-hrmenu .cbp-hrsub a.log-in:after {
  margin-top: -0.2em;
}
.cbp-hrmenu > ul > li:hover .cbp-hrsub {
  display: block;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cbp-hrmenu {
    padding-top: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cbp-hrmenu .cbp-hrsub {
    width: 720px;
  }
  .cbp-hrmenu a.log-in {
    line-height: 18px;
    display: inline-block;
  }
  .cbp-hrmenu a.log-in:after {
    display: inline-block;
    position: static;
    margin-left: 5px;
  }
}
/*
 * U2B
 * Section Header
 */
.section-header {
  position: relative;
  padding-bottom: 20px;
  text-align: center;
  color: white;
  background-color: #62b8e4;
  -webkit-box-shadow: inset 0 200px 200px -150px #329dd5;
  box-shadow: inset 0 200px 200px -150px #329dd5;
}
.section-header:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  z-index: 2;
  height: 20px;
  background-color: #00a3de;
  -webkit-box-shadow: inset 0 -24px 20px -10px rgba(0, 0, 0, 0.06);
  box-shadow: inset 0 -24px 20px -10px rgba(0, 0, 0, 0.06);
}
.section-header div[class^=col-] {
  padding-top: 40px;
  padding-bottom: 30px;
}
.section-header h1 {
  margin-top: 0;
  color: white;
  font: 50px/56px 'Univers LT W01 65 Bold', 'Helvetica Neue Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.section-header h2,
.section-header h3,
.section-header h4,
.section-header h5,
.section-header h6 {
  color: white;
}
.section-header p {
  margin: 0 0 15px;
  font: 20px/25px 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
}
.section-header p.tagline {
  font-size: 20px;
  line-height: 26px;
}
.section-header a {
  position: relative;
  padding-right: 1em;
  color: white;
  font: 20px/25px 'Univers LT W01 65 Bold', 'Helvetica Neue Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.section-header a:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 48%;
  right: 0;
  margin-top: -0.18em;
  width: 0;
  height: 0;
  border-top: 0.25em solid transparent;
  border-bottom: 0.25em solid transparent;
  border-left: 0.45em solid white;
}
@media (max-width: 991px) {
  .section-header h1 {
    font: 36px/38px 'Univers LT W01 65 Bold', 'Helvetica Neue Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
}
@media (max-width: 767px) {
  .section-header h1 {
    font: 32px/33px 'Univers LT W01 65 Bold', 'Helvetica Neue Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
}
/*
 * HERO 2 / Static Image and Call to Action
 *
 */
/* general styles for graphic section header */
@media (min-width: 768px) {
  .section-header-graphic {
    padding-bottom: 0;
    text-align: left;
    color: #444546;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .section-header-graphic.blue-bgr {
    background-color: #ecf5fa;
  }
  .section-header-graphic.gray-bgr {
    background-color: #f7f7f7;
  }
  .section-header-graphic:after {
    content: none;
  }
  .section-header-graphic * {
    position: relative;
  }
  .section-header-graphic div[class^=col-] {
    display: table;
    padding-top: 0;
    padding-bottom: 0;
  }
  .section-header-graphic img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .section-header-graphic .content {
    display: table-cell;
    vertical-align: middle;
  }
  .section-header-graphic h1 {
    text-transform: uppercase;
    color: #333333;
    font: normal 50px/50px 'Univers LT W01 45 Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
  .section-header-graphic h1 strong {
    font: normal 50px/34px 'Univers LT W01 65 Bold', 'Helvetica Neue Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
  .section-header-graphic a {
    padding-right: 30px;
    font: 18px/20px 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
  }
  .section-header-graphic a:after {
    content: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-header-graphic div[class^=col-] {
    height: 329px;
  }
  .section-header-graphic h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .section-header-graphic h1 strong {
    font: normal 40px/30px 'Univers LT W01 65 Bold', 'Helvetica Neue Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
  .section-header-graphic a.btn-lg {
    padding: 9px 22px;
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .section-header-graphic div[class^=col-] {
    height: 426px;
  }
}
@media (min-width: 1200px) {
  .section-header-graphic div[class^=col-] {
    height: 500px;
  }
}
/* resets for the xs screens */
@media (max-width: 767px) {
  .section-header-graphic h1 {
    font: normal 32px/33px 'Univers LT W01 65 Bold', 'Helvetica Neue Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
  .section-header-graphic h1 strong {
    font: inherit;
  }
  .section-header-graphic img {
    display: none;
  }
  .section-header-graphic br {
    display: none;
  }
  .section-header-graphic a.btn {
    display: inline;
    margin: 0;
    border: none;
    background: transparent;
  }
}
/*
 * U4
 * Breadcrumb
 */
section.breadcrumb {
  margin: -2px 0 0 0;
  height: 60px;
  border-width: 1px 0;
  border-style: solid;
  border-top-color: #eaedef;
  border-bottom-color: #e4e6e9;
  background-color: white;
  -webkit-box-shadow: 0px 1px 5px 1px rgba(62, 62, 62, 0.15);
  box-shadow: 0px 1px 5px 1px rgba(62, 62, 62, 0.15);
}
section.breadcrumb ol.breadcrumb {
  margin-bottom: 0;
  border: 0;
  padding: 12px 0;
  font: 15px 'Univers LT W01 55 Roman', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background-color: white;
}
section.breadcrumb ol.breadcrumb li {
  display: inline;
  position: relative;
}
section.breadcrumb ol.breadcrumb > .active {
  color: #333333;
}
section.breadcrumb ol.breadcrumb > li + li:before {
  content: "";
  position: relative;
  display: inline-block;
  margin: 0 9px;
  border-color: transparent #0082cb;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  padding: 0;
  width: 0;
  height: 0;
  top: -2px;
  left: 0;
}
section.breadcrumb ol.breadcrumb li:first-child a {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  position: relative;
  float: left;
  display: block;
  width: 20px;
  height: 15px;
  background: url(../images/sprite.png) no-repeat -16px -99px;
}
@media (max-width: 767px) {
  section.breadcrumb {
    display: none;
  }
}
/*
 * U5
 * Footer
 */
footer ul {
  margin: 0;
  padding: 0;
}
footer ul li {
  margin: 0;
  padding: 0;
  display: inline;
  list-style-type: none;
}
footer .social-nav {
  padding-top: 22px;
  text-align: center;
  color: #666666;
  font-size: 15px;
  font-family: 'Univers LT W01 45 Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
footer .social-nav .content {
  border-bottom: 1px solid #cdd8e1;
}
footer .social-nav li {
  margin: 13px 10px 0 0;
}
footer .social-nav li:last-child {
  margin-right: 0;
}
footer .social-nav li a {
  position: relative;
  display: inline-block;
  padding-top: 39px;
  height: 0;
  width: 39px;
  overflow: hidden;
  background-color: #0093d0;
  border-radius: 40px;
}
footer .social-nav li a:hover {
  background-color: #005a84;
}
footer .social-nav li a:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -3px;
  left: -2px;
  width: 39px;
  height: 39px;
  background: url(../images/sprite.png) no-repeat 0 0;
}
footer .social-nav li.fb a:after {
  background-position: 0 -56px;
}
footer .social-nav li.tw a:after {
  background-position: -52px -56px;
}
footer .social-nav li.in a:after {
  background-position: -105px -56px;
}
footer .footer-nav {
  font-size: 13px;
  line-height: 64px;
}
footer .footer-nav li:after {
  content: "|";
  display: inline-block;
  margin: 0 12px 0 16px;
  color: #cdcdcd;
}
footer .footer-nav li:last-child {
  display: inline;
}
footer .footer-nav li:last-child:after {
  content: "";
  margin: 0;
}
footer .copyright {
  text-align: right;
  font-size: 11px;
  line-height: 66px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  footer .footer-nav {
    font-size: 11px;
  }
}
@media (max-width: 991px) {
  footer {
    text-align: center;
  }
  footer .footer-nav {
    padding-top: 25px;
    line-height: 20px;
  }
  footer .footer-nav a {
    white-space: nowrap;
  }
  footer .copyright {
    padding: 20px 0;
    text-align: center;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  footer {
    text-align: left;
  }
  footer .footer-nav ul {
    width: 100%;
  }
  footer .footer-nav ul li {
    float: left;
    display: block;
    width: 50%;
    margin-bottom: 2px;
  }
  footer .footer-nav ul li:after {
    display: none;
  }
  footer .footer-nav ul li a:after {
    display: none;
  }
}
/*
* Hero 1
* Rotator
*/
.hero-1-rotator {
  background-color: #eff5f5;
  position: relative;
}
.hero-1-rotator:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background-color: #e0eaef;
}
.hero-1-rotator .row {
  margin: 0;
  padding: 0;
}
.hero-1-rotator .col-md-12 {
  margin: 0;
  padding: 0;
}
.hero-1-rotator .tp-caption {
  position: absolute;
  top: 40px;
  left: 15px;
}
.hero-1-rotator .tp-caption h2 {
  margin: 0 0 4px 0;
  font: normal 30px/30px 'Univers LT W01 45 Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #0093d0;
}
.hero-1-rotator .tp-caption p {
  font: normal 20px/26px 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
  margin-bottom: 15px;
}
.hero-1-rotator .tp-caption p.tagline {
  margin-bottom: 5px;
  font: normal 50px/50px 'Univers LT W01 45 Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.hero-1-rotator .tp-caption p.tagline strong {
  font-family: 'Univers LT W01 65 Bold', 'Helvetica Neue Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 34px;
}
.hero-1-rotator .tp-caption a {
  padding: 10px 25px;
}
.hero-1-rotator .tp-caption a:hover {
  color: white;
}
.hero-1-rotator .tp-bannertimer.tp-bottom {
  height: 4px;
  background-image: url(../img/timer.png);
}
.hero-1-rotator .tp-rightarrow.default,
.hero-1-rotator .tp-leftarrow.default {
  background: url(../images/sprite.png) no-repeat -80px -180px;
  width: 26px;
  height: 26px;
}
.hero-1-rotator .tp-leftarrow.default {
  background: url(../images/sprite.png) no-repeat -54px -180px;
}
.hero-1-rotator .carousel-navigation {
  display: none;
  position: absolute;
  right: 60px;
  bottom: 20px;
  z-index: 2000;
  text-align: center;
}
.hero-1-rotator .carousel-navigation h3 {
  display: inline-block;
  padding: 0 15px;
  border-bottom: 1px solid #444444;
  font: 30px/38px 'Univers LT W01 45 Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #444444;
}
.hero-1-rotator .carousel-navigation ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.hero-1-rotator .carousel-navigation li {
  float: left;
  padding: 0 10px;
  font-size: 16px;
  cursor: pointer;
}
.hero-1-rotator .carousel-navigation li:hover {
  text-decoration: underline;
}
/* position main menu dropdowns above the loading bar */
main {
  position: relative;
  z-index: 3;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-1-rotator .tp-caption p {
    display: none;
  }
  .hero-1-rotator .tp-caption p.tagline {
    display: block;
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 40px;
  }
  .hero-1-rotator .tp-caption p.tagline strong {
    line-height: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-1-rotator .tp-caption h2 {
    margin-bottom: 0px;
    font-size: 28px;
    line-height: 32px;
  }
  .hero-1-rotator .tp-caption p {
    display: none;
  }
  .hero-1-rotator .tp-caption p.tagline {
    display: block;
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 28px;
  }
  .hero-1-rotator .tp-caption p.tagline strong {
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .hero-1-rotator .tp-caption h2 {
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 16px;
  }
  .hero-1-rotator .tp-caption p {
    display: none;
  }
  .hero-1-rotator .tp-caption p.tagline {
    display: block;
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 16px;
  }
  .hero-1-rotator .tp-caption p.tagline strong {
    line-height: 13px;
  }
  .hero-1-rotator .tp-caption .btn {
    padding: 3px 10px 3px;
    font-size: 12px;
    line-height: 12px;
  }
}
/* hide left nav arrow when mobile menu is opened*/
body[data-menu-position="open"] .tparrows {
  display: none;
}
/* column components */
/*
 * C3
 * Short Body Text
 */
.short-body-text {
  padding-bottom: 50px;
}
.short-body-text .frame {
  display: block;
  position: relative;
  padding-bottom: 15px;
}
.short-body-text .frame img {
  display: block;
  position: relative;
  z-index: 2;
}
.short-body-text .frame:before,
.short-body-text .frame:after {
  content: " ";
  position: absolute;
  z-index: 1;
  bottom: 31px;
  left: 10px;
  width: 49%;
  height: 20%;
  max-width: 300px;
  max-height: 100px;
  -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.short-body-text .frame:after {
  right: 10px;
  left: auto;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg);
}
.short-body-text h3 {
  color: #0093d0;
  font: normal 20px/25px 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
  margin: 10px 0;
}
.short-body-text p {
  font: normal 16px/24px 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
  margin-bottom: 20px;
}
.short-body-text p.sml {
  font-size: 14px;
}
@media (max-width: 767px) {
  .short-body-text {
    padding-bottom: 20px;
  }
  .short-body-text h3 {
    margin-top: 0;
  }
  .short-body-text .btn {
    display: none;
  }
}
.health-tools {
  padding: 40px 0 0 0;
}
.health-tools .row {
  padding: 40px 0 0;
}
.health-tools .row hr {
  clear: both;
  margin: 0 15px;
  border-top-color: #d0dde8;
}
.health-tools .row:last-child hr {
  display: none;
}
.health-tools h2 {
  font: normal 40px/40px 'Univers LT W01 55 Roman', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .health-tools {
    padding-top: 7px;
    border-bottom: 1px solid #d0dde8;
  }
  .health-tools h2 {
    font: normal 30px/30px 'Univers LT W01 55 Roman', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin-bottom: 20px;
  }
  .health-tools .row {
    padding: 0;
  }
  .health-tools .row hr {
    display: none;
  }
}
/*
 * C5
 * modal MyBlue Login
 */
.modal-content {
  border-radius: 0;
  border: 1px solid #dde4ea;
  -webkit-box-shadow: 0px 0px 5px 3px rgba(62, 62, 62, 0.15);
  box-shadow: 0px 0px 5px 3px rgba(62, 62, 62, 0.15);
}
.modal-header {
  border-bottom: 0;
  padding: 30px 40px 0;
}
.modal-header h4 {
  font: 32px 'Univers LT W01 45 Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #666666;
}
.modal-header .close {
  margin: -15px -20px 0 0;
  opacity: 1;
  font-size: 25px;
  color: #babec0;
}
.modal-header .close:hover,
.modal-header .close:focus {
  opacity: .8;
}
.modal-body {
  padding: 15px 40px;
}
.modal-body label {
  margin-bottom: 10px;
  font: bold 13px 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
}
.modal-body .form-control {
  height: 40px;
}
.modal-body .btn-fep-primary {
  padding: 13px 30px;
  font: 14px 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
}
.modal-body .login-recovery {
  font: 14px 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
}
.modal-footer {
  padding: 10px 40px;
  font: 14px 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
  text-align: left;
  color: #666666;
  background-color: #ecf5fa;
  border-color: #dde4ea;
}
.modal-footer p {
  margin-bottom: 0;
}
#mybluelogin .modal-dialog {
  width: 454px;
}
/*order brochure modal*/
#order-brochure .modal-dialog {
  width: 900px;
}
#order-brochure .modal-dialog .modal-header {
  padding: 60px 60px 0;
}
#order-brochure .modal-dialog .modal-body {
  padding: 30px 100px 60px 60px;
}
#order-brochure .modal-dialog .close {
  margin: -40px -33px 0 0;
}
#order-brochure .modal-dialog h4 {
  margin-bottom: 10px;
  font-weight: normal;
}
#order-brochure .modal-dialog p {
  font-size: 14px;
}
#order-brochure .modal-dialog p strong {
  color: #0093d0;
}
#order-brochure .modal-dialog .legend {
  font-size: 19px;
  line-height: 22px;
  color: #0093d0;
}
#order-brochure .modal-dialog .legend span {
  position: relative;
  margin-right: 10px;
  padding-right: 10px;
  font-weight: bold;
}
#order-brochure .modal-dialog .legend span:after {
  content: "";
  position: absolute;
  right: 0;
  top: -4px;
  height: 50px;
  border-left: 1px solid #0093d0;
}
#order-brochure .modal-dialog .fieldset {
  margin-bottom: 40px;
}
#order-brochure .modal-dialog .form-group {
  margin-bottom: 25px;
}
#order-brochure .modal-dialog .form-group.row {
  margin: 0 -5px 35px;
}
#order-brochure .modal-dialog .form-group.row div[class^="col-md-"] {
  padding: 0 5px;
}
#order-brochure .modal-dialog label {
  display: block;
  font-size: 16px;
  font-weight: normal;
}
#order-brochure .modal-dialog input[type="text"] {
  width: 100%;
}
#order-brochure .modal-dialog .styled-select {
  position: relative;
  border: 1px solid #cccccc;
  border-radius: 4px;
  height: 35px;
  line-height: 35px;
}
#order-brochure .modal-dialog .styled-select:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 10px;
  margin-top: -6px;
  border-top: 11px solid #c7c7c7;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}
#order-brochure .modal-dialog .styled-select .text {
  position: absolute;
  top: 0;
  left: 10px;
}
#order-brochure .modal-dialog .styled-select select {
  width: 100%;
  height: 35px;
  line-height: 35px;
}
@media (max-width: 768px) {
  #mybluelogin .modal-dialog {
    width: auto;
  }
}
@media (max-width: 992px) {
  #order-brochure .modal-dialog {
    width: auto;
  }
  #order-brochure .modal-dialog .form-group div[class^="col-md-"] {
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  #order-brochure .modal-dialog {
    width: auto;
  }
  #order-brochure .modal-dialog .modal-header {
    padding: 30px 30px 0;
  }
  #order-brochure .modal-dialog .modal-header h4 {
    font-size: 30px;
  }
  #order-brochure .modal-dialog .modal-body {
    padding: 0 30px 30px;
  }
  #order-brochure .modal-dialog .close {
    margin: -20px -15px 0 0;
  }
  #order-brochure .modal-dialog p.legend {
    display: none;
  }
  #order-brochure .modal-dialog .fieldset {
    margin-bottom: 0;
  }
  #order-brochure .modal-dialog .form-group.row {
    margin: 0 -5px 15px;
  }
  #order-brochure .modal-dialog .form-group.row div[class^="col-md-"] {
    margin-bottom: 25px;
  }
}
/* page components */
/*
 * P3A
 * Lead Features
 */
.lead-features {
  padding: 30px 0;
  border-bottom: 1px solid #dadada;
  text-align: center;
}
.lead-features.lead-img h2 {
  margin-top: 0;
}
.lead-features.lead-img div[class^=col-] {
  padding-bottom: 0;
  margin-bottom: 0;
  border-right: 0;
}
.lead-features .row {
  overflow: hidden;
}
.lead-features div[class^=col-] {
  padding-bottom: 99999px;
  margin-bottom: -99999px;
  border-right: 1px solid #e4e8eb;
}
.lead-features div[class^=col-]:last-child {
  border-right: 0;
}
.lead-features h2 {
  font: 40px/43px 'Univers LT W01 65 Bold', 'Helvetica Neue Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
}
.lead-features h2 span {
  font-family: 'Univers LT W01 45 Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.lead-features h2 a:hover {
  text-decoration: none;
}
.lead-features p {
  font: 16px/24px 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
}
@media (max-width: 768px) {
  .lead-features div[class^=col-] {
    border-right: 0;
  }
}
@media (max-width: 991px) {
  .lead-features {
    text-align: left;
  }
  .lead-features h2 {
    font: 32px/34px 'Univers LT W01 65 Bold', 'Helvetica Neue Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
}
@media (max-width: 767px) {
  .lead-features.lead-img h2 {
    margin-top: 20px;
  }
  .lead-features h2 {
    font: 26px/28px 'Univers LT W01 65 Bold', 'Helvetica Neue Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
}
/*
 * P4
 * Wide Body Text
 */
.wide-body-text {
  padding: 60px 0;
}
.wide-body-text.with-border-bottom {
  border-bottom: 1px solid #dadada;
}
.wide-body-text h2 {
  margin: 0 0 15px 0;
  color: #0093d0;
  font: normal 40px/40px 'Univers LT W01 65 Bold', 'Helvetica Neue Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.wide-body-text h3 {
  margin: 0 0 15px 0;
  font: normal 22px/24px 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
}
.wide-body-text p {
  font: normal 16px/24px 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
}
@media (min-width: 768px) and (max-width: 991px) {
  .wide-body-text h2 {
    font-size: 32px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .wide-body-text {
    padding: 30px 0;
  }
  .wide-body-text h2 {
    font-size: 26px;
    line-height: 32px;
  }
  .wide-body-text img {
    display: none;
  }
}
/*
 * P5
 * Body Features
 */
.body-features {
  border-bottom: 1px solid #dedede;
  padding: 60px 0;
}
.body-features.with-border-bottom {
  border-bottom: 1px solid #dadada;
}
.body-features img {
  margin-bottom: 20px;
}
.body-features h3 {
  margin: 0 0 15px 0;
  font: normal 22px/24px 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
}
.body-features p {
  font: normal 16px/24px 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
}
@media (max-width: 767px) {
  .body-features {
    padding: 30px 0;
  }
  .body-features div[class^="col-"] {
    margin-bottom: 20px;
  }
  .body-features div[class^="col-"]:last-child {
    margin-bottom: 0;
  }
  .body-features img {
    display: none;
  }
}
/*
 * P6
 * Body Overview
 */
.body-overview {
  padding: 60px 0;
  border-bottom: 1px solid #dadada;
  background: #ecf5fa;
}
.body-overview.right-config {
  background: #f7f7f7;
}
.body-overview:last-child {
  border-bottom: 0;
}
.body-overview h2 {
  color: #0093d0;
  font: 40px/43px 'Univers LT W01 65 Bold', 'Helvetica Neue Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 0 0 10px 0;
}
.body-overview h3 {
  margin: 0 0 10px;
  font: normal 22px/22px 'Univers LT W01 55 Roman', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.body-overview h4 {
  margin: 0 0 10px;
  font: normal 20px/20px 'Univers LT W01 55 Roman', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.body-overview p {
  margin-bottom: 30px;
}
.body-overview section {
  margin-bottom: 30px;
}
.body-overview section p {
  margin-bottom: 7px;
}
.body-overview section .arrow {
  font: 16px 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
}
.body-overview .info {
  margin-top: 16px;
  padding: 20px;
  background: white;
}
.body-overview .info h2 {
  margin-top: 5px;
  font: normal 20px/20px 'Univers LT W01 55 Roman', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.body-overview .info p {
  font: normal 14px/21px 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
  margin-bottom: 12px;
}
.body-overview .info .col-sm-8 a {
  font: normal 14px/20px 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
  float: left;
  padding: 0;
}
.body-overview .info .col-sm-8 a:after {
  display: inline-block;
  position: relative;
  left: 5px;
  top: -1px;
}
.body-overview .anchor {
  display: block;
  height: 155px;
  margin-top: -155px;
  visibility: hidden;
}
@media (max-width: 991px) {
  .body-overview h2 {
    font: 32px/34px 'Univers LT W01 65 Bold', 'Helvetica Neue Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
  .body-overview .anchor {
    height: 10px;
    margin-top: -10px;
  }
}
@media (max-width: 767px) {
  .body-overview {
    padding: 30px 0;
  }
  .body-overview h2 {
    font: 26px/32px 'Univers LT W01 65 Bold', 'Helvetica Neue Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
  .body-overview .btn {
    width: 100%;
    display: block;
  }
}
/*
 * P7
 * Bullet Points
 */
.bullet-points {
  padding: 60px 0;
}
.bullet-points.with-border-bottom {
  border-bottom: 1px solid #dadada;
}
.bullet-points h2 {
  margin: 0 0 15px 0;
  color: #0093d0;
  font: normal 40px/40px 'Univers LT W01 65 Bold', 'Helvetica Neue Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.bullet-points ul {
  padding-left: 20px;
  font: normal 16px/24px 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
}
.bullet-points ul li {
  position: relative;
  list-style-type: none;
}
.bullet-points ul li:before {
  content: "";
  position: absolute;
  left: -14px;
  top: 6px;
  display: block;
  height: 0;
  width: 0;
  border-color: transparent #0093d0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .bullet-points h2 {
    font-size: 32px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .bullet-points {
    padding: 30px 0;
  }
  .bullet-points h2 {
    font-size: 26px;
    line-height: 32px;
  }
  .bullet-points img {
    display: none;
  }
}
/*
 * P8
 * Chart Feature
 */
.chart-feature {
  padding: 30px 0;
  border-bottom: 1px solid #dedede;
}
.chart-feature h2 {
  margin: 5px 0 10px;
  font: 40px/43px 'Univers LT W01 65 Bold', 'Helvetica Neue Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #444546;
}
.chart-feature .table-curved {
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 0 0 10px 10px;
  margin-bottom: 0;
  font: 20px/24px 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
  background-color: white;
}
.chart-feature .table-curved caption {
  padding: 8px 20px;
  font: 27px/34px 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
  text-align: left;
  color: white;
  background-color: #0093d0;
  border-radius: 10px 10px 0 0;
}
.chart-feature .table-curved caption strong {
  font: 27px/34px 'Univers LT W01 65 Bold', 'Helvetica Neue Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.chart-feature .table-curved .code-block {
  float: left;
  margin: 7px 10px 0;
  font: 14px/16px 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
}
.chart-feature .table-curved .code-block span {
  display: block;
  font-size: 12px;
}
.chart-feature .table-curved .price {
  position: relative;
  float: left;
  margin-top: 10px;
  padding-left: 12px;
  font: 30px/32px 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
}
.chart-feature .table-curved .price span {
  font-size: 21px;
  position: absolute;
  left: 0;
  top: -2px;
}
.chart-feature .table-curved td,
.chart-feature .table-curved th {
  padding: 30px 5px;
  border-top: 0;
  font-weight: normal;
  /* background: url(../img/divider.png) no-repeat center bottom; */
}
.chart-feature .table-curved tr th:first-child,
.chart-feature .table-curved tr td:first-child {
  padding-left: 20px;
  width: 36%;
  border-left: 3px solid #0093d0;
  font: 20px 'Univers LT W01 65 Bold', 'Helvetica Neue Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  /* background: url(../img/divider.png) no-repeat left bottom; */
}
.chart-feature .table-curved tr th:last-child,
.chart-feature .table-curved tr td:last-child {
  border-right: 3px solid #0093d0;
  /* background: url(../img/divider.png) no-repeat right bottom; */
}
.chart-feature .table-curved tr:last-child th,
.chart-feature .table-curved tr:last-child td {
  border-bottom: 3px solid #0093d0;
  background: none;
}
.chart-feature .table-curved tr:last-child th:first-child,
.chart-feature .table-curved tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
}
.chart-feature .table-curved tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}
.chart-feature .table-curved hr {
  margin: 0;
  border-color: #dedede;
}
.chart-feature .comparison th,
.chart-feature .comparison td {
  padding: 20px 10px;
  vertical-align: middle;
  text-align: center;
}
.chart-feature .comparison tr:first-child th,
.chart-feature .comparison tr:first-child td {
  padding: 10px;
  color: #0093d0;
}
.chart-feature .comparison tr th:first-child,
.chart-feature .comparison tr td:first-child {
  text-align: left;
}
.chart-feature .comparison tbody tr:first-child th:nth-of-type(even),
.chart-feature .comparison tbody tr td:nth-of-type(odd) {
  /* background: #ecf5fa url(../img/divider.png) no-repeat center bottom; */
}
.chart-feature .comparison .pricebox {
  display: inline-block;
  margin: 0 auto 8px;
}
.chart-feature .comparison .pricebox .price {
  margin-top: 4px;
}
.chart-feature .comparison .cat-num {
  margin-bottom: 5px;
  display: block;
  color: #0093d0;
  text-align: left;
  font: bold 16px/28px 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
}
.chart-feature hr {
  margin: 40px 0;
  border-color: #dedede;
}
@media (max-width: 1199px) {
  .chart-feature h2 {
    margin-top: 10px;
    font: 32px/36px 'Univers LT W01 65 Bold', 'Helvetica Neue Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
  .chart-feature .table-curved tr th:first-child,
  .chart-feature .table-curved tr td:first-child {
    font: 18px 'Univers LT W01 65 Bold', 'Helvetica Neue Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    vertical-align: middle;
  }
  .chart-feature .table-curved .price {
    font: 26px/32px 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
  }
  .chart-feature .table-curved .price span {
    font-size: 19px;
  }
  .chart-feature .comparison tr:first-child td {
    font: 18px/20px 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
  }
}
@media (max-width: 991px) {
  .chart-feature h2 {
    margin-top: 10px;
  }
  .chart-feature .table-curved tr th:first-child,
  .chart-feature .table-curved tr td:first-child {
    width: 45%;
    font: 18px 'Univers LT W01 65 Bold', 'Helvetica Neue Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
  .chart-feature .table-curved .code-block {
    margin-left: 0;
    width: 100%;
  }
  .chart-feature .table-curved .price {
    margin-top: 5px;
  }
  .chart-feature .comparison tr td:first-child {
    width: 30%;
  }
  .chart-feature .comparison .code-block {
    margin: 7px 0 0 10px;
    width: auto;
  }
}
@media (max-width: 767px) {
  .chart-feature h2 {
    font: 26px/25px 'Univers LT W01 65 Bold', 'Helvetica Neue Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
  .chart-feature .table-curved caption {
    font: 18px/23px 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
  }
  .chart-feature .table-curved caption strong {
    font: 18px/23px 'Univers LT W01 65 Bold', 'Helvetica Neue Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
  .chart-feature .table-curved .price {
    font: 16px 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
  }
  .chart-feature .table-curved .price span {
    left: 3px;
    top: -1px;
    font-size: 13px;
  }
}
@media (max-width: 450px) {
  .chart-feature .table-curved th,
  .chart-feature .table-curved td {
    padding: 10px;
  }
  .chart-feature .table-curved tr th:first-child,
  .chart-feature .table-curved tr td:first-child {
    width: auto;
    font: 12px 'Univers LT W01 65 Bold', 'Helvetica Neue Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
  .chart-feature .comparison tr:first-child th,
  .chart-feature .comparison tr:first-child td {
    font-size: 14px;
  }
  .chart-feature .comparison .pricebox {
    display: inline-block;
    margin: 0 auto 4px;
  }
  .chart-feature .comparison .pricebox .price {
    margin-top: 0;
  }
  .chart-feature .comparison .code-block {
    margin: 5px 10px 0;
    font: 12px/14px 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
  }
  .chart-feature .comparison .code-block span {
    display: block;
    font-size: 10px;
  }
  .chart-feature .comparison .cat-num {
    margin-bottom: 2px;
    font: bold 12px/18px 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
  }
  .chart-feature .comparison hr {
    margin-bottom: 4px;
  }
}
/*
 * P9a
 * Cross Promo
 */
.cross-promo .promo-box {
  border-radius: 5px;
  background: white;
  margin: 0;
  box-shadow: 0 0 3px #d0d0d0;
}
.cross-promo .promo-box .panel-body {
  padding: 35px;
}
.cross-promo .promo-box hr {
  margin: 0 35px;
}
.cross-promo .promo-box h2 {
  font-weight: normal;
  margin-top: 10px;
}
/*
 * P11
 * Article Copy
 */
.left-col {
  padding-top: 40px;
}
.left-col h1 {
  margin: 0 0 10px;
  color: #0093d0;
  font: 40px/43px 'Univers LT W01 65 Bold', 'Helvetica Neue Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.left-col p {
  margin-bottom: 30px;
}
.left-col .gallery-display {
  margin-bottom: 45px;
}
.left-col .image-display img {
  display: none;
  border: 1px solid #dddddd;
}
.left-col .image-display img.first {
  display: block;
}
.left-col .gallery-display .thumbs .thumb {
  padding-bottom: 16px;
}
.left-col .gallery-display .thumbs img {
  border: 1px solid #dddddd;
}
.two-columns {
  overflow: hidden;
  margin-bottom: 30px;
}
.right-col {
  margin-top: 40px;
  padding-bottom: 99999px;
  margin-bottom: -99999px;
  border-left: 1px solid #e4e8eb;
  padding-left: 20px;
}
.right-col .short-body-text:last-child {
  padding-bottom: 0;
}
.right-col h2:first-child {
  margin: 0 0 25px;
  font: normal 24px/28px 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .gallery-display .thumbs {
    display: none;
  }
}
@media (max-width: 991px) {
  .gallery-display .thumbs {
    display: none;
  }
  .two-columns-container {
    border-bottom: 1px solid #dedede;
  }
}
@media (max-width: 767px) {
  .two-columns {
    margin-bottom: 0;
  }
  .right-col {
    margin: 30px 0 0;
    border: 0;
    padding: 30px 15px 20px;
    background-color: #ecf5fa;
  }
}
/*
 * P12
 * List With Images
 */
.list-with-images {
  padding: 0;
  background: #ecf5fa;
  border-bottom: 1px solid #d0dde8;
}
.list-with-images .row {
  padding: 40px 0;
  border-bottom: 1px solid #dde4ea;
}
.list-with-images .row:last-child {
  border-bottom: 0;
}
.list-with-images img {
  border: 1px solid #d9dcde;
  -webkit-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
}
.list-with-images h2 {
  margin: 0 0 10px;
  color: #0093d0;
  font: 34px/36px 'Univers LT W01 55 Roman', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.list-with-images .date {
  margin: 0 0 10px;
  color: #666666;
  font: 14px/30px 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
}
.list-with-images .more {
  font: 16px/19px 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
}
.list-with-images .ajax-loader {
  display: none;
  margin-bottom: 20px;
  border: none;
}
@media (max-width: 991px) {
  .list-with-images h2 {
    font: 32px/34px 'Univers LT W01 55 Roman', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
}
@media (max-width: 767px) {
  .list-with-images {
    margin-top: -90px;
  }
  .row {
    padding: 20px 0;
  }
  h2 {
    font: 26px/32px 'Univers LT W01 55 Roman', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
}
/*
 * U3
 * Section Navigation
 */
.sub-nav {
  padding: 0 0 3px 0;
  border-bottom: 1px solid #dadada;
  -webkit-box-shadow: inset 0px -2px 3px rgba(50, 50, 50, 0.12);
  box-shadow: inset 0px -2px 3px rgba(50, 50, 50, 0.12);
}
.sub-nav .col-sm-12 {
  height: 70px;
}
.sub-nav ul.nav-tabs {
  display: inline-block;
  border: 0;
}
.sub-nav ul.nav-tabs li {
  float: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.sub-nav ul.nav-tabs li a,
.sub-nav ul.nav-tabs li span {
  display: block;
  position: relative;
  z-index: 10;
  margin: 0;
  padding: 0 35px;
  border: 0;
  font: 18px 'Univers LT W01 55 Roman', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 70px;
  color: #444546;
  cursor: pointer;
}
.sub-nav ul.nav-tabs li a:hover,
.sub-nav ul.nav-tabs li span:hover {
  border: 0;
  background: none;
}
.sub-nav ul.nav-tabs li:hover a,
.sub-nav ul.nav-tabs li.active a,
.sub-nav ul.nav-tabs li:hover span,
.sub-nav ul.nav-tabs li.active span {
  color: #0093d0;
}
.sub-nav ul.nav-tabs li.active:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: -16px;
  margin-left: -14px;
  width: 28px;
  background: url(../images/sprite.png) 0 -180px no-repeat;
  height: 18px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sub-nav ul.nav-tabs li a {
    padding: 0 15px;
    font-size: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sub-nav ul.nav-tabs li a {
    padding: 0 15px;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .sub-nav {
    padding: 0 0 3px 0;
    border-bottom: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #ecf5fa;
  }
  .sub-nav .col-sm-12 {
    margin-top: 30px;
  }
  .dropdown {
    display: block;
    margin: 0 auto;
    padding: 0 15px;
    background: #0093d0;
    text-align: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  a.dropdown-toggle {
    display: block;
    color: #ffffff;
    font: 18px/43px 'Univers LT W01 45 Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-decoration: none;
  }
  .dropdown-toggle:hover {
    text-decoration: none;
  }
  .dropdown-toggle .caret {
    float: right;
    margin-top: 18px;
  }
  .dropdown-menu {
    width: 100%;
    margin: 0;
  }
  .dropdown-menu li {
    border-bottom: 1px solid #dde4ea;
  }
  .dropdown-menu li:last-child {
    border: none;
  }
  .dropdown-menu li span,
  .dropdown-menu li a {
    display: block;
    padding: 3px 20px;
    font: 16px/30px 'Univers LT W01 45 Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #0093d0;
    cursor: pointer;
  }
}
/*
 * C7B
 * Download Form
 */
.download-form {
  background-color: #ecf5fa;
  border-bottom: 1px solid #dadada;
  -webkit-box-shadow: 0px 2px 3px rgba(50, 50, 50, 0.12);
  box-shadow: 0px 2px 3px rgba(50, 50, 50, 0.12);
}
.download-form h2 {
  font: 40px/43px 'Univers LT W01 45 Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 50px 0 10px;
}
.download-form .df-content .row {
  padding: 30px 0 20px;
  border-bottom: 1px solid #dde4ea;
}
.download-form .df-content .row.last {
  border: none;
}
.download-form h3 {
  margin: 0 0 5px;
  font: 20px/25px 'Univers LT W01 45 Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.download-form h3 a {
  color: #0093d0;
}
.download-form p {
  margin-bottom: 8px;
  font: 16px/24px 'Univers LT W01 55 Roman', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #444546;
}
.download-form span.small-text {
  display: block;
  font: 14px/24px 'Univers LT W01 45 Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #666666;
}
.download-form .download-doc {
  float: left;
  margin-right: 10px;
  min-width: 175px;
}
.download-form a {
  display: block;
  padding-bottom: 10px;
}
.download-form a.download-pdf {
  position: relative;
  float: left;
  margin-right: 10px;
  padding-left: 30px;
  font: 14px/25px 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
}
.download-form .download-pdf:before {
  position: absolute;
  top: 6px;
  left: 0px;
  content: "";
  display: inline-block;
  width: 21px;
  height: 26px;
  overflow: hidden;
  background: url(../images/sprite.png) 0 -220px no-repeat;
}
.download-form span.size {
  float: left;
  margin-left: -2px;
  font-size: 12px;
  line-height: 25px;
  color: #333333;
}
.download-form .img {
  float: left;
  margin: -6px 15px 0 0;
  min-width: 110px;
}
.download-form img.icon {
  float: left;
  margin-top: 3px;
}
.download-form .dropdown {
  position: relative;
  left: 30px;
  font: 14px/30px 'Univers LT W01 45 Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  width: 180px;
  max-width: 180px;
}
.download-form .dropdown .dropdown-toggle {
  padding: 0 10px;
  border: 1px solid #0093d0;
  border-radius: 4px;
  font: 14px/30px 'Univers LT W01 45 Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #888888;
  background-color: white;
}
.download-form .dropdown .dropdown-toggle:hover {
  color: white;
  background-color: #005a84;
}
.download-form .dropdown .dropdown-toggle .caret {
  float: right;
  margin-top: 13px;
  color: #0093d0;
  border-width: 6px 6px 0 6px;
}
.download-form .dropdown .dropdown-menu {
  margin: 0;
  border: 1px solid #d4dce2;
  width: 100%;
  padding: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.download-form .dropdown .dropdown-menu > li > a {
  display: block;
  padding: 0 10px;
  border-top: 1px solid #d4dce2;
  line-height: 30px;
  color: #888888;
}
.download-form .dropdown .dropdown-menu > li > a:hover {
  color: #0093d0;
}
.download-form .dropdown .dropdown-menu > li:first-child a {
  border-top: none;
}
.download-form .dropdown.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .download-form {
    margin-top: -60px;
  }
  .download-form h2 {
    display: none;
  }
  .download-form p {
    display: none;
  }
  .download-form .img {
    display: none;
  }
  .download-form .dropdown {
    margin: 0;
    padding: 0;
    max-width: 220px;
  }
}
/*
 * CM10
 * Location List
 */
.cm10-location-list {
  padding: 40px 0;
  border-bottom: 1px solid #f1f1f1;
  background: white;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
}
.cm10-location-list ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 767px) {
  .cm10-location-list {
    padding: 40px 0 0;
    border-bottom: none;
    background-color: #ecf5fa;
  }
  .cm10-location-list .dropdown-menu {
    height: 279px;
    overflow: auto;
  }
}
/*
 * CM11
 * Location Result
 */
.cm11-location-results {
  padding: 60px 0;
  background: #ecf5fa;
  border-bottom: 1px solid #d0dde8;
}
.cm11-location-results h2 {
  color: #0093d0;
  font: normal 20px/25px 'Univers LT W01 45 Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 0 0 5px;
}
.cm11-location-results p {
  font: normal 16px/24px 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
}
.cm11-location-results hr {
  margin: 30px 0 40px;
}
.cm11-location-results .external {
  position: relative;
  font: normal 16px/24px 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
  padding-right: 20px;
}
.cm11-location-results .external:after {
  display: block;
  content: ' ';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 14px;
  height: 14px;
  overflow: hidden;
  background: url(../images/sprite.png) -43px -102px;
}
@media (max-width: 767px) {
  .cm11-location-results {
    padding-top: 40px;
  }
  hr {
    display: none;
  }
  .cm11-result .container .row div[class^=col-] {
    padding-bottom: 30px;
  }
  .cm11-result .container .row:last-child div[class^=col-] {
    padding-bottom: 30px;
  }
  .cm11-result .container .row:last-child div[class^=col-]:last-child {
    padding-bottom: 0;
  }
}
/*
 * PX
 * ? List with Icons
 */
.list-with-icons {
  background-color: #ecf5fa;
  border-bottom: 1px solid #dadada;
  padding: 40px 0 15px;
}
.list-with-icons .icon {
  float: left;
  margin-right: -80px;
  width: 70px;
}
.list-with-icons .copy {
  float: left;
  padding-left: 100px;
  width: 90%;
}
.list-with-icons h2 {
  font-size: 20px;
  line-height: 25px;
  margin-top: 0;
}
.list-with-icons p {
  margin-bottom: 25px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .list-with-icons .icon {
    width: 60px;
  }
  .list-with-icons .copy {
    padding-left: 85px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .list-with-icons .icon {
    width: 45px;
  }
  .list-with-icons .copy {
    padding-left: 65px;
  }
}
@media (max-width: 767px) {
  .list-with-icons .icon {
    display: none;
  }
  .list-with-icons .copy {
    padding-left: 0;
  }
}
/*
 *
 * Newsletter Sign Up
 */
.newsletter-signup-fep {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #d0d0d0;
}
.newsletter-signup-fep .form-group {
  margin-right: 10px;
}
.newsletter-signup-fep label.control-label {
  margin-bottom: 0;
  font: 22px/24px 'Univers LT W01 45 Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.newsletter-signup-fep input {
  min-width: 250px;
  border-radius: 50px;
  font: 16px 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
}
.newsletter-signup-fep ::-webkit-input-placeholder {
  font-style: italic;
}
.newsletter-signup-fep :-moz-placeholder {
  font-style: italic;
}
.newsletter-signup-fep ::-moz-placeholder {
  font-style: italic;
}
.newsletter-signup-fep :-ms-input-placeholder {
  font-style: italic;
}
@media (max-width: 1199px) {
  .newsletter-signup-fep label.control-label {
    font: 19px/21px 'Univers LT W01 45 Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
}
@media (max-width: 991px) {
  .newsletter-signup-fep label.control-label {
    margin-bottom: 15px;
    font: 19px/21px 'Univers LT W01 45 Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
}
@media (max-width: 767px) {
  .newsletter-signup-fep label.control-label {
    margin-bottom: 0;
    font: 18px/21px 'Univers LT W01 45 Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
  .newsletter-signup-fep input {
    min-width: 100%;
  }
  .newsletter-signup-fep .form-group:last-child {
    margin-bottom: 0;
  }
}
/* special components */
/*
 * s1
 * Back to Top
 */
#topcontrol {
  z-index: 9999;
}
#topcontrol .back-to-top {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  background: url(../images/sprite.png) no-repeat 0 -120px;
}
#topcontrol .back-to-top:hover {
  background-position: -40px -120px;
}
