footer {
    padding: 30px 0 0;
    background: #1f1f1f;
    color: #939393;
}

.case-block .case-block-inner h6 {
    font-size: .9em;
}

/* Un-comment if top static image on index page is active.
section.cover-background {
	background-color: #000 !important;
	padding-top: 40px !important;
	padding-bottom: 20px !important;
}
.forcefullwidth_wrapper_tp_banner {
	background-color: #000 !important;
	padding-top: 20px !important;
}
.home-header-buttons {
	margin-top: 120px;
}
.home-header-buttons button {
	text-align: center;
	display: block;
	margin: 0 auto;
}
*/


.project-details {
	border: none !important;
}
.project-details a:hover {
	border: none !important;
	text-decoration: none;
}

.project-details img {
	padding: 0;
}
.project-details img:hover {
	text-decoration: none;
}

.team-member-img img {
	border: 1px solid #333;
	padding: 2px;
}

.portfolio-post-border {
    border: none;
    
}











section.homepage-sections {
	margin: 0;
	padding-bottom: 0;
}


section.homepage-sections a {
	color: #2a8ae2;
}
section.homepage-sections a:hover {
	text-decoration: underline;
}


section.home-page-services {
	margin: 0;
	padding: 25px 0 50px;
}

.section-heading h5 {
	font-size: 18px;
}
.section-heading h6 {
	font-size: 14px;
}
.section-heading a:hover {
	text-decoration: underline;
}
.section-heading.talent-submissions {
    margin-bottom: 20px;
}
.section-heading.talent-submissions a h6 {
    color: #2a8ae2 !important;
}
.section-heading.talent-submissions a:hover h6 {
    text-decoration: underline;
}

.section-heading.talent-submissions h6:after {
    display: none;
}

h6.conference-registration-button {
	display: block;
	color: #fff;
	background: #27408B;
	font-size: 1.2rem;
	text-align: center;
	width: 60%;
	margin: 20px auto 20px auto;
	padding: 10px 0;
	border-radius: 25px;
}

.alert-black {
	color: #FFC125 !important;
	background: #000 !important;
}
.alert-black h6 {
	color: #ffc125 !important;
}

.control-label {
	font-size: 0.9rem;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
ul.form-list li {
	font-size: 0.9rem;
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 0;
}
.form-check-label {
    font-size: 0.9rem;
    margin-bottom: 20px;
}
input.type[file] {
	
}

.main-video-container {
	margin-bottom: 40px;
}
.main-video-container iframe {
	display: block;
	margin: 0 auto;
}

.navbar-brand img {
    height: 60px !important;
    max-height: 60px !important;
    width: auto;
    padding-top: 5px;
    transition-duration: 0.5s;
}

.home-banner {
	padding: 80px 0 0 0;
}
.home-banner video {
	display: block;
	margin: 0 auto;
	padding: 3px;
	border: 1px solid #000;
}
hr.homepage {
	margin: 30px 0; 
}

/* https://www.w3schools.com/howto/howto_css_responsive_iframes.asp */
.watch-show-model-container {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
/* Then style the iframe to fit in the container div with full height and width */
.responsive-video-screen {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	height: 100%;
}

.zigzag-block > p {
	/*
    padding-left: 75px;
    position: relative;
    */
    padding-left: 10px;
}
.zigzag-block > p:before {
	/*
    background: #2a8ae2;
    height: 2px;
    width: 50px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 12px;
    */
    content: "";
    display: none;
}
.zigzag-block > p > a, .zigzag-block a {
	color: #2a8ae2;
}
.zigzag-block > p > a:hover, .zigzag-block div a:hover {
	text-decoration: underline;
}

a.text-link {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}
a.text-link:hover {
    text-decoration: underline;
}

h2.header-subtext {
	color: #2a8ae2;
	font-size: 28px;
	margin-top: 10px;
}

button.btn-right {
	float: right;
}

input, textarea, select {
    border: 1px solid #d1d1d1;
    font-size: 14px;
    padding: 8px 15px;
    width: 100%;
    margin: 0 0 15px 0;
    max-width: 100%;
    resize: none;
}

input:focus, textarea:focus, select:focus {
    border: 1px solid #d1d1d1;
}

input[type="checkbox"] {
	width: auto; 
}

.form-check-inline {
    display: inline-block !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    padding-right: 20px !important;
    margin-right: 0 !important;
}

li.team-eml a {
	color: #007bff;
	font-size: 13px;
	text-decoration: none;
	margin-top: 0;
}
li.team-eml a:hover {
	text-decoration: underline;
}

.page-title-section2 {
  	padding: 280px 0 350px;
}

.academy-page-section img {
	width: 40%;
	height: auto;
	margin: 0 0 20px 20px;
	float: right !important;
}

.summernote-text {
	line-height: 150%;
}
.summernote-text p:first-child {
	margin-top: 0;
}
.summernote-text a {
	color: #00f;
}
.summernote-text a:hover {
	text-decoration: underline;
}
.summernote-text ul li {
	list-style-type: disc !important;
	list-style-position: outside !important;
	margin-left: 20px;
}

/*
.project-details img, .team-member-img img {
	border: 1px solid #333;
	padding: 2px;
}
*/

.fymp-photo-caption {
	color: #333;
	font-size: 16px;
	font-weight: 600;
	line-height: 140%;
	margin-top: 10px;
}

.team-name {
	color: #333;
	font-size: 16px;
	font-weight: 600;
	line-height: 16px;
	margin-top: 10px;
}
.team-title {
	font-size: 14px;
	margin-bottom: 5px;
}
.team-single-img img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.team-single-bio {
	line-height: 22px;
}

#board-members-modal .modal-header {
	background-color: #007bff;
}
#board-members-modal .modal-header h1 {
	color: #fff;
	font-size: 1.2em;
}
#board-members-modal .modal-body h6 {
	color: #000;
	font-size: 1.1em;
	text-align: center;
	margin: 0 0 5px;
}

