* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #000;
}
header.header {
  position: fixed;
  top: 0;
  width: 100%;
  background: transparent;
  border-bottom: 1px solid #eee;
  z-index: 999;
}
div.container {
  background: #fff;
  /*padding: 30px 0 24px;*/
  z-index: 997;
}
div.wrap {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 40px;
}
.container .wrap {
  position:relative;
}
div.logo-top {
  display: inline-block;
}
div.logo-top a img {
  display: block;
  width: 250px;
  height: ;
  text-indent: -9999px;
  background-size: contain;
}
nav.top-nav {
  display: inline-block;
  vertical-align: bottom;
  margin-top: 6px;
  margin-left: 50px;
  /*float: right;*/
  margin-bottom: -1px;
}
nav.top-nav ul{
  line-height: 40px;
}
div {
  display: block;
}
p, ul, ol, table {
  font-family: 'Dosis';
  font-size: 13px;
  line-height: 21px;
}
nav.top-nav li:first-child {
  margin-left: 0;
}
nav.top-nav li{
  display: inline-block;
  background: #172169;
  color: #ffc703;
  padding: 0 20px;
  border-radius: 10px 10px 0 0;
}
nav.top-nav li:hover{
  background: #14195a;
  color: #ffc703;
}
nav.top-nav li a {
  color: #fff;
}
nav.top-nav li a:hover {
  color: #ff8700;
}

a:link {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  line-height: 28px;
  text-decoration: none;
  color: #000;
  transition: .1s color ease-in-out;
}
nav.utility {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  float: right;
  vertical-align: top;
}
a:hover {
  color:#ff8700;
}
nav.utility li {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-left: 30px;
}
.nav-open-btn {
  display: block;
  position: absolute;
  top: 0;
  right: 30px;
  width: 40px;
  height: 40px;
  background: #fff;
  padding: 10px 7px;
}
.btn-user {
  position: absolute;
  top: 5px;
  margin-top:-30px;
  right: 0;
  width: 100px;
  height: 110px;
  color: #fff;
  background: #eee;
  padding: 35px;
}
.nav-open-btn {
  display: none;
}
@media only screen and (max-width: 1000px) {
.header .nav-open-btn {
    display: block;
}
}
@media (max-width: 1000px) {
div.container nav.utility, div.container nav.top-nav {
    display: none;
}
}
.main-button {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: normal;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background: #1585f2;
  border: 0;
  border-radius: 4px;
  padding: 18px 20px 17px;
  transition: .3s background ease-in-out;
  -webkit-font-smoothing: antialiased;
}
.main-button:hover {
  background: #0c217e;
  transition: .3s background ease-in-out;
  -webkit-font-smoothing: antialiased;
}
section.grd-1 .contain{
  overflow: hidden;
  justify-content: space-around;
  align-items: left;
}
section.grd-1 .content {
  min-width: 320px;
  max-width:600px;
}
.content {
  position:relative;
}
.content-header h1 {
  opacity: 1;
  transition: opacity 0.25s 4.75s;
}
@media only screen and (max-width: 1050px) {
  div.contain ul.upper-banner {
    text-align: center;

  }
}
h1 {
  font-family: 'Lobster', Helvetica, Arial, sans-serif;
  font-size: 50px;
  line-height: 70px;
}
.content-header .description {
  margin-top: 25px;
  font-size: 20px;
  line-height: 28px;
}
.container-4{
  overflow: hidden;
  width: 100%;
  vertical-align: middle;
  white-space: nowrap;
}
.container-4 input#search{
  width: 100%;
  height: 70px;
  background: ;
  border: 1px solid #ff4f0a;
  font-size: 25px;
  float: left;
  color: #333;
  padding-left: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: 'lora';
  font-weight: bolder;
}
.container-4 input#search::-webkit-input-placeholder {
   color: #65737e;
}

.container-4 input#search:-moz-placeholder { /* Firefox 18- */
   color: #65737e;
}

.container-4 input#search::-moz-placeholder {  /* Firefox 19+ */
   color: #65737e;
}

