﻿/* fonts */
@font-face {
    font-family: 'asapbold';
    src: url('../fonts/asap-bold-webfont.woff2') format('woff2'), url('../fonts/asap-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



@font-face {
    font-family: 'asapitalic';
    src: url('../fonts/asap-italic-webfont.woff2') format('woff2'), url('../fonts/asap-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'asapmedium';
    src: url('../fonts/asap-medium-webfont.woff2') format('woff2'), url('../fonts/asap-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'asapregular';
    src: url('../fonts/asap-regular-webfont.woff2') format('woff2'), url('../fonts/asap-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



body {
    margin: 0;
    padding: 0;
    font-family: asapregular;
    color: #fff;
}

html, body, #body_liner {
    height: 100%;
}

html {
    overflow-x: hidden;
}

#body_liner {
    position: relative;
}

.body-liner-lock {
    overflow: hidden;
}

* {
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: normal;
    letter-spacing: 1.3px;
    line-height: 1.3;
    margin: 0;
}

h1{
    font-size:120px;
}

h2 {
    font-size: 43px;
}

h3 {
    font-size: 28px;
}

ul, menu, dir {
    line-height: 26px;
    display: block;
    /*list-style-type: disc;*/
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
    list-style: none !important;
}



/* for centering li */
ul {
    text-align: center;
    list-style: inside;
    padding-left: 5px;
}

    ul li:before {
        content: "•";
        position: absolute;
        font-size: 20px;
        margin-left: -12px;
        margin-top: -1px;
    }

a {
    color: #fff;
    font-style: normal;
    text-decoration: none;
}

/* forms */
input[type=text], input[type=password], input[type=input],
input[type=tel], input[type=url], input[type=email],
input[type=number], input[type=range], input[type=search], input[type=color],
input[type=time], input[type=week], input[type=month], input[type=date], input[type=datetime],
textarea {
    border: none;
    padding: 10px;
    background: #ebebec;
    color: #003153;
    outline: none;
    resize: none;
    font-family: asapregular;
    display: inline-block;
    font-size: 15px;
    text-align:left !important;
    margin-bottom:10px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #003153;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #003153;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #003153;
}


.form-underline {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
    margin-bottom: 20px;
}

label {
    width: 20%;
}

    label:after {
        content: '*';
        vertical-align: top;
    }

#send_email_btn {
    width: auto;
    padding: 3px;
    cursor: pointer;
    color: #fff;
    -webkit-transition: all 1s;
    transition: all 1s;
    border: 1px solid rgba(255, 255, 255, 0);
    text-align: right;
}

    #send_email_btn:hover {
        color: #3c3c3c !important;
        border-color: rgba(255, 255, 255, 0.2);
        background-color: rgba(255, 255, 255, 0.2);
    }


/* images */
img {
    -khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
/* end images */

/* header */
.site-logo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 60;
    left:18%;
    /*height: 110px;
    width: 286px;*/
}

    .site-logo img {
        width: 100%;
        height: 100%;
    }

/* burger */
.burger-container {
    position: absolute;
    top: 7px;
    right: 2%;
    z-index: 9999;
    display: inline-block;
    cursor: pointer;
    background-color: #58c6d2;
    padding: 6px 9px 6px 9px;
    border-radius: 10px;
}

    .burger-container:hover {
        background-color: #ec416d;
    }

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 2px;
    background-color: #fff;
    margin: 9px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: translate(0px, 11px);
    transform: translate(0px, 11px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: translate(0px, -11px);
    transform: translate(0px, -11px);
}

/* burger menu */
#burger_menu {
    position: absolute;
    z-index: 9999;
    top: 0;
    width: 286px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    visibility: hidden;
}


.nav {
    padding: 10px;
}


.link-underline {
    width: 100%;
    background-color: #ec416d;
    height: 6px;
    position: relative;
    bottom: -20px;
    display:none;
}

.menu-item {
    margin-bottom: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    display: block;
}

    .menu-item:hover {
        color: #ec416d !important;
    }

.menu-container-main {
}

    .menu-container-main a:last-child {
        margin-bottom: 40px;
    }


.menu-number {
    padding: 0 10px 0 10px;
    font-size: 13px;
}


.burger-active {
    top: 60% !important;
    /*-webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;*/
    visibility: visible !important;
}

header .page-link
{
    margin-bottom:0 !important;
}

#form_overlay 
{
    position: absolute;
    background-color: rgba(205, 238, 241, 0.8);
    height: 0;
    width: 0;
    z-index: 9998;
    opacity: 0;
    display: block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.form-overlay-active
{
    width:100% !important;
    height:100% !important;
    opacity: 1 !important;
}

/* slider */

#slider {
    position: relative;
    height: 600px;
    overflow: hidden;
    background-color: #f5f5f5;
}

.slide {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    height: 100%;
    width: 100%;
    background-position: center center !important;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity:0;
}

.slide-text 
{
    position: absolute;
    bottom: -8px;
    left: 19.4%;
}

.slide-text-overlay {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    left: 20px;
}



.slide-active {
    opacity: 1 !important;
    /*transform: translateX(0) !important;*/
}

.clicker-active {
    background-color: #f4911d !important;
}

#slider_center_box {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 300px;
    width: 700px;
    z-index: 9998;
    color: #fff;
    background-color: #3c3c3c;
    padding: 20px 30px 20px 0;
    border-left: 25px solid #f4911d;
}


