.section {
    clear: both;
    padding: 0px;
    margin: 0px
}

.col {
    display: block;
    float: left;
    margin: .6% 0 1% 1.4%
}

.col:first-child {
    margin-left: 0
}

.group:before,
.group:after {
    content: "";
    display: table
}

.group:after {
    clear: both
}

.group {
    zoom: 1
}

.span_12_of_12 {
    width: 100%
}

.span_11_of_12 {
    width: 91.55%
}

.span_10_of_12 {
    width: 83.1%
}

.span_9_of_12 {
    width: 74.65%
}

.span_8_of_12 {
    width: 66.2%
}

.span_7_of_12 {
    width: 57.75%
}

.span_6_of_12 {
    width: 49.3%
}

.span_5_of_12 {
    width: 40.85%
}

.span_4_of_12 {
    width: 32.4%
}

.span_3_of_12 {
    width: 23.95%
}

.span_2_of_12 {
    width: 15.5%
}

.span_1_of_12 {
    width: 7.05%
}

@media only screen and (max-width: 480px) {
    .col {
        margin: 1% 0 1% 0%
    }

    .span_1_of_12,
    .span_2_of_12,
    .span_3_of_12,
    .span_4_of_12,
    .span_5_of_12,
    .span_6_of_12,
    .span_7_of_12,
    .span_8_of_12,
    .span_9_of_12,
    .span_10_of_12,
    .span_11_of_12,
    .span_12_of_12 {
        width: 100%
    }
}

.secondary {
    display: none;
    float: none;
    padding: 0;
    margin-top: 20px
}

.secondary li {
    display: block;
    padding: 20px 0;
    border-top: 1px solid white;
    background-color: #EAEAEA
}

.tertiary {
    display: none;
    float: none;
    padding: 0;
    margin-top: 20px
}

.tertiary li {
    display: block;
    padding: 20px 0;
    border-top: 1px solid white;
    background-color: #CACACA
}

.fa-plus {
    color: white;
    float: right;
    display: none;
    position: absolute;
    left: 91%;
    bottom: 15px
}

.fa-minus {
    float: right;
    position: absolute;
    left: 91%;
    top: 15px
}

.nav-link:hover {
    border-bottom: 4px solid white
}

nav {
    height: 100px;
    width: 100%;
    background-color: #034F7B;
    position: relative
}

nav img {
    width: 120px;
    z-index: 999;
    padding-top: 12px;
    padding-left: 15px;
    float: left;
    margin: 0;
    position: absolute
}

nav ul {
    list-style: none;
    margin-top: 0;
    float: right;
    height: auto;
    padding-top: 50px;
    padding-right: 40px;
    z-index: 999
}

nav ul>li {
    display: inline-block;
    padding-left: 30px;
    transition: .5s;
    position: relative
}

nav ul>li a {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    padding-bottom: 5px;
    transition: .3s;
    font-size: .82em;
    z-index: 999
}

nav .subNav {
    display: none
}

nav .row li.navbar {
    background-image: none
}

.nav {
    display: block
}

@media only screen and (min-width: 890px) {
    .nav {
        display: block !important
    }
}

#nav-toggle {
    cursor: pointer;
    padding: 10px 35px 16px 0px;
    position: absolute;
    left: 92.5%;
    top: 34%;
    display: none
}

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

#nav-toggle span:before {
    top: -14px
}

#nav-toggle span:after {
    bottom: -14px
}

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

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

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

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

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

.breadcrumbs {
    height: auto;
    position: relative;
    width: 70%;
    display: inline-block;
    font-size: 1.2em
}

.breadcrumbs a {
    font-size: .7em;
    display: inline-block;
    text-decoration: none;
    color: black;
    font-weight: 600;
    padding-left: 5px
}

.breadcrumbs a:first-child {
    color: #00629B
}

.breadcrumbs p {
    display: inline-block
}

.hero {
    width: 100%;
    background-image: url(../../img/essexRecordOfficeMap.jpg);
    background-image: url(../../img/essexRecordOfficeMap.jpg);
    background-size: cover;
    background-position: right 76px;
    margin-top: 0;
    height: 450px
}

.hero .nav-index #nav-toggle span,
.hero .nav-index #nav-toggle span:before,
.hero .nav-index #nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 7px;
    width: 45px;
    background: black;
    position: absolute;
    display: block;
    content: ''
}

.hero .nav-index #nav-toggle span:before {
    top: -14px
}

.hero .nav-index #nav-toggle span:after {
    bottom: -14px
}

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

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

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

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

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

.hero .text-container {
    position: relative;
    top: 100px;
    width: 45%;
    padding: 10px 40px;
    background: rgba(255, 255, 255, 0.7)
}

@media all and (max-width: 1300px) {
    .hero .text-container {
        padding-left: 20px;
        margin-left: 20px
    }
}

.hero .text-container h1 {
    margin-top: 0;
    font-size: 3em;
    font-weight: 400;
    margin-bottom: 5px
}

.hero .text-container h3 {
    line-height: 30px;
    margin-top: 0;
    font-weight: 600
}

a {
    text-decoration: none
}

.content {
    height: 880px;
    margin-top: 20px;
    margin: 20px 20px
}

