
.btn {
    font-size:14px;
    font-weight:300;
    text-transform:uppercase;
    padding:10px 20px;
    border-radius:0;
}

.btn-primary {
    background: #336da8;
    border-color: #336da8;
    transition: background-color 0.5s ease;
}
.btn-primary:hover {
    background: #5e93c9;
    border: 1px solid #5e93c9;
}

.back-button, .back-button:hover {
    color: #FFF;
    padding: 8px 16px;
    background: #336da8;
    margin-left: 5px;
}

#icon_wrapper .fuse_social_icons_links .fa {
    font-family: 'FontAwesome' !important;
}

.fb-awesome-social::before {
    content: "\f09a" !important;
}

#icon_wrapper {
    position: fixed;
    top: 25%;
    left: 0px;
    z-index: 99999;
}

@media (max-width: 1024px) {
    #icon_wrapper {
        display:none;
    }
}


.awesome-social {
    margin-top: 2px;
    color: white !important;
    text-align: center !important;
    line-height: 34px !important;
    width: 32px !important;
    height: 32px !important;
    font-size: 1.5em !important;
}

.fuse_social_icons_links {
    outline: 0 !important;
}

.fuse_social_icons_links:hover {
    text-decoration: none !important;
}

.fb-awesome-social {
    background: #3b5998;
}

.youtube-awesome-social {
    background: #bb0000;
}




/* Hero
-----------------------------------------------------------*/

#mainHero {
    height:400px;
    margin:0px 0 0 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#mainHero .container {
    height:400px;    
    position: relative;
    z-index: 100;
}




#heroBox {
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.50);
    margin-top: 14%;
}
#heroBox h1 {
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 25px 0;
}
#heroBox .btn-primary {
    text-shadow: none;
    padding: 5px 20px;
}



@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 996px) {
    #mainHero {
        max-height: 300px;
        height: auto !important;
    }
    body.child #mainHero {
        height:220px;
        min-height: 220px;
        max-height:220px;
        background-position: center top;
    }
}
@media screen and (max-width: 767px) {
    #mainHero {
        max-height: 200px;
    }
    body.child #mainHero {
        min-height: 180px;
    }
    body.child #heroBox {
        margin-top: 5%;
    }
    #heroBox h1 {
        font-size: 30px;
    }

}

@media screen and (max-width: 767px) {
    #mainHero .container {
        height: 250px;
    }

}

@media screen and (max-width: 500px) {
    #mainHero {
    }
    body.child #heroBox {
        margin-top: 0%;
    }
}






/* Tagline
-----------------------------------------------------------*/

#mainTagline {
    text-align: center;
    padding: 15px 15px;
    background: #DCEAD9;
}

#mainTagline h2 {
    font-weight: 500;
    font-size: 26px;
    color: #858f83;
    text-transform: uppercase;
    margin: 0 0 0 0;
}
#mainTagline h3 {
    font-weight: 400;
    font-size: 18px;
    color: #858f83;
    text-transform: uppercase;
    margin: 0 0 0 0;
}






@media screen and (max-width: 996px) {
}
@media screen and (max-width: 767px) {
    #mainTagline h2 {
        font-size: 18px;
    }
    #mainTagline h3 {
        font-size: 14px;
    }
}




/* Main Icons
-----------------------------------------------------------*/

#mainIcons {
    text-align: center;
    color: #FFF;
    background: #5e93c9;
    padding: 15px;
}
#mainIcons a {
    font-family: 'David Libre', serif;
    font-size: 20px;
    color: #FFF;

}
#mainIcons a:hover {
    color: rgba(255,255,255,0.6);
    text-decoration: none;
}




@media screen and (max-width: 996px) {
}

@media screen and (max-width: 767px) {
    #mainIcons a {
        font-size: 18px;
    }
}









/* Main Text
-----------------------------------------------------------*/

#mainText {
    font-size: 16px;
}
#mainText .row {
    padding: 0;
    margin: 0;
}

#mainText h1 {
    font-size: 24px;
    font-weight: 600;
    font-style: italic;
    margin: 30px 0 10px 0;
}





