/*@import url(http://fonts.googleapis.com/css?family=Open+Sans);       */

@font-face {
    font-family: open_sans_bold;
    src: url('/presentationPage/fonts/OpenSans-Bold.eot');
}

@font-face {
    font-family: open_sans_bold;
    src: url('/presentationPage/fonts/OpenSans-Bold.ttf') format("truetype");
}

@font-face {
    font-family: open_sans_bold_italic;
    src: url('/presentationPage/fonts/OpenSans-BoldItalic.eot');
}

@font-face {
    font-family: open_sans_bold_italic;
    src: url('/presentationPage/fonts/OpenSans-BoldItalic.ttf') format("truetype");
}

@font-face {
    font-family: open_sans_extra_bold;
    src: url('/presentationPage/fonts/OpenSans-ExtraBold.eot');
}

@font-face {
    font-family: open_sans_extra_bold;
    src: url('/presentationPage/fonts/OpenSans-ExtraBold.ttf') format("truetype");
}

@font-face {
    font-family: open_sans_extra_bold_italic;
    src: url('/presentationPage/fonts/OpenSans-ExtraBoldItalic.eot');
}

@font-face {
    font-family: open_sans_extra_bold_italic;
    src: url('/presentationPage/fonts/OpenSans-ExtraBoldItalic.ttf') format("truetype");
}

@font-face {
    font-family: open_sans_italic;
    src: url('/presentationPage/fonts/OpenSans-Italic.eot');
}

@font-face {
    font-family: open_sans_italic;
    src: url('/presentationPage/fonts/OpenSans-Italic.ttf') format("truetype");
}

@font-face {
    font-family: open_sans_light;
    src: url('/presentationPage/fonts/OpenSans-Light.eot');
}

@font-face {
    font-family: open_sans_light;
    src: url('/presentationPage/fonts/OpenSans-Light.ttf') format("truetype");
}

@font-face {
    font-family: open_sans_light_italic;
    src: url('/presentationPage/fonts/OpenSans-LightItalic.eot');
}

@font-face {
    font-family: open_sans_light_italic;
    src: url('/presentationPage/fonts/OpenSans-LightItalic.ttf') format("truetype");
}

@font-face {
    font-family: open_sans_regular;
    src: url('/presentationPage/fonts/OpenSans-Regular.eot');
}

@font-face {
    font-family: open_sans_regular;
    src: url('/presentationPage/fonts/OpenSans-Regular.ttf') format("truetype");
}

@font-face {
    font-family: open_sans_semi_bold;
    src: url('/presentationPage/fonts/OpenSans-Semibold.eot');
}

@font-face {
    font-family: open_sans_semi_bold;
    src: url('/presentationPage/fonts/OpenSans-Semibold.ttf') format("truetype");
}

@font-face {
    font-family: open_sans_semi_bold_italic;
    src: url('/presentationPage/fonts/OpenSans-SemiboldItalic.eot');
}

@font-face {
    font-family: open_sans_semi_bold_italic;
    src: url('/presentationPage/fonts/OpenSans-SemiboldItalic.ttf') format("truetype");
}

@font-face {
    font-family: lato_regular;
    src: url('/presentationPage/fonts/Lato-Regular.ttf') format("truetype");
}

body {
    font-family: open_sans_regular;
    height: 100%;
    margin: 0;
    padding: 0;
    color: #494949;
    background: #FFFFFF;
    /*position: fixed;*/
    width: 100%;
    height: 100%;
}

a {
    color: #11C9EA;
    cursor: pointer;
    text-decoration: underline;
}

div.wrapper {
    position: relative;

    text-align: center;
    width: 100%;
    height: 100%;
}

.atlwdg-trigger.atlwdg-RIGHT {
    color: #888888 !important;
}

.atlwdg-trigger {
    font-size: 14px !important;

    background: #ffffff !important;
    color: #888888 !important;
    border-color: #aaaaaa !important;
    z-index: 1000;
}

div.topContainer p {
    padding-top: 8px;
    font-family: open_sans_regular;
    font-size: 18px;
    padding-bottom: 8px;

}

div.topContainer li {
    text-align: left;
    padding-left: 15px;
    font-family: open_sans_regular;
    font-size: 16px;
}

