﻿/*---------------------------------------------
                  BASIC SETUP
-----------------------------------------------*/

@font-face {
    font-family: FontAwesome;
    src: url('fonts/FontAwesome.otf');
    font-weight:400;
}


body{
	color: #262626;
    font-family: Arial, Tahoma, sans-serif;
    font-size: 14px;
    line-height: 1.4;
}

p{
	color: #262626;
    font-family: Arial, Tahoma, sans-serif;
    font-size: 14px;
    line-height: 1.4;
}
.row.topBar{
	position: absolute;
    display: block;
    width: 100%;
    max-width: 1155px;
    background-image: url('images/AboutAmchamBanner.png');
	background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 25px;
       color: #3F93C7;
    font-size: 16px;
    font-weight: normal;
	 font-family: "Open Sans", sans-serif;
	    border-radius: 15px;
}

.row.topBar .iMIS-WebPart > .ContentItemContainer, 
.row.topBar.WebPartZone > .ContentItemContainer {
    margin-bottom: 0px;
    display: block;
}

.row.topBar h1{
	color: #FFF;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 24px;
	margin:0px;
}

.row.clear:before{
	content: "";
    display: block;
    height: 190px;
    position: static;
}


h1, .h1, .PageTitle {
 /* margin-top: 0;*/
 color:#193276;
 font-size:24px;
 font-family: "Open Sans", sans-serif;
 font-weight: 400;
}

h2,
.h2,
.PanelHead.Distinguish,
.TitleBarCaption,
div.PanelTitle,
.panel-heading.Distinguish,
h2.PanelTitle {
 /* min-height: 0;
  border-bottom-style: dotted;*/
  font-family: "Open Sans", sans-serif;
  color:#d61339;
  border:none;
  font-weight:400;
}

h3, .h3{
	font-family: "Open Sans", sans-serif;
  color:#193276;
  font-weight:400;
  font-size:15px;
}

h4, .SectionLabel, h5 {
 /* margin: 0 0 .2em;*/
 font-family: "Open Sans", sans-serif;
  color:#d61339;
  font-weight:400;
  font-size:14px;
}

h4, .h4, .SectionLabel {
  /*color: #009b96;*/
  font-family: "Open Sans", sans-serif;
  color:#d61339;
  font-weight:400;
  font-size:15px;
}

h5, .h5 {
  /*color: #009b96;*/
   font-family: "Open Sans", sans-serif;
  color:#193276;
  font-weight:400;
  font-size:14px;
}

h6, .h6 {
  /*margin: 0;*/
   font-family: "Open Sans", sans-serif;
  color:#d61339;
  font-weight:400;
  font-size:14px;
}

hr {
 /* margin-left: .5em;
  margin-right: .5em;
  border-width: 1px 0 0 0;
  border-style: dotted;
  border-color: #ddd;*/
}

a {
  /*color: #23749d;
  text-decoration: underline;*/
  color:#244cb9;
}

/*Language dropdown*/
.LanguageSelector
{
}

input[type="text"]
{
 /*display: inline-block;
  height: 37px;
  padding: 5px 10px;
  font-size: 100%;
  line-height: 1.6;
  color: #555555;
  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;*/
}

/*text button*/

.btn, .TextButton, .TextButtonWithImage, .ruButton, #masterHeaderActionArea a, .RadGrid input.TextButton {
    /*color: #fff;
    background-color: #70a4d8;
    border-color: #0064a4;
    position: relative;
    -webkit-box-shadow: 0px 5px 0 0 #0064a4;
    box-shadow: 0px 5px 0 0 #0064a4;*/
	 background-color:#193276;
	 border-radius:5px;
}

.btn:hover, .btn:focus, .btn:active, .btn:visited, .TextButton:hover, .TextButton:focus, .TextButton:active, .TextButton:visited, .TextButtonWithImage:hover, .TextButtonWithImage:focus, .TextButtonWithImage:active, .TextButtonWithImage:visited, .ruButton:hover, .ruButton:focus, .ruButton:active, .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 {
   /* color: #fff;
    background-color: #1196ba;
    border-color: #09407b;
    -webkit-box-shadow: 0px 5px 0 0 #09407b;
    box-shadow: 0px 5px 0 0 #09407b;*/
	background-color:#193276;
}


.large{
	padding: 15px 25px;
    font-size: 24px;
	
}

/* primary button */
.PrimaryButton,
.SaveAndClose,
.SaveAs,
.UsePrimaryButton .TextButton,
.UsePrimaryButton .TextButtonWithImage,
#masterHeaderActionArea a,
.RadGrid input.PrimaryButton {
 /* color: #fff;
  background-color: #70a4d8;
  border-color: #0064a4;
  position: relative;
  -webkit-box-shadow: 0px 5px 0 0 #0064a4;
  box-shadow: 0px 5px 0 0 #0064a4;*/
  background-color:#d61339;
}

.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 {
  /*color: #fff;
  background-color: #1196ba;
  border-color: #09407b;
  -webkit-box-shadow: 0px 5px 0 0 #09407b;
  box-shadow: 0px 5px 0 0 #09407b;*/
    background-color:#a30e2b;
}




.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 {
  /*background-color: #dc4f00;
  border-color: transparent;*/
}

.feature-text-inline {
  /*color: #dc4f00;*/
  color:#d61339;
}

.Quote {
  /*background: #f4f5ed;
  border-left: 10px solid #dc4f00;
  margin: 1.5em .7em 1.5em 0;
  padding: 1.5em .7em;
  quotes: "\201C" "\201D" "\201C" "\201D";
  font-weight: normal;*/
  border-left: 10px solid #a30e2b;
}

.Quote:before {
    color: #d1abab;
    content: open-quote;
    margin-right: 0.25em;
    vertical-align: -0.4em;
    font-size: 500%;
    line-height: 0.1em;
}

.ContentBlockPrimary {
    padding: 20px;
    background-color: #fff;
}

/*ALERTS*/
.Alerts ul.AlertSet {
  padding: 0;
  margin: 0 0 .8em;
  list-style: none;
}
.Alerts li.AlertItem {
  list-style: none;
}
.Alerts .AlertItem {
  border: 1px solid #ddd;
  margin-top: -1px !important;
  padding: 12px 10px;
  background-color: #f2f6fb;
}
.Alerts .AlertItem:first-child {
  margin-top: 0;
}
.Alerts .media img {
  /**
    * Make sure the images float left on the media-style alerts
    * in case the author doesn't add the "pull-left" class.
    */
  float: left;
  margin-right: 10px;
}
.Alerts .media img.pull-right {
  /* but correctly set floats/padding if they apply the pull-right class */
  float: right;
  margin-right: 0;
}/*--------*/



.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: #555555;
    width: 216px;
}

