/* HEADER/FOOTER */
#main-header {
    background-color: rgba(33, 33, 33, 0.5);
    font-size: 20px;
    left: 0;
    padding: 9px 40px;
    right: 0;
    top: 0;
    z-index: 10;
	color: white;
}
#main-header #menu-bars { font-size: 21px }
#main-header .right a {
    color: #fff;
    line-height: 47px;
    padding: 0 15px;
    text-decoration: none;
}
#footer {
	background: #515151;
	color: #fff;
	width: 100%;
	overflow: auto;
	font-family: 'Roboto, HelveticaNeueW01-Thin', 'Source Sans Pro', sans-serif;
	font-size: 12px;
	padding: 45px 5px;
	overflow-x: hidden;
}
#footer #center { margin: 0 auto }
#footer #social{
	float: none;
	text-align: left;
	width: 395px;
	margin: 0 auto;
	margin-bottom: 40px;
}
.footer-menu {
	display: inline-block;
	float: none;
	width: 395px;
}
.quick-links,
.support-links {
	float: left;
	text-align: left;
	font-size: 15px;
	line-height: 21px;
	list-style: none;
	width: 150px;
	overflow: hidden;
	margin: 0 25px 40px 0;
}
.quick-links span,
.support-links span{
	display: inline-block;
	font-size: 1.5em;
	border-bottom: 2px solid #686868;
	padding-bottom: .5em;
	width: 100%;
}
.quick-links a,
.support-links a {
	color: white;
	text-decoration: none;
	display: block;
}
.quick-links a:hover,
.support-links a:hover {
	text-decoration: underline;;
}
.contact-form,
.social-icons {
	width: 395px;
	font-size: 1.5em;
	line-height: 1.25em;
	text-align: left;
}
.social-icons{
	padding: 22px 0 13px 0;
	line-height: 1.75em;
	clear: both;
}
div.hs_email label{
	margin-left: 0;
}

/* HubSpot Mods */
.contact-form .hbspt-form{
	padding-top: 17px;
	background: none;
}
.contact-form .hbspt-form form{
	width: 395px;
	margin-top: 0px;
}
.contact-form input.hs-button.primary.large {
    color: #fff;
    background: #D22D2A;
    border-radius: 5px;
    display: inline-block;
    padding: 10px 30px;
    text-decoration: none;
	cursor: pointer;
}
.contact-form input.hs-button.primary.large {
    font-family: 'Roboto, HelveticaNeueW01-Thin', 'Source Sans Pro', sans-serif;
    font-size: 16px;
    border: 0px;
}
input.large{
	width: auto
}
.contact-form .hs-input{
	font-size: 20px;
	padding: 5px;
	border-radius: 5px;
	margin-right: 20px;
	margin-bottom: 10px;
	width: 209px;
}
.contact-form .hs-input{
    display: inline-block;
    left: 225px;
}
span.hs-form-required {
    display: none;
    position: absolute;
    left: 225px;
    color: #ff3300;
}
.hs-form-field .input input.error {
    background-color: white;
    border: 1px solid transparent;
}
ul.hs-error-msgs.inputs-list {
    font-size: 12px;
    margin-top: -9px;
    margin-bottom: -13px;
}
.contact-form .hs_email.field.hs-form-field {
    float: left;
}
#text{
	float: left;
}

/*#main-header,*/ /*Let's wait to commit to new styles before we change the header*/
#footer {
	font-family: 'Roboto, HelveticaNeueW01-Thin', 'Source Sans Pro', sans-serif;
}

#menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 10;
    text-align: center;
    visibility: hidden;
}
#menu a,#menu-close { text-decoration: none }
#menu a:hover,#menu-close:hover { text-decoration: underline }
#menu-close {
    position: fixed;
    top: 20px;
    z-index: 10;
    display: none;
}
#menu ul#top {
    position: relative;
    z-index: 9;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    text-align: center;
    display: inline-block;
}
#menu li {
    list-style-type: none;
}
.main-header-not-fixed {
  position: absolute;
}
.main-header-fixed {
  position: fixed;
}

/* HEADER/FOOTER media queries */
@media (max-height: 414px) {
    #menu li,#menu-close { font-size: 70% }
    #menu li { height: 21px }
}
@media (min-height: 415px) {
    #menu li,#menu-close { font-size: 120% }
    #menu li { height: 38px }
}
@media (max-width: 999px) {
    #menu-close {
        right: 20px;
    }

    h1 { font-size: 200% }

    #main-header {
        padding: 5px 0 0 10px;
    }
    #main-header .desktop, #social .desktop { display: none }
    #text .mobile { text-align: left }

    #footer #center {
        text-align: center;
    }
    #footer #social { margin-bottom: 10px }
}
@media (min-width: 1000px) {
    #menu-close { right: 60px }

    h1 { font-size: 300% }

    #footer #social { float: right }
    #footer #text { float: left }
    #footer #center { width: 60%; }
    #text .mobile, #main-header .mobile { display: none }
}
@media (min-width: 840px) {
	.footer-menu {
		float: left;
		width: auto;
	}
	#footer #social {
	    float: right;
		margin: 0;
	}
	#footer #center{
		width: 800px;
	}
	div.footer-menu #text{
		float: left;
	}
}
@media (max-width: 839px) {
	#footer{
		box-sizing: border-box;
		overflow-x: hidden;
	}
	#footer #social{
		width: 350px;
	}
	.footer-menu {
		width: 350px;
	}
	.contact-form,
 	.social-icons {
		width: 350px;
	}
	.contact-form .hs-input,
	.hs_email .input .hs-input{
		width: 190px;
		margin-right: 10px;
	}
}