.headerColor {
    position: relative;
    background: #494949;
    height: 117px;
    /*width: 100%;*/
    z-index: 1000;

}

.header {
    position: relative;
    background: #494949;
    height: 117px;
    z-index: 1000;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.logo {
    margin-top: 20px;
    margin-left: 10px;
    position: relative;
    float: left;
    width: 320px;
}

.logoText {
    font-family: open_sans_regular;
    color: #9f9f9f;
    font-size: 12px;
    position: absolute;
    margin-top: -29px;
    margin-left: 100px;
}

.contentContainer {
    position: relative;
    /*height: 1000px;*/

    background: #FFFFFF;
}

.footer {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    background: #F6F6F6;
    height: 90px;
}

.footerColor {
    position: relative;

    /*width: 100%;*/
    background: #F6F6F6;
    height: 90px;
}

.topContainer {
    text-align: left;
    position: relative;
    width: 960px;
    height: 364px;
    background: #ffffff;
    width: 944px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
}

.topContainerColor {
    z-index: 200;
    position: relative;
    width: 100%;
    height: 364px;
    background: #ffffff;

}

.bottomContainer {
    position: relative;
    /*background: #F6F6F6;*/
    width: 944px;
    margin-left: auto;
    margin-right: auto;
    /*padding-left: 15px;*/
    text-align: left;

}

.bottomContainerCentered {
    display: -ms-flexbox;
    -ms-flex-pack: center;
    -ms-flex-align: center;

    /* Firefox */
    display: -moz-box;
    -moz-box-pack: center;
    -moz-box-align: center;

    /* Safari, Opera, and Chrome */
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;

    /* W3C */
    display: box;
    box-pack: center;
    box-align: center;

    text-align: center;
}

.bottomContainerColor {
    position: relative;
    width: 100%;
    top: calc(10% + 280px);
    /*background: #F6F6F6;*/

}

.infoContainerLeft {
    position: relative;
    float: left;
    width: 460px;
    font-size: 14px;
}

.infoContainerRight {
    position: relative;
    left: 90px;
    width: 395px;
    float: left;
    font-size: 14px;
}

.infoContainerTitle {
    font-family: open_sans_light;
    font-size: 27px;
    padding-top: 47px;
    padding-bottom: 17px;
}

.separator {
    clear: both;
    position: relative;
    height: 2px;
    width: 960px;
    font-size: 0;
    background-image: url('/presentationPage/images/separator.png');
}

.footerCopyrightNotice {
    position: absolute;
    left: 17px;
    top: 17px;
    text-align: left;
    width: 400px;
    font-size: 12px;
}

.footerContactInformation {
    position: absolute;
    right: 17px;
    top: 17px;
    text-align: left;
    width: 210px;
    font-size: 12px;
}

.carouselSelectorContainer {
    text-align: left;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 120px;
    height: 14px
}

.carouselSelector {
    position: relative;
    float: left;
    width: 30px;
    height: 14px;
}

.slideSelectorOn {
    display: block;
    position: absolute;
    height: 14px
}

.slideSelectorOff {
    display: block;
    position: absolute;
    height: 14px
}

.carouselSlideContainer {
    position: relative;
    height: 330px;
    width: 944px;
}

.carouselSlide {
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    left: 0;

}

.carouselSlide p {
    font-family: open_sans_regular;
    font-size: 13.5px !important;

}

.carouselSlide span {
    font-family: open_sans_regular;
    font-size: 13.5px;

}

.carouselTitle {
    margin-bottom: 15px;
    text-align: left;
    font-family: open_sans_light;
    font-size: 60px;
    color: #494949;
    text-decoration: none;
    text-decoration-line: none;
}

.carouselTitle > span {
    font-family: open_sans_light;
    font-size: 60px;
    color: #11C9EA;
}

.carouselTitle span {
    font-family: open_sans_light;
    font-size: 60px;
    color: #11C9EA;
}

#carouselLeft2 {
    position: absolute;
    top: 0;
    right: 0;
    text-align: left;
    width: 395px;
    padding-top: 60px;
}

#carouselLeft2 a {
    font-family: open_sans_bold_italic;
    color: #11C9EA;
}