@media all and (min-width: 1299px) {
    .content {
        margin: 20px 0
    }
}

.cta-top {
    height: auto;
    min-width: 0%;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: 1s;
    padding: 0.5em 0.5em 0.5em 1em;
    box-sizing: border-box;
    max-width: 90%
}

.cta-top>div {
    position: relative
}

.cta-top h2 {
    color: #00629B;
    vertical-align: middle;
    position: relative;
    padding-right: 50px;
    font-size: 1.0em
}

.cta-top img {
    position: absolute;
    right: 10px;
    width: 20px;
    top: -12px
}

.cta-top:hover {
    background-color: #ededed
}

.cta-mid {
    height: 50px;
    min-width: 45%;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0.5em 0.5em 0.5em 1em;
    box-sizing: border-box;
    max-width: 90%;
    transition: 1s
}

.cta-mid>div {
    position: relative
}

@media only screen and (max-width: 1232px) {
    .cta-mid {
        min-width: 48%
    }
}

.cta-mid h2 {
    color: #00629B;
    position: relative;
    padding-right: 40px;
    font-size: 1.0em;
    margin: 10px 0
}

.cta-mid img {
    width: 16px;
    position: absolute;
    right: 10px
}

.cta-mid.cta img {
    top: -12px
}

.cta-mid:hover {
    background-color: #ededed
}

.row {
    height: auto;
    max-width: 1400px;
    width: 100%;
    margin: auto
}

.row .low-block i {
    margin-top: 45px
}

.row .top-block {
    height: 300px;
    position: relative
}

.row .commercial {
    background-image: url(../../img/commercial.jpg);
    background-size: cover
}

.row .commercial .cta-top {
    width: auto;
    left: auto;
    transition: 1s
}

@media only screen and (max-width: 1220px) {
    .row .commercial .cta-top {
        width: 90%;
        left: 10%
    }
}

.row .seax {
    background-image: url(../../img/seax.jpg);
    background-image: linear-gradient(rgba(250, 250, 250, 0.7), rgba(250, 250, 250, 0.7)), url(../../img/seax.jpg);
    background-size: cover
}

.row .seax .seax-text-container {
    position: absolute;
    width: 70%;
    margin-left: 5%;
    margin-top: 30px
}

.row .seax .seax-text-container h4 {
    line-height: 30px
}

.row .mid-block {
    height: 300px;
    position: relative
}

.row .venue {
    background-image: url(../../img/venue.jpg);
    background-size: cover
}

.row .events {
    background-image: url(../../img/events.jpg);
    background-size: cover
}

.row .education {
    background-image: url(../../img/education.jpg);
    background-size: cover
}

.row .low-block {
    height: 220px
}

.row .low-block h2 {
    color: white;
    font-size: 1.0em;
    position: relative;
    line-height: 26px
}

.row .blog {
    background-color: #8C4798;
    transition: 1s;
    text-align: center
}

.row .blog h2 {
    width: 80%;
    margin: auto;
    margin-top: 10px
}

.row .blog:hover {
    background-color: #5e3665
}

.row .sign {
    background-color: #CE0058;
    transition: 1s;
    text-align: center
}

.row .sign h2 {
    width: 60%;
    margin: auto;
    margin-top: 10px
}

.row .sign:hover {
    background-color: #9b0042
}

.row .social-block {
    background-color: #8C4798
}

.row .social-block .facebook-block {
    float: left;
    width: 50%;
    height: 50%;
    background-color: #3B5998
}

.row .social-block .twitter-block {
    float: left;
    width: 50%;
    height: 50%;
    background-color: #00ACED
}

.row .social-block .youtube-block {
    clear: both;
    float: left;
    width: 50%;
    height: 50%;
    background-color: #b00
}

.row .social-block .soundcloud-block {
    float: left;
    width: 50%;
    height: 50%;
    background-color: #FF3A00
}

.row .social-block .soundcloud-block a {
    transition: 1s;
    margin-left: -24%
}

@media only screen and (max-width: 1200px) {
    .row .social-block .soundcloud-block a {
        margin-left: -30%
    }
}

.row .social-block a {
    color: white;
    font-size: 4em;
    position: relative;
    left: 50%;
    margin-left: -18%;
    top: 50%;
    margin-top: -20%;
    transition: 1s
}

.row .social-block a:hover {
    transform: scale(1.1)
}

.row .contact {
    background-color: #0033A0;
    transition: 1s;
    text-align: center
}

.row .contact h2 {
    transition: 1s
}

.row .contact:hover {
    background-color: #052c7e
}

.row i {
    color: white;
    font-size: 5em;
    position: relative;
    display: block;
    margin: auto
}

footer {
    background-color: #034F7B;
    width: 100%;
    position: relative;
    margin-top: 10px;
    overflow: hidden;
    position: relative
}

footer h2 {
    color: #48BEFF
}

footer .links-section {
    width: 33%;
    float: left
}

footer .links-section h3 {
    color: #48BEFF
}

footer ul {
    list-style: none;
    margin: 0;
    padding: 0
}

footer ul li {
    transition: 1s;
    margin-bottom: 0.5em
}

footer ul a {
    color: #fff;
    text-decoration: none;
    font-size: .9em;
    transition: .5s
}

