@charset "utf-8";

/* ----- RESETS ----- */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');


html,
body {
   
    min-width: 324px;
    background-color: #333333;
	font-family: 'Roboto', sans-serif;
	min-width: 325px;

          
      }
	  
	  a{
		  text-decoration: none;
	  }

    #container {
     position: relative;
    box-sizing: border-box;
    width: 100%;
	height: 100%;
    margin: 0 auto;
    padding: 0 15px;
	color: white;
}



/* Slideshow container */
.slideshow-container {
  width: 64%;
  float: left;
  position: relative;
  padding-bottom: 5%;
  color: black;
}

.mySlides{
  display: none;
  position: relative;
  background-color: #e0e0e0;
  width: 80%;
  height: 100%;
  min-height: 300px;
  /*max-height: 600px;  REMOVED*/
  float: right;
  border: 2px solid black;
  border-radius: 5px;
  overflow: auto;
  padding: 5px;

}

.slider-buttons .dot {
  border: none;
  padding: 10px;
  text-align: center;
  display: inline-block;
  border-radius: 5px;
  font-size: 14px;
  margin: 4px 2px;
  width: 150px;
  height: 30px;
  font-weight: bold;
  color: #ffcd01;
  background-image: linear-gradient(#515151, #080808);
  
  
  
}

.slider-buttons{
	float: left;
	
	z-index: 1;
	display: inline-block;
	width: 150px;
		
	
}

.mySlides h4{
background-color: #555555;
color: #ffcd01;
text-align: center;
padding: 8px;
margin-top: 5px;
font-size: 25px;


}


.active, .dot:hover {
  background-color: #717171;
}



.dot:hover {border: 2px solid white;
                border-radius: 16px;
                box-shadow: 0 8px 11px 0 #F0EAD6;
}



.mySlides a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}


.org-list img {
  border-radius: 5px;
  width: 100%;
  max-width: 800px;
  margin: auto;
}

.org-list{
	padding: 10px;
	font-weight: bold;
}

.org-list h1 {
	text-align: center;
}


#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}


/* Media for slider */
@media only screen and (max-width: 600px) {

.slideshow-container {
 max-width: 100%;
 width: 100%;
float: left;
clear: left;
position: relative;

overflow: auto;
padding-bottom: 10px;
 
}


.mySlides{
  display: none;
  position: relative;
  background-color: #e0e0e0;
  width: 100%;
  max-width: 550px;
  height: 100%;
  max-height: 600px;
  margin: auto;
  border: 2px solid black;
  border-radius: 5px;
  overflow: auto;

}

.mySlides h4{
text-align: center;


}

.slider-buttons{
	width: 100%;
	
	
}

.slider-buttons .dot{
	width: 100%;
	
	
}
.side-container iframe{
	display: none;
}

.social{
display: none;
	
}

.partners{
	display: inline-block;
	margin-bottom: 50px;
	margin-top: 15px;
	position: relative;
	text-align: center;
	
}

.partners img {
margin-left: 5px;
display: inline-block;
width: 100px;
height: 100px;
padding: 5px;
text-align: center;
	
}



}



/* SIDE CONTAINER */


.social{
	float: right;
	clear: right;
	position: relative;
	margin-right: 8%;
	
}

.social img {
margin-right: 5px;	
	
}


.social img:hover {
               
                box-shadow: 0 3px 8px 0 #F0EAD6;
}


.partners{
	float: left;
	margin-bottom: 50px;
	
	position: relative;
	
}

.partners img {
margin-left: 5px;
width: 100px;
height: 100px;
	
}

.partners img:hover{
	transform: scale(1.1);
}


#more 
{display: none;
  
  }

#myBtn{
  border: none;
  color: white;
  padding: 10px;
  text-align: center;
  text-decoration: none;

  border-radius: 5px;
  font-size: 16px;
  margin: 4px 2px;


  background-image: linear-gradient(#515151, #080808);
}





/* ----- HOME ----- */

.resource{
	position: relative;
	display: inline-block;
    
    overflow: hidden;
	margin: auto;
	width: 32%;

}

.athena{
    margin: 0;
    width: 32%;
}


.resource img{
		
	width: 100%;
	height: 100%;
	margin: auto;
}



.resource img:hover{
	transform: scale(1.1);
}



@media (max-width: 700px){
.resource{
	width: 450px;
        max-width: 100%;
        margin: 0 auto;
        float: none;
	
}



}

div#athena-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.info p{
	
	font-size: 16px;
	font-weight: bold;	
	line-height: 1.5;
	width: 100%;

		
}
.info h1{
	float: left;
	clear: left;
	width: 100%;
}





/* ----- HEADER -----*/

header {
	
	background:#555; /* Old browsers */
	background:-moz-linear-gradient(top, #555 0%, #000000 100%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#555), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top, #555 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top, #555 0%,#000000 100%); /* Opera 11.10+ */
	background:-ms-linear-gradient(top, #555 0%,#000000 100%); /* IE10+ */
	background:linear-gradient(to bottom, #555 0%,#000000 100%) !important; /* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#555",endColorstr="#000000",GradientType=0); /* IE6-9 */
	
	
    overflow: hidden;
    position: relative;
   
	width: 100%;
	

}



header #capl-logo img{
	width: 85%;
	height: 100%;
	position: relative;
	float: left;
	
}

header #htr img{
    position: relative;
    float: right;
	width: 14%;
	

}



header p{
	color: #000000;
}



header h1 a {
    color: #2d2d2d;
}

header h1 a:hover {
    color: #000;
    text-decoration: none;
}





header #search-btn {
    outline-color: #1a2eda;
    padding: 3px 10px 3px 10px;
    border-radius: 1px;
    margin: 0 0 0 2px;
    box-shadow: none;
	
}




header #search-box {
    outline-color: #1a2eda;
    border: 1px solid #d2d2d2;
    padding: 2px;
    width: 175px;
    line-height: 16px;
}

header #search-box:hover,
header #search-box:focus {
    border: 1px solid #1a2eda;
}



/* ----- MEDIA FOR HEADER  ----- */

@media (max-width: 986px) {
    
	header #search-box {
        width: 100px;
    }
	header #search-btn{
		padding: 
	}
	
}

@media (max-width: 1300px) {
    header #search-box {
        width: 135px;
    }
	header #search-btn{
		padding: 3px 5px 3px 5px;
	}
	
	header h1 {
        display: none;
    }
    header #htr img {
        display: none;
    }
}
}



@media (max-width: 1080px) {
  
  header #capl-logo {
		top: 2px;
		width: 200px;
	}
	
	header #capl-col {
		top: 2px;
		width: 200px;
	}
	
	header #search-box
			{
			width: 125px;	
			}
			
			
	header	#search-btn{
		 
    padding: 3px 5px 3px 5px;
    border-radius: 1px;
    margin: 0 0 0 2px;
    
		
	}
	
	header h2{
	position: absolute;
    float: left;
    bottom: 0px;
    margin-left: 0px;
    font-size: 23px;
    color: #FFBD05;
    }
	
	header #block{
		padding: 1px;
		font-size: 12px;
		
	}
			
			
    header h1 {
        display: none;
    }
    header #htr img {
        display: none;
    }
}


/* ----- RESOURCES ON SUB PAGES ----- */

.list p{
display: inline-block;	
color: white;
padding: 25px;
font-weight: bold;
font-size: 16px;
}

.list p:hover{
	text-decoration: underline;
}

.list{
	color: white;
	width: 100%;
	max-width: 1400px;
	margin: auto;
	min-height: 600px;
	
}




.list a{
	color: white;
	text-decoration: none;
}

.list h1{
color: #ffcd01;	
	
}

.box{
	border: none;
	width: 28%;
	color: white;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	
	margin: 4px 2px;

}

.caplx-box{
float: left;

	width: 25%;
}


.main-box{
float: left;


width: 75%;
}

@media only screen and (max-width: 600px) {
.box{
	border: none;
	width: 100%;
	color: white;
	padding: 5px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	font-size: 10px;
	margin: 4px 2px;
	
}

.box
.main-box{
float: left;
clear: left;
padding-bottom: 15%;
width: 100%;
}

.caplx-box{
	float: left;
clear: left;
padding-bottom: 15%;
width: 100%;
}

}


.tradoc-list{
	color: white;
	width: 100%;
	max-width: 1800px;
	margin: auto;
	min-height: 600px;
	
}

.tradoc-video{
display: inline-block;
padding-bottom: 15px;
width: 650px;
padding-left: 10px;


}
.tradoc-list img{
	width: 200px;
    float: left;
	padding-right: 5px;
}
.tradoc-list a{
	color: white;
	text-decoration: none;
}

