@import url("//netdna.bootstrapcdn.com/bootstrap/3.0.0-rc2/css/bootstrap-glyphicons.css");
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
#zoneStrips {
  padding-top: 15px;
  /*# Iframes in content #*/
}
#zoneStrips.noBanner {
  padding-top: 104px;
}
#zoneStrips table {
  font-size: 15px;
  width: 100% !important;
  border-collapse: collapse;
  border-style: hidden;
  margin: 20px 0;
}
#zoneStrips table > thead > tr > th,
#zoneStrips table > tbody > tr > th {
  /*border-bottom-width:2px;*/
}
#zoneStrips table td,
#zoneStrips table th {
  border: 1px solid #cccccc;
}
#zoneStrips .iframeWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
#zoneStrips .iframeWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*---------------------------------*/
/*# Carousel                      #*/
/*---------------------------------*/
.carousel-indicators {
  bottom: 0px;
}
.carousel-control.left,
.carousel-control.right {
  background-image: none;
  display: inline-block;
  min-height: 100%;
  vertical-align: middle;
  width: 5%;
}
.carousel-control.left span,
.carousel-control.right span {
  width: 37px;
  height: 46px;
  display: block;
  position: absolute;
  top: 48%;
}
.carousel-control.left .carouselPrev {
  background: url("/images/arrows/prev.png") no-repeat center center;
  left: 20px;
}
.carousel-control.right .carouselNext {
  background: url("/images/arrows/next.png") no-repeat center center;
  right: 20px;
}
.hero {
  background-attachment: scroll;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
.hero .textOverlay {
  color: white;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 140px;
  text-align: center;
}
.hero .Title {
  font-size: 40px;
  line-height: 40px;
  font-weight: 100;
  text-shadow: 0px 0px 15px #555;
}
.hero .Title b {
  font-weight: 700;
}
.hero .Title ~ .subTitle {
  margin-top: 30px;
}
.hero .Title:empty ~ .subTitle {
  margin-top: 0;
}
.hero .Title ~ .subTitle:empty {
  margin-top: 0px;
}
.hero .subTitle {
  font-size: 22px;
}
.hero .carouselLink a {
  color: white;
  cursor: pointer;
  font-size: 16px;
}
.hero .carouselLink btn {
  margin-bottom: 0;
}
.carousel-inner .item {
  height: 100%;
}
.pageItemCarousel.carousel-inner {
  /*height: 342px;*/
}
.pageItemCarousel.carousel-inner .hero {
  background-position: center bottom;
}
.pageItemCarousel.carousel-inner .hero .Title {
  font-size: 65px;
  line-height: 65px;
}
.bannerScrollContainer {
  position: relative;
}
#Home #bannerScroll {
  background-image: url(/images/layout/Scroll.png);
  background-repeat: no-repeat;
  bottom: -30px;
  cursor: pointer;
  height: 102px;
  right: 0%;
  opacity: 1;
  overflow: hidden;
  padding-top: 0;
  position: absolute;
  -webkit-transition: opacity 300ms ease 0s;
  -moz-transition: opacity 300ms ease 0s;
  -o-transition: opacity 300ms ease 0s;
  transition: opacity 300ms ease 0s;
  width: 134px;
  z-index: 900;
}
.SelectedPrev,
.UnselectedPrev,
.SelectedNext,
.UnselectedNext,
.SelectedPage,
.UnselectedPage {
  margin-bottom: 30px;
  margin-top: 25px;
}
.videoBanner .textOverlay {
  background-image: url(/images/layout/video-banner-overlay.png);
  background-repeat: repeat;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
video#bgvid {
  background-position: none;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  width: auto;
}
/*---------------------------------*/
/*# stripNewsCarousel             #*/
/*---------------------------------*/
.stripNewsCarouselBox {
  border: 1px solid #cccccc;
  height: 350px;
  overflow: hidden;
}
.stripNewsCarouselBox .carousel-indicators {
  bottom: auto;
  left: 43%;
  margin: 0;
  text-align: left;
  top: 25px;
}
.stripNewsCarouselBox .carousel-indicators li {
  background-color: #cccccc;
  border: none;
}
.stripNewsCarouselBox .carousel-indicators li:before {
  display: none;
}
.stripNewsCarouselBox .carousel-indicators li.active {
  background-color: #999999;
  height: 10px;
  width: 10px;
}
.stripNewsCarouselBox .newsCarouselImage {
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
}
.stripNewsCarouselBox .title {
  color: #0068a6;
  display: block;
  font-size: 30px;
  line-height: 35px;
  margin-top: 58px;
  margin-bottom: 20px;
}
.stripNewsCarouselBox .content {
  margin-bottom: 16px;
}
.stripNewsCarouselBox .link {
  color: #0068a6;
  display: block;
  font-weight: 700;
  margin-bottom: 16px;
}
/*------------------------*/
/*# Accordion            #*/
/*------------------------*/
.accordionPanel {
  padding: 40px 0;
}
.accordionPanel .panel.panel-default {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  border-radius: 0;
}
.accordionPanel .panel.panel-default > .panel-heading {
  padding: 20px 15px;
}
.accordionPanel .panel.panel-default > .panel-heading h4 a {
  color: #134371;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  width: 100%;
  padding-right: 30px;
  position: relative;
}
.accordionPanel .panel.panel-default > .panel-heading h4 a span {
  font-size: 15px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.accordionPanel .panel.panel-default > .panel-heading h4 a span:before {
  content: "\e114";
}
.accordionPanel .panel.panel-default > .panel-heading h4 a:hover {
  color: #e39f23;
}
.accordionPanel .panel.panel-default > .panel-heading.active h4 a {
  color: #e39f23;
}
.accordionPanel .panel.panel-default > .panel-heading.active h4 a span:before {
  content: "\e113";
}
.accordionPanel .panel.panel-default .panel-body {
  padding: 10px 15px 15px !important;
}
.accordionPanel .glyphicon {
  float: right;
  margin-right: 10px;
}
.panel-default > .panel-heading + .panel-collapse .panel-body,
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top-color: transparent;
  border-top: 0 none;
  padding: 0;
}
/*--------------------------------------------------*/
/*# Strips                                         #*/
/*--------------------------------------------------*/
.strip {
  padding-top: 30px;
}
.strip:before,
.strip:after {
  content: " ";
  display: table;
}
.strip:after {
  clear: both;
}
.strip:before,
.strip:after {
  content: " ";
  display: table;
}
.strip:after {
  clear: both;
}
.strip h1 {
  margin-top: 40px;
}
.strip h2 {
  font-size: 28px;
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: 300;
  color: black;
  margin-bottom: 25px;
}
.strip ul li:before {
  color: #333333;
  top: -1px;
}
.strip .stripBorder:first-of-type:before {
  border-top: 1px solid #cccccc;
  margin: 0 auto;
  padding-bottom: 20px;
  width: 83.34%;
}
.strip:first-of-type .stripBorder:before,
.stripBannerWithTitle + .strip .stripBorder:before,
.stripImageCarousel + .strip .stripBorder:before,
.stripTextImage + .strip .stripBorder:before,
.stripVideo + .strip .stripBorder:before,
.stripImageWithOverlay + .strip .stripBorder:before {
  border-top: none;
}
.displayTitle h2 {
  margin-top: 0;
}
.section:last-child .strip:last-of-type {
  padding-bottom: 60px;
}
/*--------------------------------------------------*/
/*# Strip - Call Action Full With                 #*/
/*--------------------------------------------------*/
.stripCallActionContentFullWidth {
  color: #ffffff;
  font-size: 22px;
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  text-align: center;
}
.stripCallActionContentFullWidth .displayTitle {
  text-align: center;
}
.stripCallActionContentFullWidth .displayTitle img {
  margin: 0 auto;
  margin-bottom: 10px;
}
.stripCallActionContentFullWidth .displayTitle h2 {
  font-size: 20px;
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
}
.stripCallActionContentFullWidth p {
  color: #ffffff;
}
.stripCallActionContentFullWidth .text {
  color: #ffffff;
}
.stripCallActionContentFullWidth .text p {
  color: #ffffff;
}
.stripCallActionContentFullWidth .item {
  padding: 0 50px;
}
.stripCallActionContentFullWidth .owl-carousel .owl-controls {
  height: 50px;
  position: absolute;
  top: 0;
  width: 100%;
}
.stripCallActionContentFullWidth .owl-carousel .owl-controls .owl-nav .owl-prev {
  position: absolute;
  left: 0;
  background: transparent;
  background-image: url('/images/arrows/carousel-arrow-left.png');
  background-position: center center;
  background-repeat: no-repeat;
  width: 25px;
  height: 40px;
  text-indent: -3000px;
  overflow: hidden;
  opacity: 0.5;
}
.stripCallActionContentFullWidth .owl-carousel .owl-controls .owl-nav .owl-prev:hover {
  background: transparent;
  background-image: url('/images/arrows/carousel-arrow-left.png');
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
}
.stripCallActionContentFullWidth .owl-carousel .owl-controls .owl-nav .owl-next {
  position: absolute;
  right: 0;
  background: transparent;
  background-image: url('/images/arrows/carousel-arrow-right.png');
  background-position: center center;
  background-repeat: no-repeat;
  width: 25px;
  height: 40px;
  text-indent: -3000px;
  overflow: hidden;
  opacity: 0.5;
}
.stripCallActionContentFullWidth .owl-carousel .owl-controls .owl-nav .owl-next:hover {
  background: transparent;
  background-image: url('/images/arrows/carousel-arrow-right.png');
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
}
.stripCallActionContentFullWidth .owl-carousel .owl-controls .owl-dots {
  display: none;
}
.stripCallActionContentFullWidth .owl-carousel .owl-controls .owl-dots .owl-dot {
  display: none;
}
/*--------------------------------------------------*/
/*# Strip - Two COlumn Fifty Fifty                 #*/
/*--------------------------------------------------*/
.stripContentFiftyFifty img {
  padding-top: 6px;
  /*to visually align with text column - padding is difference between line-height and font-size*/
}
/*--------------------------------------------------*/
/*# Strip - Two COlumn Fifty Fifty Full Width      #*/
/*--------------------------------------------------*/
#zoneStrips .stripContentFiftyFiftyFullWidth {
  border: none;
  padding-bottom: 0px;
  /* strip-padding */
}
#zoneStrips .stripContentFiftyFiftyFullWidth .leftContent {
  background-color: #e39f23;
  border-bottom: 1px solid #ffffff;
}
#zoneStrips .stripContentFiftyFiftyFullWidth .leftContent .Column {
  height: 270px;
  padding-top: 25px;
  padding-bottom: 50px;
  padding-right: 0px;
}
#zoneStrips .stripContentFiftyFiftyFullWidth .leftContent .Column .displayTitle {
  padding-right: 50px;
}
#zoneStrips .stripContentFiftyFiftyFullWidth .leftContent .Column .displayTitle img.icon {
  float: right;
  margin-right: 10px;
}
#zoneStrips .stripContentFiftyFiftyFullWidth .leftContent .Column .displayTitle h2 {
  font-size: 20px;
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #ffffff;
  float: right;
  margin-top: 37px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: right;
}
#zoneStrips .stripContentFiftyFiftyFullWidth .leftContent .Column .text {
  clear: both;
  text-align: right;
  font-size: 22px;
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  color: #ffffff;
}
#zoneStrips .stripContentFiftyFiftyFullWidth .leftContent .Column .text p {
  color: #ffffff;
}
#zoneStrips .stripContentFiftyFiftyFullWidth .leftContent .Column .item {
  padding: 0 50px;
}
#zoneStrips .stripContentFiftyFiftyFullWidth .leftContent .Column .owl-carousel .owl-controls {
  height: 50px;
  position: absolute;
  top: 0;
  width: 100%;
}
#zoneStrips .stripContentFiftyFiftyFullWidth .leftContent .Column .owl-carousel .owl-controls .owl-nav .owl-prev {
  position: absolute;
  left: 0;
  background: transparent;
  background-image: url('/images/arrows/carousel-arrow-left.png');
  background-position: center center;
  background-repeat: no-repeat;
  width: 25px;
  height: 40px;
  text-indent: -3000px;
  overflow: hidden;
  opacity: 0.5;
}
#zoneStrips .stripContentFiftyFiftyFullWidth .leftContent .Column .owl-carousel .owl-controls .owl-nav .owl-prev:hover {
  background: transparent;
  background-image: url('/images/arrows/carousel-arrow-left.png');
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
}
#zoneStrips .stripContentFiftyFiftyFullWidth .leftContent .Column .owl-carousel .owl-controls .owl-nav .owl-next {
  position: absolute;
  right: 0;
  background: transparent;
  background-image: url('/images/arrows/carousel-arrow-right.png');
  background-position: center center;
  background-repeat: no-repeat;
  width: 25px;
  height: 40px;
  text-indent: -3000px;
  overflow: hidden;
  opacity: 0.5;
}
#zoneStrips .stripContentFiftyFiftyFullWidth .leftContent .Column .owl-carousel .owl-controls .owl-nav .owl-next:hover {
  background: transparent;
  background-image: url('/images/arrows/carousel-arrow-right.png');
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
}
#zoneStrips .stripContentFiftyFiftyFullWidth .leftContent .Column .owl-carousel .owl-controls .owl-dots {
  display: none;
}
#zoneStrips .stripContentFiftyFiftyFullWidth .leftContent .Column .owl-carousel .owl-controls .owl-dots .owl-dot {
  display: none;
}
#zoneStrips .stripContentFiftyFiftyFullWidth .rightContent {
  background-color: #134371;
  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
