/* Admin Bar Fixes for Bootstrap 3*/
#ControlBar, #ControlBar *, .actionMenu * { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box;   z-index: 1000;  }

/* DNN Admin Fixes */
.rgAltRow{
	background-color: #02B3FF !important;
}

.rgRow{
	background-color: #00648F !important;
}

.rgMasterTable{
	background-color: #004E6F !important;
}

/* Utility */
.smclearfix:after { 
   content: " ";
   display: block; 
   height: 0; 
   clear: both;
}

.fullscreen{
  position: absolute;
  bottom:0;
  top: 0;
  left: 0;
  right: 0;
}

.attachBottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

/* Sections Placing and Style */
body {
    background-color: rgb(0,113,188);
    color: white;
}

li {
    margin: 5px 0;
}

.SMLogo {
    padding: 10px;
}

/* Special Borders */
.whiteBorder{
	border: 1px solid white;
}

/*Navbar */
#FullWidthNavBar {
  display: table;
    width: 100%;
    /*overflow: hidden;*/
    /*background-color: rgba(88,88,88, 0.50);*/
    /*box-shadow: 0px 3px 5px rgba(88,88,88,0.5);*/
    border-bottom: rgb(0, 113, 188) solid 4px;
}
#FullWidthNavBarLogo {    
    width: 250px;
    vertical-align: middle;
    background-color: #888;
    background-color: rgba(0,0,0, 0.35);
    display:none;
}

#FullWidthNavBarRightContent {
    display: table-cell;
    /*overflow: hidden;*/
}
#Navbar{
    background: rgba(0,113,188,0.75);
    /*background: rgba(230,230,230,0.85);*/
    margin: 0;
    border: 0;
    padding: 10px;
    border-radius:0;
    box-shadow: 1px 5px 5px #888;
    box-shadow: 0px 3px 5px rgba(88,88,88,0.5);
}

#Navbar .navbar-toggle{
  margin-top: 18px;
}

#Navbar a{
    /*text-transform:uppercase;*/
    font-weight:bold;
    /*color:#fff;*/
    font-family:'Lithos Pro','lithos-pro';
    color:#FFF;
}

.navbar-brand{
    display: block;
    height: auto;
    padding-right: 10px;
}

.navbar-static-top {
   z-index: 999; 
}

/* Collapasable NavBar Sections and SubMenus */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background: 0;
  text-decoration: underline;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background: 0;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background: rgba(0,123,198,0.75);
  color: #ffffff;
}

.navbar-collapse{
  border: 0px;
}

.navbar-nav{
  margin: 0 0 0 -10px;
}

#Navbar .icon-bar{
    background-color: #fff;
}

#LowerMenu {
    display: none;
}

#LowerMenuContainer {
    
    background-color: rgb(230,230,230);
    opacity: 0.85;
}

.SubMenu {
    display: none;
}

/* Featured Region */

#Featured {
    /*background:rgb(0,113,188) url("images/CCImage.jpg") scroll no-repeat;*/
    background:rgb(0,113,188) url("images/CCImage.jpg") no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#FeaturedContent {
    padding-top: 15px;
    padding-bottom: 15px;
}

#Featured .content{
  background-color: rgba(55,55,55,0.75);
  border-radius: 10px;
  padding: 15px;
}

.content h2{
  padding-bottom: 10px;
}

li {

}

/* Column Region */

#ColumnSection{
    background-color: rgb(0,133,188);
    padding-bottom: 15px;
    padding-top: 20px;
}

/* Footer Region */

#Footer{
    background-color: #004266;
    text-align: center;
    color: #fff;
    padding: 5px;
}

#Footer a{
  color: #fff;
}

#FooterMenu {
    display: none;
}

/* Copyright Region */

#CopyRightPane{
  font-size: 9px;
}

#CopyRightText {
    font-size: 10px;
}

/* Containers */
/* Advanced Not Used Yet */
.TribalContainerTitle{
    background-color: rgba(55,55,55,0.75);
    border-radius: 10px;
}
/* End Containers */

/* Override DNN Defaults*/
#CorporateSkinWrap > body, th, td, table, h1, h2, h3, h4, h5, h6,
.Head, .SubHead, .SubSubHead,
.Normal, .NormalBold, .NormalRed, .NormalTextBox, .NormalDisabled,
a:link, a:visited, a:hover{
    color: #fff;
    margin: 0;
}

.LabelEditTextClass {
    color: #000;
}

h2{
  font-size: 25px;
}

#CorporateSkinWrap td {
    padding: 5px;
}

/* Bootstrap Responsive Images 
img{
  max-width: 100%;
  height: auto;
}*/
.affix {
    position: static;
}

/* Google Maps Responsiveness */

