﻿/* ==========================================================================
   CUSTOM
   ========================================================================== */

/* ==========================================================================
   MASTER PAGE LAYOUT
   ========================================================================== */

/* Class used to contain the various pieces of the master page */
.container,
.header-container,
.SliderPage1 {
  /* background: #fff; */
}

/* MAIN
   ========================================================================== */

.wrapper {
  margin: 0 auto;
  display: block !important; /* added by jk to fix responsive carousel issues */
}

body#MainBody {
  background: url(images/site-header-bg.png) repeat-x 0 0;
}

/* achieve proper word wrapping within elements with a dynamic width */
#masterContentArea .ContentItemContainer {
  word-break: break-word;
}

.PanelField label, 
.PanelField .Label, 
.PanelField .PanelFieldValue, 
input, 
button, 
select, 
textarea {
  word-break: normal;
}

h1, .h1, .PageTitle,
h2, .h2, .PanelTitle {
  letter-spacing: 0.02em;
}

h2 {
  border-bottom-style: none !important;
}

h3 {
  font-family: "minion-pro",sans-serif;
  font-size: 170%;
}

label {
  font-weight: 600;
}

h2 a {
  border-bottom: none !important;
}

h2 a,
h3 a,
#masterContentArea .col-primary a {
  border-bottom: 0px solid transparent; 
  transition: color 0.2s ease;
}

h2 a:hover,
h2 a:focus,
h2 a:active,
h3 a:hover,
h3 a:focus,
h3 a:active,
#masterContentArea .col-primary a:hover, 
#masterContentArea .col-primary a:focus, 
#masterContentArea .col-primary a:active {
/*  border-bottom: 2px solid #00275b; */
  color: #ecbb0d;
}

#masterContentArea .col-primary a:hover, #masterContentArea .col-primary a:focus, #masterContentArea .col-primary a:active {
  text-decoration: none;
  border-bottom: 2px solid;
  border-bottom-color: inherit;
}

#masterHeaderImage {
    top: 0; position: absolute;
    -webkit-transition: all 50ms ease-out;
       -moz-transition: all 50ms ease-out;
         -o-transition: all 50ms ease-out;
            transition: all 50ms ease-out;    
}

.header {
  line-height: 1.2em;
}

@media (max-width: 767px) {
  #masterHeaderImage {
      width: 99px !important;
      height: 105px !important;
      position: relative;
      background-size: cover;
  }
}

/* ==========================================================================
   TYPEKIT
   ========================================================================== */

.wf-loading h1, .wf-loading .h1, .wf-loading .PageTitle,
.wf-loading .RadMenu.rmResponsive .rmRootGroup > .rmItem > .rmLink, 
.wf-loading h2, .wf-loading .h2, .wf-loading .PanelTitle {
  visibility: hidden;
}

.wf-active h1, .wf-active .h1, .wf-active .PageTitle,
.wf-active .RadMenu.rmResponsive .rmRootGroup > .rmItem > .rmLink, 
.wf-active h2, .wf-active .h2, .wf-active .PanelTitle {
  visibility: visible;
}

/* ==========================================================================
   AUXILIARY NAVIGATION
   ========================================================================== */

.nav-auxiliary a {
  /* Utility navigation links */
  text-transform: uppercase;
  /* font-size: 0.8em; */
  font-family: "proxima-nova";
  font-size: 0.84em;
  letter-spacing: 0.04em;
}

.header-social {
  padding: 10px 0 10px 7px;
}

.header-social a.btn {
  color: #fff; text-transform: capitalize;
}

a.SocialSprite.LargeButtons {
  margin-right: 1em;
}

span.nav-text {
  padding: 2px 0;
  line-height: 2em;
}

.search-field {
  height: 30px !important;
  font-family: "proxima-nova";
  font-size: 0.95em !important;
}

/***** Proxy Panel Styling *****/
/* This applies to the on behalf of (proxy) area */
.obo-container {
  display: none;
}

/* ==========================================================================
   PRIMARY NAVIGATION
   ========================================================================== */

div#navbar-collapse {
}

@media (max-width: 767px) {
  div#navbar-collapse {
    width: auto !important;
  }
  div[id*="_Primary_NavMenu"] .rmLink,
  div[id*="_Primary_NavMenu"] .rsmLink {
    color: #333 !important;
  }
}

