/* zzzTechSummit.css */

body {
    font-family: 'Open Sans', sans-serif;
    color:#4A4A4A;
    /*background-image:url(images/niug/vectorbg.svg), linear-gradient(0deg, #E5E5E5 0%, #FFFFFF 72%);*/
	background-image: linear-gradient(0deg, #E5E5E5 0%, #FFFFFF 72%);
    background-repeat:no-repeat;
    background-size:cover;
    background-attachment: fixed;
    background-position: center; 
}


h1,h2,h3,h4,h5 {
    font-family: 'Roboto', sans-serif;
    font-weight:300;
    text-transform:uppercase;
    color:#1C548E;
}

h2 {
    font-weight:900;
}

.nav-auxiliary a.SurfEdit {
    text-indent:-200px;
}

.nav-auxiliary a {
    color: #ffffff;
    text-decoration: none;
    padding: 0;
    line-height: 1;
}

.header-social li {
    border:none;
}

header.header {
    /*background-image:url(images/niug/vectorbg.svg),linear-gradient(0deg, #264370 0%, #609EC9 100%);*/
	background-image: linear-gradient(0deg, #264370 0%, #609EC9 100%);
    background-position:50% 50%;
    padding-top:0;
    background-repeat:no-repeat;
    background-size:cover;    
}

#masterHeaderImage {
    background-image: url("images/niug/2018TechSummitLogo.png");
    background-repeat: no-repeat;
    width: 400px;
    height: 150px;
    margin-top: 0px;
    background-size: contain;
}

.header .NavigationUnorderedList {
    border-radius:0;
	color: #fff;
    margin: 0;
    padding-left: 0;
    display: inline-block;
    vertical-align: middle;
}


.header-bottom-container {
    min-height: 150px;
    border-bottom: 1px solid #ffffff;
    /* border-bottom:5px solid #5c902e; */
}

body:not(.HomePage) header {
    max-height:156px;
    border-bottom:5px solid red;
}

.RadMenu.rmResponsive ul.rmRootGroup > li:first-child,
.RadMenu.rmResponsive ul.rmRootGroup > li:last-child {
    border-radius:0;
}
.RadMenu.rmResponsive ul.rmRootGroup > li {
/*     border:none!important; */
}

.RadMenu.rmResponsive .rmRootGroup > .rmItem {
    background-color:#5c902e;
}

.RadMenu.rmResponsive .rmSelected > .rmRootLink, .RadMenu.rmResponsive .rmFocused > .rmRootLink, .RadMenu.rmResponsive .rmRootLink:hover, .RadMenu.rmResponsive .rmRootLink:focus, .RadMenu.rmResponsive .rmExpanded > .rmRootLink {
    background-color:#264370;
}


.nav-auxiliary {
    margin-top: 48px;
}

/* HomePage Slider */

.panel, .StandardPanel {
    border:none;
}

.carousel-inner {
    /* border-top:5px solid #5c902e; */
}

.hpSlider {
    /* margin-top: -65px; */
    border-bottom:5px solid #5c902e;
    }
.hpSlider .item {
    border-top:1px solid white;
        border-bottom:1px solid white;
}

.hpSlider .carousel-caption h2 {
    font-weight:normal;
    font-size:2rem;
} 



/* HomePage Horizontal Accordion */

.grid-accordion {max-width:99%!important;}
.ga-panel{border-radius:0;}
.ga-layer.ga-closed {
    background-image:none;
    background-color:#f9f9f9;}

.ga-layer.ga-closed h2{font-weight:300;font-size: 23px;}

.ga-layer.ga-opened {background-image:none;background-color:#E8F1F7}

.ga-layer.ga-opened .ActionButton {margin:3rem auto;}


/* Space out Home Page Content */
.HomePage .col-primary div .row {
    margin-top:3rem;
}




/* Int Content  */

/* To address the change in how ASI treats "hidden" in sitemap options */
.nav-primary .hideInPrimaryNav {
    display:none;
}

.breadcrumb-obo-container{
    margin:1em 0;
}

/* .obo-container {float:none;} */
.obo-label,
.obo-actions {
    display:inline!important;
}

.col-primary, .breadcrumb-obo-container {
    background-color:transparent;
}

#masterContentArea {
    border-top:5px solid #5c902e;
    background-color:rgba(255, 255, 255, .8);
    border:1px solid #979797;
    clear:both;
	border-radius: 6px;
	margin-bottom: 10px;
}



.breadcrumb-obo-container {
    clear:both;
}

/* Sub Nav Overrides */
.nav-secondary .sub-nav-head {
    color:#41629F;
    font: bold 'roboto' sans-serif;
    text-transform:uppercase;
    text-shadow:none;
    background-color:transparent;
    padding-left:0;
}

.nav-secondary {
    background-color:transparent;
}

.nav-secondary ul {
    background-color:#609EC9;
}

.nav-secondary .RadTreeView .rtLI {
    padding-left:0;

}
.RadTreeView.RadTreeView_London > .rtUL > .rtLI > .rtUL {
    background-color:rgba(0,0,0,.2);
    padding:0 0 0 1rem;
    }
.RadTreeView.RadTreeView_London > .rtUL > .rtLI > .rtUL:hover{
    background-color:rgba(0,0,0,.2);
    /* padding: 0!important; */
}

.RadTreeView.RadTreeView_London a.rtIn,
 .RadTreeView.RadTreeView_London .rtSelected > a.rtIn,
  .RadTreeView.RadTreeView_London .child-is-selected.rtIn {
    color:#fff;
    font-weight:normal!important;
}

 .RadTreeView.RadTreeView_London .rtSelected > a.rtIn,
  .RadTreeView.RadTreeView_London .child-is-selected.rtIn {
   font-weight:bold;    
}

.RadTreeView.RadTreeView_London .rtSelected > a.rtIn:hover,
.RadTreeView.RadTreeView_London .rtSelected > a.rtIn,
 .RadTreeView.RadTreeView_London .child-is-selected.rtIn,
.RadTreeView.RadTreeView_London a.rtIn:hover,
 .RadTreeView.RadTreeView_London a.rtIn:focus,
  .RadTreeView.RadTreeView_London a.rtIn:active {
    background-color:rgba(0,0,0,.3);
}



/* Style overrides */

a.FeatureActionLink {
    font-family:'Roboto', sans-serif;
    font-weight:900;
    text-transform:uppercase;
}

.CalloutArea1,
.CalloutArea2 {padding:3rem;}
.CalloutArea1 {background-color:#264370;}
.CalloutArea2 {background-color:#609EC9;}

blockquote,
.Quote {padding:3rem;background-color:#5C902F;color:#fff;border-radius:0;}
.Quote:before {color:#fff;}


.TextButton, .PrimaryButton {
    border-radius:0;border:1px solid #fff!important;
    font-family:'Roboto' sans-serif;
    text-transform:uppercase;
    font-weight:900;
    color:#fff!important;
    }

.TextButton, .PrimaryButton,
.TextButton:hover, .PrimaryButton:hover {background-image:none;padding:1rem 2rem;}

.PrimaryButton {background-image: linear-gradient(-180deg, #A5C28C 0%, #5C902F 100%);}
.PrimaryButton:hover {background-color:#5C902F;}

.TextButton {background-image: linear-gradient(-180deg, #527AC5 0%, #264370 100%);}
.TextButton:hover {background-color:#264370;}




.ftBug {
    height:75px;
    background:url('images/niug/2018TechSummitFtBug.png') bottom right no-repeat;    

}


/* FOOTER */

footer#ft {
    border-top:5px solid #c87337;
    height:auto;
      background-image:linear-gradient( #ffffff, #E5E5E5);
      min-height: 0;
}

.ste-toggle {
		background-position: -35px -70px;
		background-color: rgba(255, 255, 255, 0.9);
		width: 34px;
		height: 31px;
		margin-right: 5px;
		font-size: 0px!important;
  }

  .search-field {
		background: white url(images/ResponsiveHeaderSprite.png) no-repeat;
		background-position: 7px -17px;
		padding-left: 28px !important;
		color: #777;
		border-color: #CCC;
		padding: 0 0 0 7px !important;
		height: 31px !important;
		/*background-color: rgba(255, 255, 255, 0.8);*/
		padding-left: 34px !important;
  }
  
  .nav-auxiliary .nav-aux-account .nav-text, .nav-auxiliary .nav-aux-cart .nav-text {
		background: transparent url(images/ResponsiveHeaderSprite.png) 2px -75px no-repeat;
		background-image: url(images/ResponsiveHeaderSprite.png);
		background-repeat: no-repeat;
		padding: 0 0 0 22px;
		color: #fff;
		height: 19px;
		width: 22px;
		line-height: 1.4;
		overflow: hidden;
		float: left;
		display: inline-block;
		white-space: nowrap;
	}
	.nav-aux-button .NavigationLink {
		margin-left: 10px;
		padding: 5px;
		margin-top: 5.5px;
		margin-bottom: 5.5px;
		border: 1px solid transparent;
		border-radius: 3px;
		background-color: #e8ebf4;
	}
	
	.UtilitySearch, .UtilitySTEToggle, .UtilityAuthentication, .UtilityTranslation, .UtilityPTSToggle {
		margin-left: 7.5px;
		margin-top: 3px;
	}

	.UtilityNavigationList .NavigationUnorderedList{
		border:unset;
	}
	
	.nav-auxiliary a {
		text-transform:unset;
	}

	.header .NavigationUnorderedList {
		background-color: unset!important;
	}
		
	.ste-section {
		float: unset!important;
	}

	.nav-primary {
		top: unset!important;
	}
	
	.obo-actions a {
		color: unset!important;
	}
	.footer-content .UtilityNavigation {
		margin-top: unset;
	}
	
	.footer-content .nav-auxiliary a {
		font-size: 17px;
	}
	
	.wrapper{
		display: table;
	}
	.footer-content {
		max-height: unset!important;
	}
	.footer-content img {
		height: auto !important;
		max-width: 100%;
		max-height: unset!important;
	}
	
	.footer-nav-copyright .footer-copyright {
		display: block;
		margin: unset!important;
		float: unset!important;
		color: #fff;
	}
	.footer-content p, .footer-content img {
		color: unset!important;
		float: unset!important
	}
	
	
	.footer-content p {
		margin: 20px;
	}
	
	.footer h3 {
		color: #fff;
	}
	
	.circle {
		border-radius: 20%;
		width: 140px;
		height: 100px;
		background: #BBB467;
		color: #fff;
		text-align: center;
		line-height: 100px;
		margin: 0 10px;
		font-size: 1.8em;
		display: inline-block;
		box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.25);
    }
    .conf-calypso{
		background-color: #337399;
		color: #fff;
		border: none;
		padding: 10px;
		align-items: stretch;
		flex-grow: 1;
		box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.25);
		border-radius: 10px;
		margin-bottom: 5px;
		margin-top: 5px;
    }
    .conf-calypso h2,
    .conf-gimplet h2,
    .conf-copper  h2{
    color: #fff;
    }
    .conf-gimplet{
		background-color: #bbb467;
		color: #fff;
		border: none;
		padding: 10px;
		align-items: stretch;
		flex-grow: 1;
		box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.25);
		border-radius: 10px;
		margin-bottom: 5px;
		margin-top: 5px;
    }
    .conf-copper{
		background-color: #c87337;
		color: #fff;
		border: none;
		padding: 10px;
		align-items: stretch;
		flex-grow: 1;
		box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.25);
		border-radius: 10px;
		margin-bottom: 5px;
		margin-top: 5px;
    }
    #mainContentWrapper .row .col-sm-4,
    #mainContentWrapper .row .col-sm-4 .ContentItemContainer
    {
		display: flex;
    }
    h1 {
		color: #378BC8;
    }
	
	.carousel-caption{
		background-color: rgba(255, 255, 255, 0.8);
		box-shadow: 0 15px 30px 0 rgba(0,0,0,0.25);
		border-radius: 5px;
		width: 60%;
		left: 20%;
		color: rgb(51, 51, 51);
    }
    .carousel-caption h1{
		color: #293271;
    }
    .carousel-caption h2{
		color: #337399;
    }
    #ctl01_ciPrimaryNavigation_NavControl_NavMenu ul li {
		font-weight: bold;
		color: #293271;
    }
    .rmLink .rmText {
		font-weight: bold!important;
		color: #293271!important;
    }
    .ProxyPanelContact{
		background-color: unset;
		color: unset;
	}
	a.obo-change-contact,
	a.obo-clear	{
		font-size: 0px;
	}
	.obo-clear-cart{
		display: none!important;
	}
	.RadWindow.RadWindow_MetroTouch .rwTitleRow .rwTitlebar, 
	.RadWindow.RadWindow_MetroTouch .rwTitleRow .rwTopLeft, 
	.RadWindow.RadWindow_MetroTouch .rwTitleRow .rwTopRight {
		color: #fff;
		background-color: #25a0da;
	}
/* RWD */

@media(min-width:768px) and (max-width:1023px){

    .RadMenu.rmResponsive .rmLink, .RadMenu.rmResponsive .rmSlide .rmLink {
        padding:1rem;
    }
    #masterHeaderImage {
        float: left;
        height: 10vw;
        width:30vw;       
        }

     .header {min-height:170px;}   

	.carousel-caption {
		width: 70%;
		left: 15%;
		right: 15%;
   }

	h2 {
	   font-size: 1.5em;
   }

   h1 {
	   font-size:  2em;
   }
}



@media(max-width:767px){


     .navbar-toggle.collapsed,
    .navbar-toggle:hover,
    .navbar-toggle:focus {
        background-color: #5c902e;
        margin-bottom: 0!important;
    }

    .header-logo-container {
         margin:10px 0;
    }
    
    #masterHeaderImage {
        float: left;
        height: 20vw;
        width:60vw;       
        }

    .header-bottom-container {min-height:100px;}    

    .navbar-header.nav-auxiliary {
        float: right;
        clear: none;
        width: 106px;
    }

    .nav-auxiliary .NavigationUnorderedList {
        display:none;
    }


    .ftBug {
        background-size:contain;
        height:10vw;
        margin-top:1rem;
    }

   .carousel-caption {
		width: 80%;
		left: 10%;
		right: 10%;
   }
   
   h2 {
	   font-size: 1.3em;
   }

   h1 {
	   font-size:  1.8em;
   }
}

