@import url('https://fonts.googleapis.com/css?family=Source+Serif+Pro:300,400,600');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700');

body{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 17px;
    overflow-x: hidden;
}

.section{
    padding: 50px 0;
}

.section-intro{
    background-color: #ffdc00;
    min-height: 500px;
    padding: 30px 0 50px 0;
}

.content-small{
    width: 350px;
}

.txt-large{
    font-size: 20px;
}

.header{
    
}

.logo{
    width: 190px;
}


.bullets{
    list-style: none;
    padding: 0;
    margin: 0 0 0 20px;
}

.bullets li{
    line-height: 23px;
    margin-bottom: 0px;
    position: relative;
}

.bullets li:before { 
    content:''; 
    position: absolute;
    height:1em; 
    width:1em; 
    top: 3px;
    left: -20px;
    background-image:url('../img/v.svg'); 
    background-size:contain; 
    background-repeat:no-repeat; 
    padding-left: 2em; 
}

b.feat{
    color: #ffdc00;
    font-size: 14px;
    margin-top: 8px;
}

.start{
    background-color: #3c3c3b;
    text-transform: uppercase;
    color: #FFF;
    font-weight: 600;
    border-radius: 5px;
    display: inline-block;
    position: absolute;
    z-index: 9;
    right: 20px;
    top: 0;
    padding: 7px 40px 7px 20px;
    transition: all 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
}

.start img{
    position: absolute;
    right: 10px;
    top: 12px;
    width: 17px;
    height: 17px;
}

.start:hover{
    background-color: #666;
    color: #fff;
    text-decoration: none;
}

.submit{
    background-color: #ffdc00;
    color: #000;
    display: block;
    border-radius: 5px;
    font-weight: 600;
    padding: 8px 30px;
    transition: all 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
}

.submit.sent{
    pointer-events: none;
    opacity: 0.5;
}

.submit:hover{
    color: #000;
    background-color: #fff;
    text-decoration: none;
}

.form-bottom{
    display: flex;
}

.bottom-notice{
    color:#ffdc00;
    padding-left: 10px;
    font-size: 12px;
    display: none;
}

.typewrite-container{
    max-width: 600px;
    height: 300px;
    margin: 0 auto;
}

.intro-row{
    position: relative;
}

#intro{
    pointer-events: none;
    position: absolute;
    top: 57%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: source-serif-pro, serif;
    font-weight: 300;
    font-style: normal;
    font-size: 30px;
    text-align: center;
}


.Typewriter__cursor{
    display: none !important;
}

#intro b{
    color: #fff;
    font-weight: 600;
    display: block;
    font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif;
    margin-top: 30px;
}

.typewrite{
    font-family: source-serif-pro, serif;
    font-weight: 300;
    font-style: normal;
    font-size: 30px;
}

.logos img{
    margin: 10px 40px 13px 0;
    width: 115px;
}

.logos a{
    opacity: 0.5;
    transition: all 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
}

.logos a:hover{
    opacity: 1;
}

.logos a:nth-child(2) img{
    width: 200px;
}

.footer-content{
    color: #fff;
    opacity: 0.6;
    max-width: 450px;
}

.footer-content p{
    margin: 0;
}

.footer-content a{
    color: #feda31;
}


/* switches */


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

.switch input[type=checkbox]{
	height: 0;
	width: 0;
	visibility: hidden;
}

.switch label {
	cursor: pointer;
	width: 150px;
	height: 33px;
	background: #fff;
	display: inline-block;
	border-radius: 8px;
    position: relative;
    margin-bottom: 0 !important;
}

.switch .option1,
.switch .option2{
    color: #000;
    position: absolute;
    z-index: 99;
    top: 8px;
    color: #888;
    width: 70px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
}

.switch .option1{
    left: 3px;
    color: #000;
}

.switch .option2{
    right: 3px;
}


.switch input:checked + label .option1{
    color: #000;   
}

.switch input:checked + label .option2{
    color: #feda31;
}

.switch label:after {
	content: '';
	position: absolute;
	top: 3px;
	left: 3px;
	width: 70px;
	height: 27px;
	background: #ffdc00;
	border-radius: 6px;
	transition: 0.3s;
}

.switch input:checked + label {
	
}

.switch input:checked + label:after {
	left: calc(100% - 3px);
	background-color: #000;
	transform: translateX(-100%);
}

.switch label:active:after {
	width: 130px;
}


/*  form */


.form{
    background-color: #3c3c3b;
    height: 100vh;
    display: none;
    position: absolute;
    min-height: 100vh;
    padding-top: 30px;
    padding-left: 310px;
    z-index: 99;
    color: #fff;
    top: 0;
    width: 860px;
    right: -860px;
    transition: right 1s cubic-bezier(0.230, 1.000, 0.320, 1.000);
}

.textarea-other{
    display: none;
}

.form.active{
    right: 0;
}

select{
    font-family: 'Source Sans Pro', sans-serif;
    max-width: 329px;
}

.form-content{
    width: 180px;
    position: absolute;
    left: 110px;
    top: 30px;
    margin-right: 0px;
}

.form-fields{
    width: 460px;
    margin: 5px 40px 0 20px;
}

.form-textbox-small{
    margin-top: 0px;
    margin-left: 4px;
    width: 149px!important;
}

.close-link{
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 999;
    cursor: pointer !important;
}

.close-link img{
    width: 80px;
}

.form hr{
    border-top: 1px solid #ffdc00;
    border-bottom: 0;
}

.field{
    margin-bottom: 5px;
}

.form input{
    outline: none;
    font-size: 15px;
    padding: 6px 5px;
    border-radius: 8px;
    width: 100%;
    border: 0;
}

.form input::placeholder{
    color: #BBB;
    
}

.form textarea::placeholder{
    color: #BBB;
    
}

.filter-option-inner-inner{
    text-transform: uppercase;
    font-size: 12px;
    color: #999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropdown-toggle{
    outline: none !important;
    box-shadow: none !important;
    line-height: 1 !important;
}

.dropdown-item{
    font-size: 12px;
    color: #999;
    line-height: 14px;
    padding: 10px;
    text-transform: uppercase;
}

.field{
    display: flex;
    width: 100%;
    margin-bottom: 7px;
}

.field.with-switch{
    margin-bottom: 0 !important;
}

.field.with-switch .input{
    
}

.field .label{
    width: 306px;
    padding-top: 6px;
    font-weight: 300;
    font-size: 15px;
    color: #AAA;
}

.field .input{
    
    vertical-align: top;
    text-align: right;
}

.datefield{
    width: 32%!important;
}

textarea{
    border: 0px;
    border-radius: 5px;
    width: 100%;
    font-size: 15px;
    height: 90px;
    outline: none;
    padding: 5px;
}


.hashtag, .footer-notice{
    color: #ffdc00;
}

.hashtag{
    font-weight: 600;
}

.hashtag:hover{
    color: #ffdc00;
    text-decoration: underline;
}


.footer-notice{
    font-size: 12px;
}