.IconSprite.EditIcon, 
.IconSprite.EditIcon[disabled]:hover, 
.IconSprite.EditIcon.Disabled:hover, 
.IconSprite.EditIcon.aspNetDisabled:hover, 
a.aspNetDisabled:hover .IconSprite.EditIcon, 
.EditImage, .EditImage[disabled]:hover, 
.EditImage.Disabled:hover, 
.EditImage.aspNetDisabled:hover, 
a.aspNetDisabled:hover .EditImage {
    background-position: 21px 0;
}

.IconSprite.EditIcon:hover, 
.IconSprite.EditIcon:focus, 
a:hover .IconSprite.EditIcon, 
a:focus .IconSprite.EditIcon, 
.EditImage:hover, 
.EditImage:focus, 
a:hover .EditImage, 
a:focus .EditImage {
      background-position: 21px 0;
}


.IconSprite.EditIcon:after{
	content:"Edit";
	font-size: 12px;
    text-decoration: underline;
    color: #193276;
    display: block;
    margin-left: -6px;
    margin-top: -10px;
}

.RadWindow.RadWindow_MetroTouch .rwTitleRow .rwTitlebar, 
.RadWindow.RadWindow_MetroTouch .rwTitleRow .rwTopLeft, 
.RadWindow.RadWindow_MetroTouch .rwTitleRow .rwTopRight {
    background-color: #193276;
}


/*---------------------------------------------
              MASTERPAGE ELEMENTS
-----------------------------------------------*/

#masterHeaderBackground,
.header {
  /*border-bottom: 2px dotted #eeeeee;*/
}

/*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;*/
}

.search-field:focus {
  /*background: #fff url("images/search-icon.png") no-repeat;
  background-position: 145px 6px;*/
}

.header-search .TextButton {
 /* display: none;*/
}/*--------*/



/*HEADER LOGO*/
#masterHeaderImage {
  /*background-image: url("images/HeaderLogo.png");
  background-repeat: no-repeat;
  width: 122px;
  height: 38px;
  /* 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-image:url('images/AmchamLogo250x70.png');
  height:70px;
  width:250px;
  margin-bottom:10px;
}/*--------*/

@media (min-width: 768px){
#masterHeaderImage {
    margin-top: 0px;
	margin-bottom:10px;
	background-image:url('images/AmchamLogo305x85.png');
	height:85px;
	width:305px;
}
}
/*---------------------------------------------
                     HEADER
-----------------------------------------------*/

/* This applies to the area behind the header logo and auxiliary navigation */
/*don't give this height! it will mess up the navigation on phones*/
.header {
 /* padding-top: 10px;
  padding-bottom: 10px;*/
  padding-bottom:0px;
  border:none;
  
}
    
.header-logo-container {
  /*float: left;*/
}/*--------*/


/* This applies to the area behind the header logo and auxiliary navigation */
.header-container:before, .header-container:after {
  content: " "!important;
  display: table!important;
}
.header-container:after {
  clear: both!important;
}


/*SIGN IN/OUT LINK*/
@media (min-width: 768px) { 
  .search-container-sm,
  .auth-link-container-sm {
    /*display: inline-block !important;*/
    }
    
  .auth-link-container-sm a {
      /*text-decoration: none;
      color:#fff;
      font-family: 'Oxygen', Sans-Serif;*/
  }
  
  .auth-link-container-sm a:hover {
    /*color:#ed1c24;*/
  }
}/*--------*/



/*TOP SOCIAL MEDIA ICONS*/
@media (max-width: 767px) {
  .header-social {
    /*display: none !important;*/
  }
}

.header-social a {
  /*text-decoration: none;*/
}/*-------*/



/*PRIMARY NAV BAR POSTIONING*/
@media (min-width: 768px) {
  .nav-primary {
   /* float: right;
    clear: right;*/
  }
}

.no-mqs .nav-primary {
  /*float: right;
  clear: right;*/
}/*-------*/



/*AUX AND FOOTER NAV*/
.NavigationUnorderedList {
 /* padding-left: 0;
  margin: 0;
  display: inline-block;*/
}

 .NavigationListItem {
  /*list-style-type: none;
  display: inline-block;
  margin-left: 0;*/
}

.nav-text{
}

.nav-text a:hover{
}

.NavigationLink {
  /*padding-left: 7.5px;
  padding-right: 7.5px;
  white-space: nowrap;*/
}

@media (max-width: 767px) {
  .ste-section {
    /*display: none !important;*/
  }
}/*--------*/


/*TOP ICON POSITIONS*/
.nav-auxiliary .nav-aux-account .nav-text {
  /*background-position: 0 -125px; - grey little man*/
}

.nav-auxiliary .nav-aux-cart .nav-text {
  /*background-position: 0 -75px; - grey shopping cart*/
}/*--------*/




/*---------------------------------------------
              PRIMARY NAVIGATION
-----------------------------------------------*/



/*PRIMARY NAV BAR POSTIONING*/
@media (min-width: 768px) {
  .nav-primary {
   /* float: right;
    clear: right;*/
	margin-top:0px;
  }
}

.no-mqs .nav-primary {
  /*float: right;
  clear: right;*/
}/*-------*/


/*NAV FULL WIDTH BG*/

.header-bottom-container {
	    padding: 0px 0px 0px 0px;
}

@media(min-width:768px){
.header-bottom-container {
    background-color: #193276;
	    padding: 15px 0px 0px 0px;
}
}

/*ROOT LEVEL BG*/
.navbar-collapse {
  /*background-color: #d5d5d5;*/
  background-color: #193276;
}




/*ROOT LEVEL TEXT*/
.RadMenu.RadMenu_Austin .rmRootGroup > .rmItem > .rmLink {
  /*text-transform: uppercase;
  font-size: 100%;
  font-weight: bold;
  letter-spacing: 0;*/
  color:#8c99bb;
  color: rgba(255,255,255,.5);
  font-weight:normal;
  font-size:13px;
  border-radius:5px 5px 0px 0px;
}/*--------*/

@media (min-width: 768px) {
  .navbar-collapse {
    /*padding-left: 0;
    padding-right: 0;
    background-color: transparent;
    border: none;*/
  }
}

.RadMenu.RadMenu_Austin .rmText, 
.RadMenu.RadMenu_Austin .rmHorizontal .rmText, 
.RadMenu.RadMenu_Austin .rmSlide .rmText {
    padding: 5px 15px 20px 15px;
	
}

.no-mqs .navbar-collapse {
  /*padding-left: 0;
  padding-right: 0;
  background-color: transparent;
  border: none;*/
}/*--------*/


/*ROOT ITEM WHEN CLICKED/ON PAGE*/
.RadMenu.RadMenu_Austin .rmRootLink.rmSelected {
    color: #fff!important;
    background-color: #193276;
}
/*--------*/


/*ROOT HOVER STYLE*/
.RadMenu.RadMenu_Austin .rmRootLink:hover,
.RadMenu.RadMenu_Austin .rmRootLink:focus,
.RadMenu.RadMenu_Austin .rmExpanded > .rmRootLink,
.RadMenu.RadMenu_Austin .rmRootGroup > .rmItem > .rmLink:hover,
.RadMenu.RadMenu_Austin .rmRootLink.rmExpanded {
  /*background-color: #424242;*/
  background-color:#a30e2b;
  color:#fff!important;
}/*--------*/