/* Wrap the Map in a Div */
.google-maps {
        position: relative;
        padding-bottom: 75%; /* Aspect Ratio */
        height: 0;
        overflow: hidden;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

p {
    font-size: 14px;
}
/* Define Media Querys to Adjust for resolution changes */

/* Tablet Width */
@media ( min-width: 768px){
    .navbar-brand {
        display: none;
    }
    /*
  .navbar{
    font-size: 12px;
  }*/
  
  .nav{
    padding-left: 20px;
  }

  .navbar-nav {
      float: none;
  }

.navbar-nav > li > a {
padding-top: 5px;
padding-bottom: 5px;
}

.navbar-nav.navbar-right:last-child {
        margin-right: 0px;
    }

  #FullWidthNavBarLogo {
      display: table-cell;
      text-align: center;
  }
  
  .dropdown-menu{
    background-color: rgb(0,113,188);
    border: 0;
    border-top: 1px solid #ccc;
    left: 10px;
  }

  #LowerMenu {
      display: block;
  }

  #LowerMenuLinkContainer {

  }
  
  #LowerMenuLinkContainer > ul{
    list-style-type: none;
  }
  
  #LowerMenuLinkContainer > ul > li{
    float: left;    
    padding:10px;
    /*border-right: 1px solid rgba(255,255,255,0.95);*/
  }
  
  #LowerMenuLinkContainer > ul > li:first-child{
    /*border-left: 1px solid rgba(255,255,255,0.95);*/
  }
  
  #LowerMenuLinkContainer > ul > li > a{
    color: rgb(0,113,188);
  }

  #LowerMenuLinkContainer > ul > li.active > a {
      text-decoration: underline;
  }

  .LowerMenuUL {
      margin: 0;
      margin-left: 35px;
  }

  #SubMenuContainer {
      background-color: gray;
      Width: 900px;
      float: right;
  }

  .SubMenu {
        display: block;
        list-style-type: none;
        margin-left: 235px;
        background-color: gray;
        border-radius: 10px;
        padding: 15px;
        float: right;
        width: 100%;
    }

    .SubMenu > li {
        float: left;
    }
    
    .SubMenu > li > a {
      display:block;
      position: relative;
      padding: 15px;
    }

    .SubMenu > .active {
        text-decoration: underline;
    }
  
  #Featured{
    background-position: center;
    background-size: cover;
    min-height: 400px;
  }

  #FeaturedContent {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  #CopyRightPane{
  font-size: 12px;
  }

  /* Custom Footer Menu CSS */
    #FooterMenu {
        background-color: #004266;
        display: block;
    }
    #FooterMenu ul
    {
        /* list-style-type: none; */
        margin: 0;
        /* padding: 0; */
        overflow: hidden;
        /* float: none; */
        /* display: table; */
    
        /* vertical-align: middle; */
    }

    #FooterMenu li {
        /* float: left; */
        /* display: table-cell; */
        /* vertical-align: middle; */
        /*height: 30px;*/
    }

    #FooterMenu li > a {
        display: table-cell;
        vertical-align: middle;
        /* height: 50px; */
    }

    #FooterMenu .spacer {
        height: 35px;
        width: 2px;
        background-image: url("images/ColumnSecondTone.jpg");
        background-repeat: repeat;
    }

    #FooterMenu .footerItem
    {
        /* display: block; */
        /* width: 150px; */
        font-weight: bold;
        color: #FFFFFF;
        text-align: center;
        padding: 0px 10px;
        text-decoration: none;
        text-transform: uppercase;
    }

    #FooterMenu a:link, a:visited
    {
        /* display: block; */
        font-weight: bold;
        color: #FFFFFF;
        text-align: center;
        /* padding: 4px; */
        text-decoration: none;
        text-transform: uppercase;
    }

    #FooterMenu a:hover, a:active
    {
        /*
        background-color: #FFF;
        color: #004266;
            */
    }

    #FooterMenu .hoverChevron {
        display: none;
    }

    #FooterMenu a:hover .hoverChevron {
        display: block;
    }
}

/* Desktop Width */
@media ( min-width: 992px){

    #ColumnSection{
        background-image: url("images/ColumnTwoTone.jpg");
        background-position: center;
        background-repeat: repeat;
    }

    #FooterMenu
    {
        display: none;
    }

    #FullWidthNavBarLogo {
        display: none;
    }
  
  .navbar{
    font-size: 14px;
  }
  
  .nav{
    padding-left: 20px;
  }  
  
  h2{
    font-size: 30px;
  }
  
  p, li{
    font-size: 14px;
  }
}

/* Large Desktop Width */
@media ( min-width: 1200px){
    .affix {
        position: fixed;
    }

    #FooterMenu {
        display: block;
    }

    #FullWidthNavBarLogo {
        display: table-cell;
    }

    #Featured {
        min-height: 600px;
    }

    #FeaturedContent {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    #ColumnSection {
        padding-bottom: 50px;
    }
    
    #CopyRightPane{
        font-size: 14px;
    }
}

/* Adjust for wide screen visibility*/
@media (min-width: 1350px){
    .container {
        width: 1300px;
    }
}

