.vid-archive {
   width: 80%;
   padding: 4em 0;
   margin: 0 10%; }

.vid-archive h1 { 
  margin-bottom: .5em;
  }
  
.vid-archive h1 .filter-title { 
  text-transform: capitalize;
  font-size: 140%;
  }

.vid-archive h1.with-tagline { 
  margin-bottom: .1em;
  }
  
.vid-archive .tagline { 
  margin-bottom: 2em !important;
  font-size: 140%;
  font-style: italic;
  }

/* --- Archive List Format --- */

.vid-archive article { 
  margin-bottom: 1.5em;
  position: relative;
  }
   
@media only screen and (min-width: 1200px)   { 
	.vid-archive article { 
		margin-bottom: 40px; 
		text-align: left;
      font-size: 120%;
		}
	}  
	
.vid-archive figure { 
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 52.3333%;
  margin-bottom: .5em;
  }	
  
@media only screen and (min-width: 740px)   { 
	.vid-archive figure { 
	  padding-bottom: 0;
	  height: 205px;
	  float: left;
	  width: 390px;
	  }	
	.vid-archive figcaption { 
	  padding-left: 430px;
	  text-align: left;
	  }
	}  
	
.vid-archive article figure a { 
	display: block;
	height: 100%;
	width: 100%;
	padding: 0 !important;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition:    all .2s ease-in-out;
  -o-transition:      all .2s ease-in-out;
  -ms-transition:     all .2s ease-in-out;
  transition:         all .2s ease-in-out; 
	}
	
.vid-archive .image { 
  background-position: center center;
  background-repeat: no-repeat;  
  -webkit-background-size: cover;
  -moz-background-size:    cover;
  -o-background-size:      cover;
  background-size:         cover;  
  -webkit-transition: all 1s ease-in-out;
  -moz-transition:    all 1s ease-in-out;
  -o-transition:      all 1s ease-in-out;
  -ms-transition:     all 1s ease-in-out;
  transition:         all 1s ease-in-out;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  }
  
.vid-archive article:hover .image { 
  -moz-transform:    scale(1.1);
  -ms-transform:     scale(1.1);
  -webkit-transform: scale(1.1);
  transform:         scale(1.1); 
  }
	
