/* 
 * Deprecated DNN CSS class names will remain available for some time
 * before being  permanently removed. Removal will occur according to
 * the  following process:
 *
 * 1. Removal will only occur with a major (x.y) release, never
 *    with a maintenance (x.y.z) release.
 * 2. Removal will not occur less than six months after the release
 *    when it was deprecated.
 * 3. Removal will not occur until after deprecation has been noted 
 *    in at least two major releases.
 *
 *                                              |        |Planned |
 *  Name                                        |Release |Removal |
 *----------------------------------------------+--------+--------+
 * Mod{NAME}C                                     5.6.2    6.2
 *   {NAME} = sanitized version of the DesktopModule Name 
 *   Used on <div> tag surrounding Module Content, inside container
 *----------------------------------------------+--------+--------+
 */  
img{
  max-width: 100%;
  height: auto;
}
.HeadPane{
  margin-bottom: 15px;
}
p.iba-contact-item{
  	clear: both;
  padding-bottom: 10px
}

@media screen and (min-width: 768px) and (max-width: 980px){
.iba-contact-item .pull-left{
	float: none !important;
  }
}

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:hover    {
}

A.SelectedTab:active   {
}
/* buttons */
a.button{
    font-size: 1.1em;
    padding: 5px 8px;
    color: #f7941e;
    background: #59595b;
    box-shadow: 0 0 9px #777;
}


/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:hover {
}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}
/* IBA Sponsor Carousel */

.owl-item .pic_box{
  margin: 10px;
}

/* IBA Sponsor Row */

.iba-slider{
        max-width: 1130px;
    margin: 0 auto;
}
form[action$="sponsors"] .pane_layout section.row > div.row{
    margin-left: 0px;
    margin-right: 0px;
}

.sponsor-row .pic_box,
.sponsor-row .col-sm-4,
.sponsor-row .col-sm-3{
    text-align: center;
}

.sponsor-row a{
    display: inline-block;
    
}

@media(max-width: 992px){
    .sponsor-row .col-sm-3 h3 a{
        font-size: 16px;
    }
    
    .sponsor-row .col-sm-3{
        flex: 0 0 25%;
        max-width: 25%;

    }
    
    .sponsor-row .col-sm-4{
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    
}

@media(max-width: 768px){
    
    .sponsor-row .col-sm-3{
        flex: 0 0 33.33333%;
        max-width: 33.33333%;

    }
    
    .sponsor-row .col-sm-4{
        flex: 0 0 50%;
        max-width: 50%;
    }
    
}
/* labels for sponsor row levels */

div.sponsor-row:before{
    color: #6096c2;
    font-size: 25px;
    text-indent: 15px;
}

div[class*="Diamond" i]:before{
    content: "Diamond";    
}
div[class*="Titanium" i]:before{
    content: "Titanium";    
}
div[class*="Gold" i]:before{
    content: "Gold";
}
div[class*="Silver" i]:before{
    content: "Silver";   
}
div[class*="Bronze" i]:before{
    content: "Bronze";    
}
div[class*="Iron" i]:before{
    content: "Iron";    
}
div[class*="Patron" i]:before{
    content: "Patron";    
}
div[class*="_Sponsor" i]:before{
    content: "Sponsor";    
}
div[class*="_Visionary" i]:before{
    content: "Visionary";    
}
div[class*="_Headliner" i]:before{
    content: "Global Final Headliner";    
}
div[class*="_Networking" i]:before{
    content: "Networking";    
}
div[class*="_Supporting" i]:before{
    content: "Supporting";    
}
div[class*="_Leader" i]:before{
    content: "Region Leader";    
}
div[class*="_Platinum" i]:before{
    content: "Platinum";    
}


/* AAPG Overrides */

/*
Dark orange: #ee6c21
Light orange: #f69223 #F1894D
Grey: #626365
Blue: #014171
Light Blue: #6096C2
Green: #7ab736
*/

.team-status {
	margin: 0 0 20px;
}

.team-status h5 {
    font-size: 24px;
	line-height: 1.2;
    margin: 0 auto 20px;
    width: 80%;
}

.team-status h5 .fa {
    float: left;
    font-size: 60px;
    margin: 0 10px 10px 0;
    vertical-align: middle;
}

.item-fa {
    font-size: 18px;
    margin: 0 auto;
    width: 75%;
}

.item-fa .fa {
    font-size: 36px;
    margin: 0 10px 10px 0;
    vertical-align: middle;
}

.fa-check-circle {
	color: #7ab736;
}

.fa-exclamation-triangle {
	color: #f00;
}

.fa-question-circle {
	color: #f69223;
}

.form-root.aapg-iba .c-form.normal .form-group {
    margin-bottom: 0;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.aapg-iba .af-warning {
    display: none !important;
}


