/* Custom Responsive theme for REBI */
/*!
 *  Font Awesome v4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@import url("//use.fontawesome.com/releases/v4.7.0/css/font-awesome-css.min.css");
/* FONT PATH
 * -------------------------- */
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700");
@font-face {
  font-family: 'FontAwesome';
  src: url("//use.fontawesome.com/releases/v4.7.0/fonts/fontawesome-webfont.eot");
  src: url("//use.fontawesome.com/releases/v4.7.0/fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("//use.fontawesome.com/releases/v4.7.0/fonts/fontawesome-webfont.woff2") format("woff2"), url("//use.fontawesome.com/releases/v4.7.0/fonts/fontawesome-webfont.woff") format("woff"), url("//use.fontawesome.com/releases/v4.7.0/fonts/fontawesome-webfont.ttf") format("truetype"), url("//use.fontawesome.com/releases/v4.7.0/fonts/fontawesome-webfont.svg#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

/*
Embed code fd1504503e
*/
/*
$font-size-h1:          190% !default;
$font-size-h2:          150% !default;
$font-size-h3:          115% !default;
$font-size-h4:          100% !default;
$font-size-h5:          90% !default;
$font-size-h6:          85% !default;
*/
/* ==========================================================================
   MASTER PAGE LAYOUT
   ========================================================================== */
/**
 * Styles necessary to properly align the Cities master page
 **/
#masterWrapper.yui-t2 {
  width: auto; }

/*
.iMIS-WebPart > .ContentItemContainer, .WebPartZone > .ContentItemContainer {
	margin-bottom: 0px;
}
*/
/* Class used to contain the various pieces of the master page */
.container,
.header-container,
.SliderPage1 {
  position: relative;
  z-index: 3;
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }
  .no-mqs .container, .no-mqs
  .header-container, .no-mqs
  .SliderPage1 {
    min-width: 960px; }

.container:before, .container:after,
.body-container:before,
.body-container:after {
  content: " ";
  display: table; }

.container:after,
.body-container:after {
  clear: both; }

/* handle secondary column layout */
@media (min-width: 992px) {
  .has-secondary-col .col-primary {
    width: 70%; }
  .has-secondary-col .col-secondary {
    width: 23%; }
  .has-secondary-col.col-on-right .col-primary {
    float: right;
    margin-right: 4%; }
  .has-secondary-col.col-on-right .col-secondary {
    float: left; }
  .has-secondary-col.col-on-left .col-primary {
    float: right;
    margin-left: 4%; }
  .has-secondary-col.col-on-left .col-secondary {
    float: left; } }

.no-mqs .has-secondary-col .col-primary {
  width: 70%; }

.no-mqs .has-secondary-col .col-secondary {
  width: 23%; }

.no-mqs .has-secondary-col.col-on-right .col-primary {
  float: right;
  margin-right: 4%; }

.no-mqs .has-secondary-col.col-on-right .col-secondary {
  float: left; }

.no-mqs .has-secondary-col.col-on-left .col-primary {
  float: right;
  margin-left: 4%; }

.no-mqs .has-secondary-col.col-on-left .col-secondary {
  float: left; }

/* Header
   ========================================================================== */
/**
 * The following declarations are required to reposition the search bar and
 * Sign In/Out link at different sizes via appendAround 
 */
.search-container,
.auth-link-container {
  display: block; }
  @media (min-width: 768px) {
    .search-container,
    .auth-link-container {
      display: none; } }
  .no-mqs .search-container, .no-mqs
  .auth-link-container {
    display: none; }

.search-container-sm,
.auth-link-container-sm {
  display: none !important; }
  @media (min-width: 768px) {
    .search-container-sm,
    .auth-link-container-sm {
      display: inline-block !important; } }
  .no-mqs .search-container-sm, .no-mqs
  .auth-link-container-sm {
    display: inline-block !important; }

/* This applies to the area behind the header logo and auxiliary navigation */
.panel-body .SearchField {
  padding: 0px; }

.header {
  z-index: 100;
  background-color: #fff;
  position: fixed;
  width: 100%;
  padding-bottom: 10px;
  -webkit-box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.2); }
  .header .search-field, .header .LanguageSelector {
    background-color: #ECECEC;
    font-size: 60%;
    color: #000000;
    padding: 3px 10px !important;
    height: 28px;
    text-transform: uppercase;
    border-radius: 10px; }
  .header .search-field {
    background-image: none;
    width: 200px;
    display: none; }
  .header:after {
    display: block;
    content: " ";
    z-index: 0;
    top: 50px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    position: absolute;
    height: 66px;
    /* @include breakpoint (max-width 1024px) {
			 height: 140px;
		}*/ }
    @media (max-width: 770px) {
      .header:after {
        height: 115px;
        top: 0px; } }

@media only screen and (min-width: 768px) and (max-width: 950px) {
  /*
	.navbar-collapse {
		position: absolute;
		top: 60px;
	}	
*/
  .contact .fa {
    display: none; } }

.header-links {
  font-size: 150%; }
  .header-links a {
    padding: 0 5px; }

@media (min-width: 768px) {
  .nav-primary {
    margin-top: 0px; } }

.no-mqs .nav-primary {
  margin-top: 0px; }

.navbar-collapse {
  clear: both; }
  @media (max-width: 767px) {
    .navbar-collapse {
      /* expand to the full width of the page */
      
   margin-top:-10px;  
   margin-right: -10px; } }
   
     @media (max-width: 400px) {
    .navbar-collapse {
      /* expand to the full width of the page */
    
   margin-top:-10px;  
   margin-right: -10px; } }
  @media (min-width: 768px) {
    .navbar-collapse {
      clear: right; } }
  .no-mqs .navbar-collapse {
    clear: right; }

@media (min-width: 768px) {
  .nav-primary {
    float: right;
    clear: right; } }

.no-mqs .nav-primary {
  float: right;
  clear: right; }

.header-logo-container {
  float: left;
  margin-top: 7px;
  position: absolute; }
  .header-logo-container img {
    float: left;
    margin-right: 10px; }
  .header-logo-container h1 {
    font-size: 110%;
    margin: 0px; }
    .header-logo-container h1 a {
      line-height: 28px;
      width: 260px;
      color: #000;
      text-transform: uppercase;
      font-weight: 700; }
      .header-logo-container h1 a span {
        display: inline-block;
        float: left;
        width: 180px;
        margin-top: 10px; }
  @media only screen and (max-width: 950px) {
    .header-logo-container {
      /*
		margin-top: 40px;  
		width: 260px;
		left: 50%;
		margin-left: -120px;
*/ } }

  @media (min-width:390px) and (max-width: 767px) {
	  .header-container {padding-left:0px !important;
	  }
  }
  @media only screen and (max-width: 610px) {
    .header-logo-container {
      /* 		margin-top: 50px;    */ } }

@media (max-width: 991px) {
  .navbar-header {
    position: absolute;
    top: 10px;
    right: 64px; }
	.header{
	    background-color: #f2f2f2 !important;
		position:relative;
	}
	.UtilityNavigationList {
		min-width: 0px !important;
	}
	.rmText {
		opacity: 0.99 !important;
	}
	.nav-auxiliary .navbar-toggle {
		    position: absolute !important;
			    right: -180px !important;
	}
	
	.HomePageFullWidthArea {
		     margin: 0px auto auto !important; 
	}
	

}
@media (max-width: 767px) {
	.UtilitySection.UtilityNavigationToggle {
	right:180px !important;
}
	.header{
	    background-color: #f2f2f2 !important;
		position:relative;
	}
	.UtilityNavigationList {
		min-width: 0px !important;
	}
	.rmText {
		opacity: 0.99 !important;
	}
	.nav-auxiliary .navbar-toggle {
		    position: absolute !important;
			    right: -180px !important;
	}
	
	.HomePageFullWidthArea {
		     margin: 0px auto auto !important; 
	}
	#ctl01_ciUtilityNavigation_UtilityPlaceholder > div.UtilitySection.UtilityNavigationToggle > button 
	{  position: absolute !important; 
	right: -170px !important;}
  .header-social {
    display: none !important; }

	}

.header-social a {
  text-decoration: none; }

/* These styles apply to the auxiliary and footer navigation */
.NavigationUnorderedList {
  padding-left: 0;
  margin: 0;
  display: inline-block; }

.NavigationListItem {
  list-style-type: none;
  display: inline-block;
  margin-left: 0; }

.NavigationLink {
  padding-left: 5px;
  padding-right: 5px;
  white-space: nowrap; }

@media (max-width: 767px) {
  .ste-section {
    display: none !important; } }

