/************ Base Page Styling ***************/

body {
    background: white none repeat scroll 0 0;
}

.zoneFooter1Outer {
  padding: 10px 0;
}

.zoneContentOuter {
  background-color: #fff;
}

.zoneContentWrap {
background-color: #fff;
  /*box-shadow: 0px 0px 5px #888 inset;*/
  padding: 0 25px;
}

.zoneBranding {
background-color: #eee;
  border-top: 1px solid #ddd;
}
/************* Header Adjustments ***********/

.headerLinks {
    text-align: center;
}
.headerLinks a {
    color: #333;
    font-size: 13px;
    text-decoration: underline;
}

@media (max-width: 480px) {
.hidden-xs {
    display: none;
}
}

#logo {
height: 100px;
}

#logo.smaller {
height: 75px;
}

/**************** Navigation Menu ****************/

}
.WaGadgetMenuHorizontal {
    background-color: #042f5b;
  box-shadow: 2px 2px 2px #333;
}
.WaGadgetMenuHorizontal .menuInner ul.firstLevel {
    background: #042f5b none repeat scroll 0 0;
}
.WaGadgetMenuHorizontal .menuInner ul.firstLevel > li.sel > .item > a, .WaGadgetMenuHorizontal .menuInner ul.firstLevel > li > .item:hover > a {
    color: #a6ce39;
}
.WaGadgetMenuHorizontal .menuInner ul.firstLevel > li.dir > .item > a > span::after {
    background: #a6ce39 none repeat scroll 0 0;
}

.WaGadgetMenuVertical .menuInner ul.firstLevel {
background: #a6ce39 none repeat scroll 0 0;
}

.WaGadgetMenuVertical .menuInner ul.firstLevel > li.sel > .item > a > span {
color: #042f5b;
}

.WaGadgetMenuVertical .menuInner ul.firstLevel > li:hover > .item > a, .WaGadgetMenuVertical .menuInner ul.firstLevel > li.sel > .item > a {
    color: #333;
}

.WaGadgetMenuVertical .menuInner ul.firstLevel > li.dir > .item > a::after {
    background: #042f5b none repeat scroll 0 0;
}

.subnav {
margin-top: -10px;
}

/****************** Miscellaneous Styling ***********/

.CenterText, .center-text {
text-align: center;
}

.FloatLeft, .pull-left {
float: left;
}

.FloatRight, .pushRight {
float: right;
}

.well {
background-color: #eee;
border-radius: 6px;
padding: 10px;
box-shadow: 0px 0px 5px #ccc inset;
margin: 10px;
}

.warning {
background-color: #dff0d8;
border: 1px solid green;
border-radius: 5px;
padding: 10px;
}

table.views-table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 20px;
    max-width: 100%;
    width: 100%;
}

table.views-table th, table.views-table td {
    border-bottom: 1px solid #ddd;
    padding: 8px;
    vertical-align: top;
}

table.views-table tr:last-child > td {
    border-bottom: medium none;
}

table.views-table > thead > tr > th {
    border-bottom: 2px solid #ddd;
    vertical-align: bottom;
}

.do-not-show {
    display: none;
}

blockquote {
    border-bottom: 1px dotted #a6ce39;
    border-left: 5px solid #a6ce39;
    border-top: 1px dotted #a6ce39;
    margin-bottom: 0;
    padding: 0 5px 5px 10px;
}

hr {
    border-right: 0 none;
    border-style: solid none none;
    border-width: 1px 0 0;
    color: #ddd;
    margin-bottom: 20px;
    margin-top: 20px;
}

a:hover {
	text-decoration: underline;
}

.user-img img {
    max-width: 150px;
    margin-right: 15px;
    border-radius: 6px;
}

/**************** Forms ********************/

.form-control {
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    display: block;
    font-size: 14px;
    line-height: 1.42857;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    width: 97%;
}

.form-control:focus {
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}

.radio, .checkbox {
    display: block;
    margin-bottom: 10px;
    margin-left: -20px;
    margin-top: 10px;
    min-height: 20px;
    padding-left: 20px;
    vertical-align: middle;
}

label {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 5px;
}

.radio label {
    font-weight: normal;
}

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

/****************** Buttons ****************/

a.stylizedButton.buttonStyle002 {
    background: #042f5b none repeat scroll 0 0;
}

a.stylizedButton.buttonStyle002:hover {
    background: #032243 none repeat scroll 0 0;
}

a.stylizedButton.buttonStyle003 {
    background: #a6ce39 none repeat scroll 0 0;
}

a.stylizedButton.buttonStyle003:hover {
    background: #98be2f none repeat scroll 0 0;
}

a.btn, input.btn, button.btn {
    color: white;
    font-family: "roboto condensed";
    font-size: 18px;
    min-width: 123px;
    padding: 7px 23px 9px;
    text-transform: uppercase;
    border-radius: 2px;
    display: inline-block;
    line-height: 1em;
    margin: 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    
}

.btn-primary, input.btn-primary, button.btn-primary {
    background-color: #17325a;
    border-color: #122746;
}

.btn-secondary, input.btn-secondary, button.btn-secondary {
    background-color: #a6ce39;
    border-color: #5d741d;
}

a.btn-primary {
    text-decoration: none;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary, input.btn-primary:hover, button.btn-primary:hover {
    background-color: #0f203a;
    border-color: #050c15;
    color: #ffffff;
}

.membersTable tbody td {
    vertical-align: top;
}

table.info td {
    border: 1px solid #ccc;
}

table.info td, table.info th {
    padding: 5px 10px;
}