footer ul a:hover {
    color: #48BEFF
}

footer .links {
    max-width: 730px;
    float: left;
    border-right: 1px solid #48BEFF;
    margin-top: 60px;
    width: 45%;
    padding-left: 30px;
    box-sizing: border-box
}

footer .links h2 {
    color: #48BEFF;
    margin-top: 0
}

footer .links .row {
    float: left
}

footer .highlights {
    margin-top: 38px;
    float: left;
    width: 53%
}

footer .highlights .highlights-container {
    width: 100%;
    position: relative;
    left: 50%;
    margin-left: -44%;
    height: 300px
}

footer .highlights .image-container {
    clear: both;
    display: inline;
    height: 300px;
    width: 60%
}

footer .highlights .image-container h3 {
    color: #fff;
    font-size: .98em;
    position: relative;
    top: 65px;
    left: 50%;
    margin-left: -22%
}

footer .highlights .image-container .image {
    height: 180px;
    width: 220px;
    float: left;
    margin-right: 10px;
    position: relative;
    transition: 1s
}

footer .highlights .image-container .image:hover {
    transform: scale(1.04)
}

footer .highlights .image-container .box1 {
    background-image: url(../../img/1.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../../img/1.jpg);
    background-size: cover;
    width: 300px !important;
    height: 245px !important;
}

footer .highlights .image-container .box2 {
    background-image: url(../../img/2.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../../img/2.jpg);
    background-size: cover
}

footer .highlights .image-container .box3 {
    background-image: url(../../img/3.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../../img/3.jpg);
    transition: 1s;
    background-size: cover
}

@media only screen and (max-width: 1320px) {
    footer .highlights .image-container .box3 {
        top: 10px
    }
}

footer .highlights .image-container .icon-box {
    height: 50px;
    width: 22%;
    background-color: #fff;
    position: absolute;
    top: 72.5%;
    left: 78%
}

footer .highlights .image-container .icon-box img {
    position: relative;
    width: 18px;
    top: 6px;
    left: 22px
}

footer .connect {
    width: 100%;
    height: 200px;
    background-color: #EAEAEA;
    position: relative
}

footer .connect .connect-header {
    position: relative;
    color: #00629B;
    margin-left: 40px;
    top: 20px
}

footer .connect .sign-up {
    width: 30%;
    background-color: #fff;
    margin-left: 40px;
    text-align: center;
    display: inline-block;
    height: 60px;
    position: relative;
    top: 20px;
    transition: 1s
}

@media only screen and (max-width: 1276px) {
    footer .connect .sign-up {
        width: 35%
    }
}

footer .connect .sign-up h2 {
    font-size: 100%;
    padding: 8px 5px 3px 20px;
    float: left;
    position: relative;
    color: #00629B
}

footer .connect .sign-up img {
    position: relative;
    float: right;
    top: 6px;
    margin-right: 10px;
    width: 20px
}

footer .connect .sign-up:hover {
    background-color: #d4d4d4
}

footer .connect .connect-container {
    clear: both;
    width: 80%;
    display: inline-block;
    height: 50px
}

footer .connect .social {
    height: 50px;
    width: 25%;
    position: relative;
    left: 40%;
    transition: 1s
}

@media only screen and (max-width: 1370px) {
    footer .connect .social {
        width: 30%
    }
}

@media only screen and (max-width: 1276px) {
    footer .connect .social {
        left: 45%
    }
}

footer .connect .social-icon {
    height: 60px;
    width: 22%;
    display: inline-block;
    position: relative;
    bottom: 44px
}

footer .connect .soundCloud {
    float: left;
    background-color: #FF3A00
}

footer .connect .soundCloud i {
    margin-left: -30%
}

footer .connect .twitter {
    float: left;
    background-color: #00ACED
}

footer .connect .youTube {
    float: left;
    background-color: #b00
}

footer .connect .faceBook {
    float: left;
    background-color: #3B5998
}

footer .connect .faceBook a {
    width: 100%
}

footer .connect i {
    z-index: 999;
    color: #fff;
    font-size: 200%;
    position: relative;
    top: 13px;
    left: 50%;
    margin-left: -20%
}

footer .connect .ecc-logo {
    position: relative;
    top: 20px
}

.arrow_box {
    position: relative;
    background: #e3e3e3;
    width: 100%;
    top: 0px
}

.arrow_box ul {
    list-style: none;
    position: absolute;
    margin-top: 0;
    height: 50px;
    background-color: #e3e3e3;
    width: 100%;
    margin-top: 0;
    padding: 0 0%;
    text-align: center
}

.arrow_box ul li {
    display: inline-block;
    padding-left: 20px;
    padding-top: 15px;
    color: #00629B;
    font-size: 1em;
    font-weight: 600
}

.arrow_box ul li a {
    transition: .3s;
    text-decoration: none;
    padding-bottom: 4px;
    color: #00629B
}

.arrow_box ul li a:nth-child(3) {
    border-bottom: 3px solid #00629B
}

.arrow_box ul li a:hover {
    border-bottom: 3px solid #00629B
}

.arrow_box ul li .active {
    border-bottom: 3px solid #00629B
}