/*CHILDREN BG*/
.RadMenu.RadMenu_Austin .rmGroup {
 /* background-color: #424242;*/
  background-color:#a30e2b;
  padding:10px 10px 15px 10px!important;
  border-radius:0px 5px 5px 5px;

}/*--------*/

/*CHILDREN TEXT*/
.RadMenu_Austin .rmSlide .rmLink,
.RadMenu_Austin .rmSlide .rsmLink {
  /*color: #fff;*/
}/*--------*/


.RadMenu_Austin .rmSlide .rsmTwoLevels > .rsmItem > .rsmLink, 
.RadMenu_Austin .rmSlide .rsmTwoLevels > .rsmItem.rsmDisabled > .rsmLink:hover, 
.RadMenu_Austin .rmSlide .rsmTwoLevels > .rsmItem.rsmDisabled > .rsmLink:focus {
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0;
}

.RadMenu.RadMenu_Austin .rmSlide .rmText {
    padding:2px 40px 2px 15px;
	font-size:14px;
}

/*CHILDREN LINK FOCUS STYLING*/
.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: transparent;
  color: #f3691c;*/
  color:#fff;
  text-decoration:underline;
}/*--------*/

/*EXPAND MENU ITEM ARROW (NOT THE RESPONSIVE ICON)*/

.RadMenu_Austin .rmSlide .rmExpandRight, 
.RadMenu_Austin .rmSlide .rmGroup a.rmLink.rmExpandRight {
    background-image: url(images/ResponsiveNav.png);
    background-position: 110% -212px;
    background-repeat: no-repeat;
}

.RadMenu.RadMenu_Austin .rmToggle {
  display: none;
  margin: -10px -15px;
  float: right;
  height: 100%;
}

.RadMenu.RadMenu_Austin .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: 18.5px;
  margin-bottom: 18.5px;
  margin-right: 15px;
  margin-left: 15px;
  
}

.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; /*hides the icon on focus*/
}/*--------*/



/*--------*/

/*---------------------------------------------
              MOBILE NAVIGATION
-----------------------------------------------*/

a.auth-link{color:#d61339;}


.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: 15px;
    margin-left: 15px;
}

@media(max-width:767px){
	.RadMenu.RadMenu_Austin .rmToggle, 
	.RadMenu.RadMenu_Austin .rmRootGroup .rmRootLink .rmToggle {
    display: inline-block;
    float: right;
    margin-right: 0px;
    height: 100%;
}

.header-container{margin-bottom:5px;}
.RadMenu.RadMenu_Austin {
    z-index: 1001 !important;
    position: relative;
    padding-top: 10px;
}

.RadMenu_Austin .rmSlide .rmExpandRight, 
.RadMenu_Austin .rmSlide .rmGroup a.rmLink.rmExpandRight {
    background-image: none;
    background-position: 104% -208px;
    background-repeat: no-repeat;
}

}

/*MOBILE HAMBURGER + SEARCH ICON*/
.navbar-toggle {
    /*margin-top: 3.5px;
    margin-bottom: 3.5px;
    vertical-align: middle;
    background-color: #cc3366;
    border-color: transparent;
    border-radius: 5px;*/
	background-color:#193276;
}

.navbar-toggle.collapsed {
  /*background-color: #2f8aa7;*/
  background-color:#193276;
}

/*MOBILE HAMBURGER + SEARCH HOVER*/
.navbar-toggle:hover, .navbar-toggle:focus {
  /*background-color: #267087;*/
  background-color:#193276;
}
/
/*MOBILE HAMBURGER MENU LINE COLOR*/
.navbar-toggle .icon-bar {
  /*background-color: #fff; /*this is only the menu, search is an img*/
}

/*MOBILE HAMBURGER PROFILE + CART*/
@media (max-width: 767px) {
  .nav-auxiliary .nav-aux-button .NavigationLink {
    /* This makes the link look like the toggle buttons */
   /* background-color: #2f8aa7;
    margin-left: 15px;
    padding: 9px 10px;
    margin-top: 6.5px;
    margin-bottom: 6.5px;
    border: 1px solid transparent;
    border-radius: 0;*/
	background-color:#193276;
  }
}

/*MOBILE HAMBURGER SEARCH ICON*/
 .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 */
}

/*MOBILE HAMBURGER ACCOUNT + CART ICONS*/
.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;*/
}

@media(min-width:768px){
	 .navbar-toggle .icon-search,
	 .nav-auxiliary .nav-aux-account .nav-text,
     .nav-auxiliary .nav-aux-cart .nav-text {
	/*background-image: url("images/ResponsiveHeaderSprite.png");*/
}
}/*--------*/

/*---------------------------------------------
         SECONDARY (SIDEBAR) NAVIGATION
-----------------------------------------------*/

.RadTreeView.RadTreeView_Austin .rtSp, 
.RadTreeView.RadTreeView_Austin .rtPlus {
    display: block;
	background-image: url(images/responsiveNav.png);
	background-position: -12px -122px;
}

.RadTreeView.RadTreeView_Austin .rtMinus{
	display: block;
	background-image: url(images/responsiveNav.png);
	background-position: -12px -142px;
}

.RadTreeView .rtPlus, .RadTreeView .rtMinus {
    margin: 1px 0 0 -1px;
    width: 1.75em!important;
    height: 1.75em!important;
    border-width: 1px;
    border-style: none!important;
    background-repeat: repeat-x;
    position: absolute;
    right: .5em!important;
	left:initial!important;
    top: .5em!important;
}

.RadTreeView .rtPlus:before {
    content: ""!important;
}

.RadTreeView .rtMinus:before {
    content: ""!important;
}

/*SIDEBAR NAV HEADER*/
.nav-secondary .sub-nav-head {
  /*background-color: #dc4f00;
  color: #fff;
  font-weight: bold;
  font-size: 120%;
  padding: 10px 15px;*/
  display:none;
}/*--------*/

/*SECONDARY NAV SUB LEVEL BG*/
.nav-secondary {
  /*background-color: #f4f5ed;
  margin-bottom: 1em;*/
  background-color:#193276;
  border-radius:5px;
}/*--------*/

/*SIDEBAR NAV SUB LEVEL TEXT AUSTIN*/
.RadTreeView.RadTreeView_Austin a.rtIn {
  /*color: #23749d;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  margin: 0;*/
  color:#8c99bb;
}

.RadTreeView.RadTreeView_Austin a.rtIn:hover{
	background-color:transparent;
	text-decoration:underline;
}

.RadTreeView.RadTreeView_Austin > .rtUL > .rtLI {
    border-top: none;
}

.RadTreeView.RadTreeView_Austin .rtSelected > a.rtIn, .RadTreeView.RadTreeView_Austin .child-is-selected.rtIn {
    background-color: transparent;
    color: #8c99bb;
}

