body,
html {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,
pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,
form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,
canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,
output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block;
}

body {
    line-height: 1;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.material-icons {
    font-feature-settings: 'liga';
    font-family: 'Material Icons';
    display: block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}

@font-face {
    font-family: 'icons';
    src: url('../font/icons.eot?21258575');
    src: url('../font/icons.eot?21258575#iefix') format('embedded-opentype'),
        url('../font/icons.woff?21258575') format('woff'),
        url('../font/icons.ttf?21258575') format('truetype'),
        url('../font/icons.svg?21258575#icons') format('svg');
    font-weight: normal;
    font-style: normal;
}

.icons {
    font-family: 'icons';
}



#content ul,
#content ol {
    padding-left: 40px;
}





.banner {
    background-image: url(../images/header-background.jpg);
    background-size: 2000px 201px;
    width: 100%;
    height: 144px;
    background-color: #111;
    background-repeat: no-repeat;
    background-position: top center;
    border-top: 2px solid #f57625;
    border-bottom: 2px solid #f57625;
}

@media screen and (max-width: 1000px) {
    .banner {
        height: 200px;
    }

    main {
        padding;
        top: 35px;
    }

    div.nav-wrapper {
        padding: 0px;
    }

}

@media screen and (min-width: 1001px) {
    .nav-wrapper {
        position: relative;
        bottom: 35px;
    }
}

@media screen and (max-width: 420px) {
    .mobile-userbar>a.button {
        margin-left: 0px;
    }

    .button.logout,
    .button.welcome {
        font-size: 10px;
    }
}



/*Base Layout*/
.header-wrapper {
    /*border-top:1px dashed #6eafff;*/
    /*background-color:#333*/
    ;
    margin-left: auto;
    margin-right: auto;
}

#header {
    /*background-color:#333;*/
    /*border-left:1px dashed #6eafff;*/
    /*border-right:1px dashed #6eafff;*/
    height: 100px;
    overflow: hidden;
}

.nav-wrapper {
    /*background-color:#333;*/
    /*border-top:1px dashed #6eafff;*/
    border-bottom: none;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    float: left;
    width: 100%;


}

nav.main-nav {
    /*background-color:#333*/
    ;
    /*border-left:1px dashed #6eafff;*/
    /*border-right:1px dashed #6eafff;*/
}

.hero-wrapper {
    /*border-top:1px dashed #6eafff;*/
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -34px;
}

#hero {
    background-color: #fff;
    position: relative;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    height: 800px;
    overflow: hidden;
    z-index: 0;
}

.content-wrapper {
    background-color: #fff;
    /*border-top:1px dashed #6eafff;*/
    border-bottom: none;
    margin-left: auto;
    margin-right: auto;
}

#content {
    background-color: #fff;
    width: 100%;
    overflow: hidden;
    min-height: 300px;
}

.footer-wrapper {
    background-image: url(../images/footer-background.jpg);
    background-size: 2000px 350px;
    width: 100%;
    height: 350px;
    /*border-top:1px dashed #6eafff;*/
    margin-left: auto;
    margin-right: auto;
    border-top: 2px solid #f57625;
}

#footer {
    /*border-left:1px dashed #6eafff;*/
    /*border-right:1px dashed #6eafff;*/
    height: 150px;
    max-width: 1400px;
    margin: 0px auto;
    clear: both;
    text-align: center;
    padding-top: 10px;
}



footer {
    float: left;
    clear: left;
    width: 100%;
}




body.portal-template {
    min-height: 100%;
    position: absolute;
    width: 100%;
}

.portal-template footer {
    clear: both;
    position: absolute;
    bottom: 0px;
}





.box-container,
.box-container-2 {
    width: 100%;
    text-align: center;
    position: relative;
    bottom: -100px;
    float: left;
    clear: left;
}

.box-container-2 {
    margin-top: -200px;
}

.footer-box {
    width: 25%;
    height: 200px;
    display: inline-block;
    vertical-align: top;
    background-color: #333;
}

.footer-box:nth-child(2) {
    margin-left: 25px;
    margin-right: 25px;
}

a.footer-box {
    font-size: 12px;
    font-weight: 500;
    line-height: 28px;
    color: #fff;
    text-decoration: none;
}

a.footer-box:hover {
    color: #fff;
    cursor: pointer;
    cursor: hand;

}

.footer-box:hover {
    background-color: #474747;
}

.footer-box div {
    position: relative;
    top: 75px;
}


.footer-contact:before {
    font-family: 'fontello';
    content: '\f0e0';
    color: #f57625;
    font-size: 24px;
}

.footer-member:before {
    font-family: 'fontello';
    content: '\f279';
    color: #f57625;
    font-size: 24px;
}

.footer-social:before {
    font-family: 'fontello';
    content: '\f308';
    color: #f57625;
    font-size: 28px;
}

.home-bottom-background {
    background-image: url(../images/bottom_background.jpg);
    background-size: cover;
    width: 100%;
    height: 400px;
    background-position: center;
}

.bottom-background {
    background-image: url(../images/base-mobile.png);
    background-size: 2000px 700px;
    width: 100%;
    height: 200px;
    background-position: center bottom;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}



@media only screen and (max-width: 800px) {
    .footer-box {
        width: 85%;
        height: 150px;
        margin-top: 15px;
        top: -555px;
    }

    .box-container,
    .box-container-2 {
        top: 75px;
    }

    .box-container-2 {
        margin-top: -495px;
    }

    .footer-box:nth-child(2) {
        margin-left: 0px;
        margin-right: 0px;
    }

    .footer-box div {
        top: 50px;
    }

    .home-bottom-background {
        height: 500px;
    }

    .bottom-background {
        height: 500px;
    }

}


#legal {
    background-color: #ddd;
    /*border-left:1px dashed #6eafff;*/
    /*border-right:1px dashed #6eafff;*/
    height: 40px;
    max-width: 1400px;
    margin: 0px auto;
    clear: both;
    text-align: center;
    padding-top: 10px;
}

.legal {
    font-size: 10px;
}


@font-face {
    font-family: 'fontello';
    src: url('../font/fontello.eot?16361508');
    src: url('../font/fontello.eot?16361508#iefix') format('embedded-opentype'),
        url('../font/fontello.woff?16361508') format('woff'),
        url('../font/fontello.ttf?16361508') format('truetype'),
        url('../font/fontello.svg?16361508#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}

a.login:before,
a.contact:before {
    font-family: 'fontello';
    color: #f57625;
    padding-right: 5px;
}

a.logout:after {
    font-family: 'fontello';
    padding-left: 5px;
    color: #f57625;
}

a.login:before {
    content: '\e802';
}

a.contact:before {
    content: '\f098';
}

a.logout:after {
    content: '\e80a';
    font-size: 14px;
}

a.login,
a.contact,
a.logout,
a.welcome {
    text-decoration: none;
    font-weight: 500;
    font-size: 12px;
}

a.login,
a.welcome {
    margin-right: 20px;
}

a.login:hover,
a.contact:hover,
a.logout:hover,
a.welcome:hover {
    color: #f57625;
    cursor: pointer;
    cursor: hand;
}

.content-wrapper,
.header-wrapper,
.block-wrapper,
.nav-wrapper,
.footer-wrapper {
    padding-left: 50px;
    padding-right: 50px;
}

#header,
#container,
.main-nav {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}





/*Interior Layout*/
#container {
    overflow: hidden;
    background-color: #fff;
    /*border-left:1px dashed #6eafff;*/
    /*border-right:1px dashed #6eafff;*/
    width: 100%;
    min-height: 300px;
    position: relative;
}

#container.portal {
    overflow: initial;
}

#subnav {
    background-color: #fff;
    width: 250px;
    float: left;
}

#container #content {
    padding: 30px 30px 30px;
    /*border-left:1px dashed #6eafff;*/
    /*border-right:1px dashed #6eafff;*/
    width: calc(100% - 250px);
    float: right;
}

#container.portal #content {
    padding: 0px 30px 30px;
    width: calc(100% - 250px);
    float: right;
    margin-bottom: 50px;
}