@media screen and (max-width: 1200px) {
    #mainText {
        font-size: 14px;
        padding: 15px 15px;
    }
    #mainText h1 {
        font-size: 18px;
    }
}









/* Featured Exhibit
-----------------------------------------------------------*/

#featuredExhibit {
    padding: 30px 15px;
    background: #CDDCFE;
}
#featuredExhibit .row {
    padding: 0;
    margin: 0;
}

#featuredExhibit h2 {
    text-align:center;
    font-size:24px;
    font-weight:400;
    text-transform:uppercase;
    margin:0 0 50px 0;
}
#featuredExhibit h2:after {
    content:""; 
    border-bottom:3px solid #F7BA91; 
    position: absolute;
    top:45px;
    left:0;
    right:0;
    width:20%;
    margin:0 auto;
}

#featuredExhibit h3 {
    font-size:21px;
    font-weight:600;
    margin:0 0 10px 0;
}





@media screen and (max-width: 767px) {
    #featuredExhibit {
        font-size: 14px;
    }
    #featuredExhibit img {
        margin-bottom: 15px;
    }
}


/* Twisted Favorites
-----------------------------------------------------------*/

#mainFavs {
    text-align: center;
    font-size: 20px;
    color: rgba(255,250,205,1.00);
    background: url(/assets/images/home/boxes-background.jpg);
    background-position: center center;
    background-size: cover;
}
.favs-overlay {
    position:relative;
    padding: 60px 15px;
}
.favs-overlay:before {
    position:absolute;
    display:block;
    content:"";
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity:0.70;
    background:#DCEAD9;
    z-index:0;
}
#mainFavs .row {
    padding: 0;
    margin: 0;
}

#mainFavs h2 {
    font-size: 32px;
    font-weight: 600;
    color: #FFF;
    text-transform: uppercase;
    margin: 15px 0 30px 0;
}
#mainFavs h3 {
    position: absolute;
    left: 0;
    right: 0;
    font-size: 24px;
    font-weight: 600;
    color: #FFF;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
    padding: 10px 36px 10px 36px;
    margin: 100px auto 0 auto;
    background: rgba(0,0,0,0.4);
}


#mainFavs a {
    color: #FFF;
}

#mainFavs ul {
    list-style: none;
    margin: 0 0 0 -40px;
}
#mainFavs li {
    padding-bottom: 5px;
}


/* entire container, keeps perspective */
#mainFavs .flip-container {
    perspective: 1000px;
    margin-bottom: 30px;
}
/* flip the pane when hovered */
#mainFavs .flip-container:hover .flipper,
#mainFavs .flip-container.hover .flipper {
    transform: rotateY(180deg);
}

#mainFavs .flip-container,
#mainFavs .front,
#mainFavs .back {
    width: 100%;
    height: 263px;
}

/* flip speed goes here */
#mainFavs .flipper {
    transition: 0.6s;
    transform-style: preserve-3d;

    position: relative;
}

/* hide back of pane during swap */
#mainFavs .front,
#mainFavs .back {
    backface-visibility: hidden;

    position: absolute;
    top: 0;
    left: 0;
}

/* front pane, placed above back */
#mainFavs .front {
    z-index: 2;
    /* for firefox 31 */
    transform: rotateY(0deg);
}

/* back, initially hidden pane */
#mainFavs .back {
    font-size: 13px;
    font-weight: 300;
    padding: 15px 15px;
    background: rgba(0,0,0,0.6);
    transform: rotateY(180deg);
}


#mainFavs .favs-mobile {
    display:none;
    font-size: 13px;
    font-weight: 300;
    color: #FFF;
    padding: 15px 15px;
    margin: 0 0 30px 0;
    background: rgba(0,0,0,0.7);
}
#mainFavs .favs-mobile h4 {
    font-size: 16px;
    font-weight: 600;
    color: #FFF;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}


@media screen and (max-width: 1200px) {
    #mainFavsx h3 {
        padding: 80px 36px 65px 36px;
    }
    #mainFavs .flip-container,
    #mainFavs .front,
    #mainFavs .back {
        height: 210px;
    }
    #mainFavs .back {
        font-size: 10px;
    }
}


