/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/


/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/

/* Fonts
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@import 'https://fonts.googleapis.com/css?family=Open Sans:400,700,800';
@import url('https://fonts.googleapis.com/css?family=Lobster&display=swap');

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.payButton {
    zoom: 2;  //increase if you have very small images

    display: block;
    margin: auto;

    height: auto;
    max-height: 100%;

    width: auto;
    max-width: 100%;
}
.fullscreenwidth {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 10px;
  background-color: #053874;
  
 }
 .fullscreenwhitewidth {
  position: relative;
  width: 100%;
  height: auto;
 }
 .fullscreenlogowidth {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 10px;
  background: url(header-bubbles-small.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
 }
 .fullscreenmenuwidth {
  position: relative;
  width: 100%;
  height: 52px;
  background-color: #454e61;
 }
  .fullscreenunderlinewidth {
  position: relative;
  width: 100%;
  height: 15px;
  background-color: #d73f71;
 }
  .fullscreenfooterwidth {
  position: relative;
  width: 100%;
  height: 120px;
  background-color: #454e61;
  color:white;
  text-align:center;
 }
  .fullscreenoverlinefooterwidth {
  position: relative;
  width: 100%;
  height: 15px;
  background-color: #d963c8;
 }
 .center{
	text-align:center; 
 }
 .buttonHolder{ text-align: center; }
.container {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box; }
.narrowcontainer {
  position: relative;
  width: 70%;
  max-width: 700px;
  margin: 0 auto;
  box-sizing: border-box; }
  
  .whitetext{color:#FFFFFF; font-size:22px;}
  
  .page-wrap {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -160px; 
}
.page-wrap:after {
  content: "";
  display: block;
}

.footertext {
  color: #F1F1F1;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 300; 
  font-size: 14px;
  text-align: center;
  }
  .prodpanel {
  position: relative;
  width:100%;
  border-radius: 20px;
  background: #FFF;
  border: 2px solid #F5BD4B;
  padding: 15px; 
  height: 100%; 
  box-sizing: border-box; }
  
  .imageholder {

  width:100%;
  padding: 5px; 
  max-height: 265px; 
  max-width: 200px;
  box-sizing: border-box;
  text-align:center;
  box-sizing: border-box; 
}

  .imageholder img {

  max-width: 220px; 
  max-height: 220px;
  width: auto;
  height: auto; 
  text-align:center;

}
  
  	.socialpanel-small {
	position: relative;
	width: 100%;
	height: 70px; 
	text-align: center;
	margin-top: -2px;
	border-top: 2px solid; 
	border-color: #FFF; 
	padding-top: 10px;
	float: left;
	background-color: #0082Cf; 
	clear: both;
	display: block;
  }
    .cardpanel-small {
	position: relative;
	width: 100%;
	height: 110px; 
	text-align: center;
	margin-top: -20px;
	float: left;
	clear: both;
	display: block;
  }
    .cardpanel-large {
	position: relative;
	width: 100%;
	height: 70px; 
	text-align: center;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 20px;
	float: left;
	clear: both;
	display: none;
  }
    .shim2 {
	 width: 100%;
	 height: 2px;
	 max-height: 2px;
	 background-color : transparent;
  }
      .shim3 {
	 width: 100%;
	 height: 3px;
	 max-height: 3px;
	 background-color : transparent;
  }
    .shim5 {
	 width: 100%;
	 height: 5px;
	 max-height: 5px; 
	 background-color : transparent;
  }
    .shim10 {
	 width: 100%;
	 height: 10px;
	 max-height: 10px;
	 background-color : transparent; 
  }
     .shim15 {
	 width: 100%;
	 height: 15px;
	 max-height: 15px;
	 background-color : transparent; 
  }
     .shim20 {
	 width: 100%;
	 height: 20px;
	 max-height: 20px;
	 background-color : transparent; 
  }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }
  
.cartcontentheader {
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
color: #0082C5;
font-size: 1.0em;
font-weight: 600;
}
.cartcontent {
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
color: #333333;
font-size: 1.0em;
font-weight: 600;
}
.cartdescription {
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
color: #333333;
font-size: 1.0em;
font-weight: 300;
}
  
	.desktop { display: none;}
	.mobile { display: block;}
	.carousel { display: none;}
	
/* For devices larger than 200px */
@media (min-width: 200px) {
.white { background-color:#FFF;}
 .desktop { display: none;}
  .mobile { display: block;}
  .carousel { display: none;}
  .container {
    width: 100%;
    padding: 0; }
	.six.columns { width: 96%; float:left;}
	.desktop { display: none;}
	.mobile { display: block;}
	.one-quarter-column-menu { width: 24.6666666667%; text-align: center; float:left; display: none;}
    .one-quarter-column-menu-phone { width: 90.6666666667%; text-align: center; float:left; display: block;}
	  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 95.3333333333%;
  									box-sizing: border-box; 
									border-radius: 5px;
    								border: 2px solid #d963c8;
									padding:10px;
									margin-bottom:10px;
									margin-left:10px;
									text-align:center;
									float:left;}
	.threeblank.columns             { width: 95.3333333333%;
  									box-sizing: border-box; 
									padding:10px;
									margin-bottom:10px;
									margin-left:10px;
									text-align:left;
									float:left;}

  .threeshort.columns             { width: 95.3333333333%;
  									box-sizing: border-box; 
									border-radius: 5px;
    								border: 2px solid #d963c8;
									background-color: #FFF; 
									padding:10px;
									margin-bottom:10px;
									margin-left:10px;
									text-align:center;
									float:left;}
  .logo                 		  { width: 22%; float:left;}
  .menu                 		  { width: 74%; float:left;}
  .four.columns                   { width: 95.3333333333%; float:left;}
  .four-right.columns             { width: 95.3333333333%; float:right;}
  
  .fourblank.columns                   { width: 95.3333333333%; float:left;}
  .fourblank-right.columns             { width: 95.3333333333%; float:right;}
  
  .five.columns                   { width: 100%; }
  .six.columns                    { width: 96%; float:left;}
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 95.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; text-align:center;}

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }
}