.tradoc-list p{
    font-weight: bold;
    font-size: 18px;
    color: white;
	
}

.tradoc-list h1{
color: #ffcd01;	
	
}




blockquote {
    font-style: italic;
    margin-bottom: 20px;
    background: #ebebeb;
    border-left: 10px solid #ccc;
    margin: 0 0 20px 30px;
    padding: 15px 10px 10px;
    quotes: "\201C""\201D""\2018""\2019";
    font-size: 12px;
}

blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 60px;
    line-height: .1em;
    margin-right: .25em;
    vertical-align: -.4em;
}

.ie7_html blockquote:before {
    line-height: normal;
    content: "";
    vertical-align: baseline;
    font-size: 12px;
}

blockquote span:before {
    content: <br />;
}

blockquote span {
    display: block;
    text-align: right;
    font-weight: bold;
    margin-top: 5px;
}

hr {
    margin: 20px 0;
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ddd;
    padding: 0;
}



ul li {
    list-style-type: none;
}

ol {
    max-width: 90%;
}

ol li {
    margin-bottom: 15px;
}

a,
a:link,
a:visited {}

a,
.link {
    color: white;
    border: 0;
    cursor: pointer;
    text-decoration: none;
}

a:hover,
.link:hover {
    
    text-decoration: underline;
}

a.offline {
    color: #af0000;
}

a.offline::before {
    content: "LINK OFFLINE: ";
}

cite {
    display: inline;
    font-style: italic;
}


/* ----- DEFAULT FORM ----- */

fieldset {
    margin: 0;
    padding: 10px;
    border: 1px solid #e2e2e2;
}

label.error {
    color: red;
    font-size: 12px;
    width: auto;
}

label.warning {
    color: #e0b204;
    font-size: 12px;
    width: auto;
}

#errors {
    margin: 10px 0;
    padding: 5px;
    border: 1px solid #f00;
    background-color: #ffe8e8;
    display: none;
}

#errors p {
    margin: 0;
    padding: 0;
}

.submit-msgs {
    display: none;
    margin: 5px 0;
}

.submit-msgs p {
    margin: 0;
    padding: 0 5px;
}

.submit-msgs.success {
    background-color: #C8EEA6;
    border: 1px solid #55C426;
    color: #55C426;
}

.submit-msgs.fail {
    background-color: #FFA6A6;
    border: 1px solid #B30000;
    color: #B30000;
}


/* ----- CLEAR FIX ----- */

.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
    /* For IE 6/7 (trigger hasLayout) */
}

span.hidden {
    display: none;
}

.hidden {
    display: none;
}


/* ----- NO SCRIPT / DEBUG ----- */

#noscript {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #ae0000;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 0;
    text-align: center;
    width: 100%;
    z-index: 1000;
}

#debug {
    position: fixed;
    bottom: 0;
    left: 0;
}


	
	
}


.left {
    float: left;
}

.right {
    float: right;
}

.left-thumb-para {
    float: left;
    margin: 0 20px 15px 0;
}

.row {
    margin-top: 20px;
}

.quarter {
    width: 23.5%;
	margin-top: 20px;
    
}

.half {
    width: 48%;
    margin-left: 3.9%;
}

.quarter+.quarter+.half {
    margin-left: 2.9%;
}

.third {
    width: 31%;
    margin-left: 2.9%;
}

.sixth {
    width: 15%;
    margin-left: 2%;
}

.center {
    text-align: center;
}

.center img {
    display: inline;
    padding: 5px 0 0 0;
}

.half,
.third,
.quarter,
.sixth {
    display: block;
    float: left;
    overflow: hidden;
    box-sizing: border-box;
}

.half:nth-of-type(n+3),
.third:nth-of-type(n+4),
.sixth:nth-of-type(n+7) {
    margin-top: 20px;
}

.half:nth-of-type(2n+1),
.third:nth-of-type(3n+1),
.sixth:nth-of-type(6n+1) {
    margin-left: 0;
    clear: left;
}

.half h3,
.third h3,
.quarter h3 {
    margin: 10px auto 0;
    text-align: center;
}

.half img,
.third img,
.quarter img {
    display: block;
    max-width: 193px;
    width: 100%;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .third:nth-of-type(3n+1),
    .quarter:nth-of-type(4n+1) {
        margin-left: 3.9%;
        clear: none;
    }
    .sixth:nth-of-type(6n+1) {
        margin-left: 2.9%;
        clear: none;
    }
    .third,
    .quarter {
        width: 48%;
        margin-left: 3.9%;
    }
    .sixth {
        width: 31%;
        margin-left: 2.9%;
    }
    .third:nth-of-type(n+3),
    .quarter:nth-of-type(n+3),
    .sixth:nth-of-type(n+4) {
        margin-top: 20px;
    }
    .third:nth-of-type(2n+1),
    .quarter:nth-of-type(2n+1),
    .sixth:nth-of-type(3n+1) {
        margin-left: 0;
        clear: left;
    }
}

@media (max-width: 576px) {
    .sixth:nth-of-type(6n+1),
    .sixth:nth-of-type(3n+1) {
        margin-left: 3.9%;
        clear: none;
    }
    .third:nth-of-type(3n+1),
    .quarter:nth-of-type(4n+1) {
        margin-left: 0;
    }
    .sixth:nth-of-type(2n+1) {
        margin-left: 0;
        clear: left;
    }
    .half,
    .third,
    .quarter {
        width: 100%;
        margin: 0;
        float: none;
    }
    .sixth {
        width: 48%;
        margin-left: 3.9%;
    }
    .half:nth-of-type(n+2),
    .third:nth-of-type(n+2),
    .quarter:nth-of-type(n+2),
    .sixth:nth-of-type(n+3) {
        margin-top: 20px;
    }
    .left-thumb-para {
        float: none;
        margin: 0 0 10px 0;
    }
}

p.announce {
    position: relative;
    padding: 4px;
    border: 1px dotted #b19013;
    background-color: #c29e17;
}

p.warning {
    position: relative;
    padding: 4px;
    border: 1px dotted #9B0F0F;
    background-color: #EBBCBC;
    line-height: 16px;
    color: #5E0000;
}

p.announce span.close {
    position: absolute;
    top: -11px;
    right: -11px;
    background: url('../images/close-btn-22.png') no-repeat;
    width: 22px;
    height: 22px;
    cursor: pointer;
}

a.btn,
button.btn,
input[type=submit].btn,
input[type=button].btn {
    cursor: pointer;
    outline: none;
    display: inline-block;
    margin: 0 5px 10px 0;
    padding: 8px 20px;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    color: #4f4b42;
    background: #dce6f1;
    border: 1px solid #ecd8a3;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
    border-radius: 3px;
    background: #fdf0cb;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fdf0cb 0%, #ffffff 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdf0cb), color-stop(100%, #ffffff));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fdf0cb 0%, #ffffff 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fdf0cb 0%, #ffffff 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fdf0cb 0%, #ffffff 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #fdf0cb 0%, #ffffff 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fdf0cb', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
}

a.btn:hover,
button.btn:enabled:hover,
input[type=submit].btn:hover,
input[type=button].btn:hover {
	      color: #4f4b42;


    background: #ffc223;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffc223 0%,  100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffc223), color-stop(100%, #ffffff));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffc223 0%, #ffffff 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffc223 0%, #ffffff 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffc223 0%, #ffffff 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffc223 0%, #ffffff 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffc223', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
}

a.btn:active,
button.btn:enabled:active,
input[type=submit].btn:active,
input[type=button].btn:active,
button.btn.active,
a.btn.active {
	        color: #4f4b42;


    background: #ffc223;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffc223 0%, #ffffff 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffc223), color-stop(100%, #ffffff));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffc223 0%, #ffffff 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffc223 0%, #ffffff 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffc223 0%, #ffffff 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffc223 0%, #ffffff 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffc223', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
    box-shadow: inset 2px 2px 1px rgba(0, 0, 0, .2);
}

a.btn:focus,
button.btn:focus,
input[type=submit].btn:focus,
input[type=button].btn:focus {
    border: 1px solid #d48600;
}

button.btn:disabled,
input[type=submit].btn:disabled,
a.btn.disabled {
    cursor: not-allowed;
    background: #ccc;
    border: 1px solid #bbb;
}

button.btn.spin,
input[type=submit].btn.spin {
    background-image: url('/images/icons/loading.gif');
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #f7f7f7;
    border-color: #e0e0e0;
    background-size: 22px 22px;
}