.RadMenu.rmResponsive .rmRootGroup > .rmItem > .rmLink {
  font-family: arial, helvetica neue, sans-serif;
  letter-spacing: 0.0771em !important;
  -webkit-transition: background 0.1s ease;
          transition: background 0.1s ease;
}

@media (min-width: 768px) {
  div[id*="_Primary_NavMenu"] .rmRootGroup {
    line-height: 66px;
    margin-top: 1px !important
  }

  ul.rmVertical.rmGroup {
    line-height: normal;
  }

  div[id*="_Primary_NavMenu"] .rmRootGroup .rmItem {
    border-right: 1px solid #0B2D50;
  }

  div[id*="_Primary_NavMenu"] .rmRootGroup > .rmItem:hover:before,
  div[id*="_Primary_NavMenu"] .rmRootGroup > .rmItem.rmSelected:before {
          content: " ";
          z-index: 1;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 10px 12px 0 12px;
          border-color: #FFFFFF transparent transparent transparent; 
          position: absolute;
          top: -2px;
          right: 0;
          left: 0;
          margin: auto;
  }

  .Members {
    background: url(images/sprite-icon.png) no-repeat center 22px;
  }

  .Members:hover {
      background: url(images/sprite-main.png) repeat-x center -101px !important;
  }  
}

.rmResponsive .rmSlide .rmFocused > .rmLink,
.rmResponsive .rmSlide .rmSelected > .rmLink,
.rmResponsive .rmSlide .rsmSelected > .rsmLink,
.rmResponsive .rmSlide .rsmTwoLevels > .rsmItem.rsmSelected > .rsmLink {
  text-decoration: underline;
}
.rmResponsive .rmSlide .rmLink:hover, .rmResponsive .rmSlide .rmLink:focus,
.rmResponsive .rmSlide .rsmLink:hover,
.rmResponsive .rmSlide .rsmLink:focus,
.rmResponsive .rmSlide .rsmTwoLevels > .rsmItem > .rsmLink:hover,
.rmResponsive .rmSlide .rsmTwoLevels > .rsmItem > .rsmLink:focus {
  text-decoration: underline;
}

/* ==========================================================================
   SECONDARY NAVIGATION
   ========================================================================== */
/**** Telerik overrides ****/

.RadTreeView.RadTreeView_Austin a.rtIn {
  content: " - ";
}

.wrap {
  white-space: normal;
}

/* ==========================================================================
   SIDEBAR FOLLOW US
   ========================================================================== */

/* ==========================================================================
   Footer
   ========================================================================== */

#ft {
  background: #eee; 
  height: auto;
}

.footer-copyright {
  float: right !important;
}

.footer-nav-copyright a:first-child {
    margin-left: -5px;
}

div#masterFooterNewsletter {
  text-align: right;
}

/* ==========================================================================
   CONTENT
   ========================================================================== */

.home-page-content-layout {
  margin-top: -10px;
}

.row.carousel-row, 
.row.stories-row, 
.row.adv-row {
    width: 100%;
    margin: 0;
}

.carousel-col, 
.stories-col, 
.row.adv-row { 
  max-width: 1330px; margin: 0 auto; float: none;
}