#carouselRight2 {
    position: absolute;
    width: 480px;
    top: 0;
    left: 0;
}

#carouselLeft1 {
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
    width: 395px;
    padding-top: 40px;
}

#carouselLeft1 a {
    font-family: open_sans_bold_italic;
    color: #11C9EA;
}

#carouselRight1 {
    position: absolute;
    width: 480px;
    top: 0;
    right: 0;
}

#carouselLeft3 {
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
    width: 470px;
    padding-top: 60px;
}

#carouselLeft3 a {
    font-family: open_sans_bold_italic;
    color: #11C9EA;
}

#carouselRight3 {
    position: absolute;
    width: 480px;
    top: 0;
    right: 0;
}

.homepageVideo {
    position: absolute;
    left: 37px;
    top: 37px;
}

.homepageVideoIcon {
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 125px;
    width: 178px;
}

.homepageVideoInfo {
    position: absolute;
    right: 0;
    top: 125px;
    width: 200px;

}

#homepageVideoInfoTitle {
    position: relative;
    font-family: open_sans_bold;
    font-size: 17px;
    color: #494949;

}

#homepageVideoInfoCreator {
    position: relative;
    font-family: open_sans_regular;
    font-size: 14px;
    color: #707070;
}

#homepageVideoInfoViews {
    position: relative;
    font-family: open_sans_regular;
    font-size: 14px;
    color: #707070;
}

a.selected {
    color: #ffffff;
!important
}

.contactTitle {
    position: relative;
    padding-top: 60px;
    text-align: left;
}

.contactText {
    position: relative;
    font-family: open_sans_regular;
    font-size: 14px;
    text-align: left;
    width: 550px;
}

.contactInfoContainer {
    position: absolute;
    right: 0;
    top: 75px;
    width: 336px;
    height: 520px;
    background: #11C9EA;
    z-index: 999;
    background-image: -o-linear-gradient(rgb(255, 255, 255), rgb(237, 237, 237));
    /* Mozilla:*/
    background: -moz-linear-gradient(top, #fefefe, #f7f7f7);
    /* Chrome, Safari:*  */
    background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#f7f7f7));
    /* MSIE            */
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#fefefe', EndColorStr='#f7f7f7', GradientType=0);
}

.contactDescriptionContainer {
    position: absolute;
    width: 550px;
    top: 0;
    left: 0;
}

#contactMap {
    position: absolute;
    width: 590px;
    height: 173px;
    top: 207px;
    left: 0;
}

#contactMapCal {
    position: absolute;
    width: 590px;
    height: 173px;
    top: 410px;
    left: 0;
}

#contactBoxShadow {
    position: absolute;
    left: 0px;
    right: 0;
    height: 550px;
    overflow: visible;

}

.mailingAddress {
    position: absolute;
    top: 45px;
    left: 46px;
    text-align: left;

}

.mailingAddressTitle {
    position: relative;
    top: 0;
    left: 0;
    color: #11C9EA;
    font-family: open_sans_light;
    font-size: 30px;
    line-height: 1.5;
}

.mailingAddressContent {
    position: relative;
    top: 0;
    left: 0;
    font-family: open_sans_regular;
    font-size: 14px;
    line-height: 1.5;
    width: 275px;
}

.mailingAddressContent span {
    font-family: open_sans_semi_bold;
    font-size: 17px;

}

.variuosEmails {
    position: absolute;
    top: 482px;
    left: 46px;
    text-align: left;;
}

.variuosEmailsTitle {
    color: #11C9EA;
    position: relative;
    font-size: 19px;
    font-family: open_sans_light;
    padding-top: 20px;
    line-height: 1.5;
}

.variuosEmailsContent {
    position: relative;
    font-size: 14px;
    font-family: open_sans_regular;

    line-height: 1.5;

}

.fullScreenSkip {
    position: absolute;
    bottom: 28px;
    right: 45px;
    font-size: 20px;
    color: #999999;
}

.fullScreenBackground {
    position: absolute;
    top: -117px;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #494949;
    z-index: 10000;
}

div.youtubePopUpBackground, div.youtubeFullScreenBackground {
    display: none;
    position: fixed;
    _position: absolute; /* hack for internet explorer 6*/
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    border: 1px solid #cecece;
    z-index: 1300;
}