.nav>.selected:after {
    margin-left: 64.5%;
    left: 55%;
    margin-left: -10px;
    top: 10px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #e3e3e3;
    border-width: 20px
}

.content-landing {
    height: 100%;
    position: relative;
    margin-top: 50px
}

.content-landing .intro {
    width: 40%;
    position: relative;
    left: 50%;
    margin-left: -20%
}

.content-landing .intro h1 {
    text-align: center;
    font-weight: 400;
    color: #00629B
}

.content-landing .intro h3 {
    text-align: center
}

.content-landing .blocks {
    margin: 0 20px
}

.content-landing .blocks .low-block {
    height: 300px
}

.content-landing .blocks .low-block h2 {
    color: #00629B;
    width: auto
}

.content-landing .blocks .low-block .cta-mid {
    min-width: 5%
}

.content-landing .blocks .block {
    position: relative;
    background-size: cover
}

.content-landing .blocks .block-text {
    padding: 30px;
    line-height: 28px;
    width: 100%;
    position: absolute;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.5);
    background: linear-gradient(rgba(255, 255, 255, 0.5) 85%, rgba(255, 255, 255, 0))
}

.content-landing .blocks .first {
    background-image: url(../../img/one.jpg)
}

.content-landing .blocks .first .cta-top {
    min-width: 5%
}

.content-landing .blocks .second {
    background-image: url(../../img/two.jpg)
}

.content-landing .blocks .second .block-text {
    width: 100%
}

.content-landing .blocks .second .cta-top {
    min-width: 5%
}

.content-landing .third {
    background-image: url(../../img/three.jpg)
}

.content-landing .third .block-text {
    width: 100%
}

.content-landing .third .cta-mid {
    min-width: 5%
}

.content-landing .fourth {
    background-color: #CE0058
}

.content-landing .fourth .block-text {
    color: white;
    background: transparent
}

.content-landing .fourth .cta-mid {
    min-width: 5%
}

.content-landing .fifth {
    background-image: url(../../img/four.jpg)
}

.content-landing .fifth .cta-mid {
    min-width: 4%
}

.content-landing .sixth {
    background-image: url(../../img/fifth.jpg)
}

.content-landing .seventh {
    background-image: url(../../img/seven.jpg)
}

.content-landing .eighth {
    background-image: url(../../img/eight.jpg)
}

.content-content {
    height: 100%;
    margin-top: 50px;
    margin-left: 20px;
    position: relative
}

.content-content .intro {
    margin: auto;
    max-width: 800px;
    position: relative
}

.content-content .intro h1 {
    margin-bottom: 0;
    position: relative;
    color: #00629B;
    font-weight: 300
}

.content-content .intro h2 {
    position: relative;
    margin-top: 5px
}

.content-content .row .offer {
    background-color: #8C4798;
    height: 300px
}

.content-content .row .offer .text-block {
    margin: 40px;
    color: white
}

.content-content .row .image {
    background-image: url(../../img/school.jpg);
    height: 300px;
    background-size: cover
}

.content-content .list-content {
    width: 800px;
    position: relative;
    margin: auto;
    top: 20px
}

.content-content .list-content1 {
    border-bottom: 1px solid #c1c1c1
}

.content-content .list {
    position: relative;
    left: 50%;
    width: 800px;
    margin-left: -50%;
    max-width: 800px
}

.content-content .list h4 {
    color: #00629B;
    line-height: 22px;
    max-width: 100%
}

.content-content .list ul {
    list-style: inheri;
    padding-left: 40px
}

.content-content .list li {
    padding-top: 10px;
    line-height: 26px;
    /*text-indent:10px;*/
}

.content-content .interested {
    margin-top: 40px;
    float: left;
    width: 100%
}

.content-content .box {
    height: 300px;
    background-size: cover;
    position: relative
}

.content-content .box .cta {
    min-width: 7%
}

.content-content .one {
    background-image: url(../../img/fifth.jpg)
}

.content-content .two {
    background-color: #c30000;
    position: relative
}

.content-content .two .text-block {
    color: white;
    margin: 30px;
    margin-top: 20px;
    position: absolute;
    width: 80%
}

.content-content .two .text-block h4 {
    font-size: 1.4em
}

.content-content .two .text-block p {
    font-size: 1.3em;
    line-height: 26px
}

.content-content .two .cta-mid {
    width: 20%
}

.content-content .three {
    background-image: url(../../img/four.jpg)
}

.content-content .four {
    background-image: url(../../img/three.jpg)
}

.listings-content {
    height: 100%;
    margin: 30px
}

.listings-content .event {
    width: 48.3%
}

.listings-content .event .text-block {
    padding: 0 0 40px 0
}

.listings-content .event .text-block h2 {
    font-size: 1.8em;
    margin-bottom: 0
}

.listings-content .event .text-block .description {
    line-height: 30px
}

.listings-content .event1 {
    background-color: #00629B
}

.listings-content .event1 .text-block {
    color: white
}

.listings-content .event2 {
    background-image: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url(../../img/event.jpg);
    background-size: cover
}

.listings-content .text-block {
    margin: 40px
}

.listings-content .breadcrumbs {
    height: auto
}

