html {
	margin-top: 0px;
}

* {
padding: 0px;
margin: 0px;
}

img {
	border: 0;
}


.btn {
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
/*  font-size: 20px;
  background: #B41E8E;
*/
  font-size: 12px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
 
}


.btn:hover {
  background: #851D6C;
  background: #e1e1e1;
  text-decoration: none;
}


.btn-paypal {
	color: #B41E8E;
	font-weight: bold;
 	-webkit-transition: 0.3s; /* For Safari 3.1 to 6.0 */
	transition: 0.3s;
}
.paypal_btn{
display: inline-block;
font-family: inherit;
font-size: 14px;
font-weight: bold;
color: #fff;
text-align: center;
padding: 10px 14px;
margin: 0;
background: #ff6600;
border: 0;
cursor: pointer;
outline: none;
}
.paypal_btn:hover{ background: #e05c04; }



.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}



/****** layout *********/

body {
	background-color: #851D6C;
	background-color: #B41E8E;
	background-color: #B2D436;
	font-family: "proxima-nova-1", "proxima-nova-2", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	-webkit-font-smoothing: subpixel-antialiased;
}
header {
	min-height: 140px;
}
footer {
	margin-top: 15px;
	margin-bottom: 90px;
	padding: 0 35px;
}
.main p, .main_nosubnav p, .main li, .main_nosubnav li {
font-size: 1.15em;
}

/****** main *********/

.main, .main_pink, .main_black, .main_nosubnav {
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	-webkit-box-shadow: -0px -14px 104px -10px rgba(0,0,0,0.54);
	-moz-box-shadow: 0px -14px 104px -10px rgba(0,0,0,0.54);
	box-shadow: 0px -14px 104px -10px rgba(0,0,0,0.54);
	max-width: 1160px;
}
.main, .main_nosubnav {
	background-color: #fff;
	color: #555;
}
.main_pink {
	background-color: #B41E8E;
	color: #fff;
}
.main_black {
	background-color: #121314;
	color: #fff;
}
.main >.row, .main_pink > .row, .main_black > .row {
	padding: 15px 45px 0px 45px;
}
.main_nosubnav .row {
	padding: 60px 45px 15px 45px;
}
/*x-large*/
	@media (min-width:1201px) {
		header {	min-height: 140px; /*default*/}
		.main {padding-right: 0px;}		
	}
/*large*/
	@media (min-width:993px) and (max-width:1200px) {
	}
/*medium*/
	@media (min-width:768px) and (max-width:992px) {
		.main .row {	padding: 15px 45px;}
		.main_pink .row, .main_black .row {padding: 15px 45px;}
	}
/*small*/
	@media (max-width:767px) {
		.main .row {	padding: 45px 45px;}
		.main_pink .row, .main_black .row {padding: 0px 15px 20px 15px;}
		header {	min-height: 0px;}
		.main, .main_pink, .main_black {margin-top: 20px; -webkit-box-shadow: -0px -14px 104px -10px rgba(0,0,0,0.24); -moz-box-shadow: 0px -14px 104px -10px rgba(0,0,0,0.24);		box-shadow: 0px -14px 104px -10px rgba(0,0,0,0.24);}
	}
/*x-small*/
	@media (max-width:480px) {
		.main .row {	padding: 15px 30px;}
		.main_pink .row, .main_black .row {padding: 0px 30px 20px 30px;}	
		.main.subnav .row, .main_pink.subnav .row, .main_black.subnav .row {padding-top: 25px;}
	}

/****** tfc box styles *********/

