
/* CSS Document */
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
form,
p,
fieldset,
img {
	margin:0;
	padding:0;
	border:0;
	font-weight:normal;
}

form,
fieldset {
	margin:0;
	padding:0;
	border:none;
	/*float:left;*/
	width:100%
}

:focus {
	outline:none;
}

img {
	border:0;
}

ul {
	list-style:none;
}

body,
html {
	margin:0;
	padding:0;
}

body {
	/*Layout*/
	position: relative;
}

a {
	outline:none;
	text-decoration:none;
	cursor: pointer;
}

body {
	font-family: proxima-nova;
	font-weight: 300;
}

h1, h2, h3, h4, h5 {
	font-family: acta-display;
}

h1 { font-size: 36px; }
h2 { font-size: 28px; }
h3 { font-size: 24px; }
h4 { font-size: 21px; }
h5 { font-size: 18px; }

select {
	border-radius: 5px;
	background-color: white;
	font-size: 18px;
	font-family: proxima-nova;
	padding: 15px 33px 15px 14px;
	border: 1px solid rgba(0, 0, 0, 0.2);
}

/*TODO: Make this happen for select tags too, but we need to add styles for the down-arrow*/
input[type=button], input[type=submit], button {-webkit-appearance: none; -moz-appearance: none}

div.inline, .inline {display: inline-block;}

.right {float: right}

div.critical {
	background-color: #f00;
	color: #fff;
	border-radius: 5px;
	/*TODO: Put some element that indicates error from the selected icon font*/
}

.checkbox {
	position: relative;
	display: inline-block;
	margin-right: 5px;
}

.checkbox label {
	cursor: pointer;

	position: absolute;
	top: 0;
  left: 0;

	width: 21px;
	height: 21px;
	background-color: white;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 3px;
}

/*Checkbox tick*/
.checkbox label::after {
	opacity: 0;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 5px;
	left: 5px;
	border: 3px solid #333;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* Create the hover event of the tick */
.checkbox label:hover::after {
	opacity: 0.3;
}

/* Create the checkbox state for the tick */
.checkbox input[type=checkbox]:checked + label:after {
	opacity: 1;
}

.center {
	text-align: center;
}

.clear {
	clear:both;
	font-size:0;
	line-height:0;
}

.green {
	background-color: #86B100;
	color: white;
}

.red {
	background-color: #E51F00;
	color: white;
}

.blue {
	background-color: #00B7CC;
	color: white;
}

.white {
  background-color: white;
  color: #2d6094;
}

.gray {
	background-color: rgba(0, 0, 0, 0.1);
	color: #000;
}

.darkblue {
	background-color: #2D6094;
	color: white;
}

.green_text {
	color: #86B100;
}

.red_text {
	color: #E51F00;
}

.blue_text {
	color: #00B7CC;
}

a.green_text {
	color: #86B100;
}

a.red_text {
	color: #E51F00;
}

a.blue_text {
	color: #00B7CC;
}

.shadow {
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	background-color: white;
}

#social_join {
	display: inline-block;
	margin-left: 15px;
}

#social_join a.icon-link {
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	background-color: #bbb;
	border-radius: 50%;
	color: white;
	text-align: center;
	font-size: 1.3em;
	font-family: skc-icons;
}

#account_suspended {
	padding-top: 10px;
}

.alert_message {
	border-radius: 5px;
	padding: 15px;
	border: 1px solid #dd9988;
	background-color: #ffffd5;
	text-align: left;
}

.alert_message .caption {
	margin-bottom: 10px;
	color: #990000;
	font-weight: 600;
}

.alert_message .message {
	color: #E51F00;
	text-align: justify;
	line-height: 1.5;
}

.alert_message .skc-icon {font-size: 1.3em;}

.account_banner {
	text-align: center;
	color: white;

	background-image: url(/development-assets/images/skc-misc-header.jpg);
	background-repeat: no-repeat;
	background-color: #00b7cc;
	background-position: 50%;
	background-size: cover;
	height: 257px;
}

.account_banner .content {
	background-color: rgba(0, 183, 204, .7);
	height: 100%;
}

/*TODO: Change on gravatar integration*/
.account_banner h1 {line-height: 6;}

.banner {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;

  color: white;
  background-color: white;
  background-blend-mode: luminosity;
}

.banner .content {
	height: 100%;
	padding: 10px 0 30px 0;
}

.banner.dogs {
  background-image: url("/development-assets/images/skc-dogs-header.jpg");
	background-position: 50% 20%;
}

.banner.dogs .content {
	background-color: rgba(229, 31, 0, .7);
}

.banner.cats {
	background-image: url("/development-assets/images/skc-cats-header.jpg");
	background-position: 50% 35%;
}

.banner.cats .content {
	background-color: rgba(134, 177, 0, .7);
}

.banner.pets,
.banner.others
{
	background-image: url("/development-assets/images/skc-pets-header.jpg");
	background-position: 50% 26%;
}

.banner.pets .content,
.banner.others .content
{
	background-color: rgba(0, 183, 204, .7);
}

.banner.miscs {
	background-image: url("/development-assets/images/skc-misc-header.jpg");
	background-position: 50% 80%;
}

.banner.miscs .content {
	background-color: rgba(0, 183, 204, .7);
	height: 100%;
}

.banner.darkblue .content{
	background-color: #2D6094;
}

.banner.biz {
	background-image: url("/development-assets/images/business-adv.png");
	background-position: 50% 80%;
	background-color: #163758;
	background-blend-mode: normal;
}

.banner.biz .content {
	height: 100%;
}

#featured_pet_head {
    /*position: relative;
    top: 20px;*/
}

.banner .back_link .skc-icon {
	margin-right: 10px;
}

.banner .back_link a{
	color: white;
	font-size: 16px;
	font-weight: 400;
	vertical-align: middle;
}

.inline_error { color: red; }

.inline_error .errorlist li { list-style-type: none; padding: 0;}

.inline_error.no_error { display: none; }

.block_error { color : red; }

.block_error .errorlist { margin-left: 30px; }

.block_error .errorlist li { list-style-type: disc; padding: 5px 0px; }

a.link_button {
	border: 1px solid;
	color: black;
	height: 53px;
	display: block;
	line-height: 3!important;
	border-radius: 5px;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
}

ul.horizontal li {
	display: inline-block;
	vertical-align: top;
}

.column {

}

.column3 .color_header {
	height: 62px;
	text-align:left;
	overflow: hidden;
}

.column3 .color_header h2 {
	line-height: 2.3;
	margin-left: 21px;
	color: white;
}

.column3 .color_header .skc-frame-brush-icon { margin-right: 5px; }

.wizard {
	text-align: center;
	font-size: 18px;
	font-family: din-condensed-web;
	text-transform: uppercase;
}

.wizard li {
	margin-right: 17px;
	height: 24px;
	line-height: 1.5;
}

.wizard .after {
	opacity: 0.5;
}

.wizard .number {
	/*display: inline-block;*/
	background-color: white;
	width: 24px;
	height: 24px;
	border-radius: 100px;
	margin-right: 9px;
}

.wizard .separator {
	font-size: 0.8em;
}

#page_content {
	padding-bottom: 100px;
	background-color: #f4f4f4;
}

#search_control {
	margin-bottom: 10px;
	float: left;
	font-style: normal;
}

#search_control input,
#search_control button,
#search_control .skc-search-icon {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #dedede;
}

#search_control .skc-search-icon {
	height: 40px;
	padding: 0 5px 0 9px;
	line-height: 40px;
	background-color: white;
	border-right: none;
	border-radius: 5px 0 0 5px;
	font-size: .9em;
}

#search_control input[type=text] {
	height: 40px;
	width: 160px;
	padding: 0;
	border-right: none;
	border-left: none;
	border-radius: 0;
	font-size: 16px;
	font-weight: 400;
	-webkit-appearance: none;
}

#search_control button {
	height: 42px;
	background-color: white;
	color: #ccc;
	font-family: "proxima-nova";
	font-size: 10px;
	text-transform: uppercase;
	border-radius: 0 5px 5px 0;
	border-left: none;
	cursor: pointer;
	padding: 0;
}

#search_control.post_search button {
	border-radius: 0;
}