.container-4 input#search:-ms-input-placeholder {
   color: #65737e;
}
.container-4 button.icon{
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  font-family: 'lora', Helvetica, Arial, sans-serif;
  border: none;
  background: #ff4f0a;
  height: 70px;
  width: 100%;
  color: #fff;
  opacity: 1;
  font-size: 25px;
  margin-left: -100%;
  padding:0 15px;
  text-align: left;
  -webkit-transition: all .55s ease;
  -moz-transition: all .55s ease;
  -ms-transition: all .55s ease;
  -o-transition: all .55s ease;
  transition: all .55s ease;
  font-weight: bolder;
  text-transform: capitalize;
}
.container-4:hover button.icon, .container-4:active button.icon, .container-4:focus button.icon{
    outline: none;
    opacity: 1;
    margin-left: -70px;
  }
  .container-4:hover button.icon:hover{
    background: #eee;
  }
div.divider-wrapper {
  flex: 1 1;
  align-self: stretch;
  display: flex;
  justify-content: center;
}
.divider {
  width: 1px;
  background-color: #f3f3f3;
  margin: 50px 0;
}
div.sign-up {
  flex: 4 1;
  display: flex;
  justify-content: center;
}
div.sign-up-inner {
  width: 350px;
}
ul.hang-in {
  list-style-type: none;
}
@media only screen and (max-width: 960px) {
  .hang-in li {
      margin-bottom: 140px;
      flex-wrap: wrap;
  }
  .hang-in li.image-on-right {
      flex-direction: row-reverse;
  }
  .content li {
      overflow: hidden;
      justify-content: left;
      align-items: left;
      margin-bottom: 40px;
  }
  div.image img {
    display: block;
    width: 456px;
    height: 456px;
  }
  .benefits {
      padding: 0 0 75px;
  }
  .benefits-list {
    list-style-type: none;
  }
}

@media only screen and (max-width: 960px)
.benefits-list li {
    margin-bottom: 140px;
    flex-wrap: wrap;
}
.benefits-list .content {
    max-width: 380px;
    margin-left: 56px;
}
div.releted-content
{
  margin:50px 0;
  background:#fff;
}
div.releted-content .box01 {
  opacity:1;
  left:0;
  top:0;
  display:block;
  text-align: center;
}
div.releted-content ul {
  list-style:none;
}
div.releted-content li {
  display:inline-block;
  min-width:298px;
  padding:0 25px;
  max-width:320px;
}
div.releted-content li img.immage {
    position: relative;
    width:250px;
    margin-bottom: 30px;
    border-radius: 50%;
}
div.releted-content li h5 {
    font-family: 'Gothic A1', Helvetica, Arial, sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 15px;
}
div.releted-content li h3 {
    font-family: 'Noto Serif', Helvetica, Arial, sans-serif;
    font-size: 17px;
    line-height: 27px;
    color: #000;
    margin-bottom: 20px;
}
div.releted-content li p {
    font-family: 'Gothic A1';
    font-size: 13px;
    line-height: 21px;
    text-align: left;
}
.social-proof {
    padding: 95px 0 95px;
    background-color: #f7f7f7;
}
h2 {
   font-family: 'lora', Helvetica, Arial, sans-serif;
   font-size: 40px;
   line-height: 50px;
}
.social-proof h2 {
   max-width: 80%;
   text-align: center;
   margin: 0 auto 100px;
}
@media only screen and (max-width: 960px) {
  #top {
     padding: 150px 0 50px 0;
  }
}
@media only screen and (max-width: 960px) {
  h2 {
     font-size: 32px;
     line-height: 42px;
  }
}
.social-proof .cta {
    text-align: center;
}
.global-footer {
    position: relative;
}
.global-footer .footer-nav {
    border-top: 1px solid #eee;
    padding: 30px 0;
}
.global-footer .f-nav .wrap {
    position: relative;
}
.global-footer .link-section {
    float: left;
    width: 20%;
    padding-right: 40px;
}
.global-footer .link-section-header {
    font-family: 'Dosis', Helvetica, Arial, sans-serif;
    color: #000;
    font-size:20px;
}
.global-footer .link-section ul {
    list-style-type: none;
}
.global-footer .link-section li {
    margin-top: 15px;
    line-height: normal;
}
.global-footer .link-section a {
    position: relative;
}
.global-footer .language-selector {
    float: left;
}





