#main-region, html, body {
    height: 100%;
    margin: 0;
    color: black;
    background-color: #060606;
}

.mobile-img-div {
    display: none;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

/*general Layouting*/
.wrapper {
    height: 100%;
    width: 100%;
}

#header-region {
    z-index: 10;
}

.header-content-wrapper {
    min-height: calc(100% - 80px);
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: -webkit-flex;     /* NEW - Chrome */
    display: -webkit-box;
    -webkit-box-orient: block-axis;
    -webkit-box-direction: normal;
    -moz-box-orient: block-axis;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

#footer-container {
    height: 80px;
}

.container {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

#streamRegion {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

#tagRegion {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

#netRegion {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

/**/

/*Header*/

.header-link {
    border-bottom: 0.3em solid transparent;
}

.focus {
    color: white;
    border-bottom: 0.3em solid #d22c2e;
    background-color: transparent;
}

a.login {
    border-top: 0.3em solid transparent;
    border-left: 0.8em solid transparent;
    border-right: 0.8em solid transparent
}

a:hover {
    text-decoration: none;
}

a.features:hover {
    color: white;
    border-bottom: 0.3em solid #d22c2e;
    background-color: transparent;
}

a.features:focus {
    color: white;
    text-decoration: none;
    border-bottom: 0.3em solid #d22c2e;
    background-color: transparent;
}

a.pricing:hover {
    color: white;
    border-bottom: 0.3em solid #398c39;
    background-color: transparent;
}

a.pricing:focus {
    color: white;
    text-decoration: none;
    border-bottom: 0.3em solid #398c39;
    background-color: transparent;
}

a.newsroom:hover {
    color: white;
    border-bottom: 0.3em solid #f1ca54;
    background-color: transparent;
}

a.newsroom:focus {
    color: white;
    text-decoration: none;
    border-bottom: 0.3em solid #f1ca54;
    background-color: transparent;
}

a.login {
    color: white;
    border-radius: 5px;
    background-color: #571c6c;
}

a.login:hover {
    color: white;
    text-decoration: underline;
    border-radius: 5px;
    background-color: #571c6c;
}

img#navbar-logo {
    max-width: 75%;
    min-width: 50%;
    height: auto;
}

@-moz-document url-prefix() {
    img#navbar-logo {
        max-width: 45%;
        height: auto;
    }
}

#header-container {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.navigation-body {
    width: 100%;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */

    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.navigation-body .navigation-list {
    font-weight: bold;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */

    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    margin-left: 2.5%;
    margin-right: 2.5%;
}

#header-container .navigation-body .navigation-list li {
    margin-left: 1.5em;
    margin-right: 1.5em;
}

.header-link {
    margin-left: 1em;
    margin-right: 1em;
}

.dropdown-menu {
    position: absolute;
    width: 100%;
    padding: 0;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-orient: block-axis;
    -webkit-box-direction: normal;
    -moz-box-orient: block-axis;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    background-color: #060606;
    border-radius: 0.2em;
    box-shadow: 0 0 0.8em #e4e4e2;
}


.dropdown-menu li {
    list-style: none;
    padding-top: 0.5em;
}

.dropdown-menu li:nth-last-child(1) {
    list-style: none;
    padding-bottom: 0.5em;
}

/*Content*/
#content-region {
    height: 100%
}

/*Landing Page*/
#landingpage-layout {
    width: 100%;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */

    flex-direction: column;

    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-around;
    justify-content: space-around;

    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

/*Teaser-Region*/
#landing-page-teaser-region {
    width: 50%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

#landing-page-description-region {
    width: 50%;
}

#landing-page-teaser-container {
    width: 100%;
    display: flex;
    flex-direction: row;
}


#teaser-container {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    -webkit-transform: translateY(4.5em);
    -ms-transform: translateY(4.5em);
    transform: translateY(4.5em);
}

img#teaser-img {
    max-width: 120%;
    height: auto;
}

/*Video*/

.video-container {
    width: 100%;
}

.video-region {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    width: 100%;
}
.video-region iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*Description Region*/
#description-container {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-orient: block-axis;
    -webkit-box-direction: normal;
    -moz-box-orient: block-axis;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

#description-div {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-orient: block-axis;
    -webkit-box-direction: normal;
    -moz-box-orient: block-axis;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;

    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#description-div span {
    font-size: 1.8em;
}

#description-div h1 {
    font-size: 2.4em;
    margin-bottom: 0.05em;
    text-align: center;
}

#description-div h2 {
    font-size: 1.5em;
    color: #C3C3C3;
    text-align: center;
    margin-top: 0.05em;
}

#button-div {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

#webinar-btn {
    background-color: #4CAF50;
    border: none;
    color: #FFFFFF;
    padding: 15px 32px;
    text-align: center;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    margin: 16px 0 !important;
    text-decoration: none;
    font-size: 1.5em;
    font-weight: bold;
    border-bottom: 3px solid rgba(73, 134, 18, .3)
}