/* For devices larger than 550px */
@media (min-width: 550px) {
	
  .desktop { display: none;}
  .mobile { display: block;}
  .carousel { display: block;}
	
  .container {
    width: 100%; }
  .column,
  .columns {
    margin-left: 1%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 95.3333333333%;
  									box-sizing: border-box; 
									border-radius: 5px;
    								border: 2px solid #d963c8;
									padding:10px;
									margin-bottom:10px;
									float:left;}
  .threeblank.columns             { width: 95.3333333333%;
  									box-sizing: border-box; 
									padding:10px;
									margin-bottom:10px;
									float:left;}
  .threeshort.columns             { width: 95.3333333333%;
  									box-sizing: border-box; 
									border-radius: 5px;
    								border: 2px solid #d963c8;
									background-color: #FFF; 
									padding:10px;
									margin-left:10px;
									margin-bottom:10px;
									float:left;}
  .threerange.columns             { width: 95.3333333333%;
  									height:430px;
									margin-left: 10px;
									margin-bottom: 10px;
									box-sizing: border-box; 
									background-color: #FFF; 
									border: 2px solid #d963c8;
									position:relative;
									float:left; }
  .threerange p {
        position: absolute;
        bottom: 0;
		box-sizing: border-box;
		text-align:center;
        }
  .logo                 		  { width: 22%; float:left;}
  .menu                 		  { width: 74%; float:left;}
  .four.columns                   { width: 95.3333333333%;  
  									box-sizing: border-box; 
									border-radius: 5px;
    								border: 2px solid #d963c8;
									float:left;}
 .fourblank.columns               { width: 95.3333333333%;  
									float:left;}
  .four-right.columns             { width: 95.6666666667%; float:right;}
  .fourblank-right.columns        { width: 95.6666666667%; float:right;}
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 96%; float:left;}
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 95.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; text-align:center;}

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }
  .cardpanel-large {
	position: relative;
	width: 100%;
	height: 70px; 
	text-align: center;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 20px;
	float: left;
	clear: both;
	display: none;
  }

}
/* For devices larger than 550px */
@media (min-width: 750px) {
	
	.desktop { display: block;}
	.mobile { display: none;}
	
  .container {
    width: 100%; }
  .column,
  .columns {
    margin-left: 1%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 23.5%; float:left;}
  .threeblank.columns             { width: 23.5%; float:left;}
  .threeshort.columns             { width: 24%;
  									height:340px;
									margin-left: 10px;
									margin-bottom: 10px;
									box-sizing: border-box; 
									background-color: #FFF; 
									border: 2px solid #d963c8;
									position:relative;}
  .threerange.columns             { width: 24%;
  									height:430px;
									margin-left: 10px;
									margin-bottom: 10px;
									box-sizing: border-box; 
									background-color: #FFF; 
									border: 2px solid #d963c8;
									position:relative;
									float:left; }
  .logo                 		  { width: 22%; float:left;}
  .menu                 		  { width: 74%; float:left;}
  .four.columns                   { width: 31.6666666667%; float:left;}
  .four-right.columns             { width: 31.6666666667%; float:right;}
  .fourblank.columns              { width: 31.6666666667%; float:left;}
  .fourblank-right.columns        { width: 31.6666666667%; float:right;}
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%; float:left;}
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; text-align:center;}

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }
  .cardpanel-large {
	position: relative;
	width: 100%;
	height: 70px; 
	text-align: center;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 20px;
	float: left;
	clear: both;
	display: block;
  }

}
/* For devices larger than 1000px */
@media (min-width: 1000px) {
	
	.desktop { display: block;}
	.mobile { display: none;}
	
  .container {
    width: 100%; }
  .column,
  .columns {
    margin-left: 1%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 23.5%;float:left; margin-left:10px; min-height:530px; position:relative; float:left;}
  .threeblank.columns             { width: 23.5%;float:left; margin-left:10px; min-height:350px; position:relative; float:left;}
  .threeshort.columns             { width: 24%;
  									height:340px;
									margin-left: 10px;
									margin-bottom: 10px;
									box-sizing: border-box; 
									background-color: #FFF; 
									border: 2px solid #d963c8;
									position:relative;
									float:left; }
  .threerange.columns             { width: 24%;
  									height:430px;
									text-align:center;
									padding-top:15px;
									margin-left: 10px;
									margin-bottom: 10px;
									box-sizing: border-box; 
									background-color: #FFF; 
									border: 2px solid #d963c8;
									position:relative;
									float:left; }
  .logo                 		  { width: 22%; float:left;}
  .menu                 		  { width: 74%; float:left;}
  .four.columns                   { width: 32%; margin-bottom:10px; margin-left:10px; position:relative; float:left;}
  .four-right.columns             { width: 31.5666666667%; float:right;}
  
  .fourblank.columns              { width: 32%; margin-bottom:10px; margin-left:10px; position:relative; float:left;}
  .fourblank-right.columns        { width: 31.5666666667%; float:right;}
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%; float:left;}
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; text-align:center;}

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }
  
  .header-quarter-left.column     { position:relative; width: 24.6666666667%; text-align: left; padding-top: 0px; float:left; display: block;}
  .header-quarter-left1.column    { position:relative; width: 24.6666666667%; text-align: left; float:left; display: block; padding-top: 24px;}
  .header-quarter-left2.column    { position:relative; width: 22.6666666667%; text-align: left; float:left; display: block; padding-top: 12px;}
  .header-quarter-left3.column    { position:relative; width: 20.6666666667%; text-align: left; float:left; display: block; padding-top: 0px;}
  .header-quarter-right.column    { position:relative; width: 24.6666666667%; text-align: right; padding-top: 12px; float:right; display: block;}

}