#control_box {
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translate(-57%,0);
}


.clicker {
    width: 7px;
    height: 7px;
    background-color: #fff;
    display: inline-block;
    margin-right: 15px;
}

    .clicker:last-of-type {
        margin-right: 0;
    }

    .clicker:hover {
        cursor: pointer;
    }

#slide_block_text, #banner_block_text {
    position: relative;
    top: 50%;
    left: 50%;
    padding-left: 20px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    text-align: center;
}

#slider .arrow_down, #banner .arrow_down {
    position: absolute;
    z-index: 9998;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.arrow-container-left {
    position: absolute;
    top: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    left: 34px;
    background-color: #003153;
    width: 68px;
    height: 68px;
    z-index: 48;
}

.arrow-container-right {
    position: absolute;
    top: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    right: -34px;
    background-color: #003153;
    width: 68px;
    height: 68px;
    z-index: 48;
}

.arrow
{
    cursor:pointer;
}

    .arrow:hover {
        background-color: #62cad5;
    }

#arrow_right 
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(180deg);
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
}

#arrow_left 
{
    position: absolute;
    top: 50%;
    left: 47%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.arrow_down {
    cursor: pointer;
    position: relative;
    margin-bottom: 30px;
    -webkit-animation-name: jump_arrow;
    -webkit-animation-duration: 4s;
    -webkit-animation-iteration-count: 3;
    animation-name: jump_arrow;
    animation-duration: 2s;
    animation-iteration-count: 3;
    animation-delay: 3s;
}

.arrow_up {
    cursor: pointer;
    position: relative;
    transform: rotate(180deg);
    margin-bottom: 30px;
}

/* banners swop */
.background-swop {
    position: absolute;
    left: 50%;
    width: 100%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
}
 
           
/* end banners swop */

/*general*/


.section {
    width: 60%;
    margin: 0 auto;
    margin-top: 100px;
}

.section-heading
{
    padding-top:75px;
}


.left
{
    text-align:left !important;
}

.center {
    text-align: center !important;
}

.right
{
    text-align:right !important;
}

.margin-center
{
    margin:0 auto;
}

/* font styles */
.bold 
{
    font-family:asapbold;
}
/* end font styles */

/* font colors */
.front-white 
{
    color:#fff;
}

.front-pink 
{
    color: #ec416d;
}

.front-dark-blue 
{
    color: #003153;
}

/* end font colors */

/* background colors */
.back-white
{
    background-color:#fff;
    color:#003153;
}

.back-pink {
    background-color: #ec416d;
    
}

.back-light-grey {
    background-color: #f5f5f5;
   
}

.back-very-light-blue {
    background-color: #cdeef1;
}


.back-light-blue {
    background-color: #62cad5;
}


.back-dark-blue {
    background-color: #003153;
    color: #fff;
}

.back-very-dark-blue {
    background-color: #00253e;
    color:#fff;
}

.back-trans-dark-blue 
{
    background-color: rgba(0, 49, 83, 0.1);
}

/* borders */
.border-white {
    border-bottom: 10px solid #fff;
}

.border-pink {
    border-bottom: 10px solid #ec416d;
}

.border-light-grey {
    border-bottom: 10px solid #f5f5f5;
}

.border-very-light-blue {
    border-bottom: 10px solid #cdeef1;
}


.border-light-blue {
    border-bottom: 10px solid #62cad5;
}


.border-dark-blue {
    border-bottom: 10px solid #003153;
}

.border-very-dark-blue {
    border-bottom: 10px solid #00253e;
}

.line-separator
{
    position:absolute;
    width:3px; 
    height:100%;
    content:"";
    background-color:#62cad5;
    border-radius:30px;
}

/* end borders */

/* end background colors */

/* backgrounds */

.generic-background
{
    background-repeat:no-repeat !important;
    background-size:cover !important;
    background-position:center center !important;
    height:650px;
}

/* end backgrounds */

/* links */

.hover-link
{
    text-decoration:none;
    display:inline-block;
    cursor:pointer;
}

.hover-link:hover
{
    text-decoration:underline;
}

.page-link 
{
    border-radius: 30px;
    padding: 5px 20px;
    text-decoration:underline;
    display:inline-block;
    color:#fff;
    cursor:pointer;
    margin-bottom:10px;
}


/* btn hovers */
.btn-dark-blue:hover {
    background-color: #62cad5 !important;
    color: #003153 !important;
}

.btn-light-blue:hover 
{
    background-color: #ec416d !important;
    color: #fff !important;
}

.back-light-blue .btn-dark-blue:hover {
    background-color: #fff !important;
    color: #003153 !important;
}

.btn-very-light-blue:hover 
{
    background-color: #ec416d !important;
    color:#fff !important;
}

.back-white .btn-pink:hover {
    background-color: #62cad5 !important;
    color: #003153 !important;
}

.btn-pink:hover {
    background-color: #fff !important;
    color: #003153 !important;
}

.back-pink .btn-light-blue:hover {
    background-color: #fff !important;
    color: #003153 !important;
}

.back-pink .btn-white:hover {
    background-color: #003153 !important;
    color: #fff !important;
}

.btn-white:hover {
    background-color: #ec416d !important;
    color:#fff !important;
}

/* end hovers */

.menu-link:hover 
{
    color: #58c6d2;
}

.content-link 
{
    text-decoration: underline;
    margin-right:30px;
    position:relative;
    display:inline-block;
    cursor:pointer;
}


#link_header
{
   color: #003153;
}

.link-separator
{
    margin:0 10px;
    color:#fff;
}

#link_header_ecd 
{
    color:#fff;
}

.content-link:last-of-type
{
    margin-right:0 !important;
}

.content-link:last-of-type:after
{
    content:none !important;
}


.content-link:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 50%;
    margin-left: 15px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

#link_header .content-link:after {
    background-color: #003153;
}

