  /* fade-in effect on page load using CSS https://www.geeksforgeeks.org/how-to-create-fade-in-effect-on-page-load-using-css/
body {
	animation: fadeInAnimation ease 1s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}
@keyframes fadeInAnimation {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
*/
.success div#status, .failed div#status {
  width: fit-content;
  margin-left: 0;
  min-width: 156px;
  font-size: 17px;
}
.failed div#status {
  background-color: red;
}
div#warningMessage {
  font-family: 'Poppins', sans-serif;
  letter-spacing: 2px;
  font-weight: 800;
  font-size: 15px;
  padding: 10px 0 0;
}
body#settings .grand_inner {
  position: relative;
}
body#settings #status {
  padding: 10px;
  background-color: #4caf50;
  color: white;
  font-weight: bold;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  text-align: center;
  margin: 14px auto 20px;
  max-width: 121px;
  min-width: 121px;
  border-radius: 4px;
  box-shadow: 0px 3px 45px rgb(115 115 115 / 88%);
  font-size: 18px;
}
body#settings div#status {
  position: relative;
  top: 16px;
  left: 59px;
}
body#settings .selection_container {
  position: relative;
}
.status_holder {
  height: 0px;
  width: 100%;
  position: relative;
}
body#edit_page div#status {
  position: absolute;
  top: 76px;
  left: 300px;
}
input[type=checkbox]:focus {
  outline: 0;
  outline-offset: 0;
}
.switch_row div.name {
  font-weight: 500;
  float: left;
  padding-top: 0;
  min-width: auto;
  text-align: left;
  width: auto;
  display: inline;
  font-size: 9px;
  padding-left: 16px;
  letter-spacing: 1px;
  color: #848484;
  position: relative;
}
.switch_row {
  width: 100%;
  height: 35px;
  overflow: hidden;
  padding: 5px 0;
}
#edit_form .switch_row input {
  height: 22px;
  padding: 0px 10px;
  margin: 0px 0 0px;
  font-weight: 700;
  font-size: 13px;
  padding-right: 12px;
  box-shadow: none;
}
td.width_200 {
  max-width: 127px !important;
  display: inline-block !important;
  width: 100% !important;
  min-width: unset !important;
}
td.width_300 {
  display: inline-block;
  width: calc(100% - 130px);
}
.width_300 input { width: 100%; }


body.Cards img.popout.icon.menu {
  float: none;
  margin: 2px 8px 0 2px;
  opacity: 1;
  width: 12px;
  display: inline;
  position: absolute;
}
body.More img.popout.icon.menu {
  float: none;
  margin: 5px 0px 0 3px;
  opacity: 1;
  width: 12px;
  display: inline-block;
  position: absolute;
}

body.chimp div#mailchimp_email_admin {
  display: block;
}
img.popout.icon.menu {
  float: right;
  margin: 6px 4px 0 5px;
  opacity: 1;
  width: 12px;
  position: absolute;
}
.selected {
    /*background: linear-gradient(90deg, #496bf30f 0%, #a8d2ffc4 100%);*/
    background: none;
    box-shadow: inset 1px 2px 2px #8080808c;
}
div#email_admin .now_send {
    bottom: 10px;
    left: calc(50% - 48px);
}
div#save_domain .now_send {
    left: calc(50% - 53px);
    bottom: 17px;
}
body#manage_page div#email_admin form {
    height: 354px;
}
body#manage_page div#save_domain,
body#manage_page form#admin_page {
    min-height: 354px;
    /*background: linear-gradient(90deg, #496bf30f 0%, #a8d2ffc4 100%);*/
    background: none;
    border-radius: 20px;
    box-shadow: 1px 2px 9px grey;
    margin: 0 10px 30px;
    padding: 0px 10px;
    position: relative;
}
#mailchimp_email_admin .now_send {
	padding-top: 18px;
}
.checkbox_form-group.mailchimp input#Send-to-Mailchimp {
    float: right !important;
}
#manage_page #column_one,
.grand,
.selection_container {
   scrollbar-width: none;
}/* donm't display scroll bar - meant for FIREFOX */


label.beamer {
    font-size: 10.79px !important;
}
body#manage_page .checkbox_form-group.mailchimp {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 15px 0 0;
  margin: 0;
  max-width: 100%;
}
body#manage_page .checkbox_form-group label {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  width: auto;
  display: block;
  cursor: pointer;
  height: auto;
  margin: 0;
  text-align: left;
  float: left;
}
body#manage_page .checkbox_form-group input[type="checkbox"] {
    margin: 4px 0 0 8px;
    display: block;
    float: left;
    height: auto;
    cursor: pointer !important;
}
a.column_zero_3.disabled {
    color: #4242428f !important;
    opacity: .5;
    pointer-events: none;
}
.action.breakout.top.MailchimpThisPitch.disabled  {
    font-style: italic;
    color: #4242428f !important;
    opacity: .5;
    pointer-events: none;
}

.checkbox_form-group.mailchimp.disabled label {
    font-style: italic;
    color: #4242428f !important;
}



td.beamer {
  padding: 0px 0px 0 50px;
}
ul.beamer {
  padding: 0px 0px 17px 7px;
}
li.beamer {
  list-style: decimal;
}
.col-megamenu.bloggie {
    text-align: center;
}
body#settings .Mailchimp.iamge {
  height: 100px;
  padding-right: 30px;
}
body#settings .Mailchimp.iamge img.chimp {
  width: 45px;
  display: block;
  float: left;
  margin-top: 50%;
}



header .dropdown i {
    font-size: 18px;
}
.fa-solid, .fas {
    font-weight: 900;
}
.fa-classic, .fa-regular, .fa-solid, .far, .fas {
    font-family: "Font Awesome 6 Free";
}
.fa, .fa-brands, .fa-classic, .fa-regular, .fa-sharp, .fa-solid, .fab, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

.bump_up_5 { margin-top: 5px;}
.bump_bottom_5 { margin-bottom: 5px;}





















body.mail div#email_admin,
body.publish div#save_domain {
  display: block;
}
li#tool {
  min-width: 145px;
}




li.zzzzzzzzzzzzz {
    display: none;
}
.payment_holding h3.headline.short.smaller {
    text-align: center;
    padding: 33px 33px 0;
}
span.home span {
    display: contents !important;
}
h2.headline.short.list.bottom.top {
    padding: 45px 0 20px;
}
.row_3.arch img.wp-post-image {
    width: 100%;
}
body#home .row_3 {
    background-color: #ec086703;
    margin: 5px;
    border-radius: 10px;
    box-shadow: 0px 0px 4px 1px rgb(0 0 0 / 44%);
    padding: 30px;
}
body#manage_page .group1 {
    padding-top: 7px;
}
body#manage_page span.home {
    display: block;
    padding-top: 9px;
}
body#manage_page span.current_time {
    display: none;
}
.activation { padding:60px;background-color:#fff;margin:60px;text-align:center;box-sizing:border-box;font-size:16px;max-width: 444px;margin: 108px auto 0;border-radius: 10px;box-shadow: 0px 2px 30px 1px rgba(0, 0, 0, 24%); }
p.hello { font-size: 24px; }
.capitalized {
    text-transform: capitalize;
}
.green { color: #00ff00; /* Green background color */}
.red { color: #ff0000; /* Red background color */}
div#credit_whole {
  pointer-events: none;
  opacity: .5;
}
p#email_use, p#account_use {
  font-style: italic;
  font-size: 86%;
  margin: -13px 0 0px 9px;
  overflow: hidden;
  height: 26px;
}
body#reset .credentials {
    max-width: 333px;
    margin: 30px auto;
    text-align: left;
}
body#reset .pits input {
    width: 91%;
    margin-right: 0 !important;
}
.msg {
    text-align: center;
    font-size: 15px;
    padding: 0px 10px 0px;
    color: #5a29e4;
    font-weight: 600;
    height: 22px;
    margin-top: 8px;
}
body#forgot .msg {
    height: 52px;
}
body#reset .links, body#forgot .links, body#login .links, body#register .links {
    text-align: center;
    margin-top: -111px;
    float: left;
    margin-left: 126px;
}
body#login .links {
    margin-left: 116px;
}
body#forgot .links {
    margin-left: 120px;
}
body#reset .links {
    margin-left: 150px;
}