.pink {
	padding: 20px 25px 20px 30px;
	background-color: #B41E8E;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	color: #fff;
	line-height: 1.2em;
	max-width: 712px;
	margin-bottom: 45px;
}
.darkpink {
	padding: 20px 25px 20px 30px;
	border: 0px solid #CCC;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	height: auto;
	line-height: 1.2em;
	margin-bottom: 45px;
	background-color: #851D6C;
	color: #fff;
	border: 2px solid #CCC;
}
.darkblack {
	padding: 20px 25px 20px 30px;
	border: 0px solid #CCC;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	height: auto;
	line-height: 1.2em;
	margin-bottom: 45px;
	background-color: #222326;
	color: #fff;
	border: 2px solid #CCC;
}
/*for theatrical*/
.darkblack_square {
	padding: 20px 25px 20px 30px;
	border: 0px solid #CCC;
	line-height: 1.2em;
	margin-bottom: 45px;
	background-color: #222326;
	color: #fff;
	height: 630px;
	overflow: hidden;
	vertical-align: top;
}
/*for alumni*/
.lightgray_square {
	padding: 20px 0px 20px 0px;
	border: 0px solid #CCC;
	line-height: 0.95em;
	margin-bottom: 45px;
	background-color: #FEFEFE;
	color: #555;
	overflow: hidden;
	vertical-align: top;
}
.alumni {
	text-transform: uppercase;
	display: block;
	font-size: 1em;
	line-height: .9em;
	font-weight: 600;
	margin-bottom: 5px;
	color: #b41e8e !important;	
	height: 40px;	
}
.theatrical_text {
	font-weight:bold;
	font-size: .75em;
	margin-bottom: 10px;
	line-height: 1em;
	height: 50px;
	background-color: #222326;
	color: #555;
	padding: 10px 0px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.graytext {
	font-weight:bold;
	font-size: .75em;
	margin-bottom: 10px;
	line-height: 1em;
	height: 50px;
	background-color: rgba(0,0,0,0.10);
	color: #555;
	padding: 10px 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.theatrical_details {
	height: 200px;
}
.pink2 {
	padding: 20px 25px 20px 30px;
	border: 0px solid #CCC;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	height: auto;
	line-height: 1.2em;
	margin-bottom: 45px;
	background-color: #B41E8E;
	color: #fff;
}
.darkpink2 {
	padding: 20px 25px 20px 30px;
	border: 0px solid #CCC;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	height: auto;
	line-height: 1.2em;
	margin-bottom: 45px;
	background-color: #851D6C;
	color: #fff;
}
.black2 {
	padding: 20px 25px 20px 30px;
	border: 0px solid #CCC;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	height: auto;
	line-height: 1.2em;
	margin-bottom: 45px;
	background-color: #121314;
	color: #fff;
}
.gray2 {
	padding: 20px 25px 20px 30px;
	border: 0px solid #CCC;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	height: auto;
	line-height: 1.2em;
	margin-bottom: 45px;
	background-color: #CCC;
	color: #000;
}
.gray, .gray_last {
	padding: 20px 25px 20px 30px;
	border: 1px solid #CCC;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	height: auto;
	line-height: 1.2em;
	margin-bottom: 45px;
	background-color: #fefefe;
}
.gray_last {
	margin-bottom: 30px;
	}
.graycolor {
	color: #999;
}
.white {
	padding: 20px 25px 20px 30px;
	border: 0px solid #CCC;
	height: auto;
	line-height: 1.2em;
	margin-bottom: 45px;
	background-color: #fff;
}
.black {
	padding: 20px 25px 0px 30px;
	border: 0px solid #CCC;
	height: auto;
	line-height: 1.2em;
	margin-bottom: 45px;
	background-color: #121314;
}
.darkblack_noborder {
	padding: 20px 25px 0px 30px;
	border: 0px solid #CCC;
	height: auto;
	line-height: 1.2em;
	margin-bottom: 45px;
	background-color: inherit;
}
.white_radius {
	padding: 20px 25px 20px 30px;
	border: 0px solid #CCC;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	height: auto;
	line-height: 1.2em;
	margin-bottom: 30px;
	background-color: #fff;
}
.last {
	margin-bottom: 0px;
}
.panel-heading {
	font-weight: bold;
	font-size: 18px;
}
p.resource_title {
	color: #B41E8E;
	font-size:18px;
	font-weight:bold;
	padding-bottom: 5px;
	margin-left: 10px;
	}
p.resource_description {
	font-size: 9pt;
	padding-bottom: 30px;
	margin-left: 10px;
	margin-right: 10px;
	}
.resource_image {
	margin-bottom: 20px;
}
.resource {
	height: 40em;
}


h3.digital_heading {
   font-size: 1.875em;
   line-height: 1.2;
   margin: 1.33333333333333em 32px 0.5em;
   font-family: "proxima-nova";
   font-weight: 700;
   font-style: normal;
}

p.digital_description, ul.digital_description li {
   margin: 0 0;
   font-weight: 400;
   font-style: normal;
}

.even {
	padding: 0px;
	margin: 0px;
}
.main_black .row.even {
    display: table;
}

.main_black .row.even [class*="caption"] {
    float: none;
    display: table-cell;
    vertical-align: top;
}

.img-center {margin:0 auto;}

.thumbnail {
	height: 750px;
}

table#digital_table_1, table#digital_table_2, table#digital_table_3, table#digital_table_4 {
	margin-top: 20px;
}
table#digital_table_1 tr.tfc-direct, table#digital_table_2 tr.tfc-direct, table#digital_table_3 tr.tfc-direct, table#digital_table_4 tr.tfc-direct {
	height: 60px;
}
table#digital_table_1 tr.tfc-direct td, table#digital_table_2 tr.tfc-direct td, table#digital_table_3 tr.tfc-direct td, table#digital_table_4 tr.tfc-direct td {
	vertical-align: middle;
}
table#digital_table_1 tr.tfc-direct td.left, table#digital_table_2 tr.tfc-direct td.left, table#digital_table_3 tr.tfc-direct td.left, table#digital_table_4 tr.tfc-direct td.left {
	text-align: left;
}
table#digital_table_1 tr.tfc-direct td img, table#digital_table_2 tr.tfc-direct td img, table#digital_table_3 tr.tfc-direct td img, table#digital_table_4 tr.tfc-direct td img {
	border: 0;
}





/****** bootstrap additions *********/

.no-gutter {
	padding-right: 0;
	padding-left: 0;
}
.no-padding {
	padding: 0;
}
.no-margin {
	margin: 0;
}
.display_table {
	display: table;
}

.vcenter {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

.vtop {
    display: table-cell;
    vertical-align: top;
    float: none;
}
.vbottom {
    display: table-cell;
    vertical-align: bottom;
    float: none;
}

/****** form overrides *********/

.form-control:focus {
	border-color: #B41E8E;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(180, 30, 142, 0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(180, 30, 142, 0.6);
	/*branding the outline and box shadow of the form in TFC pink*/
}

/****** button overrides *********/

.btn-primary {
	color: #fff;
	background-color: #851D6C;
	border-color: #2e6da4;
	/*branding the button TFC pink*/
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #7f1364;
	border-color: #204d74;
	/*branding the hover and focus TFC pink*/
	-webkit-transition: 0.3s; /* For Safari 3.1 to 6.0 */
	transition: 0.3s;
}
.btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
	background-image: none
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
	background-color: #851D6C;
	border-color: #2e6da4
}
.btn-primary .badge {
	color: #337ab7;
	background-color: #fff
}
.pagination > .active > a {
	background-color: #851D6C;
	border-color: #2e6da4
}
.pagination > li > a, .pagination > li > span {
	color: #851D6C;;
}

/****** links *********/