#container #content.has-side-content {
    width: calc(100% - 650px);
    float: right;
    margin-right: 400px
}

#container #content.no-subnav {
    padding: 30px 30px 30px;
    border: none;
    width: 100%;
    float: right;
}

#container #content.no-subnav.has-side-content {
    width: calc(100% - 400px);
    float: right;
    margin-right: 400px;
}

#container #side {
    position: absolute;
    right: 0px;
    padding: 30px 30px 30px;
    width: 400px;
    color: #fff;
    float: right;
    clear: none;
}

#subnav {
    margin-top: 30px;
    padding: 0;
    list-style-type: none;
    float: right;
}





.scrollable {
    overflow-y: scroll;
}

.scrollable::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.scrollable::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

.scrollable::-webkit-scrollbar-thumb {
    background: #ccc;
    border: 0px none #ccc;
    border-radius: 4px;
}

.scrollable::-webkit-scrollbar-thumb:hover {
    background: #ccc;
}

.scrollable::-webkit-scrollbar-thumb:active {
    background: #ccc;
}

.scrollable::-webkit-scrollbar-track {
    background: #aaa;
    border: 0px none #ccc;
    border-radius: 3px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.scrollable::-webkit-scrollbar-track:hover {
    background: #aaa;
}

.scrollable::-webkit-scrollbar-track:active {
    background: #aaa;
}

.scrollable::-webkit-scrollbar-corner {
    background: transparent;
}




/*logos*/

#header a.logo {
    background-image: url(../images/acbc-logo.png);
    position: relative;
    z-index: 3000;
    display: block;
    margin-top: 32px;
    margin-left: 15px;
    width: 300px;
    height: 67px;
    background-size: 300px 67px;
    background-repeat: no-repeat;
}

nav.main-nav #mobile-nav a.mobile-logo {
    background-image: url(../images/acbc-logo.png);
    display: inline-block;
    width: 300px;
    height: 67px;
    background-size: 300px 67px;
    background-repeat: no-repeat;
    margin-top: 75px;
    z-index: 100;
}

#footer a.logo {
    margin-bottom: 50px;
    margin-top: 150px;
    background-image: url(../images/acbc-logo.png);
    display: inline-block;
    width: 300px;
    height: 67px;
    background-size: 300px 67px;
    background-repeat: no-repeat;
}

#mobile-nav {
    text-align: center;
}


#footer {
    color: #fff;
}

#footer a {
    color: #fff;
    text-decoration: none;
}


/*Hero Styles*/


#hero .slide-textbox {
    width: 100%;
    text-align: center;
    position: relative;
    max-width: 1400px;
    padding-top: 650px;
    margin: 0 auto;
    padding-left: 60px;
    padding-right: 60px;
}

#hero .slide-heading {
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
    text-shadow: 1px 2px 3px #666;
}

@media screen and (max-width: 900px) {
    #hero .slide-heading {
        font-size: 25px !important;
    }

    #hero .slide-textbox {
        /*padding-top: px;*/
    }
}

@media screen and (max-width: 665px) {
    #hero .slide-textbox {
        padding-top: 600px;
    }
}

@media screen and (max-width: 500px) {
    #hero .slide-textbox {
        padding-top: 575px;
    }
}

@media screen and (max-width: 365px) {
    #hero .slide-textbox {
        padding-top: 550px;
    }
}

#hero .slide-text {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    display: block;
    margin-bottom: 5px;
    text-shadow: 1px 2px 1px #666;
}

#hero a.slide-link {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    display: block;
}

#hero a.slide-link:hover {
    color: #fff;
    cursor: pointer;
    cursor: hand;
}

.glow {
    text-shadow: 0px 0px 100px rgba(0, 0, 0, 1), 0px 0px 10px rgba(0, 0, 0, .7);
}

#hero .slide {
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    height: 800px;
}

.hero-wrapper {
    padding-left: 0px;
    padding-right: 0px;
}

#hero-controls {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    top: 375px;
    /*padding-left: 40px;
	padding-right: 40px;*/
}

#hero-slide-selector>a {
    /*display: inline-block;*/
    display: none;
    border: 2px solid white;
    margin: 2px;
    border-radius: 50%;
    padding: 7px;
}

#hero-slide-selector>a.on {
    background-color: white;
    color: white;
}

#hero-current-slide {
    display: none;
}

#hero-slide-selector {
    display: block;
    text-align: center;
    position: relative;
    top: 0px;
    right: 0px;
    float: right;
    margin-left: auto;
    margin-right: auto;
    z-index: 1000;
    opacity: 0.9;
}

#hero-overlay {
    position: relative;
    max-width: 100%;
    z-index: 1000;
    left: 0px;
    top: 0px;
}

#hero-prev-slide {
    float: left;
    cursor: pointer;
    cursor: hand;
    opacity: 0.8;
    width: 50px;
    height: 50px;
    background-color: #fff;
}

#hero-next-slide {
    float: right;
    cursor: pointer;
    cursor: hand;
    opacity: 0.8;
    width: 50px;
    height: 50px;
    background-color: #fff;
}

#hero-prev-slide:before {
    font-family: 'fontello';
    content: '\e804';
    position: relative;
    top: 17px;
    left: 15px;
}

#hero-next-slide:before {
    font-family: 'fontello';
    content: '\e805';
    position: relative;
    top: 17px;
    left: 20px;
}

#hero-prev-slide:hover,
#hero-next-slide:hover {
    opacity: 1;
    cursor: pointer;
    cursor: hand;
}

@media only screen and (max-width: 800px) {
    .hero-wrapper {
        margin-top: 0px;
        top: 0px;
    }

    #hero .slide-textbox {
        padding-left: 15px;
        margin-left: 0px;
        padding-right: 15px;
    }

    #hero .slide-heading {
        font-size: 30px;
        line-height: 34px;
    }
}

/*@media only screen and (max-width: 1400px) {
	#hero .slide {
		background-size:cover;
		background-position: top center;
	}
}*/



/*Sub Navigation*/
#subnav {
    background-color: transparent;

    -moz-box-shadow: 0 0 15px #ccc;
    -webkit-box-shadow: 0 0 15px #ccc;
    box-shadow: 0 0 15px #ccc;

    padding-top: 25px;
    padding-bottom: 25px;
}

#subnav>li {}

#subnav>li>a {
    font-size: 14px;
    line-height: 16px;
    display: block;
    padding: 25px 20px;
    text-decoration: none;
    color: #000;
    background-color: #fff;
    font-weight: 500;
}

#subnav>li>a.on {
    color: #000;
    background-color: #efefef;
    border-left: 2px solid #f57625
}

#subnav>li>a:hover {
    color: #000;
    background-color: #efefef;
}

#subnav>li>ul>li {}

#subnav>li>ul>li>a {
    line-height: 16px;
    border-bottom: 1px dotted green;
    font-size: 14px;
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #999;
}

#subnav>li>ul>li>a.on {
    text-decoration: underline;
    color: #000;
}

#subnav>li>ul>li>a:hover {
    color: #000;
}







#nav a {
    text-transform: uppercase;
}

#nav,
#nav ul {
    display: none
}

#nav li,
#subnav li {
    padding-bottom: 0
}

#nav>li.hover>ul {
    display: block
}

.hover #nav {
    display: block
}

nav.main-nav #mobile-nav {
    display: none;
    height: 56px;
}

#nav-toggle {
    display: block;
    cursor: hand;
    font-size: 38px;
    color: #fff;
    cursor: pointer
}

#nav-toggle:before {
    content: "menu";
    color: #f57625;
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    ;
    padding: 9px 10px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

nav.main-nav.hover #nav-toggle:before {
    content: "close";
    color: #f57625;
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

#nav,
ul#nav ul {
    float: right;
    margin: 0;
    padding: 0;
    list-style-type: none
}

ul#subnav li ul {
    list-style: none;
    float: none;
    clear: none;
    padding-left: 0;
    padding-top: 0;
    margin: 0
}