body#reset  .pits input.button,
body#forgot .pits input.button,
body#login .pits input.button,
body#register .pits input.button {
    margin: 0 0 97px;
}
body#forgot .pits .go input {
    width: 100%;
    margin-right: 0 !important;
}
body#register .pits.no_pad {
    padding: 0;
    margin: 0 auto;
    text-align: center;
}
body#Resend .pits label,
body#reset .pits label,
body#login .pits label,
body#register .pits label {
    width: 6%;
    display: block;
    float: left;
    padding-top: 1px;
    min-width: 16px;
}
body#forgot .pits label {
    width: 6%;
    display: block;
    float: left;
    padding-top: 2px;
    min-width: 16px;
}
body#register .pits input {
    width: 93%;
    margin-right: 0 !important;
}
body#Resend  .pits input,
body#login .pits input {
    width: 91%;
    margin-right: 0 !important;
}
body#forgot .pits input {
    width: 91%;
    margin-right: 0 !important;
}
body#Resend .pits, body#reset .pits, body#forgot .pits, body#login .pits, body#register .pits {
  padding: 10px;
}
body#register form {
    width: 333px;
    text-align: left;
    margin: 30px auto;
}
.links a:first-of-type {
    margin-right: 10px;
}
body#Resend .pits input {
  border: 1px solid #cccccc;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15) inset;
  outline: medium none;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  background-color: rgb(232, 240, 254) !important;
}
body#Resend .login,
body#reset .login,
body#register .login,
body#forgot .login,
body#login .login {
    margin-top: 145px;
}
.pits.rememberme label#rememberme input[type="checkbox"] {
    display: inline-block;
    height: auto;
    cursor: pointer;
}
.pits { height: 100%; overflow: hidden;}
.pits.rememberme {
    margin-top: -25px;
}
.go input.button.primary {
  min-width: 189px;
}
body#Resend label,
form.credentials label {
    font-size: 14px;
    margin: 4px 4px 0 0;
    cursor: pointer;
}
body#Resend form input#email,
form.credentials input#password,
form.credentials input#username {
    font-family: 'Poppins', ui-sans-serif;
    height: 36px;
    padding: 7px;
    font-size: 17px;
}
input#username {
    margin-right: 28px;
}

body#public_pitches_page div#welcome {
    display: none;
}
body#pitches div.pitch_size {
    width: 50px;
}
td.functional_sections.small {
  font-size: 1em !important;
  font-weight: 700;
  color: #191919;
}
label#l_1 {
  width: 46px;
}
label#l_2 {
  width: 65px;
  margin-left: 15px;
}
label#l_3 {
  width: 36px;
  margin-left: 15px;
}
.radios input {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  padding: 2px 2px 2px 2px !important;
  width: auto;
}
.radios_inner label {
  width: 100%;
  text-align: left;
}
.radios {
  height: auto;
  overflow: hidden;
  text-align: center;
  width: 300px;
}
.radios label, .radios input {
  display: block;
  float: left;
  height: auto !important;
  font-weight: 300 !important;
  line-height: 18px;
  cursor: pointer;
}

.hero-top {
    background: radial-gradient(circle,rgba(255,153,92,.659) 10%,hsla(0,0%,100%,0) 42%),radial-gradient(circle,#ac95ff 0,hsla(0,0%,100%,0) 33%);
    background-position-x: 53vw,95%;
    background-position-y: -16rem,-35rem;
    background-repeat: no-repeat,no-repeat;
    background-size: 86%
}
.hero-top .top p {
    max-width: 50rem
}

@media only screen and (min-width: 1224px) {
    .hero-top {
        background-position-x:calc(50% - 81rem),calc(50% + 73rem)
    }
}
li.divider {
    border-bottom: 2px dotted #808080db;
    height: 3px;
    margin: 2px 0 4px 13px;
    width: 87px;
}
.welcome {
    position: absolute;
    top: 123px;
    margin: 0 auto;
    z-index: 99999;
    width: 100%;
    text-align: center;
    color: #00000091;
    letter-spacing: .5px;
    font-weight: 300;
    font-size: 18px;
    line-height: normal;
}
@media only screen and (max-width: 900px) {
#welcome { display: none;}
}
body.terms h5 {
    font-size: 32px;
    line-height: 37px;
    margin: 50px 0 0;
}
body.terms p.terms { margin: 0;}
body.terms p.terms {
    margin: 0 0 22px;
    font-size: 20px;
    line-height: 33px;
}
body.terms p.terms.last {
    margin-bottom: 150px;
}
body.terms h2.terms.first {
    padding-top: 99px;
    font-size: 40px;
    line-height: 44px;
}
body.terms h6.terms.second {
    font-size: 12px;
    padding: 0 0 13px 2px;
    margin: 0;
}
body.terms .selection_container {
    max-width: calc(1400px - 10%);
}


body.privacy h5 {
    font-size: 32px;
    line-height: 37px;
    margin: 50px 0 0;
}
body.privacy p.terms { margin: 0;}
body.privacy p.terms {
    margin: 0 0 22px;
    font-size: 20px;
    line-height: 33px;
}
body.privacy p.terms.last {
    margin-bottom: 150px;
}
body.privacy h2.terms.first {
    padding-top: 99px;
    font-size: 40px;
    line-height: 44px;
}
body.privacy h6.terms.second {
    font-size: 12px;
    padding: 0 0 13px 2px;
    margin: 0;
}
body.privacy .selection_container {
    max-width: calc(1400px - 10%);
}
body.privacy .indent {
    margin-left: 30px !important;
}
body.privacy li {
    font-size: 15px;
    line-height: 23px;
    list-style: none;
    padding-bottom: 10px;
}
body.privacy h5.terms.indent {
    font-size: 25px;
}


img.chimp {
    width: 30px;
    display: block;
    float: left;
    margin-top: 11px;
}
.Mailchimp.iamge, .Mailchimp.question {
    float: left;
    padding-right: 14px;
}
img.dash_300.box-content-chimp {
    max-width: 65%;
    padding: 0 5% 0 0;
    border-radius: 10px;
    margin: 2px;
}



.info_packet {
    position: relative;
    padding: 7px 0 0;
}
.info_packet p {
    display: inline-block;
}
body#pitched .site-header .logo {
    z-index: 999999;
}
body#pitched .logo {
    top: 19px !important;
}
.info_packet p.first {
    padding-left: 25px;
}
.info_packet p {
    display: inline-block;
    font-size: 15px;
    /*padding-right: 20px;*/
}
.info_packet a.email {
    font-size: 15px;
    padding-right: 10px;
    text-decoration: none;
    color: #444444;
    font-style: italic;
}
.info_packet p {
    padding-right: 13px;
		font-size: 15px;
}
.info_packet p.firstname {
    padding-right: 3px;
}
body#pitched .boxed {
    max-width: 1000px;
    min-width: auto;
    height: auto;
}
body#pitched .site-header {
    height: auto;
    padding-bottom: 5px;
}
p.firstname, p.lastname {
    font-weight: bold;
    font-size: 19px;
}
body#pitched .site-footer {
    bottom: -32px !important;
}
body#manage_page p.date {
    font-weight: normal;
    font-family: 'Poppins', sans-serif !important;
}
span.powered {
    font-family: 'Poppins', sans-serif;
}
body#manage_page img.popout.special {
    display: inline-block;
    position: relative;
    top: 3px;
    width: 15px;
    overflow: hidden;
}











.action.breakout.top.PublishAtPitchToPerfect {
    display: none;
}
body#public_pitches_page .column_right {
    display: none;
}
body#public_pitches_page .column_left {
    width: 100%;
}
body#public_pitches_page div#save_domain {
    min-height: unset;
}


body#edit_page a.manage_menu {
    color: #444444;
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: 700;
}
a.manage_menu {
    color: #444444;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 700;
}


span.OhOh, p.OhOh {
    font-size: 24px;
    margin: 0;
    font-weight: 400;
    padding-bottom: 20px;
    line-height: 34px;
}
.ohoh_container {
  max-width: 750px;
  padding: 20px 0 0;
}
p.OhOh.first { padding-top: 20px;}
span.OhOh.regular{ color: #444444; }
span.OhOh.red, p.OhOh.red { color: #ec0867; }
span.home.pitches,
form.used.pitches p.OhOh {
    padding-bottom: 0;
}
ul#menu-ideas-3 {
    text-align: center;
}
ul#menu-ideas-3 a.no-border {
    text-decoration: none;
}

.box_it_in {
  width: 100%;
  float: left;
  max-width: 488px;
}









