/* ==========================================================================
   
   ========================================================================== */


body {
    background: transparent url(../img/bg_body.gif) repeat top left;
    color: #425363;
    font-family: 'museosans500', Verdana, Tahoma, "DejaVu Sans", sans-serif;
}


/* HEADER */
header {
    background: #fff;
    border-bottom: 6px solid #69C342;
}
    header h1 {
        display: none;
    }
    .header-top {
        background: transparent;
        color: #3E5466;
    }
        .header-top img{
            margin-bottom: 5px;
        }
        .header-top a, .header-top a:hover {
            color: #3E5466;
			text-decoration:none;
        }
    .navbar-brand {
        padding: 0 15px 15px 0;
    }
        .navbar-brand img{
            margin-top: 12px;
           /* width: 168px;
            height: 80px;*/
            background-size: 168px 80px;
        }
    .navbar-toggle {
        margin-top: 28px;
    }
    .navbar {
        font-family: "museosans300","Helvetica Neue",Helvetica,Arial,sans-serif;
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        background: transparent;
        border: none;
        box-shadow: none;
        color: #3E5466;
        margin-bottom: 0;
        border-radius: 0;
    }
        .navbar .navbar-nav>li>a {
            color: #3F5363;
            text-shadow: none;
            font-size: 1em;
            padding-top: 10px;
            padding-bottom: 10px;
        }
        .navbar .navbar-nav>.active>a {
            background: #1D796D;
            color: #a8518a;
        }
        .navbar-default .navbar-nav>li>a:hover,
        .navbar-default .navbar-nav>li>a:focus,
        .navbar-default .navbar-nav>.active>a:hover,
        .navbar-default .navbar-nav>.active>a:focus {
            background: transparent;
            color: #69C342;
        }
        .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
            border-color: #CFC7C4;
        }
        .navbar-default .navbar-nav>.open>a,
        .navbar-default .navbar-nav>.open>a:hover, 
        .navbar-default .navbar-nav>.open>a:focus {
            color: #69C342;
            background:#EBEFF1;
        }
        .navbar-default .dropdown-menu>li>a:hover,
        .navbar-default .dropdown-menu>li>a:focus, 
        .navbar-default .dropdown-menu>.active>a,
        .navbar-default .dropdown-menu>.active>a:hover,
        .navbar-default .dropdown-menu>.active>a:focus {
            background-color:#69C342;
            background-image: none;
        }
        .navbar-default .dropdown-menu>li>a {
            padding: 8px 20px;
        }
        .navbar-default .navbar-nav .open .dropdown-menu>li>a {
            color: #3E5466;
        }
        .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
        .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
            color: #69C342;
        }
        
    .callToday {
        display: none; 
        position: absolute;
        top: -1px;
        left: 295px;
        font-size: 1.3em;
        font-family: "museosans300","Helvetica Neue",Helvetica,Arial,sans-serif;
    }
        .callToday span {
            color: #3E5466;
        }

.tree-bg {
     background: url(../img/bg-tree.png);
    background-position: center center;
}

h1, h2 {
    font-family: "museosans500","Helvetica Neue",Helvetica,Arial,sans-serif;
}
p {
    line-height: 1.5;
}
a {
    color: #69C342;
    text-decoration: none;
}
a:hover, a:focus {
    color: #69C342;
    text-decoration: underline;
}

hr {
    border-top: 1px solid #E3E5E6;
    border-bottom: 4px solid #E3E5E6;
}
    hr.green {
        border-top: 1px solid #B1D5AD;
        border-bottom: 4px solid #B1D5AD;
    }


.btn-regular {
    background: #F3C25A;
    background-image: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border: none;
    color: #fff;
    text-shadow: none;
    font-family: 'museosans700',"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 17px;
}
    .btn-regular:hover {
        background: #F3C25A;
        border: none;
        color: #fff;
        text-shadow: none;
    }
    .btn-regular.yellow {
        background: #69C342;
    }
    .btn-regular.pink {
        background: #a8518a;
    }
    .btn-regular.green {
        background: #69C342;
    }
    .btn-regular.blue {
        background: #63CBFB;
    }
    .btn-regular.grey {
        background: #717577;
    }

.panel {
    background:#EBEAE6;
    padding: 5px 20px 13px;
    border-radius: 6px;
    margin: 20px 0
}
    
            
/* Carousel */
.carouselContainer {
    background: #EFEDE7;
    border-bottom:10px solid #CFC7C4;
    padding: 20px 0;
}
.carousel-inner .item img {
    width: 100%;
    height: auto;
    max-width:none;
}
    .main-panel .carousel-inner .item img {
        width: 612px;
        height: auto;
        max-width:none;
    }
.carousel-indicators {
    bottom: 10px;
    width: auto;
    margin-left: auto;
    left: 20px;
}
    .carousel-indicators li{
        width: 18px;
        height: 18px;
        margin: 0;
        margin-right: 5px;
    }
        .carousel-indicators li.active{
            width: 18px;
            height: 18px;
            margin-right: 5px;
        }
.carousel-caption {
    background: #fff;
    border-radius: 5px;
    font-family: 'allerlight';
    font-size: 1em;
    color: #425363;
    text-align: left;
    position:static;
    padding: 20px;
}
    .carousel-caption h2 {
        color: #425363;
        font-size: 1.4em;
        font-family: 'museosans700';
        text-shadow: none;
        margin-bottom: 20px;
    }
    .carousel-caption p {
        text-shadow: none;
    }
    .carousel-caption a.btn {
        position: absolute;
        bottom: 20px;
    }
        .carousel-caption a:focus.btn {
            color: #fff;
        }
/* Carousel fade effect */
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
/* End Carousel *************/


/* Home lead blocks */
.home-lead {
    margin-top: 25px;
    margin-bottom: 35px;
}
.home-lead h1 {
    font-size: 3em;
    line-height: 1.2em;
    color: #425363;
    font-family: 'fs_sammyregular',"Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-bottom: 26px;
}
.home-lead p.lead {
    font-size: 18px;
    color: #425363;
    font-family: 'museosans300',"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.home-lead .roundedPanel {
    color: #425363;
    border-radius: 5px;
    background: #EBEAE6;
    padding: 29px 30px 29px;
	margin-top:20px;
}
/* End Home 4 blocks ************/


/* Home 4 blocks */
.home-4-blocks h1 {
    font-size: 1.3em;
    color: #425363;
    font-family: 'museosans700',"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.home-4-blocks p {
    color: #636363;
	text-align:justify;
}
/* End Home 4 blocks ************/

/* Home info */
.home-info {
    background: #EFE7D1;
    border-left: 5px solid #E67D3C;
    color: #E67D3C;
    font-family: 'museosans300',"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.5em;
    padding: 10px;
}
    .home-info a{
        color: #E67D3C;
    }
    .home-info.first{
        margin-top: 30px;
    }
    .home-info.second{
        margin-top: 12px;
    }
    .home-info span,
    .home-info span a{
        color: #E67D3C;
        font-family: 'museosans700',"Helvetica Neue",Helvetica,Arial,sans-serif;
        text-transform: uppercase;
    }
    .home-info a:hover{
        text-decoration: none;
    }