#link_header_ecd .content-link:after {
    background-color: #fff;
}
/* end links */

/* float stuff */

.table-row {
    display: table;
    width: 100%;
    height: 550px;
}

    .table-row > div {
        display: table-cell;
    }


.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.row {
    display: block;
}

    .row:after {
        clear: both;
        content: ' ';
        display: table;
    }


.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.no-margin {
    margin: 0 !important;
}


/* padding styles */
.padding-20 {
    padding: 20px;
}

.padding-25
{
    padding:25px;
}

.padding-50 {
    padding: 50px;
}

.no-padding {
    padding: 0 !important;
}

.padding-vertical-100
{
    padding:100px 0;
}

/* end padding styles 

/* widths */

.full-width
{
    width:100%;
    text-align:center;
    overflow-x:hidden;
}

.half-width 
{
    width: 60%;
    text-align: center;
    position: relative;
    left:50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.children-inline > div
{
    display:inline-block;
}

/* end widths */

/* margins */

.margin-right-3
{
    margin-right:3%;
}

    .margin-right-3:last-of-type {
        margin-right: 0;
    }

/* end margins */

.margin-10 {
    margin-right: 10% !important;
}

.float-50 {
    float: left;
    width: 45%;
    margin-right: 5%;
}

    .float-50:last-child {
        margin-right: 0;
    }

.float-50-true {
    float: left;
    width: 50%;
}

.form-float-50 {
    float: left;
    width: 47%;
    margin-right: 3%;
}

.float-25 {
    float: left;
    width: 25%;
    margin-right: 5%;
}

.float-20 {
    float: left;
    width: 20%;
    margin-right: 5%;
}

.float-30
{
    float:left;
    width:29%;
}

.float-33 {
    float: left;
    width: 33.33%;
}
.float-40 {
    float: left;
    width: 40%;
}

.float-60 {
    float: left;
    width: 60%;
}

.float-70
{
    float:left;
    width:70%;
}

/* pages */
/* home */
#about_us_block_2 ul {
    text-align: center;
    list-style: inside;
}

/* posts */

.post-block
{
    width:100%;
    margin-bottom:40px;
}

.post-block h3
{
font-size:24px;
}

.post-block-img 
{
    width: 220px !important;
}

.post-block div
{
    text-align:left;
}

.post-block:last-of-type
{
    margin-bottom:0 !important;
}

.post-link 
{
    color: #003153;
    text-decoration:underline;
    display:inline-block;
    cursor:pointer;
}