@media only screen and (max-width:1400px) {

    .enable-hover #nav.center>li:hover:first-child>ul,
    #nav.center>li.hover:first-child>ul {
        left: 0;
        right: auto
    }

    .enable-hover #nav.center>li:hover:last-child>ul,
    #nav.center>li.hover:last-child>ul {
        left: auto;
        right: 0
    }

    .enable-hover #nav.center>li:hover:first-child>ul>li,
    #nav.center>li.hover:first-child>ul>li,
    .enable-hover #nav.center>li:hover:last-child>ul>li,
    #nav.center>li.hover:last-child>ul>li {
        position: static
    }
}

@media only screen and (min-width:1001px) {
    nav.main-nav {
        height: 76px
    }

    #nav>li.hover>ul {
        display: none
    }

    #nav {
        display: block
    }

    #nav ul {
        position: absolute
    }

    .enable-hover #nav>li:hover>ul {
        display: block
    }

    .enable-hover #nav>li:hover>ul,
    #nav>li.hover>ul {
        left: 0;
        top: auto
    }

    .enable-hover #nav>li:hover:last-child>ul,
    #nav>li.hover:last-child>ul {
        left: auto;
        right: 0
    }

    .enable-hover #nav.center>li:hover>ul,
    #nav.center>li.hover>ul {
        right: 50%;
        left: auto
    }

    .enable-hover #nav.center>li:hover>ul>li,
    #nav.center>li.hover>ul>li {
        position: relative;
        right: -50%;
        left: auto
    }

    #nav>li>ul>li.hover>ul {
        display: none
    }

    #nav>li>ul>li.hover:hover>ul {
        display: block
    }

    #nav>li {
        position: relative;
        float: left;
        text-align: center
    }

    nav.main-nav {
        position: relative;
        z-index: 1000
    }

    nav.main-nav #nav>li>ul {
        width: 250px;
        text-align: left
    }

    #nav>li>ul>li {
        display: flex
    }

    #nav>li>ul>li a {
        width: 100%
    }

    #nav>li>ul>li:hover>ul {
        display: block;
        left: 100%;
        width: 250px;
        margin-bottom: 100%
    }
}

@media only screen and (max-width:1000px) {
    main {}

    div.nav-wrapper nav {
        /*top:0;position:fixed;*/
        z-index: 120;
        width: 100%;
        z-index: 120;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease
    }

    ul#subnav {
        border: none;
        width: calc(100% - 30px);
        clear: right;
        margin: 21px 15px
    }

    nav.main-nav,
    ul#nav {
        float: none
    }

    #nav>li.hover>ul {
        width: 100%
    }

    #nav>li {
        float: left;
        width: 100%
    }

    nav.main-nav #nav>li>ul>li.hover>ul>li>a {
        padding-left: 15px
    }

    .header-wrapper,
    .mini-wrapper {
        display: none
    }

    nav.main-nav #mobile-nav {
        display: block;
        z-index: 101
    }

    .nav-wrapper {
        border-top: 0
    }

    nav.main-nav>ul#nav {
        display: block;
        position: absolute;
        width: 100%;
        top: -1300px;
        -webkit-transition: all .2s ease;
        z-index: 100;
        opacity: 0;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        -ms-transition: all .2s ease;
        transition: all .2s ease
    }

    nav.main-nav.hover>ul#nav>li>a {
        overflow: hidden
    }

    nav.main-nav.hover>ul#nav {
        top: 56px;
        opacity: 1;
        -webkit-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .4);
        -moz-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .4);
        box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .4)
    }

    nav.main-nav.hover>#mobile-nav {
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        -ms-transition: all .2s ease;
        transition: all .2s ease;
        -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, .7);
        -moz-box-shadow: 0 0 25px 0 rgba(0, 0, 0, .7);
        box-shadow: 0 0 25px 0 rgba(0, 0, 0, .7)
    }

}

/*Main Navigation Styles*/

@media only screen and (max-width:1000px) {
    #nav li a {
        font-weight: 500;
        border-left: none;
        padding: 25px 20px;
        padding-left: 15px;
        background-color: #f57625;
        color: #fff;
        display: block;
        font-size: 16px;
        line-height: 16px;
        font-weight: 300;
        text-decoration: none
    }

    #nav>li:hover,
    #nav>li.hover {
        background-color: #f57625;
    }

    #nav li.has-children>a:after {
        color: #fff;
        position: relative;
        left: 4px;
        top: 7px;
        content: "expand_more";
        display: inline-block;
        float: right;
        display: inline-block;
        text-decoration: none;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
        -moz-osx-font-smoothing: grayscale;
        font-feature-settings: liga;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
        -moz-osx-font-smoothing: grayscale;
        font-feature-settings: liga;
        font: 24px/1px 'Material Icons'
    }

    #nav>li>ul>li>a {
        background-color: #f99657;
    }

    #nav>li>ul>li.hover>ul {
        display: block;
        float: none
    }

    #nav>li>ul>li:hover>ul>li>a,
    #nav>li>ul>li.hover>ul>li>a {
        background-color: #f57625;
    }

    #nav>ul {
        position: relative;
        z-index: 1001;
    }
}

@media only screen and (min-width:1001px) {
    #nav li a {
        padding: 2px 2px 2px 2px;
        margin-left: 25px;
        font-size: 16px;
        line-height: 16px;
        /*background-color:#fff;*/
        color: #fff;
        display: block;
        font-size: 16px;
        line-height: 16px;
        font-weight: 300;
        text-decoration: none
    }

    #nav>li>a {
        border-bottom: 2px solid transparent;
        margin-bottom: 53px;
        font-weight: 500;
    }

    #nav>li:hover>a {
        border-bottom: 2px solid #f57625;
    }

    #nav>li>a.on {
        border-bottom: 2px solid #f57625;
    }

    #nav>li>ul>li>a {
        background-color: rgba(245, 118, 37, 0.7);
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 15px;
        font-weight: 500;
    }

    #nav>li>ul>li.has-children>a:after {
        color: #555;
        position: relative;
        left: 10px;
        top: 7px;
        content: "chevron_right";
        display: inline-block;
        float: right;
        display: inline-block;
        text-decoration: none;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
        -moz-osx-font-smoothing: grayscale;
        font-feature-settings: liga;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
        -moz-osx-font-smoothing: grayscale;
        font-feature-settings: liga;
        font: 24px/1px 'Material Icons'
    }

    #nav>li>ul>li:hover>ul>li>a,
    #nav>li>ul>li.hover>ul>li>a {
        background-color: #f57625;
    }
}




/****************************
*		member portal		*
****************************/

.portal-container {
    -moz-box-shadow: 0 0 15px #ccc;
    -webkit-box-shadow: 0 0 15px #ccc;
    box-shadow: 0 0 15px #ccc;
    position: relative;
    z-index: 100;
    min-height: 200px;
    margin-bottom: 30px;
}

.portal-content {
    padding: 30px;
}

.portal-logo-container {

    width: 250px;
    float: left;
    height: 130px;
    position: relative;
}

.portal-logo {
    width: 250px;
    float: left;
    height: 130px;
    -moz-box-shadow: 0 0 15px #ccc;
    -webkit-box-shadow: 0 0 15px #ccc;
    box-shadow: 0 0 15px #ccc;
    text-align: center
}

.portal-logo img {
    max-width: 200px;
    max-height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}







@media only screen and (max-width: 400px) {
    #subnav {
        width: 100%;
        clear: right;
    }

    #container #content {
        width: 100%;
    }
}

@media only screen and (max-width: 1200px) {
    #subnav {
        width: 250px;
        float: left;
    }

    #container #content {
        padding: 30px 30px 30px;
        width: calc(100% - 250px);
        float: right;
    }

    #container.portal #content {
        padding: 0px 15px;
        width: 100%;
        float: right;
        margin-bottom: 0px;
    }

    .portal-logo-container {
        width: 100%
    }

    .portal-logo {
        width: calc(100% - 30px);
        margin: 0px 15px;
    }

    .portal-template #subnav {
        width: calc(100% - 30px);
        margin: 30px 0px 75px 15px;
    }

    #container #content.has-side-content {
        width: calc(100% - 250px);
        float: right;
        margin-right: 0px;
    }

    #container #side {
        position: relative;
        padding: 30px 30px 30px;
        width: 100%;
        float: left;
        clear: both;
    }

    #container #content.no-subnav,
    #container #content.no-subnav.has-side-content {
        width: 100%;
        float: right;
        margin-right: 0px;
    }
}