#search_control.post_search button[type=submit] {
	border-radius: 0 5px 5px 0;
	background-color: #ccc;
	color: #777;
	padding: 0 20px;
}



#search_control .skc-times-circle-icon {
	font-size: 1.3em;
	vertical-align: middle;
	padding: 0 9px 0 5px;
}

.gray_section {
	background-color: #f4f4f4;
}

.wrapper { margin:0 auto; }

.tight_wrapper {
	margin:  0 auto;
	max-width: 450px;
}

.heading_section {
	text-align: center;
	margin-bottom: 40px;
}

.heading_section p {
	margin-top: 8px;
	font-size: 18PX;
}

.heading_section a {
	color: white;
	text-decoration: underline;
	font-weight: bold;
}

/**index.php**/
#first_section {
	padding-top: 60px;
}

#box_section {
	text-align: center;
}

#box_section a { color: white; }

#box_section .link_button {
	color: black;
}

#box_section .tag_list {
	margin: 20px 0;
	text-align: left;
}

#box_section li {
	display: inline-block;
}

#box_section .tag_button {
	border-radius: 3px;
	padding: 7px;
	font-size: 13px;
	font-weight: 600;
	margin: 6px 3px;
}

#box_section .column {
	text-align: center;
	background-color: white;
}

#box_section .pic_area {
	padding: 20px;
	border-top: none;
}

#first_section .quotation {
	margin: 60px; /*TODO: refactor, this is common to Desktop and Tablet*/
}

.quotation {
	text-align: center;
}

.quotation .text {
	font-style: italic;
	font-size: 28px;
	margin-bottom: 17px; /*TODO: refactor, this is common to Desktop and Tablet*/
}

.quotation .image {
	border-radius: 1000px;
	width: 84px;
	height: 84px;

	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	margin: 17px auto;
}

.quotation .author:before{
	content: '\2014 \00A0';
}

.quotation.image .author:before {
	content: '';
}

.quotation.image .author {
	font-size: 18px;
	font-weight: 600;
}

.line_ribbon {
	/*TODO: Fix the image*/
	background-image: url(/development-assets/images/ddd-line.png);
	height: 30px;
}

.compact_header {
	font-family: din-condensed-web;
	text-transform: uppercase;
	font-weight: 700;
}

#process_section {
	text-align: center;
	padding-top: 42px;
}

#process_section li {
	display: inline-block;
	vertical-align: middle;
	margin: 10px;
}

#process_section .step_number {
	width: 36px;
	height: 36px;
	display: inline-block;
	border-radius: 50%;
	line-height: 2.3;
	color: white;
	vertical-align: middle;
	margin-right: 5px;
}
#process_section .icon {
	font-size: 4em;
	vertical-align: middle;
}

#process_section .separator {
	color: gray;
}

#top_ecards_section {
	text-align: center;
}

#top_ecards_section .heading_section{
	margin-top: 60px;
}

#top_ecards_section .card_list {
	/*width: 250px;
	display: inline-block;*/
	text-align: left;
	/*margin-right: 70px;*/
}

#top_ecards_section .card_item img {
	float: left;
	width: 88px;
	height: 88px;
	margin-right: 20px;
}

#top_ecards_section .card_item .title {
	margin-bottom: 10px;
}

#top_ecards_section .card_item p {
	font-size: 21px;
}

.command {
  height: 15px;
  font-size: 12px;
  font-weight: 600;
  line-height: 0;
  color: black;
}

.command.left_icon span {
	margin-right: 5px;
}

.command.right_icon span {
	margin-left: 5px;
}

#top_ecards_section .command {
	margin-right: 10px;
}

#top_pets_section {
	padding-top: 80px;
}


#top_pets_section .quotation {
	margin: 50px 0;
}

#top_6_list {
	text-align: center;
	margin-bottom: 50px;
}

#top_6_list li {
	display: inline-block;
}

#top_6_list p {
	margin: 14px 0;
	font-size: 21px;
}

#top_pet_list {
	text-align: center;
	padding: 50px 0;

	border-top: 2px solid rgba(0, 0, 0, 0.2);
	border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}

#top_pet_list h2 {
	margin-bottom: 20px
}

#top_pet_list .pet_list{
	text-align: left;
}

#top_pet_list .pet_list li a{
	color: black;
	font-size: 18px;
}

#top_pet_list div {
	margin: 30px 0;
}

#blog_section .heading_section {
	margin-top: 70px;
}

#blog_section ul {
	text-align: center;
	border-top: 2px solid rgba(0, 0, 0, 0.2);
	padding-top: 60px;
}

#blog_section li{
	text-align: left;
	vertical-align: top;
}

#blog_section .post_date {
	font-family: acta-display;
	font-style: italic;
	font-size: 14px;
	opacity: 0.5;
}

#blog_section .post_content {
	margin: 29px 0 17px 0;

}

.business_advertisement {
	width: 100%;
	height: 390px;
	text-align: center;
	color: white;
	background-image: url(/development-assets/images/business-adv.png);
	background-position: 50%;
	background-repeat: no-repeat;
	background-color: #163758;
}

.business_advertisement .heading_section {
	padding-top: 100px;
	font-size: 18px; /* TODO: Maybe is a good idea to put this in a general selecteor for headings */
}

a.normal_button {
	padding: 0 45px;
  height: 58px;
  border-radius: 3px;
  display: inline-block;
  line-height: 3.1;
  font-size: 19px;
}

/*end of index*/

/*FAQ*/

#faq_section {


}

#faq_frame {
	background-color: #f1fbfc;
	margin: 68px auto 0 auto;
	padding: 4px;
}

.faq_list {
	display: inline-block;
	margin: 45px 41px;
	vertical-align: top;
}

#faq_section .question {
	font-size: 21px;
	font-weight: 900;
	padding-bottom: 15px;
}

#faq_section .answer {
	font-size: 18px;
	margin-bottom: 50px;
}

/*end of FAQ*/

/*Get started*/

#get_started_section {
	background-color: #e7f0cc;
	text-align: center;
}

#get_started_section span,
span.or {
  opacity: 0.5;
  color: black;
  font-family: "proxima-nova";
  font-size: 14px;
  font-weight: 700;
  margin: 0 22px;
  text-transform: uppercase;
}

#get_started_section .green {
  border: 1px solid #b8c0a3;

  font-family: proxima-nova;
  font-size: 18px;

  cursor: pointer;
}

#get_started_section .email {
  padding: 0 14px;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-family: "proxima-nova";
  font-size: 18px;
}

#get_started_section .facebook {
  background-color: #3a5795;
  border-radius: 5px;
  border: none;

  color: white;
  font-family: "proxima-nova";
  font-size: 18px;
  font-weight: 300;

  background-image: url(/development-assets/images/facebook.png);
  background-position: 15px 50%;
  background-repeat: no-repeat;
  padding-left: 30px;

  cursor: pointer;

}

/*end of get started*/

/*footer*/

#outer_footer_top {
	background-color: #464646;
	padding: 42px 0 50px 0;
}

#footer_top h5 {
	color: white;
	opacity: 0.8;
	padding-bottom:20px
}

#footer_top ul {
	margin:17px 0 0;
}

#footer_top ul li {
	/*width:100%;*/
	font-size:13px;
	padding-bottom: 10px;
}

#footer_top ul li a {
	color: white;
	opacity: 0.8;
}

#outer_footer_bottom {
	background-color: #313131;
}

#footer_bottom {
	padding: 45px 0 70px 0px;
}

#footer_bottom h2 {
	color: white;
	width: 170px;
}

#useful_links {
	font-size: 16px;
}

#useful_links .separator {
	margin: 5px;
}

#copyright_info {
	color: white;
	opacity: 0.5;
}

#footer_bottom .heading {
	padding:14px 0 6px
}

#footer_bottom .heading h3 {
	width:auto;
	font-size:14px;
	color:#FFF;
	background:url(bone_icon.gif) no-repeat 0 0;
	padding-left:39px;
	margin:7px 0 0
}

#footer_bottom .heading ul {
	width:560px;
	padding-right:84px;
	padding-bottom:5px
}

#footer_bottom .heading ul li {
	background:url(seprator.gif) no-repeat right 1px;
	font-size:12px;
	padding:0 4px 0 3px;
}

#footer_bottom .heading ul li a {
	color:#FFF;
	padding-bottom:1px
}