/* Extreme wide-screen */
/* Might want to bump up the font size here 
@media (min-width: 1645px){
    .container {
        width: 1600px;
    }
}*/

/* Custom CSS */
.floatedList {
    list-style-type: none;
}
.floatedList li{
    float: left;
}

/* Gradients */

.blackRightGradient {
background: -moz-linear-gradient(left,  rgba(0,113,188,1) 0%, rgba(0,113,188,1) 1%, rgba(77,157,215,1) 62%, rgba(85,161,218,0.7) 68%, rgba(125,185,232,0) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,113,188,1)), color-stop(1%,rgba(0,113,188,1)), color-stop(62%,rgba(77,157,215,1)), color-stop(68%,rgba(85,161,218,0.7)), color-stop(100%,rgba(125,185,232,0)));
background: -webkit-linear-gradient(left,  rgba(0,113,188,1) 0%,rgba(0,113,188,1) 1%,rgba(77,157,215,1) 62%,rgba(85,161,218,0.7) 68%,rgba(125,185,232,0) 100%);
background: -o-linear-gradient(left,  rgba(0,113,188,1) 0%,rgba(0,113,188,1) 1%,rgba(77,157,215,1) 62%,rgba(85,161,218,0.7) 68%,rgba(125,185,232,0) 100%);
background: -ms-linear-gradient(left,  rgba(0,113,188,1) 0%,rgba(0,113,188,1) 1%,rgba(77,157,215,1) 62%,rgba(85,161,218,0.7) 68%,rgba(125,185,232,0) 100%);
background: linear-gradient(to right,  rgba(0,113,188,1) 0%,rgba(0,113,188,1) 1%,rgba(77,157,215,1) 62%,rgba(85,161,218,0.7) 68%,rgba(125,185,232,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0071bc', endColorstr='#007db9e8',GradientType=1 );


    border-radius: 10px 0 0 10px;
    color: #FFF;
    font-family: Papyrus;
    padding: 5px 10px;
    font-size: 10px;
}

@media (min-width: 400px) {
    .blackRightGradient > p {
        padding: 10px 20px 10px 10px;
        font-size: 12px;
    }
}

@media (min-width: 768px) {
    .blackRightGradient > p{
        padding: 10px 30px 10px 15px;
        font-size: 24px;
    }
}

@media (min-width: 992px) {
    .blackRightGradient > p{
        padding: 5px 15px 5px 15px;
        font-size: 18px;
    }
}

.footerFlavorText {
    font-style: italic;
    font-family: 'Times New Roman';
    
    margin: 0;
    color: #81abc2;
}

.footerFlavorText p{
    color: #81abc2;
    font-size: 16px;
}

/* This is the temporary area for the news articles.
    To be removed once the module is completed.
*/
/*
div.newsArticleContainer article {
        margin: 15px 0px;
    }

    div.newsArticleContainer article:first-of-type {
        margin-top: 0;
    }

    div.newsArticleContainer article:last-of-type {
        margin-bottom: 0;
    }
*/
article.news {
	background-color: #0085BC;
    background-color: rgba(0, 133, 188, 0.75);
	color: white;
	border: 2px solid #004266;
    box-shadow: 5px 3px 5px rgb(55,55,55);
    box-shadow: 5px 3px 5px rgba(55,55,55,0.75);
	margin-bottom: 15px;
}

.newsTitle {
	background-image: url('images/DreamCatcher_26Wpx_43Hpx.png');
	background-repeat: no-repeat;
	background-position: top left;
    margin: 7px;
    margin-bottom: 5px;
	padding-left: 31px;
	padding-bottom: 5px;
	min-width: 55px;
	min-height: 48px;
	border-bottom: #fff solid 2px;
}

.newsTitle h2 {
	margin: 5px !important;
	font-family: Helvetica !important;
	font-size: 18px !important;
	border-bottom: 0 !important;
}

.articleContent {
	padding: 0px 5px;
	padding-left: 5px;
	margin-left: 36px;
	margin-right: 10px;
}

.articleContent strong {
    display: block;
    margin-bottom: 10px;
}

.articleWrap {
	position: relative;
	overflow: hidden;
}

.readMoreGradient {
	width:100%;
	height:35px;
	background:url("images/bg-gradient.png") repeat-x;
	position:absolute;
	bottom:0;
	left:0;
    display: none;
}

.readMore {
	border-top:0px double #FFF;
	background:#004266;
	color:#FFF;
	padding:5px;
}

.readMore a{
	background:#004266;
	color:#FFF;
	padding:5px;
}

@media (min-width: 768px) {
	.newsTitle h2 {
		font-size: 30px;
	}
}

@media (min-width: 992px) {
    article.news {
        max-width: 100%;
    }
}

@media (max-width: 1024px) {
    .hidden-ipad-landscape {
        display: none;
    }
}

@media (max-height: 768px) {
    .hidden-short {
        display: none;
    }
}
