/*   
Theme Name: AMT Child Theme
Theme URI: 
Description: Only use this Child Thematic Theme, <strong>NEVER</strong> remove or modify Parent "Thematic" theme. Front End Design: <a href ="http://nehbit.net">Burak Nehbit</a>
Author: James Gillispie
Author URI: http://www.newschool.edu/directory/directoryDetail.aspx?id=3521574&FirstnameFilter=James&LastnameFilter=Gillispie&PageIndex=0
Template: thematic
Version: 1.0
Tags: Parsons
.
*/

/* Reset browser defaults */
@import url('library/styles/reset.css');

/* Apply menu*/
@import url('library/styles/menu.css');

/* Apply a basic layout */
@import url("library/layouts/3-col-fluid.css");

/* Bootstrap */

@import url("library/styles/bootstrap/bootstrap.min.css");


@import url("library/styles/bootstrap/style.css");

/* Footer */

@import url('library/styles/footer.css');

/* Apply default theme styles and colors */

@import url('library/styles/default.css');

/* Parsons shelf 9.18.12 gillispj@newschool.edu */

@import url('library/styles/shelf.css');

/* Prepare theme for plugins */

/* -------------------------------------------------------------- 
   
   Default styles for Images
   
   I've duplicated these styles here from images.css in
   order to get Thematic through the auto-checker at the
   official WordPress Themes directory.
   
   When the directory can hunt though css files linked
   through @import the styles below will no longer be
   neccesary and will be removed.
   
   Cheers. --Ian Stewart
  
-------------------------------------------------------------- */

#error404-searchform{
	padding: 10px;
}


/*.column {
    float: left;
}
.size-1of4 {
    width: 25%;
}
.size-1of3 {
    width: 33.333%;
}
.size-1of2 {
    width: 50%;
}

[data-columns]::before {
    display: none;
}

#contenthome {
    -webkit-filter: drop-shadow(0 0 12px rgba(0,0,0,0.2));
}

@media screen and (max-width: 450px) {
    #contenthome[data-columns]::before {
        content: '1 .column';
    }

 My Comment 
}

@media screen and (min-width: 451px) and (max-width: 700px) {
    #contenthome[data-columns]::before {
        content: '2 .column.size-1of2';
    }
}

@media screen and (min-width: 701px) and (max-width: 850px) {
    #contenthome[data-columns]::before {
        content: '3 .column.size-1of3';
    }
}

@media screen and (min-width: 851px) {
    #contenthome[data-columns]::before {
        content: '4 .column.size-1of4';
    }
}*/


.shout{
	max-height: 450px;
	display: inline-block;
	width: 32%;
	overflow: scroll;
}

.royal_bkg h3{
position: relative;
z-index: 99999;
background-color: #fff;
text-align: left;
padding: 8px;
font-size: 20px;
line-height: 24px;
border-top: #000 solid 6px;
border-bottom: #333 solid 0px;
}

.royal_bkg h3 a{
	color: #000;
}

.really_simple_share {
padding-top: 2px;
padding-bottom: 2px;
clear: both;
}

.really_simple_share_facebook_like{
	margin-top: 0px !important;
}

.really_simple_share div {
float: left;
padding-left: 0px !important;
}


.authortitlebox{
background-color: white;
font-weight: bold;
font-size: 42px;
position: relative;
top: -40px;
z-index: 100;
padding: 0 9px;
}

.carousel .item > img {
display: block;
line-height: 1;
max-width: 100%;
}

a img .attachment-full{
	width: 100%;
}

.fullwidth img {
	max-width: 100%;
	max-height: 100%;
}

.slider
{
	width: 100%;
	max-height: 270px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
} 

#logowrap{
	margin-left: 13%;
	text-align: center;
	display: inline-block;
width: 300px;
}

.headerwrapper{
	width: 100%;
	height: 220px;
	max-width: 1140px;
	margin: 0 auto;
}

.wrapper{
    -moz-box-shadow:    inset 0  8px 40px -8px rgba(0,0,0,0.5), 
                        inset 0 -8px 40px -8px rgba(0,0,0,0.5);
    -webkit-box-shadow: inset 0  8px 40px -8px rgba(0,0,0,0.5),
                        inset 0 -8px 40px -8px rgba(0,0,0,0.5);
     box-shadow:        inset 0  8px 40px -8px rgba(0,0,0,0.5), 
                        inset 0 -8px 40px -8px rgba(0,0,0,0.5);
	background-color: white;
	margin-top: 29px;
}