/* TEXT MODS */
/*.black { color: #000 }*/
.black { color: #000000; }
.bold { font-weight: 500; }
.darkgrey { color: #ababab; }
/*.gold { color: #9F9780; }*/
.gold { color: #ccab51; }
/*.green { color: #080; }*/
/* We should never use green text. This is now blue. */
.green { color: #0099FE; } /* change naming convention for this */
.grey { color: #ccc; }
.nobold { font-weight: 300 !important; }
/*.red { color: #f5454d !important; }*/
/* We should never use red text. This is now gold. */
.red { color: #ccab51 !important; } /* change naming convention for this */
.size-10 { font-size: 10px !important; }
.size-11 { font-size: 11px !important; }
.size-12 { font-size: 12px !important; }
.size-13 { font-size: 13px !important; }
.size-14 { font-size: 14px !important; }


/* GENERIC TAGS/CLASSES/IDS */
body { margin: 0 }
a img { border: 0 }
a { color: #ff3300; }
a:hover { text-decoration: underline;}
button {
    color: #000000;
    text-shadow: 1px 1px #fff;
    cursor: pointer;
}
strong { font-weight: 500; }

.alert {
    border-radius: 8px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px;
    padding: 10px 0;
    text-align: center;
}
.arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    cursor: pointer;
    float: left;
    height: 0;
    margin-top: 5px;
    margin-left: 4px;
    width: 0;
}
.code {
    color: #090;
    font: bold 13px Courier New;
}
.down { border-top: 5px solid #595051 }
.error-message{
  text-align: center;
}
.up { border-bottom: 5px solid #595051 }
.btn-admin {
    left: 0;
    font-size: 20px;
    position: fixed;
    top: 0;
    z-index: 10000;
}
.bump { margin: 20px 0 }
.bump-10 { margin-top: 10px !important }
.bump-15 { margin-top: 15px !important }
.bump-20 { margin-top: 20px !important }
.bump-30 { margin-top: 30px !important }
.bump-40 { margin-top: 40px !important }
.bump-50 { margin-top: 50px !important }
.bumper { margin-top: 70px }
.caption {
    color: #438DD8;
    font: 12px Arial;
    left: 45px;
    position: absolute;
    top: 16px;
}
.clear {
    clear: both;
    height: 0;
}
.center {
    margin: 0 auto;
    width: 1000px;
}
.error {
    background-color: #FF3300;
    border: 1px solid #FF3300;
}
.error a {
    color: #fff;
    text-decoration: underline;
}
.fixedwidth { font-family: Courier New }
.hide { display: none }
.last { border-bottom: 0 !important }
.left { float: left }
.line {
    border-bottom: 1px solid #e6e6e6;
    clear: both;
    margin-bottom: 20px;
}
.loading {
    background-image: url('/static/images/icon-loading.gif');
    height: 11px;
    display: none;
    margin: 0 auto;
    width: 43px;
}
.messagebox {
    background-color: #eaebf0;
    /*border: 1px solid #dfdfdf;*/
    /*box-shadow: 0 0 2px 2px #eee;*/
    /*font-size: 11pt;*/
    margin-bottom: 20px;
    padding: 10px;
}
.nopadding { padding: 0 !important }
.notop { margin-top: 0 }
.padding { margin-left: 5px }
.redbutton {
    background-color: #f81f1f;
    border-radius: 6px;
    border: 4px solid #fff;
    padding: 7px 0 8px 0;
    text-align: center;
    width: 213px;
}
.redbutton a {
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none;
}
.redbutton a:hover {
    text-decoration: none !important;
}
a.red-buttons {
  color: #fff !important;
  background-color: #ff3300;
  border-radius: 5px;
  display: inline-block;
  padding: 10px 45px;
  font-size: 16px;
  font-weight: 500;;
  text-decoration: none !important;
}

.right { float: right }
.spacing { line-height: 18px }
.spacer { height: 20px }
.success {
    background-color: #0099FE;
}
#tab-links a {
    background-color: #ddd;
    border-radius: 5px;
    color: #0061AA;
    font-size: 9pt;
    font-weight: normal;
    padding: 5px 10px;
}
#tab-links a.active {
    background-color: #0061AA;
    color: #fff;
    font-weight: 500;
}
.tooltip { color: #f00 }
.tutorial {
    background: url('/static/images/icon-tutorial-sprite.png') 0 0 no-repeat;
    display: block;
    height: 27px;
    width: 27px;
    outline: none;
}
.tutorial:hover { background-position: 0 -27px }
.tutorial-title {
    float: left;
    margin-left: 10px;
}
.type {
    border-radius: 5px;
    color: #fff;
    display: inline;
    font-family: Arial;
    font-size: 9px !important;
    font-weight: normal;
    margin: 0 3px;
    padding: 3px;
}
.user-photo {
    border: 1px solid #d8d7d2;
    border-radius: 3px;
    height: 57px;
    padding: 2px;
}
.user-photo img.photo {
    border: 1px solid #d8d7d2;
    height: 55px;
}


/* USER TYPE BADGES */
.distribution-partner { background-color: #FFD400 }
.enterprise { background-color: #05c03b }
.filmmaker { background-color: #0098f2 }
.pro { background-color: #9506c0 }
.shared { background-color: #2f69bb }
.team { background-color: #ffb940 }
.vendor,.delete,.deleted,.test,.sleeper,.sleeper-faf,.sleeper-hood,.sleeper-lead,.sleeper-proof,.free { background-color: #666 }
.admin { background-color: #ea2926 }


/* TABLES */
th {
    background-color: #646464;
    color: white;
}
td, th {
    /*font-size: 12px;*/
    padding: 4px;
}
td input { font-size: 12px; }