@media screen and (max-width: 996px) {
    #mainFavs {
        font-size: 18px;
    }
    #mainFavs h3 {
        padding: 130px 66px 65px 66px;
    }
    #mainFavs img {
        max-height: 360px;
        margin: 0 auto;
    }
    #mainFavs .flip-container,
    #mainFavs .front,
    #mainFavs .back {
        height: 260px;
    }
    #mainFavs .back {
        font-size: 13px;
    }
}

@media screen and (max-width: 992px) {
    #mainFavs .favs-mobile {
        display:block;
    }
    #mainFavs .flip-container {
        display:none;
    }
}

@media screen and (max-width: 767px) {
    #mainFavs {
        font-size: 16px;
    }
    .favs-overlay {
        padding: 30px 15px 0 15px;
    }
    #mainFavs .col-sm-6 {
        max-width: 280px;
        margin: 0 auto;
    }
    #mainFavs h2 {
        font-size: 28px;
    }
}
@media screen and (max-width: 500px) {
}






/* Events
--------------------------------------------------*/

#mainEvents {
    padding:60px 15px;
    background:#EEE;
}

#currentEvent {
    margin:0px 0 0 0;
    background:#FFF;
    border:1px solid #E3E3E3;
    -webkit-box-shadow: 3px 3px 5px 6px #ccc;
    -moz-box-shadow:    3px 3px 5px 6px #ccc;
    box-shadow:0px 0px 5px 6px #e1e1e1;
}
#currentEvent h2 {
    text-align:center;
    font-size:24px;
    font-weight:400;
    text-transform:uppercase;
    padding:25px 15px 25px 15px;
    margin:0 0 0px 0;
    border-bottom:3px solid #F7BA91;
}
#currentEvent img {
    margin:0 0 5px 0;
}
#currentEvent h3 {
    text-align:center;
    font-size:13px;
    color:#999;
    font-weight:600;
    text-transform:uppercase;
    padding:15px 15px 10px 15px;
    margin:0 0 15px 0;
}
#currentEvent h4 {
    text-align:center;
    font-size:22px;
    color:#000;
    font-weight:400;
    padding:5px 15px 0 15px;
    margin:0 0 15px 0;
}
#currentEvent p {
    padding:5px 15px 10px 15px;
}


@media screen and (max-width: 767px) {
    #mainEvents {
        padding:30px 15px;
    }
    #currentEvent {
        max-width:400px;
        margin:0 auto 30px auto;
    }
}



/* Coming Events */

#comingEvents h2 {
    text-align:center;
    font-size:24px;
    font-weight:400;
    text-transform:uppercase;
    margin:0 0 50px 0;
}
#comingEvents h2:after {
    content:""; 
    border-bottom:3px solid #F7BA91; 
    position: absolute;
    top:45px;
    left:0;
    right:0;
    width:20%;
    margin:0 auto;
}

#comingEvents ul {
    list-style:none;
    margin:0 0 0 -40px;
}
#comingEvents .row {
    margin:0 0 30px 0;
    border:1px solid #DDD;
    border-radius:5px;
}
#comingEvents .ceTime.col-sm-9 {
    padding:0;
}
#comingEvents .row .row {
    padding:5px 0;
    margin:0;
    border:none;
    border-bottom:1px solid #DDD;
    border-radius:0;
}
#comingEvents .row .row:last-child {
    border-bottom:none;
}


#comingEvents .ceDate {
    text-align:center;
    top:50%;
    border-right:1px solid #DDD;
}
#comingEvents .ceDate h3,
#comingEvents .ceDate h4 {
    position:relative;
    top:38%;
    -webkit-transform: translateY(-38%);
    -ms-transform: translateY(-38%);
    transform: translateY(-38%);
}
#comingEvents .ceDate h3 {
    font-size:70px;
    font-weight:700;
    color:#999;
    margin:40px 0 0 0;
}
#comingEvents .ceDate h4 {
    font-size:16px;
    font-weight:300;
    color:#999;
    text-transform:uppercase;
    margin:-20px 0 0 0;
}