.row.carousel-row {
  background: #0c161f; margin-bottom: 25px;
  -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
          box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

@media (max-width: 1329px) {
  .row.carousel-row:before {
    background: none;
  }
}

.row.stories-row {
  border-top: 1px solid #eaeaea;
  background: #fafafa;
  border-bottom: 1px solid #ddd;
}

.carousel-col {
  padding: 0;
}

.carousel-col .ContentItemContainer {
  padding: 0 !important;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .article-content .ContentItemContainer {
    text-align: center;
  }
}

.article-content > .ContentItemContainer {
  min-height: 175px;
}

.tall.article-content > .ContentItemContainer {
  min-height: 235px;
}

.article-content h2 {
  background: #86b245;
}

.home.article-content h2 {
  min-height: 70px;
}

.article-content > .ContentItemContainer {
  border: 1px solid rgba(134, 178, 69, 1); 
  margin-bottom: 1em;
}

.article-content h2 {
  color: #FFF;
  font-size: 1.14em;
  margin: 0;
  padding: 8px;
  border: 0;
}

.article-content .WebPartZone > .iMIS-WebPart:first-child > .ContentItemContainer, 
.article-content.WebPartZone:first-child > .ContentItemContainer {
  margin-bottom: 0;
}

.article-content .WebPartZone .iMIS-WebPart:last-child > .ContentItemContainer {
  padding: 4px 8px 0 8px;
  margin-bottom: 0;
}

.home.article-content .ContentItemContainer {
  border: none; padding: 0 !important;
}

.CalloutArea1, .CalloutBlockType1 {
  padding-bottom: 10px;
  border-bottom: 3px solid #86B245;
  font-size: 1.29em;
}

/* Custom CSS styles */

.LargeBlueButton:hover,
.LargeGreenButton:hover {
  color: #fff;
  background-color: #74716e;
  border-color: transparent;
}

/* tables */

.table-striped {
  overflow-x: auto;
}

.table-striped td {
    padding: .4em;
}

.table-striped tr:nth-child(odd) {
    background: #eee;
}

/* ==========================================================================
   BUTTONS
   ========================================================================== */

/* default button */
.box-content a {
  color: #fff;
  background-color: #042d58;
  border-color: transparent;
  font-size: 120% !important;
  padding: 9px 14px !important;
  border-radius: 4px;
}

.box-content a:hover {
  background-color: #000f41;
}

/* ==========================================================================
   PAGE CONTENT / TEMPLATE / LAYOUT
   ========================================================================== */

.no-padding {
  padding: 0;
}

/* changes to level 2 template when viewed at 992px - reposition all elements */

@media (min-width: 992px) {
  .col-sm-12.carousel-row {
    position: absolute;
    left: 0;
    top: 0;
  }
}

/* search results */

.SearchResultSummary .ListItemTitle a {
  font-weight: normal;
}

/* Cart Charges
   ========================================================================== */

.RadGrid_MetroTouch .rgHeader:first-child, .RadGrid_MetroTouch th.rgResizeCol:first-child, .RadGrid_MetroTouch .rgFilterRow>td:first-child, .RadGrid_MetroTouch .rgRow>td:first-child, .RadGrid_MetroTouch .rgAltRow>td:first-child {
    width: 70%;
    max-width: 660px;
}

/* ==========================================================================
   WEBFORMZ
   ========================================================================== */

.LockPane div {
  background-color: #2f8aa7 !important;
}

.WebFormZRow, .WebFormZAltRow { margin-left: 3px !important; line-height: 2em !important; }

div[class*='WFZ5Normal'] > div > label { width: 51% !important; margin: 0;}
div[class*='WFZ5Normal'] > div:last-child { width: 49% !important; margin: 0 !important; padding: 0 !important; }

div[class*='WFZ5Normal'] > div.PanelFieldValue { margin: 0 !important; padding: 0 !important; }

label.Required {
  background-image: none !important;
}

.WFZ5NormalRadioButtonSet .CheckBoxList label {
  font-weight: normal !important;
}

.Required:before {
  content: "* ";
  color: red; vertical-align: middle; 
}

/* Misc */

.no-panel-body .panel-body {
  padding: 0
}

div#ste_container_ContactAddressEditorCommon .panel-body {
  padding: 10px;
}

/* misc */

.flex-caption {
    /* width: 1180px; */
    background: none;
    padding: 0;
    position: absolute;
    padding: 15px;
}

.flexslider .slides > li {
    height: 345px;
    width: 100%;
    position: relative;
}

/* slider */

.flex-caption h1 {
    text-transform: uppercase;
    color: #fff;
    font-size: 50px;
    font-weight: 500;
    letter-spacing: 0.01em;
    text-shadow: 0px 1px 0 #000;
    font-family: "minion-pro",sans-serif;
    font-style: normal;
    font-weight: 700;
}

.flex-caption h2 {
    color: #fff; 
    padding: 0 3em 0.7em 0;
    font-size: 38px;
    letter-spacing: 0.02em;
    line-height: 44px;
    font-family: "minion-pro",sans-serif;
}