@media only screen and (max-width: 1000px) {
    #container.portal #content {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 800px) {
    #container #content {
        padding-bottom: 0px;
    }

    #container #content,
    #container #content.has-side-content,
    #container #content.no-subnav {
        border: none;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        min-height: 400px;
    }

    .mini-wrapper,
    .header-wrapper,
    .nav-wrapper,
    .hero-wrapper,
    .content-wrapper,
    .footer-wrapper,
    .legal-wrapper,
    .scroller-wrapper {
        padding-left: 0px;
        padding-right: 0px;
    }

    #container #side {
        padding: 0 15px 15px;
    }

    #container.portal #content {
        padding: 20px 15px 30px;
        width: 100%;
        float: right;
        margin-top: 10px;
    }

    .portal-logo {
        width: 100%;
        margin: 0px 0px;
    }

    .portal-container {
        margin-bottom: 0px
    }
}


.block-wrapper {
    background-size: cover;
}

.inner-limiter {
    max-width: 1100px;
    margin: 0px auto;
    padding-top: 30px;
    padding-bottom: 30px;
}

.text-white p,
.text-white a,
.text-white ol li,
.text-white ul li,
.text-white blockquote {
    color: #fff;
}


.slide .cta-wrapper {
    text-align: center;
}


a.cta-button {
    color: #333;
    background-color: #f57625;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    padding: 15px 25px 15px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 15px;
    width: auto;
    margin-top: 10px;
    /*border:1px solid #333;*/
    cursor: hand;
    cursor: pointer;

}

a.cta-button:after {
    position: relative;
    left: 0px;
    top: 5px;
    padding-top: 7px;
    margin-top: -5px;
    content: "chevron_right";
    display: inline-block;
    margin-left: 5px;
    font-feature-settings: 'liga';
    font-family: 'Material Icons';
    color: #333;
    font-size: 22px;
    height: 22px;
    width: 13px;
    display: inline-block;
    text-decoration: none;
    line-height: 1px;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}


a.cta-button:hover {
    background-color: #ff1923;
    color: #f57625;
}

a.cta-button:hover:after {
    color: #fff;
}




.text-white a.cta-button {
    color: #fff;
    /*background-color:transparent;border:1px solid #fff;*/
}

.text-white a.cta-button:after {
    color: #fff;
}

.text-white a.cta-button:hover {
    background-color: #ff1923;
    color: #fff;
}

.text-white a.cta-button:hover:after {
    color: #fff;
}

.cta-wrapper {
    width: 100%;
    text-align: center;
}















#content img[style*="float: left;"] {
    margin: 0 25px 25px 0 !important;
}

#content img[style*="float: right;"] {
    margin: 0 0 25px 25px !important;
}

@media screen and (max-width: 600px) {
    #content img[style*="float: left;"] {
        margin: 0 0 25px 0 !important;
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }

    #content img[style*="float: right;"] {
        margin: 0 0 25px 0 !important;
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }
}


.userbar {
    float: right;
    padding-top: 15px;
    padding-right: 15px;
}

.userbar>a {
    color: #fff;
    margin-left: 15px;
}

@media screen and (min-width: 801px) {
    .user-mobile {
        display: none;
    }
}

.mobile-userbar {
    position: absolute;
    top: 0px;
    right: 0px;
    padding-top: 15px;
    padding-right: 15px;
}

.mobile-userbar>a {
    color: #fff;
    margin-left: 15px;
}

/************************
*		Overview		*
************************/

.right-img img,
.right-text {
    width: 50%;
    float: right;
}

.left-img img,
.left-text {
    width: 50%;
    float: left;
}

.overview-header-left,
.overview-header-right {
    font-size: 30px;
    font-weight: 500;
    padding-bottom: 10px;
    width: 50%;
}

.overview-item {
    display: inline-block;
    width: 100%;
    margin-bottom: 60px;
}

.overview-header-left,
.overview-paragraph-left {
    margin-right: 30px;
}

.overview-header-right,
.overview-paragraph-right {
    margin-left: 30px;
}

.home-small-header {
    font-size: 14px;
    margin-bottom: 30px;
    color: #f57625;
    font-weight: 500;
}

@media screen and (max-width: 900px) {

    .right-text,
    .left-text,
    .right-img img,
    .left-img img {
        width: 100%;
    }

    .right-text,
    .left-text {
        margin: 30px 0px 30px 0px;
    }

    .overview-item {
        margin: 0px;
    }

    .overview-header-left,
    .overview-paragraph-left,
    .overview-header-right,
    .overview-paragraph-right {
        width: 100%;
        margin-left: 0px;
    }
}

/*******************************************/

.home-tabs {
    width: 100%;
    text-align: center;
}

.home-three {
    width: 33.333333%;
    display: inline-block;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    height: 350px;
    background-position: center;
    background-size: cover;
    color: #fff;
    font-weight: 500;
    background-repeat: no-repeat;
    vertical-align: top;
}

div.home-tabs a:first-child div {
    border-left: none;
}

.about-name {
    position: relative;
    bottom: -50%;
    text-shadow: 1.5px 1px rgba(51, 51, 51, .5);
}

.hover-box {
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    margin: 30px;
    background-color: rgba(51, 51, 51, .9);

}

.box-name {
    position: relative;
    bottom: -30%;
    font-style: 24px;
}

.box-name:before {
    font-family: 'fontello';
    content: "\e806";
    color: #f57625;
    font-size: 20px;
}

.box-teaser {
    font-size: 17px;
    font-weight: normal;
    position: relative;
    bottom: -40%;
    padding-right: 35px;
    padding-left: 35px;
}

@media screen and (max-width: 680px) {
    .home-three {
        width: 100%;
        border-left: none;
    }
}