.listings-content col {
    margin-left: 0.7%
}

.listings-content .image {
    margin-left: 0
}

.listings-content .listings {
    margin: 40px;
    margin-top: 60px;
    margin-bottom: 40px;
    position: relative;
    top: 40px
}

.listings-content .listings .text h3 {
    margin-top: 0;
    color: #00629B
}

.listings-content .listings .text p:nth-child(3) {
    line-height: 28px
}

.listings-content .image {
    width: 300px
}

.date {
    font-size: 1.2em;
    margin-top: 8px
}

html {
    margin: 0;
    font-size: 16px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    padding: 0
}

body {
    margin: 0;
    padding: 0
}

.clear {
    clear: both
}

.blue {
    color: #00629B
}

@media only screen and (max-width: 1100px) {
    .content-landing .blocks .first .cta-top {
        min-width: 5%
    }

    .content-landing .blocks .low-block .cta-mid {
        min-width: 6%
    }

    .content-landing .blocks .second .block-text {
        padding-right: 30px
    }

    .content-landing .third .block-text {
        font-size: .85em;
        padding-right: 20%
    }

    .content-landing .fourth .block-text {
        font-size: .85em;
        padding-right: 20%
    }

    .content-content .list-content {
        width: 700px
    }

    .content-content .list {
        width: 700px
    }

    .content-content .box .cta {
        /*left:10%;width:90%*/
    }

    .content-content .box .cta img {
        width: 16px;
        bottom: 18px
    }

    .content-content .two .cta-mid img {
        width: 16px
    }
}

@media only screen and (max-width: 1023px) {
    .nav {
        display: block
    }

    .hero .text-container {
        width: 60%
    }

    .content {
        height: 780px
    }

    .row .top-block {
        height: 330px
    }

    .row .mid-block {
        height: 250px
    }

    .row .low-block {
        height: 180px
    }

    .row .low-block h2 {
        font-size: .8em
    }

    .row i {
        font-size: 3em
    }

    .row .social-block i {
        font-size: 2.8em;
        left: 46%
    }

    .cta-top h2 {
        font-size: .8em;
        padding-left: 10px
    }

    .cta-top img {
        min-width: 15px
    }

    .cta-mid {
        min-width: 60%
    }

    .cta-mid h2 {
        font-size: .8em;
        padding-left: 10px
    }

    .cta-mid img {
        width: 14px
    }

    .arrow_box ul {
        height: 80px
    }

    .content-landing {
        height: 100%;
        margin-top: 80px
    }

    .content-landing .top-block {
        height: 400px;
        width: 49.3%
    }

    .content-landing .top-block .block-text {
        padding-right: 20%
    }

    .content-landing .top-block .cta-top h2 {
        font-size: 0.8em
    }

    .content-landing .mid-block {
        height: 400px
    }

    .content-landing .blocks .second .block-text {
        padding-right: 20%
    }

    .content-landing .blocks .low-block .cta-mid {
        min-width: 9%
    }

    .content-landing .blocks .low-block h2 {
        font-size: 0.8em
    }

    .content-landing .fifth .cta-mid {
        min-width: 6%
    }

    .content-landing .fifth .cta-mid h2 {
        font-size: 0.8em
    }

    .content-landing {
        height: 100%;
        margin-top: 80px
    }

    .content-content .list-content {
        width: 100%
    }

    .content-content .list {
        width: 100%
    }

    .content-content .box .cta {
        top: 83.2%
    }

    .content-content .two .text-block h4 {
        margin-bottom: 8px
    }

    .content-content .two .text-block p {
        font-size: 1.1em;
        margin-top: 0
    }

    footer .links {
        width: 100%;
        border-right: 0
    }

    footer .links li {
        padding-right: 20%
    }

    footer .highlights {
        width: 100%
    }

    footer .highlights .highlights-container {
        margin-left: -46.5%
    }

    footer .highlights .image-container {
        position: relative;
        margin: 0 auto;
        height: auto
    }

    footer .highlights .image-container .image {
        margin-left: 20px
    }

    footer .highlights .image-container a:first-child .image:first-child {
        margin-left: 0
    }

    footer .highlights .image-container .box3 {
        top: 0;
        left: 0
    }

    footer .connect .social {
        width: 35%;
        left: 54%;
        top: 20px
    }

    footer .connect .social .social-icon {
        height: 40px;
        width: 24%
    }

    footer .connect .social i {
        font-size: 1.4em;
        top: 10px
    }

    footer .connect .sign-up {
        width: 45%;
        height: 40px
    }

    footer .connect .sign-up h2 {
        font-size: 90%;
        top: 0;
        padding: 0 0 0 10px
    }

    footer .connect .sign-up img {
        width: 15px;
        top: 5px
    }

    footer .connect .ecc-logo {
        width: 140px;
        position: absolute;
        right: 5%;
        margin-top: 41px
    }
}

