/* FORAL PRO */
@font-face {
    font-family: 'ForalPro';
    src: url('../fonts/foralpro-regular-webfont.eot');
    src: url('../fonts/foralpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/foralpro-regular-webfont.woff') format('woff'),
    url('../fonts/foralpro-regular-webfont.ttf') format('truetype'),
    url('../fonts/foralpro-regular-webfont.svg#ForalProRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ForalPro';
    src: url('../fonts/foralpro-bold-webfont.eot');
    src: url('../fonts/foralpro-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/foralpro-bold-webfont.woff') format('woff'),
    url('../fonts/foralpro-bold-webfont.ttf') format('truetype'),
    url('../fonts/foralpro-bold-webfont.svg#ForalProBold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'ForalPro';
    src: url('../fonts/foralpro-light-webfont.eot');
    src: url('../fonts/foralpro-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/foralpro-light-webfont.woff') format('woff'),
    url('../fonts/foralpro-light-webfont.ttf') format('truetype'),
    url('../fonts/foralpro-light-webfont.svg#ForalProLight') format('svg');
    font-weight: 200;
    font-style: normal;
}

/* GIBSON */
@font-face {
    font-family: 'Gibson';
    src: url('../fonts/gibson-regular-webfont.eot');
    src: url('../fonts/gibson-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/gibson-regular-webfont.woff') format('woff'),
    url('../fonts/gibson-regular-webfont.ttf') format('truetype'),
    url('../fonts/gibson-regular-webfont.svg#GibsonRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gibson';
    src: url('../fonts/gibson-italic-webfont.eot');
    src: url('../fonts/gibson-italic-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/gibson-italic-webfont.woff') format('woff'),
    url('../fonts/gibson-italic-webfont.ttf') format('truetype'),
    url('../fonts/gibson-italic-webfont.svg#GibsonItalic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Gibson';
    src: url('../fonts/gibson-semibold-webfont.eot');
    src: url('../fonts/gibson-semibold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/gibson-semibold-webfont.woff') format('woff'),
    url('../fonts/gibson-semibold-webfont.ttf') format('truetype'),
    url('../fonts/gibson-semibold-webfont.svg#GibsonSemiBold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gibson';
    src: url('../fonts/gibson-light-webfont.eot');
    src: url('../fonts/gibson-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/gibson-light-webfont.woff') format('woff'),
    url('../fonts/gibson-light-webfont.ttf') format('truetype'),
    url('../fonts/gibson-light-webfont.svg#GibsonSemiBold') format('svg');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'IconicFill';
    src: url('../fonts/iconic_fill-webfont.eot');
    src: url('../fonts/iconic_fill-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/iconic_fill-webfont.woff') format('woff'),
    url('../fonts/iconic_fill-webfont.ttf') format('truetype'),
    url('../fonts/iconic_fill-webfont.svg#IconicFill') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Symbola';
    src: url('../fonts/symbola.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html {
    height: 100%;
}
body {
    height: 100%;
    font-family: 'Gibson', Gibson, Verdana, Arial, sans-serif;
    color: #231f20;
}

body a, body a:link, body a:active, body a:visited, body a:hover {
    color: #388887;
}
body a:hover {
    text-decoration: underline;
}

/* Footer */
footer {
    background: #003d4c;
    color: #fff;
    padding: .5em 0;
    overflow: hidden;
    height: 4em;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    font-size: 16px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

footer img {
    float: left;
    margin-right: 20px;
    width: 40px;
}

footer p {
    padding: 15px;
    margin: 0px;
}

footer a, footer a:link, footer a:visited {
    text-decoration: none;
}

/*  Header */
#logo {
    background: #003d4c;
    padding: 2em 0 2em 0;
    width: 100%;
    height: 9em;
    z-index: 999;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    font-size: 100%;
}

#logo h1,
#logo h2 {
    color: #fff;
    font-weight: 200;
}

#logo h2 {
    margin-top: 0px;
}

#logo h1 span {
    display: none;
}

#logo img {
    width: 200px;
}

#logo div div:first-child {
    float: left;
    margin-right: 2em;
}

#logo div div:first-child h1 {
    font-family: 'ForalPro', ForalPro, Rockwell, serif;
    font-size: 3em;
    font-weight: bold;
}

#logo hgroup {
    float: left;
    padding: 1.25em 0 0 0;
}

#logo hgroup h1 {
    font-size: 1.25em;
    margin-bottom: 0.25em;
    line-height: .5;
}