.vid-archive a h2 { 
  font-size: 140%;
  color: #003158;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition:    all .2s ease-in-out;
  -o-transition:      all .2s ease-in-out;
  -ms-transition:     all .2s ease-in-out;
  transition:         all .2s ease-in-out;   } 
  
  .vid-archive a:hover h2 { color: #008cff; }
  
.vid-archive a p { 
  font-size: 80%;
  line-height: 1.1;
  color: #505050;
  } 
  
.vid-archive small { 
  text-transform: uppercase;
  font-size: 70%; 
  font-weight: 700;
  margin-top: 1em;
  color: #003158;
  line-height: 1;
  display: block;
  }

.vid-archive small a { 
  color: #003158;
  display: inline-block;
  }

.vid-archive small a:hover,
.vid-archive small a:active { 
	color: #008cff; 
	text-decoration: underline;
	}
	
.archive-list {
    list-style: none;
}

.archive-list li {
    display: inline-block;
    padding: .2em;
}

.archive-list li a {
    background: #004985;
    color: #fff;
    font-size: 120%;
    display: block;
    padding: .3em .4em;
    -moz-transition: all .3s cubic-bezier(0.75, -0.25, 0.25, 0.75);
    -o-transition: all .3s cubic-bezier(0.75, -0.25, 0.25, 0.75);
    -webkit-transition: all .3s cubic-bezier(0.75, -0.25, 0.25, 0.75);
    transition: all .3s cubic-bezier(0.75, -0.25, 0.25, 0.75);
}

.archive-list li a:hover { background: #ccc; }
	
/* pagination */

.archive-pagination { 
	font-size: .9em;
	}
	
.archive-pagination span a { 
	padding: .35em .75em;
	background: #d0d0d0;
	}

.archive-pagination span a:hover { 
	background: #ababab;
	}
	
.archive-pagination span a:hover,
.archive-pagination span a:active { 
	color: black;
	}
	
.archive-pagination span.active { 
	background: white;
	padding: .35em .75em;
	}	
	
	 

.videoWrapper {
   position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* --------------  Text Blocks  -------------- */  
  
.vid-post-text-block { 
   margin: 2em 0; 
  position: relative;
  width: 100%; 
  }

.vid-post-text-block a { 
  color: #005dab;
  }
  
.vid-post-text-block a:focus, 
.vid-post-text-block a:hover {
   color: #00a74f;
	text-decoration: underline; 
  } 

/* --- text --- */

.vid-post-text-block article,
.vid-post-meta article { 
	position: relative; 
	padding: .5em 1.5em 1.5em;
	text-align: left;
	}
.vid-post-meta article { 
	padding: 1.5em 1.5em 0;
	}

.vid-post-text-block h1 {
   color: #00192c; }
   
.vid-post-meta time {
   text-transform: uppercase;
   margin-bottom: 15px; }
   
.vid-post-meta .tagged {
   display: block;
   margin-bottom: 1em; }
    
.vid-post-meta .tagged a {
   background: #004985;
   color: #fff;
   font-size: 80%;
   padding: .25em .5em;
   white-space: nowrap;
   text-transform: uppercase;
   -webkit-transition: all .2s ease-in-out;
   -moz-transition:    all .2s ease-in-out;
   -o-transition:      all .2s ease-in-out;
   -ms-transition:     all .2s ease-in-out;
   transition:         all .2s ease-in-out; }
   
.vid-post-meta .tagged a:hover {
   background: #ccc; 
   text-decoration: none; }

@media only screen and (min-width: 1200px) { 
	.vid-post-text-block article,
  .vid-post-meta article { 
		width: 96%;
		width: calc(100% - 4em); 
		padding: 2em 0;
	  max-width: 1000px; 
		}
  .vid-post-text-block.pos-1 article { 
		padding-top: 0;
		}
	.vid-post-meta article  { 
		padding: 0 0 1em 0;
		} 
}

.vid-post-text-block article.no-top-padding,
.vid-post-meta article.no-top-padding { 
	padding-top: 0;
	}
	
.vid-post-text-block article.no-bottom-padding,
.vid-post-meta article.no-bottom-padding { 
	padding-bottom: 0;
	}


.vid-post-text-block h2 { 
  /*text-transform: uppercase;*/
  text-align: center;
  }


   /* --- text block --- */

.vid-related {
  background: #eee;
  padding: 1.5em;
}

.vid-related h2 {
  text-transform: uppercase;
  font-size: 1em;
  margin-bottom: 1em;
}

@media only screen and (min-width: 1200px) { 
  .vid-related > div { 
		padding: 2em;
		} 
	}
  
.vid-featured article { 
  padding-bottom: 1.5em;
  }

.vid-related article h4 {
  font-size: 100%;
}

@media only screen and (min-width: 740px)   { 
  .vid-featured article { 
		width: calc(33% - 2em);
		float: left;
		padding: 0 1em 2em;
		}
	}  
	
@media only screen and (min-width: 1200px)   { 
	.vid-featured article { 
		padding-bottom: 40px; 
		}
	}  
	
.vid-featured article a { 
	display: block;
	padding: 0 !important;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition:    all .2s ease-in-out;
  -o-transition:      all .2s ease-in-out;
  -ms-transition:     all .2s ease-in-out;
  transition:         all .2s ease-in-out; 
	}
	
	
.vid-featured figure { 
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 52.3333%;
  margin-bottom: .5em;
  }		
	
.vid-featured .image { 
  background-position: center center;
  background-repeat: no-repeat;  
  -webkit-background-size: cover;
  -moz-background-size:    cover;
  -o-background-size:      cover;
  background-size:         cover;  
  -webkit-transition: all 1s ease-in-out;
  -moz-transition:    all 1s ease-in-out;
  -o-transition:      all 1s ease-in-out;
  -ms-transition:     all 1s ease-in-out;
  transition:         all 1s ease-in-out;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  }
  
.vid-featured article:hover .image { 
  -moz-transform:    scale(1.1);
  -ms-transform:     scale(1.1);
  -webkit-transform: scale(1.1);
  transform:         scale(1.1); 
  }
  
.sharing {
    border-bottom: 1px solid #ccc;
    border-top: 0;
    padding: 0 0 .25em 0;
    margin: 0 0 1em 0;
    text-align: left;
}

.sharing a {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition:    all .2s ease-in-out;
  -o-transition:      all .2s ease-in-out;
  -ms-transition:     all .2s ease-in-out;
  transition:         all .2s ease-in-out; 
  text-align: center;
}

.sharing a:hover {
   background: #00192c;
  -moz-transform:    scale(1.1);
  -ms-transform:     scale(1.1);
  -webkit-transform: scale(1.1);
  transform:         scale(1.1); 
  text-decoration: none !important;
}

.sharing a span {
    text-indent: -99999px;
    background: transparent !important;
    line-height: 1 !important;
    height: auto !important;
    width: auto !important;
    margin-top: 8px !important;
}

.addthis_toolbox a {
    color: white !important; }

/* Pagination
------------------------------------ */

.pagination {
  text-align: center;
  margin-top: 2em;
}
.pagination ul {
  margin: 0 auto;
}
.pagination li {
  padding: .25em;
  display: inline-block;
  font-size: .6em;
}
.pagination li a {
  width: 2em;
  height: 2em;
  line-height: 2em;
  color: #003158;
  border-radius: 50%;
  display: block;
}
.pagination li:hover a {
  background: #008cff;
  color: #fff;
}
.pagination li a.active {
  background: #a4a4a4;
  color: #fff;
  cursor: auto;
}
.pagination li.arrow-button:hover a {
   color: #008cff;
  background: transparent;
}
.pagination li.previous { margin-right: 2em; }
.pagination li .arrow {
   font-family: 'trilogyicons';
  background: #606060;
  width: .8em;
  height: 1px;
  display: inline-block;
  position: relative;
  top: -.35em;
  -moz-transition:    all .2s cubic-bezier(0.75, -0.25, 0.25, 0.75);
  -o-transition:      all .2s cubic-bezier(0.75, -0.25, 0.25, 0.75);
  -webkit-transition: all .2s cubic-bezier(0.75, -0.25, 0.25, 0.75);
  transition:         all .2s cubic-bezier(0.75, -0.25, 0.25, 0.75);    
}
.pagination li:hover .arrow {
  background: #4ba65b;  
}
.pagination li .arrow:before,
.pagination li .arrow:after {
  background: #606060;
  width: .5em;
  height: 1px;
  display: block;
  content: "";
  position: absolute;
  top: 0;
}
.pagination li:hover .arrow:before,
.pagination li:hover .arrow:after {
  background: #4ba65b;
}
.pagination li.next .arrow:before,
.pagination li.next .arrow:after {
  right: 0;
  transform-origin: 100% 0%;  
}
.pagination li.next .arrow:before {
  transform: rotate(45deg);
}
.pagination li.next .arrow:after {
  transform: rotate(-45deg);
}
.pagination li.previous .arrow:before,
.pagination li.previous .arrow:after{
  left: 0;
  transform-origin: 0% 100%;  
}
.pagination li.previous .arrow:before {
  transform: rotate(-45deg);
}
.pagination li.previous .arrow:after {
  transform: rotate(45deg);
}

@media only screen and (min-width: 740px) and (min-device-width: 480px) {  
  .pagination li {
    font-size: .8em;
  }
}
@media only screen and (min-width: 1000px) and (min-device-width: 480px) {  
  .pagination li {
    font-size: .9em;
  }
}
@media only screen and (min-width: 1200px) and (min-device-width: 480px) {  
  .pagination li {
    font-size: 1.25em;
  }
}


.vid-archive form select, .vid-archive select {
    width: auto;
    margin: .5em 0 1em 0;
    display: block;
    border: 1px #ccc solid;
    border-radius: 2px;
    padding: 10px;
    opacity: 1;
    position: relative;
    color: #000;
    background: #fff;
    font-size: 65%;
}