div.youtubeFullScreenBackground {
    display: block;
    /*background:#000000;*/
    z-index: 13000;
}

.youtubePopUpFullScreen {
    height: 100%;
    width: 100%;
}

.fullScreenClose {
    background: rgba(0, 0, 0, 0);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

div.youtubePopUp {
    display: none;
    color: #6A6A6A;
    font-family: arial;
    position: absolute;
    height: 465px;
    width: 775px;
    z-index: 1301;
    border-radius: 5px;
    background-image: -o-linear-gradient(rgb(255, 255, 255), rgb(237, 237, 237));
    /* Mozilla:*/
    background: -moz-linear-gradient(top, #FFFFFF, #EDEDED);
    /* Chrome, Safari:*  */
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#ededed));
    /* MSIE            */
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#FFFFFF', EndColorStr='#eeeeee', GradientType=0);
}

div.youtubePopUpClose {
    height: 30px;
    width: 30px;
    border-radius: 18px;
    position: absolute;
    top: -10px;
    text-align: center;
    cursor: pointer;
    font-weight: bolder;
    font-size: 20px;
    right: -10px;
    background: #231F20;
    color: #ffffff;
    border-color: #ffffff;
    border-style: solid;
    border-width: 3px;
    -moz-box-shadow: 5px 5px 5px #939393;
    -webkit-box-shadow: 5px 5px 5px #939393;
    box-shadow: 0px 0px 10px #939393;
    z-index: 10000;
}

#popUpClose {
    position: absolute;
    top: -7px;
    right: 8px;
    padding-top: 10px;
}

.leftTopTextContainer {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 10px;
    width: 500px;
    text-align: left;

}

.leftTopTextContainer li {
    margin-left: 25px;
    font-size: 16px;
}

.generalTextContainer {
    position: relative;
    margin-top: 30px;
}

.imageContainer {
    padding-top: 30px;
    position: absolute;
    top: 0;
    right: 30px;
}

.imageContainer img {
    height: 306px;
}

.imageContainer img {
    width: 100%;
}

.contactInfoContainer ul {
    padding-left: 80px;
    padding-top: 40px;
}

.contactInfoContainer ul li.menuhover {
    background-color: #f6f6f6;
}

.contactInfoContainer ul li {
    padding: 10px;

}

.contactInfoContainer ul li a {
    color: #494949;
    text-decoration: none;
    font-size: 16px;
    font-family: open_sans_regular;
}

.contactInfoContainer ul li a.innerSelected {
    color: #11C9EA;
}

.topLeftContainer {
    position: relative;
    width: 560px;
    padding-top: 70px;

}

div.topLeftContainer p {
    padding-top: 8px;
    font-family: open_sans_regular;
    font-size: 14px;
    padding-bottom: 8px;
}

div.topLeftContainer li {
    margin-left: 25px;
    font-family: open_sans_regular;
    text-align: left;
    font-size: 18px;
    padding-top: 13px;
    padding-bottom: 13px;
}

.bottomLeftContainer {
    position: relative;
    width: 500px;
}

.bottomLeftContainer ul {
    padding-top: 30px;
    margin-left: 25px;
}

.bottomLeftContainer li {
    font-size: 14px;
    padding-bottom: 4px;
    padding-top: 4px;
}

.homepageHeightAdjustment,
.featuresHeightAdjustment,
.nullHeightAdjustment,
.casestudiesHeightAdjustment {
    min-height: 1000px;
}

.nullHeightAdjustment {
    min-height: 1000px;
}

.contactHeightAdjustment {
    height: 700px;
}

.crossplatformHeightAdjustment {
    height: 980px;
}

.crossplatformHeightAdjustment .topleftcontainer li {
    padding-top: 1px;
    padding-bottom: 1px;
}

.crossplatformHeightAdjustment .topleftcontainer ul {
    margin-top: -15px;
    margin-bottom: 10px;
}

.crossplatformHeightAdjustment .topleftcontainer p {

}

.onlineeditingHeightAdjustment {
    min-height: 813px;
}

.multimediaHeightAdjustment {
    min-height: 871px;
}

.interactivityHeightAdjustment {
    min-height: 950px;
}

.collaborationHeightAdjustment {
    min-height: 674px;
}

.easyHeightAdjustment {
    min-height: 1020px;
}

.animationsHeightAdjustment {
    min-height: 807px;
}

.animationsHeightAdjustment .topleftcontainer li {
    padding-bottom: 5px;
    padding-top: 5px;
}

.advancedHeightAdjustment {
    min-height: 853px;
}

/*TODO: edit height here if not satisfactory */
.firefliescasestudyHeightAdjustment {
    min-height: 1000px;
}

.jncasestudyHeightAdjustment {
    min-height: 1000px;
}

.educasestudyHeightAdjustment {
    min-height: 850px;
}

.signupHeightAdjustment {
    min-height: 600px;
    position: relative;
    height: calc(100% - 117px);
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}

.resetPasswordHeightAdjustment {
    min-height: 850px;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2000;
}

.confirmationHeightAdjustment {
    min-height: 70%;
}

.topLeftContainer .carouselTitle {
    font-size: 68px;

}

.topLeftContainer .carouselTitle > span {
    font-size: 68px;
}

.howToVideoThumb {
    cursor: pointer;
    height: 85px;
    width: 136px;
    border: solid 1px #ffffff;
}

.howToVideoText {
    color: #000000;
    /*overflow: hidden;*/
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    height: 60px;
}

.howToVideoItem {
    width: 136px;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 15px;
    float: left;
    padding: 0;
    list-style-type: none;
}

.howtoHeightAdjustment {
    min-height: 890px;
}

.rightMenuTitle {
    font-size: 21px;
    font-family: open_sans_regular;
    position: absolute;
    width: 270px;
    right: 40px;
    top: 70px;
    color: #494949;
    z-index: 1000;
}

.bigImageContainer {
    position: absolute;
    top: 0;
    right: 30px;
}

.bigImageContainer img {
    width: 100%;
}

.leselandSmallImage {
    left: 300px;
    top: 170px;
    position: absolute;
}

.unniAndGunniSmallImage {
    left: 0px;
    top: 170px;
    position: absolute;
}

.leselandcasestudyHeightAdjustment {
    min-height: 780px;
}

.unniandgunnicasestudyHeightAdjustment {
    min-height: 700px;
}

.locationTitle {
    font-weight: bold;
    font-size: 13px;
    padding-bottom: 10px;
    padding-top: 20px;
}

.locationRow {
    font-size: 14px;
    line-height: 18px;
    padding: 0;
}

.contactImagesContainer > img {
    width: 125px;
    padding-right: 8px;
}

.contactImagesContainer {
    position: absolute;
    top: 350px;
    padding-left: 46px;
}

#carouselLeft4 {
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
    width: 395px;
    padding-top: 60px;
}