#footer_bottom .heading ul li a:hover {
	text-decoration:none;
	border-bottom:1px solid #fff;
	padding-bottom:0
}


#footer_bottom {
	font-size: 13px;
}

#footer_bottom h4 {
	display:block;
	font-weight:bold;
	color: white;
	opacity: 0.8;
	word-spacing:-1px;
	padding-bottom:8px;
	/*width: 170px;*/
}

#footer_bottom ul {
	padding:14px 0 12px
}

#footer_bottom li {
	padding-bottom: 10px;
}

#footer_bottom ul li a {
	color: white;
	opacity: 0.8;
}

#footer_bottom a:hover {
	text-decoration:underline
}

/*end of footer*/

/*Header*/

#header {
	z-index: 1030;
}

#header a{
	color: #000;
}

#header a:visited {
	text-transform: none;
	text-decoration: none;
}

#header li.active a.red_link, #header a.red_link:hover {
	color: #E51F00;
}

#header li.active a.green_link, #header a.green_link:hover {
	color: #86B100;
}

#header li.active a.blue_link, #header a.blue_link:hover {
	color: #00B7CC;
}

#header li.active a.darkblue_link, #header a.darkblue_link:hover {
	color: #2D6094;
}

#header_brand {
	display: inline-block;
}

.header_section {
	display: table-cell;
	vertical-align: middle;
}

#navigation {
	display: inline-block;
}

#navigation ul {
}

#navigation li,
#account_navigation li
{
	display: inline;
	margin: 0 10px;
}

#navigation a,
#account_navigation a
{
	color: black;
	text-transform: uppercase;
	font-size: 18px;
	font-family: din-condensed-web;
}

#account_navigation a.active { color: #00b7cc; }

#account_navigation {
	padding: 19px 0;
	text-align: center;
	border-bottom: 2px solid #00b7cc;
}

#no_mobile_controls a {
	font-family: "proxima-nova";
	font-size: 14px;
	font-weight: 300;
}

#no_mobile_controls a.green,
#no_mobile_controls a.darkblue
{
    color: white;
    width: 87px;
    height: 40px;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    line-height: 3;
}

#sign_in_link, #sign_out_link {
	margin-left: 24px;
	color: rgba(0, 0, 0, 0.5);
}

#mobile_controls { position: relative; }

#mobile_menu {
	position: absolute;
	top: -25px;
	left: -260px;
	width: 320px;
	text-align: left;
	color: white;
	visibility: hidden;
	z-index: 3000;
}

#mobile_menu_title {
	height: 72px;
	border-bottom: 4px solid white;
	padding: 0 17px 0 15px;
}

#mobile_menu_title h2{
	display: inline-block;
	line-height: 2.5;
}

#mobile_menu_close{
	font-size: 3em;
	display: inline-block;
	height: 65px;
	width: 40px;
	margin-left: 15px;
	vertical-align: middle;
	cursor: pointer;
	text-align: center;
}

#mobile_menu_links {
	padding: 0 17px 17px 17px;
}

#mobile_menu_links a {
	color: white;
	font-size: 21px;
	font-family: din-condensed-web;
	display: inline-block;
	height: 60px;
	line-height: 2.5;
}
#mobile_menu_links li {
	border-bottom: 1px solid #ccf1f5;
}

#mobile_menu_links li:last-of-type {
	border-bottom: none;
}

#mobile_menu_login {
	background-color: #ccf1f5;
	text-align: center;
	padding-top: 21px;
}

#mobile_menu_login a {
	display: block;
	height: 60px;
	width: 285px;
	color: white;
	margin: 0 auto;
	border-radius: 3px;
	line-height: 4;
}

a#mobile_sign_in_link,
a#mobile_sign_out_link,
a#mobile_my_account_link
{
  color: #00b7cc;
  font-family: "proxima-nova";
  font-size: 18px;
  font-weight: 400;
  line-height: 3.5;
}

/*end of header*/


#top-divider {
	border-bottom: 2px solid #00B7CC;
}

.free_trial_offering {
	text-align: center;
}

.free_trial_offering li {
	display: inline-block;
	vertical-align: middle;
	/*text-align: center;*/
}

.free_trial_offering .line{
	border: 1px solid rgba(0, 0, 0, 0.2);
}

.free_trial_offering .link {
	margin: 0 34px;
}

.free_trial_offering .green {
  	border-radius: 3px;
  	width: 164px;
  	height: 58px;
  	display: inline-block;
  	line-height: 3;
	font-size: 19px;
	font-weight: 300;
}

/*ecard categories*/

#ecard_categories {
	/*padding-bottom: 100px;*/
	padding-top: 18px;
}

#ecard_categories .category_item {
	margin-bottom: 27px;
}

.category_item .image_container { text-align: center; }

.category_item img {
	width: 267px;
	height: 169px;
	margin-bottom: 26px;
	/*width: 100%;*/
	/*height: 40px;*/
}

.category_item .content {
	padding: 21px;
}

.category_item .description {
	height: 100px;
	overflow: overlay;
	margin-bottom: 10px;
	text-align: justify;
}

.category_item .examples {
	/*TODO: Change when the list is ready*/
	height: 140px;
	overflow: auto;
	margin-bottom: 20px;
	font-weight: 400;
}

.category .examples a {
	text-decoration: none;
	text-transform: none;
}

.category_item .examples a,
.category_item .examples span {
	margin-right: 10px;
	line-height: 1.4;
}


.category_item .examples li {
	overflow: hidden;
	width: 130px;
	margin: 5px 0;
}


.category_item #cyo_img {
	text-align: center;
	margin: auto;
	width: 267px;
	height: 169px;
	margin-bottom: 26px;
}

.cyo_ecard_item #cyo_img {
	width: 264px;
	height: 176px;
	line-height: 176px;
	margin: 22px 0;
	background-color: #eee;
	text-align: center;
	font-size: 7em;
}

/*
.cyo_ecard_item #cyo_img span {
	line-height:
}*/

#view_section {
	padding: 30px 0;
}

.view_button {
	border-radius: 5px;
	font-weight: 400;
}

/* end of ecard categories */

/*ecards in one category*/

.ecards_section { padding-top: 60px; }

.ecards_section h2.green, .ecards_section h2.red { padding: 10px;}

.ecard_item.column3 {	border-radius: 5px;	margin-top: 34px; text-align: left; }

.ecard_item .content { padding: 17px 22px 22px 22px; }

.ecard_item h4 { height: 53px; }

.ecard_item .image_container {
	margin: 22px 0;
	position: relative;
	cursor: zoom-in;
}

.ecard_item img { width: 264px; height: 176px; }

.ecard_item .looking_glass {
	/* TODO: Set a real looking glass for this */
	background-color: rgba(0, 0, 0, .5);
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.ecard_item .looking_glass:hover { opacity: .5; }

/*end of ecards in one category*/

/*ecards by pet*/

.pets_list { text-align: center; }

.pet_item {
	padding: 16px 22px 22px 22px;
	text-align: center;
	margin: 5px;
}

.pet_item h5 {
	color: black;
	text-align: left;
	width: 130px;
	margin-bottom: 2px;
	min-height: 70px;
}

#current_pet_selection {
	display: inline-block;
	background-color: white;
	padding: 5px 2px 5px 20px;
}

#current_pet_selection h5 {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}

#current_pet_selection img {
	height: 70px;
	vertical-align: middle;
}
/*end of ecards by pet*/

/*account management*/

.account_section {padding: 60px 0 40px 10px;}

.account_section h1 {
	border-bottom: 1px solid rgba(195, 195, 195, 0.5);
	padding-bottom: 25px;
	margin-bottom: 20px;
}

.account_section p.instructions,
.account_section div.instructions {
	opacity: 0.5;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7
}

div.instructions p {
	margin-bottom: 20px;
}

.account_section h2 {
	margin-top: 52px;
	margin-bottom: 21px;
}

.account_section .alert_message {
	margin-bottom: 20px;
}

#renewal_info.notice, #account_update.notice {margin-bottom: 20px;}

/*.account_section*/

form p.label {
	opacity: 0.3;
	font-size: 14px;
	font-weight: 400;
	margin-top: 23px;
	margin-bottom: 9px;
}