.main a, .main_nosubnav a {
	color: #b377c9;
	text-decoration: none;
	-webkit-transition: 0.3s; /* For Safari 3.1 to 6.0 */
	transition: 0.3s;
}
.main .slate a, .main_nosubnav .slate a {
	border: 0px;
}
.main a:hover, .main_nosubnav a:hover {
	color: #b41e8e !important;
	text-decoration: none;
}

.main #wufoo-z7x3x5 a {
	color: #b377c9;
	text-decoration: none;
	-webkit-transition: 0.3s; /* For Safari 3.1 to 6.0 */
	transition: 0.3s;
}
.main #wufoo-z7x3x5 a:hover {
	color: #b41e8e !important;
	text-decoration: none;
}

.main_pink a {
	color: #ccc;
	text-decoration: none;
	border: 0px;
}
.main_pink a:hover {
	color: #fff;
	text-decoration: none;
}
.main_black a {
	color: #DC96CA;
	text-decoration: none;
	border: 0px;
}
.main_black a:hover {
	color: #fff;
	text-decoration: none;
}
.main blockquote a, .main_nosubnav blockquote a {
	color: #CCC;
	text-decoration: none;
	}
.main blockquote a:hover, .main_nosubnav blockquote a:hover {
	color:#fff;
	text-decoration: none;
	}	



.slate_main_image {
    position:relative;
    width:210px;
    height:195px;
	-webkit-transition: 0.3s; /* For Safari 3.1 to 6.0 */
	transition: 0.3s;
}
.slate_main_image:hover, .thumb:hover {
	opacity: 0.5;
	-webkit-transition: 0.3s; /* For Safari 3.1 to 6.0 */
	transition: 0.3s;
}
.thumb {
	margin-right: 5px;
	margin-bottom: 5px;
	-webkit-transition: 0.3s; /* For Safari 3.1 to 6.0 */
	transition: 0.3s;
}

/****** desktop navigation *********/

.navbar-default {
	background-color: transparent;
	border-color: transparent;
}
nav {
	background-color: #B2D436;
	font-family: "omnes-pro-1", "omnes-pro-2", sans-serif;
	font-weight: 400;
	font-size: 1.25em;
}
.navbar {
	position: relative;
	min-height: 0px;
	margin-bottom: 0px;
	border: 0px solid transparent;
	/* no border and no minimum height to make main area flush against navbar */
}
.nav-tabs > li {
	margin-bottom: 0px;
}
.nav-tabs {
	width: 100%;
	text-align: center;
	border-bottom: 0px solid #ddd
	/* center Navbar and get rid of border*/
}
.nav-tabs > li {
	float: none;
	display: inline-block;
}
.nav-tabs > li > a {
	background-color: #d6eac2;
	color: #000;
	margin-right: 0em;
	line-height: 1.42857143;
	border: 0px solid transparent;
	border-radius: 10px 10px 0 0;
	padding: 10px 20px;
	-webkit-transition: 0.3s; /* For Safari 3.1 to 6.0 */
	transition: 0.3s;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	color: #B41E8E;
	cursor: default;
	background-color: #fff;
	border: 0px solid #ddd;
	border-bottom-color: transparent;
}
.nav-tabs > li#join.active > a, .nav-tabs > li#join.active > a:focus, .nav-tabs > li#join.active > a:hover {
	color: #fff;
	background-color: #B41E8E;
}
.nav-tabs > li#digital.active > a, .nav-tabs > li#digital.active > a:focus, .nav-tabs > li#digital.active > a:hover {
	color: #fff;
	background-color: #121314;
}
.nav > li > a:hover {
	background-color: #4b8c00;
	background-color: #57a500;
	background-color: #859F29;
	color: #fff;
}
.nav > li > a:active {
	text-decoration: none;
	background-color: #4a8b00;
	background-color: #596A1B;	
	color: #284a00;
}
sup.navigation {
	vertical-align: sub;
	/*for the TMs on the navigation tabs*/
}

/****** mobile navigtaion *********/

#wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
}
#canvas {
	width: 100%;
	position: relative;
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-moz-transform: translateZ(0) translateX(0);
	-ms-transform: translateZ(0) translateX(0);
	-o-transform: translateZ(0) translateX(0);
	-webkit-transform: translateZ(0) translateX(0);
	transform: translateZ(0) translateX(0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-moz-transition: 300ms ease all;
	-ms-transition: 300ms ease all;
	-o-transition: 300ms ease all;
	-webkit-transition: 300ms ease all;
	transition: 300ms ease all;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.show-nav #canvas {
	-moz-transform: translateX(300px);
	-ms-transform: translateX(300px);
	-o-transform: translateX(300px);
	-webkit-transform: translateX(300px);
	transform: translateX(300px);
	-moz-transform: translateZ(0) translateX(300px);
	-ms-transform: translateZ(0) translateX(300px);
	-o-transform: translateZ(0) translateX(300px);
	-webkit-transform: translateZ(0) translateX(300px);
	transform: translateZ(0) translateX(300px);
	-moz-transform: translate3d(300px, 0, 0);
	-ms-transform: translate3d(300px, 0, 0);
	-o-transform: translate3d(300px, 0, 0);
	-webkit-transform: translate3d(300px, 0, 0);
	transform: translate3d(300px, 0, 0);
	min-height: 100vh;
}
#menu {
	width: 300px;
	position: absolute;
	top: 0;
	left: -300px;
	background: #B41E8E;
	color: #fff;
	padding: 0;
	margin: 0;
	padding-bottom:20px;
	background: rgb(180,30,142); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: rgb(137,23,120); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg5MTc3OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2MzEwNTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left, rgba(137,23,120,1) 0%, rgba(99,16,80,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(137,23,120,1)), color-stop(100%, rgba(99,16,80,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(137,23,120,1) 0%, rgba(99,16,80,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(137,23,120,1) 0%, rgba(99,16,80,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(137,23,120,1) 0%, rgba(99,16,80,1) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(137,23,120,1) 0%, rgba(99,16,80,1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#891778', endColorstr='#631050', GradientType=1 ); /* IE6-8 */
	min-height: 100vh;
}
.off-canvas {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 300px;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
}
.off-canvas li {
	font-weight: 600;
}
.off-canvas li a {
	display: block;
	padding: 7px 10px 7px 10px;
	text-decoration: none;
	color: #fff;
}
.off-canvas > li > ul {
	padding-left: 0px;
}
.off-canvas > li > ul > li a {
	display: block;
	padding: 3px 10px 3px 10px;
	text-decoration: none;
	color: #fff;
}
.off-canvas li a:hover, .off-canvas li a:active {
	text-decoration: none;
	background: rgba(255,255,255,0.2);
}
.off-canvas ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 100%;
}
.off-canvas ul li {
	padding: 0 0 0 20px;
	font-weight: normal;
}
.off-canvas ul li a {
	color: #fff;
}

ul.off-canvas li.active a, ul.off-canvas_2 li.active a {
	font-weight: 700;
	color: #B2D436;
}

/*---------------------------SUBNAV--------------------------*/

ul#subnav_join, ul#subnav_digital, ul#subnav_mobile_black, ul#subnav_mobile_pink {
	float: left;
	text-align: left;
	font-size: 1em;
	outline:none;
	border: none;
	font-family: "omnes-pro-1", "omnes-pro-2", sans-serif;
	font-weight: 600;
	}

ul#subnav_join a, ul#subnav_digital a, ul#subnav_mobile_black a, ul#subnav_mobile_pink a {
	outline:none;
	border: none;
	}	
ul#subnav_join li, ul#subnav_digital li, ul#subnav_mobile_black li, ul#subnav_mobile_pink li {
	display: inline;
	padding: 5px 10px 5px 10px;
	}
ul#subnav_join li.active a, ul#subnav_digital li.active a, ul#subnav_mobile_black li.active a, ul#subnav_mobile_pink li.active a {
	color: #fff;
	text-decoration: none;
	border-bottom: 0px solid #fff;
	}	
ul#subnav_join li.active a:hover, ul#subnav_digital li.active a:hover, ul#subnav_mobile_black li.active a:hover, ul#subnav_mobile_pink li.active a:hover {
	color: #fff;
	text-decoration: none;
	}	
ul#subnav_digital li.link a, ul#subnav_mobile_black li.link a {
	color: #E3ABD5;
	text-decoration: none;
	}
ul#subnav_join li.link a, ul#subnav_mobile_pink li.link a {
	color: #E3ABD5;
	text-decoration: none;
	}	
ul#subnav_join li.link a:hover, ul#subnav_digital li.link a:hover, ul#subnav_mobile_black li.link a:hover, ul#subnav_mobile_pink li.link a:hover {
	color: #fff !important; 
	text-decoration: none;
	}


ul#subnav_about, ul#subnav_fiscalsponsorship, ul#subnav_mobile {
	float: right;
	text-align: left;
	font-size: 1em;
	outline:none;
	border: none;
	font-family: "omnes-pro-1", "omnes-pro-2", sans-serif;
	font-weight: 600;
	}
ul#subnav_mobile {
	float: left;
}
#filmnav {
	padding: 5px 10px 5px 10px;
}
ul#subnav_about a, ul#subnav_fiscalsponsorship a, ul#subnav_mobile a {
	outline:none;
	border: none;
	}	
ul#subnav_about li, ul#subnav_fiscalsponsorship li, ul#subnav_mobile li {
	display: inline-block;
	padding: 5px 10px 5px 10px;
	}
ul#subnav_about li.active a, ul#subnav_fiscalsponsorship li.active a, ul#subnav_mobile li.active a {
	color: #B41E8E;
	text-decoration: none;
	border-bottom: 0px solid #fff;
	}	
ul#subnav_about li.active a:hover, ul#subnav_fiscalsponsorship li.active a:hover, ul#subnav_mobile li.active a:hover {
	color: #B41E8E;
	text-decoration: none;
	}	
ul#subnav_about li.link a, ul#subnav_fiscalsponsorship li.link a, ul#subnav_mobile li.link a {
	color: #b377c9;
	text-decoration: none;
	}
ul#subnav_about li.link a:hover, ul#subnav_fiscalsponsorship li.link a:hover, ul#subnav_mobile li.link a:hover {
	color: #B41E8E !important; 
	text-decoration: none;
	}


ul.awards_list {
	list-style-type: none;
}
ul.awards_list li {
	padding-right: 0px;
}
.awards {
	text-align: right;
}

.quote_area {
	margin-top: 20px;
	height: auto;
}

p.quoted_text {
	text-align: left;
	font-size: 0.9em;
	color: #000;
}	
.attribution_name {
	white-space: nowrap;
	text-align: left;
	font-size: 0.8em;
	text-align: right;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 0px;
	line-height: 1.1em;
}
p.indent_film {
	color: #000;
	font-size: 0.85em;
	line-height: 14px;
	text-align: right;
	font-weight:bold;
	margin-right: 0px;
	font-style: italic;
	text-transform:uppercase;
	margin-bottom: 0px;
	margin-top: 0.3em;
	}