.post-link:hover 
{
    color: #ec416d;
}

.post-date 
{
    font-size: 13px;
    font-family: asapmedium;
    font-style: italic;
}
/* end posts */



/* about us */

#stat_summary_1, #stat_summary_2_, #stat_summary_3
{
    min-height:270px;
}

#stat_summary_1 h2, #stat_summary_1 h3, #stat_summary_2 h2, #stat_summary_2 h3, #stat_summary_3 h2, #stat_summary_3 
{
    letter-spacing:0.8px !important;
}

/* about us */
#link_content div {
    color: #104e69 !important;
}

#link_content img
{
    width:100%;
}

#link_content_ecd div
{
    color: #fff !important;
}
/*#banner_container {
    height: 100%;
}



#banner_center_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    height: 300px;
    width: 700px;
    z-index: 9998;
    color: #fff;
    background-color: #3c3c3c;
    padding: 20px 30px 20px 0;
    border-left: 25px solid #f4911d;
}

.banner-wrapper, .banner-wrapper-outside {
    width: 100%;
    height: 1000px;
    overflow: hidden;
}

    .banner-wrapper-outside h2 {
        position: absolute;
        top: 120px;
        left: 50%;
        z-index: 9998;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }*/

.width-50-block {
    text-align: center;
    position: relative;
    width: 50%;
    vertical-align: middle;
}

    .width-50-block ul {
        text-align: center;
        list-style: inside;
    }

.width-25-block {
    text-align: center;
    position: relative;
    width: 25%;
    vertical-align: middle;
}

.width-32-block {
    width: 32.5%;
    text-align: center;
    position: relative;
    vertical-align: middle;
}

.width-30-block {
    text-align: center;
    position: relative;
    width: 30%;
    vertical-align: middle;
}

    .width-25-block ul {
        text-align: center;
        list-style: inside;
    }

    .align-top
    {
        vertical-align:top !important;
    }

    .margin-vertical-100
    {
        margin:100px 0 !important;
    }

.position-center {
    left: 50%;
    position: relative;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
}


.inner-liner-center {
    width: 83%;
    position: relative;
    margin: 0 auto;
    /*top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);*/
}



/* parent refers to any parent wrapper - prevents child margin from affecting parent position*/
.parent {
    padding-top: 1px;
    margin-top: -1px;
    margin-bottom: -1px;
    padding-bottom: 1px;
}


.team-img {
    background-position: top center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    height: 275px;
    width: 100%;
}

#team_member_1_txt, #team_member_2_txt {
    height: 275px;
    overflow: hidden;
}

.team-img-text {
    padding: 20px;
    max-height: 275px;
    letter-spacing: 1px !important;
    line-height: 20px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .team-img-text h2 {
        font-size: 20px !important;
        font-weight: bold !important;
    }

.about-img {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}

.legislative-img {
    width: 80px;
    max-height: 170px;
}

/* content links */
.link-content 
{
    padding-bottom: 50px;
}

/* blog */
.article-pdf {

   color: #003153;
   text-decoration:underline;
}

#article_container a
{
	color:#003153;
	text-decoration:underline;
}

#article_container img
{
	width:100%;
	max-width:500px;
}

.blog-title 
{
    color: #fff;
    text-transform: uppercase;
    font-family: asapmedium;
}

.blog-block
{
    height:770px;
    position:relative;
}

.album-block
{
    height:570px;
    position:relative;
}

.blog-link-container 
{
    position: absolute;
    bottom: 60px;
    left: 50px;
}

.blog-link-container div
{
    margin-right:10px;
}

.blog-link-container:last-child {
        margin-right: 0 !important;
}

/* end blog */

/* album */
.album-title
{
    color:#fff;
    font-family:asapmedium;
}
/* end album */

/* marquee */

.marquee
{
    display:none;
    position:relative;
}

.marquee-active
{
    display:inline-block;
    opacity:1;
    left:0 !important;

}

.marquee:nth-child(even) {
    background-color: #ceedf0;
}

#marquee_container {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 50px;
    text-align: center;
    /* Starting position */
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    /* Apply animation to this element */
    -moz-animation: scroll-left 25s linear infinite;
    -webkit-animation: scroll-left 25s linear infinite;
    animation: scroll-left 25s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%);
    }

    100% {
        -moz-transform: translateX(-100%);
    }
}

@-webkit-keyframes scroll-left {
    0% {
        -webkit-transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
    }
}

@keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%); /* Browser bug fix */
        -webkit-transform: translateX(100%); /* Browser bug fix */
        transform: translateX(100%);
    }

    100% {
        -moz-transform: translateX(-100%); /* Browser bug fix */
        -webkit-transform: translateX(-100%); /* Browser bug fix */
        transform: translateX(-100%);
    }
}

/* end marquee */

/* contact us */

#menu_header {
    display: block;
    width: 100%;
    height: 110px;
}

.social-icon {
    display: inline-block;
    margin-right: 10px;
    margin-top: 5px;
    width: 21px;
    height: 21px;
}

#contact_container {
    width: 60%;
    margin: 0 auto;
    padding-top: 75px;
    margin-bottom:50px;
}

#contact_text
{
    margin-right:20px;
}

#contact_info_block 
{
    text-align: left;
    margin-right: 5%;
}

#contact_information_container
{
    margin-right:5%;
}

/* portfolio */
.category {
    float: left;
    width: 50%;
    height: 500px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: top center !important;
    background-color: rgba(0, 0, 0, 0.4) !important;
    background-blend-mode: multiply !important;
    cursor: pointer;
}

.layer {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4) !important;
    height: 100%;
}


#screen_overlay {
    background-color: rgba(0, 49, 83, 0.8);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 550;
    width: 0%;
    height: 100%;
    position: fixed;
}

.screen-overlay-active {
    width: 100% !important;
}

#burger_overlay {
    background-color: rgba(0, 49, 83, 0.8);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 0%;
    position: absolute;
    opacity: 0;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    box-shadow: 0px 0px 30px rgba(0, 49, 83, 0.8);
}

.burger-overlay-active 
{
    opacity: 1 !important;
    z-index:49 !important;
}


#lightbox_container {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100%;
    transition: all 0.4s;
    -webkit-transition: 0.4s all;
    z-index:555;
}

/* slides */
.slide-hid {
    display: none;
    height: 100%;
    width: 100%;
    text-align: center;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all 0.4s;
    -webkit-transition: 0.4s all;
}


/* controls */
/*#controls {
    display: none;
    position: relative;
}

.controls-active {
    display: block !important;
}*/

/*.nav-arrow {
    position: fixed;
    top: 50%;
    padding: 12px 9px 0px 18px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transition: 1s all;
    -webkit-transition: 1s all;
    cursor: pointer;
    z-index: 9999;
}

    .nav-arrow:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }


.left {
    left: 5%;
    top: 46%;
}

.right {
    right: 5%;
}*/

/*.close-btn {
    position: fixed;
    top: 4%;
    right: 8%;
}


.close-container {
    position: fixed;
    top: 6%;
    right: 7%;
    display: inline-block;
    cursor: pointer;
    padding: 4px 8px 4px 8px;
    transition: all 1s;
    -webkit-transition: 1s all;
    z-index: 9999;
}

    .close-container:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }

    .close-container .bar1, .close-container .bar2, .close-container .bar3 {
        width: 35px;
        height: 2px;
        background-color: #fff;
        margin: 9px 0;
    }

    .close-container .bar1 {
        -webkit-transform: rotate(-45deg) translate(-7px, 7px);
        transform: rotate(-45deg) translate(-7px, 7px);
    }

    .close-container .bar2 {
        opacity: 0;
    }

    .close-container .bar3 {
        -webkit-transform: rotate(45deg) translate(-8px, -8px);
        transform: rotate(45deg) translate(-8px, -8px);
    }*/


/* right slide arrow */
.slide-control-right .bar1, .slide-control-right .bar2, .slide-control-right .bar3 {
    width: 25px;
    height: 2px;
    background-color: #fff;
    margin: 9px 0;
}

.slide-control-right .bar1 {
    -webkit-transform: rotate(-45deg) translate(-11px, 7px);
    transform: rotate(-45deg) translate(-11px, 7px);
}

.slide-control-right .bar2 {
    opacity: 0;
}

.slide-control-right .bar3 {
    -webkit-transform: rotate(45deg) translate(-21px, -16px);
    transform: rotate(45deg) translate(-21px, -16px);
}

/* end right slide arrow */

/* end controls */


#lightbox_image_container {
    position: relative;
    height: 80%;
    width: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    padding: 20px;
    background-color: #fff;
}




#lightbox_image {
    height: 80%;
    width: 100%;
    /*position: absolute;*/
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
}

    #lightbox_image > div {
        width: 100% !important;
        height: 100%;
        background-size: cover !important;
        display:block !important;
    }

.lightbox-main-img {
    /*display: none;*/
    height: 100%;
    width: 100%;
    text-align: center;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    transition: all 0.4s;
    -webkit-transition: 0.4s all;
}