input#signup-btn.spin {
    background-size: 16px 16px;
}

a.btn.thin,
button.btn.thin,
input[type=submit].btn.thin {
    padding: 4px 10px;
    vertical-align: middle;
}

a.btn.btn-large,
button.btn.btn-large,
input[type=submit].btn.btn-large {
    width: 275px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

a.btn .file-size {
    font-size: 8px;
    color: #777;
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: 6px;
}

.red {
    color: red;
}

.sm {
    font-size: 12px;
    font-style: italic;
}

ul.altclr li {
    padding: 10px 0;
    margin-bottom: 0;
    border-bottom: 1px dotted #ddd;
}

ul.altclr li:nth-child(even) {
    background-color: #eee;
}

section ul.sub {
    margin-left: 25px !important;
    margin-top: 10px !important;
}

section ul.sub li {
    margin-bottom: 3px;
}

.crumbs {
    padding: 10px 3px;
    background-color: #8b8c8c;
	
    overflow: hidden;
	text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
}


p.no {
    margin-bottom: 0;
}

div.item-header {
    float: right;
    width: 100%;
}

div.item-header img {
    float: right;
    position: relative;
    left: -7px;
    top: -32px;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.adp-container {
    position: relative;
    
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.define {
    border-bottom: 1px dotted #ffffff;
    font-weight: bold;
    cursor: help;
   
}

a.ppt:before,
a.wrd:before,
a.pdf:before,
a.dl:before {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 3px;
}

a.ppt:before {
    content: url('/images/icons/ppt-icon.png');
}

a.wrd:before {
    content: url('/images/icons/word-icon.png');
}

a.pdf:before {
    content: url('/images/icons/pdf-icon.png');
}

a.dl:before {
    content: url('/images/icons/dl-icon.png');
}


/* External Link */

a.external:after {
    content: url('/images/icons/external-icon.png');
    width: 13px;
    height: 13px;
    margin-left: 3px;
}

@media (max-width: 768px) {
    a.btn.btn-md-full,
    button.btn.btn-md-full,
    input[type=submit].btn.btn-md-full {
        display: block;
        text-align: center;
        margin: 10px 0;
        width: auto;
    }
    button.btn.btn-md-full,
    input[type=submit].btn.btn-md-full {
        width: 100%;
    }
}

@media (max-width: 576px) {
    a.btn.btn-sm-full,
    button.btn.btn-sm-full,
    input[type=submit].btn.btn-sm-full {
        display: block;
        text-align: center;
        margin: 10px 0;
        width: auto;
    }
    button.btn.btn-sm-full,
    input[type=submit].btn.btn-sm-full {
        width: 100%;
    }
}


/* ----- SECTION ----- */

section {
    position: relative;
    font-size: 14px;
    min-height: 500px;
}

section h1 {
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 20px;
}

section h1.sub {
    margin-bottom: 0;
}

section h1.sub+h22212222 {
    color: #555;
    margin-bottom: 20px;
}

section h2 {
    font-size: 18px;
    margin-bottom: 5px;
}

section h3 {
    font-size: 13px;
    margin-bottom: 2px;
}

section p {
    margin-bottom: 20px;
}

section ul {
    margin: 0 0 20px 25px;
}

section ul li {
    list-style-type: disc;
    margin-bottom: 10px;
}

section ul li:last-of-type {
    margin-bottom: 0;
}

section ul.no {
    margin: 0 0 20px 0;
}

section ul.no li {
    list-style-type: none;
}

.offset {
	position: absolute;
	top: 50%;
	left: 50%;
}

.youtube,
.youtubePl { position: relative; display: block; }
.youtube > img,
.youtubePl > img { width: 100%; }

.offset img.playButton {
	position: absolute;
	top: -23px;
	left: -22px;
	width: 53px;
	height: 53px;
}

.offset img.playButtonSm {
	position: absolute;
	top: -14px;
	left: -14px;
	width: 32px;
	height: 32px;
	max-height: none !important;
	max-width: none !important;
}


/* ----- AAOP ----- */

#banners { max-width: 900px; margin: 0 auto 20px; }
#banners img { max-width: 900px; width: 100%; }

#aaop-nav span.stn { display: inline; }
#aaop-nav span.ftn { display: none; }

#aaop #faq h2 {
	line-height: 32px;
	background-color: #e3e3e3;
	padding-left: 4px;
}
#aaop #faq h2 { cursor: pointer; }
#aaop #faq h2:hover { background-color: #d3d3d3; }
#aaop #faq h2:active { background-color: #c3c3c3; }

#aaop #featured-video {
	margin: 0 15px 15px 0;
	width: 325px;
	float: left;
}

.aaop-theme-materials {
	padding: 20px;
	background-color: #ebebeb;
	border: 1px solid #cacaca;
}
.aaop-theme-documents { width: 500px; float: left; margin-right: 8px; }
.aaop-theme-feat-vid { width: 320px; float: left; margin: 17px 0; }
.aaop-theme-documents .third { 
	padding: 5px 0;
	-webkit-transition: background-color 0.5s ease;
	-moz-transition: background-color 0.5s ease;
	-ms-transition: background-color 0.5s ease;
	-o-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
	text-align: center;
}
.aaop-theme-documents .third:hover { background-color: rgba(0,0,0,0.1); }
.aaop-theme-documents .third img { height: 165px; display: inline; }
.aaop-theme-documents .third p { margin-bottom: 5px; font-size: 12px;  }



#themes { max-width: 843px; margin: 0 auto; }

.theme-thumb {
	box-sizing: border-box;
	border: 5px solid #dedede;
	float: left;
	width: 49%;
	margin-bottom: 2%;
	max-width: 413px;
}
.theme-thumb img { max-width: 100%; }
.theme-thumb.overview { float: none; margin-left: auto; margin-right: auto; }
.theme-thumb:hover { border-color: #bababa; }

.tt-alpha { margin-right: 2%; }

#docTabCont { overflow: hidden; }

.equalHeight {
   padding-bottom: 10000px !important;
   margin-bottom:  -10000px !important;
}

#docList {
	display: block;
	float: left;
	background-color: #151515;
	padding: 10px;
	margin: 0 10px 0 0;
}

#docList li {
	list-style-type: none;
	margin: 0 0 5px 0;
}

#docList li a {
	padding: 0 0 0 5px;
	background-color: #151515;
	color: #f7f7f7;	
	display: block;
	text-decoration: none;
	line-height: 16px;
	width: 225px;
	padding: 5px 0;

}

#docList li a:hover {
	color: #b1b1b1;
	background-color: #343434;
}

#folderTabs {
	float: left;
	width: 610px;
}

#folderTabs > div { min-height: 413px; }

#aaopTabs div p { text-align: left; }

.tabs ul#tabList { margin: 0;  }

.tabs ul#tabList li {
	float: left;
	list-style-type: none;
	width: 190px;
	margin: 0 0 0 20px;
	background: url('../images/tabs.png') 0 0;
	height: 26px;
}

.tabs ul#tabList li:first-child {
	margin-left: 0;
}

.tabs ul#tabList li.active {
	background: url('../images/tabs.png') 0 52px;
}

.tabs ul#tabList li.active a{
	color: #151515;
}

.tabs ul#tabList li a {
	text-decoration: none;
	padding: 5px 10px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	display: block;
	color: #f7f7f7;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.tabs > div {
	border-left: 1px solid #cacaca;
	border-right: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
	padding: 15px;
	background-color: #ebebeb;
}

.tabs span.sup {
	padding: 5px 0;
	-webkit-transition: background-color 0.5s ease;
	-moz-transition: background-color 0.5s ease;
	-ms-transition: background-color 0.5s ease;
	-o-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
}

.tabs span.sup img { height: 130px; }

.tabs .mbot p { margin-bottom: 15px; }
.tabs .mbot h2 { margin-bottom: 20px; }

.tabs div span.sup:hover {
	background-color: rgba(0,0,0,0.1);
}

.tabs div img {
	margin: 0 auto;
}

.tabs div p {
	font-size: 12px;
	margin-bottom: 5px;
	text-align: center;
}

#themeVideo {
	margin: 20px auto 0 !important;
	float: none !important;
}

ul#readings { margin: 0; }

#readings li {
	margin: 0 0 15px 0;
	list-style-type: none;
	font-size: 12px;
}

@media (max-width: 768px) {

	#aaop-nav span.stn { display: none; }
	#aaop-nav span.ftn { display: inline; }

	.theme-thumb { width: auto; float: none; margin-left: auto; margin-right: auto; }
}

