* {
    margin:0;
    padding:0;
}
.content {
    font-family: "Source Sans Pro", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    background:#f4f4f4;
    color:#484848;
    width:100%;
    height:100%;
    max-width:100%;
    margin:0 auto;
    font-size:14px;
    overflow-wrap: break-word;
    line-height: 1em;
}  
a {
    text-decoration:none;
    color:#777;
}
a:hover{
    background-color:transparent;
}
header {
    display:block;
}

.headerWrapper {
    font-weight:400;
    border-top:0;
    border-right:0;
    border-left:0;
    border-bottom:2px solid #e6e6e6;
    min-height:50px;
    margin-bottom:20px;
    background:white;
    display:flex;
    justify-content: space-between;
    align-items: center;
    width:100%;
}
.logoWrapper {
    padding:0 15px;
    float:left;
}
.logoLink {
    display:inline-block;
}
.logo {
    width:150px;
    height:auto;
    padding-top:15px;
    padding-bottom:15px;
    display:block;
}
main {
    padding:0 15px;
    max-width:1230px;
    margin-right:auto;
    margin-left:auto;
    display:block;
}
h1 {
    font-size:2em;
    font-weight:400;
    font-family:inherit;
    font-weight:inherit;
    margin:0;
    display:inline-block;
    color:#777;
}
.rowWrapper {
    border-radius:2px 2px 2px 2px;
    -moz-border-radius:2px 2px 2px 2px;
    -webkit-border-radius:2px 2px 2px 2px;
    border:1px solid #d7d7d7;
    margin-bottom:20px;
    background-color:#fff;
    width: 100%;
    height: 100%;
    margin:auto;
}
.rowHeader {
    color:#848484;
    background-color:#fbfbfb;
    border-color:#d7d7d7;
    border-bottom:2px solid #d7d7d7;
    border-top-right-radius:inherit;
    border-top-left-radius:inherit;
    cursor:pointer;
    padding:10px 15px;
}
h4 {
    font-size:12px;
    font-weight:normal;
    line-height:1.1;
    margin-bottom: 0;
}
.collapseIcon {
    float:right;
}
.rowBody {
    border-top-color:#ddd;
    padding:15px;
}
.settings {
    width:100%;
}
.settings td {
    width:33.3333333%;
    vertical-align:middle;
}
.settings td.flCol {
    text-align:right;
}

