/*
Theme Name: BLUEPRINT Wordpress
Author: Blueprint Interactive
Author URI: http://blueprintinteractive.com
Description: Blueprint Interactive Custom Theme.
Version: 1.0
License: GNU General Public License

-------------------------------------------------------------- */
/* Reset
-------------------------------------------------------------- */

html,
body,
div,
span,
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,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
}

img {
    border: 0px;
}

/* Force the vertical scrollbar in FF */
html {
    overflow-y: scroll;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

* {
    box-sizing: border-box;
}

body {
    width: 100%;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    background-color: #414141;
}

.inner {
    width: 80%;
    margin: 0 auto;
}

#nav-toggle {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 40px;
    right: 20px;
    /*background-color:#1E1E1E;*/
    cursor: pointer;
    box-sizing: border-box;
    padding: 21px 10px 10px 8px;
    transition: all 0.2s ease;
    display: none;
    z-index: 999;
}

#nav-toggle.active {
    top: 40px;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 5px;
    width: 35px;
    background: #ffffff;
    position: absolute;
    display: block;
    content: '';
}

#nav-toggle span:before {
    top: -10px;
}

#nav-toggle span:after {
    bottom: -10px;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
    transition: all 500ms ease-in-out;
}

#nav-toggle.active span {
    background-color: transparent;
}

#nav-toggle.active span:before,
#nav-toggle.active span:after {
    top: 0;
}

#nav-toggle.active span:before {
    transform: rotate(45deg);
}

#nav-toggle.active span:after {
    transform: rotate(-45deg);
}

#header {
    height: 700px;
    background: url("../images/hero.jpg") no-repeat;
    background-size: cover !important;
}

#header .inner {
    padding: 40px 0;
}

#header ul {
    list-style: none;
}

#header ul li {
    display: inline-block;
    font-size: 24px;
    line-height: 30px;
    margin-right: 40px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
}

#header ul li:last-child {
    margin-right: 0;
}

#header ul li a {
    color: #FDF3EF;
    text-decoration: none;
}

#headercontent {
    margin-top: 150px;
}

#headercontent h1 {
    color: #ffffff;
    font-weight: bold;
    font-size: 60px;
    line-height: 70px;
    width: 70%;
    text-transform: uppercase;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
}

#maincontent {
    background-color: #ffffff;
}

#maincontent #logos {
    margin: 60px 0 80px 0;
    text-align: center;
}

#maincontent #logos img {
    margin-right: 60px;
    max-width: 10%;
    height: auto;
    vertical-align: middle;
    margin-bottom: 50px;
}

#maincontent #logos img:last-child {
    margin-right: 0;
}

#maincontent .whitebg {
    background-color: #ffffff;
    padding: 60px 0;
}

#maincontent .tanbg {
    background-color: #FDF3EF;
    padding: 60px 0;
}

#maincontent .contentleft,
#maincontent .contentright {
    display: inline-block;
    vertical-align: top;
}

#maincontent .fivefour .contentleft {
    width: 50%;
    margin-right: 7%;
}

#maincontent .fivefour .contentright {
    width: 40%;
}

#maincontent h2 {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 20px;
    color: #40476D;
}

#maincontent p {
    color: #2a2a2a;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px;
}

#maincontent ul li,
#maincontent ol li {
    color: #2a2a2a;
    font-size: 20px;
    line-height: 28px;
    font-family: 'Open Sans', sans-serif;
}

#maincontent ul,
#maincontent ol {
    margin-left: 20px;
    margin-bottom: 20px;
}

p#morebtn {
    text-align: center;
}

p#morebtn a {
    color: #ffffff;
    background-color: #40476D;
    display: inline-block;
    padding: 8px 90px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    border-radius: 40px;
}

p#morebtn a:hover {
    background-color: #0f1745;
}

p#infographicbody {
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

p#calloutlink {
    text-align: center;
}

p#calloutlink a {
    color: #358F5C;
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    font-size: 41px;
    line-height: 61px;
    font-weight: bold;
}

#maincontent #callouts .calloutitem {
    margin-bottom: 20px;
}

#maincontent #callouts .calloutitem img {
    width: 15%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

#maincontent #callouts .calloutitem .infocon {
    width: 400px;
    max-width: 50%;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

#maincontent .infocon p {
    color: #40476D;
    font-size: 25px;
    line-height: 30px;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
}

#maincontent .infocon h3 {
    color: #358F5C;
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 10px;
}

#callouts .item2,
#callouts .item4 {
    text-align: right;
}

#maincontent #callouts .calloutitem.item4 {
    margin-bottom: 40px;
}

img {
    max-width: 100%;
    height: auto;
}

.topic {
    margin-bottom: 60px;
}

.topicleft {
    width: 45%;
    vertical-align: top;
    display: inline-block;
    margin-right: 3%;
}