#logo hgroup h2 {
    font-size: 1.5em;
    font-weight: normal;
}

#logo section .cta {
    display: block;
    text-transform: uppercase;
    color: #fff;
    background: #9a4075;
    font-size: 2.25em;
    padding: 0.25em;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

div.logowrap {
    width: 960px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
    box-sizing: border-box;
}

footer .logowrap p {
    color: #ffffff;
}
footer .logowrap p a {
    margin: 0 2px 0 2px;
    color: #ffffff;
}

footer .logowrap p a:visited {
    color: #ffffff;
}

div.wrapper {
    min-height: 100%;
    position: relative;
    margin: 0 auto;
}

.container {
    /* padding for footer */
    padding-bottom: 5em;
}

#span7 {
    background: #1208C9;
    color: #fff;
}

/* BrandSetup Page */
#noBrandFound {
    position: absolute;
    z-index: 1000;
    width: 600px;
    padding: 20px 20px;
    display: none;
}
#noBrandFound div {
    padding: 3px;
}
#noBrandFound .larger {
    font-size: 14pt;
}
.badge-brand {
    background: #231f20;
    margin: 0 5px 5px 0;
    padding: 10px;
    font-size: 1.2em;
    font-weight: normal;
}

.badge-brand a {
    padding-left: 4px;
    margin-right: -4px;
    text-decoration: none;
}

.badge-brand a:hover {
    text-decoration: none;
    cursor:pointer;
}

.loader-small {
    background: url(../img/loader.gif) no-repeat center;
    width: 25px;
    height: 25px;
    float: left;
    vertical-align: middle;
    padding-top: 4px;
}

.gentleMessage {
    color: #bab1b4;
    font-weight: normal;
}

div#brandSelection > div > * {
    display: inline-block;
}

span.twitter-typeahead input {
    margin: 0; /* overriding Bootstrap styling to center vertically */
}

table#retailerTable tr.removed {
    background-color: #eeeeee;
}
table#retailerTable tr.removed td.retailerLogo img, table#retailerTable tr.removed td.retailerName span {
    opacity: .2;
}
table#retailerTable tr.removed div.vendorIdData {
    /* Hide vendorID input for "removed" retailers */
    display: none;
}

#brandAccessCheck {
    width: 20px;
    text-align: center;
    margin: 0px 6px 4px 0px;
}

#brandAccess {
    display: none;
}

#brandAccessQuestion{
    margin: 20px 0px 0px 0px;
}

#brandAccessCheckBox{
    margin: 0px 2px 0px 0px;
}

td.retailerCheck {
    width: 20px;
    text-align: center;
}
td.retailerCheck input {
    margin: 0px;
}

img.retailerLogo {
    max-width: 150px;
    max-height: 40px;
    width: auto;
    height: auto;
}

td.retailerLogo {
    width: 180px;
    text-align: left;
    vertical-align: middle;
}

td.retailerName {
    width: auto;
    vertical-align: middle;
    font-size: larger;
}

td.retailerRemove {
    width: 150px;
    text-align: right;
    cursor: pointer;
}

table tr.templateRow {
    display: none;
}

#retailerTable .retailerCheck {
    display: none;
}

#disabledRetailerView {
    display: none;
    margin-bottom: 30px;
}
#disabledRetailerDisplay {
    display: none;
    margin-top: 10px;
}
#disabledRetailerTable {
    margin-top: 20px;
    border-bottom: 1px solid #DDDDDD;
}
#disabledRetailerTable td.retailerName {
    padding-left: 10px;
}

#vendorIdRetailerView {
    display: none;
}
#vendorIdRetailerTable {
    border-bottom: 1px solid #DDDDDD;
}

#vendorIdRetailerTable .retailerLogo,
    #vendorIdRetailerTable td.retailerRemove {
    display: none;
}
#vendorIdRetailerTable tr.vendoridchecked td.retailerName div.vendorIdData {
    display: block;
}
.vendoridsupport.removed div.vendorIdData {
    /* Do not show vendor ID input if the retailer is marked as "I don't sell here" */
    display: none;
}

div.vendorIdData {
    display: none;
}
#retailerTable {
    border-bottom: 1px solid #DDDDDD;
}
#retailerTable td.heightEnforcement {
    padding: 0px;
}
#retailerTable td.heightEnforcement div {
    min-height: 65px;
}
#retailerTable tr.vendoridsupport div.vendorIdData {
    display: block;
}

