/*** FIX NAVIGATION LOWERCASE FOR MyCG *****/

.otnav li:first-child a {
   text-transform: none;
}

/********** COMMENTARY *********/
.adetail.news .content-type {
    display: none;
}


/********** MYCG TOP BANNER STYLE ***************/
 .mycgBanner .wide {
     width: 100%;
     height: 100px;
     text-align: center;
}
 .mycgBanner .wide img {
     height: 100px;
}
.base-container.blue-background {
    background-color: #FFFFFF;
}

@media screen and (min-width: 992px) {
     .mycgBanner .wide, .mycgBanner .wide img {
         height: 150px;
    }
}

@media only screen and (min-width: 600px) {
    .mycgBanner .wide{
        padding:0;
    }
}


/********** END MYCG TOP BANNER STYLE ***************/

/********** MYCG NAVBAR STYLE ***************/
 .navbar-inverse{
     background: #133C6A;
     background: -moz-linear-gradient(top, #486591 0%, #123b69 99%);
     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#486591), color-stop(99%,#123b69));
     background: -webkit-linear-gradient(top, #486591 0%,#123b69 99%);
     background: -o-linear-gradient(top, #486591 0%,#123b69 99%);
     background: -ms-linear-gradient(top, #486591 0%,#123b69 99%);
    background: linear-gradient(to bottom, #486591 0%,#123b69 99%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#486591', endColorstr='#123b69',GradientType=0 );
}
 .navbar-inverse .navbar-nav>li>a {
    color: #FFFFFF;
    font-size: 12px;
}
 .navbar-inverse .navbar-nav>li>a:hover{
     background-color: #417baf;
     color: #FFFFFF;
}
 .navbar-inverse .navbar-brand {
    color: #FFFFFF;
}
.navbar-right {
    margin-right: 5% !important;
    float: none;
    margin: auto;
}
.mycgNav .nav>li>a {
    padding: 15px 5px;
}
@media screen and (min-width: 992px) {
    .navbar-right {
    	float: right;
     }
}



/********** END MYCG NAVBAR STYLE ***************/

/********** RED BOX QUICKLINKS STYLE ***************/
 .quicklinks a, .quicklinks a:hover{
     color: #ffffff;
}
/********** END RED BOX QUICKLINKS STYLE ***************/

/********** TABS STYLE ***************/
 .exlink {
     font-size: 1.1em;
     font-weight: bold;
}

 .destext {
     font-size: 1em;
     text-indent: 10px;
}
 
 .z-tabs.flat.z-spaced.vertical>ul.z-tabs-desktop>li>a {
     margin-bottom: 5px;
}

.z-tabs.flat.flat-midnight-blue>ul.z-tabs-nav>li.z-active>a, .z-tabs.flat.flat-midnight-blue>ul.z-tabs-mobile.z-state-closed>li a, .z-tabs.flat.flat-midnight-blue>ul.z-tabs-mobile>li a {     
     background: #133C6A;
     background: -moz-linear-gradient(top, #486591 0%, #123b69 99%);
     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#486591), color-stop(99%,#123b69));
     background: -webkit-linear-gradient(top, #486591 0%,#123b69 99%);
     background: -o-linear-gradient(top, #486591 0%,#123b69 99%);
     background: -ms-linear-gradient(top, #486591 0%,#123b69 99%);
    background: linear-gradient(to bottom, #486591 0%,#123b69 99%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#486591', endColorstr='#123b69',GradientType=0 );
}

/********** END TABS STYLE ***************/

/********** STRIPE STYLE ***************/
 .dota {
     width: 35%;
     height: 10px;
     background: #d20f1f;
     transform: skew(-40deg);
     display: inline-block;
}
 .dotb {
     width: 1%;
     height: 10px;
     background: #fff;
     transform: skew(-40deg);
     display: inline-block;
}
 .dotc {
     width: 14%;
     height: 10px;
     background: #244682;
     transform: skew(-40deg);
     display: inline-block;
}
/********** END STRIPE STYLE ***************/
 


/*********************************** MYCG HOME PAGE ****************************************/


/*************** AFPIMS DOD SKIN ***************/
 .skin-pane1, .skin-pane2, .skin-pane3, .skin-pane4, .skin-pane5, .skin-pane6 {
     margin-left: auto;
     margin-right: auto;
     background-color: #ffffff;
}
 .skin-pane1 {
     background-color: #ffffff;
}
 .skin-pane1:after, .skin-pane2:after {
     clear: both;
}
 .dnnSortable.ui-sortable, .dnnSortable.ui-droppable {
     padding: 0px !important;
}
 .skin-pane4 {
     width: 100%;
}
 .wrapper {
     max-width: 100% !important;
}
 .container {
     width: 100% !important;
}
 .skin-breadcrumb-container {
     display: none;
}
/* #dnn_BannerPane .empty-container {
     padding: 0px !important;
     z-index:0;
}*/
 #dnn_ctr24119_ModuleContent, #dnn_ctr26761_ModuleContent {
     margin: 0 auto;
     width: 100%; 
     z-index: 999;
     position: relative;
}
 .DnnModule-24119, .DnnModule-26761 {
     margin-top: -150px;
}

#dnn_ctr24119_Dashboard_ph, #dnn_ctr26761_Dashboard_ph {
    width: 100%;
    margin-left: 0px;
}

/*************** TOP BANNER ***************/

 @media only screen and (max-width: 600px) {
     h1.siteTitle{
         font-size:3rem;
    }
     body {
        /* margin-left: 40px !important; */
    }
     .bannerWrap {
         display: none;
    }

  
}
 @media (max-width: 768px) {
     h1.siteTitle{
         font-size:3rem;
    }
     .video-wrap{
         background: url("https://cdn.dvidshub.net/media/thumbs/photos/2002/6104549/1000w_q95.jpg") no-repeat center center fixed;
         -webkit-background-size: cover;
         -moz-background-size: cover;
         -o-background-size: cover;
         background-size: cover;
    }
     .video-background {
         display: none;
    }
}
 @media (max-width: 992px) {
     h1.siteTitle{
         font-size: 3rem;
    }

     
    #dnn_ctr24119_ModuleContent, #dnn_ctr26761_ModuleContent {
        margin: 0 auto;
        width: 100%;
        z-index: 999;
        position: relative;
        padding-left: 15px;
        padding-right: 15px;
    }

}
 @media (max-width: 1200px) {
     h1.siteTitle{
         font-size:3rem;
    }


}

/********** EMAIL SIGN UP **************/
	.form-control, .form-control:focus, .input-group-addon {
		border-color: #e1e1e1;
	}
    .form-control, .btn {        
        border-radius: 3px;
    }
	.signup-form {
		width: 100%;
		margin: 0 auto;
		padding: 30px 0;
	}
    .signup-form form {
		color: #999;
		border-radius: 3px;
    	margin-bottom: 15px;
        background: #fff;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
        padding: 30px;
    }
	.signup-form h2 {
		color: #333;
		font-weight: bold;
        margin-top: 0;
    }
    .signup-form hr {
        margin: 0 -30px 20px;
    }
	.signup-form .form-group {
		margin-bottom: 20px;
	}
	.signup-form label {
		font-weight: normal;
		font-size: 13px;
	}
	.signup-form .form-control {
		min-height: 38px;
		box-shadow: none !important;
	}	
	.signup-form .input-group-addon {
		max-width: 42px;
		text-align: center;
	}
	.signup-form input[type="checkbox"] {
		margin-top: 2px;
	}   
    .signup-form .btn{        
        font-size: 16px;
        font-weight: bold;
		background: #133C6A;
     background: -moz-linear-gradient(top, #486591 0%, #123b69 99%);
     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#486591), color-stop(99%,#123b69));
     background: -webkit-linear-gradient(top, #486591 0%,#123b69 99%);
     background: -o-linear-gradient(top, #486591 0%,#123b69 99%);
     background: -ms-linear-gradient(top, #486591 0%,#123b69 99%);
    background: linear-gradient(to bottom, #486591 0%,#123b69 99%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#486591', endColorstr='#123b69',GradientType=0 );
		border: none;
		min-width: 140px;
    }
	.signup-form .btn:hover, .signup-form .btn:focus {
		background: #179b81;
        outline: none;
	}
	.signup-form a {
		color: #fff;	
		text-decoration: underline;
	}
	.signup-form a:hover {
		text-decoration: none;
	}
	.signup-form form a {
		color: #19aa8d;
		text-decoration: none;
	}	
	.signup-form form a:hover {
		text-decoration: underline;
	}
	.signup-form .fa {
		font-size: 21px;
	}
	.signup-form .fa-paper-plane {
		font-size: 18px;
	}
	.signup-form .fa-check {
		color: #fff;
		left: 17px;
		top: 18px;
		font-size: 7px;
		position: absolute;
	}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: red !important;
  opacity: .75; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: red !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: red !important;
}


/********** LOGOS STYLE ***************/

.partners .thumbnailImage {
      padding: 15px;
}

.partners .thumbnailImage img {
      max-width: 100%;
      max-height: 75px;
      min-height: 75px;
    }

/********** VIDEO BANNER STYLE ***************/

 .bannerWrapInner a, .bannerWrapInner a:link {
     color: #fff;
}
 .btn-default-ghost:hover, .btn-default-ghost:focus {
     background-color: rgba(255, 255, 255, 1);
     color: #333 !important;
     border: 2px solid #fff;
}
 .btn-default-ghost, .btn-default-ghost:visited {
     background-color: rgba(255, 255, 255, 0.1);
     color: #fff;
     border: 2px solid #fff;
}
 .video-wrap {
     height: 93vh;
     min-height: 600px;
     max-height: 75vh;
     width: 100%;
     position: relative;
     overflow: hidden;
     z-index: 0;
}
 .video-background video, .video-background img {
     position: absolute;
     top: 50%;
     left: 50%;
     min-width: 100%;
     min-height: 100%;
     width: auto;
     height: auto;
     z-index: 0;
     transform: translateX(-50%) translateY(-50%);
}
 .bannerWrap {
     display: block;
     position: relative;
     height: 100%;
     background: rgba(0, 0, 0, 0.65);
     box-shadow: 0px 200px 200px -100px rgba(0, 0, 0, 0.5) inset;
     z-index: 1;
}
 .bannerWrapInner {
     position: absolute;
     top: 45%;
     left: 50%;
     transform: translate(-50%, -50%);
     text-align: center;
}
 h1.siteTitle {
     font-family: "Oswald", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
     color: #fff !important;
     font-size: 5.5rem;
     font-weight: 500;
     line-height: 1.2em;
     margin: 0 0 30px;
     text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
     letter-spacing: 3px;
}
 h1.siteTitle .leadin {
     display: block;
     font-size: 0.6em;
     line-height: 1em;
     letter-spacing: 12px;
}
 h1.siteTitle .taglead {
     display: block;
     font-size: 0.6em;
     line-height: 1em;
     letter-spacing: 12px;
     text-transform: lowercase;
}
 h1.siteTitle a, h1.siteTitle a:visited {
     color: #fff !important;
}
 ::-webkit-media-controls {
     display: none !important;
}
 .workforcenews {
     margin-top: 0px !important;
     display:none;
}
/*************** end. ***************/