@media (max-width: 576px) {
	#aaop #featured-video { float: none; margin: 0 0 15px 0; }
}

/* ----- TIP TIP ----- */

#tiptip_holder {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
}

#tiptip_holder.tip_top {
    padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
    padding-top: 5px;
}

#tiptip_holder.tip_right {
    padding-left: 5px;
}

#tiptip_holder.tip_left {
    padding-right: 5px;
}

#tiptip_content {
    font-size: 11px;
    color: #fff;
    text-shadow: 0 0 2px #000;
    padding: 4px 8px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background-color: rgb(25, 25, 25);
    background-color: rgba(25, 25, 25, 0.92);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
    border-radius: 3px;
    box-shadow: 0 0 3px #555;
    max-width: 350px;
}

#tiptip_arrow,
#tiptip_arrow_inner {
    position: absolute;
    border-color: transparent;
    border-style: solid;
    border-width: 6px;
    height: 0;
    width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
    border-top-color: #fff;
    border-top-color: rgba(255, 255, 255, 0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
    border-bottom-color: #fff;
    border-bottom-color: rgba(255, 255, 255, 0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
    border-right-color: #fff;
    border-right-color: rgba(255, 255, 255, 0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
    border-left-color: #fff;
    border-left-color: rgba(255, 255, 255, 0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
    margin-top: -7px;
    margin-left: -6px;
    border-top-color: rgb(25, 25, 25);
    border-top-color: rgba(25, 25, 25, 0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
    margin-top: -5px;
    margin-left: -6px;
    border-bottom-color: rgb(25, 25, 25);
    border-bottom-color: rgba(25, 25, 25, 0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
    margin-top: -6px;
    margin-left: -5px;
    border-right-color: rgb(25, 25, 25);
    border-right-color: rgba(25, 25, 25, 0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
    margin-top: -6px;
    margin-left: -7px;
    border-left-color: rgb(25, 25, 25);
    border-left-color: rgba(25, 25, 25, 0.92);
}


/* Webkit Hacks  */

@media screen and (-webkit-min-device-pixel-ratio:0) {
    #tiptip_content {
        padding: 4px 8px 5px 8px;
        background-color: rgba(45, 45, 45, 0.88);
    }
    #tiptip_holder.tip_bottom #tiptip_arrow_inner {
        border-bottom-color: rgba(45, 45, 45, 0.88);
    }
    #tiptip_holder.tip_top #tiptip_arrow_inner {
        border-top-color: rgba(20, 20, 20, 0.92);
    }
}

/* ----- Modal ----- */

#modal {
    z-index: 100;
}

#modal #overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100;
}

#modal #content {
    top: 0;
    left: 0;
    position: fixed;
    padding: 20px;
    margin: 5px;
    background-color: #f7f7f7;
    width: 640px;
    //height: 360px;
    z-index: 110;
}

#modal #close {
    position: absolute;
    top: -20px;
    right: -20px;
    background: url('../images/close-btn.png') no-repeat;
    width: 42px;
    height: 42px;
    cursor: pointer;
}

#modal #content iframe {
    width: 100%;
    height: 100%;
    background-image: url('/images/youtube.jpg');
    background-size: contain;
}

html.ie7_html #modal #overlay {
    background: transparent;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#7F000000, endColorstr=#7F000000);
    zoom: 1;
}

/* ----- Create Your Own Training ----- */

#training .caseStudy {
    display: block;
    width: 405px;
    margin: 10px 0;
    padding: 10px;
    background-color: #eee;
    border: 1px solid #e5e5e5;
}

#training .caseStudy:hover {
    background-color: #e3e3e3;
}

#training .caseStudy:nth-child(even) {
    margin-left: 15px;
    float: right;
    clear: right;
}

#training .caseStudy:nth-child(odd) {
    float: left;
    clear: left;
}

#training .caseStudy h3 {
    text-align: center;
    font-size: 14px;
    margin-bottom: 5px;
}

#training .caseStudy h5 {
    font-size: 10px;
}

#training .caseStudy span {
    float: left;
    text-align: center;
    width: 180px;
    margin: 0 auto;
}

#training .caseStudy span:nth-of-type(2) {
    margin-left: 40px;
}

#training .caseStudy img {
    width: 150px;
    margin: 2px auto;
    padding: 3px;
}

#training .caseStudy img:hover {
    padding: 0;
    border: 3px solid #ffcb05;
}

#training .caseStudy p {
    clear: left;
    display: block;
    padding-top: 10px;
    margin: 0;
    text-align: center;
    font-size: 12px;
}

#training .caseStudy p.desc {
    font-size: 12px;
    text-align: left;
    margin-bottom: 10px;
}

#training h2 {
    display: block;
    background-color: #eee;
    padding: 3px;
}

#trainingForm .imgIn:nth-child(3n+1) {
    margin: 0 0 5px 0;
}

#trainingForm .imgIn {
    float: left;
    margin: 0 0 5px 5px;
    background-color: #ebebeb;
    width: 125px;
    padding-bottom: 4px;
    font-size: 0px;
    line-height: 1;
    opacity: 0.5;
}

#trainingForm div.selected {
    background-color: #d5d5d5;
    opacity: 1;
}

#trainingForm .imgIn img {
    padding: 5px;
    margin: 0 auto;
    display: block;
    cursor: pointer;
}

#trainingForm .imgIn img.selected {
    border: 5px solid #ffcb05;
    padding: 0;
}

#trainingForm .cb {}

#trainingForm h5 {
    font-size: 10px;
    text-align: center;
    padding: 5px 5px 0 5px;
    line-height: 10px;
}

#trainingForm p {
    font-size: 12px;
    padding: 10px 7px;
    margin: 25px 25px 15px;
    background-color: #ebebeb;
}

#trainingForm p.extras {
    margin-bottom: 25px;
    min-height: 0;
    text-align: center;
}

#trainingForm p.extras a {
    margin: 0 100px 0 0;
}

#trainingForm p.extras a:last-of-type {
    margin-right: 0;
}

#vidSelect,
#writtenSelect {
    width: 385px;
    float: left;
}

#vidSelect {
    float: left;
    margin-left: 25px;
}

#writtenSelect {
    float: right;
    margin-right: 25px;
}

#trainingForm #buttons {
    margin: 0 auto;
    width: 495px;
}

#trainingForm #buttons #submit {
    width: 350px;
    float: left;
}

#trainingForm #buttons #reset {
    width: 125px;
    float: left;
}

#trainingUrl {
    padding: 2px;
    background-color: #C8C8C8;
    line-height: 30px;
}

/* ----- POSTERS ----- */

.poster h4{
	text-align: center;
	font-size: 25px;
	padding-bottom: 10px;
}

@media (max-width: 986px){
.poster h4{
	text-align: center;
	font-size: 15px;
}
}


.poster .img-box {
    position: relative;
    max-width: 206px;
    width: 100%;
    margin: 0 auto;
	display: inline-block;

}

.poster .img-box img {
    width: 100%;
    display: block;
    padding: 0;
    max-width: 100%;
	display: inline-block;

}

.poster .img-box .overlay .hlc:hover,
.poster .img-box .overlay .hlc:active {
    opacity: 1;
}

.poster .img-box .overlay:hover,
.poster .img-box .overlay:active {
    opacity: 1;
}

.poster .hlc {
    position: relative;
    height: 50%;
    width: inherit;
    background-color: #000000;
    opacity: .5;
    transition: 0.5s ease;
}

.poster .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    opacity: 0;
    transition: 0.5s ease;
}

.poster .hlc.print a {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMzIgMzIiPjxwb2x5Z29uIGZpbGw9IiNmZmZmZmYiIHBvaW50cz0iOC4zLDAgOC4zLDE2IDAsMTYgMTYsMzIgMzIsMTYgMjMuNywxNiAyMy43LDAgIi8+PC9zdmc+');
    background-position: center;
    background-size: 32px;
    background-repeat: no-repeat;
}

.poster .hlc.press a {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMzIgMzIiPg0KPGcgZmlsbD0iI2ZmZmZmZiI+DQo8cGF0aCBkPSJNMCwyNC42aDUuMWwwLjctN2gyMC45bDAuNyw3SDMydi0xNkgwTDAsMjQuNnogTTMuNCwxMi44YzAtMC43LDAuNi0xLjMsMS4zLTEuM1M2LDEyLjEsNiwxMi44YzAsMC43LTAuNiwxLjMtMS4zLDEuMyBTMy40LDEzLjUsMy40LDEyLjh6Ii8+DQo8cG9seWdvbiBwb2ludHM9IjI1LjYsMjQuNiAyNS4xLDE5LjUgNy42LDE5LjUgNy4xLDI0LjYgNi40LDMyIDI2LjMsMzIiLz4NCjxyZWN0IHg9IjciIHdpZHRoPSIxNy4zIiBoZWlnaHQ9IjcuNCIvPg0KPC9nPg0KPC9zdmc+');
    background-position: center;
    background-size: 32px;
    background-repeat: no-repeat;
}