#comingEvents .ceTime {
}
#comingEvents .ceTime h5 {
    text-align:center;
    font-size:16px;
    color:#5e93c9;
    font-weight:600;
    padding:5px 10px;
    border:1px solid #DDD;
    border-radius:5px;
}
#comingEvents .ceTime h6 {
    font-size:16px;
    color:#000;
    font-weight:400;
    margin:5px 0;
}
#comingEvents .ceTime p {
    font-size:13px;
    color:#999;
}



#allEvents {
    text-align:center;
}
#allEvents.row {
    border:none;
}

.submit-event {
    font-size: 14px;
    margin: 10px 0 0 0;
}
.submit-event a:hover {
    text-decoration: none;
}



@media screen and (max-width: 1200px) {
    #comingEvents .ceTime h5 {
        font-size:14px;
    }
}
@media screen and (max-width: 767px) {
    #comingEvents .ceDate {
        top:0;
        padding:0 0 30px 0;
        margin:50px 0 0 0;
        border-bottom:1px solid #DDD;
    }
    #comingEvents .ceDate h3, #comingEvents .ceDate h4 {
        position:relative;
    }
}
@media screen and (max-width: 450px) {
    #comingEvents .ceTime h5 {
        font-size:11px;
        padding:5px 5px;
    }
}






/* Map
--------------------------------------------------*/

#mainMap {

}
#mainMap .row {
    padding: 0;
    margin: 0;
}
#map {
    width:100%;
    height:568px;
}

#mainMap h2 {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    margin: 10px 0 2px 0;
}
#mainMap img {
    max-height: 300px;
    margin: 0 auto;
}


@media screen and (max-width: 767px) {
    #mainMap {
        padding: 0 15px;
    }
    #map {
        height:200px;
    }
}









/* Bread Crumbs
--------------------------------------------------*/

#breadCrumbs {
    text-align:right;
    font-size:14px;
    text-transform: uppercase;
    color:#CCC;
    padding:10px 15px;
}
#breadCrumbs a {
    color:#000;
}
#breadCrumbs a:hover {
    color:#000;
    text-decoration:underline;
}
#breadCrumbs .current {
    color:#f02215;
    text-decoration:none;
}


@media screen and (max-width: 767px) {
    #breadCrumbs {
        font-size:12px;
    }
}







/* Layout
--------------------------------------------------*/

#mainLayout {
    padding:60px 15px;
    background: #FFF;
}

#mainLayout .container {
}




@media screen and (max-width: 996px) {
    #mainLayout img.profile {
        max-width: 350px;
        margin: 0 auto 15px auto;
    }
}
@media screen and (max-width: 767px) {
    #mainLayout {
        padding: 30px 15px;
    }
}









/* Child Pages
--------------------------------------------------*/

#textArea,
#fullPage {
    line-height: 150%;
}
#textArea h1, #fullPage h1 {
    font-size:30px;
    font-style:normal;
    margin: 0 0 20px 0;
}
#textArea h2, #fullPage h2 {
    font-size:26px;
    font-style:normal;
    margin: 0 0 20px 0;
}
#textArea h3, #fullPage h3 {
    font-size:20px;
    font-style:normal;
    margin: 20px 0 20px 0;
}
#textArea h4, #fullPage h4 {
    font-size:18px;
    font-style:normal;
    margin: 0 0 20px 0;
}

#textArea p {
    margin: 0;
    margin-bottom: 10px;
}

#textArea ul, #textArea ol {
    margin: 0;
    margin-bottom: 10px;
    padding-left: 40px;
}


@media screen and (max-width: 992px) {
}
@media screen and (max-width: 767px) {
    #textArea {
        margin:0 0 30px 0;
    }
}
@media screen and (max-width: 668px) {
}
@media screen and (max-width: 500px) {
}


#sideBar {
    font-size:14px;
}
#sideBar h2 {
    font-size:20px;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px dotted #DDD;
}


.widget {
    margin:0 0 30px 0;
}