@media (max-width: 1020px){
	.info_packet {
	    max-width: 100%;
	    padding: 23px 0 0;
	    float: left;
	    height: 100%;
	    overflow: hidden;
	}
	.info_packet p {
	   display: inline-block;
	   font-size: 15px;
	   margin-bottom: 0 !important;
	   margin-top: 0 !important;
	}
	.info_packet p.first,
	.info_packet p,
	.info_packet p.firstname {
		padding-left: 0;
		margin-top: 23px;
	}

	body.case .selection_container {
	    max-width: 100%;
	}
	body#pitches .setup.setup_greeting {
	  width: 80% !important;
	}
	.trim_me_1 {
	  max-width: 100% !important;
	}
}






.space_120 { height: 120px;}
.space_20 { height: 20px;}
body#pitches .space_20 { height: 7px;}
.no_border {border: none !important;}
.list { text-align: left;}
table.list {
    margin: 0;
    max-width: 100%;
}
table.list.successfully {
    margin: 0;
    max-width: 100%;
    font-size: 20px;
    font-weight: 300;
    text-decoration: none;
    border-bottom: 0px !important;
}
body#add_page table.list.top,
body#settings table.list.top {
  padding: 0;
}

body#settings,
body#just_send_page,
body#add_page,
body#index_page,
body#edit_page,
textarea,
input,
body {
font-family: 'Poppins', sans-serif;
}
table.list.content th {
    padding-top: 30px;
}
[id^="view_body"] {
    display: none;
}
table.list.sites {
    padding-top: 50px;
}
table.list.sites td {
    vertical-align: top;
}
.pad_top_20 { padding-top: 20px;}
img.thumb {
    box-shadow: 0 0.25rem 0.5rem rgb(0 0 0 / 5%), 0 1.5rem 2.2rem rgb(0 0 0 / 10%) !important;
}
[id^="one_line_"] { display: none;}
table.list.top {
    padding: 111px 0 11px;
}
[id^="one_line_"].show_me {
    display: block !important;
}
table.list.stacked.hide_me {
    display: none;
}
table.list.show_me tr.no_border {
    display: none;
}
table.list.top td {
    padding-top: 0;
}



body.special_bottom.body_3 footer.site-footer.placed {
    position: absolute !important;
    bottom: 0 !important;
}
.selection_container {
    height: calc(100vh - 213px) !important;
    overflow: auto !important;
}
iframe.myIframe {
    display: block;
}
.reduce {
    zoom: .2;
    float: left;
}
table[id*="one_line_"] {
    padding-bottom: 5px !important;
}
table[id*="profile_one_line_"] {
    padding-top: 5px !important;
    border-top: 1px dotted #ec0867;
    padding-bottom: 0 !important;
}



[id^="one_line_"].show_me.extra {
    background: #ec086705;
}
table[id*="profile_one_line_"].list.extra {
    background: #ec086705;
}
.final_line {
    border-bottom: 1px dotted #ec0867;
}
body#manage_page span.home {
    font-size: 15.4px;
}
span.home {
    font-weight: 800;
    font-size: 19px;
    padding-right: 12px;
    letter-spacing: -.25px;
    font-family: 'Poppins', sans-serif;
}
table.list {
    font-family: 'Poppins', sans-serif;
}
.top_bump { padding-top: 20px; padding-bottom: 20px;}


td.value input[type="text"] {
    width: 400px;
}
form#admin_page table.list td, form#add_form table.list td, form#edit_form table.list td {
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
}
.questions input {
    height: 12px;
}
.questions label {
    width: auto !important;
    display: block;
    float: left;
}
#edit_form input.radio {
    height: 25px;
    margin: 2px 3px 0;
    outline: none;
    background: none;
    border: none;
}
#edit_form input {
    height: 30px;
    padding: 4px 5px;
    margin: 2px 0 10px;
    font-weight: 700;
    font-size: 13px;
    padding-right: 12px;
}
label.which_name {
    width: 194px !important;
    display: block;
}
table.list.pad_top_20.capability input {
    width: 100%;
}
td.capability_label {
    max-width: 25px !important;
    width: 10%;
}
form#add_form {
    margin-top: 20px;
}
form#edit_form {
    margin: 0px 0px;
}
body#edit_page form#edit_form {
    margin: 85px 0px;
}
.width_200 { width: 15%; }
.width_special input { width: 95px; }
.questions div {
    width: 177px;
    float: left;
}
.questions label { cursor: pointer;}
.functional_sections {
    width: 300px;
    font-weight: 900 !important;
    font-size: 2em !important;
    padding: 15px 0 6px;
}
#list_items input {
    width: 1068px;
}
#add_page  td:first-child { width: 160px;}
#add_page td:nth-child(2) input {width: 100%; max-width: 835px;}
#body_items td:first-child { width: 50px;}
#body_items td:nth-child(2) { width: 200px; }
#list_items td:first-child { width: 50px;}
#list_items td:nth-child(2) { width: 150px; }
.selection_container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}
#add_page  input {
    height: 30px;
    padding: 4px 5px;
    margin: 7px 0 0;
}



[id^="card_one_line_"] {
    display: none;
}
.architechture {
    width: auto;
    margin: 0 auto;
    max-width: 913px;
}
.architechture img {
    width: 100%;
    border-radius: 20px;
}
@media (min-width: 768px){
.modal-dialog {
    width: 100% !important;
    margin: 30px auto;
    max-width: 1000px;
}
}

/*
html {
  overflow:   scroll;
}
*/
::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}


body#admin_page .selection_container {
    height: 100vh !important;
    padding-bottom: 100px;
}
body#index .selection_container {
    padding-bottom: 100px;
}


td.question_size {
    display: inline-block;
    max-width: 300px;
    width: 100%;
}
td.answer_size {
    width: 55%;
    display: inline-block;
}


@media (width: 768px) and (orientation: portrait) {
  #edit_form input { width: 100%; }
  input.radio { width: auto !important; }
  form#admin_page table.list td,
  form#add_form table.list td,
  form#edit_form table.list td {
      display: inline-block;
      width: 100%;
  }
}


@media (max-width: 768px){
.info_packet p.first, .info_packet p, .info_packet p.firstname {
		font-style: italic;
		font-size: 13px;
	}
	.image_box {
	    width: 100% !important;
	    padding: 35px 15px 35px 0 !important;
	}
}


@media (max-width: 500px){
  #edit_form input { width: 100%; }
  input.radio { width: auto !important; }
  form#admin_page table.list td,
  form#add_form table.list td,
  form#edit_form table.list td {
      display: inline-block;
      width: 100%;
  }
  .width_300 input { width: 100%; }
  .width_200 { width: 100%; }
  td.line_item { padding-top: 57px; }
  td.line_item_short { padding-top: 29px; }
	body#pitched .site-header {
	    height: 88px !important;
	}
	nav.mainmenu.coll-right.\33 -selection-menu-php { float: left !important;}
  #architechture { visibility: hidden;}
  .bottom { display: none; }
	.selection_container {
	    height: calc(100vh - 126px) !important;
	}
	body#manage_page .site-footer {
    bottom: -44px !important;
	}
  body#pitches .grand {
      max-height: calc(100vh - 303px) !important;
  }
  .trim_me_1.clipped {
      font-size: 18px !important;
      width: 83% !important;
  }
}





.links_item_container input {
    width: 100%;
}
.links_item_container {
    max-width: 319px;
    float: left;
    /* width: 100%; */
    padding: 17px;
    /* border: 1px solid #00000057; */
    margin: 10px;
    border-radius: 10px;
    box-shadow: 0px 6px 12px #00000057;
}


