body
{
    background: #EBEBEB;
    background-repeat: no-repeat;
    background-position: center center fixed;
    background-image: url(/PEG/Resources/Images/downtownrockville.jpg);
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: 'Open Sans' ,Arial,Helvetica,Sans-Serif;
}

#wrapper
{
    position: relative;
    background-color: transparent;
    max-width: 1032px;
    margin: 0 auto;
    box-shadow: 5px 5px 20px 0 #000;
    border: 2px solid black;
}

.social-icon
{
    -webkit-background-clip: border-box;
    -webkit-background-origin: padding-box;
    -webkit-background-size: auto;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: .5s;
    -webkit-transition-property: background;
    -webkit-transition-timing-function: ease;
    background-clip: border-box;
    background-image: none;
    background-origin: padding-box;
    color: #fff;
    cursor: auto;
    display: inline-block;
    font-size: 21px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    transition-delay: 0s;
    transition-duration: .5s;
    transition-property: background;
    transition-timing-function: ease;
    vertical-align: baseline;
    width: 35px;
    margin-left: 6px;
    border: solid 1px #576890;
}
.soc-twitter
{
    background-color: #00acee;
    padding-top: 0px;
    margin-top: 0px;
    
}

.soc-facebook
{
    background-color: #0173b2; 
     padding-top: 0px;
    margin-top: 0px;
}
.soc-youtube
{
    background-color: #f00;
     padding-top: 0px;
    margin-top: 0px;
}

#footer
{
    background: rgba(255, 255, 255, 0.8);
    color: black;
    margin-top: 30px;
    border-top: solid 1px #ccc;
    box-shadow: 5px 5px 20px 0 #000;
    font-size: medium;
}

#footer .list-unstyled > li > a
{
    color: #000;
}

.social-icon-footer > a > img
{
    height: 40px;
    width: 40px;
    border: 0px;
    padding-right: 2px;
    padding-bottom: 5px;
}
#tab-content
{
    margin-right: 15px;
    margin-left: 15px; 
    margin-right: 15px;
    margin-left: 15px;
    margin: 0 auto 15px auto;
    box-shadow: 5px 5px 20px 0 #000;
    box-sizing: border-box;
    background-clip: padding-box;
    border: 10px solid rgba(255, 255, 255, 0.50);
    overflow: hidden;
    background-color: #FFFFFF;
}
#slider
{
    margin-right: 15px;
    margin-left: 15px;
    margin: 0 auto 15px auto;
    box-shadow: 5px 5px 20px 0 #000;
    box-sizing: border-box;
    background-clip: padding-box;
    border: 10px solid rgba(255, 255, 255, 0.50);
    overflow: hidden;
}
#RandomVideoContainer
{
    width:100%;
    box-shadow: 5px 5px 20px 0 #000;
    box-sizing: border-box;
    background-clip: padding-box;
    border: 10px solid rgba(255, 255, 255, 0.50);
    overflow: hidden;
    background: rgba(255, 255, 255, 0.50);
    
}
.containContent
{
    margin-top: -19px;
    margin-bottom: -8px;
    margin-left: -10px;
    text-align:center;
}
.containContent_tp
{
    margin-top: -125px;
    margin-bottom: -8px;
    margin-left: -10px;
    text-align:center;
}
#logo
{
    margin-right: 15px;
    margin-left: 15px;
    margin-right: 15px;
    margin-left: 15px;
    margin: 0 auto 15px auto;
    box-shadow: 5px 5px 20px 0 #000;
    box-sizing: border-box;
    background-clip: padding-box;
    border: 10px solid rgba(255, 255, 255, 0.50);
    overflow: hidden;
}
#logo1
{
    margin-right: 15px;
    margin-left: 15px;
    margin: 0 auto 15px auto;
    box-shadow: 5px 5px 20px 0 #000;
    box-sizing: border-box;
    background-clip: padding-box;
    border: 10px solid rgba(255, 255, 255, 0.50);
    overflow: hidden;
    background: rgba(255, 255, 255, 0.50);
}
#logo2
{
    margin: 15px auto 15px auto;
    box-shadow: 5px 5px 20px 0 #000;
    box-sizing: border-box;
    background-clip: padding-box;
    border: 10px solid rgba(255, 255, 255, 0.50);
    overflow: hidden;
    background: rgba(255, 255, 255, 0.750);
}


.tab-boxed
{
    overflow: hidden;
    background: white;
    padding: 10px;
}
.tab-boxed ul
{
    margin-bottom: 15px;
}
.tab-boxed .tabitem
{
    font-size: 1.25em;
    font-weight: bold;
}
.tab-boxed .tab-exe
{
    position: relative;
    padding: 0px;
    background: #BCBCBC;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 2px;
}