.home-section-title {
	color: #2a8ae2;
	font-weight: 700;
}

.paypal-donate-button-header {
	width: 180px;
	height: auto;
	border: none;
	margin-top: 25px;
}
.paypal-donate-button-footer {
	display: block;
	width: 70%;
	height: auto;
	border: none;
	margin: 0 auto;
	margin-top: 40px;
}

.header-style1 .navbar-nav li > a {
    color: #fff;
}
.header-style1 .navbar-nav li > a:hover {
    text-decoration: underline;
}
.header-style1 .navbar-nav li.active > a {
    color: #2a8ae2;
}
.header-style1 .navbar-nav .navbar-dropdown {
	background-color: rgb(64,64,64,.3);
}
.header-style1 .navbar-nav .navbar-dropdown li > a {
	color: #fff !important;
	font-size: 14px;
    font-weight: 600;
    padding: 0;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.header-style1 .navbar-nav .navbar-dropdown li > a:hover {
	color: #fff !important;
    text-decoration: underline;
}
.header-style1 .navbar-nav .navbar-dropdown li > a:active {
	color: #2a8ae2 !important;
}

.header-sub-head {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	text-align: center;
}

.service-box:hover .img-holder:before {
	opacity: 0 !important;
}

.service-content-box {
	width: 100%;
}
.service-content-box p, .service-content-box h3 {
	text-align: center;
}

.thumb-button img, .thumb-button-talent img {
	width: 36px !important;
	height: auto;
	margin: 0 0 10px 0;
	border: none !important;
	cursor: pointer;
}
.thumb-button-talent img {
	margin-top: -30px;
}

.project-grid-style2 .portfolio-title p {
    color: #333;
    text-transform: none;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 0;
}

.media-block {
	margin-bottom: 30px;
}

.media-block img {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}

.media-block img.media-kit-logo {
	width: 200px;
	max-width: 200px;
	height: auto;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
}

.media-block h4, .media-block:hover h4 {
	color: #2a8ae2;
}
.media-block p.media-date {
	color: #a00;
}

.services-block-three {
	cursor: pointer;
}

#talentVideoModal {
	margin-top: 60px;
}
#talentVideoModal h4 {
	font-size: 1em;
}

.thumb-button-media img {
	display: block;
	position: absolute;
	top: 22%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.media-type {
	color: #f00;
	font-size: 80%;
	text-transform: uppercase;
	margin-left: 10px;
}

/* Film Entry Form */
.form-academy #academy-success, .form-academy #academy-fail {
	color: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	font-weight: normal;
	margin: 0 auto;
	padding: 5px 0;
}
.form-academy #academy-success {
	background-color: #86bc42;
	text-align: center;
	width: 70%;
}
.form-academy #academy-fail {
	background-color: #a00;
	text-align: center;
	width: 80%;
}