.formWrapper {
    display: flex;
    justify-content: center;
    padding-bottom: .5em;
}
.formLabel {
    font-size:13px;
    color:#484848;
    font-weight:400;
    display: flex;
    align-items: center;
}
.pillBoxLabel {
    margin-top:4px;
}
.formInput {
    padding-right:15px;
    padding-left:15px;
}
.inputTextarea,.shareText {
    height:auto;
    color:#484848;
    margin:0 20px;
    border:1px solid #d7d7d7;
    padding:5px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size:13px;
    max-width: 500px;
    vertical-align:middle;
    background-color:#fff;
    border-radius:2px 2px 2px 2px;
    -moz-border-radius:2px 2px 2px 2px;
    -webkit-border-radius:2px 2px 2px 2px;
    white-space:none !important;
    display:block;
    width:100%;
    line-height:1.42857143;
    resize:none;
}
.dropdown {
    color:#484848;
    border:1px solid #d7d7d7;
    border-radius:2px 2px 2px 2px;
    -moz-border-radius:2px 2px 2px 2px;
    -webkit-border-radius:2px 2px 2px 2px;
    height:34px;
    font-size:13px;
    vertical-align:middle;
    white-space:nowrap;
    width:100%;
    line-height:1.42857143;
    background:#fff;
    cursor:pointer;
    padding-left: 2px;
    padding-right: 2px;
}
.btnGroup {
    display:block;
    position:relative;
    vertical-align:middle;
    line-height:1.42857143;
    margin-top:4px;
}
.btn {
    padding:6px 12px;
    border:1px solid #d7d7d7;
    font-size:13px;
    background:#fff;
    border-bottom:2px solid #d7d7d7;
    cursor:pointer;
    vertical-align:middle;
    text-align:center;
    white-space:nowrap;
    line-height:1.42857143;
    color:grey;
}
.btn:hover {
    background:#d7d7d7;
    color:white;
}
.btnActive {
    background:#40C1D1;
    border:1px solid #089191;
    border-bottom:2px solid #089191;
    color:white;
}
.btnActive:hover {
    background:#40C1D1;
    cursor:default;
}
hr {
    margin-bottom:15px;
    margin-top:15px;
    border:0;
    border-top:1px solid #eeeeee;
}
.submitWrapper {
    padding-top: .5em;
    display: flex;
    justify-content: center;
}
.submitBtn,.shareBtn {
    background:#40C1D1;
    border:1px solid #089191;
    border-bottom:2px solid #089191;
    color:white;
}
.submitBtn:hover,.shareBtn:hover {
    background:#40C1D1;
    border-bottom:1px solid #089191;
    margin-top:1px;
}
.vidResult {
    width:640px;
    margin:0 auto;
}
.disabled {
    opacity:0.5;
    font-style:italic;
    cursor:default;
}
.error {
    border:1px solid red;
    background:pink;
}
.resultsBegin {
    text-align:center;
}
.settingsCollapse {
    display:block;
}
.resultsCollapse {
    display:none;
}
.eventResults {
    width:50%;
    margin:0 auto;
    display:none;
}
.flowWrapper {
    text-align:center;
}
.impFlow {
    display:flex;
    justify-content: center;
    padding-bottom:15px;
}
.impFlow ul {
    padding-top: 15px;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
.impFlow li {
    float: left;
    text-align: center;
    list-style-type: none;
    position: relative;
    padding: 15px 5px 0 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
.impFlow li::before, .impFlow li::after{
    content: '';
    position: absolute;
    top: 0; right: 50%;
    border-top: 1px solid #ccc;
    width: 50%; height: 15px;
}
.impFlow li.dashed::before, .impFlow li.dashed::after{
    content: '';
    position: absolute;
    top: 0; right: 50%;
    border-top: 1px dotted #ccc;
    width: 50%; height: 15px;
}
.impFlow li::after{
    right: auto;
    left: 50%;
    border-left: 1px solid #ccc;
}
.impFlow li:only-child::after, .impFlow li:only-child::before {
    display: none;
}
.impFlow li:only-child{
    padding-top: 0;
}
.impFlow li:first-child::before, .impFlow li:last-child::after{
    border: 0 none;
}
.impFlow li:last-child::before{
    border-right: 1px solid #ccc;
    border-radius: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
}
.impFlow li.dashed:last-child::before{
    border-right: 1px dotted #ccc;
    border-radius: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
}
.impFlow li:first-child::after{
    border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
}
.impFlow ul ul::before{
    content: '';
    position: absolute; top: 0; left: 50%;
    border-left: 1px solid #ccc;
    width: 0; height: 15px;
}
.impFlow ul ul.dashed::before{
    content: '';
    position: absolute; top: 0; left: 50%;
    border-left: 1px dotted #ccc;
    width: 0; height: 15px;
}
.impFlow li a {
    cursor:default;
    border: 1px solid #ccc;
    padding: 10px 10px;
    text-decoration: none;
    color: #ddd;
    font-family: arial, verdana, tahoma;
    font-size: 12px;
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    background:white;
    width:100px;
    font-style:italic;
    word-wrap: break-word;
}
.impFlow li a.dashed {
    border: 1px dotted #ccc;
}
.eventSuccess {
    color:green !important;
    font-style:normal !important;
    font-size: 11px !important;
    background:lightGreen !important;
}
.eventError {
    color:red !important;
    font-style:normal !important;
    font-size: 11px !important;
    background:pink !important;
}
.hiddenEvent {
    display:none;
    font-weight:normal !important;
    font-size:11px !important;
    margin-top:5px;
}
.secondRow {
    margin-top:5px;
}
.metaWrapper {
    display:inline-block;
    width:100%;
}
.leftRow {
    width:680px;
}
.rightRow {
    float:right;
    padding:0px;
}
.flowChart {
    padding:0px 15px 15px 15px;
}
.metaIntro {
    text-align:center;
}
.metaResults {
    display:none;
}
.metaRow {
}
.metaHeader {
    font-weight:bold;
    font-size:14px;
    text-decoration:underline;
    margin-bottom:5px;
}
.requestTag {
    border:1px solid #ddd;
    background:#f4f4f4;
    width:90%;
    font-size:11px;
    cursor:default;
    color:#777;
    padding:10px;
    overflow:auto;
}
.toggleExpand:before {
    content: "+";
    display:inline-block;
}
.toggleCollapse:before {
    content: "-";
    display:inline-block;
}
.responseShow {
    text-decoration:none;
    cursor:pointer;
}
.responseShow:hover {
    text-decoration:underline;
}
.tagResponse {
    margin-top:2px;
    border:1px solid #ddd;
    background:#f4f4f4;
    font-size:11px;
    width:90%;
    cursor:default;
    color:#777;
    padding:10px;
    white-space:nowrap;
    overflow:scroll;
}
.hideVast{
    display:none;
}
.hideMeta{
    display:none;
}
.macros {
    padding-left:15px;
    padding-right:15px;
    margin-bottom:10px;
    font-size:12px;
}
.shareWrapper {
    float:right;
    padding:15px;
}
.ui-widget-overlay {
    background: #aaaaaa 50% 50% repeat-x;
    opacity: .3;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ui-widget {
    width:500px;
    font-size:14px;
    font-family: "Source Sans Pro", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    top:50%;
    left:50%;
    position:fixed;
    margin-left:-250px;
    margin-top:-122px;
    z-index:10;
    background-color:white;
    border: 1px solid #aaaaaa;
}
.shareBox {
    display: block;
    width: auto;
    min-height: 0px;
    max-height: none;
    height: 132px;
    padding: .5em 1em;
}
.shareText {
    width:80%;
    margin:0 auto;
    border:1px solid #ddd;
    background:#f4f4f4;
    font-size:11px;
    color:#777;
    cursor:default;
}
.ui-dialog-titlebar {
    color:#848484;
    background-color:#fbfbfb;
    border-color:#d7d7d7;
    border-bottom:2px solid #d7d7d7;
    border-top-right-radius:inherit;
    border-top-left-radius:inherit;
    cursor:pointer;
    padding:10px 15px;
}
.ui-dialog .ui-dialog-title {
    font-size:12px;
    font-weight:normal;
    line-height:1.1;
}
.ui-widget-header {
    color:#848484;
    background:#fbfbfb;
    border-color:#d7d7d7;
    border-bottom:2px solid #d7d7d7;
    border-top-right-radius:inherit;
    border-top-left-radius:inherit;
    cursor:pointer;
    padding:10px 15px;
    border:0px;
}
.ui-dialog-buttonset {
    text-align:center;
    float:none;
    border-top:1px solid #aaaaaa;
    padding:6px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius:2px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius:2px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius:2px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius:2px;
}
.ui-dialog-buttonset button {
    padding:6px 12px;
    border:1px solid #d7d7d7;
    font-size:13px;
    background:#fff;
    border-bottom:2px solid #d7d7d7;
    cursor:pointer;
    vertical-align:middle;
    text-align:center;
    white-space:nowrap;
    line-height:1.42857143;
    color:grey;
    margin: .5em .4em .5em 0;
}
.shareBtnActive {
    background-color:#40C1D1 !important;
    border:1px solid #089191 !important;
    border-bottom:2px solid #089191 !important;
    color:white !important;
}
#buttonContainer {
    width:100%;
    text-align: right;
    padding-left: 2px;
    padding-right: 2px;
}
#buttonsContainer{
    margin:0 20px;
}
footer {
    display:block;
}
.copyright {
    line-height:25px;
}
.videoEvent {
    display:flex;
}
.videoElement {
    flex-grow: 1;
    margin-right:15px;
}
.videoElement2 {
    margin-right:15px;
}
.callout {
    padding: 20px 0;
    text-align: center;
    background-color:#1cbac8;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items:center;
}
.callout-text{
    color:#ffffff;
    font-size: 22px;
    line-height: 27px;
    margin:10px;
}

.callout-button{
    margin: 20px;
}
.button7{
    background: #ffffff;
    color: #333333;
    border: 2px solid #ffffff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 12px 20px;
}
#contact_button:hover {
    color:white !important;
    border-color:transparent;
}
.footerWrapper {
    background-color: #333333;
    color: #777777;
    padding: 15px 10px 13px 10px;
    display: flex;
    justify-content: space-between;
}
.socialIcons{
    display:flex;
    justify-content: space-between;
    width: 65px;
}

/*overwriting bootstrap styles*/
p {
    line-height: normal;
    margin-bottom: 0;
}
#tagTitle:hover {
    color:inherit;
    text-decoration: none;
}
#dropdown-basic {
    box-shadow:none;
}
#dropdown-basic:hover {
    background: #e6e6e6;
    border: 1px solid #adadad;
    color:gray;
}
.show>.btn-primary.dropdown-toggle {
    color: gray;
    background-color: #e6e6e6;
    border-color: #adadad;
    /*fill:gray;*/
}
.event, ::after, ::before {
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial;
}
.dropdown-menu.show {
    width:100%;
    overflow:scroll;
}
.dropdown {
    border:none;
}
#clockIcon{
    fill:gray;
}
/*table*/
table {
    margin: 0 auto;
}

td,th{
    padding:10px 15px;
    border: 1px solid #d7d7d7;
}
.alertWrapper{
    text-align: center;
}
.alert {
 color: red;
    padding: 0;
}
@media all and (max-width: 1000px) {
    .videoEvent {
        /* When on medium sized screens, we center it by evenly distributing empty space around items */
        flex-direction:column-reverse;
    }
    .videoElement, .videoElement2 {
        margin-right:0;
    }
}
