/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}
 
/* Defaults */

body {
    color: #3e3e3e;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.625;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ede3e7+0,efc9d8+16,f486b7+48,eaacb9+100 */
background: #ede3e7; /* Old browsers */
background: -moz-linear-gradient(top,  #ede3e7 0%, #efc9d8 16%, #f486b7 48%, #eaacb9 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ede3e7 0%,#efc9d8 16%,#f486b7 48%,#eaacb9 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ede3e7 0%,#efc9d8 16%,#f486b7 48%,#eaacb9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ede3e7', endColorstr='#eaacb9',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: #d3468b;
    text-decoration: underline;
}

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

p {
    margin-top: 0;
    margin-bottom: 26px;
}
 
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 32px;
    line-height: 1.4;
  	color: #b20a5c;
  	text-align: center;
} 

h1 {
    color: #000078;
    font-size: 32px; 
}
 
h2 {
    color: #000078;
  	font-size: 26px;
}

h3 {
    font-size: 22px; 
}

h4 {
    font-size: 18px;
}

table {
    border-collapse: collapse;
}

ul, ol {
    margin: 0 0 32px 32px;
}

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


/* Structure */

#container {
    padding: 0;
}

#wrap {
    max-width: 960px;
    margin: 0 auto 30px;
    padding-top: 0;
    position: relative; 
}

#header {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .2);
    /*position: absolute;
    right: -11px;
    top: 0;*/
}
 
#header img {
    display: block;
    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;
    max-width: 50%;
}

.img-right {
    float: right;
    margin-left: 26px;
    margin-top: 4px;
    max-width: 50%;
}

.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;
}

.pbottom1 {
    padding-bottom: 26px !important;
}

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

.ptop1 {
    padding-top: 26px !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; 
}

.purple {
    color: #935b9a; 
}

.dark-purple {
    color: #824789; 
}

.darker-purple {
    color: #644768;
}
 
.gray {
    color: #989899; 
}

.red {
    color: #a90329;
}

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

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

.big-numbers {
    counter-reset: big-number-counter;
    list-style-type: none;
}

.big-numbers li {
    position: relative;
}
 
.big-numbers li:before {
    color: #935b9a;
    content: counter(big-number-counter);
    counter-increment: big-number-counter;
    font-size: 44px;
    font-weight: bold;
    left: -40px;
    position: absolute;
    top: -15px;
}

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

.purple-check {
    margin-bottom: 26px;
    padding-left: 35px;
    position: relative;
}
 
.purple-check:before {
    content: "\2714";
    color: #935b9a;
    font-size: 28px;
    left: 0;
    position: absolute;
    top: -10px;
}
 
.one-half {
    float: left;
    width: 45%;
    margin: 0 2%;
}

.box,
.feature-box {
    border: 1px solid #d8d8d8;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    clear: both;
    margin: 32px auto;
    padding: 40px 40px 0;
    width: 80%;
}

.box ul,
.box ol,
.feature-box ul,
.feature-box ol {
    margin-left: 0;
}

.feature-box {
    border: 1px solid #000078;
}

.feature-box h4 {
    color: #000078;
}

.quote-box {
    width: 80%;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fff4fa+0,fde1e9+100 */
background: #fff4fa; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #fff4fa 0%, #fde1e9 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #fff4fa 0%,#fde1e9 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #fff4fa 0%,#fde1e9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff4fa', endColorstr='#fde1e9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    padding: 32px 32px 6px;
    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,
.feature-box .quote-box {
    width: auto;
}

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

td.key {
    background: url(/images/2014/key.png) left top no-repeat;
    padding: 13px 26px 26px 0;
    vertical-align: top;
    width: 50%;
}
  
td.key:nth-of-type(2n) {
    background-position: 26px 0;
    padding-left: 26px;
    padding-right: 0;
}

td.key ul {
    margin-left: 0;
}

td.key li {
    margin-bottom: 0;
}
 
/* Buttons and Input */

input[type="submit"],
.button {
    background: #000078;
    border-radius: 6px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 16px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #000078;
    text-transform: uppercase;
}
 
input[type="submit"]:hover,
.button:hover {
    background: #d3468b;
    color: #fff;
}

input,
select,
textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #404041;
    font-size: 18px;
    padding: 10px;
}

input:focus,
textarea:focus {
    border: 1px solid #a8a8a9;
    outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
    width: auto;
}

::-moz-placeholder {
    color: #404041;
    font-weight: 300;
    opacity: 1;
}

::-webkit-input-placeholder {
    color: #404041;
    font-weight: 300;
}

  

/* Form */

table.form {
    margin: 0 auto;
    text-align: left;
    width: 80%;
}

table.form th {
    padding-right: 15px;
    text-align: right;
}

table.form td {
    padding-bottom: 15px;
}

table.form input[type="text"] {
    width: 300px;
}


@media (max-width: 960px) {
    #wrap,
    img {
        max-width: 100%;
        width: 100%;
    }

    #inner {
        padding: 15px;
    }

    ul, ol {
        margin-left: 0;
    }

    .img-right,
    .img-left {
        float: none;
        max-width: 100%;
        margin: 0 auto 26px;
    }

    .one-half {
        float: none;
        max-width: 100%;
    }

    .box,
    .feature-box,
    .quote-box,
    .one-half,
    .width-30,
    .width-60,
    .width-80,
    .width-90 {
        max-width: 100% !important;
        width: 100% !important;
    }

    .box,
    .feature-box,
    .quote-box {
        padding-left: 15px;
        padding-right: 15px;
    }

}
 
