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

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

* {
    border-radiud: 0;
    -moz-border-radiud: 0;
    -webkit-border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cf:after{
    content: " ";
    display: block;
    height: 0;
    clear: both;
}
.fleft {
    float: left;
}

.fright {
    float: right !important;
}

.tleft {
    text-align: left;
}

.tright {
    text-align: right;
}

.tcenter {
    text-align: center;
}

.tjustify {
    text-align: justify;
}
.tjustify:after {
    content: "";
    display: inline-block;
    width: 100%;
}

.clear {
    clear: both;
}

em {
    font-style: italic;
}

strong, b {
    font-weight: bold;
}

u {
    text-decoration: underline;
}

article a {
    text-decoration: underline;
}
article h2 a {
    text-decoration: none;
}
html {
    overflow-y: scroll;
    height: 100%;
    width: 100%;
}

body {
    font-family: 'Source Sans Pro', Tahoma, Arial, Verdana, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: auto;
    height: 100%;
    width: 100%;
    background: #FFFFFF;
    color: #333333;
}

a {
    font-size: 16px;
    color: #333333;
    text-decoration: none;
}
a.button{
    color: #fff !important;
    background-color: #63BFEB;
    padding: 10px 20px;
}

a:hover {
    opacity: 0.7;
}

h1 {
    font-family: 'Source Sans Pro', Tahoma, Arial, Verdana, sans-serif;
    font-size: 50px;
    color:#333;
    line-height:65px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform:uppercase;
}

h2{
    font-family: 'Source Sans Pro', Tahoma, Arial, Verdana, sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 45px;
    margin-bottom: 20px;
    color: #4d649b;
}

h2 a {
    font-family: 'Source Sans Pro', Tahoma, Arial, Verdana, sans-serif;
    font-size: 46px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 24px;
    color: #4d649b;
    text-decoration:none;
}

h3 {
    font-family: 'Source Sans Pro', Tahoma, Arial, Verdana, sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 10px;
    color: #333;
}

h4 {
    font-family: 'Source Sans Pro', Tahoma, Arial, Verdana, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 10px;
    color: #333;
}

h3 a {
    font-family: 'Source Sans Pro', Tahoma, Arial, Verdana, sans-serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    margin-bottom: 10px;
    color: #4d649b;
}

p {
    font-family: 'Source Sans Pro', Tahoma, Arial, Verdana, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 26px;
}

blockquote {
    font-family: 'Source Sans Pro', Tahoma, Arial, Verdana, sans-serif;
    font-size: 18px;
    line-height: 30px;
    margin: 10px 20px;
    padding: 10px;
    background-color: #EEEEEE;
    border-left: 4px solid #AAAAAA;
    font-style: italic;
}

pre {
    font-family: 'Source Sans Pro', Tahoma, Arial, Verdana, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

mark {
    background-color: #FFFF66;
    color: #333333;
    padding: 0 4px;
}

ul {
    list-style: disc;
    padding: 10px 35px;
}

ol {
    list-style: decimal;
    margin: 10px 35px;
}

hr {
    float: left;
    width: 100%;
    border: none;
    padding: 10px 0;
    border-top: 1px solid #B3B3B3;
}

#logo img {
    float: left;
    height: 100%;
}

nav {
    text-align: left;
}


nav li {
    display: inline-block;
    position: relative;
    padding: 0 20px 0 0;
}

nav li a, nav li ul li a {
    color: #FFFFFF;
}

nav li ul {
    width: 145px;
    position: absolute;
    background: rgba(54, 54, 54, 0.8);
    display: none;
    top: 100%;
    left: -10px;
    padding: 0 0 0 0;
    z-index: 10;
    margin-left: 20px;
}

nav li > ul li {
    border-bottom: 1px solid #FFFFFF;
    text-align: left;
    padding: 5px 10px !important;
    width: 100%;
}

nav li > ul li:last-of-type {
    border-bottom: none
}

nav li > ul > li > ul {
    display: none;
    left: 100%;
    margin-left: 0;
    top: 0;
    padding-top: 0;
}

nav ul > li:hover > ul, nav ul > li > ul:hover, nav ul > li > ul > li:hover > ul, nav ul > li > ul > li > ul:hover {
    display: block;
}

#pre_footer ul, #post_footer ul, #pre_header ul, #post_header ul, nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

marquee {
    background: #FFFFFF;
}

/*lightbox*/
@media all {
    .featherlight {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2147483647;
        text-align: center;
        white-space: nowrap;
        cursor: pointer;
        background: #333333;
        background: rgba(0, 0, 0, 0)
    }

    .featherlight:last-of-type {
        background: rgba(0, 0, 0, .8)
    }

    .featherlight:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -.25em
    }

    .featherlight .featherlight-content {
        position: relative;
        text-align: left;
        vertical-align: middle;
        display: inline-block;
        overflow: auto;
        padding: 25px 25px 0;
        border-bottom: 25px solid transparent;
        min-width: 30%;
        margin-left: 5%;
        margin-right: 5%;
        max-height: 95%;
        background: #FFFFFF;
        cursor: auto;
        white-space: normal
    }

    .featherlight .featherlight-inner {
        display: block
    }

    .featherlight .featherlight-close-icon {
        position: absolute;
        z-index: 9999;
        top: 0;
        right: 0;
        line-height: 25px;
        width: 25px;
        cursor: pointer;
        text-align: center;
        font-family: Arial, sans-serif;
        background: #FFFFFF;
        background: rgba(255, 255, 255, .3);
        color: #000000
    }

    .featherlight .featherlight-image {
        width: 100%
    }

    .featherlight-iframe .featherlight-content {
        border-bottom: 0;
        padding: 0
    }

    .featherlight iframe {
        border: 0
    }
}