#lightbox_image_children_container 
{
    width: 100%;
    position: relative;
    height: 20%;
    padding: 20px 0px 0px 0px;
    z-index:51;
}

#lightbox_image_children {
    height: 100%;
    padding: 0 20px;
    width: 100%;
    text-align: center;
    z-index: 51;
    overflow: hidden;
    background-color: rgb(0, 49, 83);
}

#lightbox_image_children > div
{
    margin-right:20px;

}

#lightbox_image_children > div:last-child
{
    margin-right:0 !important;
}

.lightbox-child 
{
    width: 110px;
    height: 80%;
    display: inline-block;
    background-size: cover !important;
    z-index:50;
    transition:ease-in-out;
    position:relative;
    top:50%;
    transform:translate(0, -50%);
    margin-bottom:30px;

}


.lightbox-image-active {
    opacity: 1 !important;
}

.nav-arrow-left, .nav-arrow-right
{
    position:absolute;
    cursor:pointer;
    z-index:48;
}

.nav-arrow-left
{
    left:21px; 
    top:50%;
    -webkit-transform:translate(-50%, 0);
    transform:translate(-50%, 0);
}

.nav-arrow-right {
    right: 8px;
    top: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.img-active {
    border: 3px solid #58c6d2;
    display: inline-block !important;
}

/* end project */

/* resources */

.resource-cover 
{
    display: inline-block;
    margin-left:2.5%;
    margin-right: 2.5%;
    margin-top: 50px;
    max-width: 250px;
    vertical-align: top;
}

.resource-cover:last-of-type
{
    margin-right:0 !important;
}

/* end resources */


/* staff */

.staff-tile
{
    margin-bottom:50px;
}

.staff-grid-img
{
    background-repeat:no-repeat !important;
    background-size:cover !important;
    height:200px;
    width:200px;
    background-position:center !important;
}

.staff-grid-text
{
    margin-top:20px;
    height:100px;
    width:200px;
}

#staff_introduction
{
    margin:50px 0;
}

/* end staff */

/* funders */
#funders_introduction
{
    margin:50px 0;
}
/* end funders */

/* donate */
#donate_details
{
    margin:50px 0;
}
/* end donate */

/* gallery */

#album_info {
    position: absolute;
    top: -35px;
    z-index: 80;
    color: #fff;
    left: 0;
    font-family: asapbold;
}

#image_info {
    position: absolute;
    top: -35px;
    z-index: 80;
    color: #fff;
    right: 0;
}

#close_lightbox {
    position: absolute;
    top: -12px;
    z-index: 80;
    color: #fff;
    right: -13px;
    font-size: 20px;
    height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 50%;
    background-color: #ec416d;
    font-family: asapbold;
    cursor:pointer;
}

/* end gallery */

/*footer*/
footer {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #6d6e71;
    font-size: 13px;
}

    footer a {
        color: #fff;
        text-decoration: underline;
    }

        footer a:hover {
            color: #ec416d !important;
            text-decoration: underline !important;
        }

#footer_web_links {
    display: inline-block;
}

#footer_links_container a:hover
{
    text-decoration:underline;
    cursor:pointer;
}


.footer-section 
{
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin-right:5%;
}

.footer-section a
{
    display:block;
    font-size:14px;
}

.footer-section:last-of-type
{
    margin-right:0 !important;
}

.footer-heading-a 
{
    margin-bottom: 15px;
    display: block;
    color: #58c6d2;
}

/* end footer */

/* maps */

.map-popup
{
    color:#003153;
}

/* end maps */

/*footer a .active:after 
{
        position: absolute;
        content: '';
        height: 1px;
        bottom: 0px;
        margin: 0 auto;
        left: 0;
        right: 0;
        width: 100%;
        background: #fff;
        /*-o-transition: .5s;
        -ms-transition: .5s;
        -moz-transition: .5s;
        -webkit-transition: .5s;
        transition: .5s;
    }

footer a:hover {
    color: #3c3c3c !important;
}*/

/*footer a:hover:after {
        width: 50%;
        background-color: #3c3c3c;
    }*/

/* media queries*/
@media (min-width:2100px) {
    .masonry-layout {
        column-count: 3;
    }
}

@media (max-width:1900px)
{
    #blog_links 
    {
        padding: 25px 25px 25px 25px !important;
    }
}

@media (max-width:1890px) {
    .slide, .banner {
        /*background-size:auto !important;*/
    }
}

@media (max-width:1730px)
{
    .blog-text-summ
    {
        margin-left:25px !important;
    }
}