#sideBar .widget.menu {	
}
#sideBar .widget.menu ul {
    list-style: none;
    /*    margin: 0 0 0 -40px;*/
}
#sideBar .widget.menu li a {
    display: block;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    color: #777;
    padding: 10px 20px;
    margin: 3px 0 0 0;
    background-color: #EEE;
}
#sideBar .widget.menu li:first-child a {
    margin-top:0;
}
#sideBar .widget.menu li a:hover,
#sideBar .widget.menu li.current-menu-item a {
    color: #FFF;
    text-decoration: none;
    background: #5e93c9;
}
#sideBar .widget.menu li.current-menu-item a::after {
    position: absolute;
    right: 15px;
    content: "\f0d9";
    font-family: "FontAwesome";
    font-size: 18px;
    color: #ffffff;
}




@media screen and (max-width: 996px) {
    #sideBar {
        margin-top: 30px;
    }
    #sideBar .widget {
        max-width:350px;
        margin:0 auto 30px auto;
    }
}
@media screen and (max-width: 767px) {
    #textArea h1, #fullPage h1 {
        font-size: 30px;
    }
    #textArea h2, #fullPage h2 {
        font-size:22px;
    }
    #textArea h3, #fullPage h3 {
        font-size:18px;
    }
    #textArea h4, #fullPage h4 {
        font-size:16px;
    }
}













/* Footer
--------------------------------------------------*/

#mainFooter {
    font-size:13px;
    color: #FFF;
    padding: 30px 0;
    background: #336da8;
    background: -moz-linear-gradient(left,  #336da8 0%, #5e93c9 50%, #336da8 100%);
    background: -webkit-linear-gradient(left,  #336da8 0%,#5e93c9 50%,#336da8 100%);
    background: linear-gradient(to right,  #336da8 0%,#5e93c9 50%,#336da8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#336da8', endColorstr='#336da8',GradientType=1 );
}

#mainFooter .row {
    padding: 0;
    margin: 0;
}

#mainFooter .row.copyright {
    padding: 20px 0 0 0;
    margin: 10px 0 0 0;
    border-top: 1px solid rgba(255,255,255,0.2);
    line-height: 30px;
}

#mainFooter img {
    max-width: 200px;
    margin: 0 auto 10px auto;
}

#mainFooter h2 {
    font-size: 15px;
    color: #000;
    text-transform: uppercase;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #000;
}
#mainFooter .headingLine {
    height: 4px;
    left:15px;
    right: auto;
    margin-top: -20px;
    background: #620e28;
}

#mainFooter .list1 {
    text-align: left;
    list-style: none;
    padding: 15px 0 0 0;
    margin: 0;
}
#mainFooter .list1 li {
    font-size: 17px;
    line-height: 1.428571429;
    margin: 0 0 8px 0;
    overflow: hidden;
}
#mainFooter .list1 li strong {
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.2);
    display: inline-block;
    float: left;
    margin-right: 20px;
    border-radius: 100%;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
}
#mainFooter .list1 li .fa {
    padding-top: 11px;
}
#mainFooter .list1 h3 {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 2px 0;
}
#mainFooter .list1 p {
    font-size: 13px;
    font-weight: 300;
}
#mainFooter .extra-wrap {

    overflow: hidden;
}

#mainFooter .extra-wrap p {
    line-height: 1rem;
}   


#mainFooter a {
    color: #005ca1;
}
#mainFooter a:hover {
    color:#005ca1;
    text-decoration:underline;
}

#mainFooter p.phone {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #00762f;
    padding: 0 0 0 0;
    margin: 25px 0 0 0;
}
#mainFooter p.phone .fa {
    padding-right: 10px;
}
#mainFooter p.phone a {
    color: #00762f;
}
#mainFooter p.phone a:hover {
    color: #00762f;
    text-decoration: none;
}
#mainFooter p.call {
    text-align: center;
    color: #999;
}


#mainFooter ul {
    list-style: none;
    margin: 0 0 0 -40px;
}