.membership-block {
    float: left;
    clear: left;
    width: 100%;
    height: 613px;
    background: rgba(245, 118, 37, 1);
    background: -moz-linear-gradient(-45deg, rgba(245, 118, 37, 1) 0%, rgba(245, 118, 37, 1) 18%, rgba(255, 25, 35, 1) 62%, rgba(255, 25, 35, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(245, 118, 37, 1)), color-stop(18%, rgba(245, 118, 37, 1)), color-stop(62%, rgba(255, 25, 35, 1)), color-stop(100%, rgba(255, 25, 35, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(245, 118, 37, 1) 0%, rgba(245, 118, 37, 1) 18%, rgba(255, 25, 35, 1) 62%, rgba(255, 25, 35, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(245, 118, 37, 1) 0%, rgba(245, 118, 37, 1) 18%, rgba(255, 25, 35, 1) 62%, rgba(255, 25, 35, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(245, 118, 37, 1) 0%, rgba(245, 118, 37, 1) 18%, rgba(255, 25, 35, 1) 62%, rgba(255, 25, 35, 1) 100%);
    background: linear-gradient(135deg, rgba(245, 118, 37, 1) 0%, rgba(245, 118, 37, 1) 18%, rgba(255, 25, 35, 1) 62%, rgba(255, 25, 35, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f57625', endColorstr='#ff1923', GradientType=1);
}

.small-white-heading {
    margin-top: 140px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 30px;
}

.large-white-heading {
    margin-bottom: 30px;
    color: #fff;
    font-weight: 500;
    font-size: 30px;
}

.white-text {
    margin-bottom: 30px;
    color: #fff;
    font-size: 17px;
}

.white-button {
    background-color: #fff;
    color: #f57625;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    padding: 15px 25px 15px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 15px;
    width: auto;
    margin-top: 10px;
}

.white-button:hover {
    color: #fff;
    background-color: #f57625;
}

.membership-text {
    float: right;
    width: calc(50% - 50px);
    padding-left: 5%;
    padding-right: 50px;
    max-width: 700px;
}

.membership-img {
    background-image: url(../images/membership-home.jpg);
    background-position: right;
    background-size: cover;
    background-color: #fff;
    width: 50%;
    height: 613px;
    float: right;
}

@media screen and (max-width: 950px) {
    .membership-text {
        width: 100%;
        padding-left: 25px;
        padding-right: 25px;
    }

    .membership-img {
        display: none;
    }

    .membership-block {

        background: rgba(245, 118, 37, 1);
        background: -moz-linear-gradient(-45deg, rgba(245, 118, 37, 1) 0%, rgba(245, 118, 37, 1) 41%, rgba(255, 25, 35, 1) 77%, rgba(255, 25, 35, 1) 100%);
        background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(245, 118, 37, 1)), color-stop(41%, rgba(245, 118, 37, 1)), color-stop(77%, rgba(255, 25, 35, 1)), color-stop(100%, rgba(255, 25, 35, 1)));
        background: -webkit-linear-gradient(-45deg, rgba(245, 118, 37, 1) 0%, rgba(245, 118, 37, 1) 41%, rgba(255, 25, 35, 1) 77%, rgba(255, 25, 35, 1) 100%);
        background: -o-linear-gradient(-45deg, rgba(245, 118, 37, 1) 0%, rgba(245, 118, 37, 1) 41%, rgba(255, 25, 35, 1) 77%, rgba(255, 25, 35, 1) 100%);
        background: -ms-linear-gradient(-45deg, rgba(245, 118, 37, 1) 0%, rgba(245, 118, 37, 1) 41%, rgba(255, 25, 35, 1) 77%, rgba(255, 25, 35, 1) 100%);
        background: linear-gradient(135deg, rgba(245, 118, 37, 1) 0%, rgba(245, 118, 37, 1) 41%, rgba(255, 25, 35, 1) 77%, rgba(255, 25, 35, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f57625', endColorstr='#ff1923', GradientType=1);

    }
}

@media screen and (max-width: 450px) {
    div.small-white-heading {
        margin-top: 75px;
    }
}

#content .builder-news {
    text-align: center;
}


/*************************************/
.builder-news {
    margin-top: 75px;
    margin-bottom: 100px;
}

.article-index {
    text-align: center;
}

.article-index a.article-index-category {
    color: #f57625;
    padding: 5px;
}

.article-index a.article-index-category:hover {
    color: #fff;
    background-color: #f57625;
    cursor: pointer;
    cursor: hand;
}

.builder-news a.article-index-category {
    color: #f57625;
    padding: 5px;
}

.builder-news a.article-index-category:hover {
    color: #fff;
    background-color: #f57625;
    cursor: pointer;
    cursor: hand;
}




.article-img {
    width: calc(100% - 20px);
    height: 200px;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
    background-size: cover;
    background-position: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
}

.article-box {
    width: calc(33.33333% - 20px);
    display: inline-block;
    height: 465px;
    position: relative;

    vertical-align: top;

    -moz-box-shadow: 0 0 15px #ccc;
    -webkit-box-shadow: 0 0 15px #ccc;
    box-shadow: 0 0 15px #ccc;
}

.article-box-index {
    margin-top: 30px;
    width: calc(33.33333% - 30px);
    display: inline-block;
    height: 465px;
    position: relative;

    vertical-align: top;

    -moz-box-shadow: 0 0 15px #ccc;
    -webkit-box-shadow: 0 0 15px #ccc;
    box-shadow: 0 0 15px #ccc;
}

.article-1 {
    margin-left: 30px;
    margin-right: 30px;
}

.builder-news a,
.builder-news a:hover {
    text-decoration: none;
    color: #000;
}

.article-box-index {
    margin-left: 15px;
    margin-right: 15px;
}

.article-index a,
.article-index a:hover {
    text-decoration: none;
    color: #000;
}

.article-header {
    margin: 30px 5px 25px 5px;
    font-size: 19px;
    font-weight: bold;
}

.article-teaser,
.article-date {
    font-size: 15px;
    margin-right: 5px;
    margin-left: 5px;
}

.article-date {
    font-weight: bold;
    position: absolute;
    bottom: 30px;
    left: 10px;
}

.article-category {
    font-weight: bold;
    position: absolute;
    bottom: 30px;
    right: 10px;
}

@media screen and (max-width: 1000px) {
    .article-2 {
        display: none;
    }

    .article-1 {
        margin-right: 0px;
    }

    .article-box {
        width: calc(50% - 15px)
    }

    .article-box-index {
        width: calc(50% - 30px)
    }
}

@media screen and (max-width: 600px) {
    .article-1 {
        display: none;
    }

    .article-box,
    .article-box-index {
        width: 100%;
    }

}

.hidden {
    display: none;
}

.default-text-container {
    width: 100%;
    height: 100%;

    -moz-box-shadow: 0 0 15px #ccc;
    -webkit-box-shadow: 0 0 15px #ccc;
    box-shadow: 0 0 15px #ccc;
}

.default-text {
    padding: 25px;
}

.default-banner {
    height: 300px;
    width: 100%;
    text-align: center;
    background-color: #333;
    position: relative;
    background-position: center;
    background-size: cover;
}

.default-banner h1 {
    color: #fff;
    font-weight: 500;
    float: left;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-shadow: 2px 2px rgba(51, 51, 51, .5);
}

@media screen and (max-width: 800px) {
    .default-banner {
        /*position: relative;
		top:-5px;*/
        float: right;
        clear: both;
    }

    .default-banner h1 {
        top: calc(50% - 15px);
    }
}

/****************************
*		Contact page 		*
****************************/

.contact-text-container {
    width: 100% -moz-box-shadow: 0 0 15px #ccc;
    -webkit-box-shadow: 0 0 15px #ccc;
    box-shadow: 0 0 15px #ccc;
}

.contact-text {
    padding: 30px;
}

.contact-input {
    display: block;
    padding: 15px 25px;
}

.contact-input label {
    display: block;
    font-weight: bold;
    vertical-align: top;

}

.contact-input input {
    margin-top: 5px;
    width: 100%;
    max-width: 300px;
    padding: 10px;
    height: 35px;
    border: 1px solid #ddd;
}

.contact-input textarea {
    margin-top: 5px;
    padding: 10px;
    border: 1px solid #ddd;
    width: 100%;
    height: 250px;
    min-height: 50px;
    min-width: 250px;
}

.submit-button {
    color: #fff;
    background-color: #f57625;
    font-size: 14px;
    padding: 15px 25px 15px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 15px;
    width: auto;
    margin-top: 10px;
    border: none;
    cursor: hand;
    cursor: pointer;
    margin: 25px;
    font-weight: 500;
}

.submit-button:hover {
    background-color: #ff1923;
}

::placeholder {
    font-style: italic;
}

:-ms-input-placeholder {
    font-style: italic;
}

::-ms-input-placeholder {
    font-style: italic;
}


.account-form label {
    margin-bottom: 10px;
    margin-top: 30px;
    display: block;
    font-weight: bold;
}

.account-form input {
    margin-top: 5px;
    width: 100%;
    max-width: 300px;
    padding: 10px;
    height: 35px;
    border: 1px solid #ddd;
}

input.account-button {
    color: #fff;
    background-color: #f57625;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 15px;
    width: auto;
    margin-top: 30px;
    border: none;
    cursor: hand;
    cursor: pointer;
    font-weight: 500;
}

input.account-button:hover {
    background-color: #ff1923;
    cursor: pointer;
    cursor: hand;
}

.article-content {
    -moz-box-shadow: 0 0 15px #ccc;
    -webkit-box-shadow: 0 0 15px #ccc;
    box-shadow: 0 0 15px #ccc;

    padding: 30px;

}

.ariticle-detail-img {
    position: relative;
    left: 0px;
    right: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
    width: 100%;
    max-width: 600px;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.detail-author,
.detail-date,
.detail-category {
    display: inline-block;
    font-weight: bold
}

.detail-author:before {
    content: "by";
    padding-right: 5px;
    font-weight: normal;
}

.detail-date:before {
    content: "on";
    padding-right: 5px;
    padding-left: 10px;
    font-weight: normal;
}

.detail-category:before {
    content: "in";
    padding-left: 10px;
    font-weight: normal;
}

.detail-text {
    margin-top: 60px;
}

.detail-category a {
    text-decoration: none;
    color: #f57625;
    padding: 5px;
}

.detail-category:hover a {
    color: #fff;
    background-color: #f57625;
    cursor: pointer;
    cursor: hand;

}

/************************
*		member map  	*
************************/

.member-container {
    width: calc(100% - 60px);
    padding: 30px 0px;
    max-width: calc(700px - 60px);
    padding-left: 20px;
    float: right;
    clear: both;

    margin-right: 60px;
    border-bottom: 1px solid #e5e5e5;

}

@media screen and (max-width: 1200px) {
    .member-container {
        width: 100%;
        margin-right: 0px;
    }
}

@media screen and (max-width: 800px) {
    div.member-directory {
        width: 100%;
    }

    div.member-map {
        width: 100%;
        height: 100vw;
    }
}

.member-container:hover {
    padding-left: 40px;
    background-color: #f57625;
    color: #fff;
}

.member-name-directory {
    font-weight: bold;
    font-style: 19px;
}

.member-address-directory {
    font-weight: 500;
    font-size: 15px;
    margin: 20px 0px;

}

.member-container.active,
.member-container:hover {
    background-color: #f57625;
    color: #fff;
}

.member-container:hover .member-link,
.member-container.active .member-link {
    color: #fff;
    background-color: #f57625;
    padding: 8px 14px;
    border: 1px solid #fff;
    cursor: pointer;
    cursor: hand;
}

.member-container:hover .member-link:hover,
.member-container.active .member-link:hover {
    color: #f57625;
    background-color: #fff;
    border: 1px solid #fff;
}

.member-container:hover .member-link:after:hover,
.member-container.active .member-link:after:hover {
    font-feature-settings: 'liga';
    font-family: 'Material Icons';
    content: 'keyboard_arrow_right';
    vertical-align: bottom;
    font-size: 17px;
    font-weight: normal;

}

.member-container .member-link {
    padding: 8px 0px;
    border: 1px solid transparent;
    cursor: pointer;
    cursor: hand;
}


.member-link {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
    color: #f57625;
}

.member-link:after {
    font-feature-settings: 'liga';
    font-family: 'Material Icons';
    content: 'keyboard_arrow_right';
    vertical-align: bottom;
    font-size: 17px;
    font-weight: normal;
    top: 1px;
    left: 4px;
    position: relative;
}

.member-link:hover {
    color: #fff;
    background-color: #f57625;
    padding: 5px;
    cursor: pointer;
    cursor: hand;
}

.member-directory {
    width: 50%;
    display: inline-block;
}

.member-directory div:last-child {
    border: none;
}

.member-map {
    width: 50%;
    height: 45vw;
    display: inline-block;
    background-color: #ccc;
    float: right;
    clear: both;
}

.fixed {
    position: fixed;
}

/**********************************/

.member-logo {
    max-height: 100px;
    margin-bottom: 10px;
    max-width: 100%;
}

.member-info {
    width: 50%;
    display: inline-block;
    padding-right: 30px;
    margin-top: 70px;

}

.member-detail-name {
    font-weight: bold;
}

.member-detail-address,
.member-detail-fax,
.member-detail-phone {
    margin: 10px 0px;
    font-weight: 500;
}

.member-info .member-link {
    margin: 10px 0px;
}

.member-detail {
    margin: 30px 0px;
}

.member-info .member-link:hover {
    position: relative;
    top: -5px;
    left: -5px;
    padding-bottom: 10px;
    margin-bottom: -5px;
}

.contact-member-link {
    margin: 10px 0px;
}

.conact-member-link:hover {
    top: 4px;
}

.portfolio-detail-images {
    width: 50%;
    float: right;
    position: relative;
    bottom: 30px;
    margin-top: 100px;
}

@media screen and (max-width: 800px) {
    .portfolio-detail-images {
        width: 100%;
    }

    .member-info {
        width: 100%;
        padding-right: 0px;
    }
}

#gallery {
    margin-bottom: 0px;
    border: 2px solid #fff;
    background-color: #fff;
    position: relative;
    max-width: 1400px;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    height: 550px;
    overflow: hidden;
    z-index: 0
}

#gallery .slide {
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    height: 550px;
}

@media only screen and (max-width: 1400px) {
    #gallery .slide {
        background-size: cover;
    }
}

#gallery {
    max-width: none;
}

.gallery-wrapper {
    padding-left: 0px;
    padding-right: 0px;
}

#gallery-controls {
    max-width: 1400px;
    margin: 0 auto;
}

#gallery-slide-selector>a {
    display: inline-block;
    background-color: #111;
    border: 2px solid #fff;
    width: calc(20% - 20px);
    height: 100px;
    background-size: cover;
    background-position: center;
    margin-right: 25px;
    margin-bottom: 25px;
    float: left;
}

