﻿
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700,900');

.section-subhead {
    width: 50%;
    margin: 0 auto;
}

/* ========================================
 FB | SUBSCRIBE LAYOUT
======================================== */
.subscribeiframe {
    width: 75%;
    max-width: 600px;
    margin: 0 auto;
    font-family: 'Roboto', sans-serif;
    color: #333333;
}

.subscribeiframe iframe {
    width: 100%;
}

/* ========================================
 FB | UNSUBSCRIBE LAYOUT
======================================== */
.unsubscribeiframe {
    width: 75%;
    max-width: 600px;
    margin: 0 auto;
    font-family: 'Roboto', sans-serif;
    color: #333333;
}

.unsubscribeiframe iframe {
    width: 100%;
}

/*.unsubscribeiframe iframe .Message, #ctl00_PageContent_MessageContainer {
	display: none !important;
	padding: 0 !important;
	margin: 0 !important;
}*/


/* ========================================
 FISH BOWL FORM
======================================== */

table.Fields {
    width: 100%;
}

.FieldsRequiredNote {
    width: 100%;
    font-family: 'Roboto', sans-serif !important;
    color: #333333 !important;
    font-size: 12px !important;
    padding-bottom: 20px !important;
    text-align: center !important;
    padding-left: 0 !important
}

.FieldsRow  {
    display: block;
    width: 100%;
}

.FieldsLabel {
    padding-top: 8px;
    font-family: 'Roboto', sans-serif;
    color: #003B49;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.FieldsRequiredIndicator {
    font-family: 'Roboto', sans-serif;
    color: #7F3035;
    font-size: 16px;
    font-weight: 900;
}

.FieldsCell4 {
    padding: 0px 0px 9px 5px;
    width: 10%;
}

.FieldsRow input.FieldsInput, .FieldsRow input.FieldsDateInput{
    width: 100%;
    max-width: 543px;
    height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    box-sizing: border-box;
}

.FieldsRow select.FieldsDropDown, .FieldsRow select.StoresDropDown, .FieldsRow select.StoresDropDown {
    width: 100%;
    max-width: 543px;
    height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    box-sizing: border-box;
}

.FieldsRow input:focus, .FieldsRow select:focus{
    border-color: #003B49;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.FieldsRow textarea {
    height: auto
}

.riSingle {
    display: inline-block;
    white-space: nowrap;
    text-align: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
}

.yearsolder .FieldsLabel {
    display: block;
    margin-top: -14px;
    padding: 0;
    padding-bottom: 8px !important;
    font-size: 14px;
    line-height: 14px;
    color: #7F3035;
    font-weight: 400;
    vertical-align: top;
}

.yearsolder .FieldNoteCustom {
    padding: 0 !important;
    font-size: 13px;
    line-height: 13px;
    color: #7F3035;
    font-weight: 400;
}

.cateringoptin2 .FieldsCell3, .childrenhousehold .FieldsCell1  {
    width: 425px !important;
}

.cateringoptin2.FieldsRow{
    padding-top: 3px;
}

.BooleanFieldCheckbox {
    position: relative;
}

.BooleanField .FieldsLabel {
    position: absolute;
    top: -7px;
    left: 30px;
    font-family: 'Roboto', sans-serif;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: normal;
    text-transform: none;
}

.childrenunder12 .FieldsLabel {
    position: relative !important;
	top: 0;
	left: 0;
    padding-top: 8px;
    font-family: 'Roboto', sans-serif;
    color: #003B49;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.FieldsRow input[type='checkbox'] {
    width: 14px;
}


/* ========================================
 FISH BOWL FORM | UNSUBSCRIBE
======================================== */
.unsub1.FieldsCheckBox {
    margin-top: -30px
}

.unsubscribeiframe .FieldsRow td {
	position: relative !important;
}

.FieldsCheckBox {
    position: relative;
    top: -10px;
	left: -65px;
	width: 25px;
	height: 25px;
}


.unsub1.BooleanField .FieldsLabel, .unsub2.BooleanField .FieldsLabel, .unsub3.BooleanField .FieldsLabel, .unsub4.BooleanField .FieldsLabel, .unsub5.BooleanField .FieldsLabel {
    position: absolute;
    top: 1px;    
	left: 50px;
    font-family: 'Roboto', sans-serif;
    color: #333333;
    font-size: 14px;
    line-height: 15px;
    font-weight: 400;
    letter-spacing: normal;
    text-transform: none;
    text-align: left !important;
}

.unsubscribetitleimage {
    text-align: center;
}

.unsubscribetitleimage img {
    width: 100%;
    max-width: 451px;
}

.unsubscribetext {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    width: 60%;
    text-align: center;
    margin: 0 auto;
}

.unsub6.LargeStringField {
    padding-top: 25px;
}

.unsub6  textarea {
    height: 125px;
}

table .Subscriptions {
	width: 90%;
	margin: 0 auto;
}


.fbthankyoutext {
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
	line-height: 40px;
    width: 60%;
    text-align: center;
    margin: 0 auto;
	padding-bottom: 100px
}


.SubscriptionsDescription {
    font-family: 'Roboto', sans-serif;
	font-size: 16px;
}

@media only screen and (max-width: 699px) {
	.unsub5.FieldsRow {
		padding-top: 1px;
	}

	.unsub5.BooleanField .FieldsLabel {
		top: 5px;
	}

}


@media only screen and (max-width: 700px) {

.section-subhead {
    width: 90%;
    margin: 0 auto;
}

.subscribeiframe {
    width: 95%;
    max-width: 400px;
    margin: 0 auto;
    font-family: 'Roboto', sans-serif;
    color: #333333;
}

.unsubscribeiframe {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    font-family: 'Roboto', sans-serif;
    color: #333333;
}

.unsub6.LargeStringField {
    padding-top: 53px;
}

.unsubscribetext {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    width: 90%;
    text-align: center;
    margin: 0 auto;
}


}




@media only screen and (min-width: 420px) {

.FieldsRow input.FieldsInput, .FieldsRow input.FieldsDateInput{
    width: 100%;
}

}

@media only screen and (max-width: 370px) {

.unsub4.FieldsRow {
	padding-top: 6px;
}

.unsub4.BooleanField .FieldsLabel {
    top: 12px;
}

.unsub5.FieldsRow {
	padding-top: 12px;
}

.unsub5.BooleanField .FieldsLabel {
    top: 24px;
}

}