div.vendorIdData img {
    display: inline-block;
}

.vendorIdData div.brandMatch, .vendorIdData div.noBrandMatch {
    display: none;
}
#retailerTable div.brandMatch {
    display: block;
}
#vendorIdRetailerTable div.noBrandMatch {
    display: block;
    color: red;
}
span#invalidVendorIdRetailers, span#missingVendorIdRetailers, span#invalidVendorIdRetailers2, span#missingVendorIdRetailers2, span#brandNoRetailerList {
    font-weight: bold;
}


/* Manifest styles for vendor ID input */
.mf_container {
    width: 80%;
    display: inline-block;
    /* webkit input-box look-alike styles */
    background-color: #FFF;
    border: 1px solid #CCC;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.mf_container ol.mf_list {
    display: inline;
    margin: 0px;
    padding-top: 5px;
}

.mf_container li.mf_item {
    display: inline-block;
    border: 1px solid #003D4C;
    margin: 5px 0px 0px 5px;
    padding: 5px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}
.mf_container .mf_item.verifying {
    background-color: #FCF8E3;
    border-color: #FBEED5;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, #FBEED5), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #FBEED5), color-stop(0.75, #FBEED5), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(-45deg, #FBEED5 25%, transparent 25%, transparent 50%, #FBEED5 50%, #FBEED5 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, #FBEED5 25%, transparent 25%, transparent 50%, #FBEED5 50%, #FBEED5 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(-45deg, #FBEED5 25%, transparent 25%, transparent 50%, #FBEED5 50%, #FBEED5 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, #FBEED5 25%, transparent 25%, transparent 50%, #FBEED5 50%, #FBEED5 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    -moz-background-size: 40px 40px;
    -o-background-size: 40px 40px;
    background-size: 40px 40px;
    -webkit-animation: verifying-anim 2s linear infinite;
    -moz-animation: verifying-anim 2s linear infinite;
    -ms-animation: verifying-anim 2s linear infinite;
    -o-animation: verifying-anim 2s linear infinite;
    animation: verifying-anim 2s linear infinite;
}
.mf_container .mf_item.valid {
    background-color: #231F20;
    color: #fff;
}
.mf_container .mf_item.valid a.mf_remove {
    color: #388887;
}
.mf_container .mf_item.invalid {
    background-color: #F2DEDE;
    border-color: #EED3D7;
}

.mf_container a.mf_remove:hover {
    cursor:pointer;
}
.mf_container a.mf_remove, .mf_container a.mf_remove:link, .mf_container a.mf_remove:visited {
    padding-left: 4px;
    color: #003D4C;
    text-decoration: none;
}

.mf_container input.mf_input {
    border: 0;
    margin: 1px 0 5px 5px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-family: 'Gibson', Gibson, Verdana, Arial, sans-serif;
    font-size: 17px;
    /* without this, defaults to 0px via JS calculation, and hides the cursor. TODO: find out why */
    min-width: 15px !important;
}
.mf_container input.mf_input.empty {
    min-width: 90% !important;
}

@-webkit-keyframes verifying-anim {
    from { background-position: 40px 0; } to { background-position: 0 0; }
}
@-moz-keyframes verifying-anim {
    from { background-position: 40px 0; } to { background-position: 0 0; }
}
@-ms-keyframes verifying-anim {
    from { background-position: 40px 0; } to { background-position: 0 0; }
}
@-o-keyframes verifying-anim {
    from { background-position: 0 0; } to { background-position: 40px 0; }
}
@keyframes verifying-anim {
    from { background-position: 40px 0; } to { background-position: 0 0; }
}
/* end Manifest styles */

ol.registrationLogoInfo li {
    padding: 0;
    margin: 0;
    list-style: decimal;
}

h2.logoHeader {
    background-color: #0E2F3E;
    color: #ffffff;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 15px;
}

div.photoBackground {
    background-color: #0E2F3E;
    color: #ffffff;
    margin: 0;
    padding: 5px;
    border-radius: 3px;
    width: 160px;
}

div.userEntryColumn {
    background-color: #efefef;
    padding: 10px;
    box-sizing: border-box;
    font-family: Arial;
}

div.userEntryColumn input[type=text] {
    width: 97%;
    margin: 0;
}

div.userEntryColumn input.hasSignupCountry {
    width: 85%;
    margin: 0;
}