.form-academy .result-show {
	display: block;
	margin-bottom: 0;
}
.form-academy .result-hide {
	display: none;
}

.form-academy .row-checkboxes-error {
	padding: 10px;
	border: 1px solid #a00;
}

/* Talent Entry Form */
.form-talent #talent-success, .form-talent #talent-progress, .form-talent #talent-fail, .form-talent #talent-fail-video, .form-talent #talent-fail-file-type, .form-talent #talent-fail-file-size {
	color: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	font-weight: normal;
	margin: 0 auto;
	padding: 5px 0;
}
.form-talent #talent-success {
	background-color: #86bc42;
	text-align: center;
	width: 70%;
}
.form-talent #talent-fail, .form-talent #talent-fail-video, .form-talent #talent-fail-file-type, .form-talent #talent-fail-file-size {
	background-color: #a00;
	text-align: center;
	width: 80%;
}
.form-talent #talent-progress {
	background-color: #0a0;
	text-align: center;
	width: 70%;
}

/* The animation code */
@keyframes example {
  30%  {width: 30%;}
  40%  {width: 40%;}
  50%  {width: 50%;}
  60%  {width: 60%;}
  70%  {width: 70%;}
  80%  {width: 80%;}
  90%  {width: 90%;}
  100% {width: 100%;}
}
/* The element to apply the animation to */
#talent-progress {
  animation-name: example;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}

.form-talent .result-show {
	display: block;
	margin-bottom: 0;
}
.form-talent .result-hide {
	display: none;
}

.form-talent .row-checkboxes-error {
	padding: 10px;
	border: 1px solid #a00;
}

.hide, .hidden {
	display: none;
}

.header-contact-link li, .header-contact-link a, .top-social-icon i {
	color: #dedede;
}
.header-contact-link a:hover, .top-social-icon i:hover {
	color: #fff;
}
.footer-list li a:before {
    content: '';
    padding-right: 0;
}
.footer-logo {
	width: 50%;
	height: auto;
	margin: 5px 15px 0 0;
	float: left;
}
.footer-social-icons {
	display: block;
	margin: 10px auto 0;
	text-align: center;
}

.footer-bar {
	font-size: 13px;
}
.footer-bar a, .footer-bar a:active, .footer-bar a:focus {
	color: #939393;
}
.footer-bar a:hover {
	color: #fff;
}

.form-contact #contact-success, .form-contact #contact-fail {
	color: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	font-weight: normal;
	margin: 0 auto;
	padding: 5px 0;
}
.form-contact #contact-success {
	background-color: #2ecc71;
	text-align: center;
	width: 70%;
}
.form-contact #contact-fail {
	background-color: #a00;
	text-align: center;
	width: 80%;
}
.form-contact .result-show {
	display: block;
	margin-bottom: 0;
}
.form-contact .result-hide {
	display: none;
}

.m-t-15 {
	margin-top: 15px;
}
.m-t-20 {
	margin-top: 20px;
}
.m-t-25 {
	margin-top: 25px;
}
.m-t-30 {
	margin-top: 30px;
}
.m-t-35 {
	margin-top: 35px;
}
.m-t-50 {
	margin-top: 50px;
}

.m-l-15 {
	margin-left: 15px;
}

.m-b-0 {
	margin-bottom: 0;
}
.m-b-20 {
	margin-bottom: 20px !important;
}
.m-b-25 {
	margin-bottom: 25px;
}
.m-b-30 {
	margin-bottom: 30px;
}

.m-r-5 {
	margin-right: 5px;
}
.m-r-10 {
	margin-right: 10px;
}

.p-y-40 {
	padding: 40px 0;
}
.p-t-0 {
	padding-top: 0 !important;
}
.p-t-2 {
	padding-top: 2px !important;
}
.p-t-40 {
	padding-top: 40px !important;
}
.p-b-0 {
	padding-bottom: 0 !important;
}

@media (max-width: 1024.98px){
	.responsive-video-screen {
		width: 90%;
		height: 90%;
	}
}