@media only screen and (max-width: 1024px) {
    .featherlight .featherlight-content {
        margin-left: 10px;
        margin-right: 10px;
        max-height: 98%;
        padding: 10px 10px 0;
        border-bottom: 10px solid transparent
    }
}

/*layout*/
#wrapper {
    float: left;
    width: 100%;
}

#pre_header{
    background-color: #363636;
}

header{
    border-top: 2px solid #FFFFFF;
    background-color: #4D649B;
}

#pre_header .container {
    overflow: visible;
    background-color: #363636;
    color: #FFFFFF;

}

#pre_header .container a, header .container a, footer .container a{
    color: #FFFFFF;
}

header .container {
    color: #FFFFFF;
    background-color: #4D649B;
    overflow: visible;
    height: 105px;
}

footer{
    background-color: #4D649B;
    border-bottom: 2px solid #FFFFFF;
}
footer .container{
    background-color: #4D649B;
    color: #FFFFFF;
    padding:20px;
}
#post_footer .container a{
    color: rgba(255,255,255,0.25);
}
#post_footer .container a i {
    margin-left:20px;
}

#post_footer, #post_footer .container{
    background-color: #363636;
    color: rgba(255,255,255,0.25);
}

#top_container{
    float:left;
    background-size: cover !important;
}

#top_container h1{
    color: #FFFFFF;
    margin:10px 0;
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}

.container.no-pad, .no-pad {
    padding: 0;}

main>.container {
    background-color: #FFFFFF;
}
.container {
    overflow: auto;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    padding: 10px 20px;
}

.col1-12 {
    width: 8.333%;
    width: calc(100% / 12);
    width: -webkit-calc(100% / 12);
    width: -moz-calc(100% / 12);
    padding: 0 10px;
}

.col2-12 {
    width: 16.666%;
    width: calc(100% / 12 * 2);
    width: -webkit-calc(100% / 12 * 2);
    width: -moz-calc(100% / 12 * 2);
    padding: 0 10px;
}

.col3-12 {
    width: 24.999%;
    width: calc(100% / 12 * 3);
    width: -webkit-calc(100% / 12 * 3);
    width: -moz-calc(100% / 12 * 3);
    padding: 0 10px;
}

.col4-12 {
    width: 33.333%;
    width: calc(100% / 12 * 4);
    width: -webkit-calc(100% / 12 * 4);
    width: -moz-calc(100% / 12 * 4);
    padding: 0 10px;
}

