/* Defaults */
 
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, input, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

article, aside, canvas, figure, figure img, figcaption, hgroup, footer, header, nav, section, audio, video {
    display: block;
}

input {
    border: 1px;
}

body,
input,
select,
textarea {
    box-sizing: border-box;
}

html {
    font-size: 100%; /* 16px browser default */
}

body {
    line-height: 1.5;
    font-family: 'Open Sans', sans-serif;
    color: #3e3e3e;
    background: #68e6fc; /* Old browsers */
    background: -moz-linear-gradient(top,  #68e6fc 0%, #37b0dd 36%, #276c9a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#68e6fc), color-stop(36%,#37b0dd), color-stop(100%,#276c9a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #68e6fc 0%,#37b0dd 36%,#276c9a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #68e6fc 0%,#37b0dd 36%,#276c9a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #68e6fc 0%,#37b0dd 36%,#276c9a 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #68e6fc 0%,#37b0dd 36%,#276c9a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#68e6fc', endColorstr='#276c9a',GradientType=0 ); /* IE6-9 */
    background-attachment: fixed;
} 

a,
a:visited,
button,
input[type="button"],
input[type="submit"],
.button {
    transition: all 0.2s ease-in-out;
}

::selection {
    background-color: #b9e3e7;
    color: #5e371e;
}

a {
    color: #896f60;
    text-decoration: underline;
}

a:hover {
    color: #bd7398;
}
 
a img,
img {
    border: none;
}

p {
    margin-bottom: 26px;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 32px;
    line-height: 1.4;
  	color: #896f60;
  	text-align: center;
}
 
h1 {
  	font-size: 32px; 
}
 
h2 {
  	font-size: 26px;
}

h3 {
    font-size: 22px; 
}

h4 {
    font-size: 18px;
}

table {
    border-collapse: collapse;
}

ul, ol {
    margin-left: 32px;
}

li {
    margin-bottom: 26px;
}
 
.clear {
    clear: both;
}


/* Structure */

#container {
    padding: 16px 0;
}

#wrap {
    max-width: 960px;
    margin: 0 auto 30px;
    position: relative; 
}
 
#header {
    border-radius: 15px 15px 0 0;
    overflow: hidden;
}
 
#header img {
    /*border-radius: 20px 20px 0px 0px;*/
    display: block;
    max-width: 100%;
}
 
#inner {
    background: #feffff;
    border-radius: 0 0 20px 20px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .2);
    padding: 35px 80px;
}
 
#footer img {
    border-radius: 0px 0px 20px 20px;
}


/* Common Styles */

.clear {
    clear: both;
}

.col1, .col2 {
    width: 50%;
    float: left;
}

.handwriting {
    font-family: 'ITCBerrangerHandW01-Rg', Georgia, serif;
    font-weight: normal;
    font-size: 1.6em;
}

p .handwriting {
    font-size: inherit;
}

.hr {
    width: 90%;
    background-color: #000;
    height: 1px;
    margin: 16px auto;
}

.img-center,
.img-left,
.img-right {
    background: #fff;
    border: 1px solid #d8d8d8;
    box-shadow: 0px 0px 20px -3px rgba(0, 0, 0, .15);
    margin-bottom: 26px;
    padding: 8px;
}
 
.img-center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}


.img-left {
    float: left;
    margin-right: 26px;
    margin-top: 4px;
}

.img-right {
    float: right;
    margin-left: 26px;
    margin-top: 4px;
}

.img-center.no-border,
.img-left.no-border,
.img-right.no-border {
    border: none;
    box-shadow: none;
    padding: 0;
}
 
.mbottom0 {
    margin-bottom: 0 !important;
}

.mtop0 {
    margin-top: 0 !important;
}

.mbottom1 {
    margin-bottom: 26px !important;
}

.mbottom2 {
    margin-bottom: 32px !important;
}

.mtop1 {
    margin-top: 26px !important;
}

.mtop2 {
    margin-top: 32px !important;
}

.pleft0 {
    padding-left: 0 !important;
}

.larger {
    font-size: 18px;
}

.smaller {
    font-size: 14px;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.width-30 {
    margin-left: auto;
  	margin-right: auto;
  	width: 30% !important;
}

.width-60 {
    margin-left: auto;
    margin-right: auto;
    width: 60% !important;
}

.width-80 {
    margin-left: auto;
  	margin-right: auto;
  	width: 80% !important;
}
 
.width-90 {
    margin-left: auto;
    margin-right: auto;
    width: 90% !important;
}
 

/* Colors */

.black {
    color: #3e3e3e; 
}

.pink {
    color: #a48d71; 
}

.dark-pink {
    color: #896f60; 
}

.darker-pink {
    color: #896f60;
}
 
.gray {
    color: #999; 
}

.teal {
    color: #37b0dd;
}
 
/* Boxes and things */

.aaplayerright {
    float:right;
    margin: 32px 0 0 32px;
    width: 488px;
}

.bignumber { 
    clear: both;
    float: left;
    width: 60px;
    font-size: 60px;
    line-height: 60px;
    font-family: 'ITCBerrangerHandW01-Rg', Georgia, serif;
    text-align: center;
}

.bignumbertext {
    float: left;
    padding: 18px;
    text-align: left;
    max-width: 77%;
}

.copyright { 
    font-size: 12px; 
    color: #3F2126; 
}

.green-check {
    width: 90%;
    margin: 0 auto 16px;
    padding-left: 45px;
    padding-top: 10px;
    background: url(images/green-check.png) top left no-repeat;
}

.one-half {
    float: left;
    width: 45%;
    margin: 0 2%;
}

.box {
    border: 1px solid #d8d8d8;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    clear: both;
    margin: 32px auto;
    padding: 26px 26px 0 26px;
    width: 80%;
}
 
.quote-box {
    width: 80%;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f3e4cd+3,f9ecd4+26,f3e4cd+53,d9c9a9+100 */
background: #f3e4cd; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #f3e4cd 3%, #f9ecd4 26%, #f3e4cd 53%, #d9c9a9 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #f3e4cd 3%,#f9ecd4 26%,#f3e4cd 53%,#d9c9a9 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #f3e4cd 3%,#f9ecd4 26%,#f3e4cd 53%,#d9c9a9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3e4cd', endColorstr='#d9c9a9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    padding: 32px;
    margin: 32px auto;
    border-radius: 16px;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
    box-shadow: 1px 2px 6px -1px rgba(0,0,0,.4);
}

.box .quote-box {
    width: auto;
}

.testimonial-left {
    clear: both;
    float: left;
    margin-top: 32px;
    width: 230px;
}


/* Buttons and Input */

.button {
    -moz-box-shadow: 0px 1px 0px 0px #68e6fc;
    -webkit-box-shadow: 0px 1px 0px 0px #68e6fc;
    box-shadow: 0px 1px 0px 0px #68e6fc;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #37b0dd), color-stop(1, #276c9a) );
    background:-moz-linear-gradient( center top, #37b0dd 5%, #276c9a 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#37b0dd', endColorstr='#276c9a');
    background-color:#37b0dd;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #276c9a;
    display:inline-block;
    color:#ffffff;
    font-size:16px;
    font-weight:bold;
    text-transform: uppercase;
    padding:16px;
    text-decoration:none;
    text-shadow:1px 1px 0px #038571;
    cursor: pointer;
}

.button:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #276c9a), color-stop(1, #37b0dd) );
    background:-moz-linear-gradient( center top, #276c9a 5%, #37b0dd 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#276c9a', endColorstr='#37b0dd');
    background-color:#276c9a;
    color: #fff;
}

.button:active {
    position:relative;
    top:1px;
}