#mainFooter ul.footMenu {
    list-style: none;
    font-size: 12px;
    margin: 0px 0 0 -25px;
}
#mainFooter ul.footMenu li {
    display: inline-block;
}
#mainFooter ul.footMenu li a {
    font-weight: 600;
    color: rgba(255,255,255,0.6);
    text-transform: uppercase;
    padding: 0 10px;
}
#mainFooter ul.footMenu li a:hover {
    color: rgba(255,255,255,1.0);
    text-decoration: none;
}
#xmainFooter ul.footMenu > li + li::before {
    background-color: rgba(255,255,255,0.1);
}
#xmainFooter ul.footMenu > li + li::before {
    content: '';
    width: 1px;
    height: 20px;
    display: block;
    font-weight: 100;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: 0;
}


#mainFooter ul.social {
    text-align: right;
    margin: 0px -20px 0px 0px;
    overflow: auto;
}

#mainFooter ul.social li {
    list-style-type: none;
    display:inline-block;
}
#mainFooter ul.social li a i {
    color: rgba(255,255,255,0.6);
    width: 25px;
    height: 25px;
    border-radius: 20px;
    font-size: 14px;
    text-align: center;
    margin-right: 4px;
    margin-bottom: 4px;
    padding-top: 18%;
    transition: all 0.2s ease-in-out;
    background:none;
    border:1px solid rgba(255,255,255,0.6);
}
#mainFooter ul.social li a i:hover {
    color:#2E74BA;
    background: rgba(255,255,255,1.0);
    border:1px solid rgba(255,255,255,1.0);
}

#mainFooter .btn-primary {
    color: #FFF;
}


#mainFooter .btn-primary {
    padding: 5px 20px;
}
#mainFooter .btn-primary:hover {
    color: #FFF;
}
#mainFooter .already {
    font-size: 12px;
    color: #999;
}
#mainFooter .already a {
    color: #999;
}
#mainFooter .already a:hover {
    color: #620e28;
}


#footCopy {
    padding: 0;
    text-align:left;
    font-size:12px;
    color: rgba(255,255,255,0.2);
}
#footCopy a {
    color: rgba(255,255,255,0.2);
}
#footCopy a:hover {
    color: rgba(255,255,255,0.5);
}

#mainFooter .web {
    text-align:right;
    font-size:11px;
    color: rgba(255,255,255,0.2);
}
#mainFooter .web a {
    color: rgba(255,255,255,0.2);
}
#mainFooter .web a:hover {
    color: rgba(255,255,255,0.5);
}


a.scrollToTop {
    opacity: 1;
    visibility: visible;
    position: fixed;
    display: block;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.2);
}
a.scrollToTop:hover {
    color: #FFF;
    text-decoration: none;
}
a.scrollToTop i {
    font-size: 20px;
    color: #FFF;
    line-height: 48px;
}

.menu-footer-menu-container {
    float: left;
}
.menu-footer-social-icons {
    float: right;
}
#mainFooter ul.footMenu li.menu-footer-social-link {
    display:none;
}


@media screen and (max-width: 992px) {
    #mainFooter .headingLine {
        left: auto;
        right: auto;
    }
    #mainFooter #mfRight h2 {
        text-align: center;
    }
    #mainFooter #mfRight ul {
        text-align: center;
        margin:0 0 20px -40px;
    }
    #footCopy {
        text-align:center;
    }

    #mainFooter ul.footMenu {
        margin: 0px;
        text-align:center;

    }   
    .menu-footer-menu-container {
        padding: 0 20px;
    }
    .menu-footer-social-icons {
        display:none;
    }
    #mainFooter ul.footMenu li.menu-footer-social-link {
        display:inline;
    }

}


@media screen and (max-width: 767px) {
    #mainFooter {
        text-align:center;
    }
    #mainFooter ul {
        margin: 0 0 0 -40px;
    }
    #mainFooter img {
        margin: 0 auto 20px auto;
    }
    #footCopy {
        text-align:center;
    }
    #mainFooter .web {
        text-align:center;
    }
    #mainFooter ul.footMenu {
        margin: 0px;
    }


}






/* 404 Page
--------------------------------------------------*/







/* Blog
--------------------------------------------------*/