@media (max-width: 767px) {
  .flex-caption {
    text-align: center;
    padding: 0 2px !important;
    height: 92%; width: 100%;
    margin: auto;
    top: 0; left: 0; bottom: 0; right: 0;
  }

  .flexslider .slides > li {
    height: auto !important;
  }

  .flex-caption h1 {
    font-size: 200% !important;
  }

  .flex-caption h2 {
    padding: 0 !important;
    font-size: 140% !important;
    line-height: normal !important;
  }

  .flex-caption a.btn.PrimaryButton.MediumButton {
    font-size: 110% !important;
    padding: 4px 6px !important;
    border-radius: 2px;
  }
}

/* menu */

#Menu {
    padding-top: 10px;
    height: 29px; /* make height consistent for ie, webkit, mozilla browsers */
}

/* member menu and home page */

div[id*="_Primary_NavMenu"] > .rmHorizontal > li.rmItem:nth-child(10), 
div[id*="_Primary_NavMenu"] > .rmHorizontal > li.rmItem:nth-child(11),
div[id*="_Primary_NavMenu"] > .rmHorizontal > li.rmItem:nth-child(12),
div[id*="_Primary_NavMenu"] > .rmHorizontal > li.rmItem:nth-child(13),
div[id*="_Primary_NavMenu"] > .rmHorizontal > li.rmItem:nth-child(14) {
    display: none;
}

#ctl01_Member_NavMenu > .rmHorizontal > .rmItem:nth-child(0), 
#ctl01_Member_NavMenu > .rmHorizontal > .rmItem:nth-child(1),
#ctl01_Member_NavMenu > .rmHorizontal > .rmItem:nth-child(2),
#ctl01_Member_NavMenu > .rmHorizontal > .rmItem:nth-child(3),
#ctl01_Member_NavMenu > .rmHorizontal > .rmItem:nth-child(4),
#ctl01_Member_NavMenu > .rmHorizontal > .rmItem:nth-child(5),
#ctl01_Member_NavMenu > .rmHorizontal > .rmItem:nth-child(6),
#ctl01_Member_NavMenu > .rmHorizontal > .rmItem:nth-child(7),
#ctl01_Member_NavMenu > .rmHorizontal > .rmItem:nth-child(8) {
    display: none;
}

#ctl01_Member_NavMenu > .rmHorizontal > .rmItem:nth-child(10) > a {
    border-top-left-radius: 10px;
}

#ctl01_Member_NavMenu > .rmHorizontal > .rmItem:nth-child(14) > a {
    border-top-right-radius: 10px;
}

#ctl01_Member_NavMenu .rmSlide .rmLink, 
#ctl01_Member_NavMenu .rmSlide .rsmLink {
    color: inherit !important;
}

#ctl01_HomePageContent {
    position: relative;
}

.MemberPageNavRContainer {    
    width: 1250px;
    height: 50%;
    margin: auto;
    position: absolute;
    top: 0;
    margin-top: 291px;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

#ctl01_Member_NavMenu > ul.rmHorizontal > li {
    border-right: 1px solid #161719;
}

#ctl01_Member_NavMenu > ul.rmHorizontal > .rmLast {
    border-right: 0;
}

@media (max-width: 767px) {
  #ctl01_Member_NavMenu {
    display: none;
  }
}

.Members a:hover {
    background: transparent !important;
}

/* home page */

.home-heading .iMIS-WebPart > .ContentItemContainer {
    padding: 0.185em 0.385em 0.385em 0.385em;
}