/* End Home info ************/


/* Home news */
.home-news {
    margin-top: 30px;
}
    .home-news h1{
        font-size: 1.3em;
        color: #425363;
        font-family: 'museosans700',"Helvetica Neue",Helvetica,Arial,sans-serif;
    }
    .home-news .news{
        background: #EBEAE6;
        border-radius: 5px;
        padding: 15px;
        margin: 0 0 20px;
        min-height: 290px;
    }
    	.home-news .featured-image {
			margin-top: 10px;
		}
        .home-news .news p.date {
            font-weight: bold;
            margin: 10px 30px 0 0;
        }
        .home-news .news img{
            margin: 0 0 25px 0;
            position: relative;
            border: 8px solid #FFF;
            display: block;
            max-width: 100%;
            height: auto;
        }
        .home-news .news a.btn{
            width: 100%;
        }
        .home-news .carousel-indicators{
            bottom: -20px;
            left: initial;
            right: 20px;
        }
    .home-news .tweet_list{
        list-style: none;
        padding: 0;
        background: #E1F1F0;
        border-radius: 5px;
    }
    .home-news .tweet_odd,
    .home-news .tweet_even {
        color: #425363;
        padding: 15px;
        margin-bottom: 20px;
        font-size: 0.9em;
        word-wrap: break-word; /* needed for safari */
    }
        .home-news .tweet a{
            color: #5AB7B1;
            font-weight: bold;
        }
        .home-news .tweet_first {
/*            padding-bottom: 20px;*/
            margin-bottom: 0;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
        }
            .home-news .tweet_even .tweet_join {
                margin-bottom: 15px;
                border-bottom: 1px solid #5AB7B1;
                width: 100%;
                float: left;
            }
        .home-news .tweet_even {
            border-top-left-radius: 0;
            border-top-right-radius: 0;
            padding-top: 0;
        }
        
    .home-news .event{
        margin-bottom: 20px;
        position: relative;
    }
        .home-news .event .billy{
            background: transparent url(../img/billy.png) no-repeat top left;
            bottom: -65px;
            right: -100px;
            width: 159px;
            height: 214px;
            position: absolute;
        }
        .home-news .event a{
            color: #63CBFB;
            font-weight: bold;
        }
        .home-news .event img{
            display: block;
            max-width: 100%;
            height: auto;
        }
        .home-news .event p.date {
            font-weight: bold;
            margin: 10px 30px 0 0;
        }
        .home-news .event p {
            margin-right: 30px;
        }
        .home-news .event h1 {
            color: #1D796D;
            font-weight: bold;
            font-family: 'museosans300',"Helvetica Neue",Helvetica,Arial,sans-serif;
            font-size: 1.4em;
            margin-top: 15px;
            margin-right: 40px;
        }
    
/* End Home info ************/

/* Default Page */
.main-container {
    margin-top: 30px;    
}

/* --Sidebar */
.sidebar{
    margin-top: 0px;
}
    .withSubtitle{
        margin-top: 0px;
    }
    .sidebar h1 {
        color: #425363;
        font-family: 'museosans300',"Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 1.7em;
    }
    .nav-sidebar {
        margin-left: -21px;
        margin-right: -21px;
    }
        .nav-sidebar li{
            border-radius: 0;
            margin-top: 0 !important;
        }
        .nav-sidebar li.current_page_item,
        .nav-sidebar li.current_page_parent{
            background: #E1E3E5;
        }
            .nav-sidebar li a{
                color: #717577;
                border-radius: 0;
                padding-left:23px;
                padding-right:23px;
            }
                .nav-sidebar li a:hover{
                    background: #E1E3E5;
                    color: #717577;
                }
                    .nav-sidebar li.active a:hover{
                        background: #0A7A6A;
                        color: #fff;
                    }
                .nav-sidebar li.active a{
                    background: #E1E3E5;
                }
    .nav-sidebar ul,
    .nav-sidebar li {
        list-style-type: none;
        padding: 0;
    }
    .nav-sidebar .current_page_item ul,
    .nav-sidebar .current_page_parent ul {
        display: block;
    }
    .nav-sidebar ul {
        display: none;
        font-size: 14px;
        padding-bottom: 15px;
    }
    .nav-sidebar ul a {
        display: block;
        padding: 5px 10px 5px 42px;
        background: transparent url(../img/list-item.png) no-repeat 25px center;
    }
    .nav-sidebar ul .current_page_item a,
    .nav-sidebar ul a:hover {
        background: #425363 url(../img/list-item.png) no-repeat 25px center;
        color: #FFF;
        text-decoration: none;
    }
.search-box button{
    background: #fff;
    border-right: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    height: 34px;
}
    .search-box button:hover{
        background: #fff;
    }
.search-box input{
    background: #fff;
    border: none;
    font-style: italic;
    border: 1px solid #ccc;
}

/* --Main Panel */
.main-panel h1{
    color: #425363;
    font-size: 3em;
    font-family: "museosans300","Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-bottom: 0;
}
.main-panel h2{
    color: #69C342;
    font-size: 2em;
    font-family: "museosans300","Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-top: 30px;
}
.main-panel h3{
    color: #425363;
    font-size: 1.7em;
    font-family: "museosans300","Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-top: 30px;
    margin-bottom: 5px;
}
.main-panel p.subtitle {
    font-family: "museosans300","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #69C342;
    font-size: 2em;
    margin-top: 0;
    line-height: 1.2em;
}
.main-panel div.content {
    margin-top: 20px;
}
.main-panel img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-bottom: 30px;
}
    .main-panel img.aligncenter {
        margin-left: auto;
        margin-right: auto;
    }
.main-panel .carousel-indicators {
    bottom: 28px;
}
.main-panel .carousel-inner {
    margin-bottom: 15px;
}
    .main-panel .carousel-inner img {
        margin: 0;
    }
.main-panel .carousel-caption {
    background: transparent;
    height: auto;
    text-shadow: none;
    color: #3A4E5B;
    font-size: 1.1em;
    padding: 10px 0;
}
.main-panel .featured-image img {
    margin-bottom: 0;
}
.main-panel .featured-image .caption {
    color: #0A7A6A;
    font-size: 1.1em;
    padding: 10px 0 25px;
}
.main-panel blockquote {
    background: #EBEAE6;
    border-radius: 6px;
    border-left: none;
    font-family: "museosans300","Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-top: 20px;
    margin-bottom: 20px;
}
    .main-panel blockquote p{
        font-size: 1.4em;
        line-height: 1.35;
        color: #425363;
    }
.main-panel cite {
    font-size: 0.8em;
}

/* End Default Page ************/ 

/* Log-in area */
.log-in input {
    background: #C72060;
    border: none;
    color: #fff;
    text-shadow: none;
    font-family: 'museosans700',"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 17px;   
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
/*
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none; 
*/
}
.log-in #pwbox-324 {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 4px;
    color: #555555;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    width: 100%;
    text-align: left;
    cursor: auto !important;
}

