body,
input,
button,
select,
textarea {
    font-family: 'Open Sans', Arial, sans-serif;
}

body {
    font-size: 0.75em;
}

:invalid {
    outline-color: rgba(221, 0, 0, 0.5);
    box-shadow: none;
}

:focus {
    outline-color: #30529E;
}


/* General Forms */

.generalForm textarea {
    min-height: 5em;
}

.generalForm input,
.generalForm textarea,
.generalForm select {
    width: 100%;
    max-width: 100%;
    padding: 0.8em;
    border: 1px solid #ccc;
    background-color: #FFFFFF;
    outline-width: 0;
    color: #666666;
    border-radius:10px;
}

.generalForm select {
    padding-right: 0;
}

.generalForm input[type="file"]::-ms-value {
    border-width: 0;
    background-color: transparent;
}

.generalForm input[type="file"]::-ms-browse {
    border-width: 0;
    background-color: rgba(0, 0, 0, 0.15);
    border-radius: 2px;
}

.generalForm select option {
    background-color: #FCFCFC;
}

.generalForm .hasErrors input,
.generalForm .hasErrors textarea,
.generalForm .hasErrors select {
    border-color: #CC6060;
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.15), 0 0 5px rgba(221, 0, 0, 0.2);
}

.generalForm input:focus,
.generalForm textarea:focus,
.generalForm select:focus,
.generalForm .hasErrors input:focus,
.generalForm .hasErrors textarea:focus,
.generalForm .hasErrors select:focus {
    border-color: #808080;
    background-color: #FDFDFD;
    box-shadow: inset 0 0 5px #FFFFFF, 0 0 3px rgba(0, 0, 0, 0.2);
}

.generalForm .drivePickerButton,
.generalForm .dropbox-dropin-btn.dropbox-dropin-default {
    margin: 0.8em 0.5em 1em 0;
}

/* Errors from template */

.errorText {
    color: #DD0000;
    clear: both;
}

/* Errors from wizard */

.errorMessage,
.warningMessage,
.duplicateWarningMessage {
    color: #DD0000;
    clear: both;
}

/* Buttons */

button,
.buttonLike,
.buttonLike:visited {
    width: auto;
    background-color: #00a3e0;
    padding: 0.5em 1.5em;
   	font-size: 1.3em;
    border-width: 0;
    color: #FFFFFF;
    vertical-align: middle;
    border-radius: 2px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    height: 40px;
}

button:hover,
button:active,
.buttonLike:hover,
.buttonLike:active {
    background-color: #0178a5;
    transition: all 0.3s ease 0s;
}

button.cancelButton,
button.cancelButton:hover,
button.cancelButton:active,
.linkLike,
.linkLike:hover,
.linkLike:active,
.linkLike:visited {
    padding: 0;
    color: #404040;
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    border-width: 0;
    border-radius: 0;
}

button.cancelButton:hover,
button.cancelButton:active,
.linkLike:hover,
.linkLike:active {
    color: #000000;
}

.body_IE6 button,
.body_IE7 button {
    padding-top: 3px;
    padding-bottom: 3px;
}

.uploadedFile {
    display: block;
    padding-top: 2px;
}

.removeFile {
    cursor: pointer;
    color: #404040;
    padding: 3px 4px;
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    width: auto;
    font-size: 0.9em;
    color: #DD0000;
    text-decoration: underline;
}

.removeFile:hover,
.removeFile:active {
    background-color: transparent;
    color: #7F0000;
}

.removeFile input {
    display: inline !important;
}

.smallButtonLike {
    padding: 2px 4px;
}

/* STRUCTURE */

/* Custom Layout */

body {
    font-family: 'Open Sans', Arial, sans-serif;
    color: #909090;
    background-color: #f2f2f2;
}

.wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2em;
}

#themeBanner {
    margin: 1em auto;
    max-height: 300px;
    max-width: 600px;
    overflow: hidden;
}

.themeBannerImage {
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    width: auto;
}

#header {
    text-align: left;
    padding: 0 2em 1.5em;
    background:#000;
    overflow: auto;
}

#content {
    padding: 2em;
    background: #f2f2f2;
    margin: 0px auto;
}

.headerTitle {
    color: #fff;
    font-size: 3em;
    font-weight: 400;

}

.headerDescription {
    display: inline-block;
    font-size: 1.5em;
    padding-top: 0.5em;
    font-weight: 300;
    color:#fff;
}

#themeVideo {
    margin: 1em 0;
}

#themeVideo iframe {
    margin: 0 auto;
}

#footer {
    padding: 1em;
    text-align: center;
}

/*Custom styles*/
/*Top bar*/
.topBar{
    overflow: auto;
    background: #fff;
}
.topBar img{
    max-width:150px;
    width:100%;
    height:auto;
}