/*Price Table*/
#pricing-container {
    width: 100%;

    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#pricing-container table {
    width: 100%;
    border-collapse: collapse;
    font-size: 1.12vw;
}

#pricing-container table td {
    padding: 0.8em;
}

table .signup-label {
    height: inherit;
}

.pricetable-btn-td .signup-input-div{
    display: none;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.pricetable-btn-td .signup-input-div .signup-input{
    font-size: 0.8em;
}

.pricetable-label {
    text-align: right;
}

.pricetable-btn-td {
    width: 35%;
}

.pricetable-btn-td .signup-label {
    text-align: center;
    font-size: 0.6em;
}

.pricetable-label {
    width: 10%;
}

.pricetable-description {
    width: 55%;
}

#pricing-container tr:hover {
    background-color: #323232;
}

#pricing-container tr:hover .signup-input-div{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

#pricing-container tr:focus{
    background-color: #ececec;
}

#pricing-container tr:focus .signup-input-div{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

#pricing-container a:hover {
    text-decoration: none;
}

.signup-input-div {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

/*Feature Pages*/
.feature-description-div {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */

    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

    margin-left: 10%;
    margin-right: 10%;
}

.feature-description {
    width: 50%;
    margin-right: 2%;
}

.feature-description caption {
    font-size: 1.8em;
    text-align: left;
    font-weight: bolder;
}

.feature-description td {
    font-size: 1.2em;
}

.feature-description tr:nth-child(1) td {
    padding-bottom: 2em;
}

.feature-description tr:nth-last-child(1) td {
    padding-top: 2em;
}

.quote-div {
    margin-left: 2%;
}

.quoter-img-div {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */

    -webkit-box-orient: inline-axis;
    -webkit-box-direction: normal;
    -moz-box-orient: inline-axis;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;

    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

blockquote {
    margin: 0;
}

blockquote p {
    font-size: 1.2em;
}

blockquote p:nth-child(1) {
    margin-top: 0;
}

blockquote p:nth-child(2) {
    text-align: center;
}

img.quoter-img {
    max-width: 100px;
    max-height: 100px;
}

.quote-div {
    width: 50%;
}

.render-div {
    width: 100%;
    height: 50%;
}

.signup-input-div {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.signup-input textarea {
    color: white;
}

.signup-input {
    font-family: Ubuntu;
    text-align: center;
    border-style: solid;
    border-color: #ffffff;
    height: 3.1em;
    border-top-left-radius: 0.8em;
    border-bottom-left-radius: 0.8em;
    background-color: #060606;
}



.signup-input:focus, .signup-submit-btn:focus {
    outline: none;
    box-shadow: 0 0 8px #8e91df;
}

.signup-submit-btn {
    font-family: Ubuntu Arial;
    background-color: #060606;
    border-left: 0;
    border-style: solid;
    border-color: #ffffff;
    border-top-right-radius: 0.8em;
    border-bottom-right-radius: 0.8em;
    text-align: center;
    max-width: 20%;
    min-width: 50px;
}

.signup-submit-btn img {
    vertical-align: middle;
}

/*Tagcloud Container*/
#tagcloud-container {
    -webkit-box-orient: block-axis;
    -webkit-box-direction: normal;
    -moz-box-orient: block-axis;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;

    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

#tagcloud-feature {
    -webkit-transform: translateY(40%);
    -ms-transform: translateY(40%);
    transform: translateY(40%);
}

#tagcloud-quote {
    -webkit-transform: translateY(35%);
    -ms-transform: translateY(35%);
    transform: translateY(35%);
}

.feature-description span {
    font-size: 1.2em;
    font-weight: bold;
}

/*Stream Graph Container*/
#stream-container {
    -webkit-box-orient: block-axis;
    -webkit-box-direction: normal;
    -moz-box-orient: block-axis;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;

    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

@-moz-document url-prefix() {
    #stream-container {
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
}


/*Newsroom*/

#newsroom-render-div {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.tweet-cell {
    background-position: center;
    background-size: cover;

    position: absolute;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */

    -webkit-box-orient: block-axis;
    -webkit-box-direction: normal;
    -moz-box-orient: block-axis;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;

    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;

    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


.twitter-text-div {
    height: 35%;
    background-color: rgba(24, 24, 24, 0.8);
    width: inherit;
    overflow: hidden;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.twitter-text a:hover {
    text-decoration: underline;
}
@keyframes tweet-text-slide-up {
    from {height: 35%}
    to {height: 100%}
}

@keyframes tweet-text-slide-down {
    from {height: 100%}
    to {height: 35%}
}

.tweet-cell:hover .twitter-text-div{
    animation-name: tweet-text-slide-up;
    animation-duration: 500ms;
    height: 100%
}

.twitter-text {
    width: inherit;
    margin: 0.7em;
    font-size: 1.2em;
    font-family: Ubuntu;
    color: white;
}

.twitter-text a {
    color: white;
}

#netGraphSvg {
    opacity: 0.35;
}

/*D3 Tagcloud*/
.voronoiTextLine {
    font-family: Ubuntu;
}

.voronoiCell.voronoi-bench-active {
    fill-opacity: 0 !important;
    stroke-opacity: 1 !important;
    stroke: white !important;
    stroke-width: 5px !important;
    pointer-events: none;
}

.boundingPolygon {
    fill: black;
}

.voronoiCell {
    stroke: #060606;
    stroke-width: 3px;
    cursor: pointer;
}

.voronoiCell.voronoi-hover {
    stroke: white;
    stroke-width: 6px;
}

.voronoiCell.voronoi-active {
    stroke-width: 5px;
    stroke: white;
}

.voronoiTopicShare.voronoi-active {
    fill: white !important;
}

.voronoiText {
    text-shadow: none;
    cursor: pointer;
    text-anchor: middle;
    fill: white !important;
    stroke: rgba(0, 0, 0, 0.5);
    stroke-linejoin: round;
    paint-order: stroke;
    stroke-width: 6px;
}

.voronoiText.voronoi-bench-active {
    opacity: 0.5;
    pointer-events: none;
}

.voronoiTopicShareText {
    text-shadow: none;
    visibility: hidden;
    opacity: 0.2;
    cursor: pointer;
    text-anchor: middle;
    pointer-events: none;
}

.voronoiTopicShareText.voronoi-hover {
    visibility: visible;
}

.voronoiTopicShareText.voronoi-bench-active {
    visibility: visible;
    opacity: 1;
}

.voronoiTopicShare {
    stroke: black;
    stroke-width: 0px;
    cursor: pointer;
}

/*D3 Stream*/
path.stream-path {
    opacity: 0.6;
}

path.stream-path:hover {
    stroke-width: 3px;
    stroke: #ffffff;
    opacity: 1;
}

path.stream-focus {
    stroke-width: 3px;
    stroke: #ffffff;
    opacity: 1;
}

/*D3 Network*/

line.link {
    stroke: #ffffff;
}
.node {
    fill: white;
}
.node text {
    display: none;
}
.actor {
    stroke-width: 2px;
    stroke: #81837e;
}
.post {
    stroke-width: 5px;
    stroke: #ff4453;
}

.node image {
    display: block;
    margin: auto;
}

/*Font Changings*/
h1, h2, h3, h4, h5, h6, p, li, a, td, caption {
    font-family: Ubuntu;
    color: white;
    /*font-weight: bold;*/
}

/*Footer*/
.navigation-head {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */

    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 40%;
    margin-left: 2em;
}

#footer-logo {
    width: 60px;
    height: 28px;
}