.HomeContentArea {
    transition: box-shadow 0.8s ease;
    border-top: 5px solid #ecbb0d;
    background-image: -ms-linear-gradient(top, #fefefe 0%, #ffffff 100%);
    background-image: -moz-linear-gradient(top, #fefefe 0%, #ffffff 100%);
    background-image: -o-linear-gradient(top, #fefefe 0%, #ffffff 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fefefe), color-stop(1, #ffffff));
    background-image: -webkit-linear-gradient(top, #fefefe 0%, #ffffff 100%);
    background-image: linear-gradient(to bottom, #fefefe 0%, #ffffff 100%);  
    box-shadow: 0px 0px 2px 0px #ddd;
    border-bottom: 4px solid #eaeaea;
    min-height: 420px;
}

.HomeContentArea:hover {
    box-shadow: 0px 0px 10px 1px #ccc;
}

.HomeContentArea .PanelBody
{
    padding: 0;
}

.title-icon {
    background: url(images/sprite-icon2.png) no-repeat;
    padding: 0.5em 2.8em;
    border-bottom: 1px solid #aaa;
    font-family: "proxima-nova";
    letter-spacing: 0.04em;
}

/* documents */

.documents {
    background-position: 10px 6px;
}

.events {
    background-position: 10px -44px;
}

.tweets {
    background-position: 10px -94px;
}

.box-title, .box-content {
    padding: 0 15px 5px 5px;
}

.box-title a { color: inherit; }

.new-content {
    /*content: "NEW";*/
    width: 70px;
    color: #fff;
    font-size: 0.7em;
    text-align: center;
    padding: 2px 5px;
    text-shadow: 0 1px 0 #000;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 5px 0 -21px;
    position: relative;
    background: #ebb700;
}

.new-content:before {
    border-bottom: 5px solid transparent; 
    border-right: 5px solid #001b41; 
    border-left: 5px solid transparent;
    position: absolute;
    right: 65px;
    top: 41px;
    content: " ";
}

.HomeContentArea .read-more /* , .view-all */ {
    display: block;
    background: rgb(0,27,65);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMWI0MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDBmMjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(0,27,65,1) 0%, rgba(0,15,36,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,27,65,1)), color-stop(100%,rgba(0,15,36,1)));
    background: -webkit-linear-gradient(top,  rgba(0,27,65,1) 0%,rgba(0,15,36,1) 100%);
    background: -o-linear-gradient(top,  rgba(0,27,65,1) 0%,rgba(0,15,36,1) 100%);
    background: -ms-linear-gradient(top,  rgba(0,27,65,1) 0%,rgba(0,15,36,1) 100%);
    background: linear-gradient(to bottom,  rgba(0,27,65,1) 0%,rgba(0,15,36,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001b41', endColorstr='#000f24',GradientType=0 );
    min-width: 100px;
    max-width: 180px;
    text-align: left; text-transform: uppercase;
    padding: 15px 0 15px 25px;
    font-size: 1.2em;
    border-radius: 4px;
    color: #fff;
    position: relative;
}

.view-all,
.TaggedListPanel:last-child > div[translate='yes'] > a {
  color: #666 !important;
  text-transform: uppercase;
  float: right; text-align: right; 
  letter-spacing: 0.05em;
  font-weight: 600;
  margin-right: 5px;
}

/* search */

.SearchField label {
  font-weight: normal;
}

.SearchResultSummary .ListItemTitle a {
    text-transform: capitalize;
    font-family: "minion-pro",sans-serif;
}

/*.ActionButton .btn:after, .HomeContentArea .read-more:after, .view-all:after {*/
.ActionButton .btn:after, .HomeContentArea .read-more:after {
    content: ">";
    position: absolute;
    right: 5px;
    font-size: 1.15em;
    border-left: 1px solid rgba(14, 11, 11, 1);
    line-height: 35px;
    margin: 0;
    padding: 5px;
    top: 0;
}

.HomeContentArea .read-more:after /* , .view-all:after */ {
    font-size: 1.45em;
    border-left: 1px solid rgba(0, 0, 0, 1);
    line-height: 41px;
    padding: 5px;
}

/* .HomeContentArea .view-all:after  , .view-all:after  {
    display: none;
}*/

.HomeContentArea .TaggedListPanel .view-all {
    display: none;
}

.Tagged-list-item {
    transition: background 0.2s ease;
    -webkit-transition: background 0.2s ease;
    box-shadow: 1px 1px 1px 1px #ccc;
    border: 1px solid #eee;
    padding: 1em;
    border-radius: 3px;
    margin: 1.2em 0;
    background: #fff;
}

.Tagged-list-item:hover {
    background: #fafafa;
    border: 1px solid #dadada;
}

.Tagged-list-item a:last-child {
    display: inline-block;
    padding: 5px 8px;
    margin: 5px 0;
    border-radius: 2px;
    background: url(images/sprite-main.png) repeat-x center -20px;
    color: #fff;
}

.Tagged-list-item h3 {
    margin: 0;
}

.Tagged-list-item > h3 > a {
    background: transparent !important; color: #00275b !important; padding: 5px 0 !important;
}

.event-date {
    font-size: 1.1em;
    padding: 5px 0 5px 0;
    font-family: "proxima-nova";
    letter-spacing: 0.02em;
    color: #555;
}

.publication-date {
    font-style: italic;
    color: #aaa;
}

/* twitter */