#carouselLeft4 a {
    font-family: open_sans_bold_italic;
    color: #11C9EA;
}

#carouselRight4 {
    position: absolute;
    width: 480px;
    top: 0;
    right: 0;
}

.privacyHeightAdjustment {
    min-height: 620px;
}

div.privacyHeightAdjustment p {
    padding-top: 8px;
    font-family: open_sans_regular;
    font-size: 14px;
    padding-bottom: 8px;
}

.norwegian .topContainer,
.norwegian .bottomContainer {
    width: 1019px;
}

.norwegian .nullHeightAdjustment {
    min-height: 700px;
}

.norwegian .header {
    width: 1035px;
}

div.form_password_reset {
    position: absolute;
    top: 215px;
    left: 50px;
    border-radius: 5px;
}

div.form_retype_password_reset {
    position: absolute;
    top: 260px;
    left: 50px;
    border-radius: 5px;
}

div.form_password_reset input {
    padding-left: 10px;
    height: 32px;
    border-radius: 5px;
    border-style: solid;
    border-color: #E3E3E3;
    border-width: 1px;
    color: #CBCBCB;
    font-style: italic;
    width: 290px;
}

div.form_retype_password_reset input {
    padding-left: 10px;
    height: 32px;
    border-radius: 5px;
    border-style: solid;
    border-color: #E3E3E3;
    border-width: 1px;
    color: #CBCBCB;
    font-style: italic;
    width: 290px;
}