form p.label.back_label { margin-top: 10px;}

#renewal_check {
	margin: 20px 0;
}

#renewal_check span {
	opacity: 0.5;
	font-size: 14px;
	font-weight: 400;
	margin-left: 10px;
}

#contact_list li {
	padding: 10px;
	margin-bottom: 10px;
	display: table-row;
}

#contact_list li.odd {
	background-color: rgba(216, 216, 216, 0.2);
}

#contact_list .contact_data {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}

#contact_list .contact_action {
	display: table-cell;
}

#contact_list .contact_name
{
	font-size: 21px;
	font-weight: 400;
}

#contact_list .contact_email,
#sent_cards_list .card_recipient
{
	color: #4ea9b2;
	font-size: 16px;
	font-weight: 600;
}

#contact_list .contact_email {
	line-height: 1.8;
}

#contact_list button {
	border: none;
	background-color: transparent;
	cursor: pointer;
	width: 60px;
	height: 100%;
	padding-left: 0;
}

#contact_list .add_recipient {
	font-size: 1.3em;
}

#contact_list .remove_contact {
	color: gray;
	font-size: 1.4em;
	vertical-align: middle;
}

#sent_cards_list { margin-top: 60px; }

#sent_cards_list li {
	/*padding: 10px;*/
}

#sent_cards_list .data {
	padding: 10px;
	/*width: 80%;*/
}

#sent_cards_list .card_recipient {
	/*border-bottom: 1px solid rgba(151, 151, 151, 0.5);*/
	/*padding-bottom: 10px;*/

}
#sent_cards_list .card_name {
	margin: 10px 0;
}

#sent_cards_list .card_sent_date {
	opacity: 0.5;
	color: black;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	padding-top: 5px;
}

#sent_cards_list .card_sent_date span{
	font-size: 1.5em;
	margin-right: 5px;
}

#sent_cards_list .cell {
	display: inline-block;
}

#sent_cards_list .cell.right {float: right;}

#sent_cards_list .separator {
	border-top: 1px solid #cccccc;
	margin-top: 5px;
	margin-bottom: 5px;
}

#sent_cards_list .open_status {
	text-transform: uppercase;
	font-weight: 600;
}

#sent_cards_list .open_status.viewed {
	text-transform: uppercase;
	font-weight: 600;
}

#sent_cards_list .open_status.viewed span {
	font-size: 1.1em;
	margin-right: 5px;
}

#sent_cards_list .open_status.unopened {
	color: #d4d4d4;
}

#sent_cards_list .card_actions {
	padding: 10px;
	background-color: rgba(216, 216, 216, 0.2);
}

#sent_cards_list .shadow {
	margin: 20px 10px;
}

#sent_cards_list li { margin: 0 10px; }

#sent_cards_list .card_actions a,
#sent_cards_list .card_actions input,
#sent_cards_list .date_card_created
{
	opacity: 0.5;
	font-size: 15px;
	font-weight: 600;
	padding: 0;
}

#sent_cards_list .card_actions a {
	color: black;
}

#sent_cards_list .card_actions input {
	background-color: transparent;
	border: none;
	color: #e51f00;
	cursor: pointer;
}

#sent_cards_list .date_card_created {
	float: right;
}

/*TODO: Refactor*/

input, textarea {
	font-size: 18px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	padding: 15px 0 15px 14px;
}

input[type=file] {
	padding: 15px 0;
	background-color: white;
}

.tight_wrapper input[type=password],
input.large,
textarea.large,
a.large,
input#id_email {
	display: block;
	width: 90%;
	margin-bottom: 24px;
}

textarea.large {height: 150px;}

#captcha_section {margin-bottom: 24px;}

input.command_button,
button.command_button,
a.command_button {
	border-radius: 5px;
	font-size: 18px;
	padding: 15px 25px;
	border: none;
	cursor: pointer;
}

input.small_command_button,
button.small_command_button,
a.small_command_button {
	border-radius: 5px;
	font-size: 14px;
	padding: 10px 12px;
	border: none;
	cursor: pointer;
}

input.big_command_button,
button.big_command_button,
a.big_command_button {
	border-radius: 5px;
	font-size: 21px;
	padding: 20px 0;
	width: 95%;
	border: none;
	cursor: pointer;
	text-align: center;
	display: inline-block;
}

.social_button {
	display: inline-block;
	border-radius: 5px;
	color: white;
	border: none;
	font-size: 18px;
	text-align: left;
	cursor: pointer;
	padding: 15px 25px 15px 25px;
}

.import_social_button {
	display: block;
	width: 250px;
	height: 52px;

}

.fb_social_button{
	background-color: #3a5795;
}

.social_button .skc-icon{
	font-size: 1.3em;
	vertical-align: middle;
	margin-right: 5px;
}

.tw_social_button {
	background-color: #2ca9e1;
}

#import_from_gl {
	margin-top: 17px;
	background-color: #c00;
}

#fb_connect { float: right; }

#cancel_account { margin-left: 35px;}

#cancel_form .checkbox { vertical-align: top; }

/*end of account management*/

/* join */
#skc_testimonials {
	width: 300px;
	margin-bottom: 50px;
}

#skc_facts {
	font-size: 18px;
	padding: 55px 30px 15px 30px;
	border-top: 2px solid rgba(151, 151, 151, 0.2);
	border-bottom: 2px solid rgba(151, 151, 151, 0.2);
	width: 220px;
	margin: 100px auto 50px auto;
}

#skc_facts li {margin: 20px 0;}
#skc_facts .skc-check-icon {margin-right: 5px;}
#skc_facts .green_text .skc-check-icon {color: black;}

#join_content,
#gift_section {
	text-align: center;
	background-color: #f4f4f4;
	padding: 30px 0;
}

#join_content .column,
#gift_section .column {
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

#gift_heading {  }

#gift_purchase_note { margin: 50px; }

#join_content .account_section { padding-top: 0;}

#join_content #facebook-connect-button {
	margin: 52px 0;
}

#join_content div.facebook-join-section {
	display: table-cell;
	text-align: center;
}

#join_content div.facebook-join-section span.or {
	line-height: 40px;
	display: inline-block;
	border-radius: 50%;
	vertical-align: middle;
	text-align: center;
	background-color: #ccc;
	width: 40px;
	height: 40px;
}

#join_content .checkbox { margin-right: 5px; }

#cc_type { margin-right: 10px;}

#expmonth {margin-right: 10px}

.notice {
	background-color: rgba(134, 177, 0, 0.18);
	border-radius: 5px;
	padding: 22px 50px 20px 20px;
}

/*#expiration_info { width: 88%; }*/

#expiration_info p{margin-bottom: 40px;}

#join_dosubmit {
	display: block;
	margin: 28px 0 18px 0;
}

#join_biz_submit,
#buy_submit {
	text-align: center;
	margin: 28px 0 18px 0;
}

#digicert_container {
	float: right;

	margin: 23px 0 18px 0;
}

#newsletter_wish {
	padding-left: 30px;
	font-size: 12px;
}


.star_note {
	text-align: center;
}

.star_note:before {
	content: '*';
}

#trial_offering { padding: 50px 0; }

#card_preview_section {
	padding: 60px 0;
	background-color: #f4f4f4;
}

/* end of join */

/*card personalization*/

#card_personalization {
	padding-top: 50px;
	margin: 0 auto;
}

#card_personalization #preview_section {
	width: 265px;
	padding: 25px 25px 45px 25px;
	display: inline-block;
	vertical-align: top;
	margin-right: 50px;
	margin-bottom: 30px;
}

#card_personalization #preview_section .preview {
	width: 265px;
	height: 154px;
}

#card_personalization #preview_section .label {
	margin: 7px 0 4px 0;
}

#card_personalization #envelope_preview {
	background-image: url(/development-assets/images/envelope.png);
}

#card_personalization #envelope_message {
	width: 200px;
	margin: auto;
	position: relative;
	top: 55px;
}

/*TODO: Position over the textare*/
#use_last_message {
	float: right;
}

#card_personalization #data_section {
	display: inline-block;
	width: 600px;
}

#card_personalization #data_section #message {
	height: 136px;
}

#card_personalization #data_section .pet_name {
	width: 400px;
	/*margin-bottom: 50px;*/
}