@media (hover: none) {
    .poster .overlay {
        opacity: .8;
    }
}





/* ----- FORMS ----- */

fieldset {
    margin: 20px 0;
}

legend {
    font-weight: bold;
    font-size: 13px;
    padding: 3px 5px;
    border: 1px solid #e3e3e3;
    background-color: #fff;
    margin: 2px;
}

label {
    display: block;
}

input[type=text],
input[type=email],
select {
    margin-bottom: 7px;
}

input[type=text],
input[type=email] {
    width: 200px;
    padding: 2px;
}

input[type=text],
input[type=email],
select {
    border: 1px solid #e6e6e6;
    -webkit-transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    -ms-transition: all .25s ease-in;
    -o-transition: all .25s ease-in;
    transition: all .25s ease-in;
}

textarea {
    border: 1px solid #e6e6e6;
    resize: vertical;
}

input[type=text]:hover,
input[type=email]:hover,
textarea:hover {
    border: 1px solid #d6d6d6;
    background-color: #f0f0f0;
}

input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
    border: 1px solid #ffcb05;
    outline: none;
}

input.error,
select.error {
    border: 1px solid #f00 !important;
}

select {
    width: 206px;
    padding: 2px;
    height: 22px;
}

.fcol {
    margin: 0 40px 0 0;
}

.addy {
    margin: 0;
}

.addy input[type=text] {
    width: 330px;
}

.addy select {
    width: 336px;
}

.addy #zip {
    width: 100px;
}

.addy #city {
    width: 190px;
    margin-right: 14px;
}

.addy #state {
    width: 120px;
}

.datepicker+img {
    display: inline;
    margin-left: 3px;
}

#unitOrgErrors,
#dateError {
    clear: both;
    margin-top: 10px;
}

#errors p {
    color: red;
    font-size: 12px;
}

.ie7_html .datepicker+img {
    padding-bottom: 2px;
}


/* ----- AP SEMINARS ----- */

#apseminar h2.accordian {
    padding: 3px;
    background-color: #858281;
    cursor: pointer;
    margin-top: 20px;
}

#apseminar h2.accordian:hover {
    background-color: #d2d2d2;
}

#apseminar #faqs {
    display: none;
}

#apseminar #contact-info {
    margin-top: 15px;
    padding: 10px;
    background-color: #858281;
}

#apseminar #contact-info .btn {
    margin: 0 20px 0 0;
}

#apseminar .req {
    font-size: 12px;
    color: #414141;
    font-style: italic;
}

#apseminar .req a {
    color: inherit;
}

/* ----- SUGGESTED READINGS ----- */

#suggestedReadings .books {
    margin-bottom: 25px;
}

#suggestedReadings>a {
    color: inherit;
}

#suggestedReadings>a:hover h2 {
    background-color: #cecece;
}

#suggestedReadings h2 {
    display: block;
    padding: 5px 3px;
    background-color: #858281;
    margin-bottom: 10px;
}

#suggestedReadings .book h3 {
    margin-top: 5px;
    font-size: 14px;
}

#suggestedReadings .book h4 {
    font-size: 12px;
    
    font-style: italic;
}

#suggestedReadings .book img {
    width: 100%;
    max-width: 126px;
    padding: 2px;
}

#suggestedReadings .book:hover img {
    padding: 0;
    border: 2px solid #ffcb05;
}

#suggestedReadings .book .summary,
#suggestedReadings .book .link {
    display: none;
}

#modal .preview {
    overflow-y: auto;
}

#modal .preview h3 {
    font-size: 18px;
}

#modal .preview p.id {
    text-decoration: underline;
}

#modal .preview p {
    color: #000;
    margin-bottom: 5px;
}

#modal .preview h4 {
    color: #5C5C5C;
    font-size: 14px;
    font-style: italic;
    margin: 5px 0;
}

#modal .preview img {
    display: inline;
    float: left;
    margin: 5px 10px 5px 0;
}

#modal .preview .summary p {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
}

#modal .preview .summary ul {
    margin-left: 20px;
    font-size: 14px;
    line-height: 16px;
}

#modal .preview .summary ul li {
    list-style: disc;
    margin: 0 0 10px 5px;
}



/* ----- VIRTUAL SIMULATORS ----- */


.half img,
.third img,
.quarter img {
    display: block;
    max-width: 193px;
    width: 100%;
    margin: 0 auto;
}

.preview>p {
    margin-bottom: 15px;
}

#sysreq ul,
#sysreqMC ul {
    overflow: hidden;
}

#sysreq ul li,
#sysreqMC ul li {
    position: relative;
    left: 20px;
    padding: 0 20px 5px 0;
    list-style-type: disc;
}

#virtualSims #sysreq,
#virtualSims div.info,
#virtualSims #misc,
#virtualSims #sysreqMC {
    display: none;
}

.preview .btns {
    clear: both;
    margin: 20px 0 10px 0;
}

.preview #misc {
    text-align: center;
}

.preview p.oos {
    text-align: center;
    color: red;
    font-weight: bold;
    font-size: 14px;
}


/* ----- TSP ----- */

#tsp {
    width: 100%;
    height: inherit;
    background-color: #f7f7f7;
}

#tsp.loading {
    background: url("/images/loading.gif") no-repeat scroll 50% 50% #f7f7f7;
}

#pres {
	padding-top: 5px;
    height: 95vh;
    background-color: #000;
    overflow: hidden;
    z-index: 1;
    opacity: 1;
}

#pres img {
    max-width: 100%;
    max-height: 100%;
}

#tsp #nav {
    height: 10%;
    min-width: 375px;
    background-color: #f7f7f7;
    overflow: hidden;
}

#tsp #nav table {
    border-collapse: collapse;
    width: 100%;
    height: 100%;
}

#tsp #nav td {
    padding: 0;
}

#tsp #controls {
    text-align: center;
    vertical-align: middle;
}

#tsp #controls p {
    margin: 0 8px;
    display: inline;
}

#tsp #infoPane {
    text-align: center;
    vertical-align: middle;
}

#tsp #branding {
    vertical-align: middle;
}

#tsp #branding img {
    margin-left: 10px;
}

#tsp .btn {
    margin: 0;
}

#tsp .link,
#tsp img.youtube,
#tsp img.youtubePl {
    cursor: pointer;
}

#tspSidebar {
    position: fixed;
    height: 90%;
    width: 320px;
    top: 0;
    right: -320px;
    background-color: #f7f7f7;
    z-index: 2;
    box-shadow: -4px 0px 5px 0px rgba(0, 0, 0, .4);
    overflow: auto;
}

#tspSidebarContent {
    margin: 0 10px;
    position: relative;
}

#tspSidebarContent .btn {
    width: 80%;
}

#tspSidebarContent hr {
    color: #e9e9e9;
    margin-bottom: 15px;
}

#tspSidebarContent p {
    margin-bottom: 15px;
}

#tspSidebarContent h1 {
    text-align: center;
    font-size: 16px;
    margin: 15px 5px 4px 0;
}

#tspSidebarContent h3 {
    text-align: center;
    font-size: 12px;
    margin: 5px 0 10px 0;
}

#tspSidebarContent center {
    margin-bottom: 20px;
}

#tspSidebar p.sm {
    font-size: 10px;
    margin: 0 10px 10px 10px;
}

#tsp #pres .youtube {
    cursor: pointer;
}

#tsp #pres .slide-info {
    width: 500px;
    background-color: #f7f7f7;
    padding: 5px;
    position: absolute;
    bottom: 10px;
    left: calc(50% - 250px);
    border: 1px solid #ddd;
}

#tsp #pres .close {
    background: url("/images/close-btn-sm.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 25px;
    position: absolute;
    right: -12px;
    top: -14px;
    width: 25px;
}

#tsp #pres .btn {
    margin-right: 5px;
}

#tsp #nav td#slide-info-cont {
    width: 150px;
}

#tsp #infoPane {
    width: 140px;
}

#tsp #branding {
    width: 250px;
}

#tsp #nav {
    min-height: 35px;
}

#tsp #pres #additional {
    margin-top: 30px;
}

#tsp #pres .cs-container {
    margin-bottom: 20px;
	
}