@media only screen and (max-width: 890px) {
    .fa-plus {
        display: block
    }

    .secondary li a {
        color: #00629B
    }

    .nav>.selected:after {
        display: none
    }

    nav {
        z-index: 999
    }

    .nav {
        float: none;
        position: relative;
        top: 45px;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        text-align: center;
        display: none;
        top: 50px;
        z-index: 998
    }

    .navbar {
        background-color: #034F7B;
        padding: 8px 0;
        position: relative;
        z-index: 999;
        width: 100%;
        border-top: 1px solid #fff;
        padding: 14px 0;
        top: 0px
    }

    .navbar a {
        text-transform: uppercase
    }

    .navbar:first-child {
        border-top: none
    }

    .navbar:last-child {
        padding-bottom: 14px
    }

    #nav-toggle {
        display: block;
        left: 89%;
        z-index: 999
    }

    .navbar:hover {
        background-color: #00629B
    }

    .hero .text-container {
        width: 70%;
        padding-left: 10px;
        padding: 10px;
        margin-left: 5px
    }

    .hero .nav-index {
        background-color: #00629B
    }

    .hero .nav-index .logo-black {
        display: none
    }

    .hero .nav-index .logo-white {
        display: block
    }

    .hero .nav-index #nav-toggle span,
    .hero .nav-index #nav-toggle span:before,
    .hero .nav-index #nav-toggle span:after {
        cursor: pointer;
        border-radius: 1px;
        height: 7px;
        width: 45px;
        background: white;
        position: absolute;
        display: block;
        content: ''
    }

    .nav-index .nav {
        float: none;
        position: relative;
        top: 45px;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        text-align: center;
        display: none;
        top: 50px;
        z-index: 998
    }

    .nav-index .navbar {
        background-color: #00629B;
        padding: 8px 0;
        position: relative;
        z-index: 999;
        width: 100%;
        border-top: 1px solid #fff;
        padding: 14px 0;
        top: 0px
    }

    .nav-index .navbar>a {
        color: white;
        text-transform: uppercase
    }

    .nav-index .navbar:first-child {
        border-top: none
    }

    .nav-index .navbar:last-child {
        padding-bottom: 14px
    }

    .nav-index #nav-toggle {
        display: block;
        left: 89%
    }

    .content {
        height: 660px;
        margin: 20px 5px 50px 5px
    }

    .row .top-block {
        width: 49.3%
    }

    .row .seax .cta-top {
        left: 40%;
        width: 60%
    }

    .row .seax .seax-text-container {
        width: 80%
    }

    .row .seax .seax-text-container h2 {
        font-size: 1em
    }

    .row .seax .seax-text-container h4 {
        font-size: .85em;
        line-height: 20px
    }

    .row .mid-block {
        height: 200px;
        margin-top: 20px
    }

    .row .low-block {
        position: relative;
        height: 121px;
        margin-top: 15px
    }

    .row .low-block i {
        margin-top: 10px
    }

    .row .low-block h2 {
        line-height: 15px
    }

    .row .sign h2 {
        text-align: center
    }

    .row .social-block a {
        margin-top: 0;
        left: 50%;
        margin-bottom: 10px;
        font-size: 1.8em;
        position: relative;
        top: 15px
    }

    .row .social-block .soundcloud-block a {
        left: 54%
    }

    .cta-top {
        min-width: 50%
    }

    .cta-top h2 {
        font-size: .8em
    }

    .cta-top img {
        width: 10px;
        bottom: 12px
    }

    .cta-mid h2 {
        font-size: .8em
    }

    .cta-mid img {
        width: 10px
    }

    .arrow_box ul {
        height: 110px
    }

    .content-landing {
        margin-top: 100px;
        height: 100%
    }

    .content-landing .intro {
        width: 80%;
        margin-left: -40%
    }

    .content-landing .top-block .block-text {
        padding-right: 20%
    }

    .content-landing .blocks .block {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
        height: 300px
    }

    .content-landing .blocks .block .block-text {
        font-size: 1em
    }

    .content-landing .blocks .block .cta img {
        width: 18px
    }

    .content-landing .blocks .first .block-text {
        padding-right: 20%
    }

    .content-landing .blocks .second .block-text {
        padding-right: 20%
    }

    .content-landing .blocks .second .cta-top {
        min-width: 5%
    }

    .content-landing .blocks .third .block-text {
        padding-right: 20%
    }

    .content-landing .blocks .third .cta-mid img {
        width: 18px
    }

    .content-landing .blocks .fourth .block-text {
        padding-right: 20%
    }

    .content-landing .blocks .fourth .cta-mid img {
        width: 18px
    }

    .content-landing .blocks .fifth .block-text {
        padding-right: 20%
    }

    .content-landing .blocks .fifth .cta-mid {
        min-width: 65%
    }

    .content-landing .blocks .low-block .cta {
        min-width: 65%
    }

    .content-content {
        margin-top: 100px;
        height: 100%
    }

    .content-content {
        /*height:2500px;margin-bottom:150px*/
    }

    .content-content .list {
        max-width: 550px
    }
}

@media only screen and (max-width: 890px) and (max-width: 670px) {
    .content-content .list {
        max-width: 480px
    }
}

@media only screen and (max-width: 890px) and (max-width: 570px) {
    .content-content .list {
        max-width: 420px
    }
}