/* End Log-in area ************/ 


/* Team Members */
.isotope-filter-wrap {
    border-bottom: 6px solid #E3E5E6;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
ul#isotope-filter li:first-child {
    display: block;
    width: 100%;
    margin-bottom: 5px
}
ul#isotope-filter a.active {
    text-decoration: underline;
}
.team-member {
    display: block;
    height: 260px;
    width: 184px;
    margin: 10px;
    position: relative;
    float: left;
    border-bottom: 1px solid #E3E5ED;
}
a.team-member{
    text-decoration: none;
}
a.team-member:hover{
    text-decoration: none;
}
.team-member p.name{
    color:#425363;
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 0;
}
.team-member p.position{
    color:#717577;
    font-style:italic;
    font-size: 0.9em;
    margin-bottom: 0;
}

.team-member img {
    margin-bottom: 5px
}

.single-team-members aside img {
    float: right;
    margin-bottom: 20px
}

/* Team Members area ************/ 

/* Contact */
.contact form {
    margin-top: 50px;
}
    .contact .form-group{
        margin-bottom: 25px;
    }
    .contact .form-control{
/*        border: 1px solid #f3f3f3;*/
    }
    .contact form label{
        font-family: "museosans500","Helvetica Neue",Helvetica,Arial,sans-serif;
        color: #425363;
        font-size: 1.3em;
        margin-top: 0;
        line-height: 1.2em;
    }
    .contact .form-control:focus {
        border-color: #B2D5AE;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(178, 213, 174, 0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(178, 213, 174, 0.6);
    }
    .contact .contact-sidebar {
        padding-left: 10px;
        border-left: 5px solid #E1E3E5;
        margin-top: 30px;
    }
        .contact .contact-sidebar h2{
            font-family: "museosans500","Helvetica Neue",Helvetica,Arial,sans-serif;
            color: #69C342;
            font-size: 1.3em;
            line-height: 1.2em;
        }
        .contact .contact-sidebar p{
            color: #425363;
            font-size: 0.95em;
        }
.map {
    background: #fff;
    border-top: 10px solid #41958B;
    padding-top: 30px;
    padding-bottom: 40px;
    margin-bottom: -40px;
}
    .map h1{
        font-family: "museosans500","Helvetica Neue",Helvetica,Arial,sans-serif;
        color: #0A7A6A;
        font-size: 1.3em;
        line-height: 1.2em;
    }
    .map .company{
        font-family: "museosans500","Helvetica Neue",Helvetica,Arial,sans-serif;
        color: #1F534F;
        font-size: 1.2em;
        line-height: 1.2em;
    }
        .map .company span{
            color: #69C342;
        }
        .map p {
            color: #425363;
            font-size: 0.95em;
        }
#map_canvas {
    width: 100%;
    height: 400px;
}

#map_canvas, #map_canvas_1, #map_canvas_2 {
width: 100%;
height: 400px;
}

/* End Contact ************/ 

/* Footer */
footer {
    background: #F0EEE8;
    color: #425363;
    margin-top: 0;
    border-top: 95px solid #f7f7f7;
}
    footer h1 {
        color: #425363;
        font-size: 1.35em;
        font-family: "museosans300","Helvetica Neue",Helvetica,Arial,sans-serif;
    }
    footer nav li {
        margin-bottom: 1px;
    }
    footer a {
        color: #425363;
        font-size: 0.85em;
    }
        footer a:hover {
            color: #425363;
        }
.slogan {
    margin-top: 30px;
/*
    background: #B1D5AD;
    color: #fff;
    padding-bottom: 6px;
    height: 10px;
    margin-bottom: 10px;
*/
}
    .slogan h1{
        background: transparent;
        text-align: center;
        font-family: 'fs_sammyregular',"Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 2.5em;
        color: #425363;
        text-transform: none;
        margin: 0;
        padding: 30px 0;
        border-top: 1px solid #CFC7C3;
    }
        .slogan h1 span.left{
            padding-left: 38px;
            background: url(../img/leaves-left.png) no-repeat left bottom;
        }
        .slogan h1 span.right{
            padding-right: 38px;
            background: url(../img/leaves-right.png) no-repeat right bottom;
        }
.copyright {
    background: #a8518a;
    color: #fff;
    padding-top: 14px;
    padding-bottom: 11px;
}
    .copyright .small,
    .copyright small,
    .copyright a{
        font-size: 11px;
        color: #fff;
    }
        .copyright a:hover{
            color: #fff;
        }

.copyright span {
    margin: 0 40px;
}

/* External Links and files */
.main-panel a[target="_blank"] {
    color: #5A5A5C;
    font-weight: bold;
    font-size: 0.9em;
    padding-right: 16px;
    background: url(../img/ico-new-window.png) no-repeat right 4px;
}
.main-panel a[href^="mailto:"], .main-panel a[href$=".pdf"], .main-panel a[href$=".doc"],  .main-panel a[href$=".docx"], .main-panel .yellowBtn{
    background: #69C342;
    border: none;
    color: #fff;
    text-shadow: none;
    font-family: 'museosans500',"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 17px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075);
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    padding: 6px 12px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    text-decoration: none;
    position: relative;
}

.main-panel a.noBtn[href^="mailto:"]{
    background: transparent;
    border: none;
    color: #0D7C6F;
    padding: 0;
    box-shadow: none;
    webkit-box-shadow: none;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.5;
    vertical-align: inherit;
    
}
    .main-panel a.noBtn:hover[href^="mailto:"]{
        text-decoration: underline;
    }

.main-panel a[href$=".pdf"] {
    background: #fff;
    color: #C15155;
    padding-left: 75px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 12px;
    margin-bottom: 12px;
}
.main-panel a[href$=".pdf"]:before {
    content: "";
    width:38px;
    height:47px;
    background: url(../img/ico-pdf-small.png) no-repeat left top;
    display:block;
    position:absolute;
    left: 12px;
    top: -12px;
}

.main-panel a[href$=".doc"],  .main-panel a[href$=".docx"]{
    background: #fff;
    color: #2F81B7;
    padding-left: 75px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 12px;
    margin-bottom: 12px;
}
.main-panel a[href$=".doc"]:before, .main-panel a[href$=".docx"]:before{
    content: "";
    width:38px;
    height:47px;
    background: url(../img/ico-doc-small.png) no-repeat left top;
    display:block;
    position:absolute;
    left: 12px;
    top: -12px;
}

#map_canvas a[target="_blank"]{
    background: transparent;
    font-size: 10px;
    padding: 0;
}
#map_canvas img{
    max-width: none;
}

/* Accordion Carers */

.accordion-carers .panel-heading {
    background: transparent;
}

.accordion-carers .panel-heading a {
    color: #425363;
}

.accordion-carers .glyphicon {
    float: right;
}

.accordion-carers a[href$=".pdf"],
.accordion-carers a[href$=".doc"]{
    white-space: normal !important; 
    text-align: left !important;
}

.social .secure .button {		
    background: transparent;		
    border: none;		
    color: #3E5466;		
}		
.social .secure .button:hover {		
    text-decoration: underline;		
    color: #3E5466;		
}
    