#zoneStrips .stripContentFiftyFiftyFullWidth .rightContent .Column {
  height: 270px;
  padding-top: 25px;
  padding-bottom: 50px;
  padding-left: 30px;
}
#zoneStrips .stripContentFiftyFiftyFullWidth .rightContent .Column .displayTitle img.icon {
  float: left;
  margin-right: 10px;
}
#zoneStrips .stripContentFiftyFiftyFullWidth .rightContent .Column .displayTitle h2 {
  text-align: left;
  font-size: 20px;
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #ffffff;
  float: left;
  margin-top: 37px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#zoneStrips .stripContentFiftyFiftyFullWidth .rightContent .Column .displayTitle h2 a {
  color: #ffffff;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
}
#zoneStrips .stripContentFiftyFiftyFullWidth .rightContent .Column .text {
  clear: both;
  font-size: 22px;
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  text-align: left;
  color: #ffffff;
}
#zoneStrips .stripContentFiftyFiftyFullWidth .rightContent .Column .text p {
  color: #ffffff;
}
#zoneStrips .stripContentFiftyFiftyFullWidth .rightContent .Column .text .tweetItem .userInfo {
  display: none;
}
#zoneStrips .stripContentFiftyFiftyFullWidth .rightContent .Column .text .tweetItem .message a {
  color: #fff;
}
#zoneStrips .stripContentFiftyFiftyFullWidth .rightContent .Column .text .tweetItem .message a:hover {
  color: #e39f23;
}
#zoneStrips .stripContentFiftyFiftyFullWidth .rightContent .Column .text .tweetItem .tweetDate {
  display: none;
}
/*--------------------------------------------------*/
/*# Strip - Two Column Generic                     #*/
/*--------------------------------------------------*/
.stripTwoColumnContent .displayTitle {
  font-size: 30px;
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: 300;
}
.stripTwoColumnContent .displayTitle h2 {
  margin-bottom: 25px;
}
.stripTwoColumnContent .colLeft.note {
  font-size: 16px;
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #888888;
}
.stripTwoColumnContent .colLeft.note p,
.stripTwoColumnContent .colLeft.note li {
  font-size: 16px;
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #888888;
}
.stripTwoColumnContent .colRight.note {
  font-size: 16px;
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #888888;
  line-height: 25px;
}
.stripTwoColumnContent .colRight.note p,
.stripTwoColumnContent .colRight.note li {
  font-size: 16px;
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #888888;
  line-height: 25px;
}
.stripTwoColumnContent .colRight.note h2 {
  color: #e39f23;
  margin-bottom: 10px;
}
.stripTwoColumnContent .colRight.note h3 {
  color: #e39f23;
  margin-bottom: 20px;
}
.stripTwoColumnContent .colRight h2 {
  font-size: 50px;
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: 300;
}
.stripTwoColumnContent .colRight h2:first-child {
  margin-top: 0;
}
.stripTwoColumnContent .colRight h3 {
  font-size: 30px;
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: 300;
}
.stripTwoColumnContent .colRight h3:first-child {
  margin-top: 0;
}
/*--------------------------------------------------*/
/*# Strip - Three Column                           #*/
/*--------------------------------------------------*/
.stripContentThreeColumn img {
  padding-top: 6px;
  /*to visually align with text column - padding is difference between line-height and font-size*/
}
/*--------------------------------------------------*/
/*# Strip - Title And Intro                        #*/
/*--------------------------------------------------*/
.stripTitleAndIntro {
  padding: 50px 0;
  /*strip-padding*/
}
.stripTitleAndIntro .displayTitle {
  margin-top: 0;
}
.stripTitleAndIntro .displayTitle h2 {
  margin-top: 0;
}
/*--------------------------------------------------*/
/*# Strip - jumplinks                              #*/
/*--------------------------------------------------*/
#landing .stripJumplinks {
  border: 1px solid #cccccc;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  background-color: #f5f6fa;
  margin: 40px 0 4px;
  padding: 27px;
  text-align: center;
}
#landing .stripJumplinks:before,
#landing .stripJumplinks:after {
  content: " ";
  display: table;
}
#landing .stripJumplinks:after {
  clear: both;
}
#landing .stripJumplinks:before,
#landing .stripJumplinks:after {
  content: " ";
  display: table;
}
#landing .stripJumplinks:after {
  clear: both;
}
#landing .stripJumplinks:empty {
  display: none;
}
/*--------------------------------------------------*/
/*# Strip - Spacer                                 #*/
/*--------------------------------------------------*/
.stripSpacer {
  height: 40px;
}
/*--------------------------------------------------*/
/*# Strip - Mobile Image Divider                   #*/
/*--------------------------------------------------*/
.stripMobileImageDivider {
  display: none !important;
  padding-top: 0;
}
@media (max-width: 767px) {
  table.stripMobileImageDivider {
    display: table;
  }
  tr.stripMobileImageDivider {
    display: table-row !important;
  }
  th.stripMobileImageDivider,
  td.stripMobileImageDivider {
    display: table-cell !important;
  }
}
/*--------------------------------------------------*/
/*# Strip - Site Wide Search Dialog                #*/
/*--------------------------------------------------*/
#zoneStrips .stripSiteWideSearchBox {
  padding-top: 0;
  padding-bottom: 50px;
  /*strip-padding*/
}
#zoneStrips .stripSiteWideSearchBox h1 {
  font-size: 40px;
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: 300;
}
#zoneStrips .stripSiteWideSearchBox .searchResultItem {
  padding-bottom: 30px;
}
#zoneStrips .stripSiteWideSearchBox .searchResultItem h2,
#zoneStrips .stripSiteWideSearchBox .searchResultItem h3 {
  margin-bottom: 0;
  margin-top: 0;
}
#zoneStrips .stripSiteWideSearchBox .searchResultItem .url {
  font-size: 15px;
  color: #888888;
}
.siteWideSearchDialog .label {
  color: #333333;
  display: block;
  font-size: 15px;
  height: 50px;
  padding: 3px 0 5px;
  text-align: left;
}
.siteWideSearchDialog input {
  height: 34px;
  line-height: 28px;
  width: 100%;
}
.siteWideSearchDialog input.inputKeyword {
  background: #fff;
  padding: 5px;
  border: 1px solid #b3b1b1;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  font-size: 16px;
  text-indent: 10px;
  color: #333333;
  width: 100%;
  height: 42px;
  float: left;
}
.siteWideSearchDialog input.btn {
  height: 42px;
  line-height: 21px;
  margin-top: 30px;
  width: 100%;
}
.signOutBtn {
  position: absolute;
  right: 15px;
  top: -8px;
  z-index: 10;
}
/*--------------------------------------------------*/
/*# Strip - Intro and News                         #*/
/*--------------------------------------------------*/
.stripIntroAndNews {
  padding: 50px 0;
  /*strip-padding*/
  margin: 30px 0;
}
.stripIntroAndNews .displayTitle {
  margin-top: 0;
}
.stripIntroAndNews .displayTitle h2 {
  margin-top: 0;
}
.stripIntroAndNews .newsDate {
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
}
.stripIntroAndNews .newsTitle {
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
}
/*--------------------------------------------------*/
/*# Strip - Tabs                                   #*/
/*--------------------------------------------------*/
#pageItems .tabbable li:before {
  content: "";
}
.stripTabs .tabbable ul {
  border-radius: 4px;
  text-align: center;
  padding-left: 0;
}
.stripTabs .tabbable ul li {
  display: inline-block;
  float: none;
  margin: 0;
  padding: 0;
}
.stripTabs .tabbable ul li a {
  border-radius: 0px;
  border: solid 1px #cccccc;
  border-left: none;
  margin-right: -4px;
  font-size: 18px;
  color: #333333;
}
.stripTabs .tabbable ul li a:focus {
  outline: none;
}
.stripTabs .tabbable ul li:first-child a {
  border-left: 1px solid #cccccc;
  border-radius: 6px 0 0 6px;
}
.stripTabs .tabbable ul li:last-child a {
  border-radius: 0 6px 6px 0;
}
.stripTabs .tabbable ul li.active a {
  border: #0068a6 solid 1px;
  background-color: #0068a6;
  color: white;
}
.stripTabs .tabbable ul li.active a:active,
.stripTabs .tabbable ul li.active a:focus {
  background-color: #0068a6 !important;
  color: #fff;
}
/*--------------------------------------------------*/
/*# Strip - Tabs with Image Buttons                #*/
/*--------------------------------------------------*/
.stripImageTabs .tabbable ul {
  border-radius: 4px;
  text-align: center;
  padding-left: 0;
}
.stripImageTabs .tabbable ul li {
  display: inline-block;
  float: none;
  margin: 0;
  padding: 0;
}
.stripImageTabs .tabbable ul li a {
  background-color: transparent;
  border: solid 5px transparent;
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
  height: 150px;
  padding: 0;
  width: 150px;
  margin-left: 20px;
}
.stripImageTabs .tabbable ul li a .tabButtonInside {
  border: solid 5px transparent;
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
  color: white;
  font-size: 18px;
  height: 140px;
  line-height: 140px;
  padding: 0;
  width: 140px;
}
.stripImageTabs .tabbable ul li a:hover {
  background-color: #6ea0b5;
}
.stripImageTabs .tabbable ul li a:focus {
  outline: none;
}
.stripImageTabs .tabbable ul li:first-child a {
  margin-left: 0;
}
.stripImageTabs .tabbable ul li.active a {
  border-color: #6ea0b5;
}
.stripImageTabs .tabbable ul li.active a:active,
.stripImageTabs .tabbable ul li.active a:focus {
  background-color: transparent;
  color: #fff;
}
/*--------------------------------------------------*/
/*# Strip - stripBannerWithTitle                   #*/
/*--------------------------------------------------*/
.stripBannerWithTitle {
  padding-top: 0;
  /*strip-padding*/
}
.stripBannerWithTitle .containerWrapper {
  background-position: center;
  background-repeat: no-repeat;
  height: 557px;
  position: relative;
}
.stripBannerWithTitle .containerWrapper .stripBannerText {
  color: white;
  text-align: center;
  margin-top: 84px;
}
.stripBannerWithTitle .containerWrapper .stripBannerText .stripBannerTitle {
  font-size: 30px;
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 45px;
  margin-bottom: 10px;
}
.stripBannerWithTitle .containerWrapper .stripBannerText .stripBannerContent {
  font-size: 20px;
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 10px;
}
.stripBannerWithTitle .containerWrapper .stripBannerText .stripBannerContent p {
  color: #ffffff;
}
.stripBannerWithTitle .containerWrapper .stripBannerText .stripBannerLink a {
  color: white;
  font-size: 16px;
  font-weight: 600;
}
/*--------------------------------------------------*/
/*# Strip - stripImageCarousel                     #*/
/*--------------------------------------------------*/
#pageItems .stripImageCarousel .carousel-indicators li {
  line-height: 20px;
  list-style: auto;
  margin-bottom: auto;
}
#pageItems .stripImageCarousel .carousel-indicators li:before {
  color: #000;
  content: " ";
  display: block;
  font-size: 20px;
  left: auto;
  max-height: 0;
  max-width: 0;
  position: static;
  top: auto;
}
#pageItems .stripImageCarousel .textOverlay .content h1,
#pageItems .stripImageCarousel .textOverlay .content h2,
#pageItems .stripImageCarousel .textOverlay .content h3 {
  margin-top: 0;
  font-weight: 400;
  font-size: 22px;
  font-style: normal;
  margin-bottom: 0;
  color: white;
}
.stripImageCarousel {
  position: relative;
}
.stripImageCarousel.autoHeight .pageItemCarousel.carousel-inner {
  height: auto;
}
.stripImageCarousel .carousel-indicators {
  bottom: -45px;
}
.stripImageCarousel .carousel-indicators li {
  border: 1px solid #999999;
  background-color: #999999;
  margin-bottom: 0;
}
.stripImageCarousel .carousel-indicators li.active {
  background-color: transparent;
  border: 1px solid #2795b6;
  margin: 1px;
  width: 10px;
  height: 10px;
}
.stripImageCarousel .textOverlay {
  background-image: url(/images/layout/overlay.png);
  background-repeat: repeat;
  bottom: 0;
  color: white;
  text-align: center;
  padding: 16px 0;
  position: absolute;
  width: 100%;
}
.stripImageCarousel .textOverlay .title {
  font-weight: 100;
  font-size: 10px;
  margin-bottom: 12px;
}
.stripImageCarousel .textOverlay .content {
  font-size: 15px;
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: 300;
}
.stripImageCarousel .textOverlay .content p {
  font-size: 15px;
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: 300;
  margin: 0;
}
.stripImageCarousel .carousel-control.left,
.stripImageCarousel .carousel-control.right {
  background-image: none;
  display: inline-block;
  min-height: 100%;
  vertical-align: middle;
  width: 5%;
}
.stripImageCarousel .carousel-control.left span,
.stripImageCarousel .carousel-control.right span {
  width: 37px;
  height: 46px;
  display: block;
  position: absolute;
  top: 48%;
}
.stripImageCarousel .carousel-control.left .carouselPrev {
  background: url("/images/arrows/prev.png") no-repeat center center;
  left: 20px;
}
.stripImageCarousel .carousel-control.right .carouselNext {
  background: url("/images/arrows/next.png") no-repeat center center;
  right: 20px;
}
/*--------------------------------------------------*/
/*# Strip - stripImageWithOverlay                  #*/
/*--------------------------------------------------*/
.stripImageWithOverlay {
  position: relative;
}
.stripImageWithOverlay .imageAndText {
  position: relative;
}
.stripImageWithOverlay .titleAndContent {
  background-image: url(/images/layout/overlay.png);
  background-repeat: repeat;
  bottom: 0;
  color: white;
  text-align: center;
  padding: 10px 0;
  position: absolute;
  width: 100%;
}
.stripImageWithOverlay .titleAndContent .title {
  font-size: 22px;
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0px;
}
.stripImageWithOverlay .titleAndContent .content {
  font-size: 15px;
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: 300;
}
.stripImageWithOverlay .titleAndContent .content p {
  font-size: 15px;
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 0;
}
/*--------------------------------------------------*/
/*# Strip - stripImageWithOverlayFullWidth         #*/
/*--------------------------------------------------*/
.stripImageWithOverlayFullWidth {
  position: relative;
  height: 310px;
  padding-top: 70px;
  /* strip-padding */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.stripImageWithOverlayFullWidth.tall {
  height: 420px;
}
.stripImageWithOverlayFullWidth.tall .containerWrapper {
  padding-top: 2em;
}
.stripImageWithOverlayFullWidth .title {
  font-size: 40px;
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 50px;
  color: #ffffff;
  text-align: center;
}
.stripImageWithOverlayFullWidth .content {
  font-size: 20px;
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #ffffff;
  text-align: center;
}
.stripImageWithOverlayFullWidth .content p {
  color: #ffffff;
}
.stripImageWithOverlayFullWidth .content .socialmedia {
  margin: 0 10px;
}
.stripImageWithOverlayFullWidth .linkBtn {
  text-align: center;
  padding-top: 15px;
}
.stripImageWithOverlayFullWidth .linkBtn .btn.btn-default {
  background-color: transparent;
  font-size: 18px;
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  border: 1px solid #e39f23;
  padding: 18px 40px;
  color: #e39f23;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.stripImageWithOverlayFullWidth .linkBtn .btn.btn-default:hover {
  background-color: #e39f23;
  color: #ffffff;
}
/*--------------------------------------------------*/
/*# Strip - stripContentWithSideColumn             #*/
/*--------------------------------------------------*/
.stripContentWithSideColumn .displayTitle {
  margin-top: 0;
}
.stripContentWithSideColumn .displayTitle h2 {
  margin-top: 20px;
}
.stripContentWithSideColumn .sideColumn {
  margin-top: 20px;
}
.stripContentWithSideColumn .sideColumnItem {
  border-top: 1px solid #cccccc;
  padding: 47px 0 0px 0;
}
.stripContentWithSideColumn .sideColumnItem:before,
.stripContentWithSideColumn .sideColumnItem:after {
  content: " ";
  display: table;
}
.stripContentWithSideColumn .sideColumnItem:after {
  clear: both;
}
.stripContentWithSideColumn .sideColumnItem:before,
.stripContentWithSideColumn .sideColumnItem:after {
  content: " ";
  display: table;
}
.stripContentWithSideColumn .sideColumnItem:after {
  clear: both;
}
.stripContentWithSideColumn .sideColumnItem:first-child {
  padding-top: 18px;
}
.stripContentWithSideColumn .sideColumnItem .sideColumnIcon {
  float: left;
  margin-right: 15px;
  width: 26%;
}
.stripContentWithSideColumn .sideColumnItem .sideColumnText {
  font-size: 16px;
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #888888;
  line-height: 21px;
}
.stripContentWithSideColumn .sideColumnItem .sideColumnText p {
  font-size: 16px;
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: 300;
}
.stripContentWithSideColumn .sideColumnItem .sideColumnIcon + .sideColumnText {
  float: right;
  width: 66%;
}
.stripContentWithSideColumn .sideColumnItem .sideColumnTitle {
  font-size: 20px;
  margin-bottom: 12px;
}
.stripContentWithSideColumn .sideColumnItem:first-child {
  border-top: 0;
  padding-top: 14px;
}
#pageItems .sideColumnItem li {
  line-height: 130%;
}
/*--------------------------------------------------*/
/*# Strip - stripPeopleList                        #*/
/*--------------------------------------------------*/
.stripPeopleList .peopleItem {
  margin-top: 0;
  border: 0;
  box-shadow: none;
}
.stripPeopleList .peopleTitlePosition {
  height: 92px;
  overflow: hidden;
  margin-top: 16px;
}
.stripPeopleList .peopleImage {
  cursor: pointer;
}
.stripPeopleList a.peopleTitle {
  cursor: pointer;
  display: block;
  font-size: 18px;
  line-height: 21px;
}
.stripPeopleList .peoplePosition {
  color: #555555;
  font-size: 14px;
  line-height: 22px;
}
/*--------------------------------------------------*/
/*# Strip - stripTestimonialCarousel               #*/
/*--------------------------------------------------*/
.stripTestimonialCarousel .displayTitle h2 {
  text-align: center;
}
.stripTestimonialCarousel .carousel-inner {
  height: auto !important;
  margin-bottom: 85px;
}
.stripTestimonialCarousel .carousel-inner .Quote {
  font-size: 35px;
  line-height: 40px;
  color: #a5cb6e;
  text-align: center;
}
.stripTestimonialCarousel .carousel-inner .nameImage {
  text-align: center;
  width: 100%;
  margin-top: 30px;
}
.stripTestimonialCarousel .carousel-inner .nameImage .testimonialImage img {
  margin: 0 auto;
  text-align: center;
}
.stripTestimonialCarousel .carousel-inner .nameImage .testimonialName,
.stripTestimonialCarousel .carousel-inner .nameImage .testimonialPosition {
  text-align: left;
  line-height: 130%;
  margin-left: 20px;
}
.stripTestimonialCarousel .carousel-inner .nameImage .testimonialName {
  font-weight: 700;
}
.stripTestimonialCarousel .carousel-inner .nameImage .testimonialPosition {
  color: #999999;
}
.stripTestimonialCarousel .carousel-inner .container {
  padding-bottom: 100px;
}
.stripTestimonialCarousel .carousel-inner .container .testimonialImage,
.stripTestimonialCarousel .carousel-inner .container .namePosition {
  display: inline-block;
  margin: 0;
  text-align: center;
  vertical-align: middle;
}
.stripTestimonialCarousel .carousel-control.left,
.stripTestimonialCarousel .carousel-control.right {
  background-image: none;
}
.stripTestimonialCarousel .carousel-indicators {
  bottom: 20px;
}
.stripTestimonialCarousel .carousel-indicators li {
  background: #a2a2a2;
  border: #a2a2a2 solid 2px;
  border-radius: 10px;
  margin: 0 8px;
  width: 12px;
  height: 12px;
}
.stripTestimonialCarousel .carousel-indicators li.active {
  background: #fff;
  border: #0068a6 solid 2px;
}
.stripTestimonialCarousel .carousel-indicators li:before {
  display: none;
}
/*--------------------------------------------------*/
/*# Strip - Timeline                               #*/
/*--------------------------------------------------*/
.stripTimeline #timeline {
  margin: 0 auto;
  max-width: 940px;
}
.stripTimeline div.timeline_left div.timeline_element_box,
.stripTimeline div.timeline_dual div.timeline_element_left div.timeline_element_box {
  margin-right: 80px;
}
.stripTimeline div.timeline_right div.timeline_element_box,
.stripTimeline div.timeline_dual div.timeline_element_right div.timeline_element_box {
  margin-left: 80px;
}
.stripTimeline div.timeline_left div.timeline_element:before,
.stripTimeline div.timeline_right div.timeline_element:before,
.stripTimeline div.timeline_dual div.timeline_element_left:before,
.stripTimeline div.timeline_dual div.timeline_element_right:before {
  width: 80px;
}
.stripTimeline div.timeline_title {
  margin: 10px 22px;
}
.stripTimeline div.timeline_title span.timeline_title_label {
  color: #0068a6;
  display: block;
  font-size: 20px;
  font-weight: 700;
  position: static;
  text-transform: none;
}
.stripTimeline div.timeline_title span.timeline_title_date {
  color: #333333;
  font-size: 15px;
  float: none;
  line-height: 25px;
}
.stripTimeline div.timeline_element.blog_post div.content {
  color: #333333;
  font-size: 15px;
  line-height: 25px;
  padding: 0 22px 18px;
}
.stripTimeline div.timeline_element.blog_post div.img_container {
  margin: 10px;
}
.stripTimeline div.timeline div.date_separator span {
  border-radius: 100%;
  border: none;
  color: white;
  background-color: #0068a6;
  height: 60px;
  width: 60px;
  font-size: 15px;
  line-height: 60px;
}
.stripTimeline div.timeline_element.blog_post a {
  color: #134371;
}
/*--------------------------------------------------*/
/*# Strip - stripTextImage                         #*/
/*--------------------------------------------------*/
.stripTextImage {
  padding: 0;
  /*strip-padding*/
}
.stripTextImage .stripTextImageImage {
  background-position: center top;
  background-repeat: no-repeat;
  height: 500px;
  width: 40%;
}
.stripTextImage .stripTextImageText {
  display: table;
  float: left;
  height: 500px;
  overflow: hidden;
  width: 60%;
}
.stripTextImage .stripTextImageText .textWrapper {
  display: table-cell;
  padding: 35px 20% 35px 14%;
  vertical-align: middle;
}
.stripTextImage .stripTextImageTextTitle {
  margin-bottom: 25px;
  line-height: 30px;
  font-size: 28px;
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: 300;
}
.stripTextImage .stripTextImageTextContent {
  font-size: 18px;
}
/*--------------------------------------------------*/
/*# Strip - Video - designed for 16:9 aspect ratio #*/
/*--------------------------------------------------*/
.stripVideo {
  padding: 40px 0;
  /*strip-padding*/
}
.stripVideo .displayTitle {
  margin-bottom: 35px;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*--------------------------------------------------*/
/*# Strip - Video List                             #*/
/*--------------------------------------------------*/
.stripVideoList {
  padding: 40px 0;
  /*strip-padding*/
}
.stripVideoList .videoList {
  margin-top: 40px;
}
.stripVideoList .videoStill {
  position: relative;
}
.stripVideoList .videoStill:after {
  background-image: url(/images/layout/video-overlay.png);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.stripVideoList .videoTitle {
  line-height: 22px;
  margin: 14px 0 24px;
  min-height: 46px;
}
/*--------------------------------------------------*/
/*# Strip - 3 Col Panels                           #*/
/*--------------------------------------------------*/
.stripPanels3Col .panelItem {
  color: #333333;
  display: block;
  margin-bottom: 15px;
}
.stripPanels3Col .panelItemText {
  padding: 24px 44px;
}
.stripPanels3Col .title {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 14px;
}
.stripPanels3Col .content {
  font-size: 14px;
}
/*--------------------------------------------------*/
/*# Strip - 2 Col Panels                           #*/
/*--------------------------------------------------*/
.stripPanels2Col {
  padding-bottom: 20px;
  /*strip-padding*/
}
.stripPanels2Col .borderLine {
  background-image: url(/images/layout/panel-border.png);
  background-repeat: repeat-y;
  background-position: center;
}
.stripPanels2Col .panelBlock {
  border-right: 1px solid #cccccc;
}
.stripPanels2Col .panelItem {
  color: #333333;
  display: block;
  margin-bottom: 15px;
  text-align: center;
}
.stripPanels2Col .panelItemText {
  padding: 14px 4px;
}
.stripPanels2Col .title {
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 6px;
}
.stripPanels2Col .link {
  font-size: 16px;
}
/*--------------------------------------------------*/
/*# Strip - Quicklinks   & Newslinks               #*/
/*--------------------------------------------------*/
#pageItems .stripQuicklinks {
  padding-bottom: 20px;
  /*strip-padding*/
}
#pageItems .stripQuicklinks .quicklinksTitle {
  margin: 0 0 20px;
}
#pageItems .stripQuicklinks .quicklink {
  background-color: white;
  border: 1px solid #cccccc;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  display: block;
  height: 116px;
  margin-bottom: 15px;
  overflow: hidden;
}
#pageItems .stripQuicklinks .quicklink:before,
#pageItems .stripQuicklinks .quicklink:after {
  content: " ";
  display: table;
}
#pageItems .stripQuicklinks .quicklink:after {
  clear: both;
}
#pageItems .stripQuicklinks .quicklink:before,
#pageItems .stripQuicklinks .quicklink:after {
  content: " ";
  display: table;
}
#pageItems .stripQuicklinks .quicklink:after {
  clear: both;
}
#pageItems .stripQuicklinks .quicklinkArrow {
  background-color: #0068a6;
  color: white;
  height: 116px;
  float: right;
  text-align: center;
  width: 120px;
}
#pageItems .stripQuicklinks .quicklinkArrow span {
  font-size: 45px;
  margin-top: 30px;
}
#pageItems .stripQuicklinks .quicklinkArrow span:before {
  content: "\e092";
}
#pageItems .stripQuicklinks .quicklinkImage {
  float: left;
  -webkit-border-radius: 50px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50px;
  -moz-background-clip: padding;
  border-radius: 50px;
  background-clip: padding-box;
  height: 80px;
  margin: 18px;
  width: 80px;
}
#pageItems .stripQuicklinks .quicklinkText {
  float: left;
  margin: 29px 12px 0;
  width: 60%;
}
#pageItems .stripQuicklinks .title {
  font-size: 25px;
  line-height: 25px;
  color: #333333;
  margin-bottom: 6px;
}
#pageItems .stripQuicklinks .content {
  font-size: 14px;
  font-weight: 700;
  color: #999999;
  height: 39px;
  line-height: 18px;
  overflow: hidden;
}
#pageItems .stripQuicklinks .quicklink:hover .quicklinkArrow {
  background-color: #f47920;
}
#pageItems .stripQuicklinks .quicklink:hover .title {
  color: #f47920;
}
#pageItems .stripQuicklinks .newsLinksTitle {
  margin: 0 0 20px;
}
#pageItems .stripQuicklinks .newslink {
  background-color: white;
  border: 1px solid #cccccc;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  display: block;
  margin-bottom: 15px;
  overflow: hidden;
  padding: 20px;
}
#pageItems .stripQuicklinks .newslink:before,
#pageItems .stripQuicklinks .newslink:after {
  content: " ";
  display: table;
}
#pageItems .stripQuicklinks .newslink:after {
  clear: both;
}
#pageItems .stripQuicklinks .newslink:before,
#pageItems .stripQuicklinks .newslink:after {
  content: " ";
  display: table;
}
#pageItems .stripQuicklinks .newslink:after {
  clear: both;
}
#pageItems .stripQuicklinks .newslink .title {
  font-size: 20px;
}
#pageItems .stripQuicklinks .newslink .date {
  color: #999999;
  font-size: 13px;
}
#pageItems .stripQuicklinks .newslink .content {
  color: #333333;
  font-size: 16px;
  font-weight: 400;
}
#pageItems .stripQuicklinks .newslink:hover .title {
  color: #f47920;
}
/*--------------------------------------------------*/
/*# Strip - Images Carousel & Text (side)          #*/
/*--------------------------------------------------*/
#pageItems .stripImageCarouselText .carousel-indicators li {
  line-height: 20px;
  list-style: auto;
  margin-bottom: auto;
}
#pageItems .stripImageCarouselText .carousel-indicators li:before {
  color: #000;
  content: " ";
  display: block;
  font-size: 20px;
  left: auto;
  max-height: 0;
  max-width: 0;
  position: static;
  top: auto;
}
.stripImageCarouselText .carousel-indicators {
  bottom: -45px;
}
.stripImageCarouselText .carousel-indicators li {
  border: 1px solid #999999;
  background-color: #999999;
  margin-bottom: 0;
}
.stripImageCarouselText .carousel-indicators li.active {
  background-color: transparent;
  border: 1px solid #2795b6;
  margin: 1px;
  width: 10px;
  height: 10px;
}
.stripImageCarouselText .pageItemCarousel.carousel-inner {
  height: auto;
  max-height: 487px;
}
.stripImageCarouselText .carousel-inner .textOverlay {
  background-image: url("/images/layout/overlay.png");
  background-repeat: repeat;
  bottom: 0;
  color: white;
  padding: 16px 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.stripImageCarouselText .sideContent h2 {
  margin-top: 10px;
}
.stripImageCarouselText .item .content {
  font-size: 15px;
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: 300;
}
.stripImageCarouselText .item .content p {
  font-size: 15px;
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: 300;
}
/*--------------------------------------------------*/
/*# Strip - Images Logos Carousel                  #*/
/*--------------------------------------------------*/
#pageItems .stripImageLogosCarousel li {
  line-height: 20px;
  list-style: auto;
  margin-bottom: auto;
}
#pageItems .stripImageLogosCarousel li:before {
  color: #000;
  content: " ";
  display: block;
  font-size: 20px;
  left: auto;
  max-height: 0;
  max-width: 0;
  position: static;
  top: auto;
}
.stripImageLogosCarousel {
  /* Slider */
  /* Slick-Theme */
  /* Slider */
  /* Arrows */
  /* Dots */
}
.stripImageLogosCarousel .thumbnails p {
  text-align: center;
  padding: 10px;
}
.stripImageLogosCarousel .thumbnail {
  width: auto;
  /*260px*/
  height: auto;
  /*180px*/
  overflow: hidden;
  border: 0;
}
.stripImageLogosCarousel .thumbnail img {
  width: 100%;
  height: auto;
}
.stripImageLogosCarousel .carousel-indicators {
  bottom: -45px;
}
.stripImageLogosCarousel .carousel-indicators li {
  border: 1px solid #999999;
  background-color: #999999;
  margin-bottom: 0;
}
.stripImageLogosCarousel .carousel-indicators li.active {
  background-color: transparent;
  border: 1px solid #2795b6;
  margin: 1px;
  width: 10px;
  height: 10px;
}
.stripImageLogosCarousel .slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.stripImageLogosCarousel .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.stripImageLogosCarousel .slick-list:focus {
  outline: none;
}
.stripImageLogosCarousel .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.stripImageLogosCarousel .slick-slider .slick-track,
.stripImageLogosCarousel .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.stripImageLogosCarousel .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.stripImageLogosCarousel .slick-track:before,
.stripImageLogosCarousel .slick-track:after {
  display: table;
  content: '';
}
.stripImageLogosCarousel .slick-track:after {
  clear: both;
}
.stripImageLogosCarousel .slick-loading .slick-track {
  visibility: hidden;
}
.stripImageLogosCarousel .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.stripImageLogosCarousel [dir='rtl'] .slick-slide {
  float: right;
}
.stripImageLogosCarousel .slick-slide img {
  display: block;
}
.stripImageLogosCarousel .slick-slide.slick-loading img {
  display: none;
}
.stripImageLogosCarousel .slick-slide.dragging img {
  pointer-events: none;
}
.stripImageLogosCarousel .slick-initialized .slick-slide {
  display: block;
}
.stripImageLogosCarousel .slick-loading .slick-slide {
  visibility: hidden;
}
.stripImageLogosCarousel .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.stripImageLogosCarousel .slick-loading .slick-list {
  background: #ffffff url('ajax-loader.gif') center center no-repeat;
}
.stripImageLogosCarousel .slick-prev,
.stripImageLogosCarousel .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.stripImageLogosCarousel .slick-prev:hover,
.stripImageLogosCarousel .slick-prev:focus,
.stripImageLogosCarousel .slick-next:hover,
.stripImageLogosCarousel .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.stripImageLogosCarousel .slick-prev:hover:before,
.stripImageLogosCarousel .slick-prev:focus:before,
.stripImageLogosCarousel .slick-next:hover:before,
.stripImageLogosCarousel .slick-next:focus:before {
  opacity: 1;
}
.stripImageLogosCarousel .slick-prev.slick-disabled:before,
.stripImageLogosCarousel .slick-next.slick-disabled:before {
  opacity: .25;
}
.stripImageLogosCarousel .slick-prev:before,
.stripImageLogosCarousel .slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.stripImageLogosCarousel .slick-prev {
  left: -25px;
}
.stripImageLogosCarousel [dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
.stripImageLogosCarousel .slick-prev:before {
  content: '←';
}
.stripImageLogosCarousel [dir='rtl'] .slick-prev:before {
  content: '→';
}
.stripImageLogosCarousel .slick-next {
  right: -25px;
}
.stripImageLogosCarousel [dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
.stripImageLogosCarousel .slick-next:before {
  content: '→';
}
.stripImageLogosCarousel [dir='rtl'] .slick-next:before {
  content: '←';
}
.stripImageLogosCarousel .slick-slider {
  margin-bottom: 30px;
}
.stripImageLogosCarousel .slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
.stripImageLogosCarousel .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 2px;
  padding: 0;
  cursor: pointer;
}
.stripImageLogosCarousel .slick-dots li button {
  background-color: #999999;
  border: 1px solid #999999;
  margin-bottom: 0;
  border-radius: 10px;
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin: 1px;
  text-indent: -9999999px;
}
.stripImageLogosCarousel .slick-dots li.slick-active button {
  background-color: transparent;
  border: 1px solid #2795b6;
  height: 14px;
  margin: 1px;
  width: 10px;
}
/*--------------------------------------------------*/
/*# Strip - Image Gradient with Content            #*/
/*--------------------------------------------------*/
.stripImageGradientContent .imageWrapper {
  height: 620px;
  padding-top: 80px;
  background-size: cover;
  background-position: 70% center;
}
.stripImageGradientContent .imageWrapper .stripBannerText h3 {
  margin-bottom: 15px;
}
/*--------------------------------------------------*/
/*# Strip - Newsletter List                        #*/
/*--------------------------------------------------*/
.stripNewsletterList {
  padding-bottom: 10px;
  /* strip-padding */
}
.stripNewsletterList h2.displayTitle {
  font-size: 40px;
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #555555;
  margin-bottom: 35px;
  margin-top: 10px;
}
.stripNewsletterList a.readMore {
  font-size: 19px;
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  float: right;
  padding-top: 23px;
  color: #e39f23;
}
.stripNewsletterList a.readMore:hover {
  color: #134371;
}
.stripNewsletterList .newsletterHeader {
  border-bottom: 1px solid #d4d4d4;
  min-height: 90px;
}
.stripNewsletterList .newsletterItem {
  padding: 20px 0;
  border-top: none;
  border-bottom: 1px solid #d4d4d4;
  min-height: 95px;
}
.stripNewsletterList .newsletterItem .date a {
  font-size: 14px;
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  background: #e39f23;
  padding: 10px 20px;
  color: #ffffff;
}
.stripNewsletterList .newsletterItem .text {
  font-size: 19px;
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: 300;
  text-indent: 40px;
  line-height: 19px;
  padding-top: 14px;
  color: #515151;
}
.stripNewsletterList .newsletterItem .text a {
  color: #515151;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  font-size: 20px;
  font-weight: 300;
}
.stripNewsletterList .newsletterItem .link {
  text-align: right;
  padding-top: 20px;
  min-height: 35px;
}
.stripNewsletterList .newsletterItem .link a {
  float: right;
  display: block;
  color: #515151;
  width: 58px;
  height: 11px;
  background-image: url('/images/layout/arrow.png');
  background-position: top center;
  background-repeat: no-repeat;
}
.stripNewsletterList .newsletterItem .link a:hover {
  color: #134371;
}
.stripNewsletterList .newsletterItem:hover .date a {
  background: #134371;
}
.stripNewsletterList .newsletterItem:hover .text {
  color: #072b4d;
}
.stripNewsletterList .newsletterItem:hover .text a {
  color: #072b4d;
}
.stripNewsletterList .newsletterItem:hover .text a:hover {
  color: #072b4d;
}
.stripNewsletterList .newsletterItem:hover .link a {
  background-image: url('/images/layout/arrow-blue.png');
}
/*--------------------------------------------------*/
/*# Strip - Three Columns Panels                   #*/
/*--------------------------------------------------*/
.stripThreeColumnsPanels {
  padding-top: 10px;
  /*strip-padding*/
  padding-bottom: 50px;
  /*strip-padding*/
  border-bottom: 1px solid #d4d4d4;
}
.stripThreeColumnsPanels img {
  display: block;
  max-width: 100%;
  height: auto;
}
.stripThreeColumnsPanels .row .square:last-child {
  padding-top: 15px;
}
.stripThreeColumnsPanels .img-responsive.overlay {
  bottom: 0;
  position: absolute;
  z-index: 800;
}
.stripThreeColumnsPanels .Description {
  color: #ffffff;
  text-align: center;
  width: 100%;
  padding: 20px 40px;
  position: absolute;
  z-index: 900;
}
.stripThreeColumnsPanels .Description .title {
  font-size: 25px;
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
  color: #ffffff;
  padding-bottom: 10px;
}
.stripThreeColumnsPanels .Description p,
.stripThreeColumnsPanels .Description .text {
  font-size: 16px;
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 19px;
  color: #ffffff;
}
.stripThreeColumnsPanels .hoverOverlay {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  position: absolute;
  bottom: 0;
  padding-top: 15px;
  z-index: 950;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.stripThreeColumnsPanels .hoverOverlay.firstRow {
  padding-top: 0;
  top: 0;
}
.stripThreeColumnsPanels .hoverOverlay .img-responsive.overlayGradient {
  position: absolute;
  z-index: 960;
}
.stripThreeColumnsPanels .hoverOverlay .hoverDescription {
  font-size: 16px;
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 21px;
  top: auto;
  min-height: 100px;
  padding: 55% 40px 20px 40px;
  position: absolute;
  width: 100%;
  z-index: 990;
}
.stripThreeColumnsPanels .hoverOverlay .hoverDescription p {
  font-size: 16px;
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 21px;
  color: white;
}
.stripThreeColumnsPanels a,
.stripThreeColumnsPanels .square,
.stripThreeColumnsPanels .rectangle {
  color: #ffffff;
  text-align: center;
}
.stripThreeColumnsPanels a:hover .hoverOverlay,
.stripThreeColumnsPanels .square:hover .hoverOverlay,
.stripThreeColumnsPanels .rectangle:hover .hoverOverlay,
.stripThreeColumnsPanels a:focus .hoverOverlay,
.stripThreeColumnsPanels .square:focus .hoverOverlay,
.stripThreeColumnsPanels .rectangle:focus .hoverOverlay,
.stripThreeColumnsPanels a.active .hoverOverlay,
.stripThreeColumnsPanels .square.active .hoverOverlay,
.stripThreeColumnsPanels .rectangle.active .hoverOverlay {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.stripThreeColumnsPanels a.active .hoverOverlay {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.stripThreeColumnsPanels .square .hoverOverlay .hoverDescription {
  padding-top: 25%;
}
.stripThreeColumnsPanels .square.bottom .Description {
  bottom: 0;
}
.stripThreeColumnsPanels .rectangle.bottom .Description {
  bottom: 0;
}
/*-----------------------------------------------*/
/*  Small Desktop Styling                        */
/*-----------------------------------------------*/
@media (max-width: 1199px) {
  #pageItems .stripQuicklinks .quicklink {
    height: auto;
  }
  #pageItems .stripQuicklinks .quicklink .quicklinkArrow {
    display: none;
  }
  #pageItems .stripQuicklinks .quicklink .quicklinkText {
    margin: 29px 12px 29px;
  }
}
/*-----------------------------------------------*/
/*  Tablets Styling                              */
/*-----------------------------------------------*/
@media (max-width: 991px) {
  .pageIntroZone {
    margin-top: 58px;
  }
  #inside #bannerCarousel .carousel-inner {
    height: 335px;
  }
  .stripTimeline div.timeline_left div.timeline_element_box,
  .stripTimeline div.timeline_dual div.timeline_element_left div.timeline_element_box {
    margin-right: 30px;
  }
  .stripTimeline div.timeline_right div.timeline_element_box,
  .stripTimeline div.timeline_dual div.timeline_element_right div.timeline_element_box {
    margin-left: 30px;
  }
  .stripTimeline div.timeline_left div.timeline_element:before,
  .stripTimeline div.timeline_right div.timeline_element:before,
  .stripTimeline div.timeline_dual div.timeline_element_left:before,
  .stripTimeline div.timeline_dual div.timeline_element_right:before {
    width: 30px;
  }
  .stripPanels3Col .panelItemText {
    padding: 24px 24px;
  }
}
/*-----------------------------------------------*/
/*  Mobile Styling                               */
/*-----------------------------------------------*/
@media (max-width: 767px) {
  /* ---    Mobile Strips    ---  */
  .strip {
    /*padding-top:0;*/
  }
  .strip h1,
  .strip h2 {
    margin-top: 0;
  }
  .stripSpacer {
    height: 20px;
    padding-top: 0;
  }
  .jumplink {
    border-right: none;
    display: block;
  }
  .jumplink:first-child {
    border-top: 0;
  }
  .jumplink a {
    position: relative;
  }
  .jumplink a:after {
    height: 42px;
    padding-right: 0;
    position: absolute;
    right: 15px;
    top: 10px;
    width: 24px;
  }
  .zoneTitleIntro {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 0px;
    padding-bottom: 10px;
  }
  .stripTextImage .stripTextImageImage {
    display: block;
    float: left;
    width: 100%;
    height: 300px;
    background-size: cover;
  }
  .stripTextImage .stripTextImageText {
    clear: both;
    float: none;
    height: auto;
    padding: 50px 0 40px;
    width: 100%;
  }
  .stripTextImage .stripTextImageText .textWrapper {
    padding: 0 10%;
  }
  .stripTextImage .stripTextImageTextTitle {
    font-size: 30px;
  }
  .stripTextImage .stripTextImageTextContent {
    font-size: 15px;
  }
  .stripContentWithSideColumn .accordionPanel {
    padding: 10px 0;
  }
  .stripContentWithSideColumn .sideColumn {
    margin-bottom: -29px;
  }
  .stripAccordion {
    padding: 0;
  }
  .stripAccordion .accordionPanel {
    padding: 10px 0;
  }
  .stripVideoList .videoStill img {
    width: 100%;
  }
  .stripVideo {
    padding: 20px 0;
  }
  .stripPanels2Col .borderLine {
    background: none;
  }
  .stripBannerWithTitle .containerWrapper {
    height: auto;
  }
  .stripBannerWithTitle .containerWrapper .stripBannerText {
    margin: 50px 15px 40px;
    position: static;
  }
  .stripBannerWithTitle .containerWrapper .stripBannerText .stripBannerTitle {
    font-size: 30px;
  }
  .stripBannerWithTitle .containerWrapper .stripBannerText .stripBannerContent {
    font-size: 16px;
  }
  .stripBannerWithTitle .containerWrapper .stripBannerText .stripBannerLink .btn.btn-outline {
    padding: 15px 38px;
  }
  .panelItem img {
    margin: 0 auto;
  }
  #pageItems .stripQuicklinks .quicklink {
    height: auto;
  }
  #pageItems .stripQuicklinks .quicklink:hover .title {
    color: #0068a6;
  }
  #pageItems .stripQuicklinks .quicklinkImage,
  #pageItems .stripQuicklinks .quicklinkArrow {
    display: none;
  }
  #pageItems .stripQuicklinks .quicklinkText {
    margin: 15px 15px 5px;
    width: auto;
  }
  #pageItems .stripQuicklinks .title {
    color: #f47920;
  }
  #pageItems .stripQuicklinks .content {
    height: auto;
  }
  .bannerScrollContainer {
    display: none;
  }
  .hero .Title ~ .subTitle {
    line-height: 20px;
    margin-top: 13px;
  }
  .newsCarouselText {
    margin-left: 10px;
    margin-right: 10px;
  }
  .newsCarouselText .title {
    margin-top: 20px;
  }
  .stripNewsCarousel .carousel-indicators {
    display: none;
  }
  .stripNewsCarouselBox .newsCarouselImage {
    height: 200px;
  }
  .stripImageWithOverlay .titleAndContent .title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 6px;
  }
  .stripImageWithOverlay .titleAndContent .content {
    font-size: 12px;
  }
  .stripImageGradientContent .stripBannerText {
    padding: 15px 20px;
    background: #fff;
    opacity: 0.8;
  }
  .stripImageCarouselText .sideContent {
    padding-top: 40px;
  }
  .stripImageCarousel .pageItemCarousel.carousel-inner {
    height: auto;
  }
}