div.sign_up_form_wrapper {

    position: relative;
    /*top: 390px;*/
    left: 10px;
    height: 480px;
    width: 480px;
    /* background-color: #E0E0E0; */
    border-radius: 5px;
}

div.sign_up_form_wrapper input {
    border: solid 1px #cecece;
    padding-left: 10px;
    /*font-style: italic;*/
    font-size: 16;
    /*width: 100%;*/
    /*border-radius: 5px;*/

    display: inline-block;
    position: relative;
    float: left;
    margin-left: 10px;

    height: 40px;
    width: 40%;
    color: #000000;
}

.form_email {
    float: left;
}

#email {
    width: 82%;
}

.form_code {
    float: left;
    width: 100px;
}

.form_first_name {
    float: left;
}

.form_last_name {
    float: left;
}

.form_organization {
    float: left;
}

div.form_password {
    position: absolute;
    top: 160px;
    left: 20px;
    border-radius: 5px;
}

div.form_retype_password {
    position: absolute;
    top: 205px;
    left: 20px;
    border-radius: 5px;
}

.form_address {
    position: absolute;
    top: 250px;
    left: 20px;
    border-radius: 5px;
}

.form_zip {
    position: absolute;
    top: 295px;
    left: 20px;
    border-radius: 5px;
    width: 73px;
}

.form_city {
    position: absolute;
    top: 295px;
    left: 106px;
    border-radius: 5px;
    width: 151px;
}

.form_country {
    position: absolute;
    top: 295px;
    left: 270px;
    border-radius: 5px;
    width: 185px;
}

.form_checkbox {
    position: absolute;
    top: 380px;
    left: 20px;
    color: #000000;
    border-radius: 5px;
    height: 13px;
    width: 13px;
}

.form_card_number {
    position: absolute;
    top: 293px;
    left: 20px;
    color: #000000;
    border-radius: 5px;
    height: 13px;
    width: 240px;
}

.form_card_expiration {
    position: absolute;
    top: 293px;
    right: 27px;
    color: #000000;
    border-radius: 5px;
    height: 13px;
    width: 180px;
}

.corect_fields {
    position: absolute;
    top: 390px;
    left: 20px;
    font-size: 11px;
    font-weight: bold;
}

div.sign_up_button_submit_form_wrapper {
    text-shadow: #4E8927 0px 1px 2px;
    position: absolute;
    text-shadow: none;
    bottom: 20px;
    right: 20px;
    font-size: 16px;
}

#submitButtonSignUp {
    width: 260px !important;
    background-color: #6F9A32 !important;
    height: 80px !important;
    color: white !important;
    border-radius: 3px;
    font-family: open_sans_regular;
    font-size: 36px !important;
    border: none;

    display: -ms-flexbox;
    -ms-flex-pack: center;
    -ms-flex-align: center;

    /* Firefox */
    display: -moz-box;
    -moz-box-pack: center;
    -moz-box-align: center;

    /* Safari, Opera, and Chrome */
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;

    /* W3C */
    display: box;
    box-pack: center;
    box-align: center;
}

div.terms_of_service {
    position: absolute;
    left: 55px;
    top: 380px;
    font-size: 14px;
    font-weight: bold;
}

.fullScreenVideo {
    height: 100%;
    width: 100%;
}

#signupPageContainer {
    background-color: #00ff00;
    /*overflow: hidden;*/
    position: relative;
    width: 100%;
    height: 100%;
    /*margin-left: auto;*/
    /*margin-right: auto;*/
}

/*#logoBox {*/
    /*width: 320px;*/
    /*height: 260px;*/
    /*position: absolute;*/
    /*left: 50%;*/
    /*top: 10%;*/
    /*margin-left: -160px;*/
    /*margin-top: -100px;*/
    /* Internet Explorer 10 */

    /*text-align: center;*/
/*}*/

#loginWrapArea {
    width: 400px;
    display: inline-block;
    float: left;
    position: relative;
    margin: 60px;
}

#tbaLogo {
    float: left;
}

#tempsignUpImage {
    /*float: left;*/
    width: 100%;
    position: absolute;
    left: 0;
}

#topLogo {
    position: relative;
    float: left;
    display: inline-block;
    width: 400px;
    margin: 60px;
}