.links_item_container:first-of-type{background-color: red; border-color: red;}
.links_item_container:nth-of-type(1){background-color: #a0a0df; border-color: #a0a0df;  }
.links_item_container:nth-of-type(2){background-color: blue; border-color: blue; }
.links_item_container:nth-of-type(3){background-color: green; border-color: green; }
.links_item_container:nth-of-type(4){background-color: gold; border-color: gold; }
.links_item_container:nth-of-type(5){background-color: #a0a0df; border-color: #a0a0df; }
.links_item_container:nth-of-type(6){background-color: gold; border-color: gold; }
.links_item_container:nth-of-type(7){background-color: gold; border-color: gold; }
.links_item_container:nth-of-type(8){background-color: gold; border-color: gold; }
.links_item_container:nth-of-type(9){background-color: gold; border-color: gold; }
.links_item_container:nth-of-type(10) {
    background-color: #ec0867;
    border-color: #ec0867;
}
.links_item_container:nth-of-type(11) {
    background-color: #ec086759;
    border-color: #ec086759;
}
.links_item.line_item {
    font-weight: 700;
    font-size: 33px;
    line-height: 40px;
    color: #fff;
}
.links_item_container {
    width: calc(100% / 4);
    display: inline-block;
    min-width: 290px;
}
.line_item_label {
    font-size: 19px;
    color: #ffffff;
    line-height: 29px;
}
.admin_email {
    float: left;
    padding: 4px 10px 0 0;
    width: 30%;
}
body#manage_page .admin_email {
    width: 21%;
    text-align: left;
    min-width: auto;
}
.value input[type="text"] {
    width: 70%;
}
body#manage_page .value input[type="text"] {
    width: 79%;
    font-size: 13px;
}
.email_admin {
    max-width: 520px;
    margin: 0;
    display: none;
}
.email_admin_needed {
    margin-bottom: 7px;
    text-align: left;
    height: auto;
    overflow: hidden;
}
span.home.smaller {
    font-size: 18px;
    font-weight: 300;
    padding-right: 0;
}
.acc_top {
    font-size: 39px;
    margin-top: 30px;
    line-height: 40px;
}
body.Study .acc_top {
    font-size: 39px;
    margin-top: 0px;
    line-height: 120px;
		height: 146px;
}
span.page_title_byline {
    font-size: 20px;
    display: block;
}
@media only screen and (max-width: 1024px){
	span.page_title_byline {
	    line-height: normal;
	}
}

@media only screen and (max-width: 1060px){
body.Study .acc_top {
    height: 160px;
}
span.page_title_byline {
    display: inline-block;
    font-size: 19px;
}
}
@media only screen and (max-width: 1015px){
body.FAQ .acc_top {
    height: 164px;
}
}

@media only screen and (max-width: 645px){
span.page_title_byline {
    float: left !important;
}
}

.box-content.thin {
    padding-bottom: 0;
    padding-top: 10px;
}
a.online_profile {
    font-weight: 900;
    color: #ec0867;
}


.clipped {
    display: block !important;
    overflow: hidden !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
    text-overflow: ellipsis !important;
    width: 100% !important;
    white-space: nowrap;
}
.highlight {
    color: #ec0867;
    font-weight: 700;
}

.checkbox_container {
    max-width: 500px;
    margin: 0 auto;
    padding: 40px;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    box-sizing: border-box;
}
.checkbox_form-group {
    margin: 7px 0 0;
    width: 94px;
    float: right;
}
.checkbox_form-group label {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    width: auto;
    display: inline-block;
    cursor: pointer;
    height: auto;
    margin: 0;
}
.checkbox_form-group input[type="checkbox"] {
    margin-top: 4px;
    margin-right: 8px;
    display: inline-block;
    float: right;
    height: auto;
}
.checkbox_btn {
    display: inline-block;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    background-color: #635bff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.with_check {
    max-width: 413px;
}
.lister {
    box-sizing: border-box;
    display: block;
    Margin: 0 auto;
    max-width: 100%;
    padding: 0 10px;
    text-align: left;
    width: 100%;
    font-size: 115%;
}

a[title]:hover::after {
    content: attr(title);
    background-color: #ffff0054;
    color: #525252d4;
    padding: 1px 6px;
    border-radius: 5px;
    position: absolute;
    top: 20px;
    left: 14px;
    transform: translateX(-50%);
    white-space: nowrap;
    font-size: 75%;
    font-weight: 500;
}



.custom-tooltip {
    position: relative;
    display: inline-block;
}

.custom-tooltip::before {
    content: attr(data-tooltip);
    position: absolute;
    bottom: -20px;
    left: 20px;
    transform: translateX(-50%);
    background-color: #ffff005c;
    color: #0000007a;
    border-radius: 7px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    padding: 1px 9px;
    text-align: center;
    text-transform: lowercase;
    font-weight: 500;
}

.custom-tooltip:hover::before {
    opacity: 1;
}






















body#just_send_page .lister {
    box-sizing: border-box;
    display: block;
    Margin: 0 auto;
    max-width: 100%;
    padding: 0 10px;
    text-align: left;
    width: 100%;
    font-size: 115%;
    height: 100%;
    overflow: hidden;
}
body#just_send_page .pitchfile {
    width: auto;
    float: left;
}
.lister a:not([class]):before {
    border: 0px;
}
.lister a {
    padding-right: 10px;
}

@media only screen and (max-width: 620px) {
table[class=body] h1 {
font-size: 28px !important;
margin-bottom: 10px !important;
}
table[class=body] p,
table[class=body] ul,
table[class=body] ol,
table[class=body] td,
table[class=body] span,
table[class=body] a {
font-size: 16px !important;
}
table[class=body] .wrapper,
table[class=body] .article {
padding: 10px !important;
}
table[class=body] .content {
padding: 0 !important;
}
table[class=body] .container {
padding: 0 !important;
width: 100% !important;
}
table[class=body] .main {
border-left-width: 0 !important;
border-radius: 0 !important;
border-right-width: 0 !important;
}
table[class=body] .btn table {
width: 100% !important;
}
table[class=body] .btn a {
width: 100% !important;
}
table[class=body] .img-responsive {
height: auto !important;
max-width: 100% !important;
width: auto !important;
}
}
@media all {
.ExternalClass {
width: 100%;
}
.ExternalClass,
.ExternalClass p,
.ExternalClass span,
.ExternalClass font,
.ExternalClass td,
.ExternalClass div {
line-height: 100%;
}
.apple-link a {
color: inherit !important;
font-family: inherit !important;
font-size: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
text-decoration: none !important;
}
.btn-primary table td:hover {
background-color: #d5075d !important;
}
.btn-primary a:hover {
background-color: #d5075d !important;
border-color: #d5075d !important;
}
}
#status.failed { background-color: red;}
#status {
    padding: 10px;
    background-color: #4caf50;
    color: white;
    font-weight: bold;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
    text-align: center;
    margin: 14px auto 20px;
    max-width: 76%;
    min-width: 240px;
    border-radius: 4px;
    display: none;
    box-shadow: 0px 3px 45px rgb(115 115 115 / 88%);
}
#status.fade-out { opacity: 0; }
#status.hidden { display: none; }
#status.show { display: block; }
.now_send input, .now_send a {
    border: solid 1px #ec0867;
    border-radius: 5px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    padding: 12px 25px;
    text-decoration: none;
    text-transform: none;
    background-color: #ec0867;
    border-color: #ec0867;
    color: #ffffff !important;
    width: 100% !important;
    box-shadow: 0px 3px 45px rgb(115 115 115);
    max-width: max-content;
    text-align: left;
    height: auto;
    line-height: 1.4;
    font-family: 'Poppins', sans-serif;
}
span.replace {
    color: #ec0867;
    font-weight: 700;
}
p.small_note.first {
    margin: 0;
}
p.small_note {
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 27px;
}
div#save_domain.open,
div#save_admin.open {
    display: block;
}
.trash {
    width: 14px;
    height: 10px;
    float: left;
    margin: 1px 3px 0px;
}
.trash img {
    width: 100%;
    padding: 2px 0 0;
}
td.pitches_cell {
    display: block;
    width: 33%;
    float: left;
    padding: 5px 0;
    font-size: 125%;
}

a.pop img {
    width: 15px;
    display: inline-block;
}
input.stevie {
    height: 12px;
    padding: 0 5px 5px;
    display: block;
    float: left;
}
td.pitches_cell label {
    float: left;
}
div.pop {
    display: inline-block;
    width: auto;
    padding: 1px 0 0 4px;
}

.button_send {
    border: solid 1px #ec0867;
    border-radius: 5px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    padding: 12px 25px;
    text-decoration: none;
    text-transform: none;
    background-color: #ec0867;
    border-color: #ec0867;
    color: #ffffff !important;
    width: 100% !important;
    box-shadow: 0px 3px 45px rgb(115 115 115);
    max-width: max-content;
    text-align: left;
    height: auto;
    line-height: 1.4;
    font-family: 'Poppins', sans-serif;
}
.deleteMe {
    margin: 20px 0;
}

.deleter a:not([class]):before {
    top: 100%;
    left: 0;
    height: 0px;
    opacity: 1;
    border-bottom-width: 0px;
}
img.popout {
  width: 28px;
  position: relative;
  padding-top: 0;
  margin-right: 7px;
  opacity: .4;
  float: right;
  margin-top: -2px;
}
img.popout.default {
    width: 20px;
    position: absolute;
    padding-top: 2px;
    margin-left: 3px;
    opacity: .4;
    float: none;
}
body#public_pitches_page span.date {
    display: block;
    width: auto;
    text-align: right;
    opacity: .85;
    font-style: italic;
    font-weight: 500;
    float: left;
    padding-top: 2px;
}
body#public_pitches_page form.used .form {
  max-width: 326px;
  float: left;
  margin: 4px 21px 4px 0;
  width: 100%;
  font-family: 'Poppins', sans-serif;
}
body#public_pitches_page a.deleter {
    float: right;
    display: block;
}
body#public_pitches_page .form label {
    max-width: 173px;
    width: 100%;
    display: block;
    float: left;
}
body#public_pitches_page .field {
    width: 144px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