/* Login Style*/
@media only screen and (min-width: 51.75em) {
.logme-in  .wrapper {
    background: #f3f3f3;
  }
}
.logme-in .body {
    background: none;
}
html, body {
    min-height: 100%;
    height: 100%;
}
body .logbody{
  background: #f3f3f3 ;
  -webkit-background-size: 200px 200px;
  -moz-background-size: 200px 200px;
  -o-background-size: 200px 200px;
  background-size: 200px 200px;
}
section.logme-in {
  min-height: 100%;
  max-height: 100%;
}
.logme-in .body {
    background: #f3f3f3 ;
    -webkit-background-size: 200px 200px;
    -moz-background-size: 200px 200px;
    -o-background-size: 200px 200px;
    background-size: 200px 200px;
}

.logme-in .bar-header {
    position: absolute;
    height: 4px;
    width: 100%;
    top: 0;
    left: 0;
}
.logme-in .bar-header .logo-bar {
    position: relative;
    background-color: #2dbe60;
    height: 4px;
    width: 100%;
    z-index: 3;
}
.logme-in .wrapper #container-boundingbox, .logme-in .wrapper #container {
    background: none;
}
@media only screen and (min-width: 930px){
  .logme-in .wrapper #container-boundingbox, .logme-in .wrapper #container {
      width: auto;
  }
}
#container-boundingbox, #container {
    width: auto;
    border: none;
    margin: 0;
    padding: 0px;
    min-height: 100%;
    height: 100%;
}
#container-boundingbox {
    margin: 32px auto 0;
    width: 800px;
}
.logme-in .heading {
  font-family: caecilia, Times, serif;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  color: #aaaaaa;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 68px 0 26px 0;
}
@media only screen and (min-width: 30em){
  .logme-in .heading .branding {
      -webkit-background-size: 68px 68px;
      -moz-background-size: 68px 68px;
      -o-background-size: 68px 68px;
      background-size: 68px 68px;
  }
}
.logme-in .heading .branding img {
    height: 68px;
    margin-bottom: 19px;
}