#tsp #pres .cs-container img {
    margin-right: 10px;
	
}

#tsp #pres .cs-container h3 {
    margin-bottom: 10px;
	
}

#tspSidebar {
    display: none;
}

@media (max-width:585px) {
    #tsp #nav td#controls {
        display: none;
    }
    #tsp #pres .slide-info {
        width: 250px;
        left: calc(50% - 125px);
    }
    #tsp #pres .slide-info h3 {
        font-size: 10px;
    }
    #tsp #pres .slide-info p {
        font-size: 8px;
    }
}

@media (max-width:785px) {
    #tsp .btn {
        font-size: 10px;
        display: block;
        text-align: center;
        padding: 2px;
    }
    #tsp #nav td#controls {
        padding: 0 20px;
    }
}

/* ----- PRODUCT REQUESTS ----- */

#productRequest .product {
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}

#productRequest .product:first-of-type {
    padding-top: 0;
}

#productRequest .product:last-of-type {
    border-bottom: none;
}

#productRequest .product img {
    float: left;
    width: 142px;
    margin-right: 10px;
}

#productRequest .product .info {
    width: 82%;
    float: left;
}

#productRequest .product .info p {
    margin-bottom: 10px;
}

#productRequest .product ul {
    margin: 0;
    padding: 0;
}

#productRequest .product ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

/* ----- PAGINATION ----- */

#pagination,
.pagination {
    clear: both;
    margin-bottom: 10px;
}

#pagination a,
.pagination a {
    display: block;
    background-color: #e6e6e6;
    float: left;
    margin: 10px 6px 0 0;
    padding: 5px 5px 8px 5px;
    color: #222;
    user-select: none;
}

#pagination a:last-of-type,
.pagination a:last-of-type {
    margin-right: 0;
}

#pagination a.selected,
.pagination a.selected {
    background-color: #d2d2d2;
    padding-bottom: 3px;
    border-bottom: 5px solid #0066E4;
    cursor: default;
}

#pagination a:hover,
.pagination a:hover {
    text-decoration: none;
    background-color: #d2d2d2;
    padding-bottom: 3px;
    border-bottom: 5px solid #0066E4;
}

#pagination a.disabled,
.pagination a.disabled {
    color: #231F20;
    padding: 5px 5px 8px 5px;
    border-bottom: none;
    background-color: #e6e6e6;
    cursor: default;
}

/* ----- CONTACT ----- */

#contact .map-cont {
    width: 100%;
    height: 400px;
}

#contact .map-cont iframe {
    width: 100%;
    height: 100%;
}

#contact .contact-tile {
    text-align: center;
}

#contact .contact-tile:hover .icon-box {
    background-color: #ccc;
}

#contact .icon-box {
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    background-color: #ddd;
    margin: 0 auto 10px;
}

#contact .icon-box svg {
    vertical-align: middle;
    width: 50px;
    transition: width .25s ease;
}

#contact .contact-tile:hover .icon-box svg {
    width: 58px;
}

/* ----- SEARCH ----- */

#search label {
	display: block;
	padding: 2px 10px;
	border: 1px solid #ecd8a3;
	box-shadow: 2px 2px 1px rgba(210, 222, 234, .4);
	border-radius: 3px;
	background: #fdf0cb; /* Old browsers */
	background: -moz-linear-gradient(top,  #fdf0cb 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdf0cb), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fdf0cb 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fdf0cb 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fdf0cb 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fdf0cb 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdf0cb', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	float: left;
	cursor: pointer;
	line-height: 25px;
	margin: 0 10px 10px 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #4f4b42;
}

#search label:hover {
	background: #ffc223; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffc223 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc223), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffc223 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffc223 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffc223 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffc223 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc223', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

#search label:active {
	background: #ffc223; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffc223 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc223), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffc223 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffc223 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffc223 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffc223 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc223', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	box-shadow: inset 2px 2px 1px rgba(0, 0, 0, .1);
}

#search label.inactive, #search label.inactive:hover, #search label.inactive:active {
	background: #e0e0e0; /* Old browsers */
	background: -moz-linear-gradient(top,  #e0e0e0 0%, #f9f2f2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0e0e0), color-stop(100%,#f9f2f2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e0e0e0 0%,#f9f2f2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e0e0e0 0%,#f9f2f2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e0e0e0 0%,#f9f2f2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e0e0e0 0%,#f9f2f2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#f9f2f2',GradientType=0 ); /* IE6-9 */
	border: 1px solid #dadada;
	color: #c1c1c1;
	box-shadow: none;
}

#search #filter button.reset { 
	line-height: 25px;
	padding: 5px 25px;
}

#search #filter input[type=submit] {
	line-height: 25px;
	padding: 5px 100px;
}

#search fieldset:first-of-type { margin-top: 0; }

.search-filter { float: left; width: 100%; }

#search .filter img, .search-filter img {
	margin: auto !important;
	float: none !important;
	height: 16px;
	width: 16px;
}

.single-product .filter img {
	margin: auto;
	height: 32px;
	width: 32px;
}

#search .filter table, .search-filter table {
	width: 100%;
	font-size: 9px;
	border-collapse: collapse;
	margin-bottom: 10px;
}

.single-product .filter table {
	width: 100%;
	font-size: 10px;
	border-collapse: collapse;
	margin-bottom: 10px;
}

#search .filter table th, .single-product .filter table th, .search-filter table th {
	text-align: center;
	background-color: #ddd;
	border: 1px solid #ccc;	
	padding: 2px 5px;
}

#search .filter table td, .single-product .filter table td, .search-filter table td {
	text-align: center;
	background-color: #eaeaea;
	border: 1px solid #ccc;
	padding: 5px;
}

#search .row { margin-top: 10px; }

#search .product h2 {
	font-size: 14px;
}

#search .product.vcs h2 {
	text-align: center;
}

#search .product .btn {
	width: 100%;
	margin: 0;
	padding: 5px 0;
	cursor: pointer;
}

#search .toggle {
	display: block;
	margin-bottom: 20px;
	width: 320px;
	text-decoration: none;
	color: #4F4B42;
	font-weight: bold;
	border: 1px solid #e2e2e2;
	height: 35px;
	line-height: 25px;
}

#search .toggle:hover { 
	text-decoration: none;
	color: #4F4B42;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#search .toggle > span {
	display: block;
	float: left;
	padding: 5px;
	text-align: center;
	width: 150px;
}

#search .toggle > span.selected {
	background-color: #ffcb05;
	color: #000;
}

#search .product.vcs .overlay { background-image: url('/case-studies/images/vcs-overlay.jpg'); background-size: contain; }

#search .product.vcs img { opacity: 1; transition: opacity 0.15s; }
#search .product.vcs img:hover { opacity: 0.3; }

#search .product.uno {
	border-bottom: 1px solid #ddd;
	padding-top: 15px;
	background: #eaeaea; /* Old browsers */
	background: -moz-linear-gradient(top,  #eaeaea 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eaeaea 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eaeaea 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eaeaea 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eaeaea 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

#search .product.uno:hover {
	background: #e0e0e0; /* Old browsers */
	background: -moz-linear-gradient(top,  #e0e0e0 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0e0e0), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e0e0e0 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e0e0e0 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e0e0e0 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e0e0e0 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

#search .product.uno:hover h2 { color: #0066E4; }
#search #tab-wcs a:hover, #search #tab-lp a:hover, #search #tab-tsp a:hover, #search #tab-vcs a:hover, #search #tab-vs a:hover { text-decoration: none; }

#search #tabs { background-color: transparent; background-image: none; }
#search #tabs p.no { margin-top: 10px; }

#search .tab { min-height: 200px; overflow: auto; position: relative; }
#search .ui-tabs .ui-tabs-panel, #search .ui-tabs { padding: 0; }
#search .ui-widget-content { border: 0; }
#search .ui-corner-all { border-radius: 0; }

#search #filter em.error { font-size: 10px; margin-left: 5px; color: red; font-style: italic; }

#search .tab #error-div {
	position: absolute;
	left: 235px;
	top: 150px;
    width: 400px;
	background-color: #eee;
	border-radius: 25px;
	z-index: 101;
}

#error-div p {
	margin-bottom: 0;
	padding: 25px;
	font-weight: bold;
	font-size: 10px;
	color: #9f0000;
}

#loading-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background-color: rgba(0,0,0,0.3);
	background-image: url('/images/icons/loading.gif');
	background-repeat: no-repeat;
	background-position: center center;
}

.widget #loading-overlay { background-color: #fff; }