.col5-12 {
    width: 41.666%;
    width: calc(100% / 12 * 5);
    width: -webkit-calc(100% / 12 * 5);
    width: -moz-calc(100% / 12 * 5);
    padding: 0 10px;
}

.col6-12 {
    width: 49.999%;
    width: calc(100% / 12 * 6);
    width: -webkit-calc(100% / 12 * 6);
    width: -moz-calc(100% / 12 * 6);
    padding: 0 10px;
}

.col7-12 {
    width: 58.333%;
    width: calc(100% / 12 * 7);
    width: -webkit-calc(100% / 12 * 7);
    width: -moz-calc(100% / 12 * 7);
    padding: 0 10px;
}

.col8-12 {
    width: 66.666%;
    width: calc(100% / 12 * 8);
    width: -webkit-calc(100% / 12 * 8);
    width: -moz-calc(100% / 12 * 8);
    padding: 0 10px;
}

.col9-12 {
    width: 74.999%;
    width: calc(100% / 12 * 9);
    width: -webkit-calc(100% / 12 * 9);
    width: -moz-calc(100% / 12 * 9);
    padding: 0 10px;
}

.col10-12 {
    width: 83.333%;
    width: calc(100% / 12 * 10);
    width: -webkit-calc(100% / 12 * 10);
    width: -moz-calc(100% / 12 * 10);
    padding: 0 10px;
}

.col11-12 {
    width: 91.666%;
    width: calc(100% / 12 * 11);
    width: -webkit-calc(100% / 12 * 11);
    width: -moz-calc(100% / 12 * 11);
    padding: 0 10px;
}

.col12-12 {
    width: 100%;
}

.col {
    float: left;
    display: block;
    position: relative;
}

.col_cont {
    min-height: 180px;
    overflow: auto;
    background: #CFCFCF;
    padding: 10px;
}

.col:first-of-type {
    padding-left: 0;
}

.col:last-of-type {
    padding-right: 0;
}

main, #main, header, #pre_header, #post_header, footer, #pre_footer, #post_footer {
    float: left;
    width: 100%;
}

main .container, #main .container {
    min-height: 700px;
}
main .container.no-mh, #main .container.no-mh {
    min-height: 0;
}

#internal>div:first-of-type{background-color: #FFFFFF;}
#internal>div:nth-of-type(even){background-color: #13295e; color: #FFFFFF;}
#internal>div:nth-of-type(even) h2 {color:#FFF;font-weight:400;}
#internal>div:nth-of-type(even) a.button{background-color: #63bfeb; color: #FFFFFF;font-weight:600;}
#internal>div:nth-of-type(odd){background-color: #63bfeb; color: #13295e;}
#internal>div:nth-of-type(odd) h2 {color:#13295e;font-weight:400;}
#internal>div:nth-of-type(odd) a.button{background-color: #FFF; color: #13295e !important;font-weight:600;}

#internal>div:nth-of-type(even) p:last-of-type{margin-bottom:0;}
#internal>div:nth-of-type(odd) p:last-of-type{margin-bottom:0;}

article {
    float: left;
    width: 80%;
    padding-right: 20px;
    padding-bottom: 80px;
}

aside {
    float: left;
    width: 20%;
}

.col1-12:nth-of-type(12n) {
    padding-right: 0;
}

.col1-12:nth-of-type(12n+1) {
    padding-left: 0;
}

.col2-12:nth-of-type(6n) {
    padding-right: 0;
}

.col2-12:nth-of-type(6n+1) {
    padding-left: 0;
}

.col3-12:nth-of-type(4n) {
    padding-right: 0;
}

.col3-12:nth-of-type(4n+1) {
    padding-left: 0;
}

.col4-12:nth-of-type(3n) {
    padding-right: 0;
}

.col4-12:nth-of-type(3n+1) {
    padding-left: 0;
}

.col6-12:nth-of-type(2n) {
    padding-right: 0;
}

.col6-12:nth-of-type(2n+1) {
    padding-left: 0;
}

/*forms*/
form {
    float: left;
    width: 100%;
}

.honey {
    display: none
}