#gallery-slide-selector>a.on {
    color: white;
    border: 2px solid #869347;
    background-color: #111;
}

#gallery-current-slide {
    display: none;
}

#gallery-slide-selector {
    display: block;
    text-align: center;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1000;
    opacity: 0.9;
}

#gallery-controls {
    position: relative;
    top: 0px;
}

#gallery-overlay {
    position: relative;
    width: 100%;
    z-index: 1000;
    left: 0px;
    top: 260px;
}

#gallery-prev-slide {
    float: left;
    cursor:
        pointer;
    cursor: hand;
    opacity: 0.8;
    background-color: #fff;
    width: 50px;
    height: 50px;

}

#gallery-next-slide {
    float: right;
    cursor: pointer;
    cursor: hand;
    opacity: 0.8;
    background-color: #fff;
    width: 50px;
    height: 50px;
}



#gallery-next-slide:after {
    font-family: 'fontello';
    content: '\e805';
    position: relative;
    top: 23px;
    left: -16px;
    color: #000;
    font-size: 15px;
    float: right;



    display: inline-block;
    text-decoration: none;
    line-height: 1px;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}

#gallery-prev-slide:after {
    font-family: 'fontello';
    content: '\e804';
    position: relative;
    top: 23px;
    right: -16px;
    color: #000;
    font-size: 15px;

    float: left;
    display: inline-block;
    text-decoration: none;
    line-height: 1px;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}


@media only screen and (max-width: 900px) {
    #gallery {
        margin-bottom: 0px;
    }

    #gallery-controls {
        display: none;
    }
}

@media only screen and (max-width: 900px) {
    #gallery {
        height: 62vw;
    }

    #gallery .slide {
        height: 62vw;
    }

    #gallery-overlay {
        top: 27vw;
    }
}



#gallery-slide-selector>a:nth-child(5n) {
    margin-right: 0px;
}




#gallery-prev-slide:hover,
#gallery-next-slide:hover {
    opacity: 1;
}


@media only screen and (min-width: 901px) and (max-width: 1490px) {
    #gallery {
        height: 36.8vw;
    }

    #gallery .slide {
        height: 36.8vw;
    }

    #gallery-overlay {
        top: 15.5vw;
    }

    #gallery-slide-selector>a {
        height: 6.8vw;
    }
}

.contact-member-details {
    text-align: center;
    padding: 30px 30px 0px 30px;

}



.portal-header {
    width: 100%;
    height: 130px;
    background-color: #f57625;
    padding: 51px 51px;
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    position: relative;
    z-index: 200;
}

.portal-title {
    float: left;
}

@media screen and (max-width: 800px) {
    .portal-logo {
        width: 100%;
    }

    .portal-logo-container {
        width: 100%;
        padding: 0px 15px;
    }
}

.menu-item-discussions a:before,
.menu-item-events a:before,
.menu-item-documents a:before,
.menu-item-videos a:before,
.sort-date:before,
.sort-title:before,
.sort-mine:before {
    font-family: 'fontello';
    margin-right: 10px;
}

.menu-item-discussions a:before {
    content: '\f1ea';
}

