/* ============== FONTS ============== */
@font-face {
    font-family: 'aaux_bd';
    src: url('../fonts/aaux_pro_bd_osf-webfont.eot');
    src: url('../fonts/aaux_pro_bd_osf-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/aaux_pro_bd_osf-webfont.woff') format('woff'),
    url('../fonts/aaux_pro_bd_osf-webfont.ttf') format('truetype'),
    url('../fonts/aaux_pro_bd_osf-webfont.svg#webfont') format('svg');
}

@font-face {
    font-family: 'aaux_rg';
    src: url('../fonts/aaux_pro_rg_osf-webfont.eot');
    src: url('../fonts/aaux_pro_rg_osf-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/aaux_pro_rg_osf-webfont.woff') format('woff'),
    url('../fonts/aaux_pro_rg_osf-webfont.ttf') format('truetype'),
    url('../fonts/aaux_pro_rg_osf-webfont.svg#webfont') format('svg');
}

@font-face {
    font-family: 'aaux_th';
    src: url('../fonts/aaux_pro_th.eot');
    src: url('../fonts/aaux_pro_th.eot?#iefix') format('embedded-opentype'),
    url('../fonts/aaux_pro_th.woff') format('woff'),
    url('../fonts/aaux_pro_th.ttf') format('truetype'),
    url('../fonts/aaux_pro_th.svg#webfont') format('svg');
}
/* ============== FONTS ============== */

/* ============== RESET ============== */
html,body {
    height:100%;
}

body {
    line-height:23px;
    font-family:'aaux_rg',sans-serif;
    font-size:14px;
    color:#000000;
    padding: 0px;
    position: relative;
    /*-webkit-font-smoothing: antialiased;*/
}

ol,ul {
    margin-bottom: 20px;
}

table {
    border-collapse:collapse;
    border-spacing:0
}

a:active,a:focus {
    outline:none
}