div.userEntryColumn h4, div.userEntryColumn h6 {
    margin: 0 0 10px 0;
}

div.userEntryColumn h4 {
    font-family: Arial;
    font-size: 16pt;
}
div.userEntryColumn h6 {
    font-size: 12pt;
}

div.userEntryColumn .nameProfileHelpText {
    font-size: 10pt;
}
div.userEntryColumn small {
    font-family: Arial;
    font-size: 8pt;
}

div.userEntryColumn div.imageHelpText {
    font-family: Arial;
    font-size: 10pt;
    color: #999999;
}

div.userEntryColumn div.imageHelpText div {
    line-height: 15px;
}
div.userEntryColumn div.imageHelpText form {
    margin-bottom: 10px;
}

div.userEntryColumn div.profileSetupText {
    font-family: Arial;
    font-size: 12pt;
    font-weight: bold;
    color: #000000;
}

div.userEntryColumn div.profileSetupText div {
    line-height: 15px;
}
div.userEntryColumn div.profileSetupText form {
    margin-bottom: 10px;
}


.popover-title {
    font-weight: bold;
    font-size: 16px;
}
.popover-content {
    font-weight: normal;
    font-size: 14px;
}

/* Center modal popup */
.signatureAndBadgeHolderContainer ._signature_upload.modal {
    width: 960px;
    margin-left: -480px;
    border: 0px !important; /* IE8 displays ugly border, otherwise */
}
/* Removing Bootstrap margins to allow a border
   around a row without extraneous whitespace.
   For single-signature upload only. */
.signatureAndBadgeHolderContainer.singleSignature .signatureUploadWidget {
    border: 2px solid #ccc;
    margin-left: 0px;
}
.signatureAndBadgeHolderContainer .signatureUploadWidget .userEntryColumn {
    margin-left: 0px;
}
.signatureAndBadgeHolderContainer.singleSignature .signatureUploadWidget .productLogoColumn {
    margin-left: 0px;
}

/* Clicking on the padding of reassignBrandButton is wonky with click() events,
   so we're moving the padding to the inside. */
div.parentDiv.reassignBrandButton {
    padding: 0px;
}
div.parentDiv.reassignBrandButton div {
    padding: 10px;
}


