body {
  background-color: #F7F7F7;
}

@font-face {
    font-family: Frank;
    src: url(../../fonts/frank/Frank-Light.eot);
    src: url(../../fonts/frank/Frank-Light.eot?#iefix) format('embedded-opentype'),url(../../fonts/frank/Frank-Light.woff) format('woff'),url(../../fonts/frank/Frank-Light.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: Frank;
    src: url(../../fonts/frank/Frank-Regular.eot);
    src: url(../../fonts/frank/Frank-Regular.eot?#iefix) format('embedded-opentype'),url(../../fonts/frank/Frank-Regular.woff) format('woff'),url(../../fonts/frank/Frank-Regular.ttf) format('truetype');
    font-weight: 700;
    font-style: normal;
}

h1.light, h2.light, h3.light, h4.light, h5.light, h6.light, .h1.light, .h2.light, .h3.light, .h4.light, .h5.light, .h6.light {
    font-family: "Frank", Helvetica, Arial, sans-serif;
}

h1.light {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.25;
    margin-top: 20px;
}

p a {
  text-decoration: inherit;
}

.realm-customer .header-container {
  width: 100%;
  max-width: none;
}

#shutterstock_page {
  background-color: #FFFFFF;
  border-bottom: 1px solid #CDCDCD;
  padding-bottom: 15%;
}

.site-mobile #shutterstock_page {
  padding-bottom: 50px;
}

.display-minimal #shutterstock_page {
  padding-bottom: 0;
  border-bottom: none;
}

.site-offset .logo, .site-premier .logo {
  padding: 18px 16px 0 16px;
}

#shutterstock_page_content {
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

label.checkbox {
  font-size: 12px;
  line-height: 19px;
  padding-left: 22px;
}

label.checkbox input[type="checkbox"] {
  font-size: 17px;
  margin-left: -22px;
  margin-top: 2px;
}

input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: inherit;
  border-color: inherit;
}

.link_text {
    cursor: pointer
}

.long-breakable-text {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

/* HEADER */
.main-header .customer-header {
  font-size: 12px;
  background-color: #F4F4F4;
}

.navbar-text, .nav-link {
  display: none;
}

#site-tabs li:first-child a {
  border: none;
}

.user-options {
  display: block;
  margin-right: 30px; /* to conform with account details */
}
.user-options .dropdown-menu {
  right: 0;
  left: inherit;
}
.user-options ul li {
  display: none;
}
.user-options #user-account, .user-options #user-logout {
  display: list-item;
}
.language-dropdown .dropdown-menu {
  left: -78px;
}

/* END HEADER */

.logo-header {
   padding: 12px 0 10px 20px;
}

.border-container {
  border: 1px solid #c4c4c4;
  border-radius: 4px;
  padding:32px;
  position:static !important;
}

.site-premier.page-users-new .border-container {
  padding: 32px 8px 12px 32px;
}

.box-width {
  width: 340px;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 auto 0 auto;
}

.box-min-width {
  display: inline-block;
  min-width: 340px;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 auto 0 auto;
}

.box-width-medium {
  width: 600px;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 auto 0 auto;
}

.page-login-index .box-width {
  width: 300px;
  box-sizing: border-box;
}

.site-offset .main-content .page-title {
  text-transform: none;
}

#login-form, .page-authorize form {
  margin:0;
}

#login-form input.placeholder {
  color: #7a7a7a;
}

.btn {
  margin-top:16px;
  margin-bottom:16px;
}

#login-form .alert {
  padding-right: 20px;
}

.aux {
  margin: 32px auto 0;
  text-align:center;
  max-width: 350px;
}

.page-authorize .aux a {
  white-space: nowrap;
}

#messages ul, ul.alert {
  list-style-type: none;
  margin: 0;
}

#messages ul.alert {
 margin-bottom: 20px;
}

#col1 {
  margin: 0 auto;
  width: 401px;
}

#col2 {
  margin: 0 auto;
  width: 220px;
}

/*
  FOOTER BASE
*/

#footer_container {
  background: none repeat scroll 0 0 #F7F7F7;
}

#footer_container .container {
	margin-top: 30px;
	margin-bottom: 30px;
}