#expressText {
    color: #F47F6A;
    font-size: 72;
    margin: 10px;
    text-align: left;
    width: 500px;
    float: left;
}

#creativeIdeasText {
    font-size: 24;
    width: 500px;
    text-align: left;
    margin: 10px;
    float: left;
}

.linkText {
    color: #6F9A32;
    float: left;
    margin-left: 5px;
}

#welcomeText {
    color: #4A4A4A;
    font-family: lato_regular;
    /*text-shadow: 3px 3px 2px #111111;*/
    font-size: 72;
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: left;
    margin-left: 25px;
}

.bottomTextsDiv {
    display: inline-block;
    position: relative;
    width: 400px;
    margin-left: 15px;
    margin-top: 5px;
}

.bottomText {
   float:left;
}

.fieldsLabels {
    float: left;
    width: 130px;
    margin-top: 7px;
    margin-bottom: 8px;
    text-align: right;
}

#firstNameLabel {
    float: left;
    margin-right: 10px;
    width: 120px;
}

#lastNameLabel {
    float: left;
    margin-right: 10px;
    width: 120px;
}

.mandatoryField {
    color: #f17d7d;
}

.mandatoryHiddenField {
    opacity: 0;
}

.inputsCommonSettings {
    position: relative;
    /*left: 30px;*/
    width: 500px;
    margin: 5px;
}

#labels {
    width: 130px;
    height: 480px;
    float: left;
}

.mandatoryNotifier {
    width: 250px;
    float: left;
    font-size: 10px;
    position: relative;
    left: 36px;
    text-align: left;
    margin-top: 5px;
}

#inputs {
    width: 320px;
    height: 480px;
    float: left;
}

.submitSignUpForm {
    width: 125px;
    float: left;
    font-size: 16px;
    /*position: relative;*/
    left: 34px;
    text-align: left;
    margin-top: 15px;
    border: none;
}

#resetPasswordInfoMessage {
    width: 60%;
    height: 120px;
    margin: 50px auto 20px;

}

div.resset_password_form_wrapper {
    position: relative;
    /*top: 390px;*/
    left: 10px;
    height: 280px;
    width: 480px;
    /* background-color: #E0E0E0; */
    border-radius: 5px;
}

#resetPasswordFormWrapper {
    width: 100%;
    height: 310px;
    display: -ms-flexbox;
    -ms-flex-pack: center;
    -ms-flex-align: center;

    /* Firefox */
    display: -moz-box;
    -moz-box-pack: center;
    -moz-box-align: center;

    /* Safari, Opera, and Chrome */
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;

    /* W3C */
    display: box;
    box-pack: center;
    box-align: center;

    text-align: center;
}

#resetPasswordEmail {
    border: solid 1px #cecece;
    padding-left: 10px;
    /*font-style: italic;*/
    width: 100%;
    /*border-radius: 5px;*/

    height: 30px;
    color: #000000;
}

.getStartedButton {
    width: 218px;
    height: 60px;
    background-color: #00CCE8;
    color: white;
    font-family: open_sans_light;
    font-size: 31px;
    border-radius: 4px;
    cursor: pointer;
    display: -ms-flexbox;
    -ms-flex-pack: center;
    -ms-flex-align: center;

    /* Firefox */
    display: -moz-box;
    -moz-box-pack: center;
    -moz-box-align: center;

    /* Safari, Opera, and Chrome */
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;

    /* W3C */
    display: box;
    box-pack: center;
    box-align: center;

}

.gettingStartedURL {
    width: 110px !important;
    background-color: #6f9a32 !important;
    height: 30px !important;
    color: white !important;
    margin-top: -3px !important;
    border-radius: 3px;
    font-family: open_sans_regular;
    font-size: 16px !important;
    display: -ms-flexbox;
    -ms-flex-pack: center;
    -ms-flex-align: center;

    /* Firefox */
    display: -moz-box;
    -moz-box-pack: center;
    -moz-box-align: center;

    /* Safari, Opera, and Chrome */
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;

    /* W3C */
    display: box;
    box-pack: center;
    box-align: center;
}



#signUpImage{
    position: absolute;
    left: 16.1%;
    top: 66.1%;
    width: 81.6%;
}