.header-top-container {
  min-height: 31px;
  background-color: #f2f2f2; }

.header-bottom-container {
  padding-bottom: 0px;
  padding-top: 0px;
  clear: both;
  background-color: none; }
  @media only screen and (max-width: 767px) {
    .header-bottom-container {
      position: absolute;
      top: 60px;
      width: 100%;
      padding-bottom: 0px;
      border-bottom: solid 4px #ffc80a; } }

/* Main
   ========================================================================== */
.page-title h1 {
  color: #fff;
  text-align: center;
  margin: 0px;
  padding: 15px 0px; }

#masterContentArea {
  background-color: #fff; }

/* This applies to the breadcrumb area */
.breadcrumb {
  float: none;
  display: inline;
  line-height: 33px;
  padding-bottom: 20px;
  font-size: 75%;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold; }

/***** Proxy Panel Styling *****/
/* This applies to the on behalf of (proxy) area */
.obo-container {
  float: right; }

.obo-panel {
  line-height: 2.4em;
  white-space: nowrap;
  padding-right: 5px;
  padding-left: 5px;
  margin-bottom: 10px; }
  .obo-panel.on {
    padding-left: 2em;
    padding-right: 2em; }
  .account-menu .obo-panel {
    /* within the account area dropdown make the padding match the other items*/
    padding: 3px 10px; }

.obo-label,
.obo-actions {
  display: inline-block; }

.obo-label {
  font-weight: bold; }
  .obo-label span:after {
    content: ':'; }

/* This applies to the button area at the bottom of the page (e.g., Save, Cancel) */
.CommandBar {
  margin: .5em 0; }

/* Sticky Footer
   ========================================================================== */
/**
 * Responsive sticky footer.
 * See http://www.joshrcook.com/a-responsive-sticky-footer/ 
 */
.wrapper {
  display: table;
  width: 100%;
  height: 100%;
  background: url("images/header-bg.jpg") no-repeat center center fixed;
  background-size: cover;
  overflow: hidden; }

.footer {
  display: table-row;
  height: 1px; }

/* Panel Overides
   ========================================================================== */
.panel-body, .PanelBody {
  padding: 0px; }

/* ==========================================================================
   Carousel Stories
   ========================================================================== */
/**
 * Styles necessary to update the text and display of the carousel
 **/
.fixed .carousel .item {
  background-attachment: fixed; }

.banner-page-top.inner {
  margin-top: -114px; }

@media (max-width: 767px) {
  .adventure .carousel .item {
    height: 250px !important; } }

#ste_container_NewSlideshowCommon {
  background-color: #174e8e; }

.carousel-indicators {
  bottom: 10px;
  left: 100px;
  z-index: 100; }
  .carousel-indicators li {
    border-radius: 0px;
    margin: 2px; }
  .carousel-indicators .active {
    margin: 2px;
    background-color: rgba(255, 255, 255, 0.8); }

.carousel-caption {
  text-align: left;
  background-color: #174e8e;
  text-shadow: none;
  padding: 60px 25px 30px;
  position: absolute;
  left: 0px;
  width: 33%;
  height: 100%;
  bottom: 0px; }
  .carousel-caption h2 {
    color: #174e8e;
    margin: 0px 0px 15px; }
  @media (max-width: 992px) {
    .carousel-caption {
      left: 0; } }

.carousel-caption:empty {
  padding: 0px; }

.carousel-dark .carousel-caption {
  background-color: rgba(0, 0, 0, 0.7); }
  .carousel-dark .carousel-caption h2, .carousel-dark .carousel-caption h3 {
    color: #ffffff; }

.carousel-control.left {
  margin-left: -90px;
  background-image: none; }

.carousel-control.right {
  margin-right: -100px;
  background-image: none; }

/* ==========================================================================
   Basic setup
   ========================================================================== */
body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 300;
  color: #373434; }

a {
  color: #00447c ;
  text-decoration: none; }
  a:visited {
    color: #005296 ; }
  a:hover, a:focus, a:active {
    color: #f7931d ; }
  a.aspNetDisabled, a.aspNetDisabled:hover, a.aspNetDisabled:focus, a.aspNetDisabled:active, a.aspNetDisabled:visited {
    color: #f2f2f2 ; }

.RadGrid a, .RadToolTip a {
  color: #00447c  !important; }
  .RadGrid a:visited, .RadToolTip a:visited {
    color: #005296  !important; }
  .RadGrid a:hover, .RadGrid a:focus, .RadGrid a:active, .RadToolTip a:hover, .RadToolTip a:focus, .RadToolTip a:active {
    color: #f7931d  !important; }
  .RadGrid a.aspNetDisabled, .RadGrid a.aspNetDisabled:hover, .RadGrid a.aspNetDisabled:focus, .RadGrid a.aspNetDisabled:active, .RadGrid a.aspNetDisabled:visited, .RadToolTip a.aspNetDisabled, .RadToolTip a.aspNetDisabled:hover, .RadToolTip a.aspNetDisabled:focus, .RadToolTip a.aspNetDisabled:active, .RadToolTip a.aspNetDisabled:visited {
    color: #f2f2f2  !important; }

p {
  margin-top: 1em;
  margin-bottom: 1em; }

/* Headings
   ========================================================================== */
/*h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .PageTitle, .PanelTitle, .SectionTitle, .SectionLabel, .SectionLabelSmaller {
	font-weight: 500;
}*/
h1, .h1, .PageTitle, h1.BigHeader, .h1.BigHeader {
  color: #373434;
  font-size: 48px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-bottom: 1em;
  margin-top: 0px; }

h2, .h2 {
  line-height: 1.45em;
  font-size: 32px;
  color: #00447c;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  margin: 10px 0px 20px;
  min-height: 0; }

h3, .PanelTitle, h2.panel-title {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 24px;
  margin: 20px 0px;
  color: #00447c; }

.PanelTitle, h2.panel-title {
  margin-bottom: 10px;
  color: #00447c; }

h4, .h4 {
  color: #000000;
  line-height: 24px;
  font-weight: 700;
  font-size: 19px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 25px; }

.SectionLabel {
  color: #000000; }

h5, .h5 {
  color: #000000;
  font-size: 16px;
  margin: 0 0 1em;
  line-height: 1.5em; }

h6, .h6 {
  margin: 0; }

h1.colour, h2.colour, h3.colour, h4.colour {
  color: #ffc80a; }

h1.black, h2.black, h3.black, h4.black {
  color: #373434; }

.center {
  text-align: center; }

.PanelHead.Distinguish,
.TitleBarCaption,
div.PanelTitle,
.panel-heading.Distinguish {
  min-height: 0;
  border-bottom-style: solid; }

.heading {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden; }
  .heading:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    height: 5px;
    background-image: url(/web/images/pbk/dot.png);
    background-position: left top;
    background-size: auto;
    background-repeat: repeat-x; }

.right {
  float: right; }

hr {
  border-width: 1px 0 0 0;
  border-color: #666;
  margin: 2em auto;
  clear: both; }

hr.heavy, div.heavy-hr {
  border: 0px;
  background: url(images/pattern-bg.png) no-repeat center center fixed;
  background-size: cover;
  height: 40px;
  display: block;
  width: 100%;
  margin-top: 3em;
  margin-bottom: 3em; }

hr.space {
  border-color: transparent;
  margin: 1em; }

hr.second {
  border-color: #ffc80a;
  border-style: dashed; }

.StandardPanel,
.ContentBorder,
h2,
.PanelHead.Distinguish,
.TitleBarCaption,
div.ShowFieldset fieldset,
.panel-border,
.panel-heading.Distinguish {
  border: 0px;
  padding: 0px; }

.PanelHead.Distinguish .PanelHeadOptions,
.panel-heading.Distinguish .panel-head-options {
  margin-top: .6em; }

/* Used for messages guiding users to the next step */
.HelperText {
  color: #0064cd; }

/* This gives certain selected items (e.g., in the PeoplePanel in the Event Showcase) a colored background */
.SelectedItem {
  background-color: #174e8e; }

/**
      * This automatically resizes images when they're too large to fit in their container. 
      * It may override any user-defined width/height on images. If the behavior is unwanted, 
      * consider changing this declaration to a class (e.g. '.img-responsive') which you can 
      * apply as desired.
      */
img {
  max-width: 100%;
  height: auto; }

/**
      * Sometimes images should not be resized. This class can be used as a wrapper or directly
      * on the image to avoid the resizing.
      */
img.ImgNoResize, .ImgNoResize img {
  max-width: none; }

/* Give a block of text some extra emphasis.
 * This class also makes the text larger, per UltraWave styles */
.lead {
  margin-bottom: 20px; }

.caption {
  padding: 5px;
  background-color: #ECECEC;
  float: left;
  margin-right: 1em;
  margin-bottom: 1em; }
  .caption p {
    font-size: 80%;
    margin: 0.5em 0; }

.caption.right {
  float: right;
  margin-left: 1em; }

.col-sm-4 .caption, .col-sm-4 .caption.right {
  float: none;
  margin: 0px; }

/* ==========================================================================
   MASTERPAGE ELEMENTS
   ========================================================================== */
/* This applies to the loading bar at the top of the page */
.ProgressDiv {
  background-color: #ffdd6f; }

/* Universal search control */
.search-field {
  background: #fff url("images/ResponsiveHeaderSprite.png") no-repeat;
  background-position: 7px -16px;
  padding-left: 28px !important;
  color: #777;
  border-color: #CCC; }

.header-search .TextButton {
  display: none; }

/* header logo */
#masterHeaderImage {
  background-image: url("images/HeaderLogo.png");
  background-repeat: no-repeat;
  width: 288px;
  height: 105px;
  /* The following are needed to hide the text, but allow it to be read by screen readers */
  text-indent: -9999px;
  overflow: hidden;
  float: left;
  background-size: contain;
  margin-top: -35px;
  margin-left: -20px; }
  @media (min-width: 768px) {
    #masterHeaderImage {
      margin-top: -10px; } }
  .no-mqs #masterHeaderImage {
    margin-top: -10px; }

#masterDonorHeaderImage {
  background-image: url("images/HeaderLogo.png");
  background-repeat: no-repeat;
  width: 288px;
  height: 105px;
  /* The following are needed to hide the text, but allow it to be read by screen readers */
  text-indent: -9999px;
  overflow: hidden;
  float: left; }

/* Used in the donor site header logo content area */
#masterHeaderActionArea a {
  display: block;
  text-align: center; }

/* On Behalf Of with target set */
.ProxyPanelContact {
  background-color: #00447c; }
  .ProxyPanelContact, .ProxyPanelContact .obo-label {
    color: #fff; }
  .ProxyPanelContact a {
    color: #49adff; }

/* Sub (Left) Navigation
   ========================================================================== */
#pagesubnav {
  border-right: 1px solid #00447c;
  border-bottom: 1px solid #00447c; }

.SubNavPanelHead {
  background-color: #eee;
  color: #373434;
  font-family: "Roboto", sans-serif;
  font-weight: 300; }

.SubNavigationSeparator {
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #00447c;
  height: 1px;
  padding: 0;
  margin: 0; }

/* ==========================================================================
   Footer
   ========================================================================== */
.footer-nav-copyright {
  padding-top: 1em;
  padding-bottom: 0.35em;
  /* 1em - .65em (bottom margin on nav lis) */ }

.footer-content {
  padding-top: 1em; }

.footer-content-section {
  padding: 0 10px 1em; }

.footer-nav-copyright:before, .footer-nav-copyright:after {
  content: " ";
  display: table; }

.footer-nav-copyright:after {
  clear: both; }

.footer-nav-copyright .NavigationUnorderedList,
.footer-nav-copyright .footer-copyright {
  margin: 0; }

@media (max-width: 767px) {
  .footer-nav-copyright .footer-social-copyright {
    text-align: center; } }

.footer-nav-copyright .footer-social-copyright .footer-social,
.footer-nav-copyright .footer-social-copyright .footer-copyright {
  padding-top: 10px;
  padding-bottom: 10px; }

@media (min-width: 768px) {
  .footer-nav-copyright .footer-social-copyright .footer-social {
    text-align: left; }
  .footer-nav-copyright .footer-social-copyright .footer-copyright {
    float: right;
    width: auto;
    clear: right; } }

.no-mqs .footer-nav-copyright .footer-social-copyright .footer-social {
  text-align: left; }

.no-mqs .footer-nav-copyright .footer-social-copyright .footer-copyright {
  float: right;
  width: auto;
  clear: right; }

.footer-copyright p {
  margin-bottom: 0; }

@media (min-width: 480px) {
  .footer-content-section {
    float: left;
    width: 50%; } }

.no-mqs .footer-content-section {
  float: left;
  width: 50%; }

@media (min-width: 768px) {
  .footer .footer-social {
    width: 33.3333333333%; }
  .footer .footer-promo-container {
    width: 66.6666666667%; } }

.no-mqs .footer .footer-social {
  width: 33.3333333333%; }

.no-mqs .footer .footer-promo-container {
  width: 66.6666666667%; }

#masterFooterCopyright {
  clear: both; }

.footer-content {
  background-color: #f2f2f2;
  color: #f2f2f2; }
  .footer-content h2 {
    margin-top: 0;
    color: #f2f2f2;
    border-bottom: none; }
  .footer-content a {
    color: #f7931d; }
    .footer-content a:hover {
      color: #d97908; }
  .footer-content .fa {
    font-size: 28px;
    color: #f2f2f2; }

.footer-social {
  padding-top: 10px; }
  .footer-social a {
    margin-right: .5em; }

.footer-list ul {
  margin: 0px; }

.footer-promo-container .promo {
  background-color: #b2b2b2;
  /* rgba fallback */
  background-color: rgba(178, 178, 178, 0.5);
  padding: 10px;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.075), 0 1px 0 rgba(255, 255, 255, 0.1); }

.footer-promo-container .lead {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-bottom: .25em;
  font-size: 130%;
  line-height: inherit; }
  @media (min-width: 768px) and (max-width: 991px) {
	  .header-container {padding-left:0px !important;
	  }
    .footer-promo-container .lead {
      font-size: 150%; } }
  @media (min-width: 992px) {
    .footer-promo-container .lead {
      font-size: 170%; } }
  .no-mqs .footer-promo-container .lead {
    font-size: 170%; }

.footer-promo-container .TextButton {
  background-color: #b2b2b2;
  /* rgba fallback */
  background-color: rgba(178, 178, 178, 0.5);
  color: #fff; }
  .footer-promo-container .TextButton:hover {
    background-color: #b2b2b2;
    /* rgba fallback */
    background-color: rgba(178, 178, 178, 0.8); }

.footer-nav-copyright {
  background-color: #f2f2f2;
  color: #666; }
  .footer-nav-copyright a, .footer-nav-copyright a:visited {
    color: #00447c; }
  .footer-nav-copyright a:hover, .footer-nav-copyright a:active {
    color: #0060af; }

/* Footer Slider
   ========================================================================== */
#ft .carousel-inner.bg-img > .item {
  background-size: auto;
  background-attachment: inherit;
  background-color: #000; }

#ft .carousel-indicators, #ft .carousel-caption, #ft .carousel-control {
  display: none; }

/* Compatibility Footer
   ========================================================================== */
/* Old-style footer (pre-responsive) */
#ft {
  color: #f2f2f2;
  background-size: cover;
  position: relative;
  overflow: hidden; }
  #ft p {
    margin-top: 0px; }
  #ft .footer-content {
    padding-top: 40px;
    position: relative; }
  #ft a {
    color: #f7931d; }
    #ft a:hover {
      color: #f7931d;
      border-bottom: 1px solid #f7931d; }
  #ft a.TextButton {
    margin-top: 15px; }
    #ft a.TextButton:hover {
      color: #fff; }
  #ft h4 {
    color: #bbb;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    margin-bottom: 10px;
    margin-top: 0px; }
  #ft .custom-list {
    font-size: 80%;
    letter-spacing: 1px;
    text-transform: uppercase; }

#masterFooterConnectWithUs {
  border-style: solid;
  border-color: rgba(0, 68, 124, 0.8);
  border-width: 0 1px; }

#masterFooterContent a,
#masterFooterCopyright a,
#masterFooterNavigation a {
  color: #f7931d; }
  #masterFooterContent a:visited,
  #masterFooterCopyright a:visited,
  #masterFooterNavigation a:visited {
    color: #f7931d; }
  #masterFooterContent a:hover, #masterFooterContent a:active,
  #masterFooterCopyright a:hover,
  #masterFooterCopyright a:active,
  #masterFooterNavigation a:hover,
  #masterFooterNavigation a:active {
    color: #d97908; }

#masterFooterCopyright {
  border-color: #00447c;
  /* rgba fallback */
  border-top: 1px solid rgba(0, 68, 124, 0.5); }

/* ==========================================================================
   PRIMARY NAVIGATION
   ========================================================================== */
.navbar-collapse, .searchbar-collapse {
  background-color: #fff; }
  @media (min-width: 768px) {
    .navbar-collapse, .searchbar-collapse {
      padding-left: 0;
      padding-right: 0;
      background-color: transparent;
      border: none; } }
  .no-mqs .navbar-collapse, .no-mqs .searchbar-collapse {
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
    border: none; }
	
/* About IAA dropdown menu fixes
.rmRootGroup.rmToggleHandles.rmHorizontal .rmItem .rmSlide {
    height: 678px !important;
    overflow-y: scroll !important;
    position: absolute;
    top: 28px !important;
} */

.auth-link-container {
  /* container for the sign in link when the browser is <768px wide */
  padding: 0px 10px;
  text-align: right;
  border-bottom: 1px solid #f7931d; }

/* Reset some Telerik defaults */
.RadMenu.RadMenu_Austin {
  float: none; }
  .RadMenu.RadMenu_Austin .rmGroup, .RadMenu.RadMenu_Austin .rmRootGroup, .RadMenu.RadMenu_Austin .rmMultiColumn, .RadMenu.RadMenu_Austin .rmRootGroup > .rmItem {
    border: none; }
  .RadMenu.RadMenu_Austin .rmVertical .rmToggle .rmIcon:before, .RadMenu.RadMenu_Austin .rmVertical .rmExpand:before, .RadMenu.RadMenu_Austin .rmRightArrow .rmIcon:before,
  .RadMenu.RadMenu_Austin .rmHorizontal .rmToggle .rmIcon:before, .RadMenu.RadMenu_Austin .rmHorizontal .rmExpand:before, .RadMenu.RadMenu_Austin .rmBottomArrow .rmIcon:before {
    content: none; }
  .RadMenu.RadMenu_Austin .rmItem, .RadMenu.RadMenu_Austin .rmHorizontal > .rmItem, .RadMenu.RadMenu_Austin .rmHorizontal > .rmRootScrollGroup > .rmItem,
  .RadMenu.RadMenu_Austin .rmLink {
    float: none; }
  .RadMenu.RadMenu_Austin .rmLink {
    padding: 0px; }
  .RadMenu.RadMenu_Austin .rmText {
    display: inline-block;
    vertical-align: top;
    float: none; }
    .RadMenu.RadMenu_Austin .rmText .rmExpandDown {
      font-size: 150%;
      font-weight: 500; }
  .RadMenu.RadMenu_Austin .rmRootGroup .rmRootLink .rmToggle, .RadMenu.RadMenu_Austin .rmToggle {
    width: auto; }
  .RadMenu.RadMenu_Austin .rmToggle, .RadMenu.RadMenu_Austin .rmToggle .rmIcon, .RadMenu.RadMenu_Austin .rmRootGroup .rmRootLink .rmToggle {
    position: static; }
  .RadMenu.RadMenu_Austin .rmGroup .rmContent, .RadMenu.RadMenu_Austin .rmRootGroup .rmContent {
    padding: 0; }
  .RadMenu.RadMenu_Austin .RadSiteMap, .RadMenu.RadMenu_Austin .RadSiteMap .rsmItem, .RadMenu.RadMenu_Austin .RadSiteMap .rsmTwoLevels .rsmItem {
    font-size: inherit; }

.rmSelected .rmText:after {
  content: " ";
  display: block;
  height: 5px;
  background-color: #f7931d;
  width: 100%;
  position: absolute;
  bottom: -5px;
  left: 0px; }
  @media (max-width: 767px) {
    .rmSelected .rmText:after {
      display: none; } }

@media (max-width: 767px) {
  .RadMenu.RadMenu_Austin .rmRootGroup > .rmItem > .rmSelected,
  .RadMenu.RadMenu_Austin .rmSelected > .rmRootLink,
  .RadMenu.RadMenu_Austin .rmFocused > .rmRootLink {
    /* root itme selected styles */
    color: #fff !important;
    background-color: #00447c !important; } }

.RadMenu.RadMenu_Austin {
  z-index: 1000 !important;
  position: relative;
  width: 100% !important; }
  .RadMenu.RadMenu_Austin ul {
    margin: 0;
    padding: 0; }
  .RadMenu.RadMenu_Austin .rmItem, .RadMenu.RadMenu_Austin .rsmItem {
    list-style: none; }
  .RadMenu.RadMenu_Austin .rmDisabled > a, .RadMenu.RadMenu_Austin .rsmDisabled > a {
    cursor: default; }
  .RadMenu.RadMenu_Austin .rmItem {
    width: auto;
    clear: both; }
  .RadMenu.RadMenu_Austin .rmText,
  .RadMenu.RadMenu_Austin .rmHorizontal .rmText,
  .RadMenu.RadMenu_Austin .rmSlide .rmText {
    padding: 0px 10px;
    float: left; }
  .RadMenu.RadMenu_Austin .rmSlide .rmText {
    /* give space for the expand arrow */
    padding-right: 35px; }
  .RadMenu.RadMenu_Austin .rmSlide .rmGroup {
    position: relative;
    box-shadow: 0 30px 80px 0 rgba(0, 0, 0, 0.19), 0 12px 24px 0 rgba(0, 0, 0, 0.23); }
  .RadMenu.RadMenu_Austin .rsmItem {
    /*    padding: ($navbar-padding-vertical / 2) $navbar-padding-horizontal;*/
    margin: 0; }
  .RadMenu.RadMenu_Austin .rsmTwoLevels .rsmLink {
    margin-bottom: 0;
    padding: 0px 0px 0px 10px; }
  .RadMenu.RadMenu_Austin .rsmColumn {
    /* for multiple columns on the mega menu */
    display: inline-block;
    vertical-align: top;
    padding-right: 0px; }
    @media (max-width: 480px) {
      .RadMenu.RadMenu_Austin .rsmColumn {
        /* on very small screens drop mega menu columns to one */
        width: 100% !important; } }
  .RadMenu.RadMenu_Austin .rsmColumnWrap {
    margin-bottom: 0; }
  .RadMenu.RadMenu_Austin .rsmThreeLevels .rsmLevel1 .rsmLink,
  .RadMenu.RadMenu_Austin .rsmThreeLevels .rsmLevel1 .rsmTemplate,
  .RadMenu.RadMenu_Austin .rsmTwoLevels .rsmLevel1 .rsmLink,
  .RadMenu.RadMenu_Austin .rsmTwoLevels .rsmLevel1 .rsmTemplate,
  .RadMenu.RadMenu_Austin .rsmOneLevel .rsmItem .rsmLink,
  .RadMenu.RadMenu_Austin .rsmOneLevel .rsmItem .rsmTemplate {
    display: block; }
  .RadMenu.RadMenu_Austin .rmLink,
  .RadMenu.RadMenu_Austin .rsmLink {
    color: #f7931d;
    text-decoration: none;
    display: block;
    position: relative;
    /* required for the menu to work in IE */ }
  .RadMenu.RadMenu_Austin .rsmColumnWrap .rsmLevel1 .rsmLink, .RadMenu.RadMenu_Austin .rsmColumnWrap .rsmLevel1 .rsmTemplate {
    padding: 0;
    margin: 0;
    font-weight: 300;
    color: #000000;
    font-size: 13px;
    border: 0px; }
    .RadMenu.RadMenu_Austin .rsmColumnWrap .rsmLevel1 .rsmLink:hover, .RadMenu.RadMenu_Austin .rsmColumnWrap .rsmLevel1 .rsmTemplate:hover {
      color: #f7931d; }
  .RadMenu.RadMenu_Austin .rmGroup .rmText {
    margin: 0;
    padding: 0px; }
  .RadMenu.RadMenu_Austin .rmRootGroup > .rmItem > .rmSelected,
  .RadMenu.RadMenu_Austin .rmSelected > .rmRootLink,
  .RadMenu.RadMenu_Austin .rmFocused > .rmRootLink {
    /* root itme selected styles */
    color: #f7931d;
    background-color: transparent; }
    .RadMenu.RadMenu_Austin .rmRootGroup > .rmItem > .rmSelected:hover,
    .RadMenu.RadMenu_Austin .rmSelected > .rmRootLink:hover,
    .RadMenu.RadMenu_Austin .rmFocused > .rmRootLink:hover {
      text-shadow: 0px 0px 0px; }
  .RadMenu.RadMenu_Austin .rmRootLink:hover,
  .RadMenu.RadMenu_Austin .rmRootLink:focus,
  .RadMenu.RadMenu_Austin .rmExpanded > .rmRootLink {
    /* root item hover and focus styles */
    background-color: #fff;
    color: #f7931d;
    border-bottom: 3px solid #f7931d; }
  .RadMenu.RadMenu_Austin .rmGroup {
    background-color: #fff; }
  .RadMenu.RadMenu_Austin .rmDisabled > .rmLink,
  .RadMenu.RadMenu_Austin .rsmDisabled > .rsmLink {
    color: #000000; }
    .RadMenu.RadMenu_Austin .rmDisabled > .rmLink:hover, .RadMenu.RadMenu_Austin .rmDisabled > .rmLink:active,
    .RadMenu.RadMenu_Austin .rsmDisabled > .rsmLink:hover,
    .RadMenu.RadMenu_Austin .rsmDisabled > .rsmLink:active {
      background-color: transparent;
      color: #000000; }
  .RadMenu.RadMenu_Austin .rmRootGroup > .rmItem {
    position: relative; }
  .RadMenu.RadMenu_Austin .rmRootGroup > .rmItem > .rmLink {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0; }
  .RadMenu.RadMenu_Austin .rmToggle, .RadMenu.RadMenu_Austin .rmRootGroup .rmRootLink .rmToggle {
    /* a clickable target to expand multi-level navigaiton */
    display: inline-block;
    float: right;
    height: 100%; }
    .RadMenu.RadMenu_Austin .rmToggle .rmIcon, .RadMenu.RadMenu_Austin .rmRootGroup .rmRootLink .rmToggle .rmIcon {
      font: 0/0 a;
      color: transparent;
      text-shadow: none;
      background-color: transparent;
      border: 0;
      display: block;
      width: 23px;
      height: 15px;
      background-image: url("images/responsivenav.png");
      background-repeat: no-repeat;
      margin-top: 15px;
      margin-bottom: 15px;
      margin-right: 10px;
      margin-left: 10px; }
  .RadMenu.RadMenu_Austin .rmLink:hover .rmToggle > .rmIcon,
  .RadMenu.RadMenu_Austin .rmLink:focus .rmToggle > .rmIcon,
  .RadMenu.RadMenu_Austin .rmSelected > .rmLink .rmToggle > .rmIcon,
  .RadMenu.RadMenu_Austin .rmFocused > .rmLink.rmRootLink .rmToggle > .rmIcon,
  .RadMenu.RadMenu_Austin .rmExpanded > .rmLink .rmToggle > .rmIcon,
  .RadMenu.RadMenu_Austin .rmSlide .rmLink .rmToggle > .rmIcon {
    background-position: 0 -26px; }
  .RadMenu.RadMenu_Austin .rmExpanded > .rmLink > .rmToggle > .rmIcon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }

.RadSiteMap .rsmOneLevel .rsmItem {
  font-weight: 300; }

ul.rsmList.rsmColumn.rsmLevel1 {
  width: 100% !important; }

.RadMenu_Austin .rmSlide {
  display: none;
  /* hide the sub nav until requested */
  position: absolute;
  height: auto !important;
  -moz-min-width: 340px;
  -ms-min-width: 340px;
  -o-min-width: 340px;
  -webkit-min-width: 340px;
  top: 56px;
  min-width: 340px;
  font-size: 16px;
  font-weight: 300; }
  .RadMenu_Austin .rmSlide .rmGroup,
  .RadMenu_Austin .rmSlide .rmLink,
  .RadMenu_Austin .rmSlide .rmTemplate,
  .RadMenu_Austin .rmSlide .rmSeparator {
    width: auto !important; }
  .RadMenu_Austin .rmSlide .rmItem {
    float: none;
    display: block; }
  .RadMenu_Austin .rmSlide .rmText {
    float: none; }
  .RadMenu_Austin .rmSlide .rmLink,
  .RadMenu_Austin .rmSlide .rsmLink {
    font-weight: 700;
    margin: 0px;
    font-size: 13px;
    border-bottom: solid 1px #cccccc;
    padding: 10px;
    color: #000000; }
  .RadMenu_Austin .rmSlide .rmSeparator,
  .RadMenu_Austin .rmSlide .rmVertical > .rmSeparator,
  .RadMenu_Austin .rmSlide .MegaDropDownMenuSeperator > .rsmLink {
    border-bottom: 1px solid #fff;
    margin: 5px 0px; }
  .RadMenu_Austin .rmSlide .rmSeparator, .RadMenu_Austin .rmSlide .rmVertical > .rmSeparator {
    margin: 0 10px; }
  .RadMenu_Austin .rmSlide .rmFocused > .rmLink,
  .RadMenu_Austin .rmSlide .rmSelected > .rmLink,
  .RadMenu_Austin .rmSlide .rsmSelected > .rsmLink,
  .RadMenu_Austin .rmSlide .rsmTwoLevels > .rsmItem.rsmSelected > .rsmLink {
    background-color: #fff;
    color: #f7931d; }
  .RadMenu_Austin .rmSlide .rmLink,
  .RadMenu_Austin .rmSlide .rsmLink,
  .RadMenu_Austin .rmSlide .rsmTwoLevels > .rsmItem > .rsmLink {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .RadMenu_Austin .rmSlide .rmLink:hover, .RadMenu_Austin .rmSlide .rmLink:focus,
    .RadMenu_Austin .rmSlide .rsmLink:hover,
    .RadMenu_Austin .rmSlide .rsmLink:focus,
    .RadMenu_Austin .rmSlide .rsmTwoLevels > .rsmItem > .rsmLink:hover,
    .RadMenu_Austin .rmSlide .rsmTwoLevels > .rsmItem > .rsmLink:focus {
      background-color: #fff;
      color: #f7931d; }
  .RadMenu_Austin .rmSlide.rmLevel1 .rmGroup {
    /* for second-level sub-nav and beyond,
         * we want to indent the nav to give separation */
    margin-left: 0; }
  .RadMenu_Austin .rmSlide .rmExpandRight, .RadMenu_Austin .rmSlide .rmGroup a.rmLink.rmExpandRight {
    background-image: url("images/ResponsiveNav.png");
    background-position: 110% -200px;
    background-repeat: no-repeat; }
  .RadMenu_Austin .rmSlide .MegaDropDownMenu {
    /*        padding-top: ($navbar-padding-vertical / 2);
        padding-bottom: ($navbar-padding-vertical / 2); */ }
  .RadMenu_Austin .rmSlide .rsmTwoLevels > .rsmItem {
    border-bottom: solid 1px #ccc;
    padding: 10px; }
    .RadMenu_Austin .rmSlide .rsmTwoLevels > .rsmItem .rsmItem {
      border-bottom: 0px; }
  .RadMenu_Austin .rmSlide .rsmTwoLevels > .rsmItem > .rsmLink,
  .RadMenu_Austin .rmSlide .rsmTwoLevels > .rsmItem.rsmDisabled > .rsmLink:hover,
  .RadMenu_Austin .rmSlide .rsmTwoLevels > .rsmItem.rsmDisabled > .rsmLink:focus {
    color: #000000; }
  .RadMenu_Austin .rmSlide .MegaDropDownMenuSeperator .rsmLink {
    padding: 0; }
  @media (max-width: 767px) {
    .RadMenu_Austin .rmSlide {
      width: 100% !important;
      left: 0 !important; }
      .RadMenu_Austin .rmSlide ul.rmVertical, .RadMenu_Austin .rmSlide ul.rmHorizontal, .RadMenu_Austin .rmSlide ul.rmRootScrollGroup {
        float: none; }
      .RadMenu_Austin .rmSlide .rmSlide {
        /* for right expanded items, expand below on extra small screens */
        left: 0 !important;
        margin-top: 65px; }
      .RadMenu_Austin .rmSlide .rmToggleHandles .rmSlide .rmText {
        /* if we have toggles on we don't want to add the extra padding */
        padding-right: 10px; }
      .RadMenu_Austin .rmSlide .rmToggleHandles .rmExpandRight,
      .RadMenu_Austin .rmSlide .rmToggleHandles .rmGroup a.rmText.rmExpandRight {
        /* if toggle handles are on we don't want to display the arrow twice*/
        background-image: none; } }

.RadMenu.RadMenu_Austin .rmLast .rmSlide {
  min-width: 100px; }

@media (min-width: 768px) {
  .RadMenu.RadMenu_Austin .rmItem {
    white-space: nowrap; }
  .RadMenu.RadMenu_Austin .rmRootGroup > .rmItem {
    float: left;
    clear: none; }
    .RadMenu.RadMenu_Austin .rmRootGroup > .rmItem > .rmLink {
      margin: 0;
      font-weight: 500;
      font-size: 16px; }
  .RadMenu.RadMenu_Austin .rmSlide .rmGroup {
    margin: 0; }
  .RadMenu.RadMenu_Austin .rmSlide .rmItem {
    float: none;
    display: block; }
  .RadMenu.RadMenu_Austin .rmSlide .rmLink {
    margin: 0; }
  .RadMenu.RadMenu_Austin .rmToggle, .RadMenu.RadMenu_Austin .rmRootGroup .rmRootLink .rmToggle {
    display: none; }
  .RadMenu.RadMenu_Austin .rmSelected {
    background-color: #fff;
    color: #f7931d; } }

.no-mqs .RadMenu.RadMenu_Austin .rmItem {
  white-space: nowrap; }

.no-mqs .RadMenu.RadMenu_Austin .rmRootGroup > .rmItem {
  float: left;
  clear: none; }
  .no-mqs .RadMenu.RadMenu_Austin .rmRootGroup > .rmItem > .rmLink {
    margin: 0;
    font-weight: 500;
    font-size: 16px; }

.no-mqs .RadMenu.RadMenu_Austin .rmSlide .rmGroup {
  margin: 0; }

.no-mqs .RadMenu.RadMenu_Austin .rmSlide .rmItem {
  float: none;
  display: block; }

.no-mqs .RadMenu.RadMenu_Austin .rmSlide .rmLink {
  margin: 0; }

.no-mqs .RadMenu.RadMenu_Austin .rmToggle, .no-mqs .RadMenu.RadMenu_Austin .rmRootGroup .rmRootLink .rmToggle {
  display: none; }

.no-mqs .RadMenu.RadMenu_Austin .rmSelected {
  background-color: #fff;
  color: #f7931d; }

.RadSiteMap .rsmTwoLevels > .rsmItem > .rsmLink {
  border-bottom: 0px !important;
  font-size: 13px !important; }

a.adventures-nav + div.rmSlide {
  width: 660px !important; }
  @media (max-width: 768px) {
    a.adventures-nav + div.rmSlide {
      width: 100% !important; } }

/*
 @media only screen and (max-width: 1024px) {
	    
	    	    .RadMenu.RadMenu_Austin .rmRootGroup {
		    width: 85%;
			left: 90px;
	    }
 }  
 
 
 @media only screen and (max-width: 950px) {
	    
	    .RadMenu.RadMenu_Austin .rmRootGroup {
		    top: -60px;
	    }
 }  
 */
/* misc primary nav rules */
.primary-navigation-area .hidden-nav {
  display: none; }

.primary-navigation-area .hidden-lvl2 .rsmColumnWrap {
  display: none; }

/* ==========================================================================
   SECONDARY NAVIGATION
   ========================================================================== */
/**** Telerik overrides ****/
.RadTreeView.RadTreeView_Austin {
  white-space: normal; }
  .RadTreeView.RadTreeView_Austin .rtLI,
  .RadTreeView.RadTreeView_Austin .rtTop,
  .RadTreeView.RadTreeView_Austin .rtMid,
  .RadTreeView.RadTreeView_Austin .rtBot {
    padding: 0;
    position: relative;
    margin-bottom: 6px; }
  .RadTreeView.RadTreeView_Austin .rtIn {
    display: inline-block; }
  .RadTreeView.RadTreeView_Austin .rtIn,
  .RadTreeView.RadTreeView_Austin .rtHover .rtIn,
  .RadTreeView.RadTreeView_Austin .rtSelected .rtIn {
    padding: 0px;
    border: none;
    font-size: 87.5% !important;
    color: #000;
    border-bottom: solid 2px transparent; }
  .RadTreeView.RadTreeView_Austin .rtSelected > a.rtIn,
  .RadTreeView.RadTreeView_Austin .child-is-selected.rtIn {
    color: #f7931d;
    border-bottom: solid 2px #f7931d;
    /*
		&:after {
			font-family: 'FontAwesome';
		    content: "\f0da";
		    color: #28724F;
		    position: absolute;
		    left: 0px;
		    font-size: 18px;
		    top: 7px;
		}
*/ }
  .RadTreeView.RadTreeView_Austin .rtUL .rtUL .rtUL {
    width: 100%; }
    .RadTreeView.RadTreeView_Austin .rtUL .rtUL .rtUL .rtLI .rtIn {
      padding-left: 30px;
      width: 100%; }
  .RadTreeView.RadTreeView_Austin > .rtUL > .rtLI {
    /* add a separator border to the first-level sub-nav items only */ }
    .RadTreeView.RadTreeView_Austin > .rtUL > .rtLI:first-child {
      border-top: none; }
    .RadTreeView.RadTreeView_Austin > .rtUL > .rtLI .rtLI .rtIn {
      /* children should have less padding */
      padding: 0px;
      font-weight: 300 !important; }
      .RadTreeView.RadTreeView_Austin > .rtUL > .rtLI .rtLI .rtIn:after {
        top: 2px; }
    .RadTreeView.RadTreeView_Austin > .rtUL > .rtLI > .rtUL {
      /* this makes the children section padding even 
            padding-right: $nav-link-padding-horizontal;
            padding-bottom: $nav-link-padding-vertical;*/
      width: 100%;
      padding-left: 10px; }
  .RadTreeView.RadTreeView_Austin > .rtUL {
    /* add a boundary for hovered navs */
    margin: 0 1px 1px 0px;
    width: 100%; }
  .RadTreeView.RadTreeView_Austin .rtSp,
  .RadTreeView.RadTreeView_Austin .rtPlus,
  .RadTreeView.RadTreeView_Austin .rtMinus {
    width: 30px;
    height: 100%;
    right: -25px;
    top: -3px;
    left: auto;
    background-color: transparent;
    color: #174e8e;
    border: 0px;
    font-weight: bold;
    font-size: 120%;
    position: absolute;
    margin: 1px 0 0 -1px;
    z-index: 5; }
  .RadTreeView.RadTreeView_Austin a.rtIn {
    color: #000000;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    margin: 0; }
    .RadTreeView.RadTreeView_Austin a.rtIn:hover, .RadTreeView.RadTreeView_Austin a.rtIn:focus, .RadTreeView.RadTreeView_Austin a.rtIn:active {
      color: #f7931d; }

.nav-secondary {
  background-color: #f2f2f2;
  margin-bottom: 1em;
  border-bottom: solid 1px #ECECEC;
  padding: 25px;
  margin-top: 198px; }
  .nav-secondary .sub-nav-head {
    display: none; }
  .nav-secondary .SubNavigationSeparator {
    border: none;
    height: 4px;
    background-color: #ffc80a; }
    .nav-secondary .SubNavigationSeparator .rtIn {
      padding: 0; }

.RadTreeView .rtPlus:before, .RadTreeView .rtMinus:before {
  font: 16px 'fontawesome' !important;
  content: "\f067" !important; }

.RadTreeView .rtMinus:before {
  content: "\f068" !important; }

/* ==========================================================================
   AUXILIARY NAVIGATION
   ========================================================================== */
.navbar-header {
  float: right; }
  .navbar-header > div,
  .navbar-header > a,
  .navbar-header .NavigationUnorderedList,
  .navbar-header .NavigationLink {
    display: inline-block;
    vertical-align: middle; }

.leftAuxCalendar, .leftAuxSitemap, .leftAuxContactUs {
  font-size: 16px !important;
  font-weight: 300 !important;
  color: #888 !important; }
  .leftAuxCalendar:hover, .leftAuxSitemap:hover, .leftAuxContactUs:hover {
    color: #f7931d !important;
    background: transparent !important;
    border: 0px !important; }

.leftAuxCalendar {
  left: 20px; }

.leftAuxSitemap {
  left: 100px; }

.leftAuxContactUs {
  left: 170px; }

.iaaSignOut {
  padding: 5px 20px !important;
  height: 30px;
  background-color: #00447c;
  color: #ffffff !important;
  font-size: 14px;
  position: absolute;
  right: 181px; }
  .iaaSignOut:hover {
    background-color: #f7931d; }
  @media (max-width: 991px) {
    .iaaSignOut {
      position: absolute;
      left: -90px;
      top: 7px;
      height: 39px; } }

.iaaAuxShop {
  position: absolute;
  right: -205%; }
  .iaaAuxShop .nav-image {
    float: right;
    margin-top: -5px; }
  .iaaAuxShop .nav-text {
    color: #174e8e;
    font-weight: 500;
    margin-top: 2px;
    display: inline-block;
    font-size: 16px; }
    .iaaAuxShop .nav-text:hover {
      color: #f7931d; }

[data-label="Logo"] {
  z-index: 10; }

.navbar-toggle {
  margin-top: 25.5px;
  margin-bottom: 25.5px;
  vertical-align: middle;
  background-color: #0b2442;
  border-color: transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
  .navbar-toggle.collapsed {
    /* then tighten it back up when it's closed */
    margin-bottom: 6.5px;
    padding-bottom: 9px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .navbar-toggle.collapsed {
    background-color: #000000; }
  .navbar-toggle:hover, .navbar-toggle:focus {
    background-color: #f7931d; }
  .navbar-toggle .icon-bar {
    background-color: #fff; }

.nav-auxiliary {
  z-index: 1; }
  .nav-auxiliary .TextButton,
  .nav-auxiliary .navbar-toggle {
    margin-left: 7px;
    margin-top: 15px; }
  .nav-auxiliary a {
    /* Utility navigation links */
    color: #333333;
    text-decoration: none;
    padding: 0 7px;
    font-weight: 700; }
    .nav-auxiliary a:hover {
      color: #00447c; }
  .nav-auxiliary a.social {
    padding: 0px; }
  .nav-auxiliary .fa {
    font-size: 22px; }
  .nav-auxiliary a.ste-toggle {
    text-indent: -9999px; }
  @media (min-width: 768px) {
    .nav-auxiliary .NavigationListItem,
    .nav-auxiliary .header-social .SocialSprite {
      margin-left: 5px; } }
  .no-mqs .nav-auxiliary .NavigationListItem,
  .no-mqs .nav-auxiliary .header-social .SocialSprite {
    margin-left: 5px; }
  .nav-auxiliary .nav-image {
    vertical-align: baseline;
    padding-right: 8px; }

.social-networking {
  text-align: center; }
  @media (max-width: 991px) {
    .social-networking {
      display: none; } }

/* Cart item count
   ========================================================================== */
/* By default, put parentheses around the cart item count.
 * This is overwritten when the class "nav-aux-cart" is applied.
 */
.cartCenter span:before {
  content: '('; }

.cartCenter span:after {
  content: ')'; }

/* Auxiliary toggle buttons
   ========================================================================== */
/* Toggles that display on x-small screens to display the primary nav and search */
.navbar-toggle {
  float: none; }
  .navbar-toggle .icon-bar {
    height: 3px;
    border-radius: 0; }
    .navbar-toggle .icon-bar + .icon-bar {
      margin-top: 5px; }
  .navbar-toggle .icon-search {
    display: inline-block;
    float: left;
    background: url("images/ResponsiveHeaderSprite.png") no-repeat center top;
    width: 22px;
    height: 21px;
    margin: -1px 0;
    /* this makes it line up properly with the hamburger */ }

/* Auxiliary button links
   ========================================================================== */
/* These links are styled like the toggles on x-small screens */
.nav-auxiliary .NavigationListItem {
  display: inline-block; }

.nav-auxiliary .nav-aux-account .nav-text,
.nav-auxiliary .nav-aux-cart .nav-text {
  /* add the background sprite for the provided CSS classes */
  background-image: url("images/ResponsiveHeaderSprite.png");
  background-repeat: no-repeat;
  padding-left: 26px; }

.nav-auxiliary .nav-aux-account .nav-text {
  background-position: 0 -125px; }

.nav-auxiliary .nav-aux-cart .nav-text {
  background: none;
  padding-left: 15px; }
  .nav-auxiliary .nav-aux-cart .nav-text:before {
    font-family: 'FontAwesome';
    content: "\f07a";
    position: absolute;
    left: 0px;
    font-size: 18px; }

@media (max-width: 767px) {
  .nav-auxiliary .hello-link {
    position: absolute;
    top: 50px;
    right: 0px; } }

.nav-auxiliary .hello-link .nav-text {
  padding-left: 17px;
  padding-right: 10px; }
  .nav-auxiliary .hello-link .nav-text:before {
    font-family: 'FontAwesome';
    content: "\f2be";
    position: absolute;
    left: 0px;
    font-size: 18px; }

.nav-auxiliary .nav-aux-cart .cartFull {
  /* This is the flag indicating how many items are in your cart */
  /* left postion is padding plus placement */
  position: absolute;
  top: 10px;
  left: 7.5px;
  text-align: center;
  line-height: 1;
  width: 1.6em; }

.nav-auxiliary .nav-aux-cart .cartCenter {
  color: #fff;
  background-color: #ffc80a;
  border-radius: 2px;
  font-size: 78%;
  line-height: 1;
  padding: 0 2px 1px;
  -webkit-box-shadow: -1px 1px 0 rgba(34, 34, 34, 0.6);
  box-shadow: -1px 1px 0 rgba(34, 34, 34, 0.6); }
  .nav-auxiliary .nav-aux-cart .cartCenter span:before, .nav-auxiliary .nav-aux-cart .cartCenter span:after {
    /* Clear the parentheses put around the item count by default */
    content: none; }

.nav-auxiliary .nav-aux-button {
  padding: 0px;
  margin: 0px; }
  @media (max-width: 767px) {
    .nav-auxiliary .nav-aux-button .NavigationLink {
      /* This makes the link look like the toggle buttons */
      background-color: #000000;
      margin-left: 7px;
      padding: 9px 10px;
      margin-top: 25.5px;
      margin-bottom: 25.5px;
      border: 1px solid transparent;
      border-radius: 0; }
      .nav-auxiliary .nav-aux-button .NavigationLink:hover, .nav-auxiliary .nav-aux-button .NavigationLink:focus {
        background-color: #f7931d; }
      .nav-auxiliary .nav-aux-button .NavigationLink:active {
        background-color: #0b2442; }
    .nav-auxiliary .nav-aux-button.nav-aux-account .nav-text,
    .nav-auxiliary .nav-aux-button.nav-aux-cart .nav-text {
      /* hide the cart text on small devices */
      display: inline-block;
      white-space: nowrap;
      float: left;
      overflow: hidden;
      width: 22px;
      height: 19px;
      padding-left: 22px; }
    .nav-auxiliary .nav-aux-button.nav-aux-account .nav-text {
      background-position: 0 -100px; }
    .nav-auxiliary .nav-aux-button.nav-aux-cart .nav-text {
      background-position: 0 -50px; }
      .nav-auxiliary .nav-aux-button.nav-aux-cart .nav-text:before {
        color: #fff;
        font-size: 22px;
        top: 0px;
        left: 16px; }
    .nav-auxiliary .nav-aux-button.nav-aux-cart .cartFull {
      /* This is the flag indicating how many items are in your cart */
      left: 24px;
      /* margin, padding, plus placement */
      top: 8px; }
    .nav-auxiliary .nav-aux-button.nav-aux-cart .cartCenter {
      background-color: #99c8ff;
      color: #000; } }

.header-search {
  padding: 0px 10px; }
  .header-search > .header-search {
    padding: 0;
    /* don't double the padding */ }
  @media (max-width: 767px) {
    .header-search .search-field {
      width: 100%; } }
  @media (min-width: 768px) {
    .header-search {
      padding: 0 0 0 5px; } }
  .no-mqs .header-search {
    padding: 0 0 0 5px; }

/* Auxiliary/Primary switch
   ========================================================================== */
/**
 * A class that allows a navigation to display in the primary nav on xs screens
 * and the auxiliary nav on wider screens.
 * To use this configure the nav item to not be hidden and also display in the
 * auxiliary navigaiton item.
 */
@media (max-width: 767px) {
  .nav-auxiliary .nav-aux-primary-switch,
  tr.nav-auxiliary .nav-aux-primary-switch,
  th.nav-auxiliary .nav-aux-primary-switch,
  td.nav-auxiliary .nav-aux-primary-switch {
    display: none !important; } }

@media (min-width: 768px) {
  .nav-primary .nav-aux-primary-switch,
  tr.nav-primary .nav-aux-primary-switch,
  th.nav-primary .nav-aux-primary-switch,
  td.nav-primary .nav-aux-primary-switch {
    display: none !important; } }

.no-mqs .nav-primary .nav-aux-primary-switch,
.no-mqs tr.nav-primary .nav-aux-primary-switch,
.no-mqs th.nav-primary .nav-aux-primary-switch,
.no-mqs td.nav-primary .nav-aux-primary-switch {
  display: none !important; }

.searchbar-collapse {
  margin-left: calc(-1.4 * ((100vw - 100%) / 2)); }

.UtilitySection.UtilityAuthentication {
  float: right; }

.UtilitySection.UtilityNavigationToggle {
  position: absolute;
  right: 180px; }

#ctl01_ciUtilityNavigation_UtilityPlaceholder > div.UtilitySection.UtilityNavigationToggle > button {
  display: block; }

.header-top-container {
  position: relative;
  z-index: 10000; }

#ctl01_ciUtilityNavigation_UtilityPlaceholder > div.UtilitySection.UtilityNavigationToggle > button {
  left: 68px; }

#ctl01_ciUtilityNavigation_UtilityPlaceholder > div.UtilitySection.UtilityNavigationToggle > button::before {
  right: 260px; }

.header-search {
  background-color: #f2f2f2;
  padding: 0 0 0 0px; }

.header .search-field {
  display: block;
  background-color: #e4e4e4;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0px;
  height: 50px;
  font-weight: 100;
  font-size: 29px;
  text-transform: none;
  width: 100%;
  webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s; }

.header-search .text-button {
  display: block; }

.search-container-sm {
  display: none !important; }

div#ctl01_ciUtilityNavigation_search-collapse.searchbar-collapse.collapse.in {
  width: 340px;
  position: absolute;
  top: 31px;
  left: -34px;
  height: 126px !important;
  background-color: #f2f2f2; }

.search-container {
  display: block; }

.searchbar-collapse {
  margin-left: 0;
  width: 340px;
  position: absolute;
  top: 31px;
  left: -34px;
  height: 149px !important;
  background-color: #f2f2f2; }

.navbar-toggle .icon-search {
  display: inline-block;
  float: left;
  background: url("images/ResponsiveHeaderSprite.png") no-repeat center top;
  width: 30px;
  height: 25px;
  margin: -4px -10px; }

.nav-auxiliary a {
  letter-spacing: 0;
  font-weight: 400;
  color: gray; }

.nav-auxiliary .nav-image {
  vertical-align: middle; }

.searchLink a {
  font-weight: 400;
  color: #00447c;
  font-size: 13px; }

@media only screen and (max-width: 446px) {
  .UtilityNavigationList {
    padding-right: 80px;
    min-width: 300px; } }

@media only screen and (max-width: 767px) {
  .RadMenu.RadMenu_Austin {
    margin-top: 110px !important; }
  #masterHeaderImage {
    margin-top: -6px !important; }
  .nav-auxiliary .navbar-toggle {
    top: 40px;
    position: fixed;
    right: 10px; }
  .iaaSignOut {
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    height: 39px;
    line-height: 28px; }
  [data-label="Logo"] {
    z-index: 0; }
  .iaaAuxShop {
    position: relative;
    right: 0px; }
  #ctl01_ciUtilityNavigation_UtilityPlaceholder > div.UtilitySection.UtilityNavigationToggle > button {
    display: block !important;
    height: 38px !important;
    width: 38px !important;
    left: auto !important;

    top: 30px !important;
    background-color: #f7931d !important; }
  #ctl01_ciUtilityNavigation_UtilityPlaceholder > div.UtilitySection.UtilityNavigationToggle > button::before {
    display: none; }
  div#ctl01_ciUtilityNavigation_search-collapse.searchbar-collapse.collapse.in, .searchbar-collapse {
    width: 100%;
    position: fixed;
    top: 120px;
    left: 0px; } }

@media (max-width: 991px) and (min-width: 767px) {
  .iaaSignOut {
    position: fixed;
    left: auto;
    top: 0px;
    right: 140px;
    height: 30px;
    line-height: auto; }
  #ctl01_ciUtilityNavigation_UtilityPlaceholder > div.UtilitySection.UtilityNavigationToggle > button {
    display: block !important;
    height: 30px;
    left: auto;
    width: 30px;
    position: fixed;
    top: -148px;
    right: 0px;
    background-color: #f7931d; }
  .UtilitySection.UtilityNavigationToggle {
    right: 35px;
    top: -9px; }
  #ctl01_ciUtilityNavigation_UtilityPlaceholder > div.UtilitySection.UtilityNavigationToggle > button::before {
    display: none; }
  div#ctl01_ciUtilityNavigation_search-collapse.searchbar-collapse.collapse.in, .searchbar-collapse {
    position: fixed;
    left: auto;
    right: 0;
    top: 160px;
    height: 149px; } }

#ctl01_ciUtilityNavigation_UtilityPlaceholder > div.UtilitySection.UtilityNavigationToggle > button {
  display: block !important;
  height: 30px;
  width: 30px;
  position: absolute;
  top: -15px;
  background-color: #f7931d; }

#ctl01_ciUtilityNavigation_UtilityPlaceholder > div.UtilitySection.UtilityNavigationToggle > button::before {
  content: "Search";
  position: absolute;
  right: 40px;
  top: 0px;
  color: #f7931d; }

.UtilityNavigationList {
  min-width: 370px; }

/* ==========================================================================
       ON BEHALF OF ICONS
       ========================================================================== */
.obo-action {
  background-image: url("images/OboSprite.png"); }

.obo-action.obo-change-contact, .obo-action.obo-change-contact[disabled]:hover, .obo-action.obo-change-contact.Disabled:hover, .obo-action.obo-change-contact.aspNetDisabled:hover, a.aspNetDisabled:hover .obo-action.obo-change-contact {
  background-position: 0px 0; }

.obo-action.obo-change-contact:hover, .obo-action.obo-change-contact:focus, a:hover .obo-action.obo-change-contact, a:focus .obo-action.obo-change-contact {
  background-position: 0px -35px; }

.obo-action.obo-clear, .obo-action.obo-clear[disabled]:hover, .obo-action.obo-clear.Disabled:hover, .obo-action.obo-clear.aspNetDisabled:hover, a.aspNetDisabled:hover .obo-action.obo-clear {
  background-position: -35px 0; }

.obo-action.obo-clear:hover, .obo-action.obo-clear:focus, a:hover .obo-action.obo-clear, a:focus .obo-action.obo-clear {
  background-position: -35px -35px; }

/* ==========================================================================
   SOCIAL ICONS
   ========================================================================== */
.SocialSprite {
  background-image: url(images/SocialSprite.png);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  vertical-align: top;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out; }
  .SocialSprite.LargeButtons {
    width: 32px;
    height: 32px; }
  .SocialSprite:hover, .SocialSprite:focus, .SocialSprite:active {
    opacity: 1;
    filter: alpha(opacity=100); }
  .SocialSprite.FacebookIcon, .SocialSprite.FacebookIcon:hover, a:hover .SocialSprite.FacebookIcon, .SocialSprite.FacebookIcon:focus, a:focus .SocialSprite.FacebookIcon, .SocialSprite.FacebookIcon:active, a:active .SocialSprite.FacebookIcon {
    background-position: 0 0;
    background-color: #3b5998; }
  .SocialSprite.FacebookIcon.LargeButtons, .SocialSprite.FacebookIcon.LargeButtons:hover, a:hover .SocialSprite.FacebookIcon.LargeButtons, .SocialSprite.FacebookIcon.LargeButtons:focus, a:focus .SocialSprite.FacebookIcon.LargeButtons, .SocialSprite.FacebookIcon.LargeButtons:active, a:active .SocialSprite.FacebookIcon.LargeButtons {
    background-position: 0 -80px; }
  .SocialSprite.TwitterIcon, .SocialSprite.TwitterIcon:hover, a:hover .SocialSprite.TwitterIcon, .SocialSprite.TwitterIcon:focus, a:focus .SocialSprite.TwitterIcon, .SocialSprite.TwitterIcon:active, a:active .SocialSprite.TwitterIcon {
    background-position: -40px 0;
    background-color: #00a0d1; }
  .SocialSprite.TwitterIcon.LargeButtons, .SocialSprite.TwitterIcon.LargeButtons:hover, a:hover .SocialSprite.TwitterIcon.LargeButtons, .SocialSprite.TwitterIcon.LargeButtons:focus, a:focus .SocialSprite.TwitterIcon.LargeButtons, .SocialSprite.TwitterIcon.LargeButtons:active, a:active .SocialSprite.TwitterIcon.LargeButtons {
    background-position: -40px -80px; }
  .SocialSprite.LinkedInIcon, .SocialSprite.LinkedInIcon:hover, a:hover .SocialSprite.LinkedInIcon, .SocialSprite.LinkedInIcon:focus, a:focus .SocialSprite.LinkedInIcon, .SocialSprite.LinkedInIcon:active, a:active .SocialSprite.LinkedInIcon {
    background-position: -80px 0;
    background-color: #0e76a8; }
  .SocialSprite.LinkedInIcon.LargeButtons, .SocialSprite.LinkedInIcon.LargeButtons:hover, a:hover .SocialSprite.LinkedInIcon.LargeButtons, .SocialSprite.LinkedInIcon.LargeButtons:focus, a:focus .SocialSprite.LinkedInIcon.LargeButtons, .SocialSprite.LinkedInIcon.LargeButtons:active, a:active .SocialSprite.LinkedInIcon.LargeButtons {
    background-position: -80px -80px; }
  .SocialSprite.YouTubeIcon, .SocialSprite.YouTubeIcon:hover, a:hover .SocialSprite.YouTubeIcon, .SocialSprite.YouTubeIcon:focus, a:focus .SocialSprite.YouTubeIcon, .SocialSprite.YouTubeIcon:active, a:active .SocialSprite.YouTubeIcon {
    background-position: -120px 0;
    background-color: #c4302b; }
  .SocialSprite.YouTubeIcon.LargeButtons, .SocialSprite.YouTubeIcon.LargeButtons:hover, a:hover .SocialSprite.YouTubeIcon.LargeButtons, .SocialSprite.YouTubeIcon.LargeButtons:focus, a:focus .SocialSprite.YouTubeIcon.LargeButtons, .SocialSprite.YouTubeIcon.LargeButtons:active, a:active .SocialSprite.YouTubeIcon.LargeButtons {
    background-position: -120px -80px; }
  .SocialSprite.EmailIcon, .SocialSprite.EmailIcon:hover, a:hover .SocialSprite.EmailIcon, .SocialSprite.EmailIcon:focus, a:focus .SocialSprite.EmailIcon, .SocialSprite.EmailIcon:active, a:active .SocialSprite.EmailIcon {
    background-position: -160px 0;
    background-color: #0a629a; }
  .SocialSprite.EmailIcon.LargeButtons, .SocialSprite.EmailIcon.LargeButtons:hover, a:hover .SocialSprite.EmailIcon.LargeButtons, .SocialSprite.EmailIcon.LargeButtons:focus, a:focus .SocialSprite.EmailIcon.LargeButtons, .SocialSprite.EmailIcon.LargeButtons:active, a:active .SocialSprite.EmailIcon.LargeButtons {
    background-position: -160px -80px; }
  .SocialSprite.PinterestIcon, .SocialSprite.PinterestIcon:hover, a:hover .SocialSprite.PinterestIcon, .SocialSprite.PinterestIcon:focus, a:focus .SocialSprite.PinterestIcon, .SocialSprite.PinterestIcon:active, a:active .SocialSprite.PinterestIcon {
    background-position: -200px 0;
    background-color: #0a629a; }
  .SocialSprite.PinterestIcon.LargeButtons, .SocialSprite.PinterestIcon.LargeButtons:hover, a:hover .SocialSprite.PinterestIcon.LargeButtons, .SocialSprite.PinterestIcon.LargeButtons:focus, a:focus .SocialSprite.PinterestIcon.LargeButtons, .SocialSprite.PinterestIcon.LargeButtons:active, a:active .SocialSprite.PinterestIcon.LargeButtons {
    background-position: -200px -80px; }
  .SocialSprite.GPlusIcon, .SocialSprite.GPlusIcon:hover, a:hover .SocialSprite.GPlusIcon, .SocialSprite.GPlusIcon:focus, a:focus .SocialSprite.GPlusIcon, .SocialSprite.GPlusIcon:active, a:active .SocialSprite.GPlusIcon {
    background-position: -240px 0;
    background-color: #db4a39; }
  .SocialSprite.GPlusIcon.LargeButtons, .SocialSprite.GPlusIcon.LargeButtons:hover, a:hover .SocialSprite.GPlusIcon.LargeButtons, .SocialSprite.GPlusIcon.LargeButtons:focus, a:focus .SocialSprite.GPlusIcon.LargeButtons, .SocialSprite.GPlusIcon.LargeButtons:active, a:active .SocialSprite.GPlusIcon.LargeButtons {
    background-position: -240px -80px; }
  .SocialSprite.SkypeIcon, .SocialSprite.SkypeIcon:hover, a:hover .SocialSprite.SkypeIcon, .SocialSprite.SkypeIcon:focus, a:focus .SocialSprite.SkypeIcon, .SocialSprite.SkypeIcon:active, a:active .SocialSprite.SkypeIcon {
    background-position: -280px 0;
    background-color: #00aff0; }
  .SocialSprite.SkypeIcon.LargeButtons, .SocialSprite.SkypeIcon.LargeButtons:hover, a:hover .SocialSprite.SkypeIcon.LargeButtons, .SocialSprite.SkypeIcon.LargeButtons:focus, a:focus .SocialSprite.SkypeIcon.LargeButtons, .SocialSprite.SkypeIcon.LargeButtons:active, a:active .SocialSprite.SkypeIcon.LargeButtons {
    background-position: -280px -80px; }

/**** End Social Netowrking Icon Styling ****/
input,
button,
select,
textarea {
  font-family: "Roboto", sans-serif; }

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 37px;
  padding: 5px 10px;
  font-size: 100%;
  line-height: 1.6;
  color: #666;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s; }
  select:focus,
  textarea:focus,
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="time"]:focus,
  input[type="week"]:focus,
  input[type="number"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="color"]:focus,
  .uneditable-input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  select:-moz-placeholder,
  textarea:-moz-placeholder,
  input[type="text"]:-moz-placeholder,
  input[type="password"]:-moz-placeholder,
  input[type="datetime"]:-moz-placeholder,
  input[type="datetime-local"]:-moz-placeholder,
  input[type="date"]:-moz-placeholder,
  input[type="month"]:-moz-placeholder,
  input[type="time"]:-moz-placeholder,
  input[type="week"]:-moz-placeholder,
  input[type="number"]:-moz-placeholder,
  input[type="email"]:-moz-placeholder,
  input[type="url"]:-moz-placeholder,
  input[type="search"]:-moz-placeholder,
  input[type="tel"]:-moz-placeholder,
  input[type="color"]:-moz-placeholder,
  .uneditable-input:-moz-placeholder {
    color: #f2f2f2; }
  select::-moz-placeholder,
  textarea::-moz-placeholder,
  input[type="text"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="datetime"]::-moz-placeholder,
  input[type="datetime-local"]::-moz-placeholder,
  input[type="date"]::-moz-placeholder,
  input[type="month"]::-moz-placeholder,
  input[type="time"]::-moz-placeholder,
  input[type="week"]::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="url"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="color"]::-moz-placeholder,
  .uneditable-input::-moz-placeholder {
    color: #f2f2f2; }
  select:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  input[type="text"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="datetime"]:-ms-input-placeholder,
  input[type="datetime-local"]:-ms-input-placeholder,
  input[type="date"]:-ms-input-placeholder,
  input[type="month"]:-ms-input-placeholder,
  input[type="time"]:-ms-input-placeholder,
  input[type="week"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="url"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="color"]:-ms-input-placeholder,
  .uneditable-input:-ms-input-placeholder {
    color: #f2f2f2; }
  select::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  input[type="text"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="datetime"]::-webkit-input-placeholder,
  input[type="datetime-local"]::-webkit-input-placeholder,
  input[type="date"]::-webkit-input-placeholder,
  input[type="month"]::-webkit-input-placeholder,
  input[type="time"]::-webkit-input-placeholder,
  input[type="week"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="color"]::-webkit-input-placeholder,
  .uneditable-input::-webkit-input-placeholder {
    color: #f2f2f2; }

/* RadComboBox needs the same styles as normal inputs, 
 * but has to be done separately due to its structure */
.RadComboBox.RadComboBox_MetroTouch {
  color: #666;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit; }
  .RadComboBox.RadComboBox_MetroTouch .rcbInner, .RadComboBox.RadComboBox_MetroTouch .rcbInner .rcbInput, .RadComboBox.RadComboBox_MetroTouch .rcbFocused, .RadComboBox.RadComboBox_MetroTouch .rcbFocused .rcbInput, .RadComboBox.RadComboBox_MetroTouch .rcbHovered, .RadComboBox.RadComboBox_MetroTouch .rcbHovered .rcbInput {
    color: #666; }
  .RadComboBox.RadComboBox_MetroTouch .rcbInner {
    height: 37px;
    padding: 0;
    font-size: 100%;
    line-height: 1.6;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s; }
  .RadComboBox.RadComboBox_MetroTouch .rcbInputCell {
    padding: 0; }
  .RadComboBox.RadComboBox_MetroTouch .rcbFocused {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .RadComboBox.RadComboBox_MetroTouch .rcbInput {
    height: 100%;
    padding: 5px 10px; }
  .RadComboBox.RadComboBox_MetroTouch .rcbInner .rcbEmptyMessage,
  .RadComboBox.RadComboBox_MetroTouch .rcbHovered .rcbEmptyMessage {
    color: #f2f2f2; }
  .RadComboBox.RadComboBox_MetroTouch .rcbActionButton {
    border-radius: 0 0 0 0; }
    .RadComboBox.RadComboBox_MetroTouch .rcbActionButton .rcbIcon {
      height: 1.4em; }

.RadComboBoxDropDown.RadComboBoxDropDown_MetroTouch {
  font: inherit; }
  .RadComboBoxDropDown.RadComboBoxDropDown_MetroTouch .rcbItem, .RadComboBoxDropDown.RadComboBoxDropDown_MetroTouch .rcbHovered, .RadComboBoxDropDown.RadComboBoxDropDown_MetroTouch .rcbDisabled, .RadComboBoxDropDown.RadComboBoxDropDown_MetroTouch .rcbLoading {
    padding-top: 5px;
    padding-bottom: 5px; }

.RadInput.RadInput.riSingle .riTextBox {
  height: 37px;
  padding: 5px 10px;
  border-color: #ccc;
  font: inherit;
  color: #666; }
  .RadInput.RadInput.riSingle .riTextBox:focus {
    border-color: #66afe9; }

.RadUpload.RadUpload .ruFakeInput {
  height: 35px;
  padding: 0; }

.chosen-container-multi .chosen-choices {
  min-height: 37px;
  border-radius: 0;
  border-color: #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  background-image: none; }
  .chosen-container-multi .chosen-choices li.search-field {
    /* Remove the styling used in the master page search-field */
    background-color: transparent;
    background-image: none;
    border-color: transparent;
    padding-left: 0 !important; }

.chosen-container-active .chosen-choices {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
  cursor: pointer; }

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto; }

textarea {
  height: auto; }

select {
  border: 1px solid #ccc;
  background-color: #fff; }

select[multiple],
select[size] {
  height: auto; }

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

/* ==========================================================================
   BUTTONS
   ========================================================================== */
.FullWidth {
  width: 100%; }

.TextButton .fa {
  font-size: 20px;
  position: relative;
  top: 1px;
  padding-right: 5px; }

/* set up button base styles */
.btn,
.TextButton,
.TextButtonWithImage,
.RadUpload .ruButton,
.RadUploadProgressArea .ruButton,
#masterHeaderActionArea a,
.RadGrid input.TextButton,
#ctl01_TemplateBody_WebPartManager1_gwpste_container_Communities_ciCommunities_CommunitiesList_TopRightPanel a {
  font-family: "Roboto", sans-serif;
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 300;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  letter-spacing: normal;
  white-space: normal;
  text-decoration: none;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 1.6;
  border-radius: 0px;
  color: #f7931d;
  background-color: transparent;
  border-color: #f7931d;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  .btn:hover, .btn:focus, .btn:active, .btn:visited,
  .TextButton:hover,
  .TextButton:focus,
  .TextButton:active,
  .TextButton:visited,
  .TextButtonWithImage:hover,
  .TextButtonWithImage:focus,
  .TextButtonWithImage:active,
  .TextButtonWithImage:visited,
  .RadUpload .ruButton:hover,
  .RadUpload .ruButton:focus,
  .RadUpload .ruButton:active,
  .RadUpload .ruButton:visited,
  .RadUploadProgressArea .ruButton:hover,
  .RadUploadProgressArea .ruButton:focus,
  .RadUploadProgressArea .ruButton:active,
  .RadUploadProgressArea .ruButton:visited,
  #masterHeaderActionArea a:hover,
  #masterHeaderActionArea a:focus,
  #masterHeaderActionArea a:active,
  #masterHeaderActionArea a:visited,
  .RadGrid input.TextButton:hover,
  .RadGrid input.TextButton:focus,
  .RadGrid input.TextButton:active,
  .RadGrid input.TextButton:visited,
  #ctl01_TemplateBody_WebPartManager1_gwpste_container_Communities_ciCommunities_CommunitiesList_TopRightPanel a:hover,
  #ctl01_TemplateBody_WebPartManager1_gwpste_container_Communities_ciCommunities_CommunitiesList_TopRightPanel a:focus,
  #ctl01_TemplateBody_WebPartManager1_gwpste_container_Communities_ciCommunities_CommunitiesList_TopRightPanel a:active,
  #ctl01_TemplateBody_WebPartManager1_gwpste_container_Communities_ciCommunities_CommunitiesList_TopRightPanel a:visited {
    color: #f7931d;
    background-color: transparent;
    border-color: #cf7407; }
  .btn:active,
  .TextButton:active,
  .TextButtonWithImage:active,
  .RadUpload .ruButton:active,
  .RadUploadProgressArea .ruButton:active,
  #masterHeaderActionArea a:active,
  .RadGrid input.TextButton:active,
  #ctl01_TemplateBody_WebPartManager1_gwpste_container_Communities_ciCommunities_CommunitiesList_TopRightPanel a:active {
    background-image: none; }
  .btn[disabled], .btn[disabled]:hover, .btn[disabled]:focus, .btn[disabled]:active, fieldset[disabled] .btn, fieldset[disabled] .btn:hover, fieldset[disabled] .btn:focus, fieldset[disabled] .btn:active, .btn.aspNetDisabled, .btn.aspNetDisabled:hover, .btn.aspNetDisabled:focus, .btn.aspNetDisabled:active,
  .TextButton[disabled],
  .TextButton[disabled]:hover,
  .TextButton[disabled]:focus,
  .TextButton[disabled]:active, fieldset[disabled]
  .TextButton, fieldset[disabled]
  .TextButton:hover, fieldset[disabled]
  .TextButton:focus, fieldset[disabled]
  .TextButton:active,
  .TextButton.aspNetDisabled,
  .TextButton.aspNetDisabled:hover,
  .TextButton.aspNetDisabled:focus,
  .TextButton.aspNetDisabled:active,
  .TextButtonWithImage[disabled],
  .TextButtonWithImage[disabled]:hover,
  .TextButtonWithImage[disabled]:focus,
  .TextButtonWithImage[disabled]:active, fieldset[disabled]
  .TextButtonWithImage, fieldset[disabled]
  .TextButtonWithImage:hover, fieldset[disabled]
  .TextButtonWithImage:focus, fieldset[disabled]
  .TextButtonWithImage:active,
  .TextButtonWithImage.aspNetDisabled,
  .TextButtonWithImage.aspNetDisabled:hover,
  .TextButtonWithImage.aspNetDisabled:focus,
  .TextButtonWithImage.aspNetDisabled:active,
  .RadUpload .ruButton[disabled],
  .RadUpload .ruButton[disabled]:hover,
  .RadUpload .ruButton[disabled]:focus,
  .RadUpload .ruButton[disabled]:active, fieldset[disabled]
  .RadUpload .ruButton, fieldset[disabled]
  .RadUpload .ruButton:hover, fieldset[disabled]
  .RadUpload .ruButton:focus, fieldset[disabled]
  .RadUpload .ruButton:active,
  .RadUpload .ruButton.aspNetDisabled,
  .RadUpload .ruButton.aspNetDisabled:hover,
  .RadUpload .ruButton.aspNetDisabled:focus,
  .RadUpload .ruButton.aspNetDisabled:active,
  .RadUploadProgressArea .ruButton[disabled],
  .RadUploadProgressArea .ruButton[disabled]:hover,
  .RadUploadProgressArea .ruButton[disabled]:focus,
  .RadUploadProgressArea .ruButton[disabled]:active, fieldset[disabled]
  .RadUploadProgressArea .ruButton, fieldset[disabled]
  .RadUploadProgressArea .ruButton:hover, fieldset[disabled]
  .RadUploadProgressArea .ruButton:focus, fieldset[disabled]
  .RadUploadProgressArea .ruButton:active,
  .RadUploadProgressArea .ruButton.aspNetDisabled,
  .RadUploadProgressArea .ruButton.aspNetDisabled:hover,
  .RadUploadProgressArea .ruButton.aspNetDisabled:focus,
  .RadUploadProgressArea .ruButton.aspNetDisabled:active,
  #masterHeaderActionArea a[disabled],
  #masterHeaderActionArea a[disabled]:hover,
  #masterHeaderActionArea a[disabled]:focus,
  #masterHeaderActionArea a[disabled]:active, fieldset[disabled]
  #masterHeaderActionArea a, fieldset[disabled]
  #masterHeaderActionArea a:hover, fieldset[disabled]
  #masterHeaderActionArea a:focus, fieldset[disabled]
  #masterHeaderActionArea a:active,
  #masterHeaderActionArea a.aspNetDisabled,
  #masterHeaderActionArea a.aspNetDisabled:hover,
  #masterHeaderActionArea a.aspNetDisabled:focus,
  #masterHeaderActionArea a.aspNetDisabled:active,
  .RadGrid input.TextButton[disabled],
  .RadGrid input.TextButton[disabled]:hover,
  .RadGrid input.TextButton[disabled]:focus,
  .RadGrid input.TextButton[disabled]:active, fieldset[disabled]
  .RadGrid input.TextButton, fieldset[disabled]
  .RadGrid input.TextButton:hover, fieldset[disabled]
  .RadGrid input.TextButton:focus, fieldset[disabled]
  .RadGrid input.TextButton:active,
  .RadGrid input.TextButton.aspNetDisabled,
  .RadGrid input.TextButton.aspNetDisabled:hover,
  .RadGrid input.TextButton.aspNetDisabled:focus,
  .RadGrid input.TextButton.aspNetDisabled:active,
  #ctl01_TemplateBody_WebPartManager1_gwpste_container_Communities_ciCommunities_CommunitiesList_TopRightPanel a[disabled],
  #ctl01_TemplateBody_WebPartManager1_gwpste_container_Communities_ciCommunities_CommunitiesList_TopRightPanel a[disabled]:hover,
  #ctl01_TemplateBody_WebPartManager1_gwpste_container_Communities_ciCommunities_CommunitiesList_TopRightPanel a[disabled]:focus,
  #ctl01_TemplateBody_WebPartManager1_gwpste_container_Communities_ciCommunities_CommunitiesList_TopRightPanel a[disabled]:active, fieldset[disabled]
  #ctl01_TemplateBody_WebPartManager1_gwpste_container_Communities_ciCommunities_CommunitiesList_TopRightPanel a, fieldset[disabled]
  #ctl01_TemplateBody_WebPartManager1_gwpste_container_Communities_ciCommunities_CommunitiesList_TopRightPanel a:hover, fieldset[disabled]
  #ctl01_TemplateBody_WebPartManager1_gwpste_container_Communities_ciCommunities_CommunitiesList_TopRightPanel a:focus, fieldset[disabled]
  #ctl01_TemplateBody_WebPartManager1_gwpste_container_Communities_ciCommunities_CommunitiesList_TopRightPanel a:active,
  #ctl01_TemplateBody_WebPartManager1_gwpste_container_Communities_ciCommunities_CommunitiesList_TopRightPanel a.aspNetDisabled,
  #ctl01_TemplateBody_WebPartManager1_gwpste_container_Communities_ciCommunities_CommunitiesList_TopRightPanel a.aspNetDisabled:hover,
  #ctl01_TemplateBody_WebPartManager1_gwpste_container_Communities_ciCommunities_CommunitiesList_TopRightPanel a.aspNetDisabled:focus,
  #ctl01_TemplateBody_WebPartManager1_gwpste_container_Communities_ciCommunities_CommunitiesList_TopRightPanel a.aspNetDisabled:active {
    background-color: transparent;
    border-color: #f7931d; }
  .btn:focus,
  .TextButton:focus,
  .TextButtonWithImage:focus,
  .RadUpload .ruButton:focus,
  .RadUploadProgressArea .ruButton:focus,
  #masterHeaderActionArea a:focus,
  .RadGrid input.TextButton:focus,
  #ctl01_TemplateBody_WebPartManager1_gwpste_container_Communities_ciCommunities_CommunitiesList_TopRightPanel a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus,
  .TextButton:hover,
  .TextButton:focus,
  .TextButtonWithImage:hover,
  .TextButtonWithImage:focus,
  .RadUpload .ruButton:hover,
  .RadUpload .ruButton:focus,
  .RadUploadProgressArea .ruButton:hover,
  .RadUploadProgressArea .ruButton:focus,
  #masterHeaderActionArea a:hover,
  #masterHeaderActionArea a:focus,
  .RadGrid input.TextButton:hover,
  .RadGrid input.TextButton:focus,
  #ctl01_TemplateBody_WebPartManager1_gwpste_container_Communities_ciCommunities_CommunitiesList_TopRightPanel a:hover,
  #ctl01_TemplateBody_WebPartManager1_gwpste_container_Communities_ciCommunities_CommunitiesList_TopRightPanel a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #f7931d; }
  .btn:active, .btn.active,
  .TextButton:active,
  .TextButton.active,
  .TextButtonWithImage:active,
  .TextButtonWithImage.active,
  .RadUpload .ruButton:active,
  .RadUpload .ruButton.active,
  .RadUploadProgressArea .ruButton:active,
  .RadUploadProgressArea .ruButton.active,
  #masterHeaderActionArea a:active,
  #masterHeaderActionArea a.active,
  .RadGrid input.TextButton:active,
  .RadGrid input.TextButton.active,
  #ctl01_TemplateBody_WebPartManager1_gwpste_container_Communities_ciCommunities_CommunitiesList_TopRightPanel a:active,
  #ctl01_TemplateBody_WebPartManager1_gwpste_container_Communities_ciCommunities_CommunitiesList_TopRightPanel a.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn, .btn.aspNetDisabled,
  .TextButton.disabled,
  .TextButton[disabled],
  fieldset[disabled]
  .TextButton,
  .TextButton.aspNetDisabled,
  .TextButtonWithImage.disabled,
  .TextButtonWithImage[disabled],
  fieldset[disabled]
  .TextButtonWithImage,
  .TextButtonWithImage.aspNetDisabled,
  .RadUpload .ruButton.disabled,
  .RadUpload .ruButton[disabled],
  fieldset[disabled]
  .RadUpload .ruButton,
  .RadUpload .ruButton.aspNetDisabled,
  .RadUploadProgressArea .ruButton.disabled,
  .RadUploadProgressArea .ruButton[disabled],
  fieldset[disabled]
  .RadUploadProgressArea .ruButton,
  .RadUploadProgressArea .ruButton.aspNetDisabled,
  #masterHeaderActionArea a.disabled,
  #masterHeaderActionArea a[disabled],
  fieldset[disabled]
  #masterHeaderActionArea a,
  #masterHeaderActionArea a.aspNetDisabled,
  .RadGrid input.TextButton.disabled,
  .RadGrid input.TextButton[disabled],
  fieldset[disabled]
  .RadGrid input.TextButton,
  .RadGrid input.TextButton.aspNetDisabled,
  #ctl01_TemplateBody_WebPartManager1_gwpste_container_Communities_ciCommunities_CommunitiesList_TopRightPanel a.disabled,
  #ctl01_TemplateBody_WebPartManager1_gwpste_container_Communities_ciCommunities_CommunitiesList_TopRightPanel a[disabled],
  fieldset[disabled]
  #ctl01_TemplateBody_WebPartManager1_gwpste_container_Communities_ciCommunities_CommunitiesList_TopRightPanel a,
  #ctl01_TemplateBody_WebPartManager1_gwpste_container_Communities_ciCommunities_CommunitiesList_TopRightPanel a.aspNetDisabled {
    pointer-events: none;
    opacity: 0.55;
    filter: alpha(opacity=55);
    -webkit-box-shadow: none;
    box-shadow: none; }

.TextButton.transparent {
  background-color: rgba(0, 0, 0, 0.3);
  border: solid 2px #fff; }
  .TextButton.transparent:hover {
    background-color: #00447c; }

/* some Telerik overrides */
.ruButton {
  background-color: transparent !important;
  color: #f7931d !important;
  cursor: pointer; }

.RadUpload .ruBrowse,
.RadUpload .ruRemove {
  height: auto !important;
  padding: 5px 10px !important;
  line-height: 1.6 !important; }

/* primary button */
.PrimaryButton,
.SaveAndClose,
.SaveAs,
.UsePrimaryButton .TextButton,
.UsePrimaryButton .TextButtonWithImage,
#masterHeaderActionArea a,
.RadGrid input.PrimaryButton,
#ctl01_TemplateBody_WebPartManager1_gwpste_container_Communities_ciCommunities_CommunitiesList_TopRightPanel a {
  color: #f7931d;
  background-color: transparent;
  border-color: #f7931d; }
  .PrimaryButton:hover, .PrimaryButton:focus, .PrimaryButton:active, .PrimaryButton:visited,
  .SaveAndClose:hover,
  .SaveAndClose:focus,
  .SaveAndClose:active,
  .SaveAndClose:visited,
  .SaveAs:hover,
  .SaveAs:focus,
  .SaveAs:active,
  .SaveAs:visited,
  .UsePrimaryButton .TextButton:hover,
  .UsePrimaryButton .TextButton:focus,
  .UsePrimaryButton .TextButton:active,
  .UsePrimaryButton .TextButton:visited,
  .UsePrimaryButton .TextButtonWithImage:hover,
  .UsePrimaryButton .TextButtonWithImage:focus,
  .UsePrimaryButton .TextButtonWithImage:active,
  .UsePrimaryButton .TextButtonWithImage:visited,
  #masterHeaderActionArea a:hover,
  #masterHeaderActionArea a:focus,
  #masterHeaderActionArea a:active,
  #masterHeaderActionArea a:visited,
  .RadGrid input.PrimaryButton:hover,
  .RadGrid input.PrimaryButton:focus,
  .RadGrid input.PrimaryButton:active,
  .RadGrid input.PrimaryButton:visited,
  #ctl01_TemplateBody_WebPartManager1_gwpste_container_Communities_ciCommunities_CommunitiesList_TopRightPanel a:hover,
  #ctl01_TemplateBody_WebPartManager1_gwpste_container_Communities_ciCommunities_CommunitiesList_TopRightPanel a:focus,
  #ctl01_TemplateBody_WebPartManager1_gwpste_container_Communities_ciCommunities_CommunitiesList_TopRightPanel a:active,
  #ctl01_TemplateBody_WebPartManager1_gwpste_container_Communities_ciCommunities_CommunitiesList_TopRightPanel a:visited {
    color: #f7931d;
    background-color: transparent;
    border-color: #cf7407; }
  .PrimaryButton:active,
  .SaveAndClose:active,
  .SaveAs:active,
  .UsePrimaryButton .TextButton:active,
  .UsePrimaryButton .TextButtonWithImage:active,
  #masterHeaderActionArea a:active,
  .RadGrid input.PrimaryButton:active,
  #ctl01_TemplateBody_WebPartManager1_gwpste_container_Communities_ciCommunities_CommunitiesList_TopRightPanel a:active {
    background-image: none; }
  .PrimaryButton[disabled], .PrimaryButton[disabled]:hover, .PrimaryButton[disabled]:focus, .PrimaryButton[disabled]:active, fieldset[disabled] .PrimaryButton, fieldset[disabled] .PrimaryButton:hover, fieldset[disabled] .PrimaryButton:focus, fieldset[disabled] .PrimaryButton:active, .PrimaryButton.aspNetDisabled, .PrimaryButton.aspNetDisabled:hover, .PrimaryButton.aspNetDisabled:focus, .PrimaryButton.aspNetDisabled:active,
  .SaveAndClose[disabled],
  .SaveAndClose[disabled]:hover,
  .SaveAndClose[disabled]:focus,
  .SaveAndClose[disabled]:active, fieldset[disabled]
  .SaveAndClose, fieldset[disabled]
  .SaveAndClose:hover, fieldset[disabled]
  .SaveAndClose:focus, fieldset[disabled]
  .SaveAndClose:active,
  .SaveAndClose.aspNetDisabled,
  .SaveAndClose.aspNetDisabled:hover,
  .SaveAndClose.aspNetDisabled:focus,
  .SaveAndClose.aspNetDisabled:active,
  .SaveAs[disabled],
  .SaveAs[disabled]:hover,
  .SaveAs[disabled]:focus,
  .SaveAs[disabled]:active, fieldset[disabled]
  .SaveAs, fieldset[disabled]
  .SaveAs:hover, fieldset[disabled]
  .SaveAs:focus, fieldset[disabled]
  .SaveAs:active,
  .SaveAs.aspNetDisabled,
  .SaveAs.aspNetDisabled:hover,
  .SaveAs.aspNetDisabled:focus,
  .SaveAs.aspNetDisabled:active,
  .UsePrimaryButton .TextButton[disabled],
  .UsePrimaryButton .TextButton[disabled]:hover,
  .UsePrimaryButton .TextButton[disabled]:focus,
  .UsePrimaryButton .TextButton[disabled]:active, fieldset[disabled]
  .UsePrimaryButton .TextButton, fieldset[disabled]
  .UsePrimaryButton .TextButton:hover, fieldset[disabled]
  .UsePrimaryButton .TextButton:focus, fieldset[disabled]
  .UsePrimaryButton .TextButton:active,
  .UsePrimaryButton .TextButton.aspNetDisabled,
  .UsePrimaryButton .TextButton.aspNetDisabled:hover,
  .UsePrimaryButton .TextButton.aspNetDisabled:focus,
  .UsePrimaryButton .TextButton.aspNetDisabled:active,
  .UsePrimaryButton .TextButtonWithImage[disabled],
  .UsePrimaryButton .TextButtonWithImage[disabled]:hover,
  .UsePrimaryButton .TextButtonWithImage[disabled]:focus,
  .UsePrimaryButton .TextButtonWithImage[disabled]:active, fieldset[disabled]
  .UsePrimaryButton .TextButtonWithImage, fieldset[disabled]
  .UsePrimaryButton .TextButtonWithImage:hover, fieldset[disabled]
  .UsePrimaryButton .TextButtonWithImage:focus, fieldset[disabled]
  .UsePrimaryButton .TextButtonWithImage:active,
  .UsePrimaryButton .TextButtonWithImage.aspNetDisabled,
  .UsePrimaryButton .TextButtonWithImage.aspNetDisabled:hover,
  .UsePrimaryButton .TextButtonWithImage.aspNetDisabled:focus,
  .UsePrimaryButton .TextButtonWithImage.aspNetDisabled:active,
  #masterHeaderActionArea a[disabled],
  #masterHeaderActionArea a[disabled]:hover,
  #masterHeaderActionArea a[disabled]:focus,
  #masterHeaderActionArea a[disabled]:active, fieldset[disabled]
  #masterHeaderActionArea a, fieldset[disabled]
  #masterHeaderActionArea a:hover, fieldset[disabled]
  #masterHeaderActionArea a:focus, fieldset[disabled]
  #masterHeaderActionArea a:active,
  #masterHeaderActionArea a.aspNetDisabled,
  #masterHeaderActionArea a.aspNetDisabled:hover,
  #masterHeaderActionArea a.aspNetDisabled:focus,
  #masterHeaderActionArea a.aspNetDisabled:active,
  .RadGrid input.PrimaryButton[disabled],
  .RadGrid input.PrimaryButton[disabled]:hover,
  .RadGrid input.PrimaryButton[disabled]:focus,
  .RadGrid input.PrimaryButton[disabled]:active, fieldset[disabled]
  .RadGrid input.PrimaryButton, fieldset[disabled]
  .RadGrid input.PrimaryButton:hover, fieldset[disabled]
  .RadGrid input.PrimaryButton:focus, fieldset[disabled]
  .RadGrid input.PrimaryButton:active,
  .RadGrid input.PrimaryButton.aspNetDisabled,
  .RadGrid input.PrimaryButton.aspNetDisabled:hover,
  .RadGrid input.PrimaryButton.aspNetDisabled:focus,
  .RadGrid input.PrimaryButton.aspNetDisabled:active,
  #ctl01_TemplateBody_WebPartManager1_gwpste_container_Communities_ciCommunities_CommunitiesList_TopRightPanel a[disabled],
  #ctl01_TemplateBody_WebPartManager1_gwpste_container_Communities_ciCommunities_CommunitiesList_TopRightPanel a[disabled]:hover,
  #ctl01_TemplateBody_WebPartManager1_gwpste_container_Communities_ciCommunities_CommunitiesList_TopRightPanel a[disabled]:focus,
  #ctl01_TemplateBody_WebPartManager1_gwpste_container_Communities_ciCommunities_CommunitiesList_TopRightPanel a[disabled]:active, fieldset[disabled]
  #ctl01_TemplateBody_WebPartManager1_gwpste_container_Communities_ciCommunities_CommunitiesList_TopRightPanel a, fieldset[disabled]
  #ctl01_TemplateBody_WebPartManager1_gwpste_container_Communities_ciCommunities_CommunitiesList_TopRightPanel a:hover, fieldset[disabled]
  #ctl01_TemplateBody_WebPartManager1_gwpste_container_Communities_ciCommunities_CommunitiesList_TopRightPanel a:focus, fieldset[disabled]
  #ctl01_TemplateBody_WebPartManager1_gwpste_container_Communities_ciCommunities_CommunitiesList_TopRightPanel a:active,
  #ctl01_TemplateBody_WebPartManager1_gwpste_container_Communities_ciCommunities_CommunitiesList_TopRightPanel a.aspNetDisabled,
  #ctl01_TemplateBody_WebPartManager1_gwpste_container_Communities_ciCommunities_CommunitiesList_TopRightPanel a.aspNetDisabled:hover,
  #ctl01_TemplateBody_WebPartManager1_gwpste_container_Communities_ciCommunities_CommunitiesList_TopRightPanel a.aspNetDisabled:focus,
  #ctl01_TemplateBody_WebPartManager1_gwpste_container_Communities_ciCommunities_CommunitiesList_TopRightPanel a.aspNetDisabled:active {
    background-color: transparent;
    border-color: #f7931d; }
  .PrimaryButton:hover, .PrimaryButton:focus, .PrimaryButton:visited,
  .SaveAndClose:hover,
  .SaveAndClose:focus,
  .SaveAndClose:visited,
  .SaveAs:hover,
  .SaveAs:focus,
  .SaveAs:visited,
  .UsePrimaryButton .TextButton:hover,
  .UsePrimaryButton .TextButton:focus,
  .UsePrimaryButton .TextButton:visited,
  .UsePrimaryButton .TextButtonWithImage:hover,
  .UsePrimaryButton .TextButtonWithImage:focus,
  .UsePrimaryButton .TextButtonWithImage:visited,
  #masterHeaderActionArea a:hover,
  #masterHeaderActionArea a:focus,
  #masterHeaderActionArea a:visited,
  .RadGrid input.PrimaryButton:hover,
  .RadGrid input.PrimaryButton:focus,
  .RadGrid input.PrimaryButton:visited,
  #ctl01_TemplateBody_WebPartManager1_gwpste_container_Communities_ciCommunities_CommunitiesList_TopRightPanel a:hover,
  #ctl01_TemplateBody_WebPartManager1_gwpste_container_Communities_ciCommunities_CommunitiesList_TopRightPanel a:focus,
  #ctl01_TemplateBody_WebPartManager1_gwpste_container_Communities_ciCommunities_CommunitiesList_TopRightPanel a:visited {
    color: #fff;
    text-decoration: none;
    background-color: #f7931d; }
  .PrimaryButton:visited,
  .SaveAndClose:visited,
  .SaveAs:visited,
  .UsePrimaryButton .TextButton:visited,
  .UsePrimaryButton .TextButtonWithImage:visited,
  #masterHeaderActionArea a:visited,
  .RadGrid input.PrimaryButton:visited,
  #ctl01_TemplateBody_WebPartManager1_gwpste_container_Communities_ciCommunities_CommunitiesList_TopRightPanel a:visited {
    background-color: transparent; }

/* Facebook sign in button */
.TextButton.Facebook {
  color: #fff;
  background-color: #3B5998;
  border-color: transparent; }
  .TextButton.Facebook:hover, .TextButton.Facebook:focus, .TextButton.Facebook:active, .TextButton.Facebook:visited {
    color: #fff;
    background-color: #2d4373;
    border-color: transparent; }
  .TextButton.Facebook:active {
    background-image: none; }
  .TextButton.Facebook[disabled], .TextButton.Facebook[disabled]:hover, .TextButton.Facebook[disabled]:focus, .TextButton.Facebook[disabled]:active, fieldset[disabled] .TextButton.Facebook, fieldset[disabled] .TextButton.Facebook:hover, fieldset[disabled] .TextButton.Facebook:focus, fieldset[disabled] .TextButton.Facebook:active, .TextButton.Facebook.aspNetDisabled, .TextButton.Facebook.aspNetDisabled:hover, .TextButton.Facebook.aspNetDisabled:focus, .TextButton.Facebook.aspNetDisabled:active {
    background-color: #3B5998;
    border-color: transparent; }

/* LinkedIn sign in button */
.SignInButton.LinkedIn {
  color: #fff;
  background-color: #0077B5;
  border-color: transparent; }
  .SignInButton.LinkedIn:hover, .SignInButton.LinkedIn:focus, .SignInButton.LinkedIn:active, .SignInButton.LinkedIn:visited {
    color: #fff;
    background-color: #005582;
    border-color: transparent; }
  .SignInButton.LinkedIn:active {
    background-image: none; }
  .SignInButton.LinkedIn[disabled], .SignInButton.LinkedIn[disabled]:hover, .SignInButton.LinkedIn[disabled]:focus, .SignInButton.LinkedIn[disabled]:active, fieldset[disabled] .SignInButton.LinkedIn, fieldset[disabled] .SignInButton.LinkedIn:hover, fieldset[disabled] .SignInButton.LinkedIn:focus, fieldset[disabled] .SignInButton.LinkedIn:active, .SignInButton.LinkedIn.aspNetDisabled, .SignInButton.LinkedIn.aspNetDisabled:hover, .SignInButton.LinkedIn.aspNetDisabled:focus, .SignInButton.LinkedIn.aspNetDisabled:active {
    background-color: #0077B5;
    border-color: transparent; }

.MediumButton,
.UseMediumButton .TextButton,
.UseMediumButton .TextButtonWithImage {
  font-size: 80% !important;
  padding: 9px 20px !important; }

.LargeButton,
.UseLargeButton .TextButton,
.UseLargeButton .TextButtonWithImage {
  font-size: 100% !important;
  padding: 12px 20px !important; }

.CalloutArea1 .btn.PrimaryButton,
.CalloutArea1 .TextButton.PrimaryButton,
.CalloutArea1 .TextButtonWithImage.PrimaryButton,
.CalloutArea2 .btn.PrimaryButton,
.CalloutArea2 .TextButton.PrimaryButton,
.CalloutArea2 .TextButtonWithImage.PrimaryButton {
  color: #fff;
  background-color: #eaeef1; }
  .CalloutArea1 .btn.PrimaryButton:hover, .CalloutArea1 .btn.PrimaryButton:active, .CalloutArea1 .btn.PrimaryButton:focus,
  .CalloutArea1 .TextButton.PrimaryButton:hover,
  .CalloutArea1 .TextButton.PrimaryButton:active,
  .CalloutArea1 .TextButton.PrimaryButton:focus,
  .CalloutArea1 .TextButtonWithImage.PrimaryButton:hover,
  .CalloutArea1 .TextButtonWithImage.PrimaryButton:active,
  .CalloutArea1 .TextButtonWithImage.PrimaryButton:focus,
  .CalloutArea2 .btn.PrimaryButton:hover,
  .CalloutArea2 .btn.PrimaryButton:active,
  .CalloutArea2 .btn.PrimaryButton:focus,
  .CalloutArea2 .TextButton.PrimaryButton:hover,
  .CalloutArea2 .TextButton.PrimaryButton:active,
  .CalloutArea2 .TextButton.PrimaryButton:focus,
  .CalloutArea2 .TextButtonWithImage.PrimaryButton:hover,
  .CalloutArea2 .TextButtonWithImage.PrimaryButton:active,
  .CalloutArea2 .TextButtonWithImage.PrimaryButton:focus {
    color: #fff;
    background-color: #c5d0d9; }

a.LanguageToggle {
  color: #000 !important;
  background-color: transparent;
  border: solid 1px #000;
  font-size: 70%; }
  a.LanguageToggle:visted {
    color: #000 !important; }
  a.LanguageToggle:hover {
    color: #fff !important; }

/* ==========================================================================
   CONTENT ITEMS
   ========================================================================== */
/* Open Invoices
   ========================================================================== */
.OpenInvoicesTotals .SelectedTotal .PanelFieldValue {
  color: #ffc80a; }

/* Group List Editor
   ========================================================================== */
.RadTreeView.GLE .rtLI {
  margin-bottom: .3em; }

.RadTreeView.GLE .rtIn, .RadTreeView.GLE .rtHover .rtIn, .RadTreeView.GLE .rtSelected .rtIn {
  background-color: transparent;
  border: none;
  color: #00447c; }

.RadTreeView.GLE a:hover, .RadTreeView.GLE a:focus, .RadTreeView.GLE span[onclick]:hover, .RadTreeView.GLE span[onclick]:focus {
  background-color: #13365f;
  color: #fff; }

/* Communiaction Preferences
   ========================================================================== */
.CommunicationPreferencesSection {
  background-color: #eee; }

/* Search Results
   ========================================================================== */
.SearchResultSummary .ListItemTitle a {
  display: block;
  background-color: transparent;
  padding: 8px 12px;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  font-size: 90%;
  font-weight: normal;
  border-radius: 3px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
 /* color: #fff !important;*/
  margin: -4px -7px 10px; }
  .SearchResultSummary .ListItemTitle a:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #ffc80a;
    text-decoration: underline;
    text-decoration: none;
    color: #fff !important; }

.SearchField label {
  font-size: 120%;
  color: #373434;
  font-weight: normal; }

/* Event Display
   ========================================================================== */
.EventSummary {
  background-color: #eee; }
  .EventSummary .PhotoArea {
    padding: 2em; }
    .EventSummary .PhotoArea img {
      border: 1px solid #CCC !important; }
  .EventSummary .Description {
    padding: 0 2em 2em; }
    @media (min-width: 768px) {
      .EventSummary .Description {
        padding: 2em; } }
    .no-mqs .EventSummary .Description {
      padding: 2em; }

.ProgramGroup .PanelHead,
.ProgramGroup .panel-heading {
  background-color: #174e8e; }

.ProgramGroup .PanelTitle,
.ProgramGroup .panel-title {
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-size: 100%;
  line-height: 2em;
  padding-left: .5em; }

/* Product Display
   ========================================================================== */
.ProductDisplay {
  background-color: #eee;
  padding: 1em; }

/* Progress Tracker
   ========================================================================== */
/* These are overrides for the colors and styles defined in 10-UltraWave.css */
/* <Progress Tracker (Default)> */
.ProgressTracker .count {
  font-weight: bold; }

.ProgressTracker .SuccessfulMessage,
.ProgressTracker .ProgressBar > span {
  background-color: #174e8e; }

/* </Progress Tracker > */
/* <Progress Tracker 2> */
.ProgressTracker2 .ProgressTrackerPanel {
  background-color: #174e8e; }
  .ProgressTracker2 .ProgressTrackerPanel:before, .ProgressTracker2 .ProgressTrackerPanel:after {
    content: " ";
    display: table; }
  .ProgressTracker2 .ProgressTrackerPanel:after {
    clear: both; }
  .ProgressTracker2 .ProgressTrackerPanel .count {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 300; }

.ProgressTracker2 div p {
  background-color: #fff;
  color: #00447c;
  margin-bottom: 0; }

.ProgressTracker2 .ProgressBar {
  margin: 10px; }
  .ProgressTracker2 .ProgressBar > span {
    background-color: #ffc80a; }

.ProgressTracker2 .SuccessfulMessage {
  background-color: #0d89ef;
  color: #373434; }

/* </Progress Tracker 2> */
/* Filter Panel (Query Menu)
   ========================================================================== */
/* This is an alternate style for the Query Menu filter panel */
.FilterPanel {
  border: none !important;
  margin-top: -3px; }
  .FilterPanel .PanelTitle,
  .FilterPanel .panel-title {
    background-image: none;
    padding-left: 0.1em;
    line-height: normal;
    margin-left: 0;
    font-size: 26.35296px; }
  .FilterPanel .PanelHead.Distinguish,
  .FilterPanel .panel-heading.Distinguish {
    border: none;
    min-height: 1em; }
  .FilterPanel .PanelField label, .FilterPanel .PanelField .Label {
    margin-left: 0px; }

/* Cart Charges
   ========================================================================== */
.CartCharges .PanelField {
  border-bottom: none;
  border-top: 1px solid #00447c; }
  .CartCharges .PanelField:first-child,
  .CartCharges .PanelField .GrandTotal {
    border-top: none; }

.CartCharges .GrandTotal .PanelField {
  background-color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  color: #ffc80a; }
  .CartCharges .GrandTotal .PanelField .Label {
    color: #ffc80a; }

/* ==========================================================================
   TELERIK OVERRIDES
   ========================================================================== */
/* RadTabStrip
   ========================================================================== */
.RadTabStripTop_Metro .rtsLevel1, .RadTabStripTop_Metro .rtsLevel1 .rtsUL,
.RadTabStrip_Metro .rtsLevel1,
.RadTabStrip_Metro .rtsLevel1 .rtsUL {
  background-color: #00447c !important; }
  .RadTabStripTop_Metro .rtsLevel1 .rtsLink, .RadTabStripTop_Metro .rtsLevel1 .rtsUL .rtsLink,
  .RadTabStrip_Metro .rtsLevel1 .rtsLink,
  .RadTabStrip_Metro .rtsLevel1 .rtsUL .rtsLink {
    text-transform: none;
    border-color: #174e8e; }
  .RadTabStripTop_Metro .rtsLevel1 .rtsSelected, .RadTabStripTop_Metro .rtsLevel1 .rtsLink:hover, .RadTabStripTop_Metro .rtsLevel1 .rtsUL .rtsSelected, .RadTabStripTop_Metro .rtsLevel1 .rtsUL .rtsLink:hover,
  .RadTabStrip_Metro .rtsLevel1 .rtsSelected,
  .RadTabStrip_Metro .rtsLevel1 .rtsLink:hover,
  .RadTabStrip_Metro .rtsLevel1 .rtsUL .rtsSelected,
  .RadTabStrip_Metro .rtsLevel1 .rtsUL .rtsLink:hover {
    border-color: #fff; }
  .RadTabStripTop_Metro .rtsLevel1 .rtsDisabled, .RadTabStripTop_Metro .rtsLevel1 .rtsDisabled:hover, .RadTabStripTop_Metro .rtsLevel1 .rtsUL .rtsDisabled, .RadTabStripTop_Metro .rtsLevel1 .rtsUL .rtsDisabled:hover,
  .RadTabStrip_Metro .rtsLevel1 .rtsDisabled,
  .RadTabStrip_Metro .rtsLevel1 .rtsDisabled:hover,
  .RadTabStrip_Metro .rtsLevel1 .rtsUL .rtsDisabled,
  .RadTabStrip_Metro .rtsLevel1 .rtsUL .rtsDisabled:hover {
    color: #dedede;
    border-color: transparent; }

.RadTabStrip.RadTabStrip_MetroTouch {
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
  font-weight: inherit;
  border-radius: 3px; }
  html .RadTabStrip.RadTabStrip_MetroTouch .rtsLevel1 .rtsSelected, html .RadTabStrip.RadTabStrip_MetroTouch .rtsLevel1 .rtsSelected:hover {
    border-color: #ffc80a;
    background-color: #ffc80a; }
  .RadTabStrip.RadTabStrip_MetroTouch .rtsLevel1 {
    border-bottom-color: #ffc80a; }
  @media (max-width: 600px) {
    .RadTabStrip.RadTabStrip_MetroTouch .rtsLI, .RadTabStrip.RadTabStrip_MetroTouch .rtsLink, .RadTabStrip.RadTabStrip_MetroTouch .rtsUL {
      float: none;
      width: 100%;
      display: block; }
    html .RadTabStrip.RadTabStrip_MetroTouch .rtsLevel1 .rtsLink {
      margin: 0; } }

/* RadToolTip
   ========================================================================== */
/* Currently used by the QueryMenu iPart */
.RadToolTip_Telerik a:hover {
  background-color: #174e8e; }

/* RadGrid
   ========================================================================== */
.RadGrid.RadGrid_MetroTouch .rgMasterTable,
.RadGrid.RadGrid_Metro .rgMasterTable {
  background-color: #fff; }

.RadGrid.RadGrid_MetroTouch .rgHeader, .RadGrid.RadGrid_MetroTouch .rgRow td,
.RadGrid.RadGrid_MetroTouch .rgAltRow td, .RadGrid.RadGrid_MetroTouch .rgEditRow td,
.RadGrid.RadGrid_Metro .rgHeader,
.RadGrid.RadGrid_Metro .rgRow td,
.RadGrid.RadGrid_Metro .rgAltRow td,
.RadGrid.RadGrid_Metro .rgEditRow td {
  border-left-color: transparent; }

.RadGrid.RadGrid_MetroTouch td.rgPagerCell,
.RadGrid.RadGrid_Metro td.rgPagerCell {
  border-width: 0; }

.RadGrid.RadGrid_MetroTouch .rgHeader, .RadGrid.RadGrid_MetroTouch .rgHeader:first-child, .RadGrid.RadGrid_MetroTouch th.rgResizeCol, .RadGrid.RadGrid_MetroTouch th.rgResizeCol:first-child, .RadGrid.RadGrid_MetroTouch .rgRow td, .RadGrid.RadGrid_MetroTouch .rgRow td:first-child,
.RadGrid.RadGrid_MetroTouch .rgAltRow td,
.RadGrid.RadGrid_MetroTouch .rgAltRow td:first-child, .RadGrid.RadGrid_MetroTouch .rgEditRow td, .RadGrid.RadGrid_MetroTouch .rgEditRow td:first-child, .RadGrid.RadGrid_MetroTouch .rgFooter td, .RadGrid.RadGrid_MetroTouch .rgFooter td:first-child,
.RadGrid.RadGrid_MetroTouch .rgFilterRow td,
.RadGrid.RadGrid_MetroTouch .rgFilterRow td:first-child, .RadGrid.RadGrid_MetroTouch .rgNoRecords td, .RadGrid.RadGrid_MetroTouch .rgNoRecords td:first-child,
.RadGrid.RadGrid_Metro .rgHeader,
.RadGrid.RadGrid_Metro .rgHeader:first-child,
.RadGrid.RadGrid_Metro th.rgResizeCol,
.RadGrid.RadGrid_Metro th.rgResizeCol:first-child,
.RadGrid.RadGrid_Metro .rgRow td,
.RadGrid.RadGrid_Metro .rgRow td:first-child,
.RadGrid.RadGrid_Metro .rgAltRow td,
.RadGrid.RadGrid_Metro .rgAltRow td:first-child,
.RadGrid.RadGrid_Metro .rgEditRow td,
.RadGrid.RadGrid_Metro .rgEditRow td:first-child,
.RadGrid.RadGrid_Metro .rgFooter td,
.RadGrid.RadGrid_Metro .rgFooter td:first-child,
.RadGrid.RadGrid_Metro .rgFilterRow td,
.RadGrid.RadGrid_Metro .rgFilterRow td:first-child,
.RadGrid.RadGrid_Metro .rgNoRecords td,
.RadGrid.RadGrid_Metro .rgNoRecords td:first-child {
  padding: 7px 12px; }

.RadGrid.RadGrid_MetroTouch .rgRow td.rgExpandCol, .RadGrid.RadGrid_MetroTouch .rgRow td.rgExpandCol:first-child, .RadGrid.RadGrid_MetroTouch .rgAltRow td.rgExpandCol, .RadGrid.RadGrid_MetroTouch .rgAltRow td.rgExpandCol:first-child,
.RadGrid.RadGrid_Metro .rgRow td.rgExpandCol,
.RadGrid.RadGrid_Metro .rgRow td.rgExpandCol:first-child,
.RadGrid.RadGrid_Metro .rgAltRow td.rgExpandCol,
.RadGrid.RadGrid_Metro .rgAltRow td.rgExpandCol:first-child {
  /* reset the padding for expand/collapse column */
  padding-left: 0;
  padding-right: 0; }

.RadGrid.RadGrid_MetroTouch .rgCommandRow,
.RadGrid.RadGrid_Metro .rgCommandRow {
  background-color: transparent; }

.RadGrid.RadGrid_MetroTouch .rgNumPart a.rgCurrentPage, .RadGrid.RadGrid_MetroTouch .rgNumPart a.rgCurrentPage:hover,
.RadGrid.RadGrid_MetroTouch .rgPagePrev:active, .RadGrid.RadGrid_MetroTouch .rgPageNext:active, .RadGrid.RadGrid_MetroTouch .rgPageFirst:active, .RadGrid.RadGrid_MetroTouch .rgPageLast:active,
.RadGrid.RadGrid_MetroTouch .rgPager .rgPagerButton,
.RadGrid.RadGrid_Metro .rgNumPart a.rgCurrentPage,
.RadGrid.RadGrid_Metro .rgNumPart a.rgCurrentPage:hover,
.RadGrid.RadGrid_Metro .rgPagePrev:active,
.RadGrid.RadGrid_Metro .rgPageNext:active,
.RadGrid.RadGrid_Metro .rgPageFirst:active,
.RadGrid.RadGrid_Metro .rgPageLast:active,
.RadGrid.RadGrid_Metro .rgPager .rgPagerButton {
  background-color: #666;
  border-color: #666;
  color: #fff !important; }

.RadGrid.RadGrid_MetroTouch .rgMasterTable .rgSelectedCell,
.RadGrid.RadGrid_MetroTouch .rgSelectedRow,
.RadGrid.RadGrid_MetroTouch td.rgEditRow .rgSelectedRow,
.RadGrid.RadGrid_MetroTouch .rgSelectedRow td.rgSorted,
.RadGrid.RadGrid_MetroTouch th.rgSorted,
.RadGrid.RadGrid_Metro .rgMasterTable .rgSelectedCell,
.RadGrid.RadGrid_Metro .rgSelectedRow,
.RadGrid.RadGrid_Metro td.rgEditRow .rgSelectedRow,
.RadGrid.RadGrid_Metro .rgSelectedRow td.rgSorted,
.RadGrid.RadGrid_Metro th.rgSorted {
  background-color: #666;
  border-color: #666; }
  .RadGrid.RadGrid_MetroTouch .rgMasterTable .rgSelectedCell a,
  .RadGrid.RadGrid_MetroTouch .rgSelectedRow a,
  .RadGrid.RadGrid_MetroTouch td.rgEditRow .rgSelectedRow a,
  .RadGrid.RadGrid_MetroTouch .rgSelectedRow td.rgSorted a,
  .RadGrid.RadGrid_MetroTouch th.rgSorted a,
  .RadGrid.RadGrid_Metro .rgMasterTable .rgSelectedCell a,
  .RadGrid.RadGrid_Metro .rgSelectedRow a,
  .RadGrid.RadGrid_Metro td.rgEditRow .rgSelectedRow a,
  .RadGrid.RadGrid_Metro .rgSelectedRow td.rgSorted a,
  .RadGrid.RadGrid_Metro th.rgSorted a {
    color: #fff !important; }

.RadGrid.RadGrid_MetroTouch .rgGroupPanel, .RadGrid.RadGrid_MetroTouch .rgGroupPanel caption,
.RadGrid.RadGrid_Metro .rgGroupPanel,
.RadGrid.RadGrid_Metro .rgGroupPanel caption {
  background-color: #174e8e; }

.RadGrid.RadGrid_MetroTouch .rgActiveRow td, .RadGrid.RadGrid_MetroTouch .rgActiveRow td.rgSorted,
.RadGrid.RadGrid_MetroTouch .rgSelectedRow td, .RadGrid.RadGrid_MetroTouch .rgSelectedRow td.rgSorted,
.RadGrid.RadGrid_MetroTouch .rgMasterTable .rgActiveCell,
.RadGrid.RadGrid_Metro .rgActiveRow td,
.RadGrid.RadGrid_Metro .rgActiveRow td.rgSorted,
.RadGrid.RadGrid_Metro .rgSelectedRow td,
.RadGrid.RadGrid_Metro .rgSelectedRow td.rgSorted,
.RadGrid.RadGrid_Metro .rgMasterTable .rgActiveCell {
  border-color: #174e8e;
  background-color: #174e8e; }

* + html .RadGrid.RadGrid_MetroTouch .rgSelectedRow .rgSorted, * + html
.RadGrid.RadGrid_Metro .rgSelectedRow .rgSorted {
  background-color: #174e8e; }

* html .RadGrid.RadGrid_MetroTouch .rgSelectedRow .rgSorted, * html
.RadGrid.RadGrid_Metro .rgSelectedRow .rgSorted {
  background-color: #174e8e; }

.RadGrid.RadGrid_MetroTouch input.rgAdd,
.RadGrid.RadGrid_MetroTouch input.rgRefresh,
.RadGrid.RadGrid_MetroTouch .rgSave,
.RadGrid.RadGrid_MetroTouch .rgCommandRow .rgCancel,
.RadGrid.RadGrid_Metro input.rgAdd,
.RadGrid.RadGrid_Metro input.rgRefresh,
.RadGrid.RadGrid_Metro .rgSave,
.RadGrid.RadGrid_Metro .rgCommandRow .rgCancel {
  background-color: #174e8e; }
  .RadGrid.RadGrid_MetroTouch input.rgAdd:hover,
  .RadGrid.RadGrid_MetroTouch input.rgRefresh:hover,
  .RadGrid.RadGrid_MetroTouch .rgSave:hover,
  .RadGrid.RadGrid_MetroTouch .rgCommandRow .rgCancel:hover,
  .RadGrid.RadGrid_Metro input.rgAdd:hover,
  .RadGrid.RadGrid_Metro input.rgRefresh:hover,
  .RadGrid.RadGrid_Metro .rgSave:hover,
  .RadGrid.RadGrid_Metro .rgCommandRow .rgCancel:hover {
    background-color: #fff; }

/* RadDataPager
   ========================================================================== */
.RadDataPager.RadDataPager_MetroTouch,
.RadDataPager.RadDataPager_Metro {
  border: none;
  background-color: transparent; }
  .RadDataPager.RadDataPager_MetroTouch .rdpNumPart a.rdpCurrentPage, .RadDataPager.RadDataPager_MetroTouch .rdpNumPart a.rdpCurrentPage:hover,
  .RadDataPager.RadDataPager_MetroTouch .rdpPageFirst:hover, .RadDataPager.RadDataPager_MetroTouch .rdpPagePrev:hover, .RadDataPager.RadDataPager_MetroTouch .rdpPageNext:hover, .RadDataPager.RadDataPager_MetroTouch .rdpPageLast:hover,
  .RadDataPager.RadDataPager_MetroTouch .rdpPagerButton,
  .RadDataPager.RadDataPager_Metro .rdpNumPart a.rdpCurrentPage,
  .RadDataPager.RadDataPager_Metro .rdpNumPart a.rdpCurrentPage:hover,
  .RadDataPager.RadDataPager_Metro .rdpPageFirst:hover,
  .RadDataPager.RadDataPager_Metro .rdpPagePrev:hover,
  .RadDataPager.RadDataPager_Metro .rdpPageNext:hover,
  .RadDataPager.RadDataPager_Metro .rdpPageLast:hover,
  .RadDataPager.RadDataPager_Metro .rdpPagerButton {
    background-color: #174e8e;
    border-color: #174e8e; }

/* RadScheduler
   ========================================================================== */
.RadScheduler.RadScheduler_Metro .rsAptIn {
  border-top: none; }

.RadScheduler.RadScheduler_Metro .rsHeader {
  border-color: #174e8e;
  background-color: #174e8e; }
  .RadScheduler.RadScheduler_Metro .rsHeader ul a {
    border-color: #174e8e; }
  .RadScheduler.RadScheduler_Metro .rsHeader h2 {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    color: #fff;
    text-transform: none;
    border-bottom: none; }

/* RadMenu
   ========================================================================== */
.RadMenu.RadMenu_Metro, .RadMenu.RadMenu_Metro .rmRootLink,
.RadMenu.RadMenu_MetroTouch,
.RadMenu.RadMenu_MetroTouch .rmRootLink {
  text-transform: none; }

.RadMenu.RadMenu_Metro div.rmRootGroup,
.RadMenu.RadMenu_Metro ul.rmRootGroup,
.RadMenu.RadMenu_MetroTouch div.rmRootGroup,
.RadMenu.RadMenu_MetroTouch ul.rmRootGroup {
  background-color: #13365f; }

.RadMenu.RadMenu_Metro .rmRootLink,
.RadMenu.RadMenu_MetroTouch .rmRootLink {
  border-color: #13365f; }

.RadMenu.RadMenu_Metro .rmDisabled, .RadMenu.RadMenu_Metro .rmDisabled:hover,
.RadMenu.RadMenu_MetroTouch .rmDisabled,
.RadMenu.RadMenu_MetroTouch .rmDisabled:hover {
  border-color: #13365f; }

.RadMenu.RadMenu_Metro .rmGroup .rmFocused, .RadMenu.RadMenu_Metro .rmGroup .rmFocused:hover,
.RadMenu.RadMenu_Metro .rmGroup .rmSelected,
.RadMenu.RadMenu_Metro .rmGroup .rmSelected:hover,
.RadMenu.RadMenu_Metro .rmGroup .rmLink.rmSelected,
.RadMenu.RadMenu_Metro .rmGroup .rmLink.rmSelected:hover,
.RadMenu.RadMenu_Metro .rmGroup .rmExpanded,
.RadMenu.RadMenu_Metro .rmGroup .rmExpanded:hover,
.RadMenu.RadMenu_MetroTouch .rmGroup .rmFocused,
.RadMenu.RadMenu_MetroTouch .rmGroup .rmFocused:hover,
.RadMenu.RadMenu_MetroTouch .rmGroup .rmSelected,
.RadMenu.RadMenu_MetroTouch .rmGroup .rmSelected:hover,
.RadMenu.RadMenu_MetroTouch .rmGroup .rmLink.rmSelected,
.RadMenu.RadMenu_MetroTouch .rmGroup .rmLink.rmSelected:hover,
.RadMenu.RadMenu_MetroTouch .rmGroup .rmExpanded,
.RadMenu.RadMenu_MetroTouch .rmGroup .rmExpanded:hover {
  border-color: #13365f;
  background-color: #13365f;
  color: #FFF !important; }

.RadMenu_MetroTouch .rmRootGroup .rmLeftImage {
  margin-top: 10px !important; }

/* RadWindow
   ========================================================================== */
.RadWindow.RadWindow_MetroTouch .rwTitleRow .rwTitlebar, .RadWindow.RadWindow_MetroTouch .rwTitleRow .rwTopLeft, .RadWindow.RadWindow_MetroTouch .rwTitleRow .rwTopRight {
  background-color: #ffc80a; }

.RadWindow.RadWindow_MetroTouch .rwTitleRow td.rwWindowContent a.rwPopupButton:active, .RadWindow.RadWindow_MetroTouch .rwTitleRow td.rwWindowContent a.rwPopupButton:focus {
  border-color: #ffc80a;
  background-color: #ffc80a; }

.RadWindow.RadWindow_MetroTouch .rwControlButtons a:focus {
  border-color: #fff;
  border-radius: 50%;
  /* override setting from UltraWave */
  outline: none; }

.RadWindow.RadWindow_Metro .rwTitlebar, .RadWindow.RadWindow_Metro .rwTopLeft, .RadWindow.RadWindow_Metro .rwTopRight,
.RadWindow.RadWindow_Metro .rwTopResize,
.RadWindow.RadWindow_Metro .rwControlButtons a {
  background-color: #ffc80a; }

.RadWindow.RadWindow_Metro .rwControlButtons a {
  border-color: #ffc80a; }
  .RadWindow.RadWindow_Metro .rwControlButtons a:focus {
    /* give the refresh, expand, close buttons an outline when focused */
    -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.7);
    /* needed for IE9 compability */
    border-collapse: separate;
    /* override setting from UltraWave */
    outline: none; }

.RadWindow.RadWindow_Metro table.rwTitlebarControls em {
  text-transform: none; }

/* RadTreeView
   ========================================================================== */
.RadTreeView.RadTreeView_Vista .rtLI {
  padding: 0; }

.RadTreeView.RadTreeView_Vista .rtPlus, .RadTreeView.RadTreeView_Vista .rtMinus {
  margin: 5px 6px 0 -17px;
  width: 11px;
  height: 11px;
  border-width: 0;
  left: auto;
  top: auto; }

/* RadPicker
   ========================================================================== */
/* Date and Time selectors */
.RadCalendar.RadCalendar_Metro, .RadCalendar.RadCalendar_Metro .rcMainTable,
.RadCalendar.RadCalendar_MetroTouch,
.RadCalendar.RadCalendar_MetroTouch .rcMainTable {
  font-family: inherit;
  font-weight: inherit; }

.RadCalendar.RadCalendar_Metro .rcFastPrev:hover, .RadCalendar.RadCalendar_Metro .rcPrev:hover, .RadCalendar.RadCalendar_Metro .rcNext:hover, .RadCalendar.RadCalendar_Metro .rcFastNext:hover,
.RadCalendar.RadCalendar_MetroTouch .rcFastPrev:hover,
.RadCalendar.RadCalendar_MetroTouch .rcPrev:hover,
.RadCalendar.RadCalendar_MetroTouch .rcNext:hover,
.RadCalendar.RadCalendar_MetroTouch .rcFastNext:hover {
  border-color: #174e8e; }

.RadCalendar.RadCalendar_Metro .rcFastPrev:hover:before, .RadCalendar.RadCalendar_Metro .rcPrev:hover:before, .RadCalendar.RadCalendar_Metro .rcNext:hover:before, .RadCalendar.RadCalendar_Metro .rcFastNext:hover:before,
.RadCalendar.RadCalendar_MetroTouch .rcFastPrev:hover:before,
.RadCalendar.RadCalendar_MetroTouch .rcPrev:hover:before,
.RadCalendar.RadCalendar_MetroTouch .rcNext:hover:before,
.RadCalendar.RadCalendar_MetroTouch .rcFastNext:hover:before {
  color: #174e8e; }

.RadCalendar.RadCalendar_Metro .rcRow .rcToday a,
.RadCalendar.RadCalendar_MetroTouch .rcRow .rcToday a {
  border-color: #174e8e; }

.RadCalendar.RadCalendar_Metro .rcMain .rcRow .rcSelected a,
.RadCalendar.RadCalendar_MetroTouch .rcMain .rcRow .rcSelected a {
  border-color: #174e8e;
  background: #174e8e; }

.RadCalendar.RadCalendar_MetroTouch .rcRow a, .RadCalendar.RadCalendar_MetroTouch .rcRow span {
  /* The Sunday column is not rendering correctly because it's in a <th>
           instead of a <td>. This corrects the issue.
        */
  display: block;
  padding: .08em .4em;
  text-decoration: none;
  outline: 0; }

.RadCalendar.RadCalendar_MetroTouch .rcMain .rcRow th {
  font-size: 100%;
  padding: 0; }

.RadCalendar.RadCalendar_Metro .rcRow a, .RadCalendar.RadCalendar_Metro .rcRow span {
  display: block;
  padding: 0 .6em;
  text-decoration: none;
  outline: 0; }

.RadCalendar.RadCalendar_Metro .rcMain .rcRow th {
  padding: 0; }

.RadCalendarMonthView.RadCalendarMonthView_Metro, .RadCalendarMonthView.RadCalendarMonthView_Metro .rcButtons input,
.RadCalendarMonthView.RadCalendarMonthView_MetroTouch,
.RadCalendarMonthView.RadCalendarMonthView_MetroTouch .rcButtons input {
  font-family: inherit;
  font-weight: inherit; }

.RadCalendarMonthView.RadCalendarMonthView_Metro .rcSelected a,
.RadCalendarMonthView.RadCalendarMonthView_MetroTouch .rcSelected a {
  background: #174e8e; }

.RadCalendarMonthView.RadCalendarMonthView_MetroTouch #rcMView_Today {
  background: #174e8e;
  border-color: #174e8e; }

.RadCalendarTimeView.RadCalendarTimeView_Metro,
.RadCalendarTimeView.RadCalendarTimeView_MetroTouch {
  font-family: inherit;
  font-weight: inherit; }
  .RadCalendarTimeView.RadCalendarTimeView_Metro td.rcSelected a,
  .RadCalendarTimeView.RadCalendarTimeView_MetroTouch td.rcSelected a {
    border-color: #174e8e;
    background: #174e8e; }

.RadPicker.RadPicker_Metro .rcCalPopup:hover, .RadPicker.RadPicker_Metro .rcCalPopup:focus, .RadPicker.RadPicker_Metro .rcCalPopup:active, .RadPicker.RadPicker_Metro .rcTimePopup:hover, .RadPicker.RadPicker_Metro .rcTimePopup:focus, .RadPicker.RadPicker_Metro .rcTimePopup:active,
.RadPicker.RadPicker_MetroTouch .rcCalPopup:hover,
.RadPicker.RadPicker_MetroTouch .rcCalPopup:focus,
.RadPicker.RadPicker_MetroTouch .rcCalPopup:active,
.RadPicker.RadPicker_MetroTouch .rcTimePopup:hover,
.RadPicker.RadPicker_MetroTouch .rcTimePopup:focus,
.RadPicker.RadPicker_MetroTouch .rcTimePopup:active {
  background-color: #174e8e; }

.RadGrid_MetroTouch {
  border: 0px !important; }
  .RadGrid_MetroTouch .rgHeader, .RadGrid_MetroTouch th.rgResizeCol, .RadGrid_MetroTouch .rgHeaderWrapper {
    font-size: 90%;
    font-family: "Roboto", sans-serif; }
    .RadGrid_MetroTouch .rgHeader a, .RadGrid_MetroTouch th.rgResizeCol a, .RadGrid_MetroTouch .rgHeaderWrapper a {
      text-decoration: none !important;
      color: #174e8e;
      font-weight: 700; }
      .RadGrid_MetroTouch .rgHeader a:hover, .RadGrid_MetroTouch th.rgResizeCol a:hover, .RadGrid_MetroTouch .rgHeaderWrapper a:hover {
        color: #00447c; }
      .RadGrid_MetroTouch .rgHeader a:visited, .RadGrid_MetroTouch th.rgResizeCol a:visited, .RadGrid_MetroTouch .rgHeaderWrapper a:visited {
        color: #174e8e; }
  .RadGrid_MetroTouch .rgAltRow td {
    background-color: #eee; }

.RadGrid_MetroTouch .rgHeader {
  /*	a {
		border-bottom:solid 2px $color-callout;
		color: $white !important;
		
		&:hover {
			color: $color-callout;
		}
	} */ }

/* 
	RAD Controls
   ========================================================================== */
.ContentWizardDisplay {
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px solid black; }

.ProgressTracker2 .ProgressTrackerPanel .label {
  color: #fff; }

/* ==========================================================================
   JUMBOTRON
   ========================================================================== */
/* Home page full width banners */
/* Home page full width area
   ========================================================================== */
/* This is for the full width area of the Cities and Cities_Responsive home page.
 * It uses a content area to acheive the full width
 */
.HomePageFullWidthArea > .ContentItemContainer > .panel:not(.panel-border),
.HomePageFullWidthArea > .ContentItemContainer > div > .panel:not(.panel-border) {
  /* if borders are not turned on don't leave the space for them */
  border-width: 0; }

.HomePageFullWidthArea > .ContentItemContainer > .panel > .panel-body-container > .panel-body,
.HomePageFullWidthArea > .ContentItemContainer > div > .panel > .panel-body-container > .panel-body {
  /* Turn off the padding on iPart panels */
  padding: 0; }

/* Mobile Hero Area
   ========================================================================== */
.HeroArea {
  height: 350px;
  width: 100%;
  position: relative; }

.HeroBackground {
  height: 100%;
  background: #009FD9 url(images/MobileCairnsBanner.jpg) bottom center no-repeat;
  background-size: cover; }

.HeroContent {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 8px 0;
  background-color: #000000;
  /* Fallback for IE8, which doesn't support rgba */
  background-color: rgba(0, 0, 0, 0.75); }
  .HeroContent h1, .HeroContent h2, .HeroContent h3, .HeroContent h4, .HeroContent h5, .HeroContent .HeroText {
    color: #fff;
    margin: 0 8px 8px 8px; }
  .HeroContent .TextButton {
    float: right; }

/* Responsive Hero Content
   ========================================================================== */
/* This header is used in the out-of-the-box Member, Member Responsive
 * and Annual Conference sample sites */
/* Note: this is actually a static hero image and text.
 * For the Slideshow iPart styles see Carousel.
 */
.Slider.FullWidth {
  height: 24em;
  background-image: url(images/sliderpage6.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: cover;
  position: relative; }
  .Slider.FullWidth h1 {
    font-size: 280%; }
    @media (min-width: 768px) {
      .Slider.FullWidth h1 {
        font-size: 320%; } }
    .no-mqs .Slider.FullWidth h1 {
      font-size: 320%; }
  .Slider.FullWidth .SliderPage1 {
    height: 100%; }
    .Slider.FullWidth .SliderPage1 h1 {
      color: #fff;
      margin-top: 0;
      margin-bottom: 20px;
      line-height: 1.2; }
    .Slider.FullWidth .SliderPage1 .SliderContent {
      /* remove the margins put on by the container */
      margin-left: -10px;
      margin-right: -10px;
      /* then add it back on */
      padding: 10px;
      /* Fallback for IE8, which doesn't support rgba */
      background-color: #000;
      background-color: rgba(0, 0, 0, 0.75);
      width: 100%;
      position: absolute;
      bottom: 0;
      max-height: 100%;
      overflow: auto; }
      @media (min-width: 768px) {
        .Slider.FullWidth .SliderPage1 .SliderContent {
          position: inherit;
          float: right;
          width: 36em;
          margin: 1em;
          max-height: 22em; } }
      .no-mqs .Slider.FullWidth .SliderPage1 .SliderContent {
        position: inherit;
        float: right;
        width: 36em;
        margin: 1em;
        max-height: 22em; }
    .Slider.FullWidth .SliderPage1 .SliderText {
      overflow-y: auto;
      line-height: 1.7em;
      color: #fff; }
      .Slider.FullWidth .SliderPage1 .SliderText h2, .Slider.FullWidth .SliderPage1 .SliderText h3, .Slider.FullWidth .SliderPage1 .SliderText h4, .Slider.FullWidth .SliderPage1 .SliderText h5 {
        color: inherit; }
    .Slider.FullWidth .SliderPage1 p:last-child {
      margin-bottom: 0; }
    .Slider.FullWidth .SliderPage1 .ActionButton {
      margin-top: 1em;
      text-align: right; }

/* Responsive "Jumbotron"
   ========================================================================== */
/* This header is used in the out-of-the-box Donor sample site */
.jumbotron .jumbotron-content {
  max-height: 100%; }

.jumbotron.home, .jumbotron.interior {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-shadow: 1px 1px 1px #000; }

.jumbotron.home {
  height: 24em; }
  .jumbotron.home h1 span,
  .jumbotron.home .ActionButton {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 1160px; }
  .jumbotron.home h1 {
    color: #fff;
    margin-top: 0;
    padding-top: .3em;
    padding-bottom: .3em;
    text-align: center;
    font-weight: normal;
    font-size: 280%;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.45); }
    @media (min-width: 768px) {
      .jumbotron.home h1 {
        font-size: 320%; } }
    .no-mqs .jumbotron.home h1 {
      font-size: 320%; }
  @media (min-width: 768px) {
    .jumbotron.home h1 span {
      padding-left: 8%;
      padding-right: 8%; } }
  .no-mqs .jumbotron.home h1 span {
    padding-left: 8%;
    padding-right: 8%; }
  .jumbotron.home .ActionButton {
    text-align: right; }
    @media (min-width: 768px) {
      .jumbotron.home .ActionButton {
        padding-right: 12%; } }
    .no-mqs .jumbotron.home .ActionButton {
      padding-right: 12%; }

.jumbotron.interior {
  height: 20em; }
  .jumbotron.interior p {
    padding: 1.5em 1em 0.8em;
    font-size: 150%;
    margin-bottom: 0; }
    .jumbotron.interior p:before, .jumbotron.interior p:after {
      content: " ";
      display: table; }
    .jumbotron.interior p:after {
      clear: both; }
  .jumbotron.interior .ActionButton {
    clear: both;
    padding-left: 3em;
    padding-right: 3em; }
  @media (max-width: 767px) {
    .jumbotron.interior .jumbotron-content {
      height: 100%;
      background-color: #000;
      background-color: rgba(0, 0, 0, 0.65);
      text-align: center; } }
  @media (min-width: 480px) {
    .jumbotron.interior p {
      font-size: 170%; } }
  .no-mqs .jumbotron.interior p {
    font-size: 170%; }
  @media (min-width: 768px) {
    .jumbotron.interior {
      height: 25em; }
      .jumbotron.interior p {
        font-size: 200%; }
      .jumbotron.interior .jumbotron-text span {
        background-color: #000;
        background-color: rgba(0, 0, 0, 0.55);
        padding: 0 .45em;
        margin-bottom: .2em;
        float: left;
        clear: left; }
      .jumbotron.interior.AlignRight .jumbotron-text span {
        float: right;
        clear: right; } }
  .no-mqs .jumbotron.interior {
    height: 25em; }
    .no-mqs .jumbotron.interior p {
      font-size: 200%; }
    .no-mqs .jumbotron.interior .jumbotron-text span {
      background-color: #000;
      background-color: rgba(0, 0, 0, 0.55);
      padding: 0 .45em;
      margin-bottom: .2em;
      float: left;
      clear: left; }
    .no-mqs .jumbotron.interior.AlignRight .jumbotron-text span {
      float: right;
      clear: right; }

.jumbotron .img-copyright,
.carousel .img-copyright {
  position: absolute;
  bottom: .5em;
  right: 1em;
  font-size: 70%; }
  .jumbotron .img-copyright a, .jumbotron .img-copyright a:hover, .jumbotron .img-copyright a:focus, .jumbotron .img-copyright a:visited, .jumbotron .img-copyright a:active,
  .carousel .img-copyright a,
  .carousel .img-copyright a:hover,
  .carousel .img-copyright a:focus,
  .carousel .img-copyright a:visited,
  .carousel .img-copyright a:active {
    color: #fff; }

/* Carousel
   ========================================================================== */
/* Used by the Slideshow iPart */
.carousel h2, .carousel .panel-heading {
  border-bottom: none; }

@media (max-width: 991px) {
  .carousel h1 {
    font-size: 200%; } }

.carousel2 .carousel-caption .img-copyright {
  right: 15%; }

/* ==========================================================================
   COMMUNITIES
   ========================================================================== */
/* Add Community Button */
/* Community left nav */
.CommunityLinksBlock {
  background-color: #fff;
  margin-bottom: 1em;
  font-family: "Roboto", sans-serif; }
  .CommunityLinksBlock a {
    color: #373434;
    border-top: 1px dashed #f2f2f2;
    border-bottom: 0px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .CommunityLinksBlock a:first-child {
      border-top: none; }
    .CommunityLinksBlock a:hover {
      background-color: #ffc80a;
      color: #fff;
      text-decoration: none; }
    .CommunityLinksBlock a.CommunityLinksSelected {
      background-color: #fff;
      text-decoration: none;
      font-weight: normal;
      color: #ffc80a; }
      .CommunityLinksBlock a.CommunityLinksSelected:hover {
        background-color: #ffc80a; }

/*.CommunityActionButtons a, #ctl01_TemplateBody_WebPartManager1_gwpste_container_WikiHome_ciWikiHome_CommentConfigure1_AttachmentManager1_LaunchObjectBrowser,
.CommunityItemActionLinks a,
.InLineOption_Controls_Always_Display a {
		display: inline-block;
		background-color: $color-base;
		letter-spacing: 1px;
		text-transform: uppercase;
		font-size: 80%;
		padding: 7px 20px;
		color: $white;
		
		&:hover {
			background-color: $color-callout;
		}
}*/
#ctl01_TemplateBody_WebPartManager1_gwpste_container_WikiHome_ciWikiHome_CommentConfigure1_AttachmentManager1_LaunchObjectBrowser {
  display: inline-block; }

/* Community breadcrumb */
.BreadCrumbCurrent {
  font-size: 100%; }

/*** Communities common elements ***/
.CommunityItemActionLinks a {
  font-size: 80%;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-color: transparent; }
  .CommunityItemActionLinks a:hover {
    background-color: #00447c; }

.CommunityActionButtons a {
  font-size: 80%;
  text-transform: uppercase;
  color: #174e8e;
  padding: 10px 25px !important;
  display: block;
  letter-spacing: 1px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  border-radius: 25px;
  width: 100%;
  margin-bottom: 10px; }

.CommunityActionButtons a:not(.TextButton) {
  background-color: #174e8e; }

.CommunityDateLine {
  padding-bottom: 20px; }

.CommunityItemTitle {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 125%;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0px; }

.CommunitySummaryBlock {
  display: block;
  border: 0px;
  color: #fff;
  margin-top: -16px;
  background: #00447c url(images/pattern-bg.png) no-repeat center center fixed;
  padding: 10px 15px;
  font-family: "Roboto Slab", serif; }
  .CommunitySummaryBlock .CommunityItemTitle {
    display: block;
    padding-top: 10px;
    color: #fff;
    font-size: 110%; }

.CommunityCommentItem {
  background: #fff; }

.CommunityWikiItem .CommunityRepeaterList .CommunityCommentItem {
  background: #fff;
  box-shadow: 0px 0px 0px;
  padding: 20px 0px;
  border-top: dashed 1px #00447c; }

/* For adding comments */
.CommunityWikiReplyForm, .CommunityReplyForm {
  display: block;
  background-color: #fff;
  border: 0px;
  border-top: solid 1px #00447c;
  margin: 20px 0px;
  padding: 20px 0px; }
  .CommunityWikiReplyForm h3, .CommunityWikiReplyForm h2, .CommunityReplyForm h3, .CommunityReplyForm h2 {
    margin-top: 0px; }

/* Profile Picture */
.CommunityProfilePicture img {
  border-radius: 50%; }

/* Breadcrumb */
div#ctl01_TemplateBody_WebPartManager1_gwpste_container_BreadCrumb_ste_container_BreadCrumb,
div#ctl01_TemplateBody_WebPartManager1_gwpste_container_Breadcrumb_ste_container_Breadcrumb {
  padding-bottom: 20px !important;
  margin-bottom: 20px !important;
  text-transform: uppercase;
  line-height: 33px;
  font-size: 75%;
  letter-spacing: 1px;
  font-weight: bold; }

/* Last Comment */
.CommunityLastComment {
  float: none; }

/*****************************************************/
/*            Donor Sample Site Styles               */
/*****************************************************/
/* These styles are used in the Donor sample site  */
.DonorBannerHome {
  background: url(../../images/SampleSites/Donor/birdbanner.jpg) no-repeat;
  overflow: hidden;
  height: 330px;
  position: relative; }

.DonorBannerInterior {
  overflow: hidden;
  height: 275px;
  position: relative; }

.DonorBannerInteriorBackground1 {
  background: #67895e url(../../images/SampleSites/Donor/bearbanner.jpg) no-repeat; }

.DonorBannerInteriorBackground2 {
  background: #95BB19 url(../../images/SampleSites/Donor/butterflybanner.jpg) no-repeat; }

.DonorBannerInteriorBackground3 {
  background: #764c31 url(../../images/SampleSites/Donor/catbanner.jpg) no-repeat; }

.DonorBannerInteriorBackground4 {
  background: #416a26 url(../../images/SampleSites/Donor/frogbanner.jpg) no-repeat; }

.DonorBannerInteriorBackground5 {
  background: #696f44 url(../../images/SampleSites/Donor/numbatbanner.jpg) no-repeat; }

.DonorBannerInteriorBackground6 {
  background: #3c683d url(../../images/SampleSites/Donor/squirrelbanner.jpg) no-repeat; }

.DonorBannerTextBackgroundHome {
  background: none repeat scroll 0 0 #191919;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
  float: right;
  height: 292px;
  width: 450px;
  margin: 20px; }

.DonorBannerTextBackgroundInterior {
  background: none repeat scroll 0 0 #191919;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
  float: right;
  height: 236px;
  width: 450px;
  margin: 20px; }

.DonorBannerTextBackgroundHome h1, .DonorBannerTextBackgroundInterior h1 {
  color: #fff;
  font-size: 280%;
  background: none;
  margin: 0.4em; }

.DonorBannerTextBackgroundHome p, .DonorBannerTextBackgroundInterior p {
  color: #fff;
  font-size: 120%;
  line-height: 1.6em;
  margin: 1em;
  padding: 0.4em; }

/**** End Donor Sample Site Styles ****/
/* ==========================================================================
   MISCELLANEOUS
   ========================================================================== */
s
.SecondaryColumn h2,
s
.SecondaryColumn .PanelTitle,
s
.SecondaryColumn .panel-title {
  font-family: inherit;
  font-weight: bold;
  font-size: 90%;
  color: #f2f2f2;
  text-transform: uppercase; }

s
.SecondaryColumn h2,
s
.SecondaryColumn .PanelHead,
s
.SecondaryColumn .TitleBarCaption,
s
.SecondaryColumn .panel-heading {
  border-bottom: none; }

s
.SecondaryColumn .PanelHead,
s
.SecondaryColumn .panel-heading {
  padding: 0 4px; }

s
.SecondaryColumn .CommunityBlogItem {
  padding: 0 0 0 10px; }
  s
.SecondaryColumn .CommunityBlogItem .PanelFieldValue {
    padding: 0; }

s
.SecondaryColumn .CommunityItemTitle {
  font-weight: normal;
  font-size: inherit; }

s
.SecondaryColumn .RadGrid .rgRow td,
s
.SecondaryColumn .RadGrid .rgNoRecords td {
  padding: 4px; }

/* Use class ContentBlockPictureArea to surround an image within a ContentBlockPrimary area */
.ContentBlockPictureArea,
.ContentBlockLeft {
  width: 250px;
  float: left;
  margin-right: .5em;
  margin-bottom: .5em; }
  .ContentBlockPictureArea.FloatRight,
  .ContentBlockLeft.FloatRight {
    float: right;
    margin-left: .5em; }
  .ContentBlockPictureArea img,
  .ContentBlockLeft img {
    max-width: 100%;
    height: auto !important; }

.BlockList ul {
  margin: 0;
  padding: 0; }

.BlockList li {
  list-style: none; }

.BlockList a {
  display: block;
  text-decoration: none;
  padding: 20px; }
  .BlockList a:hover {
    background-color: #e6e6e6; }

.BlockList a span {
  text-decoration: underline; }

.BlockList p {
  color: #373434;
  margin-bottom: 0; }

/* Tagged list format, styled similar to BlockList */
.BlockTLItem {
  display: block;
  text-decoration: none;
  padding: 10px 0; }

.BlockTLItem,
.BlockList li {
  border-bottom: 1px solid #00447c; }

.BlockTLItem h4,
.BlockList h4 {
  font-size: 110%;
  font-weight: normal; }

/* PublishDate and ReadMoreLink are used in the Block tagged list format */
.PublishDate {
  font-size: 85%;
  font-style: italic; }

/* Use on the blockquote element for a styled quote */
blockquote {
  border-left: solid 10px #ffc80a; }

.Quote {
  background: transparent url("##") no-repeat center center fixed;
  margin: 1em 0;
  padding: 45px 70px;
  quotes: "\201C" "\201D" "\201C" "\201D";
  font-weight: normal;
  position: relative;
  border: 0px; }
  .Quote img {
    float: right;
    height: 120px !important;
    width: 120px !important;
    border-radius: 50%;
    border: solid 2px #ffc80a;
    margin-left: 15px; }
  .Quote:before {
    color: #ffc80a;
    content: open-quote;
    margin-right: 0.25em;
    vertical-align: -0.4em;
    font-size: 600%;
    line-height: 0.1em;
    font-family: Georgia;
    position: absolute;
    top: 110px;
    left: 100px; }
  .Quote p, .Quote div {
    padding: 40px 20px 40px 80px;
    background-color: #ffffff;
    line-height: 1.6;
    border-radius: 15px;
    box-shadow: 0 30px 80px 0 rgba(0, 0, 0, 0.19), 0 12px 24px 0 rgba(0, 0, 0, 0.23); }
    .Quote p cite, .Quote div cite {
      color: #373434; }
  .Quote div ul {
    width: 100%;
    margin-bottom: 20px; }
    .Quote div ul li {
      display: block;
      border-bottom: dashed 1px #f2f2f2;
      padding: 10px 0px; }
  .Quote cite {
    display: block;
    text-align: center;
    margin-top: .5em;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff; }
  @media (max-width: 768px) {
    .Quote {
      padding: 20px 30px; }
      .Quote:before {
        top: 80px;
        left: 40px; }
      .Quote p {
        padding: 30px 20px 40px 60px; } }
  @media (min-width: 768px) {
    .Quote {
      font-size: 100%; } }
  .no-mqs .Quote {
    font-size: 100%; }

.QuoteStyle2 {
  border-left-color: #00447c; }

/* CalloutPanelField1 can be used as a wrapper for PanelFields, or on the PanelField directly, to callout the first label. */
.CalloutPanelField1 .PanelField label:first-child,
.CalloutPanelField1.PanelField label:first-child,
.CalloutPanelField1 .PanelField .Label:first-child,
.CalloutPanelField1.PanelField .Label:first-child {
  position: relative;
  padding: 15px;
  margin: 0 0 1em;
  color: #fff;
  background: #ffd33d;
  width: auto;
  border-radius: 3px; }
  .CalloutPanelField1 .PanelField label:first-child:after,
  .CalloutPanelField1.PanelField label:first-child:after,
  .CalloutPanelField1 .PanelField .Label:first-child:after,
  .CalloutPanelField1.PanelField .Label:first-child:after {
    content: "";
    position: absolute;
    bottom: -8px;
    /* value = - border-top-width - border-bottom-width */
    left: 30px;
    /* controls horizontal position */
    border-width: 8px 8px 0;
    /* vary these values to change the angle of the vertex */
    border-style: solid;
    border-color: #ffd33d transparent;
    /* reduce the damage in FF3.0 */
    display: block;
    width: 0; }

/* TotalBox can be used as a wrapper for PanelFields, or on the PanelField directly, to visually distinguish a calculated total. */
.TotalBox {
  border-color: #00447c; }

.TotalBox label {
  background-color: #ffc80a;
  color: #fff;
  padding: .25em .75em;
  color: #fff; }

/* Add zone style "CCOGrayBg" to give CCO content a gray background */
.CCOGrayBg .ContentWizardDisplay {
  background-color: #eee; }

.CCOGrayBg .yui-g {
  float: none; }

/* Add zone style "TitleBarNoBorder" to remove the bottom border from the title bar caption */
.TitleBarNoBorder .TitleBarCaption, .TitleBarNoBorder .PanelHead.Distinguish, .TitleBarNoBorder .panel-heading.Distinguish {
  border-bottom: none; }

/* Use the FeatureText class to make a block of text larger for emphasis */
.FeatureText {
  color: #5e5959;
  font-size: 150%;
  line-height: 170%; }

/* Use the CenterText class to center the text within the iPart */
.CenterText {
  text-align: center; }

.FullWidthButtons .btn, .FullWidthButtons .TextButton {
  display: block; }

/* Use class FeatureActionLink on a link to call attention to it */
a.FeatureActionLink {
  -webkit-transition: all 0.2s ease 0;
  -o-transition: all 0.2s ease 0;
  transition: all 0.2s ease 0;
  font-family: "Roboto", sans-serif;
  font-size: 110%;
  font-weight: 300;
  line-height: 1.5em;
  padding: 8px 0;
  text-decoration: none; }
  @media (min-width: 992px) {
    a.FeatureActionLink {
      font-size: 150%; } }
  .no-mqs a.FeatureActionLink {
    font-size: 150%; }
  a.FeatureActionLink:hover {
    text-decoration: underline; }

/* Spotlight
   ========================================================================== */
/* Featured items display */
.Spotlight {
  text-align: center; }
  .Spotlight img, .Spotlight h4 {
    text-align: center; }
  @media (min-width: 768px) {
    .Spotlight .ImageWrapper {
      height: 160px; } }
  .no-mqs .Spotlight .ImageWrapper {
    height: 160px; }
  .Spotlight .TextButton {
    margin-top: 1em; }
  .Spotlight p {
    text-align: center;
    padding-top: 0.4em; }
  .Spotlight a img {
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s; }
    .Spotlight a img:hover {
      opacity: 0.8;
      filter: alpha(opacity=80); }

.SpotlightRow {
  margin-bottom: 1.2em; }
  .SpotlightRow:before, .SpotlightRow:after {
    content: " ";
    display: table; }
  .SpotlightRow:after {
    clear: both; }
  @media (min-width: 768px) {
    .SpotlightRow.ThreeAcross .Spotlight {
      float: left;
      width: 33%;
      padding-left: 5%;
      padding-right: 5%; } }
  .no-mqs .SpotlightRow.ThreeAcross .Spotlight {
    float: left;
    width: 33%;
    padding-left: 5%;
    padding-right: 5%; }

/* Feature Header
   ========================================================================== */
.feature-header {
  color: #ffc80a;
  border-bottom: none;
  margin-bottom: .8em; }

/* Custom Full Width Header
   ========================================================================== */
.full-width-ln {
  width: 101vw;
  position: relative;
  left: 33%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw; }
  @media (max-width: 991px) {
    .full-width-ln {
      left: 50%; } }

.contentHeader {
  background-color: #00447c;
  padding: 15px 0px 0px; }
  .contentHeader h1 {
    font-weight: 400;
    color: #fff;
    margin-bottom: 50px;
    margin-top: 40px; }
    @media (max-width: 991px) {
      .contentHeader h1 {
        left: 50%;
        margin-top: 0px; } }
  .contentHeader h3 {
    color: #fff;
    font-weight: 200;
    margin-top: -30px;
    padding-bottom: 50px; }
  .contentHeader .header-bg {
    background-size: cover; }
    .contentHeader .header-bg .btn {
      background-color: #f7931d;
      color: #fff;
      right: 10px;
      bottom: 50px;
      position: absolute;
      padding: 5px 15px; }
      @media (max-width: 991px) {
        .contentHeader .header-bg .btn {
          position: relative;
          left: 0px; } }

@media (max-width: 991px) {
  .nav-secondary {
    margin-top: 0px !important; } }

/* Header Links
   ========================================================================== */
.header-link {
  border-bottom: none; }
  .header-link a {
    text-decoration: none; }
    .header-link a, .header-link a:visited {
      color: #373434; }
    .header-link a:hover, .header-link a:active, .header-link a:focus {
      color: #00447c; }

/* Image Banners
   ========================================================================== */
/* use these classes to get a particular background image on an element */
.bg-img-conference-tall {
  background-color: #081337;
  background-image: url("../../images/SampleSites/conferencebannertall.jpg"); }

.bg-img-conference-small {
  background-color: #081337;
  background-image: url("../../images/SampleSites/Member/cairnsnight.jpg"); }

.bg-img-tiger-tall {
  background-color: #04080B;
  background-image: url("../../images/ImageLibrary/tiger-tall.jpg");
  background-position: center center; }

.bg-img-red-panda {
  background-color: #57574b;
  background-image: url("../../images/SampleSites/Donor/red-panda.jpg"); }

.bg-img-tiger-swimming {
  background-color: #1c1705;
  background-image: url("../../images/SampleSites/Donor/tiger-swimming.jpg"); }

.bg-img-highland-cow {
  background-color: #e4e0cd;
  background-image: url("../../images/SampleSites/Donor/highland-cow.jpg"); }

.bg-img-volunteer-canoes {
  background-color: #8aa15b;
  background-image: url("../../images/SampleSites/Donor/volunteer-canoes.jpg"); }

.bg-img-elephant-with-mountains {
  background-color: #748610;
  background-image: url("../../images/SampleSites/Donor/elephant-with-mountains.jpg"); }

.bg-img-wildlife-refuge {
  background-color: #6d7f2d;
  background-image: url("../../images/SampleSites/Donor/wildlife-refuge.jpg"); }

.bg-img-poplar-trees {
  background-color: #737e23;
  background-image: url("../../images/SampleSites/Donor/poplar-trees.jpg");
  background-position: top center !important; }

.bg-img-swamp {
  background-color: #bbbdb8;
  background-image: url("../../images/SampleSites/Donor/swamp.jpg"); }

.bg-img-roseate-terns {
  background-color: #8f9949;
  background-image: url("../../images/SampleSites/Donor/roseate-terns.jpg");
  background-position: center 88% !important; }

.banner-tall, .banner-short {
  text-decoration: none;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border-radius: 5px; }
  .banner-tall, .banner-tall:visited, .banner-tall:active, .banner-tall:hover, .banner-tall:focus, .banner-tall h2, .banner-short, .banner-short:visited, .banner-short:active, .banner-short:hover, .banner-short:focus, .banner-short h2 {
    color: #fff; }

.banner-text h2 {
  font-size: 100%; }

.banner-tall {
  height: 500px;
  max-width: 300px; }
  .banner-tall .banner-text {
    position: absolute;
    bottom: 0;
    padding: 10px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
    border-radius: 0 0 5px 5px; }

.banner-short {
  min-height: 150px;
  max-width: 300px; }
  .banner-short .banner-text {
    padding: 5px;
    min-height: 150px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 5px; }

/* Homepage
   ========================================================================== */
.HomePageFullWidthArea {
  margin: 150px auto auto; }

.banner-page-top {
  margin-top: -110px; }

/* Quick Links - Used on the HomePage
   ========================================================================== */
/* Allow for a five column row */
.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

.col-xs-15 {
  width: 20%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left; } }

@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left; } }

@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left; } }

ul.inline-list {
  margin: 0;
  padding: 0; }
  ul.inline-list, ul.inline-list > li {
    list-style: none;
    display: inline-block; }

/* Icon Circles
   ========================================================================== */
.icon-circle {
  display: table;
  margin: 0 auto;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background-color: #00447c;
  text-align: center;
  margin-bottom: 15px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #fff;
  font-size: 50px; }
  .icon-circle span {
    display: table-cell;
    vertical-align: middle; }
  .icon-circle img {
    margin: 0 auto; }
  .icon-circle .fa {
    font-size: 50px; }

.icon-label {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 85%;
  text-align: center; }

.icon-container {
  position: relative;
  padding-left: 95px; }
  .icon-container .icon-circle {
    height: 70px;
    width: 70px;
    margin: 0;
    position: absolute;
    left: 0px;
    top: 0px; }
    .icon-container .icon-circle img {
      max-height: 35px;
      max-width: 35px; }
  .icon-container .icon {
    position: absolute;
    top: 0px;
    left: 0px; }

/* News Items
   ========================================================================== */
.news-item {
  width: 45%;
  float: left;
  margin-right: 5%; }
  @media (max-width: 768px) {
    .news-item {
      width: 100%;
      margin-right: 0px;
      margin-bottom: 15px; } }
  .news-item span {
    font-size: 85%; }
  .news-item p {
    margin-bottom: 0px; }

/* Image Copyright Statements
   ========================================================================== */
.img-copyright {
  font-size: 70%; }

/* Donation page enhancements
   ========================================================================== */
/* To enhance the display of a donation page, apply the donate-page class to the Donation Creator iPart's CSS Class */
.donate-page .GiftItemName {
  color: #ffc80a;
  font-size: 48px; }

.donate-page .GiftItemDescription {
  font-size: 125%; }

/* Related Items Overides (Events Display)
   ========================================================================== */
ul.RelatedItemsHorizontal li, .RelatedItemsHorizontal ul.rrItemsList li {
  margin: 0px 15px 15px 0px;
  position: relative;
  width: 240px;
  height: 90px;
  padding: 0px; }
  ul.RelatedItemsHorizontal li:hover, .RelatedItemsHorizontal ul.rrItemsList li:hover {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03); }
  ul.RelatedItemsHorizontal li img, .RelatedItemsHorizontal ul.rrItemsList li img {
    object-fit: cover;
    width: 100% !important;
    height: 90px !important; }
  ul.RelatedItemsHorizontal li a.LabelLink, .RelatedItemsHorizontal ul.rrItemsList li a.LabelLink {
    color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    top: 0px;
    padding: 10px 15px;
    letter-spacing: 1px;
    text-align: left;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    ul.RelatedItemsHorizontal li a.LabelLink:hover, .RelatedItemsHorizontal ul.rrItemsList li a.LabelLink:hover {
      background-color: #ffc80a;
      -webkit-box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
      box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
      z-index: 10000; }

/* Custom List > Displays a unique icon beside the list
   ========================================================================== */
.custom-list, .custom-list.gray, .custom-list.orange {
  padding-left: 0;
  list-style: none;
  margin-bottom: 10px; }
  .custom-list li, .custom-list.gray li, .custom-list.orange li {
    list-style: none;
    padding: 3px 0px 3px 15px;
    position: relative; }
    .custom-list li:before, .custom-list.gray li:before, .custom-list.orange li:before {
      font-family: 'FontAwesome';
      content: "\f0da";
      color: #ffc80a;
      position: absolute;
      left: 0px;
      font-size: 18px;
      top: 1px; }

.simpleListItem {
  list-style: none;
  padding: 3px 0px 3px 25px;
  position: relative;
  margin-left: 5px; }
  .simpleListItem a {
    color: #000000; }
  .simpleListItem:before {
    font-family: 'FontAwesome';
    content: "\f178";
    color: #f7931d;
    position: absolute;
    left: 0px;
    font-size: 18px;
    top: 1px; }
    .simpleListItem:before:hover {
      color: #f7931d; }

.simpleListViewAll {
  color: #f7931d;
  padding-bottom: 10px;
  display: inline-block;
  margin-top: 15px;
  margin-left: 5px !important; }
  .simpleListViewAll:after {
    display: block;
    position: absolute;
    bottom: -10px;
    width: 200px; }
  .simpleListViewAll:hover {
    color: #00447c; }

.pubButtonLink:visited {
  color: #f7931d; }

.pubButtonLink:hover {
  color: #fff; }

.pubButtonLink a:after {
  font-family: 'FontAwesome';
  content: "\f178";
  color: #f7931d;
  position: absolute;
  left: 0px;
  font-size: 18px;
  top: 1px; }
  .pubButtonLink a:after:hover {
    color: #ffc80a; }

.publicIQA .rgPager, .publicIQA .rgHeader {
  display: none; }

.publicIQA .rgAltRow, .publicIQA .rgAltRow td .publicIQA .rgRow, .publicIQA .rgRow td {
  background-color: #f2f2f2 !important; }

.custom-list.orange:before {
  color: #00447c; }

.nb-list {
  margin: 0px;
  list-style: none;
  padding: 0px; }
  .nb-list li {
    padding: 0 0 10px; }

.checkmark-list, .sq-checkmark-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 10px; }
  .checkmark-list li, .sq-checkmark-list li {
    list-style: none;
    padding: 0px 0px 5px 25px;
    position: relative; }
    .checkmark-list li:before, .sq-checkmark-list li:before {
      font-family: 'FontAwesome';
      content: "\f00c";
      color: #ffc80a;
      position: absolute;
      left: 0px;
      font-size: 18px;
      top: -1px; }

.sq-checkmark-list li:before {
  content: "\f14a";
  color: #00447c; }

/* Landing Page Header
   ========================================================================== */
.landing-header {
  position: relative;
  margin-bottom: 20px;
  text-align: center; }
  .landing-header h3 span {
    color: #000000; }
  .landing-header img {
    text-align: center; }
  .landing-header h1 {
    position: absolute;
    bottom: 0px;
    text-align: center;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 10px;
    color: #fff;
    margin-bottom: 0px; }

/* Footer Contact Classes
   ========================================================================== */
.footer-content .contact-info p {
  color: #ffffff;
  font-size: 90%; }

.contact-info p {
  line-height: 28px;
  padding-left: 25px; }

.contact-info .fa {
  position: absolute;
  font-size: 20px;
  left: 10px;
  line-height: 28px; }

.contact-info .fa-envelope {
  font-size: 17px; }

/* Misc. Classes
   ========================================================================== */
.ContentBorder {
  border: solid 1px #f2f2f2;
  padding: 5px 20px; }

.TitleBarCaption {
  padding: 15px 0px; }

.ContentBlockPostTitle {
  display: block !important;
  padding-top: 20px;
  /*   
    &:before {
        content: " ";
        display: block;
        border-top: dashed 1px $gray-light;
        width: 50%;
        margin: 0 auto 2em;
        clear: both;
    }*/ }

h3 img {
  margin-right: 10px; }

h3 .fa {
  font-size: 40px;
  margin-right: 5px;
  position: relative;
  line-height: 0;
  top: 5px;
  font-weight: 300 !important; }

h3 .fa-vcard-o {
  top: 8px; }

/* 
    People style - CADA
   ========================================================================== */
.committee, .centered-person {
  width: 43%;
  float: left;
  margin-right: 2%;
  min-height: 125px; }
  .committee img, .centered-person img {
    object-fit: cover;
    width: 130px;
    height: 130px !important;
    object-position: 0 0;
    border-radius: 50%;
    margin: 0 20px 20px 0px;
    border: solid 3px #000000;
    float: left; }
  .committee h4, .centered-person h4 {
    margin-bottom: 0px; }
  @media (max-width: 768px) {
    .committee, .centered-person {
      width: 100%;
      margin-right: 0px; } }

.person {
  margin-bottom: 50px; }
  .person p {
    margin-bottom: 0px; }
  .person img {
    object-fit: cover;
    width: 130px;
    object-position: 0 0; }
  .person h3 {
    margin-bottom: 0px; }
  .person .boardTitle {
    color: #00447c;
    font-size: 12px; }

.commMemberTitle {
  color: #f7931d; }

.centered-person {
  text-align: center;
  width: 100%; }
  .centered-person img {
    float: none;
    margin: 0px; }

.commMemberList {
  list-style: none; }
  .commMemberList li {
    color: #00447c;
    font-weight: bold;
    font-size: 14px; }

/* 
    Economic Report
   ========================================================================== */
.pdf-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 10px; }

.pdf-list li {
  list-style: none;
  padding: 5px 0px 10px 30px;
  position: relative; }
  .pdf-list li:before {
    display: inline-block;
    font: normal normal normal 20px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0px;
    top: 8px;
    content: "\f1c1";
    font-size: 20px; }

/* 
    Profile Listing
   ========================================================================== */
.ProfileListing .person {
  width: 100% !important;
  margin: 0 !important; }

.ProfileListing th {
  display: none !important; }

.ProfileListing tr {
  display: block !important;
  width: 43% !important;
  float: left !important; }

.ProfileListing td {
  background-color: white !important;
  width: 500px;
  border-width: 0px !important; }

/* 
    RAD Controls
   ========================================================================== */
#ctl01_HomePageContent + #masterContentArea .panel-title {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 20px 0px;
  font-size: 130%;
  display: block; }

.PanelField {
  font-size: 90%; }

/* Reference Guide Style Sheet
   ========================================================================== */
.RefExample {
  border: 1px solid #ccc;
  padding: 2.3em 1.5em 1.5em;
  position: relative;
  margin: 15px 0; }
  .RefExample:before {
    content: "Example";
    background-color: #EAEAEA;
    border: 1px solid #ccc;
    position: absolute;
    left: -1px;
    top: -1px;
    padding: 0.15em 0.385em 0.307em; }

.RefCode {
  position: relative;
  margin: 0 0 15px 0;
  padding: 1.5em;
  font-size: 13px; }

.RefExample + .RefCode {
  margin-top: -16px; }

pre.prettyprint {
  width: auto;
  overflow: auto; }

code {
  background-color: #EAEAEA;
  padding: 0 2px !important;
  white-space: nowrap; }

.RefTOC {
  border: 1px solid #ccc;
  background-color: #F7F7F7;
  margin-top: 0.4em; }

.RefTOC ul li {
  list-style-type: none;
  padding: 0.8em; }

.RefTOC ul {
  margin: 0;
  padding: 0; }

@media (min-width: 768px) {
  .RefTOC {
    float: left;
    width: 15em; }
  .RefTOC + .RefContent {
    margin-left: 16.5em; } }

.RefContent h2, .RefContent h3 {
  margin-top: 1em; }

/* Apply the 'linenums' class to a pre tag to display line numbers.
    The following style overrides the default 'linenums' behavior and displays all line numbers 
    ============================================================================================= */
li.L0, li.L1, li.L2, li.L3, li.L5, li.L6, li.L7, li.L8 {
  list-style-type: decimal !important; }

.RefIconList {
  margin: 0;
  padding: 0; }

.RefIconList li {
  display: inline-block;
  height: 7em;
  width: 7em;
  padding: 10px;
  margin-bottom: 3px;
  text-align: center;
  background-color: #f7f7f7;
  list-style: none;
  vertical-align: top;
  line-height: 1.2; }

/* JQuery Accordion */
.ui-accordion-header {
  background-color: #f3f3f3;
  border: solid 1px #f2f2f2;
  height: auto !important;
  padding: 10px;
  margin: 0px;
  font-size: 100%;
  margin-top: -1px; }
  .ui-accordion-header .ui-accordion-header-icon:before {
    font-family: 'FontAwesome';
    content: "\f0fe";
    display: inline-block;
    padding-right: 5px;
    /*color: #ffc80a; */
	color: #f7931d;	}

.ui-state-hover, .ui-state-active {
  /*background: #ffc80a !important; */
  background: #f7931d !important; 
  color: #fff;
  opacity: 1; }
  .ui-state-hover .ui-accordion-header-icon:before, .ui-state-active .ui-accordion-header-icon:before {
    color: #fff; }

.ui-state-active .ui-accordion-header-icon:before {
  content: "\f146"; }

li.my-profile a .nav-text:before {
  font-family: 'FontAwesome';
  content: "\f007";
  color: #ffc80a;
  font-size: 14px;
  padding-right: 5px; }

/* 
    Table Styles
   ========================================================================== */
.price-table {
  width: 100%; }
  .price-table td, .price-table th {
    padding: 5px;
    border: solid 1px #ccc;
    border-width: 1px 0px; }

/*
    Zone Styles
   ========================================================================== */
.social-links {
  color: #888;
  margin: 0 auto; }
  .social-links svg {
    margin: 0 5px; }

.sidebar {
  background-color: #f4f4f4;
  color: #666;
  padding: 40px 20px;
  line-height: 1.9;
  font-size: 12px; }
  .sidebar ul {
    list-style: none; }

#ctl01_ciUtilityNavigation_UtilityPlaceholder > div.UtilitySection.UtilityNavigationToggle > button {
  display: block; }

/* Style The Dropdown Button */
.dropbtn {
  background-color: transparent;
  color: #f7931d;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer; }

/* The container
<div> - needed to position the dropdown content */
.welcomeDropdown {
  position: relative;
  display: inline-block; }

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f7931d;
  min-width: 160px;
  z-index: 1; }

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block; }

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #f1f1f1; }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block; }

/* Change the background color of the dropdown button when the dropdown content is shown */
.simpleListViewAll {
  position: relative; }

.simpleListViewAll:hover {
  position: relative;
  font-weight: 400;
  color: #f7931d; }

.simpleListViewAll::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 5px;
  border-bottom: 1px solid #f7931d;
  width: 30px; }

.simpleListViewAll::after:hover {
  border-bottom: 3px solid #f7931d; }

[class^=feature] a {
  position: relative; }

[class^=feature] a:hover {
  position: relative;
  font-weight: 400; }

[class^=feature] a::after {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 2px solid;
  width: 30px; }

[class^=feature] a::after:hover {
  border-bottom: 3px solid; }

#ctl01_ciUtilityNavigation_UtilityPlaceholder > div.UtilitySection.UtilityNavigationToggle > button {
  display: block !important;
  height: 30px;
  width: 30px;
  position: absolute;
  top: -15px;
  background-color: #f7931d; }

#ctl01_ciUtilityNavigation_UtilityPlaceholder > div.UtilitySection.UtilityNavigationToggle > button::before {
  content: "Search";
  position: absolute;
  right: 40px;
  top: 0px;
  color: #f7931d; }

.simpleListViewAll {
  position: relative; }

.simpleListViewAll:hover {
  position: relative;
  font-weight: 400;
  color: #f7931d; }

.simpleListViewAll::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 5px;
  border-bottom: 1px solid #f7931d;
  width: 30px; }

.simpleListViewAll::after:hover {
  border-bottom: 3px solid #f7931d; }

[class^=feature] a {
  position: relative; }

[class^=feature] a:hover {
  position: relative;
  font-weight: 400; }

[class^=feature] a::after {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 2px solid;
  width: 30px; }

[class^=feature] a::after:hover {
  border-bottom: 3px solid; }

.rollover-sections {
  display: flex;
  flex-wrap: wrap;
  align-content: space-around;
  justify-content: space-between; }
  .rollover-sections a, .rollover-sections .h2, .rollover-sections .h3 {
    display: block; }
  .rollover-sections a {
    height: 100%; }
    .rollover-sections a:after {
      position: absolute;
      width: 40px;
      height: 2px;
      content: " ";
      display: block;
      bottom: -10px;
      background-color: #f7931d; }
  .rollover-sections .h2 {
    font-weight: 500;
    border-bottom: 0px; }
  .rollover-sections .h3 {
    color: #f7931d !important;
    font-weight: 300;
    font-size: 16px; }
  .rollover-sections .section {
    width: 140px;
    position: relative;
    margin-bottom: 50px;
    flex-grow: 1;
    flex-basis: 0;
    -webkit-transition: flex-grow .3s;
    -ms-transition: flex-grow .3s;
    transition: flex-grow .3s; }
    .rollover-sections .section .rollover-content {
      display: none; }
    .rollover-sections .section:hover {
      flex-grow: 3;
      -webkit-transition: flex-grow .3s;
      -ms-transition: flex-grow .3s;
      transition: flex-grow .3s; }
      .rollover-sections .section:hover a:after {
        display: none; }
      .rollover-sections .section:hover .rollover-content {
        display: block; }
    .rollover-sections .section a {
      padding: 0px 10px 10px;
      background-color: #ffffff;
      -webkit-transition: background-color 200ms linear;
      -ms-transition: background-color 200ms linear;
      transition: background-color 200ms linear; }
      .rollover-sections .section a:hover {
        background-color: #174e8e; }
        .rollover-sections .section a:hover .h2, .rollover-sections .section a:hover .rollover-content {
          color: #ffffff !important; }
        .rollover-sections .section a:hover .h3 {
          border-bottom: solid 2px #f7931d;
          padding-bottom: 10px;
          margin-bottom: 10px; }
  .rollover-sections .section.afir {
    width: 180px; }

.ArrowButton.TextButton {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: left;
  color: #f7931d; }
  .ArrowButton.TextButton:hover {
    color: #ffffff; }

/* ==========================================================================
   Feature Boxes
   ========================================================================== */
/* Classes for custom HTML feature boxes */
/* Classes that can be used for iParts and HTML content */
/* Use class CalloutArea1 or CalloutArea2 to call out an iPart or content block */
.CalloutArea1, .CalloutBlockType1 {
  background-color: #f7931d;
  padding: 40px 30px;
  margin: 10px 0 20px;
  color: #fff; }
  .CalloutArea1 label, .CalloutArea1 h1, .CalloutArea1 h2, .CalloutArea1 h3, .CalloutArea1 h4, .CalloutArea1 h5, .CalloutArea1 .PanelTitle, .CalloutArea1 .TitleBarCaption, .CalloutArea1 a.FeatureActionLink, .CalloutBlockType1 label, .CalloutBlockType1 h1, .CalloutBlockType1 h2, .CalloutBlockType1 h3, .CalloutBlockType1 h4, .CalloutBlockType1 h5, .CalloutBlockType1 .PanelTitle, .CalloutBlockType1 .TitleBarCaption, .CalloutBlockType1 a.FeatureActionLink {
    color: #fff; }
  .CalloutArea1 a, .CalloutBlockType1 a {
    color: #fff; }
  .CalloutArea1 .Error, .CalloutBlockType1 .Error {
    color: #ECECEC !important; }
  .CalloutArea1 h2, .CalloutArea1 .PanelHead.Distinguish, .CalloutArea1 .TitleBarCaption, .CalloutBlockType1 h2, .CalloutBlockType1 .PanelHead.Distinguish, .CalloutBlockType1 .TitleBarCaption {
    border-bottom: none; }

.CalloutArea2 {
  background-color: #ffc80a;
  padding: 40px 30px;
  margin: 10px 0 20px;
  color: #fff; }
  .CalloutArea2 label, .CalloutArea2 h1, .CalloutArea2 h2, .CalloutArea2 h3, .CalloutArea2 h4, .CalloutArea2 h5, .CalloutArea2 .PanelTitle, .CalloutArea2 .TitleBarCaption, .CalloutArea2 a.FeatureActionLink {
    color: #fff; }
  .CalloutArea2 a {
    color: #fff; }
  .CalloutArea2 .Error {
    color: #ECECEC !important; }
  .CalloutArea2 h2, .CalloutArea2 .PanelHead.Distinguish, .CalloutArea2 .TitleBarCaption {
    border-bottom: none; }

.CalloutArea3 {
  background-color: #00447c;
  padding: 40px 30px;
  margin: 10px 0 20px;
  color: #fff; }
  .CalloutArea3 label, .CalloutArea3 h1, .CalloutArea3 h2, .CalloutArea3 h3, .CalloutArea3 h4, .CalloutArea3 h5, .CalloutArea3 .PanelTitle, .CalloutArea3 .TitleBarCaption, .CalloutArea3 a.FeatureActionLink {
    color: #fff; }
  .CalloutArea3 a {
    color: #fff; }
  .CalloutArea3 .Error {
    color: #ECECEC !important; }
  .CalloutArea3 h2, .CalloutArea3 .PanelHead.Distinguish, .CalloutArea3 .TitleBarCaption {
    border-bottom: none; }

/* Use class AltBgColor1 to put a light-colored background on an iPart or content block */
.AltBgColor1 {
  background-color: #eee;
  padding: 10px; }

.CalloutPart2 .panel-heading,
.CalloutPart2 .panel-body {
  background-color: #eee; }

.CalloutPart1 .panel-heading,
.CalloutPart1 .panel-body {
  background-color: #174e8e; }

.CalloutPart2 .panel-heading.Distinguish,
.CalloutPart1 .panel-heading.Distinguish {
  background-color: transparent; }

/* Use class ContentBlockPrimary to give a block of content extra emphasis */
.ContentBlockPrimary {
  padding: 20px;
  background-color: #eee;
  margin: 20px 0px; }
  .ContentBlockPrimary .FloatRight {
    position: relative;
    z-index: 1; }

/* Featured BG > Displays coloured background based on brand colours
   ========================================================================== */
.feature-1, .feature-2, .feature-3, .feature-4 {
  display: block;
  padding: 15px 20px;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  margin: 0 0 10px;
  position: relative; }
  .feature-1 h2, .feature-2 h2, .feature-3 h2, .feature-4 h2 {
    margin: 0 0px 10px; }
  .feature-1 h3, .feature-2 h3, .feature-3 h3, .feature-4 h3 {
    margin: 10px 0px; }
  .feature-1 .price, .feature-2 .price, .feature-3 .price, .feature-4 .price {
    font-size: 140%; }
  .feature-1 em, .feature-2 em, .feature-3 em, .feature-4 em {
    font-style: normal;
    font-weight: 700; }
  .feature-1 ul, .feature-2 ul, .feature-3 ul, .feature-4 ul {
    margin: 0px 0 10px;
    font-size: 95%; }

.grayZone, .grey-bg {
  background-color: #f2f2f2; }

.home-3 {
  margin-top: -25px;
  padding: 40px 0px;
  margin-bottom: 20px; }
  .home-3 .WebPartZone, .home-3 .ContentItemContainer {
    height: 100%; }
  .home-3 .zoneBorderRight {
    border-right: 1px solid #ccc;
    padding-right: 20px; }
  .home-3 .zoneBorderLeft {
    border-Left: 1px solid #ccc;
    padding-left: 20px; }

.feature-1.row, .feature-2.row, .feature-3.row {
  padding-left: 5px;
  padding-right: 5px; }

.feature-1 {
  background-color: #f7931d;
  color: #fff; }
  .feature-1 h1, .feature-1 h2, .feature-1 h3, .feature-1 h4, .feature-1 h5, .feature-1 p {
    color: #fff; }
  .feature-1 .TextButton {
    background-color: #f7931d;
    color: #fff;
    border: 1px solid #fff;
    margin: 20px; }
    .feature-1 .TextButton:hover {
      background-color: #fff;
      color: #f7931d; }
  .feature-1 a {
    color: #00447c; }
    .feature-1 a:hover {
      color: #fff; }
  .feature-1 img {
    position: absolute;
    top: 0;
    left: 0;
    max-height: 100%; }

.feature-center {
  text-align: center; }
  .feature-center h3 {
    display: inline-block;
    padding: 0px 20px; }
  .feature-center .TextButton {
    margin: 0px;
    display: inline-block; }

.feature-2 {
  background-color: #00447c;
  color: #fff; }
  .feature-2 h1, .feature-2 h2, .feature-2 h3, .feature-2 h4, .feature-2 h5, .feature-2 p {
    color: #fff; }
  .feature-2 .TextButton {
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    margin-bottom: 10px;
    min-width: 85%;
    font-weight: 400; }
  .feature-2 .TextButton.PrimaryButton {
    background-color: #000000; }
  .feature-2 a {
    color: #f7931d; }
    .feature-2 a:hover {
      color: #fff; }

.feature-3 {
  background-color: #ffc80a;
  color: #fff; }
  .feature-3 h1, .feature-3 h2, .feature-3 h3, .feature-3 h4, .feature-3 h5 {
    color: #fff; }
  .feature-3 .TextButton {
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    margin-bottom: 20px;
    min-width: 85%; }
  .feature-3 .TextButton.PrimaryButton {
    background-color: #000000; }

.no-margin {
  margin: 0px !important; }

.center {
  text-align: center; }

.feature-4 {
  background-color: #666;
  color: #333333; }
  .feature-4 h1, .feature-4 h2, .feature-4 h3, .feature-4 h4, .feature-4 h5 {
    color: #333333; }
  .feature-4 .TextButton {
    background-color: rgba(0, 0, 0, 0.3);
    color: #333333;
    margin-bottom: 20px;
    min-width: 85%; }
  .feature-4 .TextButton.PrimaryButton {
    background-color: #000000; }
  .feature-4 a {
    color: #1696ff; }
    .feature-4 a:hover {
      color: #fff; }

/* Feature with a border and solid header
   ========================================================================== */
.feature-1-box, .feature-2-box, .feature-3-box, .feature-4-box {
  border: solid 2px #f7931d;
  margin: 0 0 10px; }
  .feature-1-box .top, .feature-2-box .top, .feature-3-box .top, .feature-4-box .top {
    background-color: #f7931d;
    color: #fff;
    padding: 10px 15px; }
    .feature-1-box .top h1, .feature-1-box .top h2, .feature-1-box .top h3, .feature-1-box .top h4, .feature-1-box .top h5, .feature-1-box .top p, .feature-2-box .top h1, .feature-2-box .top h2, .feature-2-box .top h3, .feature-2-box .top h4, .feature-2-box .top h5, .feature-2-box .top p, .feature-3-box .top h1, .feature-3-box .top h2, .feature-3-box .top h3, .feature-3-box .top h4, .feature-3-box .top h5, .feature-3-box .top p, .feature-4-box .top h1, .feature-4-box .top h2, .feature-4-box .top h3, .feature-4-box .top h4, .feature-4-box .top h5, .feature-4-box .top p {
      margin: 0px;
      color: #fff; }
  .feature-1-box .content, .feature-2-box .content, .feature-3-box .content, .feature-4-box .content {
    padding: 10px 15px; }

.feature-2-box {
  border-color: #00447c; }
  .feature-2-box .top {
    background-color: #00447c;
    color: #fff; }
    .feature-2-box .top h1, .feature-2-box .top h2, .feature-2-box .top h3, .feature-2-box .top h4, .feature-2-box .top h5, .feature-2-box .top p {
      color: #fff; }

.feature-3-box {
  border-color: #ffc80a; }
  .feature-3-box .top {
    background-color: #ffc80a;
    color: #fff; }
    .feature-3-box .top h1, .feature-3-box .top h2, .feature-3-box .top h3, .feature-3-box .top h4, .feature-3-box .top h5, .feature-3-box .top p {
      color: #fff; }

.feature-4-box {
  border-color: #666; }
  .feature-4-box .top {
    background-color: #666;
    color: #333333; }
    .feature-4-box .top h1, .feature-4-box .top h2, .feature-4-box .top h3, .feature-4-box .top h4, .feature-4-box .top h5, .feature-4-box .top p {
      color: #333333; }

.feature-img-link {
  overflow: hidden; }
  .feature-img-link img {
    position: absolute;
    left: 0px;
    object-fit: cover;
    width: 100%;
    top: 0px;
    max-height: 115px; }
  .feature-img-link a {
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    background: rgba(0, 0, 0, 0.7);
    top: 0px;
    color: #fff;
    padding: 10px 5px;
    -webkit-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
    text-transform: uppercase;
    text-align: center; }
    .feature-img-link a:hover {
      background-color: #ffc80a; }

/* White Offering, expands on hover with a border
   ========================================================================== */
.offering.bordered {
  border: solid 1px #f2f2f2;
  padding: 20px;
  margin-left: -16px;
  margin-right: -16px;
  margin-top: -1px;
  background-color: #fff;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative; }
  .offering.bordered h1, .offering.bordered h2, .offering.bordered h3, .offering.bordered h4 {
    text-align: center; }
  .offering.bordered h3 {
    margin-top: 0px; }
  .offering.bordered h4 {
    margin-bottom: 40px; }
    .offering.bordered h4:after {
      content: " ";
      width: 40px;
      background-color: #ffc80a;
      height: 2px;
      margin: 0 auto;
      display: block;
      top: 20px;
      position: relative; }
  .offering.bordered:hover {
    background-color: #ECECEC;
    -webkit-box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
    z-index: 1000; }

.ui-accordion-content .offering.bordered {
  margin: 0px;
  margin-top: -1px; }

.feature-cube {
  padding: 0px; }

/* Boxes on Home page, with black overlay
   ========================================================================== */
.offering {
  position: relative; }
  .offering .text {
    position: absolute;
    z-index: 1;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.25);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 40px 20px;
    text-align: center;
    margin: 10px; }
    .offering .text h1, .offering .text h2, .offering .text h3, .offering .text h4, .offering .text h5 {
      color: #fff; }
  .offering h2 {
    text-transform: uppercase;
    font-size: 150%;
    letter-spacing: 1px; }
  .offering .icon {
    font-size: 250%;
    text-align: center; }
  .offering img {
    object-fit: cover;
    width: 100%;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
  .offering .TextButton {
    margin-top: 20px; }
  .offering:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05); }

.offering-equal {
  min-height: 270px;
  max-height: 270px; }
  .offering-equal img {
    height: 270px !important; }

.white-feature h4 {
  text-align: center; }

.white-feature img {
  margin-bottom: 20px;
  height: 60px !important; }

/* 
	Fixed Background 
   ========================================================================== */
.pattern-bg, .fixed-bg {
  border: 0px;
  background: no-repeat center center fixed;
  background-size: cover;
  display: block;
  width: 100%;
  padding: 100px 0px; }

.full-width {
  width: 100vw !important;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw; }

/* Feature used on the textured blue background */
.dark-feature {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  padding: 40px 25px;
  color: #fff;
  margin-top: 50px;
  margin-bottom: 80px;
  display: block;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out; }
  .dark-feature .icon-circle {
    margin-top: -90px;
    background-color: #ffc80a; }
  .dark-feature h1, .dark-feature h2, .dark-feature h3, .dark-feature h4, .dark-feature h4 {
    color: #fff; }
  .dark-feature h4 {
    text-align: center;
    color: #fff;
    margin-bottom: 40px; }
    .dark-feature h4:after {
      content: " ";
      width: 40px;
      background-color: #ffc80a;
      height: 2px;
      margin: 0 auto;
      display: block;
      top: 20px;
      position: relative; }
  .dark-feature:hover {
    -webkit-box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
    background-color: #00447c; }
    .dark-feature:hover .icon-circle {
      background-color: #000000; }

.with-icon, .with-icon {
  margin-top: 50px; }

.light-feature {
  background-color: #ECECEC;
  width: 100%;
  padding: 40px 25px;
  display: block;
  margin-bottom: 20px; }
  .light-feature .icon-circle {
    margin-top: -90px;
    background-color: #ffc80a; }
  .light-feature .icon-circle.black {
    background-color: #000000; }
  .light-feature .icon-circle.orange {
    background-color: #00447c; }
  .light-feature h4 {
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700; }
    .light-feature h4:after {
      content: " ";
      width: 40px;
      background-color: #ffc80a;
      height: 2px;
      margin: 0 auto;
      display: block;
      top: 20px;
      position: relative; }

.feature-border {
  background-color: rgba(255, 255, 255, 0.8);
  border: solid 1px #f2f2f2; }

/* Feature Link
   ========================================================================== */
.feature-link-with-image {
  margin-bottom: 1em; }
  .feature-link-with-image, .feature-link-with-image:hover, .feature-link-with-image:active, .feature-link-with-image:visited {
    text-decoration: none;
    color: #fff; }
  .feature-link-with-image .feature-link-wrapper {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 17em;
    margin-bottom: 20px; }
  .feature-link-with-image .feature-link-text {
    height: 100%;
    padding: .8em;
    font-size: 110%; }
    @media (min-width: 480px) {
      .feature-link-with-image .feature-link-text {
        width: 45%; } }
    .no-mqs .feature-link-with-image .feature-link-text {
      width: 45%; }
    .feature-link-with-image .feature-link-text h1, .feature-link-with-image .feature-link-text h2, .feature-link-with-image .feature-link-text h3, .feature-link-with-image .feature-link-text h4, .feature-link-with-image .feature-link-text h5 {
      margin-top: 0; }
  .feature-link-with-image.feature-link-1 .feature-link-text {
    background-color: #ffc80a;
    background-color: rgba(255, 200, 10, 0.75); }
  .feature-link-with-image.feature-link-1:hover .feature-link-text {
    background-color: #d6a600;
    background-color: rgba(214, 166, 0, 0.75); }
  .feature-link-with-image.feature-link-2 .feature-link-text {
    background-color: #174e8e;
    background-color: rgba(23, 78, 142, 0.75); }
  .feature-link-with-image.feature-link-2:hover .feature-link-text {
    background-color: #103662;
    background-color: rgba(16, 54, 98, 0.75); }

/* Feature Text Inline
   ========================================================================== */
.feature-text-inline {
  color: #ffc80a; }

/* ==========================================================================
   Adventure Styles
   ========================================================================== */
/**
 * Styles necessary to update the text and display of the carousel
 **/
.adventure h1 {
  margin: 0; }

.adventure .fa-bed, .adventure .fa-list-alt {
  font-size: 140%;
  margin-right: 5px; }

.details {
  text-transform: uppercase;
  letter-spacing: 1px; }
  .details em {
    font-weight: 700;
    font-style: normal; }
  .details em.fa {
    font-weight: 300; }
  .details ul {
    margin: 0px 0 10px;
    font-size: 90%; }

.bio h3 {
  margin-top: 0px; }

.bio img {
  width: 100%; }

.popular-adventure {
  border: solid 1px #f2f2f2; }
  .popular-adventure p.center {
    text-align: center !important; }
  .popular-adventure div {
    padding: 10px 10px 0px; }
  .popular-adventure img {
    width: 100%; }
  .popular-adventure h3 {
    font-size: 100%;
    margin: 10px 0; }
  .popular-adventure ul.small {
    margin: 0;
    padding: 0;
    color: #666;
    font-size: 80%; }
    .popular-adventure ul.small, .popular-adventure ul.small > li {
      list-style: none;
      display: inline-block; }
    .popular-adventure ul.small li:first-child {
      padding-right: 5px; }
