/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
 margin: 0;
 padding: 0;
 border: 0;
 font-size: 100%;
 font: inherit;
 vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
 display: block;
}
ol, ul {
 list-style: none;
}
blockquote, q {
 quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
 content: '';
 content: none;
}
table {
 border-collapse: collapse;
 border-spacing: 0;
}

/* End of Reset*/

body {
    background-color: #ffffff;
    color: #003963;
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
}
.nav-container {
    box-shadow: 0 3px 3px #00000029;
}
nav {
    max-width: 1200px;
    margin: 0 auto;
    text-align: right;
    overflow: auto;
}
nav img {
    float: left;
    padding: 18px 0 18px 24px;
}
nav .call {
    display: inline-block;
    font-size: 15px;
    line-height: 78px;
    font-family: roboto, sans-serif;
    font-weight: 700;
    color: #003963;
    text-decoration: none;
    margin-right: 24px;
}
.intro-container {
    max-width: 580px;
    margin: 60px auto;
    text-align: center;
    font-weight: 600;
    padding: 0 30px;
}
.intro-container img {
    width: 260px;
    margin-bottom: 30px;
}
.intro-container #animation_container {
    margin: 0 auto 30px;
}
.intro-container h1 {
    font-size: 56px;
    line-height: 66px;
    letter-spacing: -2px;
    margin-bottom: 20px;
    color: #003963;
}
.intro-container p {
    font-size: 20px;
    line-height: 32px;
}
.intro-container p:after {
    content: "";
    display: block;
    width: 160px;
    height: 4px;
    border-radius: 2px;
    background-color: #0CB161;
    margin: 20px auto 0;
}
.form-container {
    max-width: 360px;
    margin: 0 auto 90px;
    padding: 0 30px;
}
.form-container h3 {
    font-family: sofia-pro, sans-serif;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    letter-spacing: -1px;
    margin: 10px 0 20px;
}
.form-container h3:after {
    content: "";
    display: block;
    width: 48px;
    height: 4px;
    border-radius: 2px;
    background-color: #0CB161;
    margin-top: 10px;
}
.form-container p {
    font-family: roboto, sans-serif;
    font-size: 16px;
    margin-bottom: 25px;
}
.form-container form {
    font-family: roboto, sans-serif;
}
.form-container form .input-label-container {
    padding: 0 0 20px 20px;
}
.form-container form .input-label-container input {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 5px 0;
}
.form-container form .input-label-container label {
    display: inline-block;
    width: 80%;
    line-height: 26px;
    position: relative;
    top: -3px;
}
.form-container form .unsub-options input {
    position: relative;
    top: -23px;
}
.form-container form .unsub-options label {
    top: 0;
}
.form-container form .cancel-submit {
    margin-top: 10px;
    text-align: center;
}
.form-container form .cancel-submit a {
    text-decoration: none;
    font-family: roboto, sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #00663D;
    margin: 0 25px 0 0;
}
.form-container form .cancel-submit input[type=submit], .form-container form .cancel-submit .button {
    font-family: roboto, sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: transparent;
    border: 1px solid #00663D;
    border-radius: 5px;
    color: #00663D;
    padding: 16px 20px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin: 0;
}
.form-container form .cancel-submit input[type=submit]:hover {
    background-color: #00663D;
    color: #ffffff;
    cursor: pointer;
}
.form-container form .cancel-submit input[type=submit]:focus {
    outline: 2px dotted #0078c1;
}
.cta-container {
    width: 90%;
    background-color: #FEF0EC;
    color: #003963;
    text-align: center;
    font-weight: 600;
    padding: 60px 5%;
}
.cta-container h2 {
    font-size: 34px;
    line-height: 44px;
    letter-spacing: -1px;
    margin-bottom: 20px;
}
.cta-container p {
    font-size: 20px;
    line-height: 32px;
    max-width: 820px;
    margin: 0 auto 30px;
}
.cta-container a button {
    font-family: roboto, sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: transparent;
    border: 1px solid #003963;
    border-radius: 5px;
    color: #003963;
    padding: 16px 20px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.cta-container a button:hover {
    background-color: #003963;
    color: #ffffff;
    cursor: pointer;
}
.cta-container a button:focus {
    outline: 2px dotted #0078c1;
}
footer {
    width: 100%;
    background-color: #003963;
    text-align: center;
}
.footer-top {
    padding: 60px 0;
    box-shadow: 0 3px 6px #00000029;
}
.footer-top p {
    margin: 30px 0 20px;
}
.footer-top p a {
    display: block;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
}
.footer-top p span {
    display: block;
    font-family: roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-decoration: underline;
}
.footer-top .get-more-info {
    font-family: roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
    
}
.footer-bottom {
    background-color: #E2E9E9;
    padding: 16px 0 18px;
}
.footer-bottom p {
    font-size: 14px;
    line-height: 22px;
}
.footer-bottom a {
    color: #008DD1;
}

/* 
  ##Device = Largest Desktop
*/

@media (min-width: 1680px) and (max-width: 2560px) {
    
    
    
}

/* 
  ##Device = Tablets, Ipads (portrait)
*/

@media (min-width: 949px) and (max-width: 1679px) {
    
    
    
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
*/

@media (max-width: 950px) {
    
    
    
}