.logme-in .heading h1 {
    color: #6a6a6a;
}
.logme-in .heading h1 {
  font-family: 'Lobster';
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 6px;
    color: #2dbe60;
}
.modal-wrap h1 {
  font-family: ;
    font-size: 30px;
    line-height: 30px;
    color: #0dc22f;
}
.logme-in .minimal-wrapper {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px 0;
}
.logme-in .minimal-body {
  background: #ffffff;
}
.logme-in .minimal-body {
  max-width: 384px;
  margin: 0px auto 28px auto;
  border: 1px solid #dedede;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-align: left;
}
.logme-in .minimal-form {
  margin: 32px;
  margin-bottom: 24px;
}
form {
  margin: 0;
}
.logme-in .minimal-form {
    margin: 32px;
    margin-bottom: 24px;
}
form ol, form ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
menu, ol, ul {

}
dl, menu, ol, ul {

}
.logme-in #email-wrapper, .logme-in #password-wrapper {
    position: relative;
}
.logme-in #email-wrapper input, .logme-in #password-wrapper input {
    border-radius: 7px;
}
.TextInput_large {
    line-height: 1.1875;
    font-size: 1.33333333em;
    font-size: 1.33333333rem;
    padding: 0.59375em 0.75em;
    padding: 0.79166667rem 1rem;
}
.TextInput, select.select-sheet {
    color: #3b3b3b;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #cacaca;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    line-height: 1.46153846;
    font-size: 1.08333333em;
    font-size: 1.08333333rem;
    padding: 0.46153846em 0.92307692em;
    padding: 0.5rem 1rem;
}
input {
    line-height: normal;
}
button, input {
    line-height: normal;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    display: inline-block;
}
.logme-in .Row {
    margin-bottom: 1em;
}
.CanBePulledDown {
    position: relative;
    transition-duration: 1s;
    transition-timing-function: ease-in;
    transition-property: opacity, max-height;
    transition-delay: 0s;
    opacity: 1;
}
.CanBePulledDown .PulledIntoView {
    transition-delay: 1.1s;
    max-height: 100px;
    opacity: 1;
}
.logme-in #remember {
    color: #8f8f8f;
}
input[type="checkbox"] {
    margin-top: 0.15384615em;
    margin-right: 0.30769231em;
    margin-top: 0.16666667rem;
    margin-right: 0.33333333rem;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
.t-milli, h5, p, label {
    color: #3b3b3b;
    line-height: 1.42857143;
    font-family: 'Montserrat', helvetica, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.16666667em;
    font-size: 1.16666667rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
}
@media only screen and (min-width: 51.75em){
label {
    color: #747474;
    display: inline-block;
    margin-bottom: 0.33333333em;
    margin-bottom: 0.33333333rem;
}
}
@media only screen and (min-width: 51.75em) {
.t-milli, h5, p, label {
    line-height: 1.41666667;
    font-size: 1em;
    font-size: 1rem;
}
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
.Btn {
    background-color: #2dbe60;
    border-radius: 7px;
}
.Btn {
    width: 100%;
}
@media only screen and (min-width: 30em){
.Btn_super {
    line-height: 2.75;
    font-size: 1.33333333em;
    font-size: 1.33333333rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    min-width: 9.625em;
    min-width: 12.83333333rem;
    min-height: 2.75em;
    min-height: 3.66666667rem;
    padding: 0 1em;
    padding: 0 1.33333333em;
}
}
.Btn_emph {
    font-family: gotham, helvetica, arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #ffffff;
    background-color: #2dbe60;
    border-color: #1fae52;
}
@media only screen and (min-width: 30em){
.Btn {
    display: inline-block;
    width: auto;
}
}
.Btn {
    line-height: 2.28571429;
    font-family: gotham, helvetica, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.16666667em;
    font-size: 1.16666667rem;
    text-align: center;
    white-space: normal;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 2.28571429em;
    min-height: 2.66666667rem;
    width: 100%;
    padding: 0 1.14285714em;
    padding: 0 1.33333333rem;
    border-width: 1px;
    border-style: solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    float: none;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}




#context-switch {
    background: none;
    text-align: center;
}
.t-pico {
    color: #747474;
    line-height: 1.63636364;
    font-family: 'Montserrat', helvetica, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 0.91666667em;
    font-size: 0.91666667rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
}
#context-switch .switch {
    margin-top: 6px;
}
#context-switch .switch a {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    font-family: 'Montserrat', helvetica, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #2dbe60;
    text-decoration: none;
}

.logfooter {
    background: transparent;
    border: 0;
    margin: 0px auto 10px;
    padding: 10px 0 0 0;
    text-align: center;
    width: 736px;
}
.logfooter .footer-entry {
    color: #747474;
    line-height: 1.41666667;
    font-family: helvetica, arial, sans-serif;
    font-size: 1em;
    font-size: 1rem;
    font-family: gotham, helvetica, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-justify: auto;
    text-outline: none;
    text-overflow: clip;
    text-shadow: none;
    text-transform: none;
    text-wrap: normal;
    color: #ababab;
    font-size: 11px;
    text-align: center;
    border-right: 1px solid #ababab;
    padding: 0px 15px;
}
.logfooter .footer-entry .last {
    border: 0px;
}
ol.error-l, ul.error-l {
  width: 100%;
  text-align:left;
  list-style-position:outside;
  margin: 32px;
  list-style: disc;
}
p.error,ol.error-l li, ul.error-l li, .color-red {
  color:RED;
  font-size: 12px;
}


/*Dashboard*/
#content {
    padding: 100px 0 65px 0;
    background: #eee;
    height:100%;
    min-height:600px;
}
.dashboard-panel .container {
    margin: 0 auto;
    position: relative;
    width: 900px;
    background:#f5f5f5;
}
.dashboard-panel div.inner-wrap {
  background: #eee;
  padding-right:10px;
}
@media (max-width:900px) {
  .dashboard-panel .container {
      margin: 0 auto;
      position: relative;
      width: 100%;
      background:#f5f5f5;
  }
}
.sub-header {
    margin: 0 0 13px;
}
.page-menu {
    border-bottom: 1px solid #d2d0cf;
    margin-bottom: 59px;
    padding-bottom: 2px;
}