.slate_box {
	border-left: thin solid #E0DEDE;
	padding-left: 0px; 
	padding-top: 0px;
}
.filmslate {
	padding-left: 20px;
	padding-top: 12px;
}
/*this is a copy of the main 'a' style for .main, separate from the "more info" button*/
.main_nosubnav .film_title a, .main_nosubnav .films_toc a, .main .filmslate a, .main_nosubnav .film_title_secondary a {
	border: 0;
	color: #b377c9;
	text-decoration: none;
	-webkit-transition: 0.3s; /* For Safari 3.1 to 6.0 */
	transition: 0.3s;
}
.quote_box {
	padding-right: 10px;
}


/****** festival landing page *********/

.festival_slate img {
	width: 100%;
}
.consultation_container {
	height: 100px;
}
p.consultation_title {
	color: #B41E8E;
	padding-bottom: 0px;
	margin-top: 10px;
	text-transform: uppercase;
	font-family: "proxima-nova-1","proxima-nova-2",sans-serif;
	font-weight:700;
	font-size: 16px;
	}
.film_title {
	color: #B41E8E;
	padding-bottom: 0px;
	margin-top: 10px;
	text-transform: uppercase;
	font-weight:700;
	font-size: 1em;
	line-height: .9em;
}
.film_title_secondary {
	color: #B41E8E;
	padding-bottom: 0px;
	margin-top: 0px;
	text-transform: uppercase;
	font-weight:700;
	font-size: 1em;
	line-height: .8em;
}
p.consultation_description {
	margin-top: 10px;
	font-size: .9em;
	padding-bottom: 30px;
	font-weight: normal;
	text-transform: none;
	color: #555;
	line-height: 1.1em;
	}
#newest_films {
	}
#all_films, #shorts {
	}	
#films_2014, #films_2015, #films_2016, #films_2017, #films_2018, #films_2019, #films_2020 {
	}	
#all_shorts {
	}	


.festival_slate {
	height: 350px;
}

/****** typography and lists *********/