#card_personalization #data_section img {
	float: right;
	/*margin-bottom: 70px;*/
}

#card_personalization #data_section .clear {

	margin-bottom: 24px;
}


/* end of card personalization */

/*fetch*/
#fetched_card_data .label {
	color: black;
	font-family: "din-condensed-web";
	font-size: 14px;
	font-weight: 700;
	margin-right: 17px;
	text-transform: uppercase;
}

#fetched_card_data h2 {
	display: inline-block;
}

#fetched_card_data {
  padding-top: 60px;
	border-bottom: 2px solid #979797;
	margin-bottom: 50px;
}

#fetched_card_data li {
	padding: 5px 0 10px 0;
}

#fetched_card_data #recipient {
	border-right: 1px solid #979797;
	float: left;
	padding-right: 35px;

}

#fetched_card_data #share {
	border-left: 1px solid #979797;
	float: right;
	padding-left: 21px;
}

#fetched_card_data #share h2 {
	/*TODO: Make this work and pass to font icon. Those are from socicon*/
	/* background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGIAAAAeCAYAAADXRcu0AAAHMUlEQVRoQ73ahZIcNxAG4HaYmZkZ3/8dEidx2A5zHGZOfZfpK1mRRppd33XVlsu3GqnVf/ffMHsi5uSyiLg2Iq6JiIuXzwUR8UdE/B4RP0fEtxHx49x2O69yJj186ESXiyLir0KX7xdd6HbUQp+rI+KSyibO/mX5TOlwYrDKIXdGxJVTu/0HzKcRcTYi/pl8ZmYZg98RETdEhMuPxNk/RMTHi5OM1m/9/rqIuGlxzDUb/rY4xeeLo3TP6W3Cy+5fDtqqpPW/RsR7EfHTLg9Xz9weEbdNAtA67uuI+GCJmn3VuSoi7trgmHne3xHxRUR81tOjBcQVEfHgEm77KO5wBvhqx014/gMLDe24xeFjHOPM4iC77nVLRNy968PLc+iKHiLlHKmBAMIjEXHhngeWjwPjy437AeGxiLh84jmAo6KRzvLIm1t4uzj7noi4eUKXmSV/RsTpmi1KINDR45OR8N3CfRJ1ipBtGY6R3l44e0ZRax5aiQRe9U1ESMo8nYGJu2RRgb8vbRxG39cjgjFmBS3Kk+dT5NI3lkLnUPk84OHJnCAZf9LQ6tGIwKEtcfFTkzwtJ0jMtTCi5IvzZ4QHc446uUvib81ssDgDpzgKUWkC46CoyYhQlgJiJGjgpYjwby1rQFircvhocIDq6KmG8ZTFuLX0ZJUc4D3j7yJFcVCuEaGoVrSXYi/l9pqwzZONyOKI8t6WqpCO9y0RW555SNsJBEqSH0bisq8Vi1DBrcv/1fYO7AnwRMVafX/vUhaWeziT5yT4nEbSdHYt1jAU0NNQwAJGScMo7dXBZVvJGQ2eHBlp+Z5+2eO4gwiVa0o5ZIrkVcjPiHDCsSm4E4fOyodLGddaj0KeraKBMQHPcAT3u8yo/9HHvF8cAjiGLUXekmd6IjLrPMOJXp68rLsAgnO8uPRAWoJa6HnWhXg0Lp2RfYFY4+frl3K11EO1JXwJozxRAIWGlIEipKYe6+UB5xGR+nQFYLl3fXfe3HLOLUA8t1RynOmFFSAUPqcBMZukeabQLCslJWOWjZLaqNxMpVqg49Abqy9EH/BJqaekrTkijAagOkpqQyuHywmBe7zS8b5epdQDwtmmEAAHvr05t9GHZzCBqUArItjkpA1cYmRA+kJ1LUHxOAePRGi38kRtqPLS9rU/qfOUv7XuIMHrG1JaQPfu1MpV9mkBkc4MCMJG7y4ldmmLHhDWnLJJctnIgGtA2Of5Ce52Runl5Zk1kKhHkiZmO7p90qq+Wnxe02grT4iIMsJTn14fk0DQR3GjjG8lYcyhukSnynHArAHxVhpwZpCGj7NFT4WFsARqn5lo8BwvbU1pAVnqUXo0yuLRpE748sMzDSc44N5BRAC6NQ+rozO3SSDcWzVm/xbA1gMZbatI13KEtWcYsOVNveiovQwPZvk6iqj8vueFdWSWHO7S+hQiN8gRKT1Pq3NEKxcqYbMiK/UfRQQgRIK7cERUVoqyFAUrQDjQCIiDiBg1YuUB5wOIHsWpUureIEErm6uSsugmAQKjlncqns4qplynJ8gRSfn3UY7IZC6i2MRwEl0R5aqzRSRAVXUjIA5yxBav3heIVqJNA7gMDyqlHKek5+uIdcYprRyXHpnFhWoJ3ZSy1pyNqqb8Hl0Dw3nOUDVxFBSWuWNUvh5WTWXYNxzrnD/tC0RvTuWQVj9DSf2AfJF9hjGJhE3kB0DUUtNXy8PNrCTRloz6iBIoIKBKZSsAJHEgZJSOgDjsIygi2a2NJ1LZfYHQi4iKlqgw0FPdD7gIw/M4JWKdYGtK45EKgowGRpUw64IECGsDxLXOesu7iYy8Xi477KwZpVWCtYy1DxA1pbT2NxPKerz1Pf7F62U/o1ozrc1mypuwnEsB1Z71VJgXyz+t4WWeuzZrsm9rzN7SOd+nD2dNHs7GrjVIKzffFYh6ZtSjwBFNliMSHu7Te7ew9oavpLeeLr3pK9rb+k6es6DH2r7/m75SRujznrWeYlcgypHEKA+1knY+U+YY1YhCw7vxHIOkU6lgDCRbXivBKltnxtgmysf6PiIvWjZOI4PNfr+WFFt7ZBPUMmI5MS0nv/KOvkPy5nW916aoSP4ogRvd49jf0KVCuEy3OBo1jy7geyDw2BnvK/drvdA5KPMKXu91v2t61b3FzB2sOdZ31qVSEiaKaI2XZ5RnNHOYnJDOPFOvAYZuOKu5stPm8crWWWcRCRzCu+5dZUul1Dtj+lcc5QYua2AlQmZmUfms6khOaI0OthohXzHKB+XsabbKc56cIBK20FFPT3lUXuq9m+89xxGU4D6tTn7KoxhDMyUBUqDlhZAGAI/r9QlbQSjXq8FFqZp7tsJTTYlI5exWahzpyhbyKQdZc9K9f+m3pkjrt6/n+6Jr53MGg7RWMmf8/O2rjnWtTxgZe+Z7INAnf/uKRXTXPiJwmhVmOXZGqeNe49Kcwr/55vCoDX9kd/wX95fTagtyX2UAAAAASUVORK5CYII=); */
	background-repeat: no-repeat;
	width: 100px;
	height: 30px;
	background-size: contain;
}




#fetched_card_data #sent_date {
	padding-left: 28px;
}

#fetched_card_content {/*max-width: 800px; margin: 0 auto;*/}

#fetched_card_content .byo_ecard_viewport,
#fetched_card_content .html5_ecard_viewport {
	margin: 0 auto;
}

#reply_fetched {
	color: white;
	background-color: #737373;
	text-align: center;
	padding: 45px 0;
}

#reply_fetched li {
	width: 350px;
}

#reply_fetched p { margin: 11px 0 21px 0; height: 85px; }

#reply_fetched .link_button {
	color: white;
	width: 80%;
	margin: 0 auto;
}

#reply_fetched .separator {
	height: 170px;
	width: 0;
	opacity: 0.5;
	border: 1px solid white;
}

#byo_fetch_wrapper {
	width: 760px;
	height: 450px;
	margin: 0 auto;
}
/*end of fetch*/

#featured_pet_head {
	width: 100px;
	height: 100px;
	background-position: center;
	margin: 0 auto;

	border-radius: 1000px;

}

#why_choose_pet {
	padding-top: 30px;
	padding-bottom: 30px;
}

#why_choose_pet  img {
	float: left;
	margin-right: 15px;
	height: 150px;
}