/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }
body {
  font-size: 1.6em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222; 
  background-color:#EEEEEE;}


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
blockquote {
    font-family: Georgia, serif;
    font-size: 18px;
    font-style: italic;
    width: 90%;
    margin: 0.25em 0;
    padding: 0.35em 40px;
    line-height: 1.45;
    position: relative;
    color: #383838;
}

blockquote:before {
    display: block;
    padding-left: 5px;
    content: "\201C";
    font-size: 70px;
    position: absolute;
    left: -10px;
    top: -20px;
    color: #7a7a7a;
}

blockquote cite {
    color: #999999;
    font-size: 14px;
    display: block;
    margin-top: 5px;
}

blockquote cite:before {
    content: "\2014 \2009";
}
h1 {
  margin-top: 20px;
  margin-bottom: 1.5rem;
  font-weight: 600;
  color: #d73f71;  
  font-family: Lobster;
  }
h3 {
	font-family: Lobster;
}
  h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 1.0rem;
  font-weight: 600; 
  text-align:center;}
h1 { font-size: 4.0rem; line-height: 1.2;  letter-spacing: -.1rem; text-align: center;}
.h1price { font-size: 2.5rem; font-weight:800; color:#dc60c0; line-height: 1.2;  letter-spacing: -.1rem; text-align: center;}
.h1blue { font-size: 2.5rem; font-weight:800; color:#2a3f69; line-height: 1.2;  letter-spacing: -.1rem; text-align: center;}
.h1red { font-size: 1.75rem; font-weight:800; color:#FC091B; line-height: 1.2;  letter-spacing: -.1rem; text-align: center;}
h2 { font-size: 2.0rem; line-height: 1.25; color:#2a3f69; letter-spacing: -.1rem; text-align: center;}
h2price { font-size: 2.0rem; line-height: 1.25; color:#2a3f69; letter-spacing: -.1rem; text-align: left;}
h3 { font-size: 1.15rem; font-weight:700; color:#fb872a; line-height: 1.3;  letter-spacing: -.1rem; }
h4 { font-size: 1.1rem; line-height: 1.35; letter-spacing: -.08rem; }
h5 { font-size: 1.0rem; line-height: 1.5;  letter-spacing: -.05rem; }
h6 { font-size: 0.9rem; line-height: 1.6;  letter-spacing: 0; }
.smalltable { font-size: 1.2rem; line-height: 2.0;  letter-spacing: 0; text-align: center; padding: 10px;}
.smalltext { font-size: 0.7rem; line-height: 1.2;  letter-spacing: 0; text-align: left;}
/* Larger than phablet */
@media (min-width: 550px) {
  h1 { font-size: 2.0rem; color: #d73f71; }
  .h1price { font-size: 3.0rem; font-weight:800; color:#dc60c0; line-height: 1.2;  letter-spacing: -.1rem; text-align: center;}
  h2 { font-size: 2.0rem; }
  h3 { font-size: 1.0rem; }
  h4 { font-size: 1.6rem; }
  h5 { font-size: 1.3rem; }
  h6 { font-size: 1.0rem; }
}

/* Larger than phablet */
@media (min-width: 760px) {
  h1 { font-size: 3.5rem; color: #d73f71; }
  .h1price { font-size: 3.0rem; font-weight:800; color:#dc60c0; line-height: 1.2;  letter-spacing: -.1rem; text-align: center;}
  h2 { font-size: 2.0rem; }
  h3 { font-size: 2.4rem; }
  h4 { font-size: 2.2rem; }
  h5 { font-size: 1.5rem; }
  h6 { font-size: 1.4rem; }
}
/* i-pad portraiet */
@media (min-width: 1000px) {
  h1 { font-size: 3.5rem; color: #d73f71; }
  .h1price { font-size: 3.0rem; font-weight:800; color:#dc60c0; line-height: 1.2;  letter-spacing: -.1rem; text-align: center;}
  h2 { font-size: 2.0rem; }
  h3 { font-size: 2.6rem; }
  h4 { font-size: 2.4rem; }
  h5 { font-size: 2.0rem; }
  h6 { font-size: 1.5rem; }
}

/* Really big */
@media (min-width: 1025px) {
  h1 { font-size: 4.0rem; color: #d73f71; }
  .h1price { font-size: 3.0rem; font-weight:800; color:#dc60c0; line-height: 1.2;  letter-spacing: -.1rem; text-align: center;}
  h2 { font-size: 2.0rem; }
  h3 { font-size: 2.6rem; }
  h4 { font-size: 2.4rem; }
  h5 { font-size: 2.2rem; }
  h6 { font-size: 1.5rem; }
}

p {
  margin-top: 0; }


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #1EAEDB; text-decoration: none;}
a:hover {
  color: #0FA0CE; }


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-family: Open Sans;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0;
  font-family: Open Sans; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #257FBB;
  border-color: #257FBB; 
  font-family: Open Sans;}
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #3B5998;
  border-color: #3B5998; 
  font-family: Open Sans;}
  
.button.button-buy,
button.button-buy,
input[type="submit"].button-buy,
input[type="reset"].button-buy,
input[type="button"]

  .button-buy {
  color: #FFF;
  background-color: #FD8710;
  border-color: #FD8710;
  font-family: Open Sans; }
  
  .button-info {
  color: #FFF;
  background-color: #21a8f6;
  border-color: #21a8f6;
  font-family: Open Sans; }
   .button-help {
  color: #FFF;
  background-color: #47D84B;
  border-color: #47D84B;
  font-family: Open Sans; }
   .button-search {
  color: #FFF;
  background-color: #444d60;
  border-color: #444d60; 
  font-family: Open Sans;
  display: inline-block;
  height: 26px;
  margin-top:20px;
  padding: 0 10px;
  text-align: center;
  line-height: 26px;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }

.button.button-buy:hover,
button.button-buy:hover,
input[type="submit"].button-buy:hover,
input[type="reset"].button-buy:hover,
input[type="button"].button-buy:hover,
.button.button-buy:focus,
button.button-buy:focus,
input[type="submit"].button-buy:focus,
input[type="reset"].button-buy:focus,
input[type="button"].button-buy:focus {
  color: #FFF;
  background-color: #FAA240;
  border-color: #FAA240;
  font-family: Open Sans; }


/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
form{
margin-bottom:0;
}
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside; }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
  margin-bottom: 1rem; }


/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }
  
  /* Search Bar
–––––––––––––––––––––––––––––––––––––––––––––––––– */
  
#search-box {
position: relative;
width: 100%;
margin: 0;
}

#search-form 
{
height: 40px;
border: 1px solid #999;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background-color: #fff;
overflow: hidden;
}

#search-text 
{
font-size: 14px;
color: #ddd;
border-width: 0;
background: transparent;
}

#search-box input[type="text"]
{
width: 90%;
padding: 11px 0 12px 1em;
color: #333;
outline: none;
}

#search-button {
position: absolute;
top: 0;
right: 0;
height: 42px;
width: 80px;
font-size: 14px;
color: #fff;
text-align: center;
line-height: 42px;
border-width: 0;
background-color:#444d60;
-webkit-border-radius: 0px 5px 5px 0px;
-moz-border-radius: 0px 5px 5px 0px;
border-radius: 0px 5px 5px 0px;
cursor: pointer;
}


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 5px 5px;
  text-align: centre; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  border-width: 0;
  border-top: 2px solid #2bafd9; }


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }


/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/


/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}
