/*
Paul: 17/6/13;
=======================================
Does this need to change site by site?
*/
.primaryNav .menu {
    /*width: 65%;*/
}

#socialcontainer{
    float:left;
    padding: 30px 0 50px 0;
}
.sharrre{
    margin:0 20px 0 0;
    float:left;
}
.sharrre .box a:hover{
    text-decoration:none;
}
.sharrre .count {
    color:#525b67;
    display:block;
    font-size:18px;
    font-weight:bold;
    line-height:40px;
    height:40px;
    position:relative;
    text-align:center;
    width:70px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    border:1px solid #b2c6cc;
    background: #fbfbfb; /* Old browsers */
    background: -moz-linear-gradient(top, #fbfbfb 0%, #f6f6f6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fbfbfb 0%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fbfbfb 0%,#f6f6f6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fbfbfb 0%,#f6f6f6 100%); /* IE10+ */
    background: linear-gradient(top, #fbfbfb 0%,#f6f6f6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
}
.sharrre .count:before, .sharrre .count:after {
    content:'';
    display:block;
    position:absolute;
    left:49%;
    width:0;
    height:0;
}
.sharrre .count:before {
    border:solid 7px transparent;
    border-top-color:#b2c6cc;
    margin-left:-7px;
    bottom: -14px;
}
.sharrre .count:after {
    border:solid 6px transparent;
    margin-left:-6px;
    bottom:-12px;
    border-top-color:#fbfbfb;
}
.sharrre .share {
    color:#FFFFFF;
    display:block;
    font-size:12px;
    font-weight:bold;
    height:30px;
    line-height:30px;
    margin-top:8px;
    padding:0;
    text-align:center;
    text-decoration:none;
    width:70px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}
#sharrre-twitter .share {
    text-shadow: 1px 0px 0px #0077be;
    filter: dropshadow(color=#0077be, offx=1, offy=0);
    border:1px solid #0075c5;
    background: #26c3eb;
    background: -moz-linear-gradient(top, #26c3eb 0%, #26b3e6 50%, #00a2e1 51%, #0080d6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#26c3eb), color-stop(50%,#26b3e6), color-stop(51%,#00a2e1), color-stop(100%,#0080d6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #26c3eb 0%,#26b3e6 50%,#00a2e1 51%,#0080d6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #26c3eb 0%,#26b3e6 50%,#00a2e1 51%,#0080d6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #26c3eb 0%,#26b3e6 50%,#00a2e1 51%,#0080d6 100%); /* IE10+ */
    background: linear-gradient(top, #26c3eb 0%,#26b3e6 50%,#00a2e1 51%,#0080d6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26c3eb', endColorstr='#0080d6',GradientType=0 ); /* IE6-9 */
    box-shadow: 0 1px 4px #DDDDDD, 0 1px 0 #5cd3f1 inset;
}
#sharrre-facebook .share {
    text-shadow: 1px 0px 0px #26427e;
    filter: dropshadow(color=#26427e, offx=1, offy=0);
    border:1px solid #24417c;
    background: #5582c9; /* Old browsers */
    background: -moz-linear-gradient(top, #5582c9 0%, #33539a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5582c9), color-stop(100%,#33539a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #5582c9 0%,#33539a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #5582c9 0%,#33539a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #5582c9 0%,#33539a 100%); /* IE10+ */
    background: linear-gradient(top, #5582c9 0%,#33539a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5582c9', endColorstr='#33539a',GradientType=0 ); /* IE6-9 */
    box-shadow: 0 1px 4px #DDDDDD, 0 1px 0 #80a1d6 inset;
}

#sharrre-googleplus .share {
    text-shadow: 1px 0px 0px #222222;
    filter: dropshadow(color=#222222, offx=1, offy=0);
    border:1px solid #262626;
    background: #6d6d6d; /* Old browsers */
    background: -moz-linear-gradient(top, #6d6d6d 0%, #434343 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6d6d6d), color-stop(100%,#434343)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #6d6d6d 0%,#434343 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #6d6d6d 0%,#434343 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #6d6d6d 0%,#434343 100%); /* IE10+ */
    background: linear-gradient(top, #6d6d6d 0%,#434343 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d6d6d', endColorstr='#434343',GradientType=0 ); /* IE6-9 */
    box-shadow: 0 1px 4px #DDDDDD, 0 1px 0 #929292 inset;
}


/* update by RJ@alignme: 4/6/18; */
/*!
 * Bootstrap 4.0.0-alpha.6 (grid and responsive utilities)
 * GitHub: https://github.com/dmhendricks/bootstrap-grid-css
 * License: MIT (https://github.com/twbs/bootstrap/blob/v4-dev/LICENSE)
 * Credits: Twitter, Inc. & The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
 */@-ms-viewport{width:device-width}html{box-sizing:border-box;-ms-overflow-style:scrollbar}*,*::before,*::after{box-sizing:inherit}.bootstrap-wrapper .align-baseline{vertical-align:baseline !important}.bootstrap-wrapper .align-top{vertical-align:top !important}.bootstrap-wrapper .align-middle{vertical-align:middle !important}.bootstrap-wrapper .align-bottom{vertical-align:bottom !important}.bootstrap-wrapper .align-text-bottom{vertical-align:text-bottom !important}.bootstrap-wrapper .align-text-top{vertical-align:text-top !important}.bootstrap-wrapper .clearfix::after{display:block;content:"";clear:both}.bootstrap-wrapper .text-justify{text-align:justify !important}.bootstrap-wrapper .text-nowrap{white-space:nowrap !important}.bootstrap-wrapper .text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bootstrap-wrapper .text-left{text-align:left !important}.bootstrap-wrapper .text-right{text-align:right !important}.bootstrap-wrapper .text-center{text-align:center !important}@media (min-width: 576px){.bootstrap-wrapper .text-sm-left{text-align:left !important}.bootstrap-wrapper .text-sm-right{text-align:right !important}.bootstrap-wrapper .text-sm-center{text-align:center !important}}@media (min-width: 768px){.bootstrap-wrapper .text-md-left{text-align:left !important}.bootstrap-wrapper .text-md-right{text-align:right !important}.bootstrap-wrapper .text-md-center{text-align:center !important}}@media (min-width: 992px){.bootstrap-wrapper .text-lg-left{text-align:left !important}.bootstrap-wrapper .text-lg-right{text-align:right !important}.bootstrap-wrapper .text-lg-center{text-align:center !important}}@media (min-width: 1200px){.bootstrap-wrapper .text-xl-left{text-align:left !important}.bootstrap-wrapper .text-xl-right{text-align:right !important}.bootstrap-wrapper .text-xl-center{text-align:center !important}}.bootstrap-wrapper .text-lowercase{text-transform:lowercase !important}.bootstrap-wrapper .text-uppercase{text-transform:uppercase !important}.bootstrap-wrapper .text-capitalize{text-transform:capitalize !important}.bootstrap-wrapper .font-weight-normal{font-weight:normal}.bootstrap-wrapper .font-weight-bold{font-weight:bold}.bootstrap-wrapper .font-italic{font-style:italic}.bootstrap-wrapper .text-white{color:#fff !important}.bootstrap-wrapper .text-muted{color:#636c72 !important}.bootstrap-wrapper a.text-muted:focus,.bootstrap-wrapper a.text-muted:hover{color:#4b5257 !important}.bootstrap-wrapper .text-primary{color:#0275d8 !important}.bootstrap-wrapper a.text-primary:focus,.bootstrap-wrapper a.text-primary:hover{color:#025aa5 !important}.bootstrap-wrapper .text-success{color:#5cb85c !important}.bootstrap-wrapper a.text-success:focus,.bootstrap-wrapper a.text-success:hover{color:#449d44 !important}.bootstrap-wrapper .text-info{color:#5bc0de !important}.bootstrap-wrapper a.text-info:focus,.bootstrap-wrapper a.text-info:hover{color:#31b0d5 !important}.bootstrap-wrapper .text-warning{color:#f0ad4e !important}.bootstrap-wrapper a.text-warning:focus,.bootstrap-wrapper a.text-warning:hover{color:#ec971f !important}.bootstrap-wrapper .text-danger{color:#d9534f !important}.bootstrap-wrapper a.text-danger:focus,.bootstrap-wrapper a.text-danger:hover{color:#c9302c !important}.bootstrap-wrapper .text-gray-dark{color:#292b2c !important}.bootstrap-wrapper a.text-gray-dark:focus,.bootstrap-wrapper a.text-gray-dark:hover{color:#101112 !important}.bootstrap-wrapper .text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.bootstrap-wrapper .invisible{visibility:hidden !important}.bootstrap-wrapper .hidden-xs-up{display:none !important}@media (max-width: 575px){.bootstrap-wrapper .hidden-xs-down{display:none !important}}@media (min-width: 576px){.bootstrap-wrapper .hidden-sm-up{display:none !important}}@media (max-width: 767px){.bootstrap-wrapper .hidden-sm-down{display:none !important}}@media (min-width: 768px){.bootstrap-wrapper .hidden-md-up{display:none !important}}@media (max-width: 991px){.bootstrap-wrapper .hidden-md-down{display:none !important}}@media (min-width: 992px){.bootstrap-wrapper .hidden-lg-up{display:none !important}}@media (max-width: 1199px){.bootstrap-wrapper .hidden-lg-down{display:none !important}}@media (min-width: 1200px){.bootstrap-wrapper .hidden-xl-up{display:none !important}}.bootstrap-wrapper .hidden-xl-down{display:none !important}.bootstrap-wrapper .visible-print-block{display:none !important}@media print{.bootstrap-wrapper .visible-print-block{display:block !important}}.bootstrap-wrapper .visible-print-inline{display:none !important}@media print{.bootstrap-wrapper .visible-print-inline{display:inline !important}}.bootstrap-wrapper .visible-print-inline-block{display:none !important}@media print{.bootstrap-wrapper .visible-print-inline-block{display:inline-block !important}}@media print{.bootstrap-wrapper .hidden-print{display:none !important}}.bootstrap-wrapper .container{position:relative;margin-left:auto;margin-right:auto;padding-right:15px;padding-left:15px}@media (min-width: 576px){.bootstrap-wrapper .container{padding-right:15px;padding-left:15px}}@media (min-width: 768px){.bootstrap-wrapper .container{padding-right:15px;padding-left:15px}}@media (min-width: 992px){.bootstrap-wrapper .container{padding-right:15px;padding-left:15px}}@media (min-width: 1200px){.bootstrap-wrapper .container{padding-right:15px;padding-left:15px}}@media (min-width: 576px){.bootstrap-wrapper .container{width:540px;max-width:100%}}@media (min-width: 768px){.bootstrap-wrapper .container{width:720px;max-width:100%}}@media (min-width: 992px){.bootstrap-wrapper .container{width:960px;max-width:100%}}@media (min-width: 1200px){.bootstrap-wrapper .container{width:1000px;max-width:100%}}.bootstrap-wrapper .container-fluid{position:relative;margin-left:auto;margin-right:auto;padding-right:15px;padding-left:15px}@media (min-width: 576px){.bootstrap-wrapper .container-fluid{padding-right:15px;padding-left:15px}}@media (min-width: 768px){.bootstrap-wrapper .container-fluid{padding-right:15px;padding-left:15px}}@media (min-width: 992px){.bootstrap-wrapper .container-fluid{padding-right:15px;padding-left:15px}}@media (min-width: 1200px){.bootstrap-wrapper .container-fluid{padding-right:15px;padding-left:15px}}.bootstrap-wrapper .row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}@media (min-width: 576px){.bootstrap-wrapper .row{margin-right:-15px;margin-left:-15px}}@media (min-width: 768px){.bootstrap-wrapper .row{margin-right:-15px;margin-left:-15px}}@media (min-width: 992px){.bootstrap-wrapper .row{margin-right:-15px;margin-left:-15px}}@media (min-width: 1200px){.bootstrap-wrapper .row{margin-right:-15px;margin-left:-15px}}.bootstrap-wrapper .no-gutters{margin-right:0;margin-left:0}.bootstrap-wrapper .no-gutters>.col,.bootstrap-wrapper .no-gutters>[class*="col-"]{padding-right:0;padding-left:0}.bootstrap-wrapper .col-1,.bootstrap-wrapper .col-2,.bootstrap-wrapper .col-3,.bootstrap-wrapper .col-4,.bootstrap-wrapper .col-5,.bootstrap-wrapper .col-6,.bootstrap-wrapper .col-7,.bootstrap-wrapper .col-8,.bootstrap-wrapper .col-9,.bootstrap-wrapper .col-10,.bootstrap-wrapper .col-11,.bootstrap-wrapper .col-12,.bootstrap-wrapper .col,.bootstrap-wrapper .col-sm-1,.bootstrap-wrapper .col-sm-2,.bootstrap-wrapper .col-sm-3,.bootstrap-wrapper .col-sm-4,.bootstrap-wrapper .col-sm-5,.bootstrap-wrapper .col-sm-6,.bootstrap-wrapper .col-sm-7,.bootstrap-wrapper .col-sm-8,.bootstrap-wrapper .col-sm-9,.bootstrap-wrapper .col-sm-10,.bootstrap-wrapper .col-sm-11,.bootstrap-wrapper .col-sm-12,.bootstrap-wrapper .col-sm,.bootstrap-wrapper .col-md-1,.bootstrap-wrapper .col-md-2,.bootstrap-wrapper .col-md-3,.bootstrap-wrapper .col-md-4,.bootstrap-wrapper .col-md-5,.bootstrap-wrapper .col-md-6,.bootstrap-wrapper .col-md-7,.bootstrap-wrapper .col-md-8,.bootstrap-wrapper .col-md-9,.bootstrap-wrapper .col-md-10,.bootstrap-wrapper .col-md-11,.bootstrap-wrapper .col-md-12,.bootstrap-wrapper .col-md,.bootstrap-wrapper .col-lg-1,.bootstrap-wrapper .col-lg-2,.bootstrap-wrapper .col-lg-3,.bootstrap-wrapper .col-lg-4,.bootstrap-wrapper .col-lg-5,.bootstrap-wrapper .col-lg-6,.bootstrap-wrapper .col-lg-7,.bootstrap-wrapper .col-lg-8,.bootstrap-wrapper .col-lg-9,.bootstrap-wrapper .col-lg-10,.bootstrap-wrapper .col-lg-11,.bootstrap-wrapper .col-lg-12,.bootstrap-wrapper .col-lg,.bootstrap-wrapper .col-xl-1,.bootstrap-wrapper .col-xl-2,.bootstrap-wrapper .col-xl-3,.bootstrap-wrapper .col-xl-4,.bootstrap-wrapper .col-xl-5,.bootstrap-wrapper .col-xl-6,.bootstrap-wrapper .col-xl-7,.bootstrap-wrapper .col-xl-8,.bootstrap-wrapper .col-xl-9,.bootstrap-wrapper .col-xl-10,.bootstrap-wrapper .col-xl-11,.bootstrap-wrapper .col-xl-12,.bootstrap-wrapper .col-xl{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}@media (min-width: 576px){.bootstrap-wrapper .col-1,.bootstrap-wrapper .col-2,.bootstrap-wrapper .col-3,.bootstrap-wrapper .col-4,.bootstrap-wrapper .col-5,.bootstrap-wrapper .col-6,.bootstrap-wrapper .col-7,.bootstrap-wrapper .col-8,.bootstrap-wrapper .col-9,.bootstrap-wrapper .col-10,.bootstrap-wrapper .col-11,.bootstrap-wrapper .col-12,.bootstrap-wrapper .col,.bootstrap-wrapper .col-sm-1,.bootstrap-wrapper .col-sm-2,.bootstrap-wrapper .col-sm-3,.bootstrap-wrapper .col-sm-4,.bootstrap-wrapper .col-sm-5,.bootstrap-wrapper .col-sm-6,.bootstrap-wrapper .col-sm-7,.bootstrap-wrapper .col-sm-8,.bootstrap-wrapper .col-sm-9,.bootstrap-wrapper .col-sm-10,.bootstrap-wrapper .col-sm-11,.bootstrap-wrapper .col-sm-12,.bootstrap-wrapper .col-sm,.bootstrap-wrapper .col-md-1,.bootstrap-wrapper .col-md-2,.bootstrap-wrapper .col-md-3,.bootstrap-wrapper .col-md-4,.bootstrap-wrapper .col-md-5,.bootstrap-wrapper .col-md-6,.bootstrap-wrapper .col-md-7,.bootstrap-wrapper .col-md-8,.bootstrap-wrapper .col-md-9,.bootstrap-wrapper .col-md-10,.bootstrap-wrapper .col-md-11,.bootstrap-wrapper .col-md-12,.bootstrap-wrapper .col-md,.bootstrap-wrapper .col-lg-1,.bootstrap-wrapper .col-lg-2,.bootstrap-wrapper .col-lg-3,.bootstrap-wrapper .col-lg-4,.bootstrap-wrapper .col-lg-5,.bootstrap-wrapper .col-lg-6,.bootstrap-wrapper .col-lg-7,.bootstrap-wrapper .col-lg-8,.bootstrap-wrapper .col-lg-9,.bootstrap-wrapper .col-lg-10,.bootstrap-wrapper .col-lg-11,.bootstrap-wrapper .col-lg-12,.bootstrap-wrapper .col-lg,.bootstrap-wrapper .col-xl-1,.bootstrap-wrapper .col-xl-2,.bootstrap-wrapper .col-xl-3,.bootstrap-wrapper .col-xl-4,.bootstrap-wrapper .col-xl-5,.bootstrap-wrapper .col-xl-6,.bootstrap-wrapper .col-xl-7,.bootstrap-wrapper .col-xl-8,.bootstrap-wrapper .col-xl-9,.bootstrap-wrapper .col-xl-10,.bootstrap-wrapper .col-xl-11,.bootstrap-wrapper .col-xl-12,.bootstrap-wrapper .col-xl{padding-right:15px;padding-left:15px}}@media (min-width: 768px){.bootstrap-wrapper .col-1,.bootstrap-wrapper .col-2,.bootstrap-wrapper .col-3,.bootstrap-wrapper .col-4,.bootstrap-wrapper .col-5,.bootstrap-wrapper .col-6,.bootstrap-wrapper .col-7,.bootstrap-wrapper .col-8,.bootstrap-wrapper .col-9,.bootstrap-wrapper .col-10,.bootstrap-wrapper .col-11,.bootstrap-wrapper .col-12,.bootstrap-wrapper .col,.bootstrap-wrapper .col-sm-1,.bootstrap-wrapper .col-sm-2,.bootstrap-wrapper .col-sm-3,.bootstrap-wrapper .col-sm-4,.bootstrap-wrapper .col-sm-5,.bootstrap-wrapper .col-sm-6,.bootstrap-wrapper .col-sm-7,.bootstrap-wrapper .col-sm-8,.bootstrap-wrapper .col-sm-9,.bootstrap-wrapper .col-sm-10,.bootstrap-wrapper .col-sm-11,.bootstrap-wrapper .col-sm-12,.bootstrap-wrapper .col-sm,.bootstrap-wrapper .col-md-1,.bootstrap-wrapper .col-md-2,.bootstrap-wrapper .col-md-3,.bootstrap-wrapper .col-md-4,.bootstrap-wrapper .col-md-5,.bootstrap-wrapper .col-md-6,.bootstrap-wrapper .col-md-7,.bootstrap-wrapper .col-md-8,.bootstrap-wrapper .col-md-9,.bootstrap-wrapper .col-md-10,.bootstrap-wrapper .col-md-11,.bootstrap-wrapper .col-md-12,.bootstrap-wrapper .col-md,.bootstrap-wrapper .col-lg-1,.bootstrap-wrapper .col-lg-2,.bootstrap-wrapper .col-lg-3,.bootstrap-wrapper .col-lg-4,.bootstrap-wrapper .col-lg-5,.bootstrap-wrapper .col-lg-6,.bootstrap-wrapper .col-lg-7,.bootstrap-wrapper .col-lg-8,.bootstrap-wrapper .col-lg-9,.bootstrap-wrapper .col-lg-10,.bootstrap-wrapper .col-lg-11,.bootstrap-wrapper .col-lg-12,.bootstrap-wrapper .col-lg,.bootstrap-wrapper .col-xl-1,.bootstrap-wrapper .col-xl-2,.bootstrap-wrapper .col-xl-3,.bootstrap-wrapper .col-xl-4,.bootstrap-wrapper .col-xl-5,.bootstrap-wrapper .col-xl-6,.bootstrap-wrapper .col-xl-7,.bootstrap-wrapper .col-xl-8,.bootstrap-wrapper .col-xl-9,.bootstrap-wrapper .col-xl-10,.bootstrap-wrapper .col-xl-11,.bootstrap-wrapper .col-xl-12,.bootstrap-wrapper .col-xl{padding-right:15px;padding-left:15px}}@media (min-width: 992px){.bootstrap-wrapper .col-1,.bootstrap-wrapper .col-2,.bootstrap-wrapper .col-3,.bootstrap-wrapper .col-4,.bootstrap-wrapper .col-5,.bootstrap-wrapper .col-6,.bootstrap-wrapper .col-7,.bootstrap-wrapper .col-8,.bootstrap-wrapper .col-9,.bootstrap-wrapper .col-10,.bootstrap-wrapper .col-11,.bootstrap-wrapper .col-12,.bootstrap-wrapper .col,.bootstrap-wrapper .col-sm-1,.bootstrap-wrapper .col-sm-2,.bootstrap-wrapper .col-sm-3,.bootstrap-wrapper .col-sm-4,.bootstrap-wrapper .col-sm-5,.bootstrap-wrapper .col-sm-6,.bootstrap-wrapper .col-sm-7,.bootstrap-wrapper .col-sm-8,.bootstrap-wrapper .col-sm-9,.bootstrap-wrapper .col-sm-10,.bootstrap-wrapper .col-sm-11,.bootstrap-wrapper .col-sm-12,.bootstrap-wrapper .col-sm,.bootstrap-wrapper .col-md-1,.bootstrap-wrapper .col-md-2,.bootstrap-wrapper .col-md-3,.bootstrap-wrapper .col-md-4,.bootstrap-wrapper .col-md-5,.bootstrap-wrapper .col-md-6,.bootstrap-wrapper .col-md-7,.bootstrap-wrapper .col-md-8,.bootstrap-wrapper .col-md-9,.bootstrap-wrapper .col-md-10,.bootstrap-wrapper .col-md-11,.bootstrap-wrapper .col-md-12,.bootstrap-wrapper .col-md,.bootstrap-wrapper .col-lg-1,.bootstrap-wrapper .col-lg-2,.bootstrap-wrapper .col-lg-3,.bootstrap-wrapper .col-lg-4,.bootstrap-wrapper .col-lg-5,.bootstrap-wrapper .col-lg-6,.bootstrap-wrapper .col-lg-7,.bootstrap-wrapper .col-lg-8,.bootstrap-wrapper .col-lg-9,.bootstrap-wrapper .col-lg-10,.bootstrap-wrapper .col-lg-11,.bootstrap-wrapper .col-lg-12,.bootstrap-wrapper .col-lg,.bootstrap-wrapper .col-xl-1,.bootstrap-wrapper .col-xl-2,.bootstrap-wrapper .col-xl-3,.bootstrap-wrapper .col-xl-4,.bootstrap-wrapper .col-xl-5,.bootstrap-wrapper .col-xl-6,.bootstrap-wrapper .col-xl-7,.bootstrap-wrapper .col-xl-8,.bootstrap-wrapper .col-xl-9,.bootstrap-wrapper .col-xl-10,.bootstrap-wrapper .col-xl-11,.bootstrap-wrapper .col-xl-12,.bootstrap-wrapper .col-xl{padding-right:15px;padding-left:15px}}@media (min-width: 1200px){.bootstrap-wrapper .col-1,.bootstrap-wrapper .col-2,.bootstrap-wrapper .col-3,.bootstrap-wrapper .col-4,.bootstrap-wrapper .col-5,.bootstrap-wrapper .col-6,.bootstrap-wrapper .col-7,.bootstrap-wrapper .col-8,.bootstrap-wrapper .col-9,.bootstrap-wrapper .col-10,.bootstrap-wrapper .col-11,.bootstrap-wrapper .col-12,.bootstrap-wrapper .col,.bootstrap-wrapper .col-sm-1,.bootstrap-wrapper .col-sm-2,.bootstrap-wrapper .col-sm-3,.bootstrap-wrapper .col-sm-4,.bootstrap-wrapper .col-sm-5,.bootstrap-wrapper .col-sm-6,.bootstrap-wrapper .col-sm-7,.bootstrap-wrapper .col-sm-8,.bootstrap-wrapper .col-sm-9,.bootstrap-wrapper .col-sm-10,.bootstrap-wrapper .col-sm-11,.bootstrap-wrapper .col-sm-12,.bootstrap-wrapper .col-sm,.bootstrap-wrapper .col-md-1,.bootstrap-wrapper .col-md-2,.bootstrap-wrapper .col-md-3,.bootstrap-wrapper .col-md-4,.bootstrap-wrapper .col-md-5,.bootstrap-wrapper .col-md-6,.bootstrap-wrapper .col-md-7,.bootstrap-wrapper .col-md-8,.bootstrap-wrapper .col-md-9,.bootstrap-wrapper .col-md-10,.bootstrap-wrapper .col-md-11,.bootstrap-wrapper .col-md-12,.bootstrap-wrapper .col-md,.bootstrap-wrapper .col-lg-1,.bootstrap-wrapper .col-lg-2,.bootstrap-wrapper .col-lg-3,.bootstrap-wrapper .col-lg-4,.bootstrap-wrapper .col-lg-5,.bootstrap-wrapper .col-lg-6,.bootstrap-wrapper .col-lg-7,.bootstrap-wrapper .col-lg-8,.bootstrap-wrapper .col-lg-9,.bootstrap-wrapper .col-lg-10,.bootstrap-wrapper .col-lg-11,.bootstrap-wrapper .col-lg-12,.bootstrap-wrapper .col-lg,.bootstrap-wrapper .col-xl-1,.bootstrap-wrapper .col-xl-2,.bootstrap-wrapper .col-xl-3,.bootstrap-wrapper .col-xl-4,.bootstrap-wrapper .col-xl-5,.bootstrap-wrapper .col-xl-6,.bootstrap-wrapper .col-xl-7,.bootstrap-wrapper .col-xl-8,.bootstrap-wrapper .col-xl-9,.bootstrap-wrapper .col-xl-10,.bootstrap-wrapper .col-xl-11,.bootstrap-wrapper .col-xl-12,.bootstrap-wrapper .col-xl{padding-right:15px;padding-left:15px}}.bootstrap-wrapper .col{flex-basis:0;flex-grow:1;max-width:100%}.bootstrap-wrapper .col-auto{flex:0 0 auto;width:auto}.bootstrap-wrapper .col-1{flex:0 0 8.33333%;max-width:8.33333%}.bootstrap-wrapper .col-2{flex:0 0 16.66667%;max-width:16.66667%}.bootstrap-wrapper .col-3{flex:0 0 25%;max-width:25%}.bootstrap-wrapper .col-4{flex:0 0 33.33333%;max-width:33.33333%}.bootstrap-wrapper .col-5{flex:0 0 41.66667%;max-width:41.66667%}.bootstrap-wrapper .col-6{flex:0 0 50%;max-width:50%}.bootstrap-wrapper .col-7{flex:0 0 58.33333%;max-width:58.33333%}.bootstrap-wrapper .col-8{flex:0 0 66.66667%;max-width:66.66667%}.bootstrap-wrapper .col-9{flex:0 0 75%;max-width:75%}.bootstrap-wrapper .col-10{flex:0 0 83.33333%;max-width:83.33333%}.bootstrap-wrapper .col-11{flex:0 0 91.66667%;max-width:91.66667%}.bootstrap-wrapper .col-12{flex:0 0 100%;max-width:100%}.bootstrap-wrapper .pull-0{right:auto}.bootstrap-wrapper .pull-1{right:8.33333%}.bootstrap-wrapper .pull-2{right:16.66667%}.bootstrap-wrapper .pull-3{right:25%}.bootstrap-wrapper .pull-4{right:33.33333%}.bootstrap-wrapper .pull-5{right:41.66667%}.bootstrap-wrapper .pull-6{right:50%}.bootstrap-wrapper .pull-7{right:58.33333%}.bootstrap-wrapper .pull-8{right:66.66667%}.bootstrap-wrapper .pull-9{right:75%}.bootstrap-wrapper .pull-10{right:83.33333%}.bootstrap-wrapper .pull-11{right:91.66667%}.bootstrap-wrapper .pull-12{right:100%}.bootstrap-wrapper .push-0{left:auto}.bootstrap-wrapper .push-1{left:8.33333%}.bootstrap-wrapper .push-2{left:16.66667%}.bootstrap-wrapper .push-3{left:25%}.bootstrap-wrapper .push-4{left:33.33333%}.bootstrap-wrapper .push-5{left:41.66667%}.bootstrap-wrapper .push-6{left:50%}.bootstrap-wrapper .push-7{left:58.33333%}.bootstrap-wrapper .push-8{left:66.66667%}.bootstrap-wrapper .push-9{left:75%}.bootstrap-wrapper .push-10{left:83.33333%}.bootstrap-wrapper .push-11{left:91.66667%}.bootstrap-wrapper .push-12{left:100%}.bootstrap-wrapper .offset-1{margin-left:8.33333%}.bootstrap-wrapper .offset-2{margin-left:16.66667%}.bootstrap-wrapper .offset-3{margin-left:25%}.bootstrap-wrapper .offset-4{margin-left:33.33333%}.bootstrap-wrapper .offset-5{margin-left:41.66667%}.bootstrap-wrapper .offset-6{margin-left:50%}.bootstrap-wrapper .offset-7{margin-left:58.33333%}.bootstrap-wrapper .offset-8{margin-left:66.66667%}.bootstrap-wrapper .offset-9{margin-left:75%}.bootstrap-wrapper .offset-10{margin-left:83.33333%}.bootstrap-wrapper .offset-11{margin-left:91.66667%}@media (min-width: 576px){.bootstrap-wrapper .col-sm{flex-basis:0;flex-grow:1;max-width:100%}.bootstrap-wrapper .col-sm-auto{flex:0 0 auto;width:auto}.bootstrap-wrapper .col-sm-1{flex:0 0 8.33333%;max-width:8.33333%}.bootstrap-wrapper .col-sm-2{flex:0 0 16.66667%;max-width:16.66667%}.bootstrap-wrapper .col-sm-3{flex:0 0 25%;max-width:25%}.bootstrap-wrapper .col-sm-4{flex:0 0 33.33333%;max-width:33.33333%}.bootstrap-wrapper .col-sm-5{flex:0 0 41.66667%;max-width:41.66667%}.bootstrap-wrapper .col-sm-6{flex:0 0 50%;max-width:50%}.bootstrap-wrapper .col-sm-7{flex:0 0 58.33333%;max-width:58.33333%}.bootstrap-wrapper .col-sm-8{flex:0 0 66.66667%;max-width:66.66667%}.bootstrap-wrapper .col-sm-9{flex:0 0 75%;max-width:75%}.bootstrap-wrapper .col-sm-10{flex:0 0 83.33333%;max-width:83.33333%}.bootstrap-wrapper .col-sm-11{flex:0 0 91.66667%;max-width:91.66667%}.bootstrap-wrapper .col-sm-12{flex:0 0 100%;max-width:100%}.bootstrap-wrapper .pull-sm-0{right:auto}.bootstrap-wrapper .pull-sm-1{right:8.33333%}.bootstrap-wrapper .pull-sm-2{right:16.66667%}.bootstrap-wrapper .pull-sm-3{right:25%}.bootstrap-wrapper .pull-sm-4{right:33.33333%}.bootstrap-wrapper .pull-sm-5{right:41.66667%}.bootstrap-wrapper .pull-sm-6{right:50%}.bootstrap-wrapper .pull-sm-7{right:58.33333%}.bootstrap-wrapper .pull-sm-8{right:66.66667%}.bootstrap-wrapper .pull-sm-9{right:75%}.bootstrap-wrapper .pull-sm-10{right:83.33333%}.bootstrap-wrapper .pull-sm-11{right:91.66667%}.bootstrap-wrapper .pull-sm-12{right:100%}.bootstrap-wrapper .push-sm-0{left:auto}.bootstrap-wrapper .push-sm-1{left:8.33333%}.bootstrap-wrapper .push-sm-2{left:16.66667%}.bootstrap-wrapper .push-sm-3{left:25%}.bootstrap-wrapper .push-sm-4{left:33.33333%}.bootstrap-wrapper .push-sm-5{left:41.66667%}.bootstrap-wrapper .push-sm-6{left:50%}.bootstrap-wrapper .push-sm-7{left:58.33333%}.bootstrap-wrapper .push-sm-8{left:66.66667%}.bootstrap-wrapper .push-sm-9{left:75%}.bootstrap-wrapper .push-sm-10{left:83.33333%}.bootstrap-wrapper .push-sm-11{left:91.66667%}.bootstrap-wrapper .push-sm-12{left:100%}.bootstrap-wrapper .offset-sm-0{margin-left:0%}.bootstrap-wrapper .offset-sm-1{margin-left:8.33333%}.bootstrap-wrapper .offset-sm-2{margin-left:16.66667%}.bootstrap-wrapper .offset-sm-3{margin-left:25%}.bootstrap-wrapper .offset-sm-4{margin-left:33.33333%}.bootstrap-wrapper .offset-sm-5{margin-left:41.66667%}.bootstrap-wrapper .offset-sm-6{margin-left:50%}.bootstrap-wrapper .offset-sm-7{margin-left:58.33333%}.bootstrap-wrapper .offset-sm-8{margin-left:66.66667%}.bootstrap-wrapper .offset-sm-9{margin-left:75%}.bootstrap-wrapper .offset-sm-10{margin-left:83.33333%}.bootstrap-wrapper .offset-sm-11{margin-left:91.66667%}}@media (min-width: 768px){.bootstrap-wrapper .col-md{flex-basis:0;flex-grow:1;max-width:100%}.bootstrap-wrapper .col-md-auto{flex:0 0 auto;width:auto}.bootstrap-wrapper .col-md-1{flex:0 0 8.33333%;max-width:8.33333%}.bootstrap-wrapper .col-md-2{flex:0 0 16.66667%;max-width:16.66667%}.bootstrap-wrapper .col-md-3{flex:0 0 25%;max-width:25%}.bootstrap-wrapper .col-md-4{flex:0 0 33.33333%;max-width:33.33333%}.bootstrap-wrapper .col-md-5{flex:0 0 41.66667%;max-width:41.66667%}.bootstrap-wrapper .col-md-6{flex:0 0 50%;max-width:50%}.bootstrap-wrapper .col-md-7{flex:0 0 58.33333%;max-width:58.33333%}.bootstrap-wrapper .col-md-8{flex:0 0 66.66667%;max-width:66.66667%}.bootstrap-wrapper .col-md-9{flex:0 0 75%;max-width:75%}.bootstrap-wrapper .col-md-10{flex:0 0 83.33333%;max-width:83.33333%}.bootstrap-wrapper .col-md-11{flex:0 0 91.66667%;max-width:91.66667%}.bootstrap-wrapper .col-md-12{flex:0 0 100%;max-width:100%}.bootstrap-wrapper .pull-md-0{right:auto}.bootstrap-wrapper .pull-md-1{right:8.33333%}.bootstrap-wrapper .pull-md-2{right:16.66667%}.bootstrap-wrapper .pull-md-3{right:25%}.bootstrap-wrapper .pull-md-4{right:33.33333%}.bootstrap-wrapper .pull-md-5{right:41.66667%}.bootstrap-wrapper .pull-md-6{right:50%}.bootstrap-wrapper .pull-md-7{right:58.33333%}.bootstrap-wrapper .pull-md-8{right:66.66667%}.bootstrap-wrapper .pull-md-9{right:75%}.bootstrap-wrapper .pull-md-10{right:83.33333%}.bootstrap-wrapper .pull-md-11{right:91.66667%}.bootstrap-wrapper .pull-md-12{right:100%}.bootstrap-wrapper .push-md-0{left:auto}.bootstrap-wrapper .push-md-1{left:8.33333%}.bootstrap-wrapper .push-md-2{left:16.66667%}.bootstrap-wrapper .push-md-3{left:25%}.bootstrap-wrapper .push-md-4{left:33.33333%}.bootstrap-wrapper .push-md-5{left:41.66667%}.bootstrap-wrapper .push-md-6{left:50%}.bootstrap-wrapper .push-md-7{left:58.33333%}.bootstrap-wrapper .push-md-8{left:66.66667%}.bootstrap-wrapper .push-md-9{left:75%}.bootstrap-wrapper .push-md-10{left:83.33333%}.bootstrap-wrapper .push-md-11{left:91.66667%}.bootstrap-wrapper .push-md-12{left:100%}.bootstrap-wrapper .offset-md-0{margin-left:0%}.bootstrap-wrapper .offset-md-1{margin-left:8.33333%}.bootstrap-wrapper .offset-md-2{margin-left:16.66667%}.bootstrap-wrapper .offset-md-3{margin-left:25%}.bootstrap-wrapper .offset-md-4{margin-left:33.33333%}.bootstrap-wrapper .offset-md-5{margin-left:41.66667%}.bootstrap-wrapper .offset-md-6{margin-left:50%}.bootstrap-wrapper .offset-md-7{margin-left:58.33333%}.bootstrap-wrapper .offset-md-8{margin-left:66.66667%}.bootstrap-wrapper .offset-md-9{margin-left:75%}.bootstrap-wrapper .offset-md-10{margin-left:83.33333%}.bootstrap-wrapper .offset-md-11{margin-left:91.66667%}}@media (min-width: 992px){.bootstrap-wrapper .col-lg{flex-basis:0;flex-grow:1;max-width:100%}.bootstrap-wrapper .col-lg-auto{flex:0 0 auto;width:auto}.bootstrap-wrapper .col-lg-1{flex:0 0 8.33333%;max-width:8.33333%}.bootstrap-wrapper .col-lg-2{flex:0 0 16.66667%;max-width:16.66667%}.bootstrap-wrapper .col-lg-3{flex:0 0 25%;max-width:25%}.bootstrap-wrapper .col-lg-4{flex:0 0 33.33333%;max-width:33.33333%}.bootstrap-wrapper .col-lg-5{flex:0 0 41.66667%;max-width:41.66667%}.bootstrap-wrapper .col-lg-6{flex:0 0 50%;max-width:50%}.bootstrap-wrapper .col-lg-7{flex:0 0 58.33333%;max-width:58.33333%}.bootstrap-wrapper .col-lg-8{flex:0 0 66.66667%;max-width:66.66667%}.bootstrap-wrapper .col-lg-9{flex:0 0 75%;max-width:75%}.bootstrap-wrapper .col-lg-10{flex:0 0 83.33333%;max-width:83.33333%}.bootstrap-wrapper .col-lg-11{flex:0 0 91.66667%;max-width:91.66667%}.bootstrap-wrapper .col-lg-12{flex:0 0 100%;max-width:100%}.bootstrap-wrapper .pull-lg-0{right:auto}.bootstrap-wrapper .pull-lg-1{right:8.33333%}.bootstrap-wrapper .pull-lg-2{right:16.66667%}.bootstrap-wrapper .pull-lg-3{right:25%}.bootstrap-wrapper .pull-lg-4{right:33.33333%}.bootstrap-wrapper .pull-lg-5{right:41.66667%}.bootstrap-wrapper .pull-lg-6{right:50%}.bootstrap-wrapper .pull-lg-7{right:58.33333%}.bootstrap-wrapper .pull-lg-8{right:66.66667%}.bootstrap-wrapper .pull-lg-9{right:75%}.bootstrap-wrapper .pull-lg-10{right:83.33333%}.bootstrap-wrapper .pull-lg-11{right:91.66667%}.bootstrap-wrapper .pull-lg-12{right:100%}.bootstrap-wrapper .push-lg-0{left:auto}.bootstrap-wrapper .push-lg-1{left:8.33333%}.bootstrap-wrapper .push-lg-2{left:16.66667%}.bootstrap-wrapper .push-lg-3{left:25%}.bootstrap-wrapper .push-lg-4{left:33.33333%}.bootstrap-wrapper .push-lg-5{left:41.66667%}.bootstrap-wrapper .push-lg-6{left:50%}.bootstrap-wrapper .push-lg-7{left:58.33333%}.bootstrap-wrapper .push-lg-8{left:66.66667%}.bootstrap-wrapper .push-lg-9{left:75%}.bootstrap-wrapper .push-lg-10{left:83.33333%}.bootstrap-wrapper .push-lg-11{left:91.66667%}.bootstrap-wrapper .push-lg-12{left:100%}.bootstrap-wrapper .offset-lg-0{margin-left:0%}.bootstrap-wrapper .offset-lg-1{margin-left:8.33333%}.bootstrap-wrapper .offset-lg-2{margin-left:16.66667%}.bootstrap-wrapper .offset-lg-3{margin-left:25%}.bootstrap-wrapper .offset-lg-4{margin-left:33.33333%}.bootstrap-wrapper .offset-lg-5{margin-left:41.66667%}.bootstrap-wrapper .offset-lg-6{margin-left:50%}.bootstrap-wrapper .offset-lg-7{margin-left:58.33333%}.bootstrap-wrapper .offset-lg-8{margin-left:66.66667%}.bootstrap-wrapper .offset-lg-9{margin-left:75%}.bootstrap-wrapper .offset-lg-10{margin-left:83.33333%}.bootstrap-wrapper .offset-lg-11{margin-left:91.66667%}}@media (min-width: 1200px){.bootstrap-wrapper .col-xl{flex-basis:0;flex-grow:1;max-width:100%}.bootstrap-wrapper .col-xl-auto{flex:0 0 auto;width:auto}.bootstrap-wrapper .col-xl-1{flex:0 0 8.33333%;max-width:8.33333%}.bootstrap-wrapper .col-xl-2{flex:0 0 16.66667%;max-width:16.66667%}.bootstrap-wrapper .col-xl-3{flex:0 0 25%;max-width:25%}.bootstrap-wrapper .col-xl-4{flex:0 0 33.33333%;max-width:33.33333%}.bootstrap-wrapper .col-xl-5{flex:0 0 41.66667%;max-width:41.66667%}.bootstrap-wrapper .col-xl-6{flex:0 0 50%;max-width:50%}.bootstrap-wrapper .col-xl-7{flex:0 0 58.33333%;max-width:58.33333%}.bootstrap-wrapper .col-xl-8{flex:0 0 66.66667%;max-width:66.66667%}.bootstrap-wrapper .col-xl-9{flex:0 0 75%;max-width:75%}.bootstrap-wrapper .col-xl-10{flex:0 0 83.33333%;max-width:83.33333%}.bootstrap-wrapper .col-xl-11{flex:0 0 91.66667%;max-width:91.66667%}.bootstrap-wrapper .col-xl-12{flex:0 0 100%;max-width:100%}.bootstrap-wrapper .pull-xl-0{right:auto}.bootstrap-wrapper .pull-xl-1{right:8.33333%}.bootstrap-wrapper .pull-xl-2{right:16.66667%}.bootstrap-wrapper .pull-xl-3{right:25%}.bootstrap-wrapper .pull-xl-4{right:33.33333%}.bootstrap-wrapper .pull-xl-5{right:41.66667%}.bootstrap-wrapper .pull-xl-6{right:50%}.bootstrap-wrapper .pull-xl-7{right:58.33333%}.bootstrap-wrapper .pull-xl-8{right:66.66667%}.bootstrap-wrapper .pull-xl-9{right:75%}.bootstrap-wrapper .pull-xl-10{right:83.33333%}.bootstrap-wrapper .pull-xl-11{right:91.66667%}.bootstrap-wrapper .pull-xl-12{right:100%}.bootstrap-wrapper .push-xl-0{left:auto}.bootstrap-wrapper .push-xl-1{left:8.33333%}.bootstrap-wrapper .push-xl-2{left:16.66667%}.bootstrap-wrapper .push-xl-3{left:25%}.bootstrap-wrapper .push-xl-4{left:33.33333%}.bootstrap-wrapper .push-xl-5{left:41.66667%}.bootstrap-wrapper .push-xl-6{left:50%}.bootstrap-wrapper .push-xl-7{left:58.33333%}.bootstrap-wrapper .push-xl-8{left:66.66667%}.bootstrap-wrapper .push-xl-9{left:75%}.bootstrap-wrapper .push-xl-10{left:83.33333%}.bootstrap-wrapper .push-xl-11{left:91.66667%}.bootstrap-wrapper .push-xl-12{left:100%}.bootstrap-wrapper .offset-xl-0{margin-left:0%}.bootstrap-wrapper .offset-xl-1{margin-left:8.33333%}.bootstrap-wrapper .offset-xl-2{margin-left:16.66667%}.bootstrap-wrapper .offset-xl-3{margin-left:25%}.bootstrap-wrapper .offset-xl-4{margin-left:33.33333%}.bootstrap-wrapper .offset-xl-5{margin-left:41.66667%}.bootstrap-wrapper .offset-xl-6{margin-left:50%}.bootstrap-wrapper .offset-xl-7{margin-left:58.33333%}.bootstrap-wrapper .offset-xl-8{margin-left:66.66667%}.bootstrap-wrapper .offset-xl-9{margin-left:75%}.bootstrap-wrapper .offset-xl-10{margin-left:83.33333%}.bootstrap-wrapper .offset-xl-11{margin-left:91.66667%}}.bootstrap-wrapper .img-fluid{max-width:100%;height:auto}
/*# sourceMappingURL=bootstrap-grid.css.map */

/* custom */
.dpoa-brand .primaryNav { height: 80px; }
.dpoa-brand.scroll .primaryNav { height: 60px; }

.dpoa-brand .hero img { width: 100%; }
.dpoa-brand .hero .wrapper { position: absolute; top: 0; width: 100%; height: 100%; max-width: initial; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
.dpoa-brand .hero .content { width: 100%; max-width: 1000px; padding-left: 400px; position: relative; bottom: auto; -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; }
.dpoa-brand .hero .hero-image { display: block; height: 200px; width: 200px; position: absolute; left: 13.5%; top: -50%; background: url(/uploads/banners/home-banner-logo-v1.png); background-size: contain; background-repeat: no-repeat; }

/* global */
.hero img { width: 100%; }

.bootstrap-wrapper p, .bootstrap-wrapper b { margin-bottom: 15px; }
.bootstrap-wrapper b { font-weight: bold; }
.bootstrap-wrapper img, .img-auto { max-width: 100%; height: auto; }

.section-bg { background-size: cover; background-position: center center; background-repeat: no-repeat; color: #fff; }

/* btn */
.btn { padding: 10px 15px; text-decoration: none; }
.btn.btn-block { display: block; }
.btn.btn-red { background: #e11d25; color: #fff; }
.btn.btn-blue { background: #1eafed; color: #fff; }

/* helpers */
/* text */
.text-light { font-weight: lighter; }
.text-normal { font-weight: normal; }
.text-bold { font-weight: bold; }

.text-uppercase { text-transform: uppercase; }
.text-lowercase { text-transform: lowercase; }
.text-inherit { text-transform: none; }

.text-block { display: block; }
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.text-justify { text-align: justify; }
.text-rtl { direction: rtl; }
.text-ltr { direction: ltr; }

.text-white { color: #fff; }
.text-blue { color: #153a62; }

.text-inc-15 { font-size: 1.5em; }
.text-inc-20 { font-size: 2em; }
.text-inc-25 { font-size: 2.5em; }
.text-inc-30 { font-size: 3em; }

/* spacing */
.margin-0 { margin: 0; }
.margin-y-0 { margin-top: 0; margin-bottom: 0; } .margin-y-1 { margin-top: 1em; margin-bottom: 1em; } .margin-y-2 { margin-top: 2em; margin-bottom: 2em; } .margin-y-3 { margin-top: 3em; margin-bottom: 3em; } .margin-y-4 { margin-top: 4em; margin-bottom: 4em; } .margin-y-5 { margin-top: 5em; margin-bottom: 5em; }
.margin-x-auto { margin-left: auto; margin-right: auto; }
.margin-top-0 { margin-top: 0; } .margin-top-1 { margin-top: 1em; } .margin-top-2 { margin-top: 2em; } .margin-top-3 { margin-top: 3em; } .margin-top-4 { margin-top: 4em; } .margin-top-5 { margin-top: 5em; } .margin-right-0 { margin-right: 0!important; }
.margin-right-1 { margin-right: 1em; } .margin-right-2 { margin-right: 2em; } .margin-right-3 { margin-right: 3em; } .margin-right-4 { margin-right: 4em; } .margin-right-5 { margin-right: 5em; } .margin-bottom-0 { margin-bottom: 0!important; }
.margin-bottom-1 { margin-bottom: 1em; } .margin-bottom-2 { margin-bottom: 2em; } .margin-bottom-3 { margin-bottom: 3em; } .margin-bottom-4 { margin-bottom: 4em; } .margin-bottom-5 { margin-bottom: 5em; } .margin-left-0 { margin-left: 0!important; }
.margin-left-1 { margin-left: 1em; } .margin-left-2 { margin-left: 2em; } .margin-left-3 { margin-left: 3em; } .margin-left-4 { margin-left: 4em; } .margin-left-5 { margin-left: 5em; }

.padding-0 { padding: 0; }
.padding-y-0 { padding-top: 0; padding-bottom: 0; } .padding-y-1 { padding-top: 1em; padding-bottom: 1em; } .padding-y-2 { padding-top: 2em; padding-bottom: 2em; } .padding-y-3 { padding-top: 3em; padding-bottom: 3em; } .padding-y-4 { padding-top: 4em; padding-bottom: 4em; } .padding-y-5 { padding-top: 5em; padding-bottom: 5em; }
.padding-top-0 { padding-top: 0; } .padding-top-1 { padding-top: 1em; } .padding-top-2 { padding-top: 2em; } .padding-top-3 { padding-top: 3em; } .padding-top-4 { padding-top: 4em; } .padding-top-5 { padding-top: 5em; } .padding-right-0 { padding-right: 0!important; }
.padding-right-1 { padding-right: 1em; } .padding-right-2 { padding-right: 2em; } .padding-right-3 { padding-right: 3em; } .padding-right-4 { padding-right: 4em; } .padding-right-5 { padding-right: 5em; } .padding-bottom-0 { padding-bottom: 0!important; }
.padding-bottom-1 { padding-bottom: 1em; } .padding-bottom-2 { padding-bottom: 2em; } .padding-bottom-3 { padding-bottom: 3em; } .padding-bottom-4 { padding-bottom: 4em; } .padding-bottom-5 { padding-bottom: 5em; } .padding-left-0 { padding-left: 0!important; }
.padding-left-1 { padding-left: 1em; } .padding-left-2 { padding-left: 2em; } .padding-left-3 { padding-left: 3em; } .padding-left-4 { padding-left: 4em; } .padding-left-5 { padding-left: 5em; }

/* media queries */
@media only screen and (max-width: 860px) {
    .dpoa-brand .hero img { width: auto; height: 300px; max-width: none; }
    .dpoa-brand .hero .content { padding-left: 35%; }
    .dpoa-brand .hero .hero-image { width: 150px; height: 150px; }
}

@media only screen and (max-width: 760px) {
    .dpoa-brand .hero .hero-image { position: relative; top: auto; left: auto; margin: 0 auto 10px; }
    .dpoa-brand .hero .content { padding-left: 0; text-align: center; }
}

@media only screen and (max-width: 37.5em) {
    .dpoa-brand .primaryNav { height: auto; }
}