@media only screen and (max-width: 890px) {
    .content-content .list-content {
        width: 100%
    }

    .content-content .offer {
        width: 100%
    }

    .content-content .image {
        width: 100%;
        margin-left: 0;
        margin-top: 10px
    }

    .content-content .box {
        width: 49.3%
    }

    .content-content .two .cta-mid {
        top: 83.5%
    }

    .content-content .three {
        margin-left: 0;
        margin-top: 10px
    }

    .content-content .four {
        margin-top: 10px
    }

    footer .highlights .highlights-container {
        left: 5%;
        margin-left: 0
    }

    footer .highlights .image-container {
        display: block;
        width: 80%;
        margin-left: 0
    }

    footer .highlights .image-container .image {
        margin-top: 15px;
        width: 100%
    }

    footer .highlights .image-container .box2 {
        margin-left: 0
    }

    footer .highlights .image-container .box3 {
        margin-left: 0
    }

    footer .highlights .image-container .icon-box {
        width: 10%;
        left: 90%
    }

    footer .highlights .image-container .icon-box img {
        left: 50%
    }

    footer .links li {
        padding-right: 8%
    }

    footer .connect .sign-up {
        width: 55%;
        margin-right: 1000px
    }

    footer .connect .social {
        left: 7.5%;
        top: 70px
    }
}

@media only screen and (max-width: 480px) {
    .hero {
        height: 500px
    }

    .hero .text-container {
        top: 20px
    }

    .nav-index #nav-toggle {
        left: 80%
    }

    .content {
        margin-bottom: 40px;
        height: 720px
    }

    .row .top-block {
        width: 100%
    }

    .row .seax {
        margin-top: 15px
    }

    .row .seax .seax-text-container {
        width: 80%
    }

    .row .seax .seax-text-container h4 {
        font-size: .9em
    }

    .row .mid-block {
        height: 320px
    }

    .row .low-block {
        width: 48%;
        height: 160px
    }

    .row .low-block i {
        font-size: 4em;
        top: 20px
    }

    .row .low-block h2 {
        font-size: .9em;
        line-height: 20px;
        padding-top: 10px
    }

    .row .sign {
        margin-left: 10px
    }

    .row .social-block a {
        font-size: 3em;
        top: 15px;
        margin-left: -30%
    }

    .row .social-block .soundcloud-block a {
        margin-left: -42%;
        font-size: 2.7em
    }

    .row .contact {
        margin-left: 10px;
        margin-bottom: 20px
    }

    #nav-toggle {
        left: 83%
    }

    .arrow_box ul {
        height: 180px
    }

    .content-landing {
        margin-top: 180px;
        height: 100%;
    }

    .content-landing .breadcrumbs {
        width: 100%
    }

    .content-landing .blocks .block {
        height: 400px
    }

    .content-landing .blocks .block .block-text {
        padding: 20px;
        padding-right: 20px
    }

    .content-content {
        margin-top: 180px;
        height: 100%;
    }

    .content-content {
        margin-bottom: 200px;
        height: 100%;
    }

    .content-content .list {
        width: 95%
    }

    .content-content .breadcrumbs {
        width: 100%
    }

    .content-content .row .offer {
        height: 600px
    }

    .content-content .row .image {
        margin-top: 20px
    }

    .content-content .box {
        width: 100%;
        margin-top: 10px
    }

    .content-content .two .text-block h4 {
        margin-bottom: 20px
    }

    .content-content .four {
        margin-bottom: 50px
    }

    footer {
        margin-top: 30px
    }

    footer .highlights .image-container .icon-box {
        left: 80%;
        width: 20%
    }

    footer .highlights .image-container .icon-box img {
        left: 46%
    }

    footer .links .links-section {
        width: 100%
    }

    footer .connect {
        height: 300px
    }

    footer .connect .connect-header {
        margin-left: 6%
    }

    footer .connect .sign-up {
        width: 110%;
        margin: 0 18px
    }

    footer .connect .social {
        width: 82%
    }

    footer .connect .ecc-logo {
        margin-top: 195px;
        left: 6%
    }
}

.no-padding {
    padding-bottom: 0 !important
}

@media only screen and (max-width: 480px) {
    #uBlogsy_left_col {
        width: 100% !important;
    }

    #uBlogsy_right_col {
        width: 100% !important;
        clear: both;
        display: inherit !important;
        float: left !important;
    }
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ParaTextH2 {
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 0px;
}

.ParaTextH4 {
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 5px;
    margin-right: 10px;
}

.divmidblock {
    position: relative;
    top: 20px;
    display: inline-block;
    padding: 10px 10px;
    background: rgba(255, 255, 255, 0.7);
    margin-left: 20px;
    margin-right: 20px;
}

/*# sourceMappingURL=style.css.map */
.highlight-block {
    float: left;
    position: relative;
    transition: 1s;
}

.highlight-block p {
    color: #00629B;
    position: relative;
    padding-right: 40px;
    font-size: 1.0em;
    margin: 10px 0;
    text-transform: uppercase;
    font-weight: bold;
}

.highlight-block h3 {
    color: #48BEFF !important;
    text-decoration: none;
    font-size: 1.17em !important;
    top: 0px !important;
    left: 0px !important;
    margin-left: 0px !important;
}

