@charset "UTF-8";
/* CSS Document for FitFinder Clipboard Design */

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-top:10px;
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #fff;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background-color: #f44336;
    color: white;
}

/* Modal Body */
.modal-body {padding: 2px 16px;}

/* Modal Footer */
.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@keyframes animatetop {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
}

.pageContent {max-width: 940px; background: #fff url(../../images/clipboard/clipboard-bg-tile.jpg) repeat-y 0 0; background-size: 100%; font: 14px/1.4em Arial, Helvetica, sans-serif;}
.pagePadding {padding: 0 4% 0 6%; background: url(../../images/clipboard/clipboard-bg-top.jpg) no-repeat 0 0; background-size: 100%;}
.pageFooter { max-height: 174px; background: url(../../images/clipboard/clipboard-bg-bottom.jpg) no-repeat bottom center; background-size: 100%; padding: 5% 4% 7% 6%; font-size: 0.8em; line-height: 1.2em; color: #999;}

.pagePhoto {max-width: 940px; background: url(../../images/clipboard/natasha-fitfinder-transp.png) no-repeat 111% 51%;}

select {font-size: 1em; margin: 0.3em 0;}

.findYourFit{padding: 18.5% 5% 0 5%; line-height: 1.2em;}
.findYourFit h1 {font-weight: 300;font-size:3em;text-transform:uppercase; margin:0; letter-spacing: 0.05em;}
.findYourFit h3 {font-size:0.85em;text-transform:uppercase; margin: 1em 0;}
.findYourFit h3 em {color: #f00; text-decoration: underline;}
#knowSizeMsg {padding: 18.5% 5% 20% 5%; line-height: 1.2em;} 
#knowSizeMsg h1 {font-weight: 300;font-size:2.8em;text-transform:uppercase; margin: 0.2em 0 1em 0; letter-spacing: 0.02em;}
#knowSizeMsg h3 {font-size:0.85em;text-transform:uppercase; margin: 1em 0; padding-bottom: 1em; border-bottom: 1px dashed #ddd;}
#knowSizeMsg p {padding-top: 1em; border-top: 1px dashed #ddd;}
#knowSizeMsg label {margin: 0.3em 0;}
#knowSizeMsg label, #knowSizeMsg select {width: 90px; display: inline-block;}
#knowSizeMsg select {width: 70px;}
#knowSizeMsg label:hover {color: #000!important;}

.sizeInfo {text-align: center;}
.sizeInfo h3 {font-size: 1.5em; font-weight: 300; margin-top: 1.4em;}
.sizeInfoBox {padding: 1%; border: 1px solid #777; display: inline-block; margin: 0 2%;}

hr { clear: both; border: none; border-bottom: 1px dashed #ddd; padding: 0.5em 0;}
#q1 hr {margin-right: 12%;}
#q2 hr {}
#q3 hr {margin-right: 23%;}
#q4 hr {margin-right: 17%;}
#q5 hr {}


.uppercase {clear: both;font-size: 1.4em; line-height: 1.4em;}
.uppercase em {font-size: 0.7em; color: #777;}
.number { font: italic 2.5em "Lucida Sans Unicode", "Lucida Grande", sans-serif; float: left; min-width: 50px; width: 6%;}
.question {float: left; display: block; padding-top: 3%; width: 93%;}
#q1 {padding-right: 5%;}
#q1 .question {width: 90%;}

.radio {
  font-weight:200 !important;
  position: relative;
  /*float: left;
  clear: left;*/
  display: inline-block;
  padding-left: 40px;
  padding-bottom:10px;
  /*padding-right:20px;
  margin-bottom: 12px;*/
  line-height: 22px;
  font-size: 18px;
  color: #666;
  width:100px;
  cursor: pointer;
}
.radio:before {
  background: #fff;
  content: "";
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  width: 22px;
  height: 21px;
  border: 1px solid #bbb;

  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;

  box-shadow: inset 0 0 3px 0 #ccc;
  -moz-box-shadow: inset 0 0 3px 0 #ccc;
  -webkit-box-shadow: inset 0 0 3px 0 #ccc;
}
input[type="radio"] {
  display: none;
} 
.styledRadio:checked + label:before {
  content: "\2022";
  text-align: center;
  line-height: 15px;
  font-family: Tahoma;
  font-size: 44px;
  color: #00a0db;
  text-shadow: 0 0 4px #bbb;
}

#q2 {padding-right: 22%;}
#q2 .question {width: 91%;}

#quiz select {width: 80%;}
label {font-weight: 600; padding: 0; vertical-align: text-top;}
label:hover {color: #c00; cursor: pointer;}

.shapeBackground { position: relative; background: #000 url(../../images/clipboard/shape-bg-tile.jpg) repeat; display: block; min-height: 415px; margin: 5px 1% 0 0;
-webkit-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.3);
box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.3);
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
.shapeTapeTop, .shapeTapeBottom { position: absolute; width: 131px; height: 37px; display: inline-block;}
.shapeTapeTop { background: url(../../images/clipboard/tape-top.png) no-repeat; top: -20px; left: 420px;}
.shapeTapeBottom { background: url(../../images/clipboard/tape-bottom.png) no-repeat; bottom: -15px; left: 350px;}

.shapeWrapper {
float: left;
display:inline-block;
padding:5px;
max-width: 248px;
min-height:380px;
margin: 0.7% 0 0 0.7%;
font-size: 0.8em;
line-height: 1.3em;
background-color: #fff;
}
.shapeWrapper label.txt {
float: right;
display: inline-block;
max-width: 210px;
}
.shapeWrapper img {width:116px;height:184px;}
.shapeWrapper h3 { margin: 0; font-size: 1.1em;}
.shapeWrapper h4 { margin: 0; font-weight: 600; font-size: 0.9em; text-align: center; color: #777;}
.shapeWrapper ul {display:inline-block;list-style:disc;margin:0;}
.shapeWrapper ul li {font-weight: 300; font-size: 0.9em;}
.shapeImg {display:inline-block;margin-bottom:5px;cursor:pointer;}
.shapeBox {
width:400px;
border:1px solid #000;
background-color:#ddd;
padding:5px;
text-align: center;
font-size: 0.85em;
-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
}
#shape1Info {margin-top: 190px; margin-left:-70px;}
#shape2Info {margin-top: 190px; margin-left:180px;}
#shape3Info {margin-top: 190px; margin-left:410px;}

.redbutton {
-moz-box-shadow: inset 0px 1px 0px 0px #f29c93;
-webkit-box-shadow: inset 0px 1px 0px 0px #f29c93;
box-shadow: inset 0px 1px 0px 0px #f29c93;
background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
background: -moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
background-color: #fe1a00;
-webkit-border-top-left-radius: 6px;
-moz-border-radius-topleft: 6px;
border-top-left-radius: 6px;
-webkit-border-top-right-radius: 6px;
-moz-border-radius-topright: 6px;
border-top-right-radius: 6px;
-webkit-border-bottom-right-radius: 6px;
-moz-border-radius-bottomright: 6px;
border-bottom-right-radius: 6px;
-webkit-border-bottom-left-radius: 6px;
-moz-border-radius-bottomleft: 6px;
border-bottom-left-radius: 6px;
text-indent: 0;
border: 1px solid #d83526;
display: inline-block;
color: #ffffff;
font-family: Arial;
font-size: 18px;
font-weight: 300;
font-style: normal;
text-decoration: none;
text-align: center;
text-shadow: 1px 1px 0px #b23e35;
padding: 8px 25px;
line-height: 1em;
}
.redbutton:hover {
background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
background: -moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
background-color: #ce0100;
}


/* iPad/Tablet (portrait and landscape) ----------- */
@media only screen 
and (min-width : 480px) 
and (max-width : 768px) {
/* Styles */
.pageContent {font: 13px/1.3em Arial, Helvetica, sans-serif;}
.pagePadding {background: url(../../images/clipboard/clipboard-bg-top-mobile.jpg) no-repeat 0 0; background-size: 100%;}
.pagePhoto {background: url(none);}


.findYourFit {padding: 19% 0 0 0; line-height: 1.4em; text-align: center;}
.findYourFit h1 {font-weight: 300;}
.findYourFit h3 {font-size:1.1em;}

.number { width: 7%; font-size: 2.1em; min-width: inherit;}
.question {width: 93%;}
#q2 {padding-right: 0;}
#q2 .question {width: 93%;}
label {font-size: 0.9em;}


#q1 hr, #q2 hr, #q3 hr, #q4 hr, #q5 hr {margin-right: 0;}
.shapeBackground { min-height: 380px;}
.shapeTapeTop {  top: -15px; left: 285px;}
.shapeTapeBottom { bottom: -15px; left: 240px;}

.shapeWrapper {
float: left;
display: inline-block;
padding: 4px;
max-width: 185px;
min-height: 350px;
margin: 1% 0.5% 1% 0.5%;
font-size: 0.8em;
line-height: 1.3em;
}
.shapeWrapper label.txt {
float: right;
display: inline-block;
max-width: 160px;
}
.shapeWrapper img {width:90px;height:142px;}
.shapeWrapper ul { padding-left: 1em;}
.shapeWrapper ul li {font-weight: 300; font-size: 1.1em; }
#shape1Info {margin-top: 150px; margin-left:-70px;}
#shape2Info {margin-top: 150px; margin-left:100px;}
#shape3Info {margin-top: 150px; margin-left:230px;}

}

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-width : 320px) 
and (max-width : 480px) {
/* Styles */
.pageContent {font: 14px/1.4em Arial, Helvetica, sans-serif;}
.pagePadding {background: url(../../images/clipboard/clipboard-bg-top-mobile.jpg) no-repeat 0 0; background-size: 100%;}
.pagePhoto { background: url(none);}
.findYourFit {padding: 22% 0 0 0; line-height: 1.4em; text-align: center;}
.findYourFit h1 {font-weight: 300;letter-spacing: 0.02em; font-size: 2.8em;}
.findYourFit h3 {font-size:1.1em;}
#knowSizeMsg h1 {font-size:2.1em;text-align:center; margin: 0.5em 0 0.5em 0;}

.uppercase em {line-height: 0.8em;}
.number { width: 13%; font-size: 2.1em; min-width: inherit;}
.question {width: 86%;}
#quiz select {width: 90%;}
#q1, #q2 {padding-right: 0;}
#q1 .question, #q2 .question {width: 86%;}
#q1 hr, #q2 hr, #q3 hr, #q4 hr, #q5 hr {margin-right: 0;}


.shapeTapeTop {  top: -10px; left: 100px;}
.shapeTapeBottom { bottom: -20px; left: 100px;}

.shapeWrapper {
float: left;
display: inline-block;
padding: 5px;
max-width: 255px;
min-height: 380px;
margin: 1% 2.5% 1% 2.5%;
font-size: 0.8em;
line-height: 1.3em;
}
.shapeWrapper label.txt {
float: right;
display: inline-block;
max-width: 210px;
}
.shapeWrapper img {width:110px;height:174px;}
#shape1Info {margin-top: 175px; margin-left:-80px;}
#shape2Info {margin-top: 580px; margin-left:-80px;}
#shape3Info {margin-top: 970px; margin-left:-80px;}
}

/* Small Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
/* Styles */
.findYourFit h1 {font-size: 2.4em;}
#knowSizeMsg h1 {font-size: 1.8em;}
.shapeWrapper {
float: left;
display: inline-block;
padding: 5px;
max-width: 255px;
min-height: 380px;
margin: 1% 2.5% 1% 2.5%;
font-size: 0.8em;
line-height: 1.3em;
}
.shapeWrapper label.txt {
float: right;
display: inline-block;
max-width: 180px;
font-size: 0.9em;
}
.shapeWrapper img {width:100px;height:158px;}
#shape1Info {margin-top: 175px; margin-left:-80px;}
#shape2Info {margin-top: 580px; margin-left:-80px;}
#shape3Info {margin-top: 970px; margin-left:-80px;}
}