#why_choose_pet p {
	text-align: justify;
	margin-top: 10px;
}

#loading { margin: 10px; display: none; }

/*send*/
#send_header { padding: 40px 0 20px 0; }

#send_header p { font-size: 19px;}

#send_preview {
	background-color: #f0f0f0;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	padding: 15px 0;

	text-align: center;
}

#send_preview div {
	margin: 0 auto;
}

#send_share {
	padding-top: 10px;
	margin-bottom: 60px;
}

#send_share #edit_card {
	float: right;
}

textarea#recipient {width: 100%; height: 200px;}

.date_picker {
	padding-right: 15px;
	background-origin:  content-box;
	background-position: right center ;
	background-repeat: no-repeat;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAZCAYAAAA14t7uAAAAwElEQVRIS+2VMQoCMRBF33oWPYWtXsBGbIT1GCKoW3gLQTsrT2ApnsKziHzMQjYYs8WkEDKQIpmfx8wwmVR0bQCsgAo4Aq/AH26jegF8WwJnd1ADpwQ4qg/BW2DnYA2g/S+L6gVu0xkBY7cEewD3BPib/qkyCuynk+D0dtcC++n0vpkQNlnBa2BjFarjHMKuMOMLPAGmZsQP6Ja1xv/XFSVidUXel1dqXGrcGWN7DaE5cDGebot2Hs+AoRFcn+n1DUcnMCNqefn6AAAAAElFTkSuQmCC);
}

.date_picker.large {
	width: 95%; /* TODO: Fix this for all inputs, take care of padding */
}

#send_contacts_manager {
	width: 300px;
  margin-left: 250px;
  vertical-align: top;
}

#send_preparation {
	border-top: 1px solid #e6e6e6;
	padding-top: 60px;
}

#send_contacts_section {
	border-top: 1px solid #e6e6e6;
	margin-top: 60px;
}

#send_contacts_section p {
	margin: 20px 0;
}


/*end of send*/

/*business*/

#most_popular {
	width: 100px;
	margin: 0 auto;
	position: relative;
	top: -100px;
	font-family: "din-condensed-web";
	font-size: 17px;
	color: white;
	text-transform: uppercase;
}

#pricing_section {
	text-align: center;
	padding: 60px 0;
}

#pricing_section .quotation {
	/*width: 823px;*/
	margin: 80px auto 0 auto;
}

#business_packages .package {
	width: 120px;
	text-align: center;
	margin: 0 2px;
}

#business_packages .pricing {
	padding: 20px 15px 15px 15px;
	height: 75px;
}

#business_packages .pricing p {
	padding: 0;
	font-family: din-condensed-web;
	text-transform: uppercase;
}

#business_packages .shadow {
	padding: 14px 15px;
}

#business_packages p {
	padding: 10px 0;
}

#business_packages .link_button {opacity: 0.7;}

#business_packages .contacts {
	border-bottom: 1px solid rgba(151, 151, 151, 0.2);
}

#business_packages .image {
	height: 280px;
	background-position: center bottom;
	background-repeat: no-repeat;
}

#business_packages .package.popular {
	position: relative;
	top: -15px;
}

#business_packages .package.popular .pricing {
	padding-top: 35px;
}

#business_packages .package.popular .link_button {
	margin-top: 15px;
}

#business_first_quote {
	padding: 50px 0 30px 0;
}

.business_quotation .text,
#business_first_quote .text,
#business_second_quote .text{
	line-height: 1.8;
}

#business_first_quote .quotation,
#business_second_quote .quotation {
	max-width: 690px;
	margin: 0 auto;
}

#business_second_quote {
	background-image: url(/development-assets/images/business-quote.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 0;
}

#business_instructions li {
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	padding: 50px 0;
}

#business_instructions h2 {
	font-family: 'din-condensed-web';
	text-transform: uppercase;
	margin-bottom: 20px;
}

#business_instructions p {
	line-height: 1.5;
	font-size: 18px;
}

#business_instructions .step {
	display: inline-block;
	width: 56px;
	height: 56px;

	text-align: center;
	line-height: 2;
	border-radius: 1000px;
	font-size: 28px;
	font-family: 'din-condensed-web';
}

#business_instructions_section .heading_section {
	max-width: 620px;
	margin: 0 auto 100px auto;
	padding-top: 100px;
}

#business_features {
	padding: 30px 0;
	text-align: center;
}

#business_features li {
	width: 350px;
	text-align: center;
}

#business_features h2 {
	margin-bottom: 20px;
}

#business_features p {
	line-height: 1.5;
}

#business_features .skc-icon {
	font-size: 5em;
	margin-bottom: 20px;
}

.textual_content {
	padding: 30px;
	text-align: justify;
}

.textual_content li {
	list-style: circle;
	padding-left: 20px;
  list-style-position: inside;
	margin: 5px 0;
}

.textual_content h4 {
	margin-top: 30px;
	font-weight: 600;
}

.textual_content p {
	margin-top: 20px;
}

/*end of business*/

#get_message_content {
	text-align: center;
	margin: 20px auto;
}

#get_message_content h2 {
	margin-top: 20px;
}


#newsletter_archive li {
	margin: 10px 0px;
}

.blog_item {
	margin: 10px;
	padding: 5px 5px 10px 15px;
}

.blog_item a { color: black; }

.blog_item .title {
	font-weight: 600;
	color: black;
}

.blog_item .description {
	margin: 10px;
	text-align: justify;
}

.blog_item .more {
	opacity: .5;
	font-style: italic;
}

.blog_item .commands { margin-top: 15px; float: right; color: white;}
.blog_item .commands a {color: white;}

.pager { text-align: center; }
.pager.top {padding: 30px 0 25px 0}
.pager.bottom {padding-top: 25px;}
.pager p {
	display: inline-block;
	margin: 0 20px;}

#cancel_contact { float: right; }

.action-messages {
	padding: 20px;
}

.action-messages li {
	background-color: rgba(134, 177, 0, 0.18);
  border-radius: 5px;
  padding: 22px 50px 20px 20px;
}

.dataTables_wrapper input {
	font-size: inherit;
	padding: 3px;
}

.dataTables_wrapper select {
	font-size: inherit;
	padding: 3px;
}

.pick-service {
	text-align: center;
	padding: 50px 0px;
}

.pick-service h2 {
	margin-bottom: 50px;
}

ol.campaign_summary.preview {
	margin: 20px 0 0 40px;
}

ol.campaign_summary li {
	font-weight: 900;
	margin: 10px 0;
	padding-left: 0;
	list-style: none;
	list-style-position: outside;
}

ol.campaign_summary.preview li {
	padding-left: 20px;
}

ol.campaign_summary li span.label {
	font-weight: 900;
	font-size: .9em;
	opacity: 0.7;
}

ol.campaign_summary .content {
	margin-left: 15px;
	border-radius: 5px;
	background-color: white;
	padding: 2px 15px;
}
ol.campaign_summary div.content {
	margin: 15px;
	padding: 15px;
	display: table-cell;
	min-width: 470px;
}

h3.campaign_header {
	margin-top: 30px;
}

ul.recipient_list li {
	padding: 10px;
}

ul.recipient_list li.with_separator {
	border-bottom: 2px solid rgba(0, 0, 0, 0.8);
}

#campaign_wizard_buttons {
	margin-top: 50px;
}

.biz_account_items li {
	margin: 40px 0px;
}

#bizbar.buttonbar { margin-top: 40px; }

fieldset.submit, .buttonbar {
	margin-top: 10px;
}

#campaign_wizard_buttons .command_button,
fieldset.submit .command_button,
.buttonbar .command_button {
	margin-right: 15px;
}

.invoice_information {margin-bottom: 50px;}

.invoice_information span.label {
	font-weight: bold;
}

#qna_section select { padding: 0; }

#qna_list li {
	margin: 20px 0;
	padding: 15px;
}

#qna_list .header {
	border-bottom: 1px solid #00b7cc;
	padding-bottom: 15px;
	margin-bottom: 5px;
}

#qna_list .header div { display: table-cell; }
#qna_list .topic { width: 240px; }
#qna_list .status { width: 240px; }
#qna_list .actions {
	float: right;
	width: 100px;
	opacity: 0.5;
  font-size: 15px;
	font-weight: 600;
	font-family: proxima-nova;
}