.RadTreeView .rtUL {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block!important;
}

/*SELECTED PAGE AUSTIN*/
.RadTreeView.RadTreeView_Austin .rtSelected > a.rtIn {
    /*background-color: transparent;
    color: #333333;*/
}



/*SELECTED PAGE AUSTIN*/
.RadTreeView.RadTreeView_Toronto .rtSelected > a.rtIn {
    /*background-color: transparent;
    color: #333333;*/
}/*--------*/



/*---------------------------------------------
             AUXILIARY NAVIGATION
-----------------------------------------------*/
/*TOP AUX NAV POSITIONING*/
.navbar-header {
  /*float: right;*/
}

/*AUX NAV ITEMS*/
.navbar-header > div,
.navbar-header > a,
.navbar-header .NavigationUnorderedList,
.navbar-header .NavigationLink {
  /*display: inline-block;
  vertical-align: middle;*/
}

/*SIGN IN/OUT CONTAINER*/
.auth-link-container {
  /*padding: 10px 15px;
  text-align: right;
  border-bottom: 1px dotted #666666;*/
  background-color:#fff;
  
}



/*SIGN IN/OUT LINK*/
@media (min-width: 768px) { 
  .search-container-sm,
  .auth-link-container-sm {
    /*display: inline-block !important;*/
    }
    
  .auth-link-container-sm a {
      /*text-decoration: none;
	  font-size:14px;
      color:#fff;
      font-family: 'Oxygen', Sans-Serif;*/
	  font-size:14px;
  }
  
  .auth-link-container-sm a:hover {
    /*color:#ed1c24;*/
  }
}/*--------*/

/*AUX TEXT STYLE*/
.nav-auxiliary a {
	color:#d61339;
	text-decoration:none;
	
}

.nav-auxiliary a:hover {
	color:#d61339;
	text-decoration:underline;
}

.nav-auxiliary .nav-text{
	font-size:14px;
}

.NavigationUnorderedList{
	    margin-top: -2px;
}

/*TOP ICON POSITIONS*/
.nav-auxiliary .nav-aux-account .nav-text {
  /*background-position: 0 -125px; - grey little man*/
}

.nav-auxiliary .nav-aux-cart .nav-text {
  /*background-position: 0 -75px; - grey shopping cart*/
}/*--------*/


 /*TOP HEADER SEARCH BAR*/
.header-search input[type="text"]{
    /*display: inline-block;
    height: 37px;
    padding: 5px 10px;
    font-size: 100%;
    line-height: 1.6;
    color: #555555;
    border: 1px solid #ccc;
    border-radius: 5px;
    -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;*/
	 -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
	border-radius:5px;
	font-size:14px;
	color:#262626;
}

.header-search .search-field {
    background: #fff url(images/ResponsiveHeaderSprite.png) no-repeat;
    background-position: 7px -16px;
    padding-left: 32px !important;
    color: #777;
    border-color: #CCC;
}

.header-search .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 .search-field:focus {
  /*background: #fff url("images/search-icon.png") no-repeat;
  background-position: 145px 6px;*/
}

.header-search .TextButton {
 /* display: none;*/
}/*--------*/



/*TOP 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;*/
}

/*--------*/

/*---------------------------------------------
                MAIN CONTENT AREA
-----------------------------------------------*/

.HomePageFullWidthArea{
	background-color:#E3E3E3;
	padding-bottom:0px;
}

.homeSlider{
	text-transform:uppercase;
	font-family:'Open Sans';
	font-weight: 700;
}

.homeSlider .item.active{
	background-position:0% 0%;
}

.homeSlider .carousel-caption {
   background-color:rgba(25,50,118,0.7);
	left: 0%;
    right: 0%;
    bottom: 0%;
	height:100%;
	padding:2% 10% 1% 10%;
	text-shadow: none;
}

.homeSlider h1{
	font-size:24px;
	font-weight:normal;
}

.homeSlider h2{
	font-size:13px;
	color:#3f93c7;
	font-weight:700;
	text-transform:initial;
}