body#public_pitches_page div.filename {
    display: inline-block;
    float: left;
    cursor: pointer;
}

.domain_default a {
    text-decoration: none;
    font-size: 130%;
}
.domain_default {
    padding: 0px 18px 18px 4px;
}
span.date.lower_case {
    float: left !important;
    text-align: left !important;
    width: 100% !important;
    margin-bottom: 13px;
}
p.small_note.lower_case {
    margin-bottom: 0;
}

td.column_one {
    vertical-align: top;
}
.action img.popout {
    float: none;
    position: relative;
    margin-left: 0;
    width: 15px;
}
.action {
    text-align: left;
    font-size: 21px;
    padding: 10px 6px 10px 3px;
    max-width: 100%;
}
.action a.deleter {
    text-decoration: none;
    color: #555;
    font-family: Poppins;
    font-weight: 600;
}
div.column_one .output_page_button_thin
td.column_one .output_page_button_thin {
    width: 100%;
}
table.body.stevie div#oramIhere,
table.body.stevie td#oramIhere {
    margin-left: 0 !important;
}

div#oramIhere {
    font-family: sans-serif;
    font-size: 14px;
    vertical-align: top;
    display: block;
    padding: 25px 10px 10px;
    width: 100%;
    margin: 0;
    max-width: 464px;
    float: left;
}
div.column_one {
  float: left;
  width: 356px;
  background-color: #f5f6fb;
  padding: 0;
  min-height: 444px;
  overflow: hidden;
  border-radius: 11px;
  box-shadow: rgba(128, 128, 128, 0.2) 1px 2px 2px 0px, rgba(128, 128, 128, 0.2) 2px 4px 4px 0px, rgba(128, 128, 128, 0.2) 4px 8px 8px 0px, rgba(128, 128, 128, 0.2) 8px 16px 16px 0px, rgba(128, 128, 128, 0.2) 0px 38px 25px 5px;
  min-width: 356px;
  margin-left: 27px;
}
.contain {
    max-height: calc(100vh - 400px);
    overflow: hidden;
    margin: 0 auto;
    border-radius: 0 0 20px 20px;
    padding: 5px 0 0;
    background-color: #fff;
    box-shadow: rgba(128, 128, 128, 0.2) 1px 2px 2px 0px, rgba(128, 128, 128, 0.2) 2px 4px 4px 0px, rgba(128, 128, 128, 0.2) 4px 8px 8px 0px, rgba(128, 128, 128, 0.2) 8px 16px 16px 0px, rgba(128, 128, 128, 0.2) 0px 8px 8px 5px;
}
.blue {
    width: 100%;
    height: 55px;
    background: linear-gradient(90deg, #496bf3 0%, #a8d2ff 100%);
    margin: 0 auto 0px;
    border-radius: 20px 20px 0 0;
    font-family: Poppins;
}
img.popout.icon {
    float: left;
    margin: -7px 4px 0 5px;
    opacity: 1;
    width: 20px;
}
div#status img.popout.icon {
    width: 47px;
}
.group2 img.popout.icon {
    float: left;
    margin: -3px 4px 0 1px;
    opacity: 1;
    width: 28px;
}
.action.breakout {
    background-color: #fff;
    margin-left: -1px;
    font-size: 16px;
    border-radius: 5px;
}
.action.breakout.top {
    margin-top: 10px;
}
.breakout img.popout.icon {
    width: 28px;
}
.column_one .output_page_button_thin {
    margin: 1px auto 0;
    height: auto;
    width: auto;
}
table.body.stevie div#oramIhere {
  margin-left: 1px !important;
}
.group1 {
    padding: 26px 10px 33px;
}
.group2 {
    padding: 33px 20px 33px;
}
body#view_page .column_zero {
  min-height: 613px;
}
.column_zero {
  width: 68px;
  height: auto;
  float: left;
  background-color: #f5f6fb;
  border-right: 2px solid #e3e0e0;
  border-radius: 22px;
  box-shadow: rgba(128, 128, 128, 0.2) 1px 2px 2px 0px, rgba(128, 128, 128, 0.2) 2px 4px 4px 0px, rgba(128, 128, 128, 0.2) 4px 8px 8px 0px, rgba(128, 128, 128, 0.2) 8px 16px 16px 0px, rgba(128, 128, 128, 0.2) 0px 38px 25px 5px;
  margin-left: 6%;
  min-height: 613px;
}
.blue_title {
    color: #ffffff;
    padding: 10px;
    font-size: 25px;
    display: inline-block;
    font-weight: 100;
    letter-spacing: .5px;
}
body#public_pitches_page .blue_title {
    padding: 20px;
}
.blue_document_title {
    display: inline-block;
    color: #fff;
    font-weight: 800;
    font-size: 20px;
}
.add_here img.popout.icon {
    width: 28px;
    margin: 15px 20px 0 0;
    padding: 0;
}
.add_here {
    display: inline-block;
    float: right;
    cursor: pointer;
}
img.column_zero_4 {
    width: 26px;
}
.column_zero_2.first {
    text-align: center;
    padding: 0px 0 0px;
}
.column_zero_1 {
    max-height: 52px;
}
.column_zero_2 {
    text-align: center;
    padding: 6px 0;
}
.content.class {
    box-sizing: border-box;
    display: block;
    margin: 38px auto 100px;
    max-width: 580px;
    padding: 10px;
    zoom: 65%;
    max-height: 1029px;
    overflow: auto;
}
body#settings table.list.top,,
body#edit_page table.list.top,
body#add_page table.list.top {
    padding: 0px 0 0;
}

body#pitches table#bodypart {
    margin-top: 0px;
    background-color: transparent !important;
}

body#pitches .blue {
    max-width: 100%;
}
body#pitches table.list {
    margin: 0 35px;
    max-width: 1275px;
    padding: 0 0 10px;
}
body#pitches .blue_document_title {
    padding: 20px 20px 20px 0;
}
body#pitches .grand {
    border: 1px solid #d4d4d4;
    border-radius: 0 0 30px 30px;
    padding-bottom: 55px;
    border-top: 0px;
    margin: -3px 3px 100px;
    height: auto;
    overflow: scroll;
    box-shadow: rgba(128, 128, 128, 0.2) 1px 2px 2px 0px, rgba(128, 128, 128, 0.2) 2px 4px 4px 0px, rgba(128, 128, 128, 0.2) 4px 8px 8px 0px, rgba(128, 128, 128, 0.2) 8px 16px 16px 0px, rgba(128, 128, 128, 0.2) 0px 8px 8px 5px;
    max-height: calc(100vh - 381px);
}
body#pitches .setup.setup_greeting {
    width: 55%;
    float: left;
}
body#pitches .setup.setup_switches {
    float: left;
    padding-top: 0px;
}
body#pitches .root.switches {
    margin: 0;
}
body#pitches .candy {
    height: auto;
    overflow: hidden;
}
body#pitches .grand_inner {
    height: auto;
    overflow: hidden;
    padding: 0 15px;
}
body#pitches .grand_inner table[id*="profile_one_line_"] {
    margin-left: 22px !important;
    padding: 4px 10px 0 !important;
}
body#pitches .grand_inner [id^="one_line_"] {
    margin-left: 22px !important;
    padding: 0 10px !important;
}








body#manage_page div#oramIhere {
    width: auto;
    float: left;
    max-width: 51%;
    max-height: calc(100vh - 408px);
    margin-bottom: 25px;
    overflow: hidden;
}
body#manage_page .blue {
    max-width: 100%;
}
body#manage_page .contain {
    max-width: 1400px;
    min-height: 539px;
}
body#manage_page .selection_container {
    padding-top: 80px;
    max-width: 1400px;
}
body#manage_page .content.class {
	max-width: 100%;
	zoom: 100%;
	max-height: calc(100vh - 346px);
	overflow: auto;
	padding: 0px 40px 10px;
	margin-top: 0;
	scrollbar-width: none;
}
body#manage_page table#amIhere {
    border-collapse: separate;
    mso-table-lspace: 0pt;
    mso-table-rspace: 0pt;
    min-width: 100%;
    background: #ffffff;
    border-radius: 7px;
    width: 100%;
    box-shadow: 0px 3px 45px rgb(115 115 115 / 88%);
    max-width: 580px;
    margin: 0 auto;
}