:focus {
    outline:none
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
input:-webkit-autofill:visited
{
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

hr {
    margin-top: 0px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #f1f1f1;
}

.btn:focus, .btn:active {
    outline: none !important;
}
/* ============== / RESET ============== */
/* ============== STANDARD SETTINGS ============== */
* {
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box
}

h1,h2,h3,h4,h5,h6 {
    margin:0 0 20px;
    color: #019875;
    text-transform: uppercase;
}

a {
    text-decoration:none;
    color: #019875;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
}

button {
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
}

a:hover, a:focus {
    color: #000;
}

p {
    margin:0 0 20px
}

strong, b, .bold {
    font-family:'aaux_bd',sans-serif;
}

/* ============== / STANDARD SETTINGS ============== */

/* ============== CONTAINERS ============== */
.container {
    max-width: 996px;
	min-width: 996px;
	position: relative;
}

.container-full-width {
	width: 100%;
	min-width: 1280px;
	position: relative;
    padding-left: 0px;
    padding-right: 0px;
}

.container-inner {
    max-width: 900px;
	min-width: 900px;
	position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
	.container {
	    max-width: 100%;
		min-width: 100%;
	}

    .container-inner {
        padding-top: 30px;
        padding-bottom: 30px;
    }

	.container-full-width {
		width: 100%;
		min-width: 100%;
	}
}
/* ============== / CONTAINERS ============== */

/* ============== / HELPERS ============== */
.full-width-image {
    width: 100%;
}

.colour-green {
    color: #019875;
}

.colour-black {
    color: #000;
}

.colour-grey {
    color: #BFBFE0;
}

.uppercase {
    text-transform: uppercase;
}

.bg-grey {
    background: #e8e9eb;
}

.container-padding {
    padding-top: 60px;
    padding-bottom: 60px;
}

.icon-link-with-text:hover, .icon-link-with-text:focus, .icon-link-with-text:active {
    text-decoration: none;
}

.icon-link-with-text img {
    margin-right: 10px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-0 {
    margin-bottom: 0px !important;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}
/* ============== / HELPERS ============== */

/* ============== HEADER ============== */
.header {
	background: #019875;
	color: #fff;
	height: 77px;
}

.header .logo {
	margin: 20px 0px 0px;
	width: 128px;
}

.nav-header {
	list-style: none;
	font-size: 12px;
	float: right;
	text-transform: uppercase;
    letter-spacing: 1px;
}

.nav-header li {
	display: inline;
	float: left;
	position: relative;
}

.nav-header > li > a {
	color: #fff;
	display: inline-block;
	height: 77px;
	margin-bottom: -20px;
	min-width: 60px;
	text-align: center;
    padding: 26px 15px 0px;
}

.nav-header li a:hover {
	background: #0c1f2d;
	text-decoration: none;
}

.nav-header li a.active {
	background: #0c1f2d;
	text-decoration: none;
}

.nav-header ul {
	position: absolute;
	z-index: 9999;
	left: 0;
	top: 77px;
	background: #0c1f2d;
	padding-left: 0px;
	min-width: 240px;
	display: none;
}

.nav-header ul li {
	width: 100%;
}

.nav-header ul li a {
	background: #0c1f2d;
	color: #fff;
	padding-left: 15px;
    padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: left;
	font-size: 12px;
	display: inline-block;
	width: 100%;
}

.nav-header ul li a:hover, .nav-header ul li a:active {
	background: #123147;
}

.nav-header ul ul {
	background: #0c1f2d;
	position: absolute;
	z-index: 99;
	left: 100%;
	top: 0px;
}

.nav-header li a:hover ul {
	display: block !important;
}

.nav-header .fa-cog {
    font-size: 30px;
    margin-top: -4px;
}

.header-search {
    color: #000;
    padding: 8px 10px;
    width: 100%;
    font-size: 14px;
    border: none;
}

.hamburger {
	float: right;
	color: #fff;
	font-size: 30px;
	margin-top: 14px;
}

.nav-header .icon-home {
    width: 28px;
    position: relative;
    margin-top: -5px;
}

.nav-header .icon-login {
    width: 24px;
    position: relative;
    margin-top: -5px;
}

.hamburger:hover, .hamburger:active, .hamburger:focus {
	color: #fff;
}

.hamburger.active {
	color: #0c1f2d;
}

.mobile-menu {
	background: #0c1f2d;
	text-transform: uppercase;
    min-height: 800px !important;
}

.mobile-menu ul {
	font-size: 13px;
	list-style: none;
	padding-left: 0px;
}

.mobile-menu li {
	border-bottom: 1px solid #123147;
}

.mobile-menu li a {
	color: #fff;
	display: block;
	padding: 13px;
}

.mobile-menu li a:hover {
	text-decoration: none;
}

.mobile-menu .back {
	border-bottom: 1px solid #123147;
	display: block;
	padding: 13px;
	color: #fff;
	display: block;
	text-transform: uppercase;
}

.mobile-menu .back:hover {
	text-decoration: none;
}

@media screen and (max-width: 768px) {
	.header {
		height: 60px;
	}

	.header .logo {
		margin: 18px 0px;
		width: 80px;
	}
}

@media screen and (min-width: 768px) {
	.scotch-panel-wrapper {
		overflow: auto !important;
	}
}
/* ============== HEADER ============== */

/* ============== FOOTER ============== */
.footer {
    background: #0c1f2d;
    color: #fff;
    padding: 60px 0px;
}

.footer-bottom {
    background: #019875;
    color: #fff;
    min-height: 77px;
}

.footer .logo {
    margin: 0px 0px 20px;
    width: 128px;
}

.footer-icon-email {
    width: 28px;
    margin-right: 10px;
    position: relative;
    margin-top: -4px;
}

.footer a {
    color: #fff;
}

.footer a:hover {
    text-decoration: none;
}

.footer-widget {
    margin-bottom: 50px;
}

.wysija-submit {
    background: #bfbfbf;
    color: #000;
    border: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family:'aaux_bd',sans-serif;
    padding: 10px 40px;
}

.wysija-input {
    color: #000;
    width: 100%;
    padding: 10px;
    border: none;
}

.scrolltop img {
    width: 72px;
    margin-top: 180px;
}

.copyrigt-text {
    font-size: 12px;
    padding-top: 25px;
}

@media screen and (max-width: 768px) {
    .scrolltop img {
        width: 50px;
        margin-top: 0px;
    }
}
/* ============== FOOTER ============== */

/* ============== / CHANGE PASSWORD ============== */
.col-change-password {
    position: relative;
}

.hide-show-password-wrapper input {
    position: relative;
}

.hide-show-password-wrapper button {
    position: absolute;
    right: 25px;
    margin-top: -32px;
}

@media screen and (max-width: 768px) {
    .hide-show-password-wrapper button {
        width: 50px;
    }
}
/* ============== / CHANGE PASSWORD ============== */

/* ============== / BUTTONS/FORM ELEMENTS ============== */
.btn-green {
    color: #fff;
    background: #019875;
    border-color: #019875;
    border-radius: 0px;
    padding: 10px 40px;
    text-transform: uppercase;
}

.btn-green:hover,
.btn-green:active:hover,
.btn-green:active,
.btn-green:focus
.btn-green:active:focus {
    color: #fff !important;
    background: #bfbfbf;
    border-color: #bfbfbf;
}

.btn-green.focus, .btn-green:focus, .btn-green:hover {
    color: #fff;
    text-decoration: none;
}

.btn-blue {
    color: #fff;
    background: #0c1f2d;
    border-color: #0c1f2d;
    border-radius: 0px;
    padding: 10px 40px;
    text-transform: uppercase;
}

.btn-blue:hover,
.btn-blue:active:hover,
.btn-blue:active,
.btn-blue:focus
.btn-blue:active:focus {
    color: #fff !important;
    background: #bfbfbf;
    border-color: #bfbfbf;
}

.btn-blue.focus, .btn-blue:focus, .btn-blue:hover {
    color: #fff;
    text-decoration: none;
}

.elm-button {
	border: none !important;
	padding: 10px 30px;
	text-transform: uppercase;
	width: 160px;
	height: 45px;
    -webkit-transition: none;
    transition: none;
}

.elm-button:hover {
	background: #bfbfbf;
	color: #FFFFFF;
}

.elm-button:active, .elm-button:focus {
	background: #019875;
	color: #FFFFFF;
}

.round-button {
    display: inline-block;
}

.round-button img {
    margin-bottom: 24px;
}

.round-button:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.round-button-lg img {
    width: 150px;
}

.round-button-sm img {
    width: 100px;
}

.form-control {
    display: block;
    width: 100%;
    height: 42px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-control:focus {
    border-color: #019875;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.alert {
    border-radius: 0px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #0c1f2d;
    border-radius: 0px;
}

@media screen and (max-width: 768px) {
    .btn {
        width: 100%;
    }

    .round-button-sm img {
        width: 100%;
    }
}
/* ============== / BUTTONS/FORM ELEMENTS ============== */

/* ============== / HEROS ============== */
.hero {
    overflow: hidden;
    position: relative;
    text-align: center;
}

.hero .inner {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.hero .middle-wrap {
    display: table;
    width: 100%;
    height: 100%;
}

.hero .middle {
    display: table-cell;
    vertical-align: middle;
    padding: 20px;
    height: 100%;
    width: 100%;
    text-align: center;
}

.hero-lg {
    max-height: 560px;
}

.hero-sm {
    max-height: 350px;
}

.hero h1 {
    background: #0c1f2d;
    color: #fff;
    display: inline-block;
    max-width: 700px;
    text-align: center;
    clear: both;
    padding: 4px 20px;
    font-size: 30px;
    line-height: 44px;
    margin-bottom: 6px;
    letter-spacing: 1px;
}

.hero-home img {
    position: relative;
    margin-top: -100px;
}

.hero-about img {
    position: relative;
    margin-top: -200px;
}

.hero-docs img {
    position: relative;
    margin-top: -400px;
}

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

    .hero h1 {
        background: #0c1f2d;
        color: #fff;
        display: inline-block;
        max-width: 600px;
        text-align: center;
        clear: both;
        padding: 4px 20px;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 6px;
        letter-spacing: 1px;
    }

    .hero-sm {
        height: auto;
    }

    .hero-home img {
        position: relative;
        margin-top: 0px;
    }

    .hero-about img {
        position: relative;
        margin-top: 0px;
    }

    .hero-docs img {
        position: relative;
        margin-top: -0px;
    }

}
/* ============== / HEROS ============== */

/* ============== / BLOG ============== */
.blog-item {
    padding-bottom: 30px;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 30px;
}

.blog-item.first {
    border-top: none;
    padding-top: 0px;
}

.blog-item h3 {
    margin-bottom: 10px;
}

.blog-title, .blog-title:hover {
    color: #000;
}

.blog-image {
    position: relative;
    margin-bottom: 20px;
}

.blog-image:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #019875;
    opacity: 0.3;
    z-index: 99;
}

.blog-sidebar h1 {
    font-size: 16px;
    letter-spacing: 1px;
}

.sidebar-blog-item {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f1f1f1;
}

.sidebar-blog-item .title {
    margin-bottom: 10px;
    font-size: 18px;
}

.sidebar-blog-item .read-more {
    background: #019875;
    color: #fff;
    padding: 3px 10px;
}

.sidebar-blog-item .read-more:hover, .sidebar-blog-item .read-more:focus {
    text-decoration: none;
    background: #bfbfbf;
}

.load-more-wrapper {
    border-top: 1px solid #f1f1f1;
    padding-top: 30px;
}

.asset-img-link {
    float: none !important;
}

.asset-img-link img {
    display: block;
    margin-bottom: 15px !important;
}

.blog-sponsers-slider-wrap {
    background: #e8e9eb;
    padding-top: 30px;
    padding-bottom: 30px;
}

.commentlist {
    padding-left: 20px;
}

.commentlist li {
    padding-bottom: 20px;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 20px;
}

.comment-author .avatar {
    display: none;
}

.comment-meta {
    margin-bottom: 10px;
}

.blog-sidebar .sidebar-widget a {
    text-transform: uppercase;
    border: 1px solid #000;
    color: #000;
    padding: 6px 10px;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 5px;
}

.blog-sidebar .sidebar-widget a:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .blog-item .btn {
        width: 100%;
    }
}
/* ============== / BLOG ============== */

/* ============== / EDITORIAL BOARD ============== */
.flag {
    width: 150px;
    border: 1px solid #f1f1f1;
}

.flags-row {
    margin-bottom: 40px;
    font-size: 12px;
}

.flag-switzerland {
    width: 90px;
}

.flags-wrap {
    padding-top: 30px;
}

@media screen and (max-width: 768px) {
    .flags-wrap {
        padding-top: 0px;
    }

    .flag {
        width: 100%;
        border: 1px solid #f1f1f1;
    }

    .flags-row {
        margin-bottom: 0px;
    }

    .flag-row {
        margin-bottom: 20px;
    }
}
/* ============== / EDITORIAL BOARD ============== */

/* ============== / SPONSORS ============== */
.sponsor-items {
    margin-top: 90px;
    padding-left: 15px;
    padding-right: 15px;
}

.sponsor-item {
    margin-bottom: 0px;
    padding: 1px;
}

.sponsors-text-wrap {
    padding-top: 30px;
}

@media screen and (max-width: 768px) {
    .sponsor-items {
        margin-top: 30px;
    }
}
/* ============== / SPONSORS ============== */

/* ============== / MEMBER ITEM ============== */
.member-items {
    padding-top: 30px;
}

.member-item {
    margin-bottom: 60px;
    text-align: center;
}

.member-position {
    background: #e8e9eb;
    font-size: 16px;
    display: block;
    margin-bottom: 15px;
    padding: 20px;
    text-transform: uppercase;
	height:60px;
}

.member-image {
    margin-bottom: 15px;
}

.member-image img {
filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
}

.member-image img:hover {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    -webkit-filter: grayscale(0%);
}

.member-name {
    color: #019875;
    font-size: 14px;
}

.member-occupational-qualification {
    margin-bottom: 15px;
}

.member-item .btn {
    width: 100%;
}

.member-info-titles {
    line-height: 30px;
}

.member-info-text {
    line-height: 30px;
}

.member-firm{
	height:50px
}

.members-title-wrap {
    text-align: center;
}

.members-title-wrap h2 {
    margin-bottom: 60px;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 12px;
}

table a {
    color: #000;
}

.BoA{
	margin-top: 30px;
}
/* ============== / MEMBER ITEM ============== */

/* ============== / RESOURCE ITEM ============== */
.resource-item {
    margin-bottom: 30px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
    .resource-item {
        padding-bottom: 30px;
    }
}

.resource-name {
    background: #e8e9eb;
}

.resource-item .btn-wrap {

}

.resource-image {
    background: #e8e9eb;
}
/* ============== / RESOURCE ITEM ============== */

/* ============== / PDF/DOWNLOAD ============== */
.pdf-icon {
    width: 40px;
}

.publication-item {
    margin-bottom: 2px;
    font-size: 16px;
}

.publication-file-item {
    overflow: auto;
    margin-bottom: 10px;
}

.icon-file-type {
    width: 30px;
    margin-right: 10px;
    float: left;
}

.icon-file-type img {
    width: 30px;
}

.publication-file-item {
    padding-top: 7px;
}
/* ============== / PDF/DOWNLOAD ============== */

/* ============== / NAV PILLS ============== */
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 0px 0 0;
    font-size: 12px;
    text-align: left;
    text-transform: uppercase;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #F1F1F1;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.open>.dropdown-menu {
    display: block;
    width: 100%;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #000;
    text-decoration: none;
    background-color: #e8e9eb;
}

.dropdown-menu>li>a {
    display: block;
    padding: 8px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: normal;
}

.dropdown-toggle .caret {
    margin-top: -3px;
    font-size: 30px;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #f1f1f1;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #e8e9eb;
    border-color: #e8e9eb;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #e8e9eb;
}

.nav-pills>li {
    float:none;
    display:table-cell;
    width:1%;
    text-align:center;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #019875;
}

.nav-pills>li>a {
    border-radius: 0px;
    padding: 10px 30px;
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
}

.nav-tabs {
    border-bottom: 1px solid #f1f1f1;
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 0px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #000;
    cursor: default;
    background-color: #fff;
    border: 1px solid #f1f1f1;
    border-bottom-color: transparent;
}
/* ============== / NAV PILLS ============== */

/* ============== / HOME ============== */
.home-blog-items-title {
    padding-bottom: 30px;
}

.home-blog-items {

}

.home-blog-item {
    background: #e8e9eb;
    margin-bottom: 30px;
    overflow: auto;
    clear: both;
    position: relative;
}

.home-blog-item-image {
    width: 40%;
    float: left;
    overflow: hidden;
}

.home-blog-item-image img {
    width: 100%;
}

.home-blog-item-text {
    width: 60%;
    float: left;
    padding: 20px;
    text-align: center;
}

.home-blog-item-text h2 {
    color: #000;
    font-size: 20px;
    margin-bottom: 0px;
}

.home-blog-sidebar h3 {
    color: #000;
}

.home-blog-sidebar-inner {
    margin-left: 30px;
}

.rss-feed-item {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #f1f1f1;
}

.rss-feed-item p {
    margin-bottom: 0px;
}

.rss-feed-item h4 {
    margin-bottom: 0px;
}

.rss-feed-bg-green {
    background: #cce9e4;
    padding: 20px 20px 0px;
}

.rss-feed-bg-green {
    background: #cce9e4;
    padding: 20px;
}

.rss-feed-bg-green a {
    color: #000;
}

.rss-feed-bg-green .rss-feed-item {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}

.map-container {
    background: #4db89e;
    width: 100%;
    overflow: hidden;
}

.bg-map {
    position: relative;
}

.map-bg:after {
    content: " ";
    width: 250%;
    height: 100%;
    position: absolute;
    right: -245%;
    background: #019775;
    top: 0px;
}

.map-text {
    color: #fff;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
}

.map-text h3 {
    color: #fff;
    background: #019875;
    display: inline-block;
    padding: 10px 20px;
    margin-bottom: 5px;
}

.map-text p {
    margin-top: 15px;
}

@media screen and (max-width: 768px) {
    .home-blog-item-image {
        width: 100%;
        float: none;
    }

    .home-blog-item-text {
        width: 100%;
        float: none;
    }

    .home-blog-sidebar-inner {
        margin-left: 0px;
    }
}
/* ============== / HOME ============== */

/* ============== / SEARCH ============== */
.search-item {
    padding-bottom: 30px;
    overflow: auto;
}

.search-item hr {
    margin-top: 30px;
}

.post-type-link {
    font-family:'aaux_bd',sans-serif;
    text-decoration: underline;
}

.jumbo-search-bar-wrap {
    width: 100%;
    margin-top: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    background: #e8e9eb;
}

.jumbo-search-bar-wrap input {
    font-size: 20px;
    width: 100%;
    max-width: 520px;
    border: none;
    background: #fff;
    padding: 10px 10px;
    height: 60px;
}

.jumbo-search-bar-wrap .btn {
    height: 60px;
    margin-top: -7px;
    margin-left: -4px;
}

.jumbo-search-col {
    position: relative;
}

.icon-jumbo-search {
    position: absolute;
    right: 30px;
    top: -10px;
}

@media screen and (max-width: 768px) {
    .jumbo-search-bar-wrap .btn {
        height: 60px;
        margin-top: 0px;
        margin-left: 0px;
    }
}
/* ============== / SEARCH ============== */

/* ============== / PAGINATION ============== */
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #019875;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #F1F1F1;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 3;
    color: #000;
    background-color: #F1F1F1;
    border-color: #F1F1F1;
}

.pagination .current, .pagination .current:hover {
    background: #019875;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .pagination {
        margin: 0px 0;
    }
}
/* ============== / PAGINATION ============== */