div.productLogoColumn {
    background-color: #ffffff;
    padding-left:15px;
    padding-top: 10px;
    /* padding should not influence width: */
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

div.profilePreview {
    border: 2px solid #cccccc;
    padding: 3px 10px 10px 10px;
    -webkit-box-shadow: 3px 3px 3px 0px #cccccc;
    box-shadow: 3px 3px 3px 0px #cccccc;
    font-size: 13px;
}
div.profilePreview div.dottedhr { border-top: 1px dotted #cccccc; }
div.profilePreview div.date { color: #cccccc; }
div.profilePreview div.preview-title { color: #1550A8; font-weight: bold;}
div.profilePreview div.answer-content { font-size: 12px; }
div.profilePreview span.postedByTextPreview { font-weight: bold; }

div.profilePreview div.question button {
    float: right;
    font-weight: bold;
    font-size: 13px;
    color: #1550A8;
    -webkit-box-shadow: 2px 2px 2px 0px #cccccc;
    box-shadow: 2px 2px 2px 0px #cccccc;
}
div.profilePreview div.question { margin-top: 10px; }
div.profilePreview div.answer { border: 1px solid #cccccc; padding: 5px 10px; margin-top: 20px; }
div.profilePreview div.preview-block { margin-left: 20px; position: relative; }
div.profilePreview div.preview-block:before {
    position: absolute;
    left: -25px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    border-radius: 50%;
    color: white;
    text-align: center;
    font-size: 11px;
    /* gradient background */
    background: #6bb0e5; /* Old browsers */
    background: -moz-linear-gradient(top, #cccccc 0%, #cccccc 17%, #6bb0e5 51%, #6bb0e5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(17%,#cccccc), color-stop(51%,#6bb0e5), color-stop(100%,#6bb0e5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #cccccc 0%,#cccccc 17%,#6bb0e5 51%,#6bb0e5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #cccccc 0%,#cccccc 17%,#6bb0e5 51%,#6bb0e5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #cccccc 0%,#cccccc 17%,#6bb0e5 51%,#6bb0e5 100%); /* IE10+ */
    background: linear-gradient(to bottom, #cccccc 0%,#cccccc 17%,#6bb0e5 51%,#6bb0e5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#6bb0e5',GradientType=0 ); /* IE6-9 */}
div.profilePreview div.question:before { content: "Q"; }
div.profilePreview div.answer:before {   content: "A"; }

div.profileBadgeInput {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
}
div.profileBadgeInput form {
    margin: auto;
}
div.profileBadgeInput input[type=text] {
    width: 97%;
    margin: 0;
}
div.profileBadgeInput input[type=file] {
    height: auto;
    line-height: 1px; /* hack to keep button vertically aligned with filename */
}
div.profileBadgeInput > div {
    margin-top: 10px;
}
div.profileBadgeInput h4.signupCountry {
    width: 10%;
    margin-top: 4px;
}

div.whiteBox {
    border: 1px solid #C2D0D3;
    background-color:#ffffff;
    padding-bottom: 15px;
}

.postedBy {
    margin-left: 40px;
    margin-top: 240px;
}

.message {
    font-size: large;
    margin-top: 50px;
    margin-bottom: 200px;
}

.message li {
    list-style-position: inside;
}
.message a, .message a:visited, .message a:link {
    color: #388887
}

.messageTitle {
    font-family: "Gibson", sans-serif;
    font-size: 1.60em;
    color: #003D4C;
    padding: 10px 0px;
    line-height: normal;
}
.messageContent {
    color: #003d4c;
}

.email, a.email:visited, a.email:link {
    color: #388887
}

.email:hover {
    color: #388887;
    text-decoration: none;
    cursor: pointer;
}

div.row.submit {
    margin-top: 30px;
    margin-bottom: 30px;
}

div.spinner {
    background: url(../img/big-spinner.gif) no-repeat center;
    width: 50px;
    height: 50px;
    float: left;
    vertical-align: middle;
    padding-right: 25px;
}

.innerText {
    color: #033E4E;
    font-family: "Gibson", sans-serif;
    font-size: 24px;
}

.faqHeader div {
    background-color: #f5f5f5;
    border: 1px solid #eeeeee;
    color: #033e4e;
    font-size: 18px;
    font-weight: bold;
}

.faqHeader p {
    padding: 10px;
    margin-bottom: 0; /* overwriting bootstrap default */
}

/* Indent the FAQ columns from the left and right */
.faqQuestions :first-child .faqQuestion {
    margin-left: 20px;
}
.faqQuestions :last-child .faqQuestion {
    margin-right: 20px;
}

.faqQuestion {
    font-family: Arial, sans-serif;
    border-radius: 5px;
    margin-top: 10px;
    padding: 10px;
}

/* First paragraph is the question, second paragraph is the answer.
If multiple paragraphs are required, place them in a div. */
.faqQuestion > :first-child {
    font-weight: bold;
    font-size: 16px;
    color: #033e4e;
}
.faqQuestion > :last-child {
    font-family: Arial, sans-serif;
    font-size: 14px;
}

span.outerText {
    font-family: "Gibson", sans-serif;
    font-size: 28px;
}

#need_more {
    background: #fff;
    margin: 0px auto;
    padding: 25px 0 30px 30px;
    width: 1017px;
    -webkit-box-shadow: 0px 0px 6px rgba(50, 50, 50, 0.7);
    -moz-box-shadow: 0px 0px 6px rgba(50, 50, 50, 0.7);
    box-shadow: 0px 0px 6px rgba(50, 50, 50, 0.7);
}
.need_icons {
    margin: 0px;
}
.need_links {
    float:left;
    margin-right: 140px;
    margin-top: 10px;
    width: 250px;
}
.need_linkslast {
    margin-right: 0px !important;
    margin-top: 10px;
}
.need_links img, .need_linkslast img {
    margin-right: 15px;
    vertical-align: middle;
}

div.bgBox {
    background-color: #033E4E;
}

.info {
    background-color: whiteSmoke;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-top:10px;
}

.box {
    background-color: whiteSmoke;
    height: 93px;
    margin-left: 20px;
    margin-bottom: 20px;
    margin-right: 20px;
}

div.formHeader {
    color: #ffffff;
    font-family: "Gibson", sans-serif;
    font-size: 28px;
    color: #ffffff;
    background: #003D4C;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 25px;
    box-sizing: border-box;
}

div.title {
    color: #000;
    font-family: "Gibson", sans-serif;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

span.formTitle {
    font-family: "Gibson", sans-serif;
    font-size: 28px;
    color: #fff;
}

span.formTitleHelper {
    font-family: "Arial", sans-serif;
    font-size: 12px;
    color: #fff;
}

span.formSubHeader {
    font-family: "Arial", sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #666;
}

.formSubTitles {
    font-family: "Gibson", sans-serif;
    font-size: 16px;
    color: #033e4e;
    margin-bottom: 5px;
}

.formBodyText {
    font-family: "Arial", sans-serif;
    font-size: 14px;
    color: #666;
}

fieldset div.control-group label {
    font-family: "Arial", sans-serif;
    font-size: 14px;
    color: #666;
}

div.sideColumnHeader {
    background-color: #033e4e;
    padding: 20px;
}

div.sideColumnBody {
    background-color: #c2d0d3;
    margin-left: 0;
    padding: 20px;
}

.resetWidth {
    padding: 20px 0 20px 0 !important;
}

.small {
    font-size: 85%;
}

.button {
    background-color: #dee2e6;
    background-image: -moz-linear-gradient(white 0, rgba(255, 255, 255, 0) 55%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0)), color-stop(100%, transparent));
    border: 1px solid #999;
    border-radius: 4px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
    color: #666 !important;
    cursor: pointer;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    moz-border-radius: 4px;
    moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
    overflow: visible;
    padding: 8px 20px;
    position: relative;
    text-shadow: 0 1px 0 #FFF;
    webkit-border-radius: 4px;
    webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}

.button:hover {
    background-color: #00ab8e;
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.4) 0, rgba(255, 255, 255, 0) 55%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0)), color-stop(85%, transparent));
    border: 1px solid #006d5b;
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, .1);
    color: #FFF !important;
    moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, .1);
    moz-transition: background-color linear .1s, border-color linear .1s, color linear .1s, text-shadow linear .1s;
    o-box-shadow: inset 0 1px 0 rgba(0, 0, 0, .1);
    o-transition: background-color linear .1s, border-color linear .1s, color linear .1s, text-shadow linear .1s;
    text-shadow: 0 1px #226049;
    transition: background-color linear .1s, border-color linear .1s, color linear .1s, text-shadow linear .1s;
    webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, .1);
    webkit-transition: background-color linear .1s, border-color linear .1s, color linear .1s, text-shadow linear .1s;
    text-decoration: none;
}