.navigation-list {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */

    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.navigation-list a {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */

    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

#footer-container a:hover {
    color: white;
    text-decoration: underline;
}

#footer-container .twitter-link:hover, #footer-container .angel:hover {
    text-decoration: none;
}

#footer-container .navigation-body .navigation-list li {
    margin-left: 1.5em;
    margin-right: 1.5em;
}

#footer-container .navigation-head .navigation-list a {
    margin-left: 1em;
}

#footer-container .navigation-head .navigation-list a:hover {
    text-decoration: none;
}

#footer-region {
    -moz-box-shadow: 0 -0.15em 0 0 #e4e4e2;
    -webkit-box-shadow: 0 -0.15em 0 0 #e4e4e2;
    box-shadow: 0 -0.15em 0 0 #e4e4e2;
}

/*Terms Page*/
#terms-container {
    -webkit-box-orient: block-axis;
    -webkit-box-direction: normal;
    -moz-box-orient: block-axis;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: 10%;
    margin-right: 10%;
}

/*Contac Page*/
#contact-container {
    -webkit-box-orient: block-axis;
    -webkit-box-direction: normal;
    -moz-box-orient: block-axis;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%;

    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

#contacts-div {
    width: 90%;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */

    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.person-div {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-orient: block-axis;
    -webkit-box-direction: normal;
    -moz-box-orient: block-axis;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;

    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.person-div p {
    text-align: center;
}

.social-link, .social-link a {
    color: #ababab;
}

.social-link a:hover {
    text-decoration: underline;
}

.person-img {
    max-width: 120px;
    height: auto;
}

#contact-adress-div {
    width: 25%;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;

    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 1.2em;
}

/*Bootstrap Modal*/
.modal-header, .modal-body, .modal-footer {
    background-color: #2a2a32;
}

.modal-body label {
    font-family: Ubuntu;
    color: white;
}

.modal-body input, .modal-body textarea {
    background-color: lightgrey;
}

.feature-description .signup-label {
    height: 48px;
}