.tab-boxed .tab-exe:after
{
    content: "";
    position: absolute;
    top: -15px;
    left: 12%;
    border-style: solid;
    border-width: 0 15px 15px;
    border-color: #BCBCBC transparent;
    display: block;
    width: 0;
    z-index: 1;
}

.tab-boxed .tab-Program
{
    position: relative;
    padding: 0px;
    background: #D6EAAC;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.tab-boxed .tab-Program:after
{
    content: "";
    position: absolute;
    top: -15px;
    left: 35%;
    border-style: solid;
    border-width: 0 15px 15px;
    border-color: #D6EAAC transparent;
    display: block;
    width: 0;
    z-index: 1;
}

.tab-boxed .tab-About
{
    position: relative;
    background: #F9DFC8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#tab_a
{
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: -5px;
    font-size: medium;
}
#tab_c, #tab_b, #tab_d
{
    padding: 15px;
    font-size: medium;
}

.tab-boxed .tab-About:after
{
    content: "";
    position: absolute;
    top: -15px;
    left: 60%;
    border-style: solid;
    border-width: 0 15px 15px;
    border-color: #F9DFC8 transparent;
    display: block;
    width: 0;
    z-index: 1;
}

.tab-boxed .tab-Connect
{
    position: relative;
    background: #CEE3F2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: Black;
}

.tab-boxed .tab-Connect:after
{
    content: "";
    position: absolute;
    top: -15px;
    left: 85%;
    border-style: solid;
    border-width: 0 15px 15px;
    border-color: #CEE3F2 transparent;
    display: block;
    width: 0;
    z-index: 1;
    color: Black;
}
 #otherLogo {
        display: block;
        padding-top: 20px;
        text-align: center;
        padding-bottom: 20px;
    }
#otherLogo1 {
        display: block;
        padding-top: 20px;
        text-align: center;
        padding-bottom: 20px;
    }
#controlholderting {
    background-color: white;
    float: left;
    width: 18%;
    height: 100%;
    display: block;
    padding: 10px;
}
#calendarrt {
    background-color: white;
    width: 82%;
    height: 100%;
    float: left;
}
#calendarhold {
    width: 100%;
    background-color: #fff;
}
         .logo-image {
	    	background-color:transparent;
	    }
        .panel-group
    {
       display: none;
    }
.navbar-default    
{
      background: rgba(255, 255, 255, 0.50);
  /* border-color: #e7e7e7; */
  }
.dropdown-menu {
        width: 100%;  
        font-size: 17px;
        padding: 10px;
  }
#whiteback {
      background: rgba(255, 255, 255, 0.60);
      width: 100%;
      color: #000000;
  }
#whiteback ul li a {
      color: #000000;
  }
#whiteback ul li a:hover {
      color: #355997;
      text-decoration: underline;
  }
#logo3
{
    margin: 15px auto 15px auto;
    box-shadow: 5px 5px 20px 0 #000;
    box-sizing: border-box;
    background-clip: padding-box;
    border: 10px solid rgba(255, 255, 255, 0.50);
    overflow: hidden;
    padding: 25px;
    background: rgba(255, 255, 255, 0.50);
} 
      
.bg-white
{
    background: white;
}

#bgDescription 
{
    overflow: hidden;
    position: fixed;
	visibility: visible;
	height: 50px;
	width: 50px;
	right: 15px;
	bottom: 15px;
}
#copyright
{
    background: rgba(255, 255, 255, 0.50);
}
.social-icon
{
    height: 30px;
    width: 30px;
    margin-top: 10px;
    border: 0;
   
}
.peg-alert {
    padding: 5px;
    color: white;
    background-color: #355997;
    border-radius: 5px;
    margin-left: 5px;
    font-size: 12px;
}

@media only screen and (min-width: 1200px ) {
#search
{
    margin-bottom: 0px;
    max-width:300px;
}
.gsc-control-cse{
	margin:0px;
	padding:0px !important;
	background-color: #F1F4FB !important;
    	border: 0px !important;
}
}
@media only screen and ( max-width: 996px ) {
.navbar-default    
{
      background-color: white;
  /* border-color: #e7e7e7; */
  }
    
    #calendarrt {
    background-color: white;
    width: 100%;
    padding: 10px;
    height: 250px;
     overflow-y: scroll; 
  -webkit-overflow-scrolling: touch;
    color: white;
    font-size: 35px;
}

   