.page_header {
	display: block;
	font-size: 1.4em;
	line-height: 1em;
	font-weight: 600;
	margin-bottom: 15px;
	color: #b41e8e !important;	
}
.page_header_white {
	display: block;
	font-size: 1.4em;
	line-height: 1em;
	font-weight: 600;
	margin-bottom: 15px;
	color: #fff;
}
.section_first {
	margin-top: 2em;
	margin-bottom: 2em;
}
.section_second {
	margin-top: 4em;
	margin-bottom: 2em;
}
.float-left {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}
.float-left {
	float: right;
	padding-left: 20px;
	padding-bottom: 20px;
}
.bold {
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}
.strikethrough {
	text-decoration: line-through;
}
.italic {
	font-style: italic;
}
.normal {
	font-style: normal
}
.upper {
	text-transform: uppercase;
}
.lower {
	text-transform: lowercase;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.indent {
	margin-left: 20px;
}
.double_indent {
	margin-left: 40px;
}
.superindent {
	margin-left: 60px;
}
.indent_right {
	margin-right: 20px;
}
.padding {
	padding-bottom: 10px;
}
.double_padding {
	padding-bottom: 20px;
}
small {
	font-size: 75%;
}
.smaller {
	font-size: 65%;
}
.omnes {
	font-weight: bold;
	font-family: "omnes-pro-1", "omnes-pro-2", sans-serif;
}
.name {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 13px;
	}
.role {
	font-weight: 700;
	font-size:10px;
	text-transform: uppercase;
	}
.item {	
	text-transform:uppercase;
	font-weight:700;
	font-size: 1em;
	}

.title, .subtitle, .specs {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}
.title {
	font-size: 2.5em;
	padding-bottom: .2em;
	line-height: 0.85em;
}	
.subtitle {
	font-size: 1.5em;
	padding-bottom: .1em;
}
.specs {
	font-size: 0.9em;
	opacity: 0.4;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 3em;
}


.slate {
	font-weight: bold;
	margin-top: 0px;
	padding-bottom: 0px;
}

.font_dec_95 {
	font-size: 95%;
}
.font_dec_90 {
	font-size: 90%;
}
.font_dec_85 {
	font-size: 85%;
}
.font_dec_80 {
	font-size: 80%;
}
.font_dec_75 {
	font-size: 750%;
}
.font_dec_70 {
	font-size: 70%;
}
.pad_bot_5 {
	padding-bottom: 5px;
}
.pad_bot_10 {
	padding-bottom: 10px;
}
.pad_bot_15 {
	padding-bottom: 15px;
}
.pad_bot_20 {
	padding-bottom: 20px;
}
.pad_bot_30 {
	padding-bottom: 30px;
}
.pad_bot_40 {
	padding-bottom: 40px;
}
.pad_bot_50 {
	padding-bottom: 50px;
}
.pad_bot_60 {
	padding-bottom: 60px;
}
.pad_top_5 {
	padding-top: 5px;
}
.pad_top_10 {
	padding-top: 10px;
}
.pad_top_15 {
	padding-top: 15px;
}
.pad_top_20 {
	padding-top: 20px;
}
.pad_top_30 {
	padding-top: 30px;
}
.pad_top_40 {
	padding-top: 40px;
}
.pad_top_50 {
	padding-top: 50px;
}
.pad_top_60 {
	padding-top: 60px;
}
.mar_rgt_10 {
	margin-right: 10px;
}
.mar_rgt_20 {
	margin-right: 20px;
}
.mar_lft_10 {
	margin-left: 10px;
}
.mar_lft_20 {
	margin-left: 20px;
}
.mar_bot_10 {
	margin-bottom: 10px;
}
.mar_top_10 {
	margin-top: 10px;
}
.mar_bot_20 {
	margin-bottom: 20px;
}
.mar_top_20 {
	margin-top: 20px;
}
.mar_bot_30 {
	margin-bottom: 30px;
}
.mar_top_30 {
	margin-top: 30px;
}
.mar_bot_40 {
	margin-bottom: 40px;
}
.mar_top_40 {
	margin-top: 40px;
}
.mar_bot_45 {
	margin-bottom: 45px;
}
.mar_top_45 {
	margin-top: 45px;
}
.mar_bot_50 {
	margin-bottom: 50px;
}
.mar_top_50 {
	margin-top: 50px;
}
.mar_bot_60 {
	margin-bottom: 60px;
}
.mar_top_60 {
	margin-top: 60px;
}
.mar_bot_70 {
	margin-bottom: 70px;
}
.mar_top_70 {
	margin-top: 70px;
}
.mar_bot_80 {
	margin-bottom: 80px;
}
.mar_top_80 {
	margin-top: 80px;
}
.mar_bot_90 {
	margin-bottom: 90px;
}
.mar_top_90 {
	margin-top: 90px;
}
.mar_bot_100 {
	margin-bottom: 100px;
}
.mar_top_100 {
	margin-top: 100px;
}
.mar_bot_150 {
	margin-bottom: 150px;
}
.mar_top_150 {
	margin-top: 150px;
}
.mar_bot_200 {
	margin-bottom: 200px;
}
.mar_top_200 {
	margin-top: 200px;
}
.mar_bot_250 {
	margin-bottom: 250px;
}
.mar_top_250 {
	margin-top: 250px;
}
.mar_bot_300 {
	margin-bottom: 300px;
}
.mar_top_300 {
	margin-top: 300px;
}
	
.opaque {
	background-color: rgba(255,255,255,0.70);
	color: #000;
}
tr td.side {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
ul.outline {
	margin-top: 40px;
}
ul.outline li ul {
	margin-top: 0px;
	list-style-type: disc;
}

ul.outline li {
	list-style-type: disc;
	margin-left: 40px;
	}	
ul.outline li:first-child {
	margin-top: 10px;
}

p:last-child {
	margin-bottom: 0px;
}
.main ul.no-bottom-padding, .main_pink ul.no-bottom-padding, .main_black ul.no-bottom-padding {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.main ul.no-bullets, .main_pink ul.no-bullets, .main_black ul.no-bullets {
	list-style-type: none;
}
.main ul > li, .main_pink ul > li, .main_black ul > li, .main ol > li, .main_pink ol > li, .main_black ol > li {
	padding-bottom: 0.5em;
}
.main ul > li:last-child, .main_pink ul > li:last-child, .main_black ul > li:last-child, .main ol > li:last-child, .main_pink ol > li:last-child, .main_black ol > li:last-child {
	padding-bottom: 0px;
}

.main ul.assets li {
	text-transform: uppercase;
}
.main ol ul li {
	list-style: disc;
}
.no-bullets {
	list-style-type: none;
}


/****** blockquote / testimonials *********/


blockquote {
	text-align:left;
	margin: 0px 20px 30px 0px;
	padding: 43px 30px 20px 80px;
	background-color: #B41E8E;
	border: 0px solid #FFF;
	-moz-border-radius: 70px;
	-webkit-border-radius: 70px;
	-moz-border-radius: 70px;
	-webkit-border-radius: 70px;
	background-image:url(../about/img/testimonials/quote.png);
	background-repeat:no-repeat;
	background-position: 10px 0px;
	font-family: "proxima-nova-1", "proxima-nova-2", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 100%;
	}
p.quote {
	color: #fff;
	text-align:left;
	margin-left: 1.5em;
	padding-bottom: 1em;
	padding-right: 1em;
	}
p.quote_last {
	color: #fff;
	text-align:left;
	padding-bottom: 0em;
	padding-right: 1em;
	}
p.attribute {
	color: #fff;
	font: 1.0em/1.4em;
	text-align: right;
	font-weight:bold;
	margin-right: 50px;
	}	
p.info {
	color: #FFF;
	text-align:center;
	padding-right: 20px;
	font-size: 0.75em;
	line-height: 1.4em;
	}		


/****** home page *********/

#social i {
	color: #B41E8E;
	font-size: 500%;
}
.newsletter {
	padding-right: 0px;
}
#social i.fa {
	-webkit-transition: 0.3s; /* For Safari 3.1 to 6.0 */
	transition: 0.3s;
}
#social i.fa:hover {
	color: #7f1364
}
.mission {
	font-weight: 600;
	line-height: 1.2em;
	font-size: 1.2em;
}
#slideshow {
	margin-bottom: 45px;
	cursor: pointer;
}

		/****** home page feedburner *********/
		
		
		div.feedburnerFeedBlock ul {
			margin-left: 0;
			padding-left: 0;
			list-style-type: none;
			margin-bottom: 0px;
		}
		div.feedburnerFeedBlock ul ul {
			list-style-type: disc;
		}
		div.feedburnerFeedBlock ul ol {
			list-style-type: decimal;
		}
		div.feedburnerFeedBlock ul li span.headline {
			font-weight: bold;
		}
		div.feedburnerFeedBlock ul li:last-child, div.feedburnerFeedBlock ul li:last-child p.date {
			margin-bottom: 0px;
		}
		#creditfooter {
			position: absolute;
			left: 0px;
			display: none;
			visibility: hidden;
		}
		div.feedburnerFeedBlock p.date {
			font-size: 12px;
		}
		
/****** images *********/

.logo {
	background-image: url(../img/tfc_logo_with_ff.svg);
	background-repeat: no-repeat;
	background-position: 0 2em;
	height: 11em;
	}
.logo_tfcd {
	background-image: url(../img/tfc-direct_logo.svg);
	background-repeat: no-repeat;
	background-position: 0 3.1em;
	height: 11em;
	}