body#public_pitches_page .selection_container {
    padding: 100px 20px 0px;
    height: calc(100vh - 213px) !important;
}
.container.public {
    font-family: sans-serif;
    font-size: 14px;
    vertical-align: top;
    display: block;
    padding: 0;
    width: 100%;
    Margin: 0;
    max-width: 100% !important;
}
.main.public {
    border-collapse: separate;
    mso-table-lspace: 0pt;
    mso-table-rspace: 0pt;
    min-width: 100%;
    background: #ffffff;
    border-radius: 0 0 7px 7px;
    width: 100%;
    box-shadow: rgba(128, 128, 128, 0.2) 1px 2px 2px 0px, rgba(128, 128, 128, 0.2) 2px 4px 4px 0px, rgba(128, 128, 128, 0.2) 4px 8px 8px 0px, rgba(128, 128, 128, 0.2) 8px 16px 16px 0px, rgba(128, 128, 128, 0.2) 0px 38px 25px 5px;
}

body#settings .blue,
body#edit_page .blue,
body#add_page .blue {
    max-width: 100%;
}
body#settings .grand_inner,
body#add_page .grand_inner {
  width: auto;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  max-width: 980px;
  padding: 50px;
}
body#settings .grand,
body#add_page .grand {
    border: 1px solid #d4d4d4;
    border-radius: 0 0 30px 30px;
    padding-bottom: 55px;
    border-top: 0px;
    margin: -3px 3px 100px;
    height: auto;
    overflow: hidden;
    box-shadow: 0 10px 10px #a5a4a7;
}
body#settings .blue_document_title,
body#edit_page .blue_document_title,
body#add_page .blue_document_title {
    padding: 15px 20px 20px 0;
}

body#edit_page .selection_container {
    padding: 100px 20px;
}
body#edit_page .grand_inner form#edit_form {
    margin: 0px;
}
body#edit_page .grand_inner {
	width: auto;
	height: 100%;
	overflow: scroll;
	margin: 0 auto;
	max-width: 980px;
	padding: 15px 20px 0 30px;
	scrollbar-width: none;
}
body#edit_page .grand {
    border: 1px solid #d4d4d4;
    border-radius: 0 0 30px 30px;
    padding-bottom: 5px;
    border-top: 0px;
    margin: -3px 0px 100px;
    height: 100%;
    overflow: hidden;
    box-shadow: rgba(128, 128, 128, 0.2) 1px 2px 2px 0px, rgba(128, 128, 128, 0.2) 2px 4px 4px 0px, rgba(128, 128, 128, 0.2) 4px 8px 8px 0px, rgba(128, 128, 128, 0.2) 8px 16px 16px 0px, rgba(128, 128, 128, 0.2) 0px 8px 8px 5px;
}
body#settings .grand,
body#add_page .grand {
    border: 1px solid #d4d4d4;
    border-radius: 0 0 30px 30px;
    padding-bottom: 5px;
    border-top: 0px;
    margin: -3px 0px 100px;
    height: auto;
    overflow: hidden;
    box-shadow: rgba(128, 128, 128, 0.2) 1px 2px 2px 0px, rgba(128, 128, 128, 0.2) 2px 4px 4px 0px, rgba(128, 128, 128, 0.2) 4px 8px 8px 0px, rgba(128, 128, 128, 0.2) 8px 16px 16px 0px, rgba(128, 128, 128, 0.2) 0px 8px 8px 5px;
}





.very_tiny {
    font-size: 10px;
}
.tiny {
    font-size: 12px;
}















.heading {
    float: left;
    padding: 0 2px;
    width: auto;
}
table[id^="one_line_"] .heading {
    float: left;
    padding: 9px 2px 0;
    font-size: 12px;
}
.data {
    float: left;
    padding: 0 2px;
    width: auto;
    white-space: nowrap;
    line-height: 22px;
    vertical-align: bottom;
}
.data.row1.very_tiny {
    font-size: 9px;
}
.col1 {/* ID */
    max-width: 20px;
    width: 100%;
    white-space: nowrap;
}
.col3 {/* email */
    width: 100%;
    max-width: 19%;
    padding-right: 2%;
    white-space: nowrap;
}
.col4, .col5 {/* first, last */
    width: 100%;
    max-width: 9%;
    padding-right: 2%;
    text-align: left;
    white-space: nowrap;
}
.col10 {/* state */
    width: 100%;
    max-width: 4%;
    text-align: left;
    white-space: nowrap;
}
.col6, .col2, .col11 {/* mobile  tele zip */
    width: 100%;
    max-width: 8%;
    text-align: left;
    white-space: nowrap;
}
.col7, .col8 { /* add 1 add2 */
    width: 100%;
    max-width: 10%;
    padding-right: 2%;
    text-align: left;
    white-space: nowrap;
}
.col9 { /* city */
    width: 100%;
    max-width: 13%;
    padding-right: 2%;
    text-align: left;
    white-space: nowrap;
}
body#pitches .grand_inner [id^="one_line_"] table,
body#pitches .grand_inner [id^="one_line_"] tbody,
body#pitches .grand_inner [id^="one_line_"] tr,
body#pitches .grand_inner [id^="one_line_"] td {
    width: 100%;
    display: block;
}
.hold_on {
    width: 100%;
    overflow: hidden;
}
.trim_me_2 {
    float: left;
    padding: 2px 20px 0 0;
}
.trim_me_1 {
    float: left;
    max-width: 246px;
    white-space: nowrap;
    line-height: 26px;
}































/*-- Checkbox --*/
body {
    font-family: "Poppins", sans-serif;
    background-color: #f6f9fc;
}

.checkbox_container {
    max-width: 500px;
    margin: 0 auto;
    padding: 40px;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    box-sizing: border-box;
}
.checkbox_form-group {
    margin: 7px auto 0;
    width: 80%;
    float: none;
    max-width: 240px;
}
.checkbox_form-group label {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    width: auto;
    display: inline-block;
    cursor: pointer;
    height: auto;
    margin: 0;
}
.checkbox_form-group input[type="checkbox"] {
    margin-top: 4px;
    margin-right: 8px;
    display: inline-block;
    float: right;
    height: auto;
}
.checkbox_btn {
    display: inline-block;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    background-color: #635bff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.with_check {
    max-width: 100%;
    text-align: center;
}
.lister {
    box-sizing: border-box;
    display: block;
    Margin: 0 auto;
    max-width: 100%;
    padding: 0 10px;
    text-align: left;
    width: 100%;
    font-size: 115%;
}







p.caption {
    margin: 0;
    padding: 0;
    font-size: 78%;
}
a.column_zero_3 {
    text-decoration: none;
}
.column_zero,
div.column_one {
    font-family: 'Poppins', sans-serif;
}
.want {
    text-align: center;
    padding: 0px 8px 20px 10px;
    font-weight: 700;
    font-size: 20px;
}


.Email_Admin_Heading {
    text-align: center;
    padding: 0px 10px 10px 0;
}

div.column_zero {
    margin-top: 66px;
}
.box_it_in div.column_zero {
    margin-top: 44px;
    padding-top: 22px;
}
div.column_one {
    margin-top: 40px;
    max-height: calc(100vh - 442px);
    overflow: auto;
}
.lengthen {
    border-radius: 0 30px 30px 30px !important;
}
body#public_pitches_page .main.public {
    /*height: calc(100vh - 419px) !important;*/
		height: auto;
    display: block;
}
.column_right, .column_left {
    width: 50%;
    float: left;
    padding: 14px 4%;
}
p.primary_domain {
    padding: 0;
    margin: 3px 0;
}
div#save_domain img.popout.default {
    padding-top: 6px;
}
a.Not_Available {
    text-decoration: none;
    color: #888888;
    font-weight: 400;
    cursor: default;
    font-style: italic;
    font-size: 75%;
}
div#mailchimp_email_admin { display: none;}