.payment-cards img {		
    margin-bottom: 0;		
}		
.payment-cards .caption p {		
    text-align: center;		
    font-size: 0.9em;		
}


/* News Stories */
.row-news {
    padding-bottom: 20px;
    border-bottom: 5px solid #E3E5E6;
    margin-bottom: 20px;
}
.news_stories {
    /*position: relative;*/
    padding-bottom: 50px;
}
.news_stories h1 {
    font-family: "museosans300","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #0D7C6F;
    font-size: 1.8em;
    margin-top: 15px;
    margin-bottom: 18px;
    line-height: 1.2em;
}
    .news_stories h1 a{
        color: #69C342;
    }
        .news_stories h1 a:hover{
            text-decoration: none;
        }
.news_stories p {
    margin-bottom: 55px;
}
.news_stories p.date {
    font-weight: bold;
    font-style: italic;
    font-size: 0.9em;
    margin-bottom: 2px;
}
.news_stories a.btn {
    position: absolute;
    bottom: 0;
    left: 15px;
}
/* Pagination */
.pag .next {
            
}
    .pag .prev {
/*        float: left;    */
    }
    .pag .next {
        float: right;    
    }
/* End News Stories ************/ 


/*  Life */
.row-gallery {
/*    margin-bottom: 40px;*/
}
.gallery_item {
    position: relative;
}

.gallery_item h3 {
	font-size : 1.2em;
}

	/* fix 3 col layout issue */
	.width-overide {
	    width : 100%;
	    padding-bottom : 1em;
	}
	
	@media screen and (min-width: 480px) {
		.width-overide {
	    	width : 33.333%;
	    }
	    
        .gallery .preview .featured-image div{
            position: absolute; 
            bottom: 0;
            left: 0;
            background-color:rgba(66, 83, 99,0.8) !important;
         }
	}
	/* end 3 col fix */

	.width-overide img {
	    width : 100%;
	}

    .gallery .preview {
        display: none;
        transition: opacity 0.2s ease-in-out;
    }
        .gallery .preview img{
            width: 100%;
        }
            .gallery .preview .featured-image{
                position: relative;
            }
                .gallery .preview .featured-image div{
                    /*position: absolute; 
                    bottom: 0;
                    left: 0;*/
                    padding: 10px;
                    background-color: #1A5551;
                    background-color:rgba(26,85,81,1);
                }
                    .gallery .preview .featured-image div p{
                        color: #fff;
                        font-family: "museosans300","Helvetica Neue",Helvetica,Arial,sans-serif;
                        font-size: 1.3em;
                        line-height: 1.3em;
                    }
                        .gallery .preview .featured-image div p.date{
                            color: #69C342;
                            font-family: "museosans300","Helvetica Neue",Helvetica,Arial,sans-serif;
                            font-size: 1em;
                        }
    .gallery .active-item {
        display: block;
    }
    .gallery .thumb {
        cursor: pointer;
    }
.gallery_item img {
    margin-bottom: 20px;
}
.gallery_item p {
    
}
.gallery_item p.date {
    font-weight: bold;
    font-style: italic;
    font-size: 0.9em;
    margin-bottom: 2px;
}     
.stl-event h2 {
    font-size: 1.3em;
    color: #69C342;
    font-family: 'museosans700',"Helvetica Neue",Helvetica,Arial,sans-serif;
    }  
.stl-event .event{
        background: #fff;
        border-radius: 5px;
        color: #425363;
        padding: 15px 15px 10px;
        margin-bottom: 20px;
        font-size: 0.9em;
        position: relative;
    }
        .stl-event .event a{
            color: #63CBFB;
            font-weight: bold;
        }
        .stl-event .event img{
            display: block;
            max-width: 100%;
            height: auto;
        }
        .stl-event .event p.date {
            font-weight: bold;
            margin: 10px 30px 0 0;
        }
        .stl-event .event p {
            margin-right: 30px;
        }
        .stl-event .event h1 {
            color: #1D796D;
            font-weight: bold;
            font-family: 'museosans300',"Helvetica Neue",Helvetica,Arial,sans-serif;
            font-size: 1.4em;
            margin-top: 15px;
        }

/*  life _ Video */

.videoWrapper {
	position: relative;
	padding-bottom: 53%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	border : none;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border : none;
}

.right-col-spacer {
	padding-top : 60px;
}
	.right-col-spacer .btn {
		width : 100%;
	}


/* Roles */
.roles {
    position: relative;
    padding-bottom: 10px;
}
.roles h1 {
    font-family: "museosans300","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #0D7C6F;
    font-size: 1.8em;
    margin-top: 15px;
    margin-bottom: 18px;
    line-height: 1.2em;
}
    .roles h1 a{
        color: #69C342;
    }
        .roles h1 a:hover{
            text-decoration: none;
        }
.news_stories p {
    
}

.news_stories a.btn {
    position: absolute;
    bottom: 0;
    left: 15px;
}

/* End Roles ************/ 

/* Tooltips */
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
  margin-top: 68px;
}
.tooltip-inner {
    background: #C72060;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #C72060;
}


/* End Tooltips ************/ 

/* CQC Widget */
#CQCWidget-1-123765456-1 {
    margin-left: 0 !important;
}

/* Isotope Styles */

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */



/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}

.main-news .featured-image  {
    height: auto;
    overflow: hidden;
}

.main-news .featured-image img {
    width: 100%;
    height: auto;
}

.main-news .main-article .featured-image {
    height: auto;
}

.main-news p {
    margin-bottom: 5px;
}

.main-news .news_stories,
.main-news .row-news {
    padding-bottom: 15px;
    position: relative;
}

.main-news .main-article .news_stories h1 {
    font-size: 32px;
}

.main-news .main-article .news_stories p {
    font-size: 18px;
}

.main-news .news_stories .date {
    font-style: normal;
    font-weight: normal;
    font-family: museosans700;
}

.main-news .news_stories {
    padding-bottom: 0;
    position: static;
}

.news_stories a.btn-regular {    
    padding: 5px 10px;
    /*background-color: transparent;
    color: #69C342;
    padding: 10px 0 0;*/
    position: static;
    bottom: 30px;
    left: auto;
    margin: 10px 0 20px;
    text-align: left;
    font-family: "museosans700","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.main-article, .main-list {
    z-index: 10;
    float: left;
}

.main-news .row-news {
    border: none;
    margin-bottom: 0;
}

.main-news .row-news .news_stories {
    margin-bottom: 20px;
}

.main-news .row-news .news_stories::after {
    content: "";
    display: block;
    border-bottom: 3px solid #EBEAE6;
    position: relative;
    bottom: 0;
    width: 100%;
}

.main-news .pag {
    font-size: 22px;
    padding: 10px 0 0;
    margin: 0 5px 5px;
}

.main-news .pag .col-xs-12 {
    padding: 0;
}

.main-news .pag .page-numbers,
.main-news .pag .next {
    text-transform: uppercase;
    font-size: 18px;
    font-family: "museosans700","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.main-news .pag .prev {
    margin-right: 10px;
}