/****** fiscal sponosorship *********/

.due_date {
	text-transform: uppercase; font-size: 13px; font-weight: bold; margin-left: 10px; margin-right: 15px; background-color: #B2D436; padding: 1px; box-shadow:10px 0 0 #B2D436, -10px 0 0 #B2D436; color: #000; border-radius: 10px 10px 10px 10px; -moz-border-radius: 10px 10px 10px 10px; -webkit-border-radius: 10px 10px 10px 10px;
}
.materials {
	text-transform: uppercase; font-size: 13px; font-weight: bold; margin-left: 10px; margin-right: 15px; background-color: #b41e8e; padding: 1px; box-shadow:10px 0 0 #b41e8e, -10px 0 0 #b41e8e; color: #fff; border-radius: 10px 10px 10px 10px; -moz-border-radius: 10px 10px 10px 10px; -webkit-border-radius: 10px 10px 10px 10px;
}
.opportunity_title {
	font-size: 18px; font-weight: bold; padding-bottom: 2px
}

p.fsanswer {
	line-height: 18px;
	margin-bottom: 0px;
	padding-bottom: 5px;
}

/****** theatrical*********/

h3.theatrical {
	margin-top: 5px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	line-height: 0.9em;
	font-size: 1.5em;
}
h3.theatrical .small {
	color: #fff;
	font-weight: 700;
	line-height: 0.9em;
	font-size: 75%;
}
h6.graytext {
	color: #545454;
	font-weight:700;
}






/****** media queries *********/




/*--iPhone 4---*/
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
	#carousel {
		display: none;
		visibility: hidden;
	}
	.mygallery {
		display: none;
		visibility: hidden;
	}
	.tn3a-gallery {
		display: none;
		visibility: hidden;
	}
	.main .row, .main_pink .row, .main_black .row {
		padding: 30px;
		padding-bottom: 0px;
	}
	.pink, .darkpink, .white, .gray {
		margin-bottom: 30px;
	}
		.festival_slate {
		height: auto;
		max-height: 37em;
	}
}

/*--iPhone 5---*/
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
	#carousel {
		display: none;
		visibility: hidden;
	}
	.mygallery {
		display: none;
		visibility: hidden;
	}
	.tn3a-gallery {
		display: none;
		visibility: hidden;
	}
	.main .row, .main_pink .row, .main_black .row {
		padding: 30px;
		padding-bottom: 0px;
	}
	.pink, .darkpink, .white, .gray {
		margin-bottom: 30px;
	}
		.festival_slate {
		height: auto;
		max-height: 37em;
	}
}


/*--iPhone 6---*/
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 
	#carousel {
		display: none;
		visibility: hidden;
	}
	.mygallery {
		display: none;
		visibility: hidden;
	}
	.tn3a-gallery {
		display: none;
		visibility: hidden;
	}
	.main .row, .main_pink .row, .main_black .row {
	
		padding: 30px;
		padding-bottom: 0px;
	}
	.pink, .darkpink, .white, .gray {
		margin-bottom: 30px;
	}
		.festival_slate {
		height: auto;
		max-height: 37em;
	}
}


/*--iPhone 6 Plus---*/
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
	.main .row {
		padding: 45px 30px;
	}
	.main_pink .row {
		padding: 0px 30px 20px 30px;
	}
	.main .row, .main_pink .row, .main_black .row {
	
		padding: 30px;
		padding-bottom: 0px;
	}
	.pink, .darkpink, .white, .gray {
		margin-bottom: 0px;
	}	
	header {
		min-height: 0px;
	}
	.main, .main_pink, .main_black {
		margin-top: 20px;
		-webkit-box-shadow: -0px -14px 104px -10px rgba(0,0,0,0.24);
		-moz-box-shadow: 0px -14px 104px -10px rgba(0,0,0,0.24);
		box-shadow: 0px -14px 104px -10px rgba(0,0,0,0.24);
	}
	ul#home, ul#about, ul#fiscalsponsorship, ul#subnav_join, ul#subnav_digital {
		font-size: 1.0em;
	}
	ul#subnav_about, ul#subnav_fiscalsponsorship {
		float: left;
	}
	.section_first {
		margin-top: 0em;
		margin-bottom: 1em;
	}
	.section_second {
		margin-top: 2em;
		margin-bottom: 1em;
	}
	.newsletter {
		padding-right: 20px;
	}
	/*to get the toggle to be on the left*/
	.navbar-toggle {
		float: left;
		margin-left: 30px;
		margin-top: 20px;
	}
	/*to get the brand logo to be on the right side*/
	.logo_collapsed {
		float: right;
		margin-right: 20px;
	}
		.festival_slate {
		height: auto;
		max-height: 37em;
	}
}

@media (max-width:767px) {


.main .row {
	padding: 45px 30px;
}
.main_pink .row, .main_black .row {
	padding: 0px 15px 20px 15px;
}
header {
	min-height: 0px;
}

.main, .main_pink, .main_black {
	margin-top: 20px;
	-webkit-box-shadow: -0px -14px 104px -10px rgba(0,0,0,0.24);
	-moz-box-shadow: 0px -14px 104px -10px rgba(0,0,0,0.24);
	box-shadow: 0px -14px 104px -10px rgba(0,0,0,0.24);
}

ul#home, ul#about, ul#fiscalsponsorship, ul#subnav_join, ul#subnav_digital {
	font-size: 1.0em;
}
ul#subnav_about, ul#subnav_fiscalsponsorship {
	float: left;
}
.section_first {
	margin-top: 0em;
	margin-bottom: 1em;
}
.section_second {
	margin-top: 2em;
	margin-bottom: 1em;
}
.newsletter {
	padding-right: 20px;
}
/*to get the toggle to be on the left*/
.navbar-toggle {
	float: left;
	margin-left: 30px;
	margin-top: 20px;
}
/*to get the brand logo to be on the right side*/
.logo_collapsed {
	float: right;
	margin-right: 20px;
}