/*Content*/
.contentWrapper{
    max-width:650px;
    width:100%;
    height:auto;
    overflow: auto;
    margin:0px auto;
}
.descriptionAndTitle {
    width: 75%;
    float: left;
    height: auto;
    padding-right: 150px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.bannerImage {
    float: right;
    width: 25%;
    height: auto;
}
.Separator > span{
    color: #8ec13e;
    text-transform: uppercase;
    font-size: 25px;
    border-bottom: 1px solid #ddd;
    width: 100%;
    display: inherit;
    padding-bottom: 10px;
    margin:40px 0px 20px 0px;	
}
.fieldSpec{
	width:49%;
	margin-right:1%;
	display: inline-block;
}
.fieldSpec > label,
.datasetfieldSpec > label,
.formfieldSpec > label,
.fieldSpec fieldset > legend,
.DateFormField > div > label,
.fieldSpec .labelText,
.fieldSpec .datasetlabelText {
    color: #3E3E3E;
    margin-bottom: 5px;
}
.fieldSpec > label,
.fieldSpec .labelText {
    font-size: 16px;
    color: #3E3E3E;
    margin-bottom: 5px;
}
/*Footer - styles from http://women-in-tech-jobs.deloitte.com/signup */
.asc-social-share-wrap .chicklets {
    text-indent: -99999px;
    overflow: hidden;
    padding-right: 0px;
    padding-left: 16px;
}
.asc-social-share-wrap .stButton {
    margin-right: 2px;
    margin-left: 2px;
}
footer {
    margin-top: 30px;
    background: #f2f2f2;
}

footer p {
    color: #43454d;
    font-size: 12px;
    text-align: center;
    margin-bottom: 15px;
}

footer p span.asc-logo {
    border-radius: 25px;
    margin-left: 5px;
    margin-right: 5px;
}

footer a {
    font-size: 12px;
    color:#1d9ff2;
}
footer a:hover{
    color: #0c84d0;
}
footer .asc-social-share-wrap {
    margin: 0 auto;
    max-width: 180px;
    width: 100%;
    padding: 5px 0;
}

footer .share-span {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 10px;
    text-align: right;
    font-weight: 600;
    float: left;
    display: block;
    position: relative;
    top: 5px;
    color: #878787;
}
.pull-left {
    float: left;
}

.social-buttons-footer {
    display: inline-block;
}
.sharer-icon {
    float: left;
    height: 23px;
    margin-left: 2px;
    width: 23px;
    cursor: pointer;
}
.sharer-icon.sharer-icon-email {/*background: url(../images/email.png) 0 1px no-repeat;background-size: 22px;display: inline-block;*/}

.sharer-icon.sharer-icon-facebook {/*background: url(../images/social-icons.png) -1px -1px no-repeat;background-size: 100px;*/ color:#2199e8;font-family:Helvetica,Arial,sans-serif;font-weight:400;line-height:1.3;margin:0;padding-right:10px;text-align:left;text-decoration:none;}
.sharer-icon.sharer-icon-facebook img {-ms-interpolation-mode:bicubic;border:none;clear:both;display:inline-block;max-width:100%;outline:0;text-decoration:none;width:auto}

.sharer-icon.sharer-icon-linkedin {/*background: url(../images/social-icons.png) -76px -1px no-repeat; background-size: 100px;*/ color: #2199e8;font-family: Helvetica,Arial,sans-serif;font-weight: 400; line-height: 1.3; margin: 0; padding: 0; text-align: left; text-decoration: none; padding-right: 10px;}
.sharer-icon.sharer-icon-linkedin img {-ms-interpolation-mode: bicubic; border: none; clear: both; display: inline-block; max-width: 100%; outline: 0; text-decoration: none; width: auto;}

.sharer-icon.sharer-icon-googleplus {/*background: url(../images/social-icons.png) -26px -1px no-repeat; background-size: 100px;*/ color: #2199e8;font-family: Helvetica,Arial,sans-serif; font-weight: 400; line-height: 1.3; margin: 0; padding: 0; text-align: left; text-decoration: none; padding-right: 10px;}
.sharer-icon.sharer-icon-googleplus img {-ms-interpolation-mode: bicubic; border: none; clear: both; display: inline-block; max-width: 100%; outline: 0; text-decoration: none; width: auto;}

.sharer-icon.sharer-icon-twitter {/*background: url(../images/social-icons.png) -51px -1px no-repeat; background-size: 100px;*/ color: #2199e8; font-family: Helvetica,Arial,sans-serif; font-weight: 400; line-height: 1.3; margin: 0; padding: 0; text-align: left; text-decoration: none; padding-right: 10px;}
.sharer-icon.sharer-icon-twitter img {-ms-interpolation-mode: bicubic; border: none; clear: both; display: inline-block; max-width: 100%; outline: 0; text-decoration: none;width: auto;}

/* Mobile Redefinitions */
@media all and (max-width: 600px) {

    .wrapper {
        padding: 0;
    }


    #header {
        padding: 2em
    }

    .headerTitle{
        font-size:2.5em;
    }

    .headerDescription {
        font-size: 1.3em;
    }

    button,
    .buttonLike,
    .buttonLike:visited {
        padding:1em;
    }

    button.cancelButton,
    button.cancelButton:hover,
    button.cancelButton:active,
    .linkLike,
    .linkLike:hover,
    .linkLike:active,
    .linkLike:visited {
        min-width: 0;
        text-align: left;
    }

    .generalForm .drivePickerButton,
    .generalForm .dropbox-dropin-btn.dropbox-dropin-default {
          display: block;
          margin-right: 0;
    }

    /*Custom styles*/
    .descriptionAndTitle,
    .bannerImage,
    .fieldSpec{
    	width:100%;
    }

    .bannerImage{
     	text-align: center;
    }

    .descriptionAndTitle{
    	padding-right:0;
    	margin-bottom:20px;
    }

    .themeBannerImage{
    	max-width:90%;
    }
}

.wizard p {color:#000; margin-top: 15px;}
.wizard p a {color:#000; text-decoration: underline;}
.wizard p a:hover {text-decoration: none;}