#footer_container .main_section {
  padding: 0;
  margin: auto;
  max-width: 900px;
}

#footer_container .main_section h4 {
  color: #707070;
  font-size: 14px;
  margin: 0.4em 0;
}

#footer_container .main_section ul {
  font-size: 11px;

	margin-left: 0;
	list-style: none;
}

#footer_container .main_section li {
  line-height: 14px;
	margin: 5px 0;
}

#footer_container .main_section li a {
  word-wrap: break-word;
}

#footer_container .languages img {
	margin-top: 10px;
}

#footer_container hr {
  border-bottom: 1px dotted #B5B5B5;
  margin: 4px 0;
  max-width: 150px;
}

#footer_container .languages ul {
  padding: 0;
	position: relative;
	top: -5px;
}

#footer_container .languages li {
  float: left;
  width: 50%;
	margin: 5px 0 0 0;
}

#footer_container .bottom_section {
  color: #888888;
  font-size: 11px;
  text-align: center;
  padding: 18px 0 0 !important;
}

.minimal-footer {
  text-align: center;
}

.minimal-footer div {
  margin-bottom: 10px;
}

.minimal-footer a,
.minimal-footer span {
  display: inline-block;
  padding: 5px;
  margin-left: -3px;
  font-size: 12px;
  line-height: 1em;
  color: #999;
  white-space: nowrap;
}

.minimal-footer a:before,
.minimal-footer span:before {
  display: inline-block;
  position: relative;
  left: -5px;
  top: 2px;
  border-left: 1px solid #999;
  height: 11px;
  content: '';
}

.minimal-footer div :first-child:before {
  display: none;
}

.minimal-footer div :first-child {
  margin-left: 0;
}

.minimal-footer .footer-support a,
.minimal-footer .footer-support span {
  color: #666;
}

.minimal-footer .footer-support strong {
  color: black;
}

.truste-european, .truste-regular {
  display: none;
}

.truste-european a {
  margin-left: -4px;
}

.footer-icon {
  padding: 7px 0;
}


@keyframes highlight_updated_animation {
  0% {
  }
  50% {
    background: #AAD15D;
  }
  100% {
  }
}
@-moz-keyframes highlight_updated_animation {
  0% {
  }
  50% {
    background: #AAD15D;
  }
  100% {
  }
}
@-webkit-keyframes highlight_updated_animation {
  0% {
  }
  50% {
    background: #AAD15D;
  }
  100% {
  }
}

.highlight_updated {
  -moz-animation: highlight_updated_animation 2s;
  -webkit-animation: highlight_updated_animation 2s;
  animation: highlight_updated_animation 2s;
}


/* overrides for signup page */
.centerboxUsersNew .centerboxborder {
  padding: 0 0 0 50px;
  border: 0;
}

.centerbox.centerboxUsersNew {
  margin: 0;
  width: auto;
}

.check label {
  float: none;
  width: auto;
  text-align: left;
}

#user-details .button{
  margin: 25px 0 0 89px;
}

.divider {
  border-right: 1px solid #CCC;
  padding-right: 26px;
  margin-right: 50px;
}

/* right side */
#existing_acct{
  margin-right: auto;
  padding-top: 11px;
  width: 300px;
}
#existing_acct h4{
  margin-top: 12px;
  margin-bottom: 17px;
}

#existing_acct ul{
  margin-top: 39px;
  padding-left: 30px;
}
#existing_acct li{
  margin-bottom: 10px;
}

.sub_suspended {
  font-weight: bold;
  color: #D91C1C;
}

#user-details .input-box {
  padding: 3px;
}

#user-details .parsley-error {
  border: solid 1px #cc3401;
}

#user-details label.parsley-error {
  border: none;
}

.control-group {
  position: relative;
  padding-right: 24px;
  margin-bottom: 10px;
}

.control-group input {
  margin-bottom: 0;
}

.status-icon {
  margin: 0 0 0 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 30px;
  display: none;
}
.error-icon {
  display: block;
  background: url(/assets/images/sub11_error.png) no-repeat center center;
}
.waiting-icon {
  display: block;
  background: url(/assets/images/loading_icon.gif) no-repeat center center;
}
.valid-icon {
  display: block;
  background: url(/assets/images/success_icon_17.jpg) no-repeat center center;
}