.sub-header ul {
    display: block;
    padding-bottom: 4px;
    list-style:none;
}
.sub-header li:last-of-type {
    margin-right: 0px;
}

.sub-header li.current a, .sub-header.cloud li.current a, .sub-header.font li.current a, table.license-details .license-package strong {
    color: #333;
}
.sub-header li a, .sub-header.cloud li a, .sub-header.font li a, .project-nav li a {
    color: #666;
}
.sub-header li.current a.upper-title-link {
  padding: 10px 13px;
  background:#f00;
  color:#fff;
  font-weight:bolder;
  border-radius: 10px 10px 0 0;
}
#your-account-hed h1 {
    display: block;
    margin-bottom: 7px;
    font-weight: 700;
    font-style: normal;
    font-size: 44px;
    -webkit-font-smoothing: antialiased;
    letter-spacing: -1px;
}
.sub-header h1, .dashboard #content .buttons, .learn-more {
    display: ;
}
.sub-header h1 {
    color: #333;
    margin-bottom: 19px;
    position: relative;
}
ul.upper-title {
  padding:0;
  margin: 0;
}
ul.side-panel {
  margin: 0;
  padding: 0;
}
#account-settings {
    font-family: 'Montserrat', 'Whitney SSm B', 'Lucida Grande','Lucida Sans',Verdana,Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
}
.account-sidebar {
    margin-right: 20px;
    border-top: 1px solid #C9C9C9;
    float: left;
    width: 150px;
    font-family: 'Whitney SSm 5r', 'Montserrat', 'Whitney SSm B', 'Lucida Grande','Lucida Sans',Verdana,Helvetica,Arial,sans-serif;
}
.account-sidebar li.ui-state-active a {
    background: #4B4844 url(../../images/core/sidebar-bkdg-gradient.png) 0 bottom repeat-x;
    border-bottom: 1px solid #4B4844;
    color: #fff;
    font-weight: 500;
}
.account-sidebar li a {
    border-bottom: 1px solid #C9C9C9;
    display: block;
    font-size: 11px;
    font-weight: 500;
    padding: 7px 6px 8px;
    background: #f5f5f5;
}
.dashboard-panel a {
    color: #888;
    text-decoration: none;
    outline: none;
}
.account-main {
    margin: 0 auto;
    width: 608px;
}
.account-main {
    float: left;
    margin-bottom: 40px;
    width: 608px;
}
#account-settings .account-content {
    margin-bottom: 7px;
}
#account-settings .personal-forms h2 {
    width: 149px;
    text-align: right;
    float: left;
    font-family: 'Dosis', 'Whitney SSm B', 'Lucida Grande','Lucida Sans',Verdana,Helvetica,Arial,sans-serif;
    font-weight: 700;
    font-size: 15px;
    margin-top: 5px;
}
#account-settings .personal-forms fieldset {
    clear: both;
}
.account-content fieldset {
    min-height: 69px;
  border:none;
}
#account-settings .personal-forms .field {
    font-size: 11px;
    margin-bottom: 0px;
    padding-top: 0px;
    position: relative;
    clear: both;
}
#account-settings .personal-forms .field label {
    width: 149px;
    text-align: right;
    float: left;
    margin: 5px 8px 0 0;
    font-size: 11px;
    font-weight: 400;
    border-bottom: 1px solid #9fed7c;
    padding: 7px 0;
}
.personal-forms label {
    font-weight: 400;
    font-size: 12px;
    font-family: 'Whitney SSm 4r', 'Montserrat', 'Whitney SSm B', 'Lucida Grande','Lucida Sans',Verdana,Helvetica,Arial,sans-serif;
    color: #333;
    display: block;
    line-height: 19px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
#account-settings .personal-forms .text-input {
    border: 1px solid #fff;
    background: #fff;
    color: #333;
    width: 300px;
    float: left;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -o-user-select: text;
    user-select: text;
    font-weight: 700;
    font-size: 13px;
    margin-top: 0px;
}
.personal-forms .text-input {
    border: 1px solid #e7e7e7;
    background: #f1f1f1;
    color: #333;
    font: 700 13px 'Montserrat', 'Whitney SSm B', 'Lucida Grande','Lucida Sans',Verdana,Helvetica,Arial,sans-serif;
    margin-top: 4px;
    padding: 12px 0 5px 9px;
    vertical-align: baseline;
    width: 561px;
    -webkit-appearance: none;
    -moz-transition: background .2s ease-out;
    -o-transition: background .2s ease-out;
    -webkit-transition: background .2s ease-out;
    -ms-transition: background .2s ease-out;
    transition: background .2s ease-out;
}
#account-settings .account-content {
    margin-bottom: 7px;
}
.account-content {
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.07);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.07);
    box-shadow: 0 1px 2px rgba(0,0,0,0.07);
    background: #fff;
    margin-bottom: 17px;
    padding: 18px 18px 18px;
}
#account-settings .personal-forms .no-field {
    color: #736E65;
    width: 370px;
    float: left;
    cursor: default;
    padding: 6px 0 9px 11px;
    font-weight: 700;
    font-size: 13px;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -o-user-select: text;
    user-select: text;
}
#account-settings .personal-forms .tool-help {
    position: absolute;
    top: 10px;
    right: 0;
}
.personal-forms .tool-help {
    position: absolute;
    right: 18px;
    top: 32px;
}
#account-settings .personal-forms .no-field a {
    color: #736E65;
}
.personal-forms .buttons {
    margin: 23px 0 0px;
}
#oldRules .buttons button:not([class*=" button-color--"]).primary:not(.disabled), #oldRules .buttons a:not([class*=" button-color--"]).primary:not(.disabled) {
    background-color: #90d471;
    background-image: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0) 50%,rgba(0,0,0,0.08));
    background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0) 50%,rgba(0,0,0,0.08));
}
#oldRules .buttons button:not([class*=" button-color--"]), #oldRules .buttons a:not([class*=" button-color--"]) {
    border-radius: 7px;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-font-smoothing: antialiased;
    border: none;
    color: #f7f7f7;
    display: block;
    float: right;
    font: 700 13px 'Montserrat', 'Whitney SSm B','Lucida Grande','Lucida Sans',Verdana,Helvetica,Arial,sans-serif;
    min-width: 125px;
    margin-left: 12px;
    padding: 5px 9px 6px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}
