/*
Theme Name: Internet Kit One Custom
Theme URI: http://aiga.org
Description: This is a child theme that extends the Internet Kit One theme, it can be customized without affecting the base theme.
Author: AIGA
Author URI: http://aiga.org/
Version: 1.0.0
Template: ikit_one
*/

@import url("../ikit_one/style.css");



.local_sponsors {margin-bottom:20px;}

.layout-footer {
   
}
a.external-link, a.external-link:hover {
	background: none;
	padding-right: 0;
}
.learn-more-btn {
	display: block;
	background: #EC008C;
	color: #fff;
	padding: 5px;
	width: 100px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	margin-top: 5px;
}
.learn-more-btn:hover {
	background: #EC008C;
	text-decoration: none;
}
.child-event-title {
	color: #000000;
	text-transform: uppercase;
	font-family: "franklin-gothic-urw-cond-n7","franklin-gothic-urw-cond",sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 1.2em;
	padding-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
}
.smaller-text {
	font-size: 11px; line-height: 13px;
}
.hp-event-image {
	border-top: 20px solid #F1F2F2;
	border-bottom: 1px solid #F1F2F2;
}
.box div:nth-of-type(2).hp-event .hp-event-image {
	border-top: none;
}
.layout-footer-content{width:90%;
}

.layout-footer-container {clear: both;}
.speaker-image {
padding: 0 15px 11px 0; 
width: 117px;
height: auto;
float: left;
}

.wp-editor li {
    color: #7C7C7C;
    padding-left: 25px;
    text-indent: -13px;
	font-size: 12px;
    margin-bottom: 2px;
}

/*--DOD Sponsors--*/
.dod-cranky {
    margin-bottom: 6px;
    max-width: 122px;
    position: relative;
    width: 25%;
}
.dod-cline {
    margin-right: 4%;
    max-width: 73px;
    position: relative;
    width: 14%;
}
.dod-mitchells {
    margin-right: 18px;
    max-width: 69px;
    position: relative;
    width: 16%;
}
/*.layout-nav-menu-button-container {
    width: 953px;
}
.layout-nav-menu-search-button {
    padding-left: 47px;
}*/
.layout-nav-menu-button a {
    font-size: 12px;
}
/*---Sponsor Styles--*/
.ac-container label{
	padding: 5px 3% 5px 24px;
	position: relative;
	z-index: 20;
	height: 30px;
	cursor: pointer;
	color: #fff;
	line-height: 19px;
	background: #c8c9cb;
    font-family: "franklin-gothic-urw-n9","franklin-gothic-urw",sans-serif;
    font-style: normal;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 13px;
}
.ac-container .box br:first-of-type {
    display: none;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	background: #c6e1ec;
	color: #3d7489;
	text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	background: transparent url(../images/arrow_down.png) no-repeat center center;	
}
.ac-container input:checked + label:hover:after{
	background-image: url(../images/arrow_up.png);
}
.ac-container input{
	display: none;
}
.ac-container article{
	background: rgba(255, 255, 255, 0.5);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container article p{
	
}
.ac-container input:checked ~ article{
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;

}
.ac-container input:checked ~ article.ac-small{
	height: 140px;
}
.ac-container input:checked ~ article.ac-medium{
	height: 583px;
}
.ac-container input:checked ~ article.ac-large{
	height: 230px;
}
.ac-container .box {
	margin-top: 0;
    border-top: 5px solid #c8c9cb;
}
.logo-top {
    padding-top: 30px;
}
.ac-container .box:first-of-type label {
    background: #7b44a2;
}
.ac-container .box:first-of-type {
    border-top-color: #7b44a2;
}
.ac-container .box:nth-of-type(2) label {
    background: #bda801;
}
.ac-container .box:nth-of-type(2) {
    border-top-color: #bda801;
}
.ac-container .box:nth-of-type(3) label {
    background: #9dcd45;
}
.ac-container .box:nth-of-type(3) {
    border-top-color: #9dcd45;
}
.box label:before
{
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	top: 17%;
	left: 1px;
	z-index: -1;
	background: url(http://cleveland.aiga.org/wp-content/uploads/2013/12/arrow.png) 0 0 no-repeat;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
.box label.ac-open:before
{
	background: url(http://cleveland.aiga.org/wp-content/uploads/2013/12/arrow.png) 0 0 no-repeat;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	margin-left: -13px;
	margin-top: -2px;
	
}

/*--2014 Accordion--*/
.accordion {
    position: relative;
    border-top: 38px solid #F1F2F2; 
}

dt a {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 20px 5px 30px;
    margin: 0px 0 0 0;
    font-size: 16px;
    display: block;
    width: 242px
        }
.accordion-spacer {
    display: block;
    position: relative;
    height: 46px;
    width:100:
}
.ac-speaker {
    border-top: 5px solid #7b44a2;
    display:block;
    height: 40px;
    
}
.accordion .ac-visible a{
    background-image: url(http://cleveland.aiga.org/wp-content/uploads/2014/02/arrow-open.png);
}
.ac-speaker a {
    background: url(http://cleveland.aiga.org/wp-content/uploads/2013/12/arrow.png) 7px 4px no-repeat #7b44a2;
}
.ac-speaker:hover {
    border-top: 5px solid #8752ae;
}
.ac-speaker:hover a {
    background-color: #8752ae;
    text-decoration: none;
}
.speaker-content {
    display: block;
}
.ac-gold {
    border-top: 5px solid #bda801;
}
.ac-gold a {
    background: url(http://cleveland.aiga.org/wp-content/uploads/2013/12/arrow.png) 7px 4px no-repeat #bda801;
}
.ac-gold:hover {
    border-top: 5px solid #d0bc1b;
}
.ac-gold:hover a {
    background-color: #d0bc1b;
    text-decoration: none;
}
.ac-silver {
    border-top: 5px solid #9dcd45;
}
.ac-silver a {
    background: url(http://cleveland.aiga.org/wp-content/uploads/2013/12/arrow.png) 7px 4px no-repeat #9dcd45;
}
.ac-silver:hover {
    border-top: 5px solid #afdf57;
}
.ac-silver:hover a {
    background-color: #afdf57;
    text-decoration: none;
}

.sub-hero-image {
    margin-top: -35px;
}