@media (max-width:1725px)
{
    #blog_links
    {
        text-align:left;
    }

    .blog-text-summ
    {
        margin-left:25px !important;
    }
   
}

@media (max-width:1635px)
{
    .post-block
    {
        text-align:center;
        margin-bottom:0;
    }

    .post-date
    {
        margin:0;
    }

    .post-block div 
    {
        text-align:center;
    }

    .blog-text-summ
    {
        text-align:center;
        width:100% !important;
        margin-left:0 !important;
    }

    .post-block-view-all {
        position: relative;
        margin-top: 25px;
        margin-bottom: 25px;
        bottom: 0px !important;
        left: 50% !important;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        text-align: center;
    }
}

@media (max-width:1610px)
{
    #footer_img_container, #footer_links_container
    {
        padding:0 !important;
    }

    #upper_footer_container
    {
        padding:25px !important;
    }
}

@media (max-width:1590px)
{
    #link_content
    {
        width:80% !important;
    }
}

@media (max-width:1550px) {
    #team_member_1_txt, #team_member_2_txt {
        height: auto;
    }

    .team-img-text {
        max-height: none;
        top: 0;
        left: 0;
        transform: translate(0, 0);
        height: auto;
    }
}

@media (max-width:1470px)
{
    #staff_grid, #staff_introduction
    {
        width:80% !important;
    }
}

@media (max-width:1418px)
{
    .footer-section {
        margin-right:3%;
    }
}

@media (max-width:1410px) {
    .about-us-50-block {
        height: auto;
    }

    .inner-liner-center {
        width: 100%;
        height: auto;
    }

    
    .line-separator {
        width: 0 !important;
    }
    
}

@media (max-width:1300px)
{
    #contact_container
    {
        width:90% !important;
    }
}

@media (max-width:1294px) {
    .footer-section {
        margin-right: 2%;
    }
}

@media (max-width:1275px)
{
    .generic-background
    {
        height:450px !important;
    }
}

@media (max-width:1241px)
{
    #footer_links_container
    {
        display:none;
    }

    #footer_img_container
    {
        width:100%;
    }
}


@media (min-width: 1200px) {
    .masonry-layout {
        column-count: 2;
    }
}

@media (max-width:1190px)
{

    .site-logo
    {
        width:220px;
        left:2%;
    }
}

@media (max-width:1180px)
{
    .arrow 
    {
        width: 50px !important;
        height: 44px !important;
    }

    .arrow-container-left 
    {
        top: 39% !important;
        left: 25px !important;
    }

    .arrow-container-right {
        top: 39% !important;
        right: -25px !important;
    }

    .blog-main-img
    {
        width:100% !important;
    }
}

@media (max-width:1170px)
{
    #col_1, #col_2, #col_3, #col_4 {
        width: 50%;
    }
}

@media (max-width:1156px) {
    #google_map {
        height: 753px !important;
    }

    .blog-link-container {
        position: relative;
        margin-top: 25px;
        bottom: 0px !important;
        left: 50% !important;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        text-align:center;
    }

    #blog_main_text{
        padding:25px !important;
    }
}

@media (max-width:1150px)
{
    #lightbox_image_container
    {
        width:80%;
    }

}

@media (max-width:1140px)
{
    #staff_grid, #staff_introduction {
        width: 100% !important;
    }
}

@media (max-width:1100px) {
    .section {
        width: 70%;
    }
}

@media (max-width:1060px) {
    .category {
        float: none;
        width: 100%;
        height: 600px;
    }
}

@media (max-width:1030px)
{
    #footer_hut_img {

       width:24%;
    }
}

@media (max-width:1000px) {
    footer div {
        font-size: 13px;
    }
}

@media (max-width:990px)
{
    #contact_info_block, #contact_information_container, #contact_map_block
    {
        float:none !important;
        margin-right:0 !important;
        width:100% !important;
    }

    #contact_map_block
    {
        margin-top:30px;
        margin-bottom:30px;
    }
}

@media (max-width:970px) {

    .width-50-block {
        width: 100% !important;
    }

    .width-25-block {
        padding: 25px !important;
        width: 100% !important;
    }


    #blog_main_img, #map {
        height: 400px !important;
    }

    .blog-text-summ
    {
        margin-top:15px;
    }

    .post-block-img {
        width: 220px !important;
    }

    .table-row > div {
        display: block !important;
    }

    .about-img {
        height: 400px;
    }

    .blog-link-container {
        position: relative;
        margin-top: 25px;
        bottom: 0px !important;
    }
}

@media (max-width:980px) {
    #banner_heading {
        margin-top: 60px;
    }

    .width-30-block
    {
        width:100% !important;
    }
}