#oldRules .buttons button, #oldRules .buttons a {
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background-image: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0) 50%,rgba(0,0,0,0.1));
    background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0) 50%,rgba(0,0,0,0.1));
    border-radius: 7px;
    -webkit-font-smoothing: antialiased;
    background-color: #d8d5d2;
    border: none;
    color: #f7f7f7;
    display: block;
    float: right;
    font: 700 13px 'Montserrat', 'Whitney SSm B','Lucida Grande','Lucida Sans',Verdana,Helvetica,Arial,sans-serif;
    min-width: 125px;
    margin-left: 12px;
    padding: 5px 9px 6px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}
#oldRules .buttons button:not([class*=" button-color--"]).cancel, #oldRules .buttons button:not([class*=" button-color--"]).primary.disabled, .buttons button:not([class*=" button-color--"]).secondary.disabled, .buttons button:not([class*=" button-color--"]).alert.disabled, .buttons a:not([class*=" button-color--"]).cancel, .buttons a:not([class*=" button-color--"]).primary.disabled, .buttons a:not([class*=" button-color--"]).secondary.disabled, .buttons a:not([class*=" button-color--"]).alert.disabled {
    background-color: #d8d5d2;
    background-image: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0) 50%,rgba(0,0,0,0.1));
    background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0) 50%,rgba(0,0,0,0.1));
}
#oldRules .buttons button.cancel, #oldRules .buttons button.primary.disabled, #oldRules .buttons button.secondary.disabled, .buttons button.alert.disabled, .buttons a.cancel, .buttons a.primary.disabled, .buttons a.secondary.disabled, .buttons a.alert.disabled {
    background-color: #d8d5d2;
    background-image: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0) 50%,rgba(0,0,0,0.1));
    background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0) 50%,rgba(0,0,0,0.1));
}
#oldRules .buttons #oldRules button:not([class*=" button-color--"]), #oldRules .buttons a:not([class*=" button-color--"]) {
    border-radius: 7px;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-font-smoothing: antialiased;
    border: none;
    color: #f7f7f7;
    display: block;
    float: right;
    font: 700 13px 'Montserrat', 'Whitney SSm B','Lucida Grande','Lucida Sans',Verdana,Helvetica,Arial,sans-serif;
    min-width: 125px;
    margin-left: 12px;
    padding: 5px 9px 6px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}