@media screen\9(min-width:768px){
.homeSlider h1{
	font-size:26px;
	font-weight:normal;
}

.homeSlider h2{
	font-size:16px;
	color:#3f93c7;
	font-weight:700;
	text-transform:initial;
}



.HomePageFullWidthArea{
	background-color:#E3E3E3;
	padding-bottom:40px;
}

.homeSlider .item.active{
	background-position:initial;
}

.homeSlider{
	text-transform:uppercase;
	font-weight:normal!important;
	width: 75%;
    margin: 0px auto;
	margin-top:40px;
	font-family:'Open Sans';
	font-weight: 700;
}

.homeSlider .item{
	border-radius: 20px!important;
}


.homeSlider .carousel-caption {
    position: absolute;
    left: 0%;
    right: 0%;
    bottom: 0%;
	border-radius: 20px!important;
	height:100%;
	padding-left: 50%;
	font-family:'Open Sans';
	font-weight: 700;
    padding-right: 8%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: left;
    text-shadow: none;
	font-size:14px;
	color:#3f93c7;
	background: -moz-linear-gradient(left, rgba(25,50,118,0) 0%, rgba(25,50,118,1) 50%, rgba(25,50,118,1) 51%, rgba(25,50,118,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(25,50,118,0) 0%,rgba(25,50,118,1) 50%,rgba(25,50,118,1) 51%,rgba(25,50,118,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(25,50,118,0) 0%,rgba(25,50,118,1) 50%,rgba(25,50,118,1) 51%,rgba(25,50,118,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00193276', endColorstr='#193276',GradientType=1 ); /* IE6-9 */
	
}
}

@media (min-width:768px){
.homeSlider h1{
	font-size:26px;
	font-weight:normal;
}

.homeSlider h2{
	font-size:16px;
	color:#3f93c7;
	font-weight:700;
	text-transform:initial;
}



.HomePageFullWidthArea{
	background-color:#E3E3E3;
	padding-bottom:40px;
}

.homeSlider .item.active{
	background-position:initial;
}

.homeSlider{
	text-transform:uppercase;
	font-weight:normal!important;
	width: 75%;
    margin: 0px auto;
	margin-top:40px;
	font-family:'Open Sans';
	font-weight: 700;
}

.homeSlider .item{
	border-radius: 20px!important;
}


.homeSlider .carousel-caption {
    position: absolute;
    left: 0%;
    right: 0%;
    bottom: 0%;
	border-radius: 20px!important;
	height:100%;
	padding-left: 50%;
	font-family:'Open Sans';
	font-weight: 700;
    padding-right: 8%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: left;
    text-shadow: none;
	font-size:14px;
	color:#3f93c7;
	background: -moz-linear-gradient(left, rgba(25,50,118,0) 0%, rgba(25,50,118,1) 50%, rgba(25,50,118,1) 51%, rgba(25,50,118,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(25,50,118,0) 0%,rgba(25,50,118,1) 50%,rgba(25,50,118,1) 51%,rgba(25,50,118,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(25,50,118,0) 0%,rgba(25,50,118,1) 50%,rgba(25,50,118,1) 51%,rgba(25,50,118,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00193276', endColorstr='#193276',GradientType=1 ); /* IE6-9 */
	
}
}

.homeSlider .carousel-control {
  
}

.homeSlider .carousel-control.right,
.homeSlider .carousel-control.left{
	background:transparent;
}

.homeSlider .carousel-control {
    opacity: 0.7;
    filter: alpha(opacity=70);
    color: #fff;
}

.homeSlider .carousel-control:hover, 
.homeSlider .carousel-control:focus, 
.homeSlider .carousel-control:visited, 
.homeSlider .carousel-control:active {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}


.homeSlider hr{
	border-style: solid;
	border-color:#3f93c7;
}

.homeSlider .dateBox{
	color:#fff;
	display:block;
	background-color:#d61339;
	width:80px;
	height:80px;
	float:left;
	text-align:center;
	border-radius:5px;
	font-size:14px;
	margin-right:30px;
	padding: 5px;
}



.homeSlider .dateNumber{
	font-size:36px;
	font-weight:bold;
	line-height: 36px;
}

.homeSlider ul{
	color:#fff;
	display:block;
	list-style:none;
	line-height:26px;
}

.homeSlider ul li{
	text-align:left;
	background-repeat:no-repeat;
	display:block;
	background-position: 46px 4px;
	font-weight:400;
}

.homeSlider ul li:nth-child(1){
	background-image:url('images/listIcon.png');
}

.homeSlider ul li:nth-child(2){
	background-image:url('images/mapIcon.png');
}

.homeSlider ul li:nth-child(3){
	background-image:url('images/clockIcon.png');
}

.homeSlider .sliderBtn{
	color:#193276;
	background-color:#fff;
	display:inline-block;
	padding:10px 20px;
	border-radius:5px;
	margin-top:10px;
}


.greyBox{
	background-color: #F3F3F3;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 15px;
    margin-bottom:15px;
}


.imgLeft{
	float:left;
	margin:10px;
	display:block;
	height: 100%;
}

.imgRight{
	float:right;
	margin:10px;
}

/**
a.ctaBtn{
	display:block;
	width:48%;
	float:right;
	background-color:#d61339;
	border-radius:5px;
	text-align:center;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	padding:20px;
	font-size:14px;
	margin:0px 0px 5px 2%;
}

a.ctaBtn img{
	margin-bottom:5px;
}**/

a.ctaBtn{
	display:block;
	width:48%;
	float:right;
	background-color:#fff;
	border-radius:5px;
	border:2px solid #d61339;
	text-align:center;
	text-decoration:none;
	color:#d61339;
	font-weight:bold;
	padding:20px;
	font-size:14px;
	margin:0px 0px 5px 2%;
	-webkit-transition:all 0.2s linear;
}

a.ctaBtn img{
	margin-bottom:5px;
}

a.ctaBtn:hover{
	background-color:#d61339;
	color:#fff;
}

.eventBox{
	background-color: white; 
	height: 200px; 
	display: block;
	border-radius:20px;
	}
	
.homeEventLink{
	background-color: white;
    
    display: block;
    border-radius: 10px;
    padding: 15px;
	padding-bottom:60px;
    margin: 10px;
    margin-top: 17px;
	position:relative;
}

.homeEventLink a{
	text-decoration: none!important;
    text-transform: uppercase;
    color: #fff!important;
    background-color: #193276;
    display: block;
    float: right;
    padding: 10px 20px;
    border-radius: 5px;
    font-size:12px;
    position:absolute;
	bottom:15px;
	right:15px;
}


.greyBar{
	background-color:#E3E3E3!important;
	padding:10px 10% 20px 10%;
	
	}
	
.reContain{
	max-width: 1170px!important;
    margin-right: auto!important;
    margin-left: auto!important;
    padding-left: 15px!important;
    padding-right: 15px!important;
	}

	
	
/*Strip back query*/



.homeEventLink .eventDate {
    color: #d61339;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    display: block;
}

.homeEventLink .eventTitle {
    color: #193276;
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    display: block;
}

.homeEventLink .eventDesc {
    margin-top: 10px;
    display: block;
	color: #262626;
    font-family: Arial, Tahoma, sans-serif;
    font-size: 14px;
    line-height: 1.2;
}

.homeEvent tr.rgPager{
	display:none!important;
}

.homeEvent table tr > *{
        display: block;
    }
.homeEvent table tr {
        
		
    }
	
.homeEvent .RadGrid_MetroTouch {
	border-radius:10px;
	border:none;
	}

	
.homeEvent .RadGrid.RadGrid_MetroTouch .rgMasterTable, 
.homeEvent .RadGrid.RadGrid_Metro .rgMasterTable{
	border-radius:10px;
	padding:15px;
	padding-bottom: 60px;
	
    overflow: hidden;
    display: block;
	position:relative;
}	

.homeEvent .RadGrid_MetroTouch .rgRow td, 
.homeEvent .RadGrid_MetroTouch .rgAltRow td{
	border:none!important;
}

.homeEvent .rgHeader {display:none!important;}

.homeEvent .rgRow.rgSelectedRow{
	background-color: #fff;
    border-color: #fff;
	border-radius:20px;
}

.homeEvent .RadGrid.RadGrid_MetroTouch .rgRow td{
	padding:0px;
}

.homeEvent td{
	color: #262626;
    font-family: Arial, Tahoma, sans-serif;
    font-size: 14px;
    line-height: 1.2;
}

/*Style events boxes*/
.homeEvent .eventDate{
	color:#d61339;
	font-size:14px;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	display:block;
}

.homeEvent .eventTitle{
	color:#193276;
	font-size:18px;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	display:block;
}

.homeEvent tr.rgRow img{
	width:110px!important;
	float:left;
	margin: 10px 10px 10px 0px;
}

.eventDesc{
	margin-top:10px;
	display:block;
}

.homeEvent a{
	text-decoration:none;
	color:#000!important;
}

.homeEvent .eventBtn {
	text-decoration:none!important;
	text-transform:uppercase;
	color:#fff!important;
	background-color:#193276;
	display:block;
	float:right;
	padding:10px 20px;
	border-radius:5px;
	margin-top:20px;
	position:absolute;
	bottom:15px;
	right:15px;
}

.homeEvent a:visited{color:#fff!important;}



/*Homepage news list*/

.homeNews .thumbTag span{
    display:none;
}

.homeNews  .thumbIMG{
   float:left;
   display:block;
   height:100px!important;
   padding-right:15px;
   margin-bottom:10px;
}

.homeNews .BlockTLItem{
   background-color: #E3E3E3;
    border-radius: 10px;
    display: block;
    padding: 15px;
    padding-bottom: 40px;
    margin-bottom: 20px;
    
    margin-right: 3%;
    
    position: relative;
}


.homeNews .BlockTLItem a{
	text-decoration: none;
    display: inline-block;
    border-radius: 5px;
    color: #fff;
    background-color: #193276;
    padding: 10px 15px;
    text-transform: uppercase;
    position: absolute;
    bottom: 10px;
    right: 15px;
}


@media(min-width:768px){
	.homeNews .BlockTLItem{
   background-color: #E3E3E3;
    border-radius: 10px;
    display: block;
    padding: 15px;
    margin-bottom: 20px;
    width: 30%;
    float: left;
    margin-right: 3%;
    height: 280px;
    position: relative;
}

}



.homeNews .BlockTLItem, .BlockList li{
	
	border:none;
}


.homeNews .BlockTLItem  h4{
	color:#193276;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	font-size:16px;
	line-height:1.2;
}

.homeNews .PublishDate{
	color:#d61339;
	font-size:12px;
}

.eventDisplayStaff .RegistrationArea{
	display:none!important;
	
}



.EventDetails.row{display:none;}

/*SAVE/CANCEL BUTTONS*/
.CommandBar {
  /*margin: .5em 0;*/
}/*--------*/


.Alerts .AlertItem{
	border: none;
    margin-top: -1px !important;
    padding: 12px 10px;
    background-color: #f4f5ed;
}

.eventDisplay .TitleBarTitle{display:none;}

.eventDisplay .Description div:first-child{
display:none;
}


/*DONATION iPARTS*/
/*SUBMIT BUTTON*/
.donate-page .SectionLabel {
 /* color: #dc4f00;
  font-size: 250%;*/
}


/*BUBBLE*/
/* 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: #ff6610;
  width: auto;
  border-radius: 3px;*/
}

/*TINY BUBBLE ARROW*/
.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: #ff6610 transparent;
  /* reduce the damage in FF3.0 */
  /*display: block;
  width: 0;*/
}/*--------*/



/*DONATION PROGRESS TRACKER*/
/*BOX COLOUR*/
.ProgressTracker2 .ProgressTrackerPanel {
  /*background-color: #93cadc;*/
}

/*LARGE TEXT*/
.ProgressTracker2 .ProgressTrackerPanel .count {
 /*color: #fff;
  font-family: Raleway, Verdana, sans-serif;
  font-weight: 200;*/
}

/*PROGRESS BAR*/
.ProgressTracker2 .ProgressBar > span {
   /*background-color: #db9770;*/
}

/*PROGRESS BAR BG*/
.ProgressTracker2 .ProgressBar {
 /* margin: 10px;*/
}/*--------*/


.clearQ .rgHeader{
	display:none!important;
}

.clearQ .RadGrid_MetroTouch{
	border:none;
}

.clearQ .RadGrid_MetroTouch .rgAltRow {
    background: #fff;
}

.clearQ .RadGrid_MetroTouch .rgAltRow td,
.clearQ .RadGrid_MetroTouch .rgRow td {
    border:none;
}

.Qcol table tr > *{
        display: block;
    }

.Qcol table tr {
        display: table-cell;
    }

html .RadTabStrip.RadTabStrip_MetroTouch .rtsLevel1 .rtsSelected, html .RadTabStrip.RadTabStrip_MetroTouch .rtsLevel1 .rtsSelected:hover {
    border-color: #193276;
    background-color: #193276;
}

.RadTabStrip.RadTabStrip_MetroTouch .rtsLevel1 {
    border-bottom-color: #193276;
}

.SearchField, .SearchResultSummary .ListItemTitle a {
    display: block;
    background-color: #193276;
    padding: 8px 12px;
}

.SearchField label {
    font-size: 120%;
    color: #fff;
}

.SearchResultSummary .ListItemTitle a {
    text-decoration: none;
    color: #fff !important;
    margin: -4px -7px 0;
}

.SearchResultSummary .ListItemTitle a:hover {
    background-color: #244cb9;
    text-decoration: underline;
}

.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: #193276;
    border-color: #193276;
    color: #fff !important;
}


/*UPCOMING EVENTS LIST*/

.Qcol.upcomingEvents  table tr {
        display: table-cell;
		width:95%;
		float:left;
		position:relative;
    }

.upcomingEvents img{
	display:block;
	margin:0px auto;
	margin-bottom: 20px;
	width:150px;
}

.upcomingEvents .eventDate{
	display: inline-block;
    background-color: #d61339;
    padding: 10px 25px;
    border-radius: 5px;
    color: #fff;
    float:right;
	margin-bottom:15px;
    font-size: 12px;
    right: 50px;
    text-align: center;
    line-height: 18px;
    text-transform: uppercase;
	margin-top:10px;
}

.upcomingEvents .info{
	width:100%;
	float:left;
	text-align: left;
	margin-left: 10px;
}



.upcomingEvents .rgRow, .upcomingEvents  .rgAltRow{
	background-color:#f3f3f3!important;
	padding: 15px;
	border-radius:5px;
	margin-bottom:15px;
}

.upcomingEvents .GridTitlePanel,
.upcomingEvents .rgPagerLabel,
.upcomingEvents .riSingle,
.upcomingEvents .rgPagerButton,
.upcomingEvents .rgInfoPart,
.upcomingEvents .rgPageFirst,
.upcomingEvents .rgPageLast {
  display: none !important;
}

/*.upcomingEvents .rgPagerCell, .upcomingEvents .rgPager{
	display:none!important;
}*/

.upcomingEvents .eventTitle, 
.upcomingEvents .city, 
.upcomingEvents .place{
	display:block;
}

.upcomingEvents .city, 
.upcomingEvents .place{
	margin-top: 10px;
    font-size: 15px;
}

.upcomingEvents .city{
	background-image: url(images/listIcon.png);
	background-repeat: no-repeat;
    padding-left: 25px;
	    margin-top: 25px;
}

.upcomingEvents .place{
	background-image: url(images/mapIcon.png);
	background-repeat: no-repeat;
    padding-left: 25px;
}

.upcomingEvents .eventTitleAbv{
	color:#193276;
	text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}

.upcomingEvents .eventTitle{
	color:#d61339;
	
    font-size: 14px;
 
}

.upcomingEvents .buttons{
	float:left;
    margin-top: 10px;
}

@media(min-width:550px){
.upcomingEvents .info{
	width:50%;
	float:left;
	text-align: left;
	margin-left: 10px;
}

.upcomingEvents .buttons {
    float: right;
    margin-top: 0px;
}

.upcomingEvents .eventDate{
	display: inline-block;
    background-color: #d61339;
    padding: 10px 25px;
    border-radius: 5px;
    color: #fff;
    float:right;
	margin-bottom:15px;
    font-size: 12px;
    right: 50px;
    text-align: center;
    line-height: 18px;
    text-transform: uppercase;
	margin-top:0px;
}
}

.upcomingEvents .RadGrid.RadGrid_MetroTouch .rgRow td, 
.upcomingEvents .RadGrid.RadGrid_MetroTouch .rgRow td:first-child,
.upcomingEvents .RadGrid.RadGrid_MetroTouch .rgAltRow td, 
.upcomingEvents .RadGrid.RadGrid_MetroTouch .rgAltRow td:first-child{
	padding:0px;
}

.upcomingEvents .day, 
.upcomingEvents .date, 
.upcomingEvents .month{
	display:block;
}

.upcomingEvents .date{
	font-size:26px;
	font-weight:bold;
}

.upcomingEvents .eventBtn, 
.upcomingEvents .eventBook{
	display:block;
	color:#fff;
	text-transform:uppercase;
	padding:11px 5px;
	width:150px;
	border-radius:5px;
	background-color: #d61339;
	text-align:center;
	font-size:12px;
}

.upcomingEvents .eventBook{
	background-color:#193276;
	margin-bottom: 10px;
}

.upcomingEvents .RadGrid.RadGrid_MetroTouch .rgMasterTable .rgSelectedCell, 
.upcomingEvents .RadGrid.RadGrid_MetroTouch .rgSelectedRow, 
.upcomingEvents .RadGrid.RadGrid_MetroTouch td.rgEditRow .rgSelectedRow, 
.upcomingEvents .RadGrid.RadGrid_MetroTouch .rgSelectedRow td.rgSorted, 
.upcomingEvents .RadGrid.RadGrid_MetroTouch th.rgSorted, 
.upcomingEvents .RadGrid.RadGrid_Metro .rgMasterTable .rgSelectedCell, 
.upcomingEvents .RadGrid.RadGrid_Metro .rgSelectedRow, 
.upcomingEvents .RadGrid.RadGrid_Metro td.rgEditRow .rgSelectedRow, 
.upcomingEvents .RadGrid.RadGrid_Metro .rgSelectedRow td.rgSorted, 
.upcomingEvents .RadGrid.RadGrid_Metro th.rgSorted {
    background-color: transparent;
    border-color: transparent;
	color:#000;
}

@media(min-width:320px){
	
	.Qcol.upcomingEvents  table tr {
        display: table-cell;
		width:95%;
		float:left;
		
    }
}

@media(min-width:570px){
	
	.upcomingEvents .buttons {
    float: right;
    margin-top: 83px;
    margin-right: -75px;
}
}


@media(min-width:691px){
	.upcomingEvents .buttons{
	float:right;
    margin-top: 100px;
	 margin-right: 0px;
}

.upcomingEvents img{
	float:left;
}

.upcomingEvents .eventDate{
	display: inline-block;
    background-color: #d61339;
    padding: 10px 25px;
    border-radius: 5px;
    color: #fff;
    position: absolute;
    font-size: 12px;
    right: 15px;
    text-align: center;
    line-height: 18px;
    text-transform: uppercase;
}
	
	.Qcol.upcomingEvents  table tr {
        display: table-cell;
		
		float:left;
    }
	
}



.eventReg .LabelUnderline {
   font-family: "Open Sans", sans-serif;
    color: #d61339;
    border: none;
    font-weight: 400;
	font-size:18px;
}


.eventReg .PanelField {
    float: left;
    clear: left;
    width: 100%;
    padding-top: 0.4em;
    padding-bottom: 0.4em;
    margin-bottom: 10px;
}

.eventReg .PanelField label {
    text-align: left;
    width: 15.5em;
    word-wrap: break-word;
    white-space: pre-line;
    padding-right: .5em;
	font-family: Arial, Tahoma, sans-serif;
	color: #262626;
	font-weight: normal;
}

.eventReg .totalPrice {
    font-weight: bold;
    text-shadow:none;
    color: #262626;
}

.eventReg .PanelField label span{
	font-size:10px!important;
	color:red;
}

.eventReg input[type="checkbox"]{
	margin:0px;
}


.eventReg html .RadAutoCompleteBox .racTokenList {
    white-space: nowrap;
    padding: 5px 2px;
    margin-bottom: 5px;
}



.eventReg .iMIS-WebPart > .ContentItemContainer, 
.eventReg .WebPartZone > .ContentItemContainer {
    margin-bottom:0px;
    display: block;
}


.bubble .thumbTag span{
	display:none;	
}

.bubble .BlockTLItem, .bubble .BlockList li {
    border-bottom: none;
}

.bubble .BlockTLItem{
	background-color:#f6f6f6;
	border-radius:20px;
	padding:20px;
	display: table;
	width:100%;
    margin-bottom: 30px;
}

.bubble .thumbTag img{
	width:100px;
	margin-right: 20px;
	float:left;
}

.bubble h4{
	display:block;
}

.bubble p {
   margin: 10px 0px 0px 0px;
}

.bubble h4 a{
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
}

.bubble .content{display: table;}

.bubble .PublishDate{
	margin: 5px 0px 5px 0px;
    display: inline-block;
}



.bubble .button{
	display: inline-block;
    text-decoration: none;
    background-color: #193276;
	color:#fff;
    padding: 7px 11px;
    border-radius: 5px;
	margin-top: 10px;
	font-family: Arial, Tahoma, sans-serif;
    font-size: 12px;
}

.podcast .thumbTag span{
	display:none;	
}

.podcast .BlockTLItem, .podcast .BlockList li {
    border-bottom: none;
}

.podcast .BlockTLItem{
	background-color: #f6f6f6;
    border-radius: 20px;
    padding: 20px;
    padding-bottom: 55px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    
    height: auto;
    position: relative;

	 vertical-align:top;
}

.podcast .thumbTag img{
	    width: 100%;
    margin-right: 20px;
    float: left;
}

.podcast h4{
	display:block;
}

.podcast p {
   margin: 10px 0px 0px 0px;
}

.podcast h4 a{
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	    display: block;
    margin-top: 5px;
}

.podcast .content{display: table;}

.podcast .PublishDate{
	margin: 5px 0px 5px 0px;
    display: inline-block;
}



.podcast .button{
	    display: inline-block;
    text-decoration: none;
    background-color: #193276;
    color: #fff;
    padding: 7px 11px;
    border-radius: 5px;
    margin-top: 10px;
    font-family: Arial, Tahoma, sans-serif;
    font-size: 12px;
    position: absolute;
    bottom: 15px;
    left: 20px;
}


@media(max-width:767px){
	.podcastList .TaggedListPanel {
    column-count: 1!important;
    column-gap: 1em;
}
	
}

.podcastList .TaggedListPanel {
    column-count: 3;
    column-gap: 1em;
}


.ceo .sshContent{
	margin: 0px 0px 5px 14px;
}





/*THE HEADERS*/
.accordion label{
    display:block;
    color:#888282;
        font-family: Arial, sans-serif;
    z-index:2;
    position:relative;
    cursor:pointer;
    font-weight: bold;
    font-size: 13px;
	margin-bottom: 15px;
	padding-left: 20px!important;
}

/*HEADER HOVER*/
.accordion label:hover{

}

/*HEADER WHEN SELECTED*/
.accordion input:checked + label,
.accordion input:checked + label:hover{
    
}

/*ADD THE ARROW*/
.accordion label:after{
    content: "\f067";
   font-family:FontAwesome;
	position: absolute;
	width: 24px;
	height: 24px;
	left: 0px;
	
}

/*CHANGE WHEN SELECTED*/
.accordion input:checked + label:after{
   content: "\f068";
   font-family:FontAwesome;
   
}

/*HIDE CHECKBOXES*/
.accordion input{
    display:none;
}


.accordion article{
    
    margin-top:-1px;
    overflow:hidden;
    height:0px;
    position:relative;
    z-index:2;
    transition:height 0.3s linear;
}

.accordion input:checked ~ article{
    transition:height 0.3s linear;
}

.accordion article p{
   margin-left:13px;
}

.accordion input:checked ~ article.ac-small{
    height:initial;
}

/*--------*/

/**Blog articles**/




/*---------------------------------------------
                CONTENT ELEMENTS
-----------------------------------------------*/


.bod .rgHeader{
	display:none;
}

.bod .RadGrid_MetroTouch{
	border:none;
}

.bod img{
	display: block;
   margin-left: 0px;
	}

@media(min-width:768px){
.bod img{
	display: block;
   margin-left: 20px;
	}
}

.bod .RadGrid.RadGrid_MetroTouch .rgRow td,
.bod .RadGrid.RadGrid_MetroTouch .rgAltRow td{
	border-radius:0px 5px 5px 0px;
}

.bod .RadGrid.RadGrid_MetroTouch .rgRow td:first-child,
.bod .RadGrid.RadGrid_MetroTouch .rgAltRow td:first-child{
	border-radius:5px 0px 0px 5px!important;
}

.bod .RadGrid .rgRow, 
.bod .RadGrid_MetroTouch .rgAltRow{
	background-color:#F3F3F3;
	border-radius:20px;
	display:block;
	margin-bottom:20px;
}

.bod .RadGrid_MetroTouch .rgRow td, 
.bod .RadGrid_MetroTouch .rgAltRow td{
	border:none!important;
}



/* liScroll styles */


.tickercontainer { /* the outer div with the black border */
background: #fff; 
border-radius:5px;
width: 285px; 
height: 85px;
margin: 0 auto; 
padding: 0;
overflow: hidden; 
}

ul.newsticker { /* that's your list */
position: relative;
left: 750px;
font: bold 10px Verdana;
list-style-type: none;
margin: 0;
padding: 0;
}

ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
margin-right:20px;
}

ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #ff0000;
font: bold 10px Verdana;
margin: 0 50px 0 0;
} 

ul.newsticker span {
margin: 0 10px 0 0;
} 

@media(min-width:768px){
.tickercontainer { /* the outer div with the black border */
background: #fff; 
border-radius:5px;
width: 100%; 
height: 85px; 
margin: 0 auto; 
padding: 0;
overflow: hidden; 
}

.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */

}

ul.newsticker { /* that's your list */
position: relative;
left: 750px;
font: bold 10px Verdana;
list-style-type: none;
margin: 0;
padding: 0;
}

ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
margin-right:20px;
}

ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #ff0000;
font: bold 10px Verdana;
margin: 0 50px 0 0;
} 

ul.newsticker span {
margin: 0 10px 0 0;
} 
}


/*---------------------------------------------
                     FOOTER
-----------------------------------------------*/

.footer-nav-copyright {
  /*padding-top: 1em;
  padding-bottom: 0.35em;*/
   background-color:#E3E3E3;
   
   
}

@media(max-width:767px){
	.footer-content{padding:0px;}
.footer-nav-copyright{padding:0px!important;}
	.footer-content .col-sm-1{margin:0px!important;}
}

.footer-nav-copyright a, .footer-nav-copyright a:visited{
	color:#262626;
	font-size:12px;
	text-decoration:none;
}

.footer-nav-copyright a:hover, .footer-nav-copyright a:focus{
	color:#262626;
	font-size:12px;
	text-decoration:underline;
}

.footer-content .col-sm-1, .footer-content .col-sm-2{
	margin-bottom:20px;
}

@media(min-width:767px){
.footer-content .col-sm-1, .footer-content .col-sm-2{
	margin-bottom:0px;
}

}

.footer-content {
  /*padding-top: 1em;*/
  background-color:#E3E3E3;
  color:#262626;
  font-size: 14px;
  text-align:left;
  padding: 40px 0px 10px 0px;
  line-height:17px;
}

.footer-content a{
	color:#d61339;
	text-decoration:none;
}

.footer-content a:hover{
	color:#d61339;
	text-decoration:underline;
}

.footer-content h1{
	font-size:14px;
	color:#193276;
	font-weight:bold;
	font-family:'Open Sans';
}

@media (min-width: 768px) {
  .footer .footer-social {
    width: 100%;
  }
  .footer .footer-promo-container {
    width: 100%
  }
}
.no-mqs .footer .footer-social {
  width: 100%
}
.no-mqs .footer .footer-promo-container {
  width: 100%
}

.footer-nav-copyright .footer-copyright {
    width: 100%;
}

.footer-content-section {
  /*padding: 0 15px 1em;*/
}

.footer-nav-copyright:before, .footer-nav-copyright:after {
  /*content: " ";
  display: table;*/
}

.footer-nav-copyright:after {
  /*clear: both;*/
}

/*COPYRIGHT TEXT*/
.footer-nav-copyright .NavigationUnorderedList,
.footer-nav-copyright .footer-copyright {
  /*float: left;
  margin: 0;*/
}

.footer-nav-copyright .footer-copyright {
  /*display: inline-block;
  margin: 0 1.5em .65em 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;*/
}

.footer-copyright a {

}


.footer-copyright a:hover {

}

@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%;*/
    /*width:300px; make it fit on one line!*/
  }
  .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-promo-container .promo {
  /*background-color: #020202;
  /* rgba fallback */
  /*background-color: rgba(2, 2, 2, 0.5);
  padding: 15px;
  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: Raleway, Verdana, sans-serif;
  font-weight: 200;
  margin-bottom: .25em;
  font-size: 130%;*/
}

.sponsor-pic {

}

@media (min-width: 769px){
 .sponsor-pic {

 } 
}

@media (min-width: 768px) and (max-width: 991px) {
  .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: #020202;
  background-color: rgba(2, 2, 2, 0.5);
  color: #fff;*/
}

.footer-promo-container .TextButton:hover {
  /*background-color: #020202;
  background-color: rgba(2, 2, 2, 0.8);*/
}
/*--------*/

.footer-copyright{


}

.footer-social{

}

.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;*/
}


/*FOOTER LINKS STYLING*/
.footer-nav-copyright {
  /*background-color: #222222;
  color: #999;*/
}

.footer-nav-copyright a, .footer-nav-copyright a:visited {
  /*color: #fff;*/
}

.footer-nav-copyright a:hover, .footer-nav-copyright a:active {
  /*color: white;*/
}

.footer .nav-text{
}

.footer .nav-text a{
}

.footer .nav-text a:hover{
}

/*--------*/