@media (max-width:930px) {
    .section {
        width: 80%;
    }
}

@media (max-width:920px) {
    .width-50-block {
        width: 100%;
    }
}

@media (max-width:900px)
{
    .generic-background {
        height: 350px !important;
    }

    #staff_grid > #col_1, #staff_grid > #col_2, #staff_grid > #col_3, #staff_grid > #col_4 {
        width: auto !important;
        margin-right: 0 !important;
        float: none !important;
        display: inline-block !important;
    }
}

@media (max-width:890px)
{
    #header_page_links {
        display: none !important;
    }
}

@media (max-width:835px) {
    #footer_logo {
        margin-left: 0px !important;
        float: none !important;
        width: 95%;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 20px !important;
    }


    #footer_links {
        float: none !important;
        margin-right: 0px !important;
        width: 95%;
        margin: 0 auto;
        text-align: center;
        margin-top: 0px !important;
    }

    #lightbox_image_container
    {
        width:95%;
    }
}

@media (min-width: 800px) {
    .masonry-layout {
        column-count: 2;
    }
}

@media (max-width:800px) {
    #project_img_1 {
        float: right;
        width: 100%;
        height: 500px;
    }

    #project_description_block {
        width: 100%;
        height: auto;
    }

    .project-description-inner {
        top: 0;
        left: 0;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    
    .wrapper-overlay:after {
        background-color: rgba(0, 0, 0, 0);
    }

}

@media(max-width:770px) {
    #slider_center_box, #banner_center_box {
        width: 90% !important;
    }
}

@media (max-width:740px) {
    h2 {
        font-size: 37px;
    }

    h3 {
        font-size: 24px;
    }
}

@media (max-width:700px)
{
    .generic-background
    {
        height:300px !important;
    }
}

@media (max-width:680px) {
    #contact_form > div {
        padding: 20px !important;
    }

    #email_form {
        width: 100% !important;
    }

    #footer_hut_img
    {
        display:none;
    }

    #col_1, #col_2, #col_3, #col_4 {
        width: 100%;
    }

    #blog_heading_block
    {
        height:350px;
    }

    #gallery_heading
    {
        right:unset !important;
    }

    
}

@media (max-width:650px) {
    #team > div {
        float: none !important;
        width: 100%;
    }

    .team-img {
        height: 350px;
    }

    #link_content, #donate_details, .half-width {
        width: 100% !important;
    }

    #link_header_ecd, #link_header
    {
        padding: 0 !important;
        margin-top:50px;
    }
    
    .content-link
    {
        font-size:20px;
        margin-right:0;
        display:block;
        margin-bottom:10px;
    }

    .content-link:after
    {
        content:none;
    }
}

@media (max-width:600px)
{
    .generic-background {
        height: 200px !important;
    }
}

@media (max-width:580px) {
   
    .menu-item {
        font-size: 16px;
        margin-bottom:0px;
    }


    .nav {
        padding-top: 0;
    }


    #album_info {
        top: -75px;
    }

    #image_info {
        top: -28px;
    }

    #lightbox_image_container
    {
       height:70%;
    }
}

@media (max-width:570px) {
    #footer_web_links {
        display: block;
    }
}

@media (max-width:550px)
{
}

@media (max-width:500px) {
    .section {
        width: 95%;
    }

    #slider_center_box, #banner_center_box {
        width: 96% !important;
    }

    .category {
        height: 400px;
    }

    .category-text {
        width: 80%;
    }

}

@media (max-width:490px) {
    h2 {
        font-size: 33px;
    }

    h3 {
        font-size: 21px;
    }
}

@media (max-width:400px) {
    
    .padding-50, .padding-25
    {
        padding:15px !important;
    }

    .width-25-block img
    {
        width:100%;
    }

    #nav_right, #nav_left
    {
        top:44%;
    }

    .lightbox-child
    {
        width:70px;
    }

    #lightbox_image_children > div
    {
        margin-right:5px;
        margin-left:5px;
    }

    .generic-background {
        height: 130px !important;
    }

    
}

@media (max-width:353px)
{
    #footer_img_container > img
    {
        width:100%;
    }

    footer {

        height:auto !important;
    }
}

@media(max-width:340px) {
    h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 19px;
    }
}

@media (max-width:330px)
{
    #blog_heading_block span
    {
        font-size:40px !important;
    }

    #blog_heading_block p 
    {
        font-size: 50px !important;
    }
    
}

@media (max-width:370px) {
    .site-logo {
        width: 70%;
        height: auto;
    }

    #menu_header {
        height: auto;
    }
}










/* animations */