.main-news .pag .next {
    position: relative;
    top: 5px;
}

.dropdown-menu .children,
.dropdown-menu .children li {
    padding: 0;
    list-style-type: none;
}

.dropdown-menu .children {
    padding: 5px 0;
}

.dropdown-menu .children li {
    margin-bottom: 5px;
}

.dropdown-menu .children a {
    color: #3E5466;
    padding: 5px 10px 5px 45px;
    background: transparent url(../img/list-item.png) no-repeat 28px center;
}

.dropdown-menu .children a:hover {
    color: #69C342;
    text-decoration: none;
}

.main-panel a.download-brochure[href$=".pdf"] {
    background-color: transparent;
    color: #69C342;
    padding-left: 140px;
    padding-top: 48px;
    padding-bottom: 60px;
    margin-top: 25px;
}

.main-panel a.download-brochure[href$=".pdf"]:before {
    width: 102px;
    height: 145px;
    background-image: url(../img/brochure-2.jpg);
}


 .blog-content {
    position: relative;
    margin: -30px 0 -31px;
    background: url(../img/blog-bg.png) repeat;
    z-index: 10;
 }

.blog-header {
    padding: 45px 0 25px;
}

.blog-header h1 {
    position: relative;
    left: -3px;
    margin: -5px 0 0;
    font-size: 42px;
    font-family: "museosans300","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.blog-header h1 a {
    color: #3E5466;
}

.blog-header h1 a:hover,
.blog-header h1 a:active {
    text-decoration: none;
}

.blog-list form,
.blog-list p {
    background-color: rgba(0,0,0,0.1);
    background-color: #E7E6E4;
    position: relative;
    height: 40px;
    border-radius: 2px;
}

.blog-list button {
    position: absolute;
    right: 8px;
    border: none;
    background-color: transparent;
    top: 50%;
    margin-top: -10px;
}

.blog-list button img {
    display: block;
}

.blog-list input {
    width: 100%;
    border: none;
    background-color: transparent;
    text-transform: uppercase;
}

.blog-list input[type=text],
.blog-list input[type=search],
.blog-list p {
    font-size: 16px;
    text-transform: uppercase;
    color: #425363;
}

.blog-list input[type=text],
.blog-list input[type=search] {
    padding: 10px 15px 8px;
}

.blog-list ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #425363;
}

.blog-list input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #425363;
   opacity:  1;
}

.blog-list input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #425363;
   opacity: 1;
}

.blog-list input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #425363;
}

.blog-list input:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #425363;
}

.blog-list p {
    padding: 9px 15px;
    cursor: pointer;
}

.blog-list p:after {
    content: "";
    width: 16px;
    height: 10px;
    position: absolute;
    right: 14px;
    top: 50%;
    margin-top: -4px;
    background-image: url(../img/select.png);
    background-repeat:  no-repeat;
    background-position: center right;
}

.blog-list ul {
    position: absolute;
    display: none;
    top: 40px;
    left: 15px;
    right: 15px;
    background-color: rgba(0,0,0,0.1);
    background-color: #E7E6E4;
    padding: 10px 0;
    z-index: 30;
    font-size: 14px;
}

.blog-list ul,
.blog-list li {
    list-style-type: none;
}

.blog-list a {
    color: #425363;
    display: block;
    padding: 1px 15px;
}

.blog-stories {
    color: #707B87;
/*    float: left;
    width: 100%;*/
    padding: 0;
}

.blog-stories::after {
    content: '';
    display: block;
    clear: both;
}

.blog-story h1,
.blog-story h1 a,
.blog-stories h1,
.blog-stories h1 a {
    color: #37434F;
}

.blog-stories h1 a:hover {
    text-decoration: none;
    border-bottom: 2px solid;
}

.blog-story {
    margin: 0;
    position: relative;
}

.blog-story h1 {
    font-size: 42px;
    font-family: "museosans300","Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

.blog-featured-image {
    position: relative;
    margin: 0 0 45px;
    overflow: hidden;
}

.blog-featured-image .featured-image {
    position: relative;
}

.blog-featured-image .featured-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 54%, rgba(0,0,0,0.4) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 54%,rgba(0,0,0,0.4) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 54%,rgba(0,0,0,0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */ 
}

.blog-featured-image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 2px;
}

.blog-featured-content h1 {
    position: absolute;
    bottom: 30px;
    right: 0;
    left: 292px;
    left: 25.64%;
    color: #FFFFFF;
    max-width: 621px;
}

.blog-featured-content .date {
    position: absolute;
    left: 30px;
    bottom: 30px;
    color: #fff;
    font-size: 20px;
    opacity: 0.8;
    margin: 0;
}

.blog-story-tags,
.blog-story-content,
.blog-story-share {
    float: left;
    margin-bottom: 80px;
}

.blog-story-tags {
    width: 292px;
    width: 25.64%;
    padding-right: 40px;
}

.blog-story-tags .date,
.blog-story-content .date {
    color: #7B868F;
    font-size: 20px;
}

.blog-story-tags .date {
    margin-bottom: 50px;
}

.blog-story-content .date {
    display: none;
    margin-bottom: 10px;
}

.blog-story-content {
    width: 672px;
    width: 58.9%;
    padding-right: 52px;
    border-right: 2px solid #D8D8D8;
}

.blog-story-share {
    position: absolute;
    right: 0;
    width: 176px;
    width: 15.46%;
    padding-left: 35px;
}

.blog-story-content div.content {
    margin: 0;
    max-width: 620px;
    font-size: 19px;
    line-height: 1.4;
    color: #6D757D;
}

.blog-story-content .main-panel > h1 {
    margin: -2px 0 30px;
}

.blog-story-content .content p,
.blog-story-content .content ul,
.blog-story-content .content ol,
.blog-story-content .content table {
    margin-bottom: 20px;
}

.comments-area {
    padding: 20px 0 0;
    max-width: 600px;
}

.comments-form {
    max-width: 600px;
    width: 100%;
    float: left;
    clear: both;
}

.comments-form h3 {
    margin-bottom: 30px;
}

.comments-form .logged-in-as {
    font-size: 16px;
}

.comments-form label {
    display: none;
}

.comments-form input[type=text],
.comments-form input[type=email],
.comments-form textarea {
    display: block;
    width: 100%;
    font-size: 18px;
    padding: 10px 15px;
    border: 2px solid transparent;
    border-radius: 2px;
    color: #6D757D;
}

.comments-form input::-webkit-input-placeholder,
.comments-form textarea::-webkit-input-placeholder {
    color: #6D757D;   
}

.comments-form input:-moz-placeholder,
.comments-form textarea:-moz-placeholder {
    color: #6D757D;
    opacity: 1;
}

.comments-form input::-moz-placeholder,
.comments-form textarea::-moz-placeholder {
    color: #6D757D;
    opacity: 1;
}

.comments-form input:-ms-input-placeholder,
.comments-form textarea:-ms-input-placeholder {
    color: #6D757D;
}

.comments-form input:placeholder-shown,
.comments-form textarea:placeholder-shown {
    color: #6D757D;
}