.slate_main_image {
	margin-left: 10px;
	margin-bottom: 20px;
	}

ul.awards_list li {
	display: inline-block;
	vertical-align: middle;
}

.slate_box {
	border: none;
	padding-left: 20px; 
	padding-top: 0px;
}
.filmslate {
	padding-left: 0px;
	padding-top: 0px;
}

.festival_slate {
	height: 520px;
}
.resource {
	height: auto;
}
.thumbnail {
	height: auto;
}
/*for theatrical*/	
.darkblack_square {
	height: auto;
}

}

/*--iPad Mini---*/
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {

}

/*--iPad 1 and 2---*/
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {

}

/*--iPad 3 and 4---*/
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
}


/*--Larger than iPad but smaller than iPad Pro---*/

@media (min-width:768px) 
and (max-width:992px)
and (orientation: portrait) 
and (-webkit-min-device-pixel-ratio: 2)
  {
	.main .row {
		padding: 45px;
	}
	#content {
		max-width: 800px;
	}
	.container {
	}
	.logo {
		height: 7em;
	}
	nav {
		font-size: 1.1em;
	}
	.nav-tabs > li > a {
		padding: 6px 6px;
	}
	ul#subnav_about, ul#subnav_fiscalsponsorship {
		float: left;
	}
	ul#subnav_about li, ul#subnav_fiscalsponsorship li {
		padding: 5px 4px 5px 5px;
		letter-spacing: 0px;
		font-size: 90%;
		}
	
	.page_header {
		font-size: 1em;
	}
	.pink {
		padding: 20px;
		font-size: 1em;
	}
	.gray {
		padding: 20px;
		font-size: 1em;
	}
	.mission {
		line-height: 1em;
		font-size: 1em;
	}
	#social i {
		font-size: 450%;
	}
}



@media (min-width:768px) and (max-width:992px) {
#content {
	max-width: 800px;
}
.container {
}
.logo {
	height: 7em;
}
nav {
	font-size: 1.1em;
}
.nav-tabs > li > a {
	padding: 6px 6px;
}
ul#subnav_about, ul#subnav_fiscalsponsorship {
	float: left;
}
ul#subnav_about li, ul#subnav_fiscalsponsorship li {
	padding: 5px 5px 5px 5px;
	letter-spacing: 0px;
	font-size: 80%;
	}
ul#subnav_digital li, ul#subnav_join li {
	padding: 5px 4px 5px 5px;
	letter-spacing: 0px;
	font-size: 80%;
	}
.page_header {
	font-size: 1em;
}
.pink {
	padding: 20px;
	font-size: 1em;
}
.gray {
	padding: 20px;
	font-size: 1em;
}
.mission {
	line-height: 1em;
	font-size: 1em;
}
#social i {
	font-size: 450%;
}

.slate_main_image {
	margin-left: 30px;
	margin-bottom: 20px;
	}

ul.awards_list li {
	display: inline-block;
	vertical-align: middle;
}
.slate_box {
	border: none;
	padding-left: 0px; 
	padding-top: 0px;
}
.filmslate {
	padding-left: 40px;
	padding-top: 0px;
}
.quote_box {
	padding-right: 0px;
}

.festival_slate {
	height: 320px;
}
.thumbnail {
	height: 1150px;
}
/*for theatrical*/	
.darkblack_square {
	height: 820px;
}

}



/*--iPad Pro---*/
@media only screen 
and (min-device-width : 1024px) 
and (max-device-width : 1366px)
and (orientation: portrait) 
and (-webkit-min-device-pixel-ratio: 2) {
	#content {
		max-width: 993px;
	}
	header {
	}
	.logo {
		height: 9em;
	}
	.container {
		width: 1000px
	}
	nav {
		font-size: 1.25em;  /*default*/
	}
	.nav-tabs > li > a {
		padding: 10px 14px;
	}
	#social i {
		font-size: 450%;
	}
}

/*--even smaller laptops---*/
@media (min-width: 993px) and (max-width: 1120px) {
	header {
		min-height: 140px; /*default*/
	}
	.main {
		padding-right: 0px;
	}
	.container {
		width: 1110px
	}
	nav {
		font-size: 1.25em;  /*default*/
	}
	.nav-tabs > li > a {
		padding: 10px 15px;
	}
}

/*--smaller laptops---*/
@media (min-width: 1121px) and (max-width: 1200px) {
	header {
		min-height: 140px; /*default*/
	}
	.main {
		padding-right: 0px;
	}
	.container {
		width: 1110px
	}
	nav {
		font-size: 1.25em;  /*default*/
	}
	.nav-tabs > li > a {
		padding: 10px 19px;
	}
}


/*--even larger than iPad pro---*/
@media (min-width:1201px) {
	header {
		min-height: 140px; /*default*/
	}
	.main {
		padding-right: 0px;
	}
	.container {
		width: 1110px
	}
	nav {
		font-size: 1.25em;  /*default*/
	}
	.nav-tabs > li > a {
		padding: 10px 20px;
	}
}


@media (max-width:768px) {
		#carousel {
		display: none;
		visibility: hidden;
	}
	.mygallery {
		display: none;
		visibility: hidden;
	}
	.tn3a-gallery {
		display: none;
		visibility: hidden;
	}
	.festival_slate {
		height: auto;
		max-height: 37em;
	}
}