.buttons:after, .group:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}









/* Modal Style*/
.modal-wrap .branding img {
    height: 35px;
}
div.modal-wrap h1{
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
}
div.modal-wrap p{
  padding:40px 0;
  font-size:20px;
}
div.modal-wrap .field p{
  padding:0;
  font-size:12px;
}



.user-dropdown {
    left: auto !important;
    right: 1px;
    width: 230px;
}
.open.create-dropdown, .open.user-dropdown, .open.pen-templates-dropdown, .open.activity-dropdown, .open.priority-nav__dropdown, .open.view-switcher {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.link-list, .link-list ul, .link-list ol {
    list-style: none;
}
.create-dropdown, .user-dropdown, .pen-templates-dropdown, .activity-dropdown, .priority-nav__dropdown, .view-switcher {
    background: #172169;
    box-shadow: 0 0 10px rgba(0,0,0,0.35);
    position: absolute;
    top: 100%;
    padding: 0 0 5px 0;
    width: 220px;
    color: #222;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.15s, -webkit-transform 0.15s;
    transition: transform 0.15s, opacity 0.15s;
    transition: transform 0.15s, opacity 0.15s, -webkit-transform 0.15s;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-transform-origin: top right;
    transform-origin: top right;
}
.user-dropdown {
  width: 100%;
  text-align: left;
  margin: inherit;
}
.user-dropdown > li {
    position: relative;
    padding:20px 25px;
    border-bottom:1px solid #1b3571;
}
.user-dropdown > li a {
    font-size: 20px;
}

.user-dropdown > li:hover {
    background-color:#14195a;
    color: #ffc703;
}
.user-dropdown > li:hover a {
    color: #ff6402;
}
.section-create, .dropdown-newpost, .dropdown-newpen, .dropdown-newproject, .dropdown-activity {
    display:none;
}
.section-header {
    color: #7f7f7f;
    font-size: 0.8rem;
    padding-left: 1px;
    padding-top: 0;
}
.link-list a {
    color: #fff;
    display: block;
    padding: 7px 15px 8px;
    line-height: 1.1;
    font-size: 0.9rem;
    text-shadow: none;
    text-decoration: none;
}
.dropdown-yoursettings {
    float: left;
}
.dropdown-yoursettings, .dropdown-logout {
    width: 50%;
    display: inline-block;
    margin-top: 4px;
}
.dropdown-yoursettings a {
    padding-bottom: 10px;
}
.dropdown-yoursettings a, .dropdown-logout a {
    line-height: 20px;
}

.personal-forms select.bill-address-select, .personal-forms select.mail-address-select, .personal-forms select.address-book-select {
    font-family: 'Montserrat', 'Whitney SSm B', 'Lucida Grande','Lucida Sans',Verdana,Helvetica,Arial,sans-serif;
    color: #736E65;

    font-weight: 700;
    font-size: 13px;
    border-color: #FFF;
    background-color: #FFF;
    background-position: 1000% center;
}
.characters-list select, .personal-forms select {
    display: inline;
    color: #333;
    height: 28px;
    width: 300px;
    font-weight: 500;
    font-size: 13px;
    padding: 4px 4px 4px 9px;
    border: 1px solid #fffdfd;
    font: 700 13px 'Montserrat', 'Whitney SSm B', 'Lucida Grande','Lucida Sans',Verdana,Helvetica,Arial,sans-serif;
    -moz-appearance: none;
    -o-appearance: none;
    border-radius: 7px;

    background-position: 97% center;
}
.long-btn {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: normal;
  text-decoration: none;
  text-align: center;
  cursor:pointer;color: #fff;
  background-color: #2dbe60;
  border: 0;
  border-radius: 4px;
  padding: 18px 20px 17px;
  width:50%;
}
.buttons {
  text-align: center;
}
.buttons .long-btn:hover {
  background-color: #239a4d;
}
.buttons-right a, .buttons-left a{
  background-color: #90d471;
  background-image: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0) 50%,rgba(0,0,0,0.08));
  background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0) 50%,rgba(0,0,0,0.08));
  border-radius: 7px;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-font-smoothing: antialiased;
  border: none;
  color: #f7f7f7;
  display: block;
  float: right;
  font: 700 11px 'Montserrat', 'Whitney SSm B','Lucida Grande','Lucida Sans',Verdana,Helvetica,Arial,sans-serif;
  margin-left: 12px;
  padding: 5px 9px 6px;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}