.menu-item-events a:before,
.sort-date:before {
    content: '\e807';
}

.menu-item-documents a:before {
    content: '\e808';
}

.sort-title:before {
    content: '\f15d';
}

.sort-mine:before {
    content: '\f2bd';
}

.menu-item-videos a:before {
    content: '\f16a';
}

.sort-by {
    display: inline-block;
    padding: 20px 20px 20px 50px;
    font-weight: 500;
}

@media screen and (max-width: 940px) {
    .sort-by {
        padding-right: 10px;
        padding-left: 5px;
    }

    div.sort-date,
    div.sort-title,
    div.sort-mine {
        padding-right: 5px;
        padding-left: 5px;
    }
}

@media screen and (max-width: 430px) {
    .sort-by {
        display: none;
    }

    div.sort-date,
    div.sort-title,
    div.sort-mine {
        padding: 20px 9px;
        font-size: 15px;
    }
}

.sort-date,
.sort-mine,
.sort-title {
    display: inline-block;
    padding: 20px;
    font-weight: 500;
    color: #000;
}

.sort-date:hover,
.sort-title:hover,
.sort-mine:hover {
    background-color: #efefef;
}

.sorted-date,
.sorted-mine,
.sorted-title {
    display: inline-block;
    padding: 20px;
    font-weight: 500;
    background-color: #efefef;

}

.sorted-date:before,
.sorted-mine:before,
.sorted-title:before {
    font-family: 'fontello';
    margin-right: 10px;
}

.sorted-date:before {
    content: '\e807';
}

.sorted-mine:before {
    content: '\f2bd';
}

.sorted-title:before {
    content: '\f15d';
}


.sort-bar {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
}

.footer-wrapper-portal {
    background-image: url(../images/footer-background.jpg);
    background-size: 2000px 350px;
    width: 100%;
    height: 40px;
    /*border-top:1px dashed #6eafff;*/
    margin-left: auto;
    margin-right: auto;
    border-top: 2px solid #f57625;
    text-align: center;
}

.footer-wrapper-portal .legal {
    color: #fff;
    padding: 15px 0px;
}

.footer-wrapper-portal .legal a {
    color: #fff;
    text-decoration: none;
}

.portal-container.portal-detail {
    /*background-color: red;*/
    position: relative;
    top: -5px;
}

.create-article,
.create-event,
.add-doc,
.add-video {
    font-size: 14px;
    display: inline-block;
    float: right;
    clear: both;
    vertical-align: top;
    position: relative;
    top: -30px;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px;
}

.create-article:hover,
.create-event:hover,
.add-doc:hover,
.add-video:hover {
    color: #f57625;
    background-color: #fff;
}

.create-article:before,
.create-event:before,
.add-doc:before,
.add-video:before {
    font-family: 'fontello';
    content: '\e806';
    padding-right: 10px;
}

@media screen and (max-width: 875px) {

    .create-article,
    .create-event,
    .add-doc {
        float: left;
        top: 0px;
    }

    .portal-title {
        position: relative;
        top: -20px;
    }
}

@media screen and (max-width: 800px) {

    .create-article,
    .create-event,
    .add-doc {
        float: right;
        top: -30px;
    }

    .portal-title {
        top: 0px;
    }
}

@media screen and (max-width: 490px) {

    .create-article,
    .create-event,
    .add-doc {
        float: left;
        top: 0px;
    }

    .portal-title {
        top: -20px;
    }
}

.article-label {
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
}

.contact-form-container .submit-button {
    margin: 30px;
}

.contact-form-container .contact-input {
    padding: 15px 30px;
}

.portal-entries {
    border-bottom: 1px solid #e5e5e5;
    padding: 0px 50px;
}

.portal-discussion-container div:last-child {
    border: none;
}

.portal-entry-title {
    font-weight: 500;
    width: 100%;
    padding-top: 50px;
    font-size: 19px;
}

.portal-entry-info {
    display: inline-block;
    padding: 20px 15px 20px 0px;
}

.entry-detail {
    text-decoration: none;
    color: #f57625;
    padding: 5px 0px 5px 5px;
    position: relative;
    left: -5px;
    font-weight: 500;
}

a.entry-detail:hover {
    color: #fff;
    background-color: #f57625;
}

a.entry-detail:after {
    font-feature-settings: 'liga';
    font-family: 'Material Icons';
    content: 'keyboard_arrow_right';
    font-size: 23px;
    position: relative;
    top: 5px;
}

.entry-link {
    padding: 20px 0px 50px 0px;
}

.portal-teaser,
.portal-text {
    line-height: 25px;
}

.entry-details .portal-entry-title {
    padding-top: 0px;
}

.entry-details {
    padding: 50px;
}

.doc-img:before {
    font-family: 'fontello';
    content: '\e808';
    padding-right: 5px;
}

.doc-link {
    padding: 0px 0px 50px 0px;
    display: inline-block;
    text-decoration: none;
}

.doc-download {
    color: #f57625;
    text-decoration: none;
    padding: 5px;
    margin: 0px 10px;

}

a.doc-download:hover {
    color: #fff;
    background-color: #f57625;
}

a.doc-download:after {
    font-feature-settings: 'liga';
    font-family: 'Material Icons';
    content: 'keyboard_arrow_down';
    font-size: 23px;
    position: relative;
    top: 5px;
}

.portal-download {
    display: inline-block;
}

.doc-icon {
    padding-right: 5px;
}

a.edit-entry:before {
    font-family: 'fontello';
    content: '\e809';
    /*padding-right: 5px;*/
}

.edit-entry {
    text-decoration: none;
    color: #000;
    float: right;
    margin-top: 52px;
    margin-left: 15px;
    font-weight: 500;
}

.edit-entry:hover {
    color: #f57625;
}

a.edit-entry-detail:before {
    font-family: 'fontello';
    content: '\e809';
    /*padding-right: 5px;*/
}

.edit-entry-detail {
    text-decoration: none;
    color: #000;
    float: right;
    margin-left: 15px;
    font-weight: 500;
}

.edit-entry-detail:hover {
    color: #f57625;
}

.doc-icon {
    height: 16px;
    width: 16px;
    display: inline-block;
    background-image: url(../images/bgmdbkdodndbpcea.png);
    margin-right: 5px;
}

.delete-entry:before {
    font-feature-settings: 'liga';
    font-family: 'Material Icons';
    content: 'delete';
    position: relative;
    top: 2px;
}

.delete-entry {
    text-decoration: none;
    color: #000;
    float: right;
    font-weight: 500;
    font-size: 16px;
}

.delete-entry:hover {
    color: #f57625;
    cursor: hand;
    cursor: pointer;
}

.delete-button {
    color: #fff;
    background-color: #ff1923;
    font-size: 14px;
    padding: 15px 25px 15px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 15px;
    width: auto;
    margin-top: 10px;
    border: none;
    cursor: hand;
    cursor: pointer;
    margin: 25px;
    font-weight: 500;
    float: right;
    position: relative;
    top: -100px;
}

.delete-button:hover {
    background-color: #f57625;
}

.imageupload {
    padding: 0px 30px;
}

.portal-entry-info a.member-link {
    position: relative;
    font-size: 16px;
    /*margin-left: 5px;*/
    padding: 5px;
}

.portal-entry-info .member-link:hover {
    /*top: -1px;
    left: -5px;
    margin-top: -5px;
    margin-bottom: -5px;*/
}

.portal-entry-info .member-link:after {
    font-size: 20px;
}

.contact-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-color: #f57625;
    font-size: 16px;
    color: #ffffff;
    padding: 10px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
}

.event-time,
.event-date {
    font-size: 14px;
}

.event-date {
    width: 158px !important;
}

.event-time {
    margin-left: 10px;
    width: 120px !important;
}

iframe {
    max-width: 100%;
}

.video-detail-video {
    margin: 30px 0px;
}

.search-box {
    padding: 11px 5px;
    width: 100%;
    border: 1px solid #f57625;
    font-size: 16px;
}
.search-box::-webkit-input-placeholder {
  color: #f57625;
}
.search-box::-moz-placeholder {
  color: #f57625;
}
.search-box:-ms-input-placeholder {
  color: #f57625;
}
.search-box:-moz-placeholder {
  color: #f57625;
}
.search-container {
    position: relative;
}