label>input[type='checkbox'] {
    margin-right: 1em;
}
label {
    text-transform: uppercase;
    font-weight: 700;
    float: left;
    width: 100%;
    font-size: 16px;
    color: #4d649b;
}



label.required:after{
    content: ' *'
}

textarea {
    height: 100px
}


input, textarea, select {
    float: left;
    width: 100%;
    font-family: 'Source Sans Pro', Tahoma, Arial, Verdana, sans-serif;
    border: 1px solid #B3B3B3;
    outline: none;
    background: #FFFFFF;
    color: #333333;
    padding: 10px;
    margin: 10px 0;
}

input[type='checkbox']{
    width: auto;
    margin:0 10px 0 0!important;
}

label[for="sign-up"] {
  font-size: 12px;
  font-weight: 400;
  opacity: 0.9;
  letter-spacing: 0.025em;
  margin:10px 0;
  width:auto;
  float:left;
}
button, input[type='submit'] {
    width: auto;
    border: none;
    outline: none;
    background: #63bfeb;
    color: #FFF;
    padding: 10px 20px;
    margin: 10px 0;
    cursor: pointer;
    float:right;
    font-size:16px;
    text-transform:uppercase;
    font-weight:600;
}

/*elements*/
#aside_links, #aside_links ul {
    float: left;
    width: 100%;
    padding: 0;
}

#aside_links ul {
    padding-left: 10px
}

#aside_links li {
    float: left;
    width: 100%;
    border-bottom: 1px solid #B3B3B3;
    padding: 3px 0;
}

#aside_links li:last-of-type {
    border-bottom: none;
}

#aside_links li:first-of-type {
    padding-top: 0;
}

.mob_hide {
    display: block
}

.mob_show {
    display: none
}

#map_canvas {
    float: left;
    width: 100%;
    height: 300px;
}

.post {
    float: left;
    width: 100%;
    padding: 40px 0;
    border-bottom: 1px solid #B3B3B3;
}

.post:first-of-type {
    padding-top: 0
}

.post:last-of-type {
    border:none;
}

.tag_list {
    padding: 0;
    list-style: none
}

.tag_list li {
    float: left;
    width: 100%;
    padding: 10px 5px;
    border-bottom: 1px solid #B3B3B3;
    margin:0!important;
}

.tag_list li:last-of-type {
    border-bottom: none
}

.simply-scroll-clip {
    position: relative;
    overflow: hidden;
}

.simply-scroll-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}

.simply-scroll-list li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.simply-scroll-list li img {
    border: none;
    display: block;
}

.simply-scroll .simply-scroll-clip {
    width: 100%;
    height: 80px;
}

.simply-scroll .simply-scroll-list li {
    float: left;
    width: 1139px;
    height: 100px;
}

#gallery {
    list-style: none;
    padding: 0;
}

#gallery li {
    height: 250px;
    margin-bottom: 20px;
    position: relative;
}

#gallery li img {
    min-height: 250px;
    height: 100%;
    position: absolute;
    top: -50%;
    bottom: -50%;
    left: -50%;
    right: -50%;
    margin: auto;
}

#services{}
#services div{}
#services div.col_cont{
    position: relative;
    padding: 0;
    background-size: cover;
}
#services >div span{
    font-size: 24px;
    font-weight:600;
    text-transform:uppercase;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    display: block;
    background-size: cover;
    background-image: url('/public/images/images/ServicesLinkBackground.png');
    color: #072B7F;
    padding: 20px 10px 10px;
}

#services_snippet {
    padding-top: 20px;
}


#case_study a{
    color: #FFFFFF;
}

#case_study{
    color: #FFFFFF;
    background-size: cover !important;
    padding: 10px 20px 20px 20px;
    width:100%;
    float:left;
}

#main #internal .col .no-mh .col8-12 {
    overflow:visible;
}

/* Overwrites */

#pre_header .container {
    padding:5px 20px;
}

header .container {
    padding:20px 20px;
}

#main ul li {
    margin-bottom:15px;
}

#main ul li:last-of-type {
  margin-bottom: 0;
}

#case_study p {
    font-size:18px;
    line-height:24px;
    margin-bottom:50px;
}

#case_study a.button {
    margin-bottom:1em;
}