.buttonorder {
    background-color: #4f81bd;
    border: solid #436ea2;
    border-radius: 25px;
    color: white !IMPORTANT;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

.buttonorder a {
    color: white;
}

.Blue-box {
    background: #034f7b;
    max-width: 100%;
    padding: 0 15px;
    margin-bottom: 10px;
    color: white;
}

.cta-topLeft {
    height: auto;
    min-width: 0%;
    background-color: #fff;
    position: relative;
    transition: 1s;
    padding: 0.5em 0.5em 0.5em 2.5em;
    box-sizing: border-box;
    max-width: 90%
}

.cta-topLeft img {
    /*position: absolute;*/
    left: 10px;
    width: 20px;
    top: 0;
}

.cta-topLeft h2 {
    color: #00629B;
    position: relative;
    padding-right: 40px;
    font-size: 1.0em;
    margin: 10px 0;
}

/*.cta-topLeft>div {    position: relative;}*/


.blue-button {
    background-color: #008CBA;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

.homepage-header {
    height: 385px;
    background-color: rgba(201, 201, 201, 1.00);
    background-image: url(/media/1002/shutterstock_221587267-smaller.jpg);
    background-size: cover;
    background-position: center center;

}

.homepage-header h1 {
    font-size: 2.4em;
}

.homepage-header a {
    color: #fafafa;
    font-weight: 400;
}

.homepage-highlights {
    background-color: #212121;
    color: #FAFAFA;
    margin-bottom: 1.5em;
    opacity: 0.95;
}

.homepage-highlights h2 {
    border-bottom: 3px solid #2e7d32;
    padding: 0.4em 0.6em;
    margin-bottom: 0;
}

.homepage-highlights ul {
    list-style: none;
    padding: 0.5em 1em;
}

.homepage-highlights ul li {
    padding: 0.2em 0;
}

.homepage-highlights a {
    color: #FAFAFA;
}

.news-item.thumbnail {
    border: none;
    background-color: transparent;
}

.homepage-links {
    margin: 40px 0;
}

.title_overlay {
    background-color: rgba(0, 0, 0, 0.6);
    float: left;
    width: 100%;
    height: auto;
    bottom: 0;
    position: absolute;
}

.title_overlay .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.banner {
    /*height:410px;*/
    height: 310px;
    background-color: rgba(201, 201, 201, 1.00);
    background-size: cover;
    background-position: center center;
    position: relative;
}

.banner_title {
    color: #FFF;
    /*padding-bottom: 15px;*/
}

.banner_title h1 {
    font-size: 50px;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

.homepage-notification {
    text-align: left;
    padding: 8px;
    margin: 0;
    vertical-align: bottom;
    color: #000000;
    font-size: 18px;
    font-family: helvetica;
    font-weight: bold;
}

.home-row {
    margin-top: 20px;
    overflow: hidden;
    height: auto;
}

.home-action-container {
    padding: 10px 15px;
}

.home-action-container h2 {
    margin: 0 !important;
}

.home-row .home-action-container:first-child {
    padding-left: 0px;
}

.home-action-header {
    display: block;
}

.home-action-button {
    margin-top: 20px;
}

.home-action-container input[type=text] {
    width: 175px;
    height: 32px;
    line-height: 32px;
    margin: 0 15px 0 0;
    border: solid 1px #f3b352;
    color: #000;
    box-shadow: none;
    padding: 0 0 0 5px;
}

.home-action-container .button {
    text-align: center;
    line-height: 50px;
    text-decoration: none;
    color: #fff;
    background-color: #ed7000;
    border-radius: 5px;
    box-shadow: 0 3px 0 #e9591a;
    padding: 0 3.2em;
}

.home-action-container .button:hover {
    background-color: #e9591a;
}

.home-action-container .button a {
    color: #fff !important;
    text-decoration: none !important;
    display: block;
    font-weight: 600;
    font-size: 20px;
}

.home-action-container .button a:hover {
    color: #fff !important;
    text-decoration: none !important;
}

.home-action-container .button a:visited {
    color: #fff !important;
}

.home-alert-Image {
    width: 75px;
    display: inline-block;
    padding-top: 10px;
}

.home-floating-box {
    border: solid 1px red;
}

.Contentbutton {
    text-align: center;
    line-height: 50px;
    text-decoration: none;
    color: #fff;
    background-color: #ed7000;
    /*border-radius:5px;
	box-shadow:0 3px 0 #e9591a;
	padding:0 3.2em;*/
    padding: 10px 15px;
    font-weight: 600;
    font-size: 18px;
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

input:focus::-webkit-input-placeholder {
    color: transparent;
}

#searchForm #searchBtn {
    background: transparent url("../Images/icon-search.png") no-repeat 8px 10px;
    border: 0;
    cursor: pointer;
    height: 35px;
    left: 200px;
    position: absolute;
    text-indent: -4000px;
    top: -5px;
    width: 35px;
}

#searchForm input[type="text"] {
    background: #ffffff;
    border: none;
    /*color: #325e02;*/
    height: 30px;
    padding-left: 5px;
    width: 240px;
    /*font-size: 11px;*/
    /*font-weight: bold;*/
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    outline: none;
}

#searchForm {
    float: left;
    position: relative;
    z-index: 1;
    /*margin: 90px 5px 0 0;*/
}