.search-submit:after {
    font-family: 'Material Icons';
    content: 'search';
    position: absolute;
    top: 8px;
    right: 5px;
    font-size: 25px;
    color: #f57625;
    font-feature-settings: 'liga';
}

.search-container button.submit {
    height: 37px;
    width: 37px;
    position: absolute;
    top: 1px;
    right: 1px;
    border: none;
    background-color: transparent;
}

.folder-select-container {
    padding: 15px;
    text-align: right;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
}

#folder-select {
    margin-left: 5px;
}

select {
    padding: 5px 10px;
    background-color: #f57625;
    color: #fff;
    border: none;
    font-size: 16px;
}

.folder-select-add {
    margin-bottom: 30px;
}
.doc-edit-container .edit-entry{
	margin-top: 0;

}
/*////////////////////////////*/
.portal-discussion-container>.doc-ul li{
    padding: 7.5px 30px;
    /*color: #fff;*/
}
.portal-discussion-container>.doc-ul li span.folder-title{
    font-weight: 800;

}
.portal-discussion-container .doc-ul li{
    position: relative;
}
.portal-discussion-container>.doc-ul li:before{
    content: 'folder';
    font-family: 'Material Icons';
    font-feature-settings: 'liga';
    vertical-align: bottom;
    position: relative;
    bottom: 1px;
    font-weight: 400;
    margin-right: 5px;
    color: #edd0ab;
    z-index: 2;
    font-size: 20px;
}
.portal-discussion-container>.doc-ul,
.doc-ul>.doc-ul{
    padding-left: 0 !important;
    list-style: none;
    margin:0 !important;
}
.portal-discussion-container>.doc-ul>.doc-ul>li{
    padding-left: 60px;
    /*background-color: #f57625;*/
}

.doc-ul .portal-entries{
    position: relative;
    border-bottom: none;
    padding: 0px 30px;
    height: 67px;
}
.doc-ul .portal-entry-title,
.doc-ul .portal-entry-info{
    padding-top: 7.5px;
}
.doc-ul .doc-link{
    padding-bottom: 7.5px;
}
.doc-ul .portal-entry-info{
    padding-bottom: 0;
}
.doc-ul .doc-icon{
    position: relative;
    z-index: 3;
}
/*///////////////////////////*/
.doc-ul{
    position: relative;
}
.doc-ul li{
    position: relative;
}
.doc-ul>.doc-ul:before,
.doc-ul>.doc-ul>li:after,
.doc-ul>.doc-ul>li>span.folder-title:before,
.doc-ul>li .portal-entry-title:before{
    content: '';
    position: absolute;
    z-index: 1;
}
.doc-ul>.doc-ul:before{
    top: -15px;
    left: 40px;
    border-left: 1px solid #555;
    height: calc(100% - 4px);
}
.doc-ul>.doc-ul>li:after{
    width: 1px;
    top: 26px;
    left: 70px;
    border-left: 1px solid #555;
    height: calc(100% - 81px);
}
.doc-ul>.doc-ul>li>span.folder-title:before{
    width: 23px;
    top: 20px;
    left: 41px;
    border-top: 1px solid #555;
    height: 1px;
}
.doc-ul>li .portal-entry-title:before{
    width: 23px;
    top: 18px;
    left: 10px;
    border-top: 1px solid #555;
    height: 1px;
}
.doc-ul>.doc-ul>li:last-child:after{
   /*border-color: red;*/
}
.doc-ul>.doc-ul>li:last-child>span.folder-title:after{
    content: '';
    position: absolute;
    top: 21px;
    left: 40px;
    border-left: 1px solid #fff;
    height: calc(100% - 40px);
    z-index: 2;
}
.date-overlay{
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 500000;
    background-color: rgba(0,0,0,.8);
    width: 100%;
    height: 100%;
}
#date-form{
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 50px;
    background-color: #fff;
    transform: translate(-50%,-50%);
}
label[for="range"],
label[for="last"]{
    display: inline-block;
    margin-right: 15px;
}
.sorted-date.docs-date{
    cursor: hand;
    cursor: pointer;
}
.sorted-date.docs-date:not(.on){
    background-color: transparent;
}

.button-1 {
    color: #fff;
    background-color: #f57625;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    padding: 10px 25px;
    font-weight: 700;
    display: inline-block;
    width: auto;
    cursor: hand;
    cursor: pointer;
    border:none;
}

.button-1:hover {
    background-color: #ff1923;
    color: #fff;
}

#date-form .button-1{
    margin-top: 30px;
}

.doc-ul .portal-entry-title{
    font-size: 16px;
    color: #f57625;
    text-decoration: none;
    display: block;
    width: auto;
    width: max-content;
}
.doc-ul .portal-entry-title:hover{
    background-color: #f57625;
    color:#fff;
}
.doc-ul .doc-edit-container{
    display: inline-block;
    vertical-align: top;
    float: right;
}
.doc-ul .portal-entry-title:after{
    font-feature-settings: 'liga';
    font-family: 'Material Icons';
    content: 'keyboard_arrow_down';
    vertical-align: bottom;
    font-size: 17px;
    font-weight: normal;
    top: 1px;
    left: 4px;
    position: relative;
    padding-right: 5px;
}
@media screen and (max-width: 935px) {
    .doc-ul .portal-entries{
        height: 111px;
    }
    .doc-ul>.doc-ul>li:after{
        height: calc(100% - 125px);
    }
}
@media screen and (max-width: 620px) {
    .doc-ul .portal-entry-info.user{
        display: none;
    }
    .portal-discussion-container>.doc-ul li{
        padding: 7.5px 15px;
    }
    .portal-discussion-container>.doc-ul>.doc-ul>li{
        padding-left: 30px;
    }
    .doc-ul .portal-entries{
        padding: 0px 20px;
        min-width: 358px;
    }
    .doc-ul>.doc-ul:before{
        left: 25px;
    }
    .doc-ul>.doc-ul>li:after{
        left: 40px;
    }
    .doc-ul>.doc-ul>li>span.folder-title:before{
        width: 10px;
        left: 25px;
    }
    .doc-ul>.doc-ul>li:last-child>span.folder-title:after{
        left: 25px;
    }
    .doc-ul .delete-entry span,
    .doc-ul .edit-entry span{
        display: none;
    }
}
.range-selectors label{
    /*width: 47px;*/
    display: inline-block;
    margin-top: 15px;
}
label[for="range"], label[for="last"]{
    margin-bottom: 15px;
}
.range-selectors h4{
    margin: 0 0 15px;
}
#date-form .button-1{
    float: right;
    margin-right: 30px;
}
.range-selectors .left,
.range-selectors .right{
    display: inline-block;
    width: calc(50% - 3px);
    width: 211px;
}
.range-selectors .left{
    padding-right: 5px;
}
#date-form .close{
    position: absolute;
    top: 10px;
    right: 5px;
    color: #f57625;
    cursor: hand;
    cursor: pointer;
}
#date-form .close:after{
    font-family: 'Material Icons';
    content: 'close';
    font-size: 20px;
    font-feature-settings: 'liga';
    font-weight: 800;
    padding: 5px;
}
#date-form .close:hover{
    color: #ff1923;
}
#date-form{
    width: 497px;
    padding-right: 20px;
}
@media screen and (max-width: 535px) {
    .range-selectors .left,
    .range-selectors .right{
        display: block;
        width: 100%;
        width: auto;
    }
    .range-selectors .left{
        padding-right: 0px;
    }
    .range-selectors label{
        width: 47px;
    }
    #date-form{
        width: 256px;
        padding: 20px;
    }
    #date-form .button-1{
        margin-right: 10px;
    }
}
/*/////////////////////*/
.notify-checkbox{
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 15px;
    -moz-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}
.notify-checkbox input{
    display: inline-block;
    margin-right: 5px;
}
p.warning-message{
    color: red;
    font-weight: 700;
}