@media (max-width: 576px) {

	#search #filter button.reset,
	#search #filter input[type=submit] {
		width: 100%;
	}

}

/* ----- SINGLE CASE STUDY ----- */

.single-product .panel {
    padding: 10px;
    border-bottom: 3px solid #ccc;
}

.single-product #content {
    position: relative;
    float: left;
    width: 32%;
    margin-left: 3%;
}

.single-product .btn {
    margin: 5px 0;
}

.single-product #content .btn {
    display: block;
    text-align: center;
}


/* ----- VIDEO CASE STUDY / VIDEO ----- */

#vcs #video-content-container,
#video-single #video-content-container {
    margin-bottom: 15px;
	
	
}

#tab-vcs{
	background-color: transparent;
	color: white;
	border: none;
}

#slideshow-container{
	float: left;
    width: 65%;
}

#vcs #video-container,
#video-single #video-container {
    float: left;
    width: 65%;
}

#vcs #video-container #desc,
#video-single #video-container #desc {
    margin-top: 15px;
	
	
}

#vcs #content h2,
#video-single #content h2 {
    margin-bottom: 15px;
}

#vcs #video,
#video-single #video {
    width: 100%;
    background: no-repeat url('/case-studies/images/youtube.jpg');
    background-size: contain;
}

#vcs #video iframe,
#video-single #video iframe {
    background: transparent;
}

@media (max-width: 768px) {
    #vcs #video-container,
    #video-single #video-container {
        float: none;
        width: auto;
    }
    .single-product #content {
        float: none;
        width: auto;
        margin: 0 0 20px 0;
    }
    .single-product .filter,
    .product.uno .filter {
        max-width: 100%;
        overflow-x: auto;
    }
}
#junior-video-container{
width: 49%;
float: right;

}

#junior-video-container h1{

float: right;

}
#junior-video {
    float: left;
	width: 100%;
	
}

#junior-content{
width: 49%;
float: left;
}
#junior-content img{
	width: 100%;
}

/* ----- WRITTEN CASE STUDY ----- */
#wcs{
	line-height: 1.5;
	font-size: 16px;
	
}


#wcs #content {
    float: right;
    min-height: 0;
    margin: 0 0 15px 15px;
    width: 275px;
	
}

#wcs .ref {
    padding-left: 1.5em;
    text-indent: -1.5em;
}

#wcs .fn {
    text-indent: 1.5em;
}

#wcs .ref-head {
    margin-bottom: 0px;
}

#wcs #mainText img {
    margin: 10px;
}

#wcs #mainText figure img {
    margin: 0 0 5px 0;
}

#wcs #mainText figcaption {
    font-size: 10px;
    color: #777777;
}

@media (max-width: 576px) {
    #wcs #content {
        float: none;
        margin: 0 0 15px 0;
        box-sizing: border-box;
        width: 100%;
    }
    #wcs .ref {
        word-break: break-word;
    }
}

/* ----- SINGLE VIRTUAL SIMULATOR ----- */

#vs-single {
    height: inherit;
    overflow: hidden;
}

#vs-single #veils {
    height: inherit;
    width: 80%;
    float: left;
}

#vs-single #veils iframe {
    display: block;
}

#vs-single #instructions {
    height: inherit;
    width: 20%;
    float: left;
}

#vs-single #side-bar {
    margin: 20px auto;
    text-align: center;
}

#vs-single #side-bar h1 {
    font-size: 22px;
}

#vs-single #side-bar h3 {
    font-size: 14px;
    margin-top: 10px;
}

#vs-single #side-bar img {
    margin: 20px auto;
    width: 80%;
}

#vs-single #side-bar p {
    text-decoration: underline;
}

#vs-single #side-bar ul {
    padding: 10px;
    background-color: #f7f7f7;
    margin: 10px;
}

#vs-single #side-bar ul li {
    margin: 0 0 10px;
    padding: 0 0 10px 0;
    list-style-type: none;
    border-bottom: 1px dashed #ccc;
}

#vs-single #side-bar ul li:last-child {
    margin: 0;
    padding: 0;
    border: none;
}

#vs-single #side-bar .btn {
    width: 80%;
    margin: 3px 10px;
    box-sizing: border-box;
}


/* ----- REPORTS / PRESS RELEASES / ARTICLES ----- */

#reports span.date,
#prsrls span.date,
#articles span.date,
#white-papers span.date {
    margin-right: 30px;
}

.hrsub h3+hr,
#reports h3+hr,
#prsrls h3+hr,
#articles h3+hr,
#slegp h3+hr,
#external h3+hr,
#facilitator h3+hr,
#sitemap h3+hr,
#adl h3+hr,
#civilians h3+hr,
#image-library h3+hr,
#guides h2+hr {
    margin-top: 5px;
}

@media (max-width: 576px) {
    #reports span.date,
    #prsrls span.date,
    #white-papers span.date {
        display: block;
        margin: 0 0 5px 0;
    }
}


/* ----- ARTICLES ----- */

#articles label {
    display: inline;
}

#articles .year {
    margin-top: 15px;
    margin-bottom: 50px;
}

#articles span.source {
    float: right;
    font-weight: bold;
}

#articles .no>li:before,
#articles .no>li:after {
    content: "";
    display: table;
}

#articles .no>li:after {
    clear: both;
}

#articles .no>li {
    zoom: 1;
}

#articles span.date {
    float: left;
}

#articles .no li>a {
    display: inline-block;
    float: left;
    max-width: 510px;
}

@media (max-width: 768px) {
    #articles span.date {
        float: none;
        display: block;
        margin-bottom: 5px;
    }
    #articles .no li>a {
        float: none;
        display: block;
        margin-bottom: 5px;
    }
    #articles span.source {
        float: none;
        display: block;
        margin-bottom: 20px;
    }
}


/* ----- EXTERNAL LINKS ------ */

#external ul>li.highlight {
    background-color: #fff3c5;
    border-left: 5px solid #ffcb05;
    padding: 5px 0 5px 5px;
}

#external ul>li.highlight:hover {
    border-color: #deb106;
}

#external ul>li {
    padding: 5px 0 5px 5px;
    background-color: #eee;
    border-left: 5px solid #ccc;
}

#external ul>li:hover {
    border-color: #aaa;
}




/* ----- CASE STUDIES ----- */

.case-studies #tabs {
    border-bottom: 1px solid #ddd;
	color: white; !important;
}

#cs-packages .package img {
    float: left;
    margin: 0 10px 0 0;
}

@media (max-width: 576px) {
    #cs-packages .package img {
        float: none;
        margin: 0 0 10px 0;
        max-width: 100%;
    }
}


/* ----- CASE STUDY PACKAGES ----- */

.cs-container,
.tsp-single {
    margin-bottom: 20px;
	
}

.cs-container img,
.tsp-single img {
    margin: 0 10px 5px 0;
    float: left;
}

.cs-container .btn-links {
    clear: left;
    float: left;
	
}

.cs-container .youtube>img,
.cs-container .youtubePl>img {
    width: auto !important;
}

.cs-container .btn-links .btn {
    width: 239px;
    text-align: center;
}

.featured-cs,
.featured-video {
    padding: 5px;
	
}

.featured-cs h2,
.featured-video h2 {
    padding: 0 3px;
}

.featured-cs h2:before,
.featured-video h2:before {
    content: url('/case-studies/images/featured.png');
    width: 19px;
    height: 19px;
    margin-right: 5px;
    line-height: 32px;
}

#ethical-modules .em-intro-img {
    float: left;
    margin-right: 10px;
}

@media (max-width: 576px) {
    #ssvcs .cs-container img,
    #ethical-modules .em-intro-img,
    #ethical-modules .cs-container img {
        float: none;
        margin: 0 0 10px 0;
        max-width: 100%;
    }
}


/* ----- FACILITATOR MATERIALS ----- */

#facilitator .section {
    margin-bottom: 30px;
}


/* ----- SITEMAP ----- */

#sitemap .section {
    margin-bottom: 20px;
}

#sitemap .section>ul {
    float: left;
    margin-right: 20px;
    width: 45%;
}

@media (max-width: 576px) {
    #sitemap .section>ul {
        float: none;
        margin: 0 0 10px 0;
        width: 100%;
    }
}


/* ----- VIDEOS ----- */

.videos .video h3 {
    height: 35px;
    margin-bottom: 5px;
    overflow: hidden;
}

.videos .video h3 a {  }

.videos .video a.dl, .videos .video a.file {
	margin-top: 5px;
	font-size: 14px;
	display: block;
	text-align: center;
}

