input[type="checkbox"] {
  height: 20px;
  width: 20px;
}

input[type="checkbox"]:not(:checked):not(:hover) {
    content: "" !important;
    background-image: url(emptycheck.svg);
    background-size: auto;
    background-repeat: no-repeat;
    border: none;
    box-shadow: none;
}

input[type="checkbox"]:hover:not(:checked) {
    content: "" !important;
    background-image: url(emptycheck-blue.svg);
    background-size: auto;
    background-repeat: no-repeat;
    border: none;
    box-shadow: none;
}

input[type="checkbox"]:checked {
    content: "" !important;
    background-size: auto;
    background-repeat: no-repeat;
    background-image: url(check.svg);
    border: none;
    box-shadow: none;
}

input[type="checkbox"]:checked:after {
    content: "" !important;
    background-image: url(check.svg);
    background-size: auto;
    background-repeat: no-repeat;
    color: $white;
}

input[type="checkbox"]:checked:before {
    content: "" !important;
    border: none;
    box-shadow: none;
}


input[type="checkbox"]:focus {
    content: "" !important;
    box-shadow: none;
    border: none;
    outline: none;
}

a {
    color: #f45f0c;
    text-decoration: none;
    font-weight: 600;
}

a:hover {
    color: #c14905; 
}

h1 {
    font-family: HelveticaNeue;
    font-size: 24px;
    color: #333333;
    letter-spacing: 0;
    margin: 0;
    font-weight: 500;
}

h2 {
    font-family: HelveticaNeue;
    font-size: 18px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 500;
}

strong {
    font-family: HelveticaNeue-Medium;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
}

article {
    background: #FFFFFF;
    box-shadow: 0 2px 16px 0 rgba(0,0,0,0.10);
    padding: 16px 48px;
    margin: 24px 12px;
    max-width: 1119px;
}

section {
    box-shadow: inset 0 -1px 0 0 rgba(205,210,221,0.65);
    padding: 24px 0px;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.inverted-blue-button {
    border: 2px solid #4CA8FE;
    border-radius: 6px;
    text-decoration: none;
    padding: 10px;
    font-size: 16px;
    margin-right: 22px;
    width: 180px;
    text-align: center;
    color: #4ca8fe;
}

.inverted-blue-button:hover {
    color: #0073aa;
}

.blue-button {
    border: none;
    color: white;
    background-color: #4ca8fe;
    border-radius: 6px;
    text-decoration: none;
    padding: 10px;
    font-size: 16px;
    margin-right: 22px;
    width: 180px;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
}

.blue-button:hover {
    background-color: #0073aa;
}

.inverted-orange-button {
    border: 2px solid #f45f0c;
    border-radius: 6px;
    text-decoration: none;
    padding: 1px 26px;
    font-size: 16px;
    margin-right: 22px;
    width: 60px;
    height: 32px;
    text-align: center;
    color: #f45f0c;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.inverted-orange-button:hover {
    color: #c14905;
}

.networks-heading {
    align-items: center;  
    margin-bottom: 25px;
}

.networks-title {
    margin-right: 16px;
}

.auto-post-section {
  box-shadow: none;
}

.auto-post-checkbox {
    margin: 2px 0 0 16px !important; 
}

small {
    font-size: 12px;
    color: #999;
    line-height: 18px;
}

.auto-post-copy {
    width: 199px;
    margin-bottom: 27px;
}

.auto-post-heading {
    margin: 0 0 5px 0;
}

.networks-container {
    flex-wrap: wrap;
    margin-left: -12px;
    margin-top 5px;
    margin-bottom: 12px;
}

.network-item {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    width: 275px;
    height: 46px;
    margin: 12px;
    padding: 24px;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.network-item:hover {
    border: 1px solid #4CA8FE;
}

.profile {
    align-items: center;
}

.profile-checkbox {
    margin-right: 16px !important;
}

.profile-network {
    font-size: 16px;
    line-height: 24px;
}

.profile-name {
    font-size: 14px;
    line-height: 24px;
}

.network-image {
    width: 24px;
    height: 24px;
    border-radius: 4px;
}

.status-prompt {
    padding: 10px 0;
}

input[type="text"] {
    border-radius: 3px;
    margin-left: 95px;
    margin-top: 8px;
    height: 40px;
    width: 244px;
}

input[type="password"] {
    border-radius: 3px;
    margin-left: 95px;
    margin-top: 8px;
    height: 40px;
    width: 244px;
}

#ow_password {
    margin-left: 97px;
}

.about-us-subheading {
    margin-bottom: 0;
}

.about-us-copy {
    font-size: 14px;
    color: #151515;
    line-height: 24px;
}

.no-top {
    margin-top: 2px;
}

.select-all {
    margin: 16px 24px 16px 0px;
}

.usage {
  align-items: center;
}

.progress-frame {
  width: 300px;
  height: 10px;
  background-color: #ddd;
  border-radius: 10px;
  margin: 0 35px;
}

.progress-bar {
  height: 10px;
  background-color: #2bc65a;
  position: relative;
  border-radius: 10px;
}

.banner {
  background-image: url(orange-bg.jpg);
  height: 150px;
  width: 1215px;
  margin-left: 12px;
  margin-top: 20px;
  display: flex;
}

.ow-logo {
  height: 48px;
  width: 257px;
  margin: auto 48px;
}

#submit_2 {
  margin-bottom: 48px;
}