#fullPage .blogPosts {
}
#fullPage .bpl_post {
    padding:20px 20px;
    margin:0 0 30px 0;
    background:#F6F6F6;
}
#fullPage .blogPosts ul {
    list-style:none;
    margin:0 0 0 -40px;
}
#fullPage .blogPosts li {
    padding:0 0 3px 0;
    /*border-bottom:1px solid #E9E9E9;*/
}
#fullPage .blog_post_date {
    background:#046c8d;
    width:50px;
    height:60px;
    margin:10px 0 0 0px;
    padding:0px;
}
#fullPage .blog_post_date h3 {
    color:#FFF;
    font-size:18px;
    font-weight:300;
    padding:8px 0px 0px 0px;
    margin:0px;
    text-transform:uppercase;
    text-align:center;
}
#fullPage .blog_post_date h4 {
    color:#FFF;
    font-size:22px;
    font-weight:300;
    padding:0px 0px 0px 0px;
    margin:0px;
    text-align:center;
}
#fullPage .blog_post_details {
    padding:10px 0 10px 0;
}
#fullPage .blog_post_details h2 {
    text-align:left;
    font-style:normal;
}






 .directors-title {
                font-family: 'David Libre', serif;
                font-weight: 400;
                font-size: 2rem;
                color: #fff;
                text-align: center;
                margin-bottom:30px;
            }







/* Regions
--------------------------------------------------*/

#textArea .region h2.director {
    margin: 0 0 5px 0;
}
#textArea .region h3 {
    font-size: 15px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}

#textArea .region img {
    margin: 0 auto 15px auto;
}

#textArea .region .profile {
    text-align: center;
}



#textArea .newsletters {
    text-align: center;
    font-size: 18px;
}
#textArea .newsletters .fa-file-pdf-o {
    font-size: 40px;
    padding-bottom: 15px;
}
#textArea .newsletters .newsletter {
    margin: 0 auto 15px auto;
}


#sideBar .widget.events ul.ecs-event-list {
    list-style: none;
    margin: 10px 0 0 -25px;
}
#sideBar .widget.events ul.ecs-event-list li.ecs-event {
    padding: 0 0 5px 0;
    margin: 0 0 15px 0;
}
#sideBar .widget.events ul.ecs-event-list li.ecs-event:last-child {
    border-bottom: none;
}
#sideBar .widget.events ul.ecs-event-list li.ecs-event::before {
    font-family: 'FontAwesome';
    content: '\f08d';
    position: absolute;
    margin: 0 0 0 -15px;
}
#sideBar .widget.events ul.ecs-event-list h4 {
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 5px 0;
}
#sideBar .widget.events ul.ecs-event-list h4 a {
    color: #000;
}
#sideBar .widget.events ul.ecs-event-list h4 a:hover {
    color: #4EADF4;
    text-decoration: none;
}
#sideBar .widget.events ul.ecs-event-list .duration.time {
    font-size: 14px;
    font-weight: 300;
}

#sideBar .widget.events .btn-primary {
    padding: 5px 25px;
}



/* Regions
--------------------------------------------------*/


#AMB2020 {
    background: #CDDCFE;
    color: black;
    text-align: center;
}

#AMB2020 .container.h-100 {
    padding: 70px 15px;

} 

#AMB2020 h2 {
    font-family: 'Open Sans', sans-serif;
    margin:0 0 25px 0;
    font-size: 3rem;
    line-height: 3.2rem;
    color: #fff;
    font-weight: 700;
    text-shadow: 4px 4px 5px rgba(150, 150, 150, 1);
}

#AMB2020 a {
    font-size: 1.25rem;
    line-height: 1.5rem;
}



#AMB2020 a, #AMB2020 a:hover {
    color: black;
    text-transform: none;
    text-decoration: none;
}

#svg-envelope-animate {
    width: 72%;
    height: auto;
}    
#paper {
    transform: translateY(10px) translateX(3px);
    transition: transform .5s;
    transition-timing-function: ease-out;

}
#paper:hover {
    transform: translateY(3px) translateX(3px);
}
#paper .svg-envolope-color {
    fill: #4e4e4e;
}

@media screen and (max-width: 767px) {
    #AMB2020 .container.h-100 {
        padding: 40px;
    } 
    #AMB2020 h2 {
        font-size: 2.4rem;
    }
    #svg-envelope-animate {
        display:none;
    }    
}