#main .container {
    padding:30px 20px;
}

footer p, footer a {
    font-size:14px;
    margin-bottom:0;
}

.slides .container {
    margin-top:35px;

}

.slides h1{
    color:#fff;
    font-size:45px;
    margin-bottom:15px;
}

.slides p {
    color:#fff;
    font-size:24px;
    line-height:34px;
    margin-bottom:25px;
}

.slides h1, .slides p {
    width:55%;
}

.stripe {
    width:100%;
    height:14px;
    background:url('/public/images/header-border.png');
    background-repeat:repeat-x;
    float:left;
}

.stripe-left {
    background:url('/public/images/content-border.png');
    background-repeat:repeat-y;
    padding-left:30px;
    min-height:110px;
}

form h2, form p {
    text-align:center;
    margin-bottom:15px;
}

form p {
    margin-bottom:40px;
}

.light-blue {
    color:#63bfeb;
}

.border-top {
border-top:4px solid #4D649B;
}

#pre_header a, #pre_header p, #pre_header {
    font-size:14px;
}

#internal .col4-12.fright img {
    float:right;
}

/*responsive*/
@media only screen and (max-width: 1200px) {
    .container {width: 1100px;}
}

@media only screen and (min-width: 1400px) {
    .container {width: 1300px;}
}

@media only screen and (device-width: 768px) {
    
    body {
        width: 1150px;
    }

    input,select {
        -webkit-appearance: none;
        border-radius: 0;
    }
    
}

/*mobile*/
@media only screen and (max-width: 650px) {
    
    html{
        overflow-x:hidden;
    }

    input,select {
        -webkit-appearance: none;
        border-radius: 0;
    }

    article, aside, .container, .col,.col3-12,
    #internal .col4-12 img {
        width: 100% !important;
        min-width: 0;
        float: left;
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .mob_hide,
    .pager,#case_study img{
        display: none !important;
    }

    .blueberry{
        height:310px !important;
    }

    .blueberry .slides li{
        background-position: -70% 0;
    }

    #internal .col4-12 img{
        margin-bottom:20px;
    }

    .container{
        padding: 0 10px;
    }

    footer .container{
        padding:20px 10px;
    }

    #main .container{
        padding:30px 10px;
    }

    #top_container h1{
        margin:20px 0;
    }

    header .container{
        padding:20px 10px;
    }

    #pre_header .container{
        padding:5px 10px;
    }

    .col_cont {
        margin-bottom: 20px;
    }

    #logo img {
        margin-top: 10px;
        width: 120px;
    }

    .slides h1{
        font-size:30px;
        width:90%;
        line-height:40px;
        margin-bottom:40px;
    }

    .mob_show {
        display: block
    }

    .mobile_toggle {
        float: right;
        font-size: 32px;
        margin-top: 15px;
        cursor: pointer
    }

    nav {
        width: 100%;
    }

    .sidr ul li {
        text-align: left;
    }

    nav li {
        padding: 0 !important
    }

    nav li > ul li {
        padding: 0 !important
    }

    .sidr ul li ul {
        width: 100%;
    }

    .sidr ul li ul li a {
        padding-left: 10px;
    }

    nav li ul, nav li > ul > li > ul {
        background: none;
        position: relative;
        left: 0;
    }

    a#logo.mob-fix {
        max-width: 80%;
        float: left;
    }

    .slides .container {
        margin-top:0px;
    }

    .slides p {display:none;}

    .slides li {
        background-size:cover;
        background-position-x:center;
    }

    #case_study{
        padding:30px 0;
    }

    #footer_logo {display:none;}
    #pre_header .container a, header .container a{
    color: #333;
    }

    #post_footer{padding:5px 0;overflow:hidden;}

    #post_footer .container{overflow:hidden;}

    #post_footer .fa{display:none;}

    #header_contact_information a {color:#FFF!important;}
    .stripe-left {background:none;}
    .stripe-left ul {padding:0 !important;}
    h3 {margin-bottom:30px;}

    #internal .col8-12 a.button {
      margin:10px 0;
      float:left;
    }

    .stripe-left{min-height:0;}

}