.comments-form input[type=text]:focus,
.comments-form input[type=email]:focus,
.comments-form textarea:focus {
    border-color: #AEDD9B;
    outline: none;
}

.comments-form .field .input-name,
.comments-form .field .input-email {
    width: 48%;
    float: left;
}

.comments-form .field .input-name {
    margin-right: 2%;
}

.comments-form .field .input-email {
    margin-left: 2%;
}

.comments-form .field,
.comments-form textarea {
    float: left;
    width: 100%;
    display: block;
    margin-bottom: 30px;
}

.comments-form textarea {
    min-height: 220px;
}

.comments-form input[type=submit] {
    float: right;
    border: none;
    background: #5ABB33;
    color: #FFF;
    border-radius: 4px;
    font-size: 18px;
    font-family: 'museosans700',"Helvetica Neue",Helvetica,Arial,sans-serif;
    padding: 13px 50px;
    text-transform: uppercase;
}

.comments-form input[type=submit]:hover {
    background-color: #489629;
}

.comments-area h3 {
    margin-bottom: 30px;
}

.comment {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}

.comment .reply {
    display: none;  
}

.comment-awaiting-moderation {
    font-style: normal;
    text-transform: uppercase;
    float: right;
}

.comment-content {
    width: 100%;
    background-color: #E7E6E4;
    padding: 30px;
    margin: 0 0 30px;
    border-radius: 4px;
    font-size: 16px;
    color: #707B87;
    position: relative;
}

.comment-content::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 21px 23.5px 0 23.5px;
    border-color: #E7E6E4 transparent transparent transparent;
}

.comment-author {
    margin-left: 28px;
    position: relative;
}

.comment-author a {
    float: left;
    color: #707B87;
    line-height: 1.2;
}

.comment-author .url {
    color: #5ABB33;
    position: absolute;
    left: 0;
    margin: 22px 0 0 70px;
}

.comment-author a:hover {
    text-decoration: none;
}

.comment-author a p {
    margin: 0;
    padding: 0;
}

.comment-author img {
    display: block;
    border-radius: 50px;
    float: left;
    margin: 0 20px 0 0;
}

.comment-author cite {
    color: #5ABB33;
}

.blog-link {
    font-family: "museosans300","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
    margin-left: 10px;
    padding-left: 25px;
    background: transparent url(../img/blog.png) no-repeat 0 2px;
}