.topicright {
    width: 45%;
    vertical-align: top;
    display: inline-block;
}

.topic h3 {
    font-size: 30px;
    line-height: 35px;
    color: #358F5C;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    margin-bottom: 9px;
}

#policyleg {
    text-align: center;
}

#policyleg p {
    width: 65%;
    margin: 0 auto 45px auto;
    font-size: 30px;
    line-height: 38px;
}

p#policybtn {
    color: #2a2a2a;
    font-size: 20px;
    line-height: 28px;
    font-family: 'Open Sans', sans-serif;
}

p#policybtn a {
    color: #ffffff;
    background-color: #40476D;
    display: inline-block;
    padding: 8px 90px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    border-radius: 40px;
}

p#policybtn a:hover {
    background-color: #0f1745;
}

#prefooter .threecol {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    margin-right: 3%;
}

#prefooter .threecol .topcol {
    min-height: 290px;
}

#prefooter .threecol:last-child {
    margin-right: 0;
}

#prefooter h3 {
    font-size: 35px;
    line-height: 40px;
    color: #358F5C;
    text-transform: uppercase;
    margin-bottom: 5px;
}

#prefooter p {
    margin-bottom: 20px;
}

#prefooter .colbtn {
    color: #2a2a2a;
    font-size: 20px;
    line-height: 28px;
    font-family: 'Open Sans', sans-serif;
}

.page-id-63 .topic .colbtn {
    color: #2a2a2a;
    font-size: 20px;
    line-height: 28px;
    font-family: 'Open Sans',
        sans-serif;
}

.page-id-63 .topic .colbtn a {
    color: #ffffff;
    background-color: #40476D;
    display: inline-block;
    padding: 8px 0;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    border-radius: 40px;
    margin-top: 10px;
    max-width: 490px;
    min-width: 150px;
    width: 40%;
    text-align: center;
}

.page-id-63 .topic .colbtn a:hover {
    background-color: #0f1745;
}

#prefooter .colbtn a {
    color: #ffffff;
    background-color: #40476D;
    display: inline-block;
    padding: 8px 0;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    border-radius: 40px;
    width: 100%;
    text-align: center;
}

#prefooter .colbtn a:hover {
    background-color: #0f1745;
}

#footer {
    padding: 50px 0;
}

#footerleft ul {
    list-style: none;
}

#footerleft ul li {
    font-size: 23px;
    line-height: 27px;
    margin-bottom: 4px;
}

#footerleft ul li a {
    color: #ffffff;
    text-decoration: none;
}

#footerright {
    float: right;
}

#footer img {
    width: 200px;
    height: auto;
    display: inline-block;
    margin-bottom: 20px;
}

#footerright #disclaimer {
    padding: 6px 10px;
    border: solid 1px #ffffff;
}

#footerright p {
    font-size: 12px;
    line-height: 16px;
    color: #ffffff;
    margin-bottom: 20px;
}

#footerright p#privacy {
    text-align: center;
}

#footerright p#privacy a {
    color: #ffffff;
}

.not-front #maincontent h3 {
    color: #358F5C;
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 10px;
}

.not-front #maincontent p {
    margin-bottom: 20px;
}

.not-front #header {
    height: 500px;
    background: url("../images/policy.png") no-repeat;
    background-size: cover;
}

/* WAYPOINTS */

.fade-in-from-left {
    opacity: 0;
    animation-timing-function: ease-out;
    -webkit-transform: translateX(-15px);
    -moz-transform: translateX(-15px);
    -o-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fade-in-from-left.animated {
    animation-name: fade-from-left;
    animation-duration: 0.5s;
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

@keyframes fade-from-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-15px);
        -moz-transform: translateX(-15px);
        -o-transform: translateX(-15px);
        -ms-transform: translateX(-15px);
        transform: translateX(-15px);
    }

    45% {
        opacity: 0.5;
    }

    90% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fade-in-from-bottom {
    opacity: 0;
    animation-timing-function: ease-out;
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -o-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
}

.fade-in-from-bottom.animated {
    animation-name: fade-from-bottom;
    animation-duration: .5s;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

@keyframes fade-from-bottom {
    0% {
        opacity: 0;
        -webkit-transform: translateY(15px);
        -moz-transform: translateY(15px);
        -o-transform: translateY(15px);
        -ms-transform: translateY(15px);
        transform: translateY(15px);
    }

    90% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fade-in-from-right {
    opacity: 0;
    animation-timing-function: ease-out;
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -o-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
}

.fade-in-from-right.animated {
    animation-name: fade-from-right;
    animation-duration: 0.5s;
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

@keyframes fade-from-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(40px);
        -moz-transform: translateX(40px);
        -o-transform: translateX(40px);
        -ms-transform: translateX(40px);
        transform: translateX(40px);
    }

    90% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}