div#save_admin, div#save_domain {
    height: auto;
    overflow: hidden;
    min-height: 354px;
}
body#public_pitches_page .deleteMe {
  margin: 33px 0 54px 54px;
  text-align: left;
  height: 66px;
}
.hold {
    min-height: auto;
    height: auto;
    overflow: hidden;
}
div#someTable {
    max-width: 948px;
    margin: 0 auto;
}
form.used {
    height: auto;
    padding-bottom: 50px;
    overflow: hidden;
}
body#public_pitches_page .site-footer {
    bottom: -9px !important;
}
a.url_to {
    display: block;
    padding: 4px 0 0;
}
.style_out {
	font-family: sans-serif;
	font-size: 14px;
	vertical-align: top;
	box-sizing: border-box;
	padding: 20px;
	/* height: calc(100vh - 432px) !important; */
	height: auto;
	overflow: scroll;
	display: block;
	scrollbar-width: none;
}
img.dash_300.chimp {
    max-width: 65%;
    padding: 0;
    box-shadow: 0 -1px 0 #e5e5e5, 0 0 2px rgba(0,0,0,.12), 0 2px 4px rgba(0,0,0,.24);
    border-radius: 10px;
    margin: 0 40px 0 0;
}

img.manage {
    width: 100%;
    margin: 20px auto;
    border-radius: 6px;
    box-shadow: 0 -1px 0 #e5e5e5, 0 0 2px rgba(0,0,0,.12), 0 2px 4px rgba(0,0,0,.24);
    text-align: center;
}
.box-close.mantra {
    position: relative;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 800;
    height: auto;
}

.now_send {
    height: 60px;
    text-align: center !important;
    bottom: 33px;
    position: absolute;
    margin: 0 auto;
    left: calc(50% - 85px);
}
div#email_admin .now_send {
  margin-top: 25px;
}








.case_image {
    max-width: 33%;
    float: left;
    padding: 2px 0 21px;
}
.case_image img {
    width: 100%;
    margin: 0 auto;
}
p.case {
    margin: 6px 0 0;
}
h3.subtitle-text {
    margin-top: 0;
}
body.case .row h1.title-text {
    padding: 30px 50px 0 0!important;
    font-size: 1.5em;
    margin-bottom: 6px;
}
.container_junk.item {
    padding-top: 55px;
}
.case.last { padding-bottom: 100px; }
.case.study img {
    width: 100%;
}
.image_box {
    width: 55%;
    float: right;
    padding: 35px 0;
}

p.case {
    width: 100%;
    float: none;
    padding: 0px 0;
}
.case.study img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 12px 12px 16px 0 rgba(0, 0, 0, 0.25), -8px -8px 12px 0 rgba(255, 255, 255, 0.3);
}
body.case article { padding-bottom: 100px;}
td.functional_sections div {
    width: 100%;
    font-weight: 900 !important;
    font-size: 2em !important;
    padding: 15px 0 6px;
}

















.dnQmvp > span {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}
.cuROsx {
    height: 1.5625rem;
    width: 1.5625rem;
    position: relative;
    top: 0.5rem;
    left: 1.375rem;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgb(76, 175, 80);
}
.dnQmvp {
    font-size: 0.875rem;
    font-weight: 600;
    color: rgb(255, 255, 255);
}




















@media (max-width: 1400px){
  [id^="card_one_line_"] {
      max-width: 41% !important;
  }
  body#pitches [id^="card_one_line_"] {
    max-width: 30% !important;
  }
  body#manage_page .content.class {
      zoom: 85%;
  }
	body#manage_page .selection_container {
    max-width: max-content;
	}
	.column_zero {
	    margin-left: 3%;
	}
	a.manage_menu {
	    letter-spacing: 2px;
	}}

@media (max-width: 1399px){
  .links_item_container {
    width: 30%;
    min-width: 30%;
  }}

@media (max-width: 1200px){
	body#manage_page .content.class {
	    zoom: 85%;
	    margin-top: 30px;
	    float: none;
	    max-width: 672px;
	}
	div#welcome { display: none;}
}

@media (max-width: 1100px){

  .column_right, .column_left {
      width: 100%;
      float: none;
  }
	.hold {
    height: auto;
    overflow: hidden;
	}
	body#public_pitches_page .deleteMe {
    text-align: left;
    margin: 33px 0 54px 76px;
	}

  body#pitches [id^="card_one_line_"] {
    max-width: 46% !important;
  }
  .col3 {/* email */
      max-width: 21%;
      padding-right: 1%;
  }
  .col4, .col5 {/* first, last */
      max-width: 8%;
      padding-right: 1%;
  }
  .col10 {/* state */
      max-width: 4%;
  }
  .col6, .col2, .col11 {/* mobile  tele zip */
      max-width: 8%;
  }
  .col7, .col8 { /* add 1 add2 */
      max-width: 9%;
      padding-right: 1%;
  }
  .col9 { /* city */
      max-width: 10%;
      padding-right: 1%;
  }}


@media only screen and (max-width: 1015px){
	.site-header .mainmenu {
    right: 0;
    float: left;
    margin: -18px 0 0 -6px !important;
	}

	.boxed .logo img.logo-img.pitch {
	    max-width: 123px;
	}

	.boxed .logo {
    width: 100% !important;
    margin-top: -9px !important;
	}
  .col_1.row_3 p {
      font-size: 27px;
      line-height: 33px;
  }
  div.column_one { width: 218px; }
  table.body.stevie div#oramIhere { margin-left: 0% !important; }

	.box_it_in {
	    width: 444px;
	    float: none;
	    margin: 0 auto;
	}
  .col3 {/* email */
      max-width: 21%;
      padding-right: 1%;
  }
  .col4, .col5 {/* first, last */
      max-width: 8%;
      padding-right: 1%;
  }
  .col10 {/* state */
      max-width: 4%;
  }
  .col7, .col8, .col11 {/* mobile  tele zip */
      display: none !important;
  }
  .col9 { /* city */
      max-width: 10%;
      padding-right: 1%;
  }
	td.pitches_cell {
      display: block;
      width: 50%;
  }

 [id^="card_one_line_"] {
     max-width: 90% !important;
 }

 body#manage_page div#oramIhere {
     max-width: 100%;
     margin: 0 auto !important;
     width: 100%;
 }
 .contain {
    max-height: calc(100vh - 0px);
}

	.column_zero {
	    margin-left: 2%;
	    height: 100% !important;
	}

.column_zero div.column_zero_1:last-of-type {
	padding-bottom: 30px;
}

  .selection_container {
      max-width: 660px;
  }
	div.column_one {
	    width: 100%;
	    max-width: 85%;
	    height: 22vh;
	    border-radius: 3px 30px 30px 30px;
	}
  .column_zero {
    height: 22vh;
	   margin-top: 23px !important;
	}

	div.column_zero, div.column_one {
	    margin-top: 16px;
	}
	.group2 {
	    float: left;
	    width: 41%;
	    padding: 62px 0px 0px 0;
	}
	.group1 {
	    width: 100%;
	    float: left;
	    padding-top: 20px;
	}
  div#oramIhere {
      max-width: 100%;
  }
  .content.class {
      max-width: 100%;
  }
  .group2 .action {
      font-size: 18px !important;
  }

  body#pitches [id^="card_one_line_"] {
      max-width: 100% !important;
  }
	.width_300 input {
	    width: 100%;
	}}


@media (max-width: 900px){
	.case_image {
	    padding: 9% 0 21px;
	}}

@media (max-width: 860px){
	li#tool {
		display: none;
	}}

@media (max-width: 800px){
  .links_item_container {
    width: 47%;
    min-width: 47%;
  }
	.blue_title {
	    padding: 10px 2px 10px 10px;
	    font-size: 21px;
	}
	.blue_document_title {
	    font-size: 13px;
	    max-width: calc(100% - 0px);
	}
	.contain {
      overflow: scroll;
  }}


@media (max-width: 780px){
	li.version_tab {
		display: none;
	}}



@media only screen and (max-width: 767px){
  h3 {
      font-size: 2rem;
      font-weight: 200;
      line-height: 2.5rem;
  }
  h1.headline.bottom {
      height: 100%;
      overflow: hidden;
      display: block !important;
      font-size: 2rem;
      padding: 20px 0 10px;
      line-height: 2.5rem;
      min-height: 200px;
  }
    .col_1.row_3 p {
      font-size: 19px !important;
      line-height: 23px !important;
  }

	.case_image {
	    max-width: 100%;
	    width: 100%;
	    text-align: center;
	    padding-top: 5px;
	}
	.case_image img {
	    float: none;
	    margin: 0 auto;
	    text-align: center;
	}
	.case_image img {
	    width: 60%;
	    margin: 0 auto;
	}
	p.case {
	    width: 100%;
	    float: right;
	    padding: 5px 14px 30px;
	}
}