.blog-story-content h2,
.blog-story-content h3 {
    font-size: 36px;
    font-family: "museosans300","Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

.blog-story-content .content strong,
.blog-story-content .content b {
    font-weight: normal;
    color: #37434F;
    font-family: "museosans700","Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

.blog-story-content .content a {
    display: inline;
    background-color: transparent;
    box-shadow: none;
    color: #5ABB33;
    text-decoration: underline;
    font-size: 19px;
    padding: 0;
    border-radius: 0;
}

.blog-story-share ul,
.blog-story-share li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.blog-story-share ul {
    font-size: 16px;
}

.blog-story-share li {
    padding: 10px 0;
}

.blog-story-share img {
    display: inline-block;
    margin-right: 20px;
    position: relative;
    top: -2px;
}

.blog-story-share a {
    display: block;
    color: #6D757D;
}

.blog-story-share a:hover {
    text-decoration: none;
    color: #37434F;
}

.blog-story-tags h2,
.blog-story-share h2 {
    font-size: 18px;
    margin: 0 0 15px;
}

.blog-story-tags ul,
.blog-story-tags li,
.blog-story-tags a {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline-block;
}

.blog-story-tags li {
    margin: 0 2px 7px;
}

.blog-story-tags a {
    padding: 1px 8px;
    border-radius: 16px;
    background-color: #5ABB33;
    color: #FFF;
}

.blog-story-tags a:hover {
    text-decoration: none;
    background-color: #489629;
}

.blog-stories h1 {
    margin: 0 0 15px;
    font-size: 20px;
    line-height: 1.2;
    font-family: "museosans500","Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

.blog-stories p {
    font-size: 15px;
}

.blog-stories .date {
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    margin-bottom: 5px;
}

.row.blog-stories-cont {
    margin: 0 -16px 0;
}

.blog-story-1 {
    width: 100%;
    margin: 0;
    background: transparent url(../img/blog-story.png) repeat-x top left;
    padding-top: 50px;
    margin-top: 10px;
}

.blog-story-1 .main-container {
    margin-top: 0;
}

.blog-post {
    float: left;
    padding: 0 15px;
    margin-bottom: 35px;
}

.blog-post img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 20px;
}

.blog-post,
.blog-post-size {
    width: 25%;
}

.blog-post-featured {
    width: 50%;
}

.blog-post-content {
    border-top: 2px solid #CCC;
    padding-top: 35px;
}

.blog-post:nth-child(1) .blog-post-content,
.blog-post:nth-child(2) .blog-post-content,
.blog-post:nth-child(3) .blog-post-content,
.blog-post:nth-child(4) .blog-post-content {
    border-top: none;
    padding-top: 0;
}

.pagination-cont {
    padding-bottom: 20px;
}

.pagination-container {
    clear: both;
    position: relative;
    margin: 40px 0 0;
    border-top: 3px solid rgba(0,0,0,0.1);
}

.blog-stories .blog-post-featured h1 {
    font-size: 33px;
}

.blog-stories .blog-post-featured p {
    font-size: 18px;
}

.blog-stories .blog-post-featured .date {
    font-size: 14px;
}

.blog-stories .blog-post-featured .continue {
    font-size: 15px;
}

.blog-stories .pagination {
    clear: both;
    width: 100%;
}

.blog-stories .continue {
    display: block;
    margin-top: 25px;
    font-family: 'museosans700',"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.pagination-stories {
  position: relative;
  text-align: center;
  padding: 50px 0 40px; }
  .pagination-stories .pages {
    display: inline-block;
    padding: 0 70px;
    font-size: 2.2rem;
    color: #707B87; }
    .pagination-stories .pages > a,
    .pagination-stories .pages > span {
      margin: 0 5px; }
    .pagination-stories .pages a {
      color: #69C342; }
      .pagination-stories .pages a:hover {
        color: #4DA12B; text-decoration: none; }
  .pagination-stories .prev,
  .pagination-stories .next {
    position: absolute;
    color: #707B87;
    top: 50%;
    margin-top: -12px; text-transform: uppercase; }
    .pagination-stories .prev a,
    .pagination-stories .prev span,
    .pagination-stories .next a,
    .pagination-stories .next span {
      font-size: 1.5rem;
      /*text-indent: -9000px;*/
      display: block; }
      .pagination-stories .prev a::before,
      .pagination-stories .prev span::before,
      .pagination-stories .next a::before,
      .pagination-stories .next span::before {
        content: "";
        position: absolute;
        top: -8px;
        width: 21px;
        height: 38px;
        background: url(../img/prevnext.png) no-repeat 0 0; }
    .pagination-stories .prev a,
    .pagination-stories .next a {
      color: #465767;
      -moz-transition: none;
      -webkit-transition: none;
      -o-transition: color 0 ease-in;
      transition: none; }
      .pagination-stories .prev a:hover,
      .pagination-stories .next a:hover {
        color: #465767; text-decoration: none; }
      .pagination-stories .prev a span::before,
      .pagination-stories .next a span::before {
        background-image: none; }
  .pagination-stories .prev {
    left: 0; }
    .pagination-stories .prev a,
    .pagination-stories .prev span {
      padding-left: 40px; }
      .pagination-stories .prev a::before,
      .pagination-stories .prev span::before {
        left: 0; }
      .pagination-stories .prev a::before {
        background-position: 0 0; }
      .pagination-stories .prev a:hover::before {
        background-position: 0 -76px; }
      .pagination-stories .prev span::before {
        background-position: 0 -38px; }
  .pagination-stories .next {
    right: 0; }
    .pagination-stories .next a,
    .pagination-stories .next span {
      padding-right: 40px; }
      .pagination-stories .next a span,
      .pagination-stories .prev a span {
        padding: 0;
      }
      .pagination-stories .next a::before,
      .pagination-stories .next span::before {
        right: 0; }
      .pagination-stories .next a::before {
        background-position: -21px 0; }
      .pagination-stories .next a:hover::before {
        background-position: -21px -76px; }
      .pagination-stories .next span::before {
        background-position: -21px -38px; }


@media screen and (min-width: 0) and (max-width: 1199px) {
    
    .blog-header {
        padding: 30px 0 15px;
    }

    .blog-post img {
        margin: 0 0 15px;
    }

    .blog-stories .blog-post-featured h1 {
        font-size: 30px;
    }

    .blog-stories .blog-post-featured p {
        font-size: 18px;
    }

    .pagination-stories {
        padding: 40px 0 30px;
    }

    .blog-story-share ul {
        font-size: 16px;
    }

    .blog-story-share li {
        padding: 10px 0;
    }

    .blog-story-share img {
        margin-right: 10px;
    }

    .blog-story-share a {
        display: inline-block;
    }

}

@media screen and (min-width: 0) and (max-width: 991px) {
    .blog-header {
        padding: 30px 0 15px;
    }

    .blog-post,
    .blog-post-size {
        width: 50%;
    }

    .blog-post img {
        margin: 0 0 15px;
    }

    .blog-post {
        margin-bottom: 20px;
    }

    .blog-post-content {
        padding-top: 25px;
    }

    .blog-post:nth-child(4) .blog-post-content {
        border-top: 2px solid #CCC;
        padding-top: 25px;
    }

    .pagination-stories {
        padding: 30px 0 20px;
    }

    .blog-featured-image {
        margin-bottom: 20px;
    }

    .blog-featured-content h1,
    .blog-featured-content .date {
        position: static;
    }

    .blog-featured-content h1 {
        color: #37434F;
        max-width: none;
        margin-top: 0;
    }

    .blog-featured-content .date {
        font-size: 20px;
        margin-top: 5px;
        color: #7B868F;
        opacity: 1;
    }

    .blog-story-1 {
        padding-top: 20px;
        margin-top: 0;
    }

    .blog-story-tags,
    .blog-story-content,
    .blog-story-share {
        /*margin-bottom: 80px;*/
    }

    .blog-story-tags,
    .blog-story-share {
        width: 100%;
        padding: 0;
        margin-bottom: 0;
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }

    .blog-story-tags h2,
    .blog-story-share h2 {
        min-width: 75px;
    }

    .blog-story-share h2 {
        padding: 12px 0;
        margin-bottom: 0;
    }

    .blog-story-tags h2 {
        display: inline-block;
        position: relative;
        top: 2px;
        margin-right: 5px;
    }

    .blog-story-content {
        width: 100%;
        padding-right: 0;
        border: none;
        margin-bottom: 50px;
    }

    .blog-story-share {
        position: static;
        margin-bottom: 20px;
    }

    .blog-story-share h2,
    .blog-story-share ul,
    .blog-story-share li,
    .blog-story-share img,
    .blog-story-share a {
        display: inline-block;
    }

    .blog-story-share li {
        padding: 8px 0;
        margin-right: 15px;
    }

    .blog-story-share img {
        margin-right: 8px;
    }

    .blog-story-tags .date {
        display: none;
    }

    .blog-story-content .date {
        display: block;
    }

    .blog-story-content div.content {
        max-width: none;
    }

    .comments-area, .comments-form {
        max-width: none;
    }

}

@media screen and (min-width: 0) and (max-width: 767px) {
    .blog-header {
        padding: 20px 0 0;
    }

    .blog-header h1 {
        margin-bottom: 10px;
    }

    .blog-list {
        margin-bottom: 15px;
    }

    .blog-list p {
        margin: 0;
    }    

    .blog-list ul {
        position: static;
        font-size: 15px;
    }

    .blog-list a {
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .blog-post,
    .blog-post-size,
    .blog-post-featured {
        width: 100%;
    }

    .blog-stories h1 {
        margin-bottom: 10px;
    }

    .blog-stories .continue {
        margin-top: 10px;    
    }

    .blog-post-content {
        padding-top: 25px;
    }

    .blog-post {
        margin-bottom: 20px;
    }

    .blog-post:nth-child(3) .blog-post-content {
        border-top: 2px solid #CCC;
        padding-top: 25px;
    }



    .blog-story-content .content p,
    .blog-story-content .content ul,
    .blog-story-content .content ol,
    .blog-story-content .content table {
        margin-bottom: 15px;
    }

    .comments-form .field {
        margin-bottom: 0;
    }

    .comments-form .field .input-name,
    .comments-form .field .input-email {
        width: 100%;
        margin: 0 0 20px;
    }

    .pagination-container {
        margin-top: 10px;
    }

    .pagination-stories .prev a,
    .pagination-stories .prev span,
    .pagination-stories .next a,
    .pagination-stories .next span {
        text-indent: -9000px;
        display: block;
    }
}

@media screen and (min-width: 0) and (max-width: 500px) {
    .blog-header h1,
    .blog-story h1 {
        font-size: 36px;
    }

    .blog-story-content h3 {
        font-size: 30px;
        margin-top: 10px;
    }

    .blog-story-content .main-panel > h1 {
        margin-bottom: 15px;
    }

    .blog-story-content div.content {
        font-size: 16px;
        line-height: 1.4;
    }
}

/*font-size: 36px;*/

.aside-download-brochure a {
    background: #5BB6B3 url(../img/aside-brochure.png) no-repeat bottom right;
    border-radius: 5px;
    display: block;
    padding: 20px;
    font-size: 28px;
    line-height: 1.1;
    color: #FFF;
}

.aside-download-brochure a:hover {
    background-color: #53A6A3;
    text-decoration: none;
}

.aside-download-brochure span {
    display: block;
    color: #405563;
    font-size: 18px;
    max-width: 70%;
    line-height: 1.2;
    margin-top: 10px;
}

@media screen and (min-width: 0) and (max-width: 500px){
    .aside-download-brochure a {
        padding: 10px;
    }
    .aside-download-brochure span {
        max-width: 100%;
        margin-top: 5px;
    }
}

.home-news-alt {
    padding: 0;
}

.home-logos {
    clear: both;
    padding-top: 40px;
}

.home-logos a {
    display: inline-block;
    margin-right: 21px;
}

.home-logos a:last-child {
    margin-left: 0;
}

@media screen and (min-width: 0) and (max-width: 768px){
    .home-logos {
        padding-top: 20px;
        text-align: left;
    }

    .home-logos a {
        margin-bottom: 20px;
        margin-right: 15px;
    }
}

@media screen and (min-width: 0) and (max-width: 500px){
    .home-logos img {
        width: 80%;
    }
}
/* Slider **/
#slideshow { 
    margin: 0;
    position: relative; 
    width: 262px; 
    height: 177px; 
    padding: 0px; 
}

#slideshow > div { 
    position: absolute; 
    top: 0px; 
    left: 0px; 
    right: 0px; 
    bottom: 0px; 
}


/** *****************************/
/** DC16.452                   **/
/** *****************************/

.download-list {
    padding: 0;
    margin: 10px 0;
    list-style-type: none;
}
.main-panel a.download-link {
    background: none;
    background-color: transparent;
    padding-left: 0;
    width: 100%;
    text-align: left;
    color: #69C342;
    white-space: normal !important;
    height: auto;
    box-shadow: none;
    border-bottom: 1px solid #eaeaea;
    margin: 0;
    padding: 0;
}
.main-panel a.download-link:before {
    display: none;
}
a.download-link img {
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom:0;
    float: left;
    border:1px solid #eaeaea;
    
}
a.download-link img.placeholder {
    border: 0;
    margin-top: 0;
} 
a.download-link span{
    max-width: 70%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
      -ms-transform: translateY(-50%); /* IE 9 */
          transform: translateY(-50%);
}

@media screen and (max-width: 460px) {
    a.download-link span {
        max-width: 60%;
    }
}

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  position: absolute;
  overflow: hidden;
  width: 80%;
  height: 80%;
  left: 10%;
  top: 10%;
  border-bottom: 2px solid #FFF;
  border-top: 2px solid #FFF;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0,1);
  -ms-transform: scale(0,1);
  transform: scale(0,1);
}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  cursor:pointer;
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.hovereffect:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
  filter: brightness(0.6);
  -webkit-filter: brightness(0.6);
}

.hovereffect h2 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 25px;
  font-family:Verdana;
  background-color: transparent;
  color: #FeFeFe;
  padding: 2em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,-100%,0);
  transform: translate3d(0,-100%,0);
}

.hovereffect a, .hovereffect p {
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
}

.hovereffect:hover a, .hovereffect:hover p, .hovereffect:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.font_size16{
	font-size:16px;
}

.font_size20{
	font-size:20px;
}

.font_size17{
	font-size:17px;
}

.font_size22{
	font-size:22px;
}

.name-box{
	padding:10px;
	background:#d892ad;
	width:300px;
}

/*forms*/
input[type="text"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
textarea,
select,
.form-control {
    border: none;
    height: 38px;
    border: none;
    background-color: #ecedef;
    border-radius: 2px;
    color: #30355d;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 9px;
    padding-bottom: 9px;
    font-family: 'Kanit', sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

input[type="email"],
.form-control {
    border: none;
    height: 38px;
    border: none;
    background-color: #ecedef;
    border-radius: 2px;
    color: #30355d;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 9px;
    padding-bottom: 9px;
    font-family: 'Kanit', sans-serif;
    font-size: 12px;
    font-weight: 700;

}

textarea {
    height: auto;
}

/* select styling */
.form-control option {
    color: #323232;
    background-color: #ffffff;
}

.form-group {
    margin-bottom: 20px;
}

.form-control, .form-control:focus {
    box-shadow: none;
}

    .form-control.invalid {
        box-shadow: 0 0 0 2px #0E841C;
    }

    .form-control:focus {
        border-color: #aab9cd;
    }

    .form-control:-moz-placeholder {
        color: #aab9cd;
    }

    .form-control::-moz-placeholder {
        color: #aab9cd;
    }

    .form-control:-ms-input-placeholder {
        color: #aab9cd;
    }

    .form-control::-webkit-input-placeholder {
        color: #aab9cd;
    }

    .form-control:focus:-moz-placeholder {
        color: transparent;
    }

    .form-control:focus::-moz-placeholder {
        color: transparent;
    }

    .form-control:focus:-ms-input-placeholder {
        color: transparent;
    }

    .form-control:focus::-webkit-input-placeholder {
        color: transparent;
    }

/*icons for forms */
form label + [class*="icon2-"] {
    position: absolute;
    font-size: 24px;
    color: #aab9cd;
    left: 10px;
    top: 19px;
}

    form label + [class*="icon2-"] + .form-control {
        padding-left: 50px;
    }

label {
    font-weight: normal;
}

.form-control + [class*="icon2-"] {
    position: absolute;
    font-size: 24px;
    left: 20px;
    top: 50%;
    color: #0E841C;
}
.section_padding_145  {
    padding-top: 75px;
    text-align:center
}
.contact-img{
	margin-top:25px;
}

.contact-form {
    position: relative;
    z-index: 3;
}

    .contact-form label[for] {
        display: none;
    }

    .contact-form textarea {
        max-height: 200px;
    }

    .contact-form.parallax {
        padding: 50px 50px 35px;
        background-image: url(../images/parallax/progress.jpg);
    }

.contact-form-respond {
    display: block;
    font-weight: 800;
}

    .contact-form-respond:before {
        font-family: 'rt-icons-2';
        content: "\e71a";
        padding-right: 10px;
    }

.contact-form p {
    margin-bottom: 10px;
    position: relative;
}

.contact-form-submit .theme_button {
    margin-right: 6px;
}

.contact-form.transparent-background .form-control {
    background-color: transparent;
}

.contact-email {
    font-size: 40px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .contact-email {
        font-size: 20px;
        margin-bottom: 6px;
    }

    .contact-form.parallax {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 40px;
    }
}

.theme_button {
		font-family: 'Kanit', sans-serif;
		font-size: 12px;
		font-weight: 700;
		text-transform: uppercase;
		padding: 11px 30px;
		margin-bottom: 4px;
		line-height: 1;
		display: inline-block;
		min-width: 8.5em;
		text-align: center;
		color: #ffffff;
		border: 2px solid #323232;
		background-color: #323232;
		border-radius: 19px;
		position: relative;
		-webkit-transition: all 0.4s linear 0s;
		transition: all 0.4s linear 0s;
	}

    .theme_button.color1 {
        background-color: #0E841C;
        border-color: #0E841C;
    }
	
.black{
	color:#425363;
}

h3 + hr{
	margin-top: 6px;
}
hr{
	width: 90px;
    height: 2px;
    border: none;
    color: #1e283a;
    background: #1e283a;
}

.color-bg{
	background-color:transparent;
}

.topmargin40{
	margin-top:40px;
}
.padding_img{
	margin-top:35px;
}