button:active {
    position: relative;
    top: 1px;
}

.productsAnchor{
    font-size: 13px;
}

div.parentDiv{
    font-family: arial;
    font-weight: bold;
    font-size: 14px;
    color:#333;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #ededed 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#ededed 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
    border-radius: 3px;
    border-width: 1px;
    border-style:solid;
    border-color:#ccc;
    padding: 10px;
}

div.roundedDiv{
    max-width: 300px;
    margin: 10px;
}

div.roundedDiv2 {
    max-width: 200px;
    margin: 10px;
    padding: 5px;
}

div.roundedEditSignatureDiv {
    max-width: 250px;
    margin:10px;
}

div.signatureHeader{
    padding: 10px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: normal;
    font-family: arial;
    color: #fff;
    background-color: #033c4d;

}

div.createSignatureHeader {
    padding-top: 15px;
    padding-bottom:15px;
    font-size: 18px;
    font-weight: normal;
    font-family: "Gibson", sans-serif;
    color: #fff;
    background-color: #033c4d;
}

div.modal-header,
div.modal-footer {
    background: #003d4c;
    color: #fff;
}

div.modal-header {
    font-family: "Gibson", sans-serif;
    font-size: large;
}

.instructionText{
    color: #033c4d;
    font-size: 24px;
    font-family: "Gibson", sans-serif;
    line-height: 32px;
}

.information{
    background-color: #4f737e;
    border-radius: 6px;
    border: 1px solid;
    color:#fff;
    font-family: "Gibson";
    font-size: 18px;
    font-style: normal;
    line-height: 24px;
    padding: 20px;
    width:185px;
    float: right;
}

.information ul {
    margin-left: 14px;
}

.alignRight{
    float: right;
    margin-left: 10px;
}