#qna_list form {
	display: inline;
	margin-left: 10px;
}

#qna_list input[type=submit] {
	border: none;
	cursor: pointer;
	background-color: transparent;
	padding: 0;
	font-size: 15px;
	font-weight: 600;
}

#qna_list .content {
	padding: 10px;
}

#qna_sendmail {
	margin: 20px 0;
}

#qna_sendmail span { margin-left: 20px; }

#first_section.dark a { color: black;  }

.card_preview_frame {background-color: white; border-radius: 5px; padding: 20px 10px 10px 10px;}
.card_preview_frame .title {margin-bottom: 10px;}
.card_preview_frame .bottom_bar {margin-top: 10px;}

#card_link { word-wrap: break-word; font-size: 3vw;} /*For ecard links in mobile view*/

@media (min-width: 1024px) {
	/*Desktop HD desgin*/

	.wrapper { width: 1002px; }

	.column3 { width: 310px; margin: 10px; }

	.header_section { height: 83px; }

	#header_left_section {
		/*width: 802px;*/
	}

	#header_right_section {
		/*width: 200px;*/
	}

	#navigation { margin: 0 25px; }

	#mobile_controls {display: none;}

	#box_section img { width: 270px; height: 201px; }

	#box_section a.get_btn { width: 271px; }

	#process_section ul { margin: 50px 0; }

	#top_ecards_section .heading_section { margin-bottom: 35px; }

	#top_ecards_section .free_trial_offering { margin-bottom: 73px; }

	#top_ecards_section .card_list {
		width: 250px;
		display: inline-block;
		margin-right: 70px;
	}

	#top_ecards_section .card_item { margin: 22px 0; }

	#top_pets_section .heading_section { margin-bottom: 35px; }

	#top_pets_section .free_trial_offering { margin-bottom: 73px; }

	#top_6_list li { width: 16%; }

	#top_pet_list .pet_list { display: inline-block; width: 33%; }

	#blog_section { padding-bottom: 140px; }

	#blog_section li { display: inline-block; width: 33%; }

	#blog_section .post_content { width: 230px; }

	#faq_section { padding: 95px 0 105px 0; }

	#faq_frame { width: 950px; }

	#faq_section .faq_item { width: 390px; }

	#get_started_section { padding: 74px 0 98px 0; }

	#footer_top div, #footer_bottom div { width: 25%; float: left; }

	#copyright_info { position: relative; top: -40px; }

	.free_trial_offering .line{ width: 37%; }

	#join_content .separator,
	#gift_section .separator
	{ width: 80px; }

	#skc_testimonials { margin-right: 50px; }

	#reply_fetched .separator { margin: 0 60px; }

	#business_features li { margin: 50px 50px 50px 50px; }

	#social_join { float: right; }

	#sign_in_link, #sign_out_link { line-height: 43px;}

	.category_item #cyo_img .skc-frame-brush-icon {
		line-height: 169px;
		font-size: 10em;
	}

}


@media (min-width: 768px) and (max-width: 1023px) {
	/*Tablet design*/

	.wrapper { width: 97%; }

	#header { width: 700px; }

	.column3 { width: 228px; margin: 5px; }

	#header_brand {
		display: block;
		margin-left: 25px;
		margin-bottom: 10px;
	}

	#header_brand h2 { font-size: 32px; }

	.header_section { height: 105px;}

	#header_left_section {width: 568px;}

	#header_right_section {width: 200px;}

	#navigation {margin: 0 0 0 17px;}

	#mobile_controls {display: none;}

	#first_section .heading_section h1 {
		font-size: 42px;
		width: 609px;
		margin: 0 auto;
	}

	#first_section .heading_section p {font-size: 21px;}

	#box_section img {width: 185px; height: 138px;}

	#box_section a.get_btn {width: 189px;}

	#process_section ul {width: 600px; margin: 50px auto;}

	#top_ecards_section .heading_section {margin-bottom: 65px;}

	#top_ecards_section .free_trial_offering {margin-bottom: 75px;}

	#top_ecards_section .card_item {
		display: inline-block;
		width: 260px;
		margin: 22px 80px 22px 0;
		vertical-align: top;
	}

	#top_ecards_section .card_list h2 {
		text-align: center;
		margin-top: 59px;
		margin-bottom: 55px;
	}

	#top_ecards_section .card_list {
		margin: 0 auto;
  	width: 700px;
	  padding-bottom: 65px;
		border-bottom: 2px solid #c3c3c3;
	}

	#top_ecards_section .card_list:last-child {border-bottom: none;}

	#top_pets_section .heading_section {margin-bottom: 56px;}

	#top_pets_section .free_trial_offering {margin-bottom: 65px;}

	#top_6_list li {width: 30%;}

	#top_pet_list .pet_list {
		display: inline-block;
		width: 30%;
	}

	#blog_section {padding-bottom: 100px;}

	#blog_section li {margin-bottom: 69px;}

	#blog_section li:last-of-type {margin-bottom: 0;}

	#blog_section ul { width: 700px; } /*TODO: Check if can be refactored to ul.wrapper*/

	#faq_section {background-color: #f1fbfc; padding: 83px 0 0 0;}

	#faq_frame {width: 750px;}

	#faq_section .faq_item {width: 290px;}

	#get_started_section {padding: 74px 0 78px 0;}

	#get_started_section span {display: block; margin: 20px 0;}

	#footer_top {padding-left: 5%; padding-right: 5%;}

	#footer_top div {
		float: left;
		width: 20%;
		margin: 0 2%;
	}

	#useful_links {
		text-align: center;
		border-bottom: 2px solid rgba(97,97,97, .5);
		width: 700px;
		margin: 0 auto;
	}

	#useful_links li {display: inline-block; margin: 0 10px;}

	#useful_links h2 {width: auto;}

	#footer_bottom .column {
		float: left;
		width: 28%;
		margin: 0 0 0 5%;
		padding: 43px 0;
	}

	#copyright_info {
		text-align: center;
		margin: 0 auto;
		width: 700px;
		border-top: 2px solid rgb(97,97,97);
	}

	#copyright_info ul {width: 400px; margin: 40px auto;}

	#copyright_info li {
		display: inline-block;
		margin-bottom: 10px;
	}

	#copyright_info li:last-of-type {
		margin-left: 20px;
	}

	.free_trial_offering .line{
		width: 34%;
	}

	.ecards_list {width: 720px; margin: 0 auto; }
	.ecard_item img { width: 184px; height: 123px; }

	#join_content .separator,
	#gift_section .separator
{ /*width: 10px;*/ display: none;}

	#skc_testimonials {	margin-right: 60px; width: 300px; }

	#reply_fetched .separator { margin: 0 10px; }

	#business_features li {
		margin: 50px 10px;
	}

	#social_join {
	/*margin-top: 10px; */
		display: block;
		margin-bottom: 10px;
	}


	.category_item #cyo_img .skc-frame-brush-icon {
		line-height: 169px;
		font-size: 10em;
	}

	.category_item.column3 { width: 318px; margin-left: 45px;}

	.cyo_ecard_item #cyo_img {
    width: 184px;
    height: 123px;
    line-height: 123px;
    margin: 22px 0;
    font-size: 5em;
	}

	#card_personalization {text-align: center;}
	#card_personalization #preview_section {
		margin-bottom: 30px;
		margin-right: 0px;
		width: auto;
		text-align: left;
	}

	#card_personalization #data_section {text-align: left;}

	#card_personalization #preview_section .preview {
		display: inline-block;
	}

	#card_personalization #preview_section .preview_labeled_item{
		display: inline-block;
		margin-left: 20px;
	}

}