.parsley-errors-list {
  color: rgb(204, 52, 1);
  font-family: arial, sans-serif;
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 4px;
}


/* Photo site registration page "benefits" view */
.page-users-new .show-benefits .shutterstock-brands,
.page-users-new .show-benefits .alt-login {
  display: none;
}

.page-users-new .show-benefits .shutterstock-info {
  padding-top: 20px;
}
.page-users-new .show-benefits .shutterstock-info li {
  font-size: 13px;
  margin: 0 0 15px 0;
  padding-left: 20px;
  background: transparent url("/assets/images/checkmark.png") 0 3px no-repeat;
}

.page-users-new .show-benefits .shutterstock-brands {
  margin: 30px 0 0 0;
}
.page-users-new .show-benefits .shutterstock-brands li {
  padding: 0 18px 0 0;
}
.page-users-new .show-benefits .shutterstock-brands li:last-child {
  padding-right: 0;
}

.page-users-new .show-benefits .alt-login {
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #ccc;
}
.page-users-new .show-benefits .alt-login p {
  width: 48%;
}

.page-users-new .show-benefits .promo {
  margin: 0 auto;
  padding-top: 15px;
  font-size: 12px;
}
.page-users-new .show-benefits .promo .span12 {
  width: auto;
  max-width: 280px;
  margin: 0 auto;
}
.page-users-new .show-benefits .promo p,
.page-users-new .show-benefits .promo ul {
  display: inline-block;
  vertical-align: middle;
}
.page-users-new .show-benefits .promo li {
  padding: 15px 25px 0 0;
}
.page-users-new .show-benefits .promo li:last-child img {
  position: relative;
  top: -6px;
}



/* Password requirements page */
.password-requirements {
  margin: 0 0 10px 0;
}

.account-menu {
  margin-top: 18px;
}



/*  RECAPTCHA */
.page-login-index .recaptcha-true .box-width {
  width: 368px;
}
.page-login-index .recaptcha-true .captcha {
  position: relative;
  left: 50%;
  display: inline-block;
  min-height: 88px;
}
.page-login-index .recaptcha-true .g-recaptcha {
  position: relative;
  left: -50%;
  margin-top:10px;
}



 h3.adjust-premier-email-margins {
  margin-top: 4px;
  margin-bottom: 32px;
}


.like-mason .navbar-shutterstock .livechat-header-item, .like-mason .navbar-shutterstock .nav a, .like-mason .navbar-shutterstock .nav-link, .like-mason .navbar-shutterstock .navbar-text {
line-height: 36px;
}


/* LEFT NAV STYLES */
.left-nav h5 {
  font-size: 16px;
  line-height: 24px;
}

.page-users-email-edit #shutterstock_page_content,
.page-credentials-change_password #shutterstock_page_content {
  margin: 7px 35px 0 35px;
  padding: 0;
}

.account-details form {
  max-width: 300px;
}

.account-details .left-nav {
  max-width: 220px;
  min-width: 220px;
}

/* Blue active state for nav-stacked */
.nav-stacked > .active > a, .nav-stacked > .active > a:hover, .nav-stacked > .active > a:focus {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #298aae;
}

/* Grey nav style */
.nav-stacked > .active > a, .nav-stacked > .active > a:hover, .nav-stacked > .active > a:focus {
  background-color: #64676b;
}
.nav-stacked a {
  color: #64676b;
}
.nav-stacked li:hover a {
  color: #249cc9;
}
.nav-stacked li a:hover {
  background: inherit;
}
.nav-tabs>li>a {
  padding: 5px 20px 6px 20px;
}
.nav-tabs.nav-stacked>li>a, .nav-tabs.nav-stacked>li>a:hover, .nav-tabs.nav-stacked>li>a:focus {
  border: none;
}
.nav-tabs.nav-stacked {
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 7px 0;
}
.nav-tabs.nav-stacked>li:first-child>a {
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-topleft: 0;
}
.nav-tabs.nav-stacked>li:last-child>a {
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
}
.nav-tabs>li {
  margin-bottom: 0;
}

/* END LEFT NAV STYLES */