.buttons-right {
  text-align: right;
  right: 30px;
  margin-top: -53px;
}
.buttons-left {
  text-align: left;
  position: absolute;
  left: 30px;
  margin-top: -53px;
}
#account-settings .form-head-note {
    display: block;
    font-size: 11px;
    color: #736E65;
    padding-top: 8px;
    margin-left: 159px;
}
.credit-card-none .buttons {
    margin: -19px 0 -9px;
}
#personal-info h2 {
  line-height: 20px;
  font-family: 'Dosis';
}
hr {
  border:none;
  border-top:1px solid #ededed;
  margin-top:27px;
  margin-bottom: 0;
}
h2.sub-header {
  font-size:20px;
  line-height: 25px;
  font-family: 'Dosis';
  text-align: left;
  margin-top: 10px;
}
#personal-info .modal-wrap .field-type {
  height:0;
  text-align: left;
}
div.wrap-field {
  background:#f4f4f4;
}
div.field-type {
  position:relative;
  margin:0 0 9px 0;
}
.field-type input, .field-type select {

    border-radius: 10px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.07);
    border: none;
    color: #333;
    font-family: 'Whitney SSm A', 'Whitney SSm B', 'Lucida Grande','Lucida Sans',Verdana,Helvetica,Arial,sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    margin: 0;
    outline: none;
    padding: 18px 0 19px 24px;
    position: relative;
    z-index: 2;
    vertical-align:middle;
}
.dim-text {
  color:#ccc;
}
ul.wrap-li li {
  display:inline-block;
  padding: 3px;
  margin-right: 5px;
}
div.checkbox {
  text-align: left;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  background: #fff;
  padding: 15px;
  border-radius: 15px;
}
#guarantorInfo {
  display: none;
}
button.ordinary-but {
  font-size:8px;
  width:100px;
}
div.cc-shown h2 {
  text-align: left;
}
div.preview li {
  display: inline-block;
  width: 80px;
  vertical-align: top;
}
div.preview p {
  font-size: 9px;
}
div.preview img {
  width: 70px;
}
p {
  font-size:inherit;
}


/*Special Tagging  box*/
div.special-tagging-a, div.special-tagging-b {
  width:50%;
  float:left;
  padding:220px;
  max-height:600px;
  color:#fff;
}
div.special-tagging-a {
  text-align: right;
  background: #0e0c60;
}
div.special-tagging-b {
  text-align: left;
  background: #ff5900;
}
div.inner-cir {
  max-width: 400px;
  display: inline-flex;
}
div.bounding {
  padding:50px;
  text-align: center;
  background-color: #f66c06;
  border-radius: 12px;
}

@media (max-width: 1000px) {
  div.special-tagging-a, div.special-tagging-b {
      width:100%;
  }
}


fieldset {
  border: none;
}
section.main-content fieldset input, section.main-content fieldset label, section.main-content fieldset textarea {
  width:100%;
  padding:15px 45px;
  border-radius:7px;
  box-shadow:none;
}
section.main-content fieldset label.ico {
  font-size:25px;
}
section.main-content fieldset label {
  position: absolute;
  width: 140px;
  display:flex;
  padding-left: 15px;
  margin:0;
}
section.main-content fieldset textarea {
  padding-left: 140px;
}
section.main-content fieldset input, section.main-content fieldset textarea {
  margin-bottom:12px;
}
div.fllt {
  position:absolute;
  display:flex;
  max-width:50px;
}
.faint-emphasy {
  padding:35px;
  background:#f9f9f8;
}