.arrow_box {
    position: relative;
    background: #033c4d;
    width: 230px;
    padding: 10px;
    margin: 35px;
    border-radius: 3px;

}
.arrow_box:after {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box:after {
    border-color: rgba(3, 60, 77, 0);
    border-bottom-color: #033c4d;
    border-width: 20px;
    left: 50%;
    margin-left: -20px;
}

.miniSignature {
    height: 50px;
    background-color: #ffffff;
    border: 0 solid;
    border-bottom: 1px #808080;
    padding-left:10px;
    padding-top:5px;
}

.miniSignature img {
    min-width: 32px;
}

.floatRightContainer {
    float: right;
}

.editContainer {
    float: left;
    margin-left: 20px;
    padding-top: 10px;
    padding-bottom:20px;
}

.selectSignatureContainer {
    padding: 0; margin: 0; height:50px; background-color: #ffffff;
}

.filler {
    padding: 22px;
    float: right;
}

.primaryInfo {
    font-family: "Gibson", sans-serif;
    font-size: 28px;
    margin-left: 4px;
    line-height: 28px;
}

.secondaryInfo {
    font-family: "Gibson", sans-serif;
    margin-left: 4px;
}

.createSignature{
    margin-left:15px;
}

.selectHover:hover {
    cursor:pointer;
    cursor: hand;
}

.signatureUploadWidget {
    background-color: white;
}

div.signatureAndBadgeHolder {
    margin-bottom: 15px;
}
a.icon-question-sign {
    text-decoration: none;
}
div.signatureAndBadgeHolder .badgeLabel {
    font-family: Arial;
    font-weight: bold;
}

.signatureUploadWidget span.required {
    color: #FF0000;
}
.signatureUploadWidget div.logoOptional {
    font-weight: bold;
    margin-bottom: 10px;
}

/* These definitions only apply to the multi-signature page: */
/* If no profiles are set up, only show the information-create div */
/* If at least one profile is set up, don't show any information divs for the first profile,
   and information-deactivate divs for any subsequent profiles */
div.signatureAndBadgeHolderContainer div.signatureAndBadgeHolder .information-deactivate {
    display: none;
}
div.signatureAndBadgeHolderContainer div.signatureAndBadgeHolder.profile .information-create {
    display: none;
}
div.signatureAndBadgeHolderContainer div.signatureAndBadgeHolder.profile .information-deactivate {
    display: block;
}
div.signatureAndBadgeHolderContainer div.signatureAndBadgeHolder:first-child .information-deactivate {
    display: none;
}


.fixedPlusImageWidth {
    width: 32px; /* For IE8 */
}

.abbaHeader {
    margin-bottom: 0;
    padding-bottom: 0;
}

.wizard {
    display: block;
    position: relative;
    padding: 16px 0 30px 0;
    margin-left: 0;
    height: 32px;
    width: inherit;
    clear: both;
}

.wizard div {
    position: relative;
    display: block;
    width: auto;
    height: 32px;
    margin-right: 20px;
    padding: 0 10px 0 8px;
    float: left;
    font-size: 16px;
    line-height: 180%;
    color: #666666;
    background-color: #c2d0d3;
}

.wizard div:after {
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: #c2d0d3;
    right: -16px;
}

.wizard div.trail:before,
.wizard div:after {
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    content: "";

    border-top-width: 16px;
    border-top-style: solid;
    border-bottom-width: 16px;
    border-bottom-style: solid;
    border-left-width: 16px;
    border-left-style: solid;
}

.wizard div.trail:before {
    border-top-color: #c2d0d3;
    border-bottom-color: #c2d0d3;
    border-left-color: transparent;
    left: -16px;
}

.wizard div.first {
    padding-left: 16px;
}

.wizard div.selected {
    background-color: #033E4E;
    color: #ffffff;
}

.wizard div.selected:after {
    border-left-color: #033E4E;
}

.wizard div.selected:before {
    border-top-color: #033E4E;
    border-bottom-color: #033E4E;
}

#noBrandFoundThankYou .modal-body {
    max-height: 800px;
    width: 500px;
}

/** Support Form styles **/
#supportForm {
    margin-top: 5px;
}

div#supportFormHeader {
    margin-bottom: 10px;
}

select#supportFormInquiryType {
    /* x-large from bootstrap doesn't align with other input/textarea fields for select */
    width: 284px;
}

label.support-form-label {
    padding-top: 4px;
}

ul.support-form-error {
    color: red;
    clear: both;
    font-size: 14px;
    margin: 5px 0 0;
    list-style-type: none;
}

ul.support-form-error li {
    line-height: 1;
    margin-bottom: 0;
}

#brandUrlMsg {
    /* Error msg appears directly under brand url input */
    display: inline-block;
}

.additionalPadding {
    margin-top: 5px;
}
/** --- **/