.videos .video span.file {
	margin-top: 5px;
	font-size: 14px;
	display: block;
	text-align: center;
}

.video .img-container, .vid .img-container, .vcs .img-container {
	position: relative;
	overflow: hidden;
	background-color: #e0e0e0;
	width: 100%;
}

.vcs a {
    max-width: 280px;
    margin: 0 auto;
    display: block;
}

.video a {
    max-width: 300px;
    margin: 0 auto;
    display: block;
}

.vcs .img-container {
    padding-bottom: 55.357%;
}

.video .img-container,
.vid .img-container {
    padding-bottom: 75%;
}

.video .img-container img,
.vid .img-container img,
.vcs .img-container img {
    width: inherit;
    max-width: inherit;
    position: absolute;
    top: 0;
    left: 0;
}

.videos .featured-video div {
    float: left;
    margin: 0 10px 5px 0;
    width: 200px;
}

@media (max-width: 576px) {
    .videos .featured-video div,
    .case-studies .featured-cs img {
        margin: 0 0 5px 0;
        float: none;
    }
}


/* ----- NEWS ----- */

#news #errors {
    display: block;
}

#news img.featured {
    width: 100%;
}

#news .news-container {
   
    width: calc(100% - 600px);
    margin-right: auto;
	margin-left: auto;
	
}

#news .news-container .crumbs {
    padding: 6px 3px;
    background-color: transparent;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#news .news-container .pagination {
    margin: 20px 0 0 0;
}

#news .news-container .social-container {
    margin-top: 20px;
}

#news .widget-container {
    float: left;
    width: 225px;
}

#news .widget {
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
}

#news .random-vcs-content {
    min-height: 164px;
    position: relative;
}

#news .random-vcs-content h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    margin: 5px 0;
    cursor: ns-resize;
}

#news .random-vcs-content h4:active {
    white-space: normal;
}

#news #twitter.widget {
    padding: 0;
    margin: 0;
    border: none;
}

#twitter-widget-0 {
    /*max-width: 85px !important;*/
}

#news .widget h3 {
    background-color: #f0f0f0;
    border: 1px dashed #DDDDDD;
    font-size: 16px;
    height: 29px;
    line-height: 30px;
    margin: 0 0 5px;
    padding: 0 5px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#news .widget ul {
    padding-left: 10px;
    margin: 0;
}

#news .widget ul li {
    padding-bottom: 5px;
    border-bottom: 1px dotted #ccc;
}

#news .widget ul li:last-of-type {
    border-bottom: none;
}

#news .news-item {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

#news .news-item:last-of-type {
    border: none;
}

#news .news-item .content img {
    margin-bottom: 10px;
}

#news .news-item:last-child {
    border-bottom: none;
}

#news .news-item .content {
    margin: 0 10px 10px 10px;
}

#news .news-item .content p:last-child {
    margin-bottom: 0;
}

#news .news-item h4 {
    margin-bottom: 5px;
}

#news .news-item p {
    line-height: 1.75em;
}

#news .news-item .related li {
    margin-bottom: 2px;
}

.video-container {
    position: relative;
}

.video-container iframe,
.video-container object,
.video-container embed,
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 768px) {
    #news .news-container {
        float: none;
        margin-right: 0;
        width: 100%;
        margin-bottom: 20px;
    }
    #news .widget-container {
        float: none;
        width: 100%;
    }
    #news .random-vcs,
    #news .current-theme {
        float: left;
        width: 49%;
    }
    #news .current-theme {
        margin-right: 2%;
    }
    #news .random-vcs img,
    #news .current-theme img {
        margin: 0 auto;
    }
}

@media (max-width: 576px) {
    #news .random-vcs,
    #news .current-theme {
        float: none;
        width: auto;
    }
    #news .current-theme {
        margin-right: 0;
    }
}


/* ----- DOCUMENT LIST ----- */

.il .item {
    border-bottom: 1px dotted #DDDDDD;
    margin-bottom: 0;
    padding: 10px 0;
}

.il .item img {
    float: left;
    margin: 0 20px 0 5px;
    border: 1px solid #ddd;
}

.il .item h2 {
    font-size: 16px;
}

.il .item h3 a {
    display: inline;
}

.il .item:nth-child(2n) {
    background-color: none;
}

.il .item ol li {
    margin-bottom: 0.5rem;
    list-style-position: inside;
}

@media (max-width: 576px) {
    .il .item img {
        float: none;
        margin-bottom: 10px;
    }
}

/* ------ Not in my squad -------*/
.tile-holder{
	width: 1200px;
	margin: auto;

}
.squad {
    position: relative;
    float: left;
    width: 27%;
    min-height: 272px;
    margin-right: 5%;
    overflow: hidden;
    border-bottom: 3px solid #ddd;
}

.squad img {
    display: inline-block;
    width: 100%;
}

.squad:nth-child(n+4)\) {
    margin-top: 20px;
}

.squad:nth-child(3n) {
    margin-right: 0px;
}

.squad:nth-of-type(3n+1) { clear: left; }

@media (max-width: 768px) {
    .squad {
        width: 450px;
        max-width: 100%;
        margin: 0 auto;
        float: none;
    }
    .squad:nth-child(3n) {
        margin: 20px auto 0;
    }
    .squad :nth-of-type(n+2)
     {
        margin-top: 20px;
    }
}



/* ------- POSTERS --------*/

.poster,
.feature-tile {
	
    position: relative;
    float: left;
    width: 30%;
    min-height: 272px;
    margin-right: 5%;
    overflow: hidden;
    border-bottom: 3px solid #ddd;
}

 .poster img,
.feature-tile img {
    display: inline-block;
    width: 100%;
}

 .poster a,
.feature-tile a {
    width: 100%;
    position: relative;
    display: block;
}



 .poster a:hover,
.feature-tile a:hover {
    text-decoration: none;
}

 .poster:hover,
.feature-tile:hover {
    background-color: transparent;
    border-bottom: 3px solid #ffcb05;
    box-shadow: 0px 0px 25px 0px rgba(50, 50, 50, 0.5);
}

 .poster .current,
.feature-tile .current {
    position: absolute;
    top: 0;
    left: 0;
}

 .poster:hover .current,
.feature-tile:hover .current {
    top: 0;
}

 .poster h3,
.feature-tile h3 {
    font-size: 25px;
    margin: 8px 0;
    padding: 0 5px;
}



 .poster:nth-child(n+4),
.feature-tile:nth-child(n+4) {
    margin-top: 20px;
}

.poster:nth-child(3n),
.feature-tile:nth-child(3n) {
    margin-right: 0;
}

.poster:nth-of-type(3n+1),
.feature-tile:nth-of-type(3n+1) { clear: left; }

@media (max-width: 768px) {
    .poster,
     {
        width: 450px;
        max-width: 100%;
        margin: 0 auto;
        float: none;
    }
     .poster:nth-child(3n),
    {
        margin: 20px auto 0;
    }
     .tile:nth-of-type(n+2),
     {
        margin-top: 20px;
    }
}



/* ------ALx Video Sections  -----*/

#alx-video-section{
	width: 100%;
	
}


/* ----- ARTICLE MEDIA  ----- */

#article-button{
	float: right;
	width: 25%;
}

#article-description{
	width: 25%; 
	float: left;
	padding-left: 10px;
}

#article-image{
	width: 30%;
	float: left;
}




@media (max-width: 986px) {
#article-description{

		width: 100%;
		float: left;
		clear: both;
		padding-top: 5px;

	
}

#article-image{
	width: 100%;
	float: left;
	clear: both;
	
	
	
}

#article-button{
	float: left;
	clear: both;
	width: 100%;
}


}



/* ----- NEW VIDEOS FOR DVIDS  ----- */

body {font-family: Arial;}

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
 display: none;
  padding: 6px 12px;
  border-top: none;
}






.video-container {
  position: relative;
  overflow: hidden;
  width: 60%;
  padding-top: 35%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  margin: auto;
}

.myVideos {
    display: none;     
}

.video-container h2{
  text-align: center;
  font-size: 25px;
  padding: 10px 0px;
  
}

.video-container iframe{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}



.text {
    color: #f2f2f2;
    font-size: 15px;
    padding-top: 12px;
  padding-bottom: 12px;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: #222428
}

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color .6s ease
}

.active,
.dot:hover {
    background-color: #717171
}


/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* SLIDESHOW MEDIA*/

@media only screen and (max-width: 1084px) {
	
	.video-container{
		 position: relative;
		  overflow: hidden;
		  width: 100%;
		  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
		  margin: auto;
			
		}
		
	
		
		
}