.tes{
	background-color: rgba(0,0,0,0.5);
}
.wrapper.logo{
	max-width: 1140px;
}

.wrapper-cd{
	-moz-box-shadow: 1px 1px 10px -4px #dedede;
	-webkit-box-shadow: 1px 1px 10px -4px #dedede;
	box-shadow: 1px 1px 10px -4px #dedede;
	background: url(/img/cd.jpg) no-repeat fixed center 0; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.wrapper-dt{
background: url(img/<?php echo $selectedBg; ?>) no-repeat;
}

.wrapper-dtbfa{
	-moz-box-shadow: 1px 1px 10px -4px #dedede;
	-webkit-box-shadow: 1px 1px 10px -4px #dedede;
	box-shadow: 1px 1px 10px -4px #dedede;
	background: url(/img/dtbfa.jpg) no-repeat fixed center 0; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.wrapper-dtmfa{
	-moz-box-shadow: 1px 1px 10px -4px #dedede;
	-webkit-box-shadow: 1px 1px 10px -4px #dedede;
	box-shadow: 1px 1px 10px -4px #dedede;
	background: url(/img/dtmfa.jpg) no-repeat fixed center 0; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


img.source-image {
    width:100%;
    position:absolute;
    top:0;
    left:0;
    z-index:0;
    min-width:1024px;
}

.wrapper-gdaas{
	-moz-box-shadow: 1px 1px 10px -4px #dedede;
	-webkit-box-shadow: 1px 1px 10px -4px #dedede;
	box-shadow: 1px 1px 10px -4px #dedede;
	background: url(/img/gdaas.jpg) no-repeat fixed center 0; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.wrapper-fa{
	-moz-box-shadow: 1px 1px 10px -4px #dedede;
	-webkit-box-shadow: 1px 1px 10px -4px #dedede;
	box-shadow: 1px 1px 10px -4px #dedede;
	background: url(/img/fa.jpg) no-repeat fixed center 0; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.wrapper-fabfa{
	-moz-box-shadow: 1px 1px 10px -4px #dedede;
	-webkit-box-shadow: 1px 1px 10px -4px #dedede;
	box-shadow: 1px 1px 10px -4px #dedede;
	background: url(/img/bk2.png) no-repeat fixed center 0; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.wrapper-il{
	-moz-box-shadow: 1px 1px 10px -4px #dedede;
	-webkit-box-shadow: 1px 1px 10px -4px #dedede;
	box-shadow: 1px 1px 10px -4px #dedede;
	background: url(/img/il.jpg) no-repeat fixed center 0; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.wrapper-famfa{
	-moz-box-shadow: 1px 1px 10px -4px #dedede;
	-webkit-box-shadow: 1px 1px 10px -4px #dedede;
	box-shadow: 1px 1px 10px -4px #dedede;
	background: url(/img/famfa.jpg) no-repeat fixed center 0; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.wrapper-ph{
	-moz-box-shadow: 1px 1px 10px -4px #dedede;
	-webkit-box-shadow: 1px 1px 10px -4px #dedede;
	box-shadow: 1px 1px 10px -4px #dedede;
	background: url(/img/ph.jpg) no-repeat fixed center 0; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.wrapper-phbfa{
	-moz-box-shadow: 1px 1px 10px -4px #dedede;
	-webkit-box-shadow: 1px 1px 10px -4px #dedede;
	box-shadow: 1px 1px 10px -4px #dedede;
	background: url(/img/phbfa.jpg) no-repeat fixed center 0; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.wrapper-phmfa{
	-moz-box-shadow: 1px 1px 10px -4px #dedede;
	-webkit-box-shadow: 1px 1px 10px -4px #dedede;
	box-shadow: 1px 1px 10px -4px #dedede;
	background: url(/img/phmfa.jpg) no-repeat fixed center 0; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.wrapper-prmk{
	-moz-box-shadow: 1px 1px 10px -4px #dedede;
	-webkit-box-shadow: 1px 1px 10px -4px #dedede;
	box-shadow: 1px 1px 10px -4px #dedede;
	background: url(/img/prmk.jpg) no-repeat fixed center 0; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.alignleft,
img.alignleft {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	width: 100%;
	height: auto;
}
.alignright,
img.alignright {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}
.wp-caption {
	width: 100% !important;
	text-align: center;
	margin-bottom: 15px;
}
.wp-caption img {	
	margin: 0;
	padding: 0;
	border: 0 none;
	max-width: 100%;
	height: auto;
}
.wp-caption p.wp-caption-text, p.wp-caption-text {
font-size: 12px !important;
line-height: 16px !important;
max-width: 550px;
margin: 0 auto !important;
font-style: italic !important;
color: #666 !important;
text-align: left;
}
.gallery img {
    margin:0;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
	margin:0 !important;
}

tbody{
	width: 1000px;
}

.clear-fix{display:box;}
.two{
	margin-top: 0;
	margin-bottom: 0;
}

.three{
	margin-top: 0;
	margin-bottom: 0;
}

.entry{
	max-width: 720px;
	background-color: white;
	margin-top: 30px;
	padding: 15px;
}

.hentry{
}

.post p {
	line-height: 18px;
	margin: 0 0 15px;
	text-rendering: optimizelegibility;
	padding-left: 11px;
	padding-top: 10px;
	padding-right: 10px;
	font-size: 14px;
	color: #333;
}

.post .read-more{
	position: relative;
	bottom: 0px;
}

.post .read-more:hover{
	color: 
	#16586b !important;
	text-decoration: none;
}

.post .entry-title{
	margin: 12px 10px 0px 10px;
	}

.post .entry-meta{
	margin: 0 5px 5px;
}

.entry-meta .n {
	color: gray;
}

.headerfirst {
font-size: 14px;
font-weight: 900;
display: inline-block;
text-transform: uppercase;
float: left;
text-rendering: optimizelegibility;
width: 89px;
color: #fff;
margin-bottom: -5px;
z-index: 3;
padding-top: 2px;
position: relative;
}

.headerfirsthome {
font-size: 17px;
font-weight: 900;
display: inline-block;
text-transform: uppercase;
float: left;
text-rendering: optimizelegibility;
width: 107px;
color: #fff;
margin-bottom: -3px;
z-index: 3;
padding-top: 3px;
padding-left: 0;
position: relative;
}

.headerhome {
	color: #fff;
	font-weight: 900;
	display: inline-block;
	font-size: 36px;
	text-transform: uppercase;
	float: left;
	clear: left;
	text-rendering: optimizelegibility;
	line-height: .8em;
	position: relative;
	z-index: 2;
	padding: 5px 9px 6px 0;
	letter-spacing: -1px;
}

.headerindex {
	color: #fff;
	font-weight: 900;
	display: inline-block;
	font-size: 30px;
	text-transform: uppercase;
	float: left;
	clear: left;
	text-rendering: optimizelegibility;
	line-height: .8em;
	position: relative;
	z-index: 2;
	padding: 5px 9px 6px 0;
	letter-spacing: -1px;
}

.headersecond {
	color: #fff;
	font-weight: 900;
	display: inline-block;
	font-size: 28px;
	text-transform: uppercase;
	float: left;
	clear: left;
	text-rendering: optimizelegibility;
	line-height: .8em;
	position: relative;
	z-index: 2;
	letter-spacing: -1px;
	padding: 5px 9px 5px 0;
}

#headerstatic {
	position: relative;
	display: inline-block;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 90%;
}

#headerstatic h1 {
display: none;
visibility: hidden;
}

#headerstatic img {
height: auto;
}

.amtlogo h1{
	display: none;
	visibility: hidden;
}

.amtlogo{
	position: relative;
	top: -110px;
}

#indexmenu {
width: 100%;
position: relative;
bottom: 7px;
height: 48px;
top: 0px;
font-size: 11.5px;
font-weight: 800;
}

#indexmenu ul{
	width: 100%;
	max-width: 1140px;
	padding-top: 14px;
	margin: 0 auto;
}

#indexmenu li{
	float: left;
	list-style-type: none;
padding-right: 15px;
}

#indexmenu li:last-child
{
    padding-right: 0;
}

#indexmenu a{
	font-size: 11.5px;
	color: #E42727;
	font-weight: 800;
}

#indexmenu a:hover{
		color: #EC6A6A;
	
	font-weight: 800;
}

#megaMenu ul.megaMenu > li.ss-nav-menu-mega > ul.sub-menu-1, #megaMenu ul.megaMenu li.ss-nav-menu-reg ul.sub-menu {
color: #666;
text-shadow: none;
background-color: transparent !important;
text-rendering: optimizelegibility;
z-index: 100000;
display: none !important;

}

.featuredheader {
	display: inline-block;
	max-height: 330px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

#noheaderstatic {
	position: relative;
	display: inline-block;
	margin-right: auto;
	margin-top: -24px;
	padding-bottom: 7px;
}

.featuredheader-hm {
	width: 100%;
	max-width: 1140px;
	height: 0;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

#noheaderstatic-hm {
	position: relative;
	display: inline-block;
	margin-right: auto;
	top: -255px;
	margin-top: 0;
}

#noheaderstatic-new {
	position: relative;
	margin-right: auto;
	bottom: 250px;
}

#noheader {
	position: relative;
	display: inline-block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}

.noheaderfirst
{
	font-size: 16px;
	font-weight: 800;
	display: inline-block;
	text-transform: uppercase;
	float: left;
	text-rendering: optimizelegibility;
	width: 100px;
	margin-right: 33%;
	color: #E42727;
	margin-top: -22px;
	background-color: white;
	padding-top: 7px;
	padding-bottom: 0;
	padding-left: 8px;
	z-index: 100000;
}

.noheadersecond
{
	color: #E42727;
	font-weight: 800;
	display: inline-block;
	font-size: 50px;
	line-height: 36px;
	padding: 7px 10px 10px 10px;
	text-transform: uppercase;
	float: left;
	clear: left;
	text-rendering: optimizelegibility;
	z-index: 100000;
	width: 100%;
}


.shelf
{
	margin-top: 20px;
}

.secondnavwhitebox
{
	background-color: 
	white;
	position: relative;

	display: inline-block;
	clear: both;
	border-top-style: hidden;
	top: -36px;
	border-bottom: 1px solid purple;
}

.secondnavwhiteboxcat
{
	background-color: 
	white;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-box-shadow: inset 0 -2px 2px #ececec;
	-webkit-box-shadow: inset 0 -2px 2px 
	#ECECEC;
	box-shadow: inset 0 -2px 2px 
	#ECECEC;
	position: relative;
}

.newsitemimg
{
	width: auto;
		min-width: 100%;
}


.imageholder
{

}

.imageholder a img
{
}

.inner{
	
}



.header-wrap.logo{

}

.entry-utility {
	background-color: #fff;
	padding: 4px 0;
	border-top: 4px solid #333;
border-bottom: 1px solid #333;
margin-bottom: 12px;
	
}

.entry-utility a {
    color: #333;
    text-decoration:none;
	font-weight: bold;
}
.entry-utility a:active,
.entry-utility a:hover {
}

.date
{
	float: right;
	position: relative;
	color: white;
	padding-right: 5px;
	top: 4.5px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1.0px;
	z-index: 2;
}

.read-more:hover
{
	
}
	
.post
{	background-color: white;
	/*	padding-left: 1px;
	padding-right: 1px;*/
/*	padding-bottom: 5px;*/
	position: relative;

}

.post.error404{	
	padding: 10px;
}

.post.error404 .entry-title{	
color: #333;
line-height: 24px;
text-rendering: optimizelegibility;
font-size: 36px;
padding: 10px 0 20px;
}

.post.error404 .entry-title{	
color: #333;
line-height: 24px;
text-rendering: optimizelegibility;
font-size: 36px;
padding: 10px 0 20px;
}

.post.index
{	background-color: transparent !important;
	/*	padding-left: 1px;
	padding-right: 1px;*/
/*	padding-bottom: 5px;*/
	position: relative;

}

.postfill{	
background-color: #fff;

}

.post p
{	
padding: 10px;
}



.content-wrap {
	display: inline-block;
	margin-bottom: 50px;
}


.sliderbox{
width: 66%;
float: left;
display: block;
margin-right: 1.74%;	
height: 430px;
margin-bottom: 20px;
}

.slidenavbox{
/*background-color: rgba(172, 172, 172, 0.5);*/
height: 40px;
position: relative;
top: -40px;
}

#contenthome{
padding-top: 25px;
margin-bottom: 25px;
}

.masonbox{
	width: 100%;
max-width: 1160px;
margin: 0 auto;
padding-left: 20px;
}


.blog .post{	
background-color: #fff;
float: left;
position: relative;
width: 366px;
margin: 0 20px 5px 0;
}