@media (min-width: 768px) {

	/*Common to desktop and tablet*/

	.banner .content {
		min-height: 227px;
	}

	.banner .heading_section {
		padding-top: 60px;
	}

	.banner.with_pet .heading_section {
		padding-top: 20px;
		margin-bottom: 20px;
	}

	.wizard .number {
		display: none;
	}

	#get_started_section .green {
	  width: 131px;
	  height: 52px;
	}

	#get_started_section .email {
	  width: 270px;
	  height: 50px;
	  border-radius: 5px 0px 0px 5px;
	}

	#get_started_section .facebook {
	  width: 250px;
	  height: 52px;
	}

	#get_started_section .green {
		border-radius: 0px 5px 5px 0px;
	}

	#footer_top ul li {
		width:100%;
	}

	#footer_bottom h4 {
		width: 170px;
	}

	#view_section {
		text-align: right;
	}

	.view_button {
		padding: 10px 15px;
		display: inline-block;
		margin-left: 7px;
	}

	#join_content .separator,
	#gift_section .separator
	{
		height: 990px;
		border-left: 2px solid rgba(151, 151, 151, 0.2);
	}

	#business_instructions img {
		border: 4px solid #cecece;
	}

	#business_instructions img.odd {
		float: left;
		margin-right: 50px;
	}

	#business_instructions img.even {
		float: right;
		margin-left: 50px;
	}

	#business_instructions .step.blue {
		float: left;
		position: relative;
		top: -25px;
		left: 25px;
	}

	#business_instructions .step.green {
		float: right;
		position: relative;
		top: -25px;
		left: -25px;
	}
}

@media (max-width: 767px) {
	/*Mobile*/

	#navigation { display: none; }

	#header.wrapper { width: 300px; margin: 0 auto; }

	.wrapper { width: 80%; } /*TODO: Check if this can be done for the other styles*/

	.banner {}

	.banner.with_pet {
		/*max-height: 470px;*/
	}

	.banner .heading_section { padding-top: 50px; }

	#featured_pet_head { margin-top: 10px; }

	.banner.with_pet .heading_section {
		padding-top: 30px;
		margin-bottom: 20px;
	}

	.wizard .number { display: inline-block; }

	.wizard .before, .wizard .after, .wizard .separator.current { display: none; }

	/*#header { height: 72px; }*/

	.header_section { height: 72px;}

	#no_mobile_controls { display: none; }

	#header_left_section { width: 270px; }

	#header_right_section { width: 50px; text-align: center; }

	#mobile_menu_button {
		width: 21px;
		height: 21px;
		display: inline-block;
		cursor: pointer;
		background-image: url(/development-assets/images/mobile-menu.png);
		background-repeat: no-repeat;
		background-position: 50%;
	}

	#first_section { padding-top: 37px; }

	#first_section .heading_section p { font-size: 21px; }

	.heading_section h1 { margin-bottom: 25px; }

	#box_section .column3 { margin-bottom: 20px; width: 310px; }

	.quotation .text { margin-bottom: 27px; }

	#first_section .quotation { margin: 19px 1px 56px 1px; }

	#process_section .separator { display: none; }

	#process_section ul { margin: 30px 0 52px 0; }

	#process_section li { margin: 20px; }

	#top_ecards_section .heading_section { margin-bottom: 46px; }

	#top_ecards_section .free_trial_offering { margin-bottom: 94px; }

	#top_ecards_section .heading_section { margin: 86px 0 46px;	}

	#top_ecards_section .card_item {
		text-align: left;
		width: 250px;
		margin: 44px 5px;

		display: inline-block;
		vertical-align: top;
	}

	#top_ecards_section .card_list {
	  padding: 44px 0 70px 0;
		border-bottom: 2px solid #c3c3c3;
	}

	#top_ecards_section .card_list h2 {text-align: center}

	#top_ecards_section .card_list:last-child { border-bottom: none; }

	#top_pets_section .heading_section { margin-bottom: 31px;	}

	#top_pets_section .free_trial_offering { margin-bottom: 42px;	}

	#top_pets_section { padding-top: 40px; }

	#top_6_list li { margin: 20px 10px;	}

	#top_pet_list { padding: 0; }

	#top_pet_list .pet_list { padding: 36px 0; }

	#top_pet_list .pet_list li {
		display: inline-block;
		width: 40%;
		margin: 5px;
		vertical-align: top;
	}

	#blog_section { padding-bottom: 60px; }

	#blog_section li { margin-bottom: 60px; }

	#faq_section { background-color: #f1fbfc;	padding: 62px 30px 99px 30px; }

	.faq_list { margin: 0; }

	#get_started_section { padding: 50px 15px 65px 15px; }

	#get_started_section input,
	#get_started_section span {
		width: 290px;
		height: 60px;
		display: block;
		margin: 9px auto;
		border-radius: 5px;
	}

	#get_started_section .email {
		width: 262px;
	}

	#get_started_section span,
  span.or {
		line-height: 4.5;
	}

	#footer_top li {
		width: 40%;
		margin-right: 20px;
		display: inline-block;
		vertical-align: top;
	}

	#footer_top ul { margin: 0; }

	#footer_top div { margin-top: 40px; }

	/*TODO: Refactor useful_links with tablet */

	#useful_links {
		text-align: center;
		border-bottom: 2px solid rgba(97,97,97, .5);
		margin: 0 auto;
	}

	#useful_links ul {
		padding: 38px 0 43px 0;
	}

	#useful_links li {
		display: inline-block;
		margin: 0 10px;
	}

	#useful_links h2 {
		width: auto;
	}

	#footer_bottom .column {
		margin-top: 24px;

	}

	#footer_bottom .column li {
		display: inline-block;
		margin-right: 25px;
		width: 120px;
		vertical-align: top;
	}

	#copyright_info {
		text-align: center;
	}

	.free_trial_offering .line{
		width: 9%;
	}


	#view_section {
		/*text-align: right;*/
	}

	.view_button {
		text-align: center;
		padding: 12px 0;
		display: block;
		margin: 0 auto 10px auto;
		max-width: 300px;
	}

	.business_advertisement .heading_section {
		padding-top: 50px;
	}

	#business_instructions .step {
		float: left;
		margin-right: 50px;
	}

	#business_instructions img {
		display: none;
	}

	#business_features li {
		margin: 30px 0;
	}

	/* TODO: This may be a solution for certain current issues */
	#business_features {width: 100%;}


	#current_pet_selection {
		text-align: center;
		width: 90%;
		padding: 10px 3px 3px 3px;
	}

	#current_pet_selection h5 {
		display: block;
		margin-bottom: 10px;
	}

	#current_pet_selection img {
		margin-left: 10px;
	}

	#social_join {display: none;}

	.category_item #cyo_img .skc-frame-brush-icon {
		line-height: 169px;
		font-size: 10em;
	}

	#send_share button
	{
		display: block;
		width: 90%;
		margin: 20px auto;
	}

	#ecard_categories {width: 300px; margin: 0 auto;}
	#ecard_categories .category_item { width: 300px; }

	.ecards_section {text-align: center;}

	#card_personalization #data_section img {
		float: left;
		margin-right: 20px;
	}

	#box_section img { width: 270px; height: 201px; }

	#cancel_account, #save-billing-btn, #save-account-btn {
		margin: 0px 0px 20px 0px;
		border-radius: 5px;
		font-size: 21px;
		padding: 20px 0;
		width: 95%;
		border: none;
		cursor: pointer;
		text-align: center;
		display: inline-block;
	}

	#card_personalization #data_section {
		width: 100%;
	}

	#card_personalization #data_section input,
	#card_personalization #data_section textarea,
	#card_personalization #data_section input.pet_name {
		display: inline-block;
		width: 90%;
	}

	#card_personalization #data_section img {
		display: inline-block;
		float: none;
	}

	#use_last_message { float: none; margin-top: 20px;}

	#card_personalization #preview_section {
		margin-left: 0;
		padding: 12px 12px 22px 12px;
	}

  #search_control { float: none; text-align: center; }

	#fetched_card_data #recipient {border: none;}
	#fetched_card_data span.label {display: block;}
	#fetched_card_data #sent_date {padding-left: 0;}

	#reply_fetched .separator{display: none;}
	#reply_fetched li {margin-top: 20px;}

	.account_banner h1 {line-height: 1; padding: 30px;}

	#join_content div.facebook-join-section {display: block;}
	#join_heading {padding-left: 10px;}
	#join_content #expiration_info {margin-right: 30px;}

	#card_personalization {text-align: center;}

	#card_personalization #preview_section { margin-right: 0;}

	#data_section p.label.right { float: none; }
}

@media (max-width: 1023px) {
	/* Below Desktop */
	#send_recipies_date, #send_contacts_manager {
		display: block;
		margin: 40px auto;
		max-width: 400px;
	}
}