@media (max-width: 705px){
  .links_item_container { min-width: 100%; }
}


@media (max-width: 700px){
  td.pitches_cell {
      display: block;
      width: 100%;
  }
	body#public_pitches_page .selection_container {
	    height: calc(100vh - 127px) !important;
	}
	body#public_pitches_page .main.public {
	    height: auto !important;
	}
	.style_out {
    height: auto !important;
	}
	.row span.stevie_headline {
    font-size: 43px !important;
    line-height: 63px !important;
	}
}

@media (max-width: 600px)  {
	.v-badge {
	    display: none;
	}}

@media (max-width: 528px)  {
	#menu_faq, #menu_case {
	    display: none;
	}}



@media (max-width: 480px)  {
  .contain {
      width: 386px !important;
  }
  div.column_one {
      max-width: 82%;
  }
  .content.class {
      margin: 38px 0 100px 12px;
  }
  .group1 {
      width: 56%;
      float: left;
      padding: 13px 20px 0px 0;
  }
  .action.breakout.top {
      margin-top: 7px;
  }
  .group2 {
      width: 44%;
      padding: 25px 0px 0px 0;
  }
  .group2 .action {
      font-size: 15px !important;
  }
  .add_here {
      margin-top: 0;
      margin-right: -13px;
  }
  div.column_one {
      height: 24vh;
  }
  .column_zero {
      height: 24vh;
  }
  .column_zero,
  div.column_one {
      margin-top: 24px;
  }

  .headline {
      text-align: center;
      line-height: 2.5rem;
      font-size: 2rem;
  }
  li.version_tab {
      display: none;
  }
  .col_2.row_3 {
      width: 60%;
      padding: 77px 0 0;
  }
  .btn-md, .post-password-form input[type=submit] {
      padding: 2.625rem 0.5rem !important;
  }
  .col_1.row_3 p {
      font-size: 16px !important;
      line-height: 21px !important;
  }
	img.chimp {
	    margin-top: 0px;
	}
	.Mailchimp.question {
    padding-right: 0;
	}}




@media only screen and (min-width: 64.063em){
.large-12 {
    width: 100%;
}}
@media only screen and (min-width: 64.063em){
.column, .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
}}
@media only screen and (min-width: 40.063em){
.column, .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
}}



@media (width: 844px) and (orientation: landscape) {
  .bottom {
      display: none !important;
  }
  .large-12.columns.footer-container {
      float: none !important;
  }
  .selection_container {
      height: calc(100vh - 119px) !important;
  }
  body#pitches .grand {
      max-height: calc(100vh - 287px);
  }
}











span.trick {
    font-weight: 600;
    font-size: 16px;
    margin-left: 0 !important;
}
body#settings .salutations span.home,
body#add_page .salutations span.home { display: block;}
body.More .clipped.slim_show,
body.More .slim_show {
    display: none !important;
}
.error {
    font-size: 17px;
    font-weight: 400;
    color: #5a29e4;
}
body.More .slim_hide {
    display: block !important;
}
.slim_hide { display: none; }
.under {
    height: 65px;
    overflow: auto;
    position: relative;
    left: -100px;
    bottom: -29px;
}
.heading.col11.slim_hide .data.row2.col11.tiny.slim_hide {
    position: relative;
    top: 17px;
    padding: 0 0 0 10px;
}
body.More .slim_hide.inside {
    padding: 0 !important;
}

.inside_content p.heading.col11.slim_hide {
    padding: 0 10px 0 0;
    width: auto;
    float: left;
    max-width: unset;
    margin: 0;
}


.all_there_is {
    height: auto;
    overflow: hidden;
    text-align: left;
}
.yes { color: green; font-weight: 400;}
.no { color: red; font-weight: 400;}

.inside_content {
  height: auto;
  overflow: hidden;
  float: left;
  width: 100%;
  text-align: left;
  padding: 0 0 4px 2px;
	cursor: default;
}
.inside.container.slim_hide {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.heading.slim_hide.more {
    width: 100%;
    margin: 0;
    padding: 0;
}
.pad_right_0 { padding-right: 0 !important;}
.pad_left_0 { padding-left: 0 !important;}
.all_there_is .heading.col11.slim_hide {
    padding-top: 0;
}
body.More table[id*="profile_one_line_"] {
    display: block !important;
}
.more_content {
    padding: 0 20px 0 0;
    height: 100%;
    overflow: hidden;
}
.inside_image {
    overflow: hidden;
    width: 100%;
    float: none;
    text-align: center;
    padding: 12px 30px 0 20px;
		display: none;
}
.inside_image img {
    width: 100%;
    border-radius: 10px;
    float: none;
    margin: 0;
}

.hold_on.last_row {
    padding-bottom: 5px;
    height: 30px;
}
.xxx.clipped {
    width: 174px !important;
    float: left;
    margin-top: 0px;
    line-height: 28px;
}
.xxxx {
    padding-top: 6px;
}
.all_there_is.first {
    position: relative;
    top: -12px;
}
.all_there_is.second {
    float: right;
    width: 42%;
    margin-top: -9px;
    margin-bottom: 6px;
}
body.More .hold_on.last_row {
    height: max-content;
}
@media only screen and (max-width: 1200px){
    [id^="card_one_line_"] {
      max-width: 100% !important;
    }
    body.Card table[id*="profile_one_line_"] {
        display: none !important;
    }
    table.list span {
        display: block;
        margin: 3px 0 6px -19px;
        height: 100%;
        overflow: hidden;
    }
		.root.switches {
		    padding-left: 0 !important;
		}
		.root.switches .mt-android-orange.name.side.segment {
    padding-left: 0;
	}
    table.list span.home {
    display: inline;
    padding-left: 18px;
    }

    /* more vertical on More switch  */
    .all_there_is.first {
        position: unset;
        width: 100%;
    }
    /* more vertical on More switch  */
    .all_there_is.second {
        float: left !important;
        width: 100% !important;
        margin-top: 3px;
        margin-bottom: 6px;
        margin-left: 0px;
    }
    /* more vertical on More switch  */
    .inside.container.slim_hide .more_content .heading.slim_hide.more {
        width: 100%;
        margin: 0;
        padding: 0;
    }
		body#pitches .grand_inner table[id*="profile_one_line_"] {
			margin-left: 0px !important;
	    padding: 0!important;
		}
		body#pitches .grand_inner [id^="one_line_"] {
		    margin-left: 0 !important;
		    padding: 0 !important;
		}
		.hold_on.first_row {
		    display: none;
		}

}






.sf-menu a {
    padding: .1em 1em;
}



li.current-menu-item a,
.sf-menu a {
    color: #00aeef !important;
}
.no_hover.push4px:hover {
    color: #313131;
}


.coll-single .copy-container {
    margin-top: 10px !important;
}

body.page-stephenburakoff-com-free-color-palettes span.stevie_headline {
    font-size: 54px;
    line-height: 47px !important;
}
.card {
    min-height: 438px;
}
.card.pearl {
    background-color: #e6e6e6;
}
.card-block h4.card-title {
    min-height: 66px;
}
img.column_zero_4.slightly_thinner {
  width: 21px;
}













/*

ONLY FOR PICTURES


li.version_tab {
    display: none;
}
li#menu-item-3869 {
    display: none;
}
.bottom {
    display: none;
}
.selection_container {
    height: calc(100vh - 129px) !important;
}
body#manage_page div#oramIhere {
    max-height: calc(100vh - 417px);
}
body#public_pitches_page .selection_container {
    padding: 100px 20px 0px;
    height: calc(100vh - 129px) !important;
}


*/

/* attemps at sty;ling inside of input upon appearance - FAILED - but interesting
input#username::-internal-input-suggested {
    text-overflow: inherit;
    white-space-collapse: collapse;
    text-wrap: nowrap;
    overflow-anchor: none;
    overflow: hidden !important;
    font: 24px Arial, sans-serif !important;
}
input#username:-internal-autofill-selected {
    appearance: menulist-button;
    background-image: none !important;
    background-color: -internal-light-dark(rgb(232, 240, 254), rgba(70, 90, 126, 0.4)) !important;
    color: fieldtext !important;
    font: 24px Arial, sans-serif !important;
}
input#username:-webkit-autofill {
  background-color: #f9f9f9;
  border: 2px solid #ccc;
  color: red;
  font: 24px Arial, sans-serif !important;
}
input#username:not(:-webkit-autofill) {
  background-color: #f9f9f9;
  border: 2px solid #ccc;
  color: red;
  font: 24px Arial, sans-serif !important;
}
*/
