/*
Theme name: Adapting to Rising Tides
Description: Custom Theme
*/

/******* Adapting to Rising Tides WordPress CSS *******/

/* Common elements styling */
.post .entry h1 { font-size: 20px; line-height: 30px}
.post .entry h2 { font-size: 18px; line-height: 27px}
.post .entry h3 { font-size: 16px; line-height: 24px}
.post .entry h4 { font-size: 14px; line-height: 21px}
.post .entry h5 { font-size: 12px; line-height: 18px}
.post .entry h6 { font-size: 10px; line-height: 15px}

.post .entry ul { margin-left: 25px; }
.post .entry ol { margin-left: 25px; }
.post .entry a img { border: 0 }

p img { padding: 0;	max-width: 100%; }

.alignright { float: right; display: inline; margin: 20px 0 20px 20px; }
.alignright:first-child { margin: 0 0 20px 20px; }
.alignleft { float: left; display: inline; margin: 20px 20px 20px 0; }
.aligncenter, div.aligncenter { display: block; margin-left: auto; margin-right: auto; }

img.alignright {  }
img.alignleft {  }
img.alignnone { margin: 0px; }

/* Calendar widget */
#wp-calendar { empty-cells: show; margin: 10px auto 0; }
#wp-calendar #next a { padding-right: 10px; text-align: right; }
#wp-calendar #prev a { padding-left: 10px; text-align: left; }
#wp-calendar a { display: block; }
#wp-calendar caption { text-align: center; width: 100%; }
#wp-calendar td { padding: 3px 0; text-align: center; }
.wp-caption { }
.wp-caption p.wp-caption-text { font-size: 12px; line-height: 20px; padding: 3px 0 0 0; margin: 0;}

/* Big images in rich text editor should not break page layout */
.post .entry { overflow: hidden; } 

/******* /Adapting to Rising Tides WordPress CSS *******/
/* ==========================================================================
	#Reset
========================================================================== */
* { padding: 0; margin: 0; outline: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
main,
nav,
section { display: block; }

/* ==========================================================================
	#Base
========================================================================== */
html,
body { height: 100%; }

html { overflow-y: scroll; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none; }
body { width: 1240px; margin: 0 auto; background: #fff; font-family: 'Open Sans', sans-serif; font-size: 18px; color: #58595b; line-height: 1.5; letter-spacing: -0.025em; }

a { cursor: pointer; text-decoration: none; }
a:hover { text-decoration: none; }

img { border: 0; vertical-align: middle; }
textarea { resize: none; overflow: auto; }

ol {
  counter-reset: item;}
  
ul { list-style-position: inside; list-style-type: square; overflow:hidden;}

h1,
h2,
h3,
h4,
h5,
h6 { font-weight: 600; }

strong { font-weight: 600; }

::-webkit-input-placeholder { color: inherit; }
:-moz-placeholder { color: inherit; opacity: 1; }
::-moz-placeholder { color: inherit; opacity: 1; }
:-ms-input-placeholder { color: inherit; }

/* ==========================================================================
	#Helpers
========================================================================== */

.clearfix:before,
.clearfix:after { display: table; content: ' '; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* ==========================================================================
	#Icons
========================================================================== */
.widget_nav_menu .widget-text:after,
.section-callout a:after,
.widget-callout .btn:after,
.section-additional .widget_nav_menu .arrow-right,
.section-additional .widget_nav_menu .plus-sign,
.widget_nav_menu > ul > li > a:after,
.widget_nav_menu ul ul a:after { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

/* ==========================================================================
	#General
========================================================================== */

/* ==========================================================================
	#Buttons
========================================================================== */
.btn { display: inline-block; }

.btn-lightblue { background: #33c0d3; color: #fff; }
/* TFA: fragile way of coloring this one btn-lightblue different from the others in this one place */
div.sidebar ul.widgets li.widget:nth-child(2) a.btn-lightblue {
  background: #0F6861;
}
div.sidebar ul.widgets li.widget:nth-child(2) a.btn-lightblue:hover {
  background: #0c524c;
} 
/* TFA: fragile way of coloring this one btn-lightblue different from the others in this one place */
div.sidebar ul.widgets li.widget:last-child a.btn-lightblue {
  background: #42CB88;
} 

/* ==========================================================================
	#Containers
========================================================================== */
.shell { max-width: 1180px; margin: 0 auto; }
.breadcrumbs {   line-height: 3;   padding: 16px 0 0 32px; font-size: 15px; }
.breadcrumbs a { color: #f47920; }
.main { padding-top: 20px; }
.main-body { overflow: hidden; }
.sidebar { float: left; width: 21.271%; }
.content { float: right; width: 75.338%; }

/* ==========================================================================
	#Header
========================================================================== */
.header .shell { height: 200px; }
.header { position: relative; z-index: 5; height: 200px; }
.header:after { position: absolute; bottom: 0; left: 0; right: 0; width: 100%; height: 51px; background: url(images/header-blueborder.png) no-repeat center 0; -webkit-background-size: 1240px 51px; background-size: 1240px 51px; content: ''; }
.header:before { position: absolute; top: 0; right: -0px; bottom: 0; z-index: -1; width: 375px; height: auto; background: url(images/header-art.png) no-repeat 0 0; -webkit-background-size: contain; background-size: contain; content: ''; }
.header-inner { float: right; padding: 165px 30px 0 0; }
.logo { float: left; display: inline-block; margin-top: 49px; font-size: 59px; color: #477ebc; letter-spacing: -0.8px; }
.logo strong { font-weight: 600; color: #9ec542; }

/* ==========================================================================
	#Nav
========================================================================== */
.nav { position: relative; z-index: 5; }
.nav a { color: #fff; text-transform: uppercase; font-size: 18px; line-height: 1.1; letter-spacing: 0.025em; font-weight: 600; }
.nav a:hover { color: #cecece;  }
.nav ul { overflow: hidden; list-style: none outside none; }
.nav li { float: left; }
.nav li + li { padding-left: 50px; }

/* ==========================================================================
	#Content
========================================================================== */
.main-projects .content-head { padding-bottom: 15px; }
.content-head { padding-bottom: 47px; }
.content-head h1 { padding-bottom: 16px; font-size: 36px; line-height: 1.2; color: #58595b; }
.content-head p { font-size: 28px; line-height: 1.3; letter-spacing: -0.01em; color: #58595b; font-weight: 300; }
.content-head a { color: #f47920; }
.dyp { background: #477ebc; padding: 28px; height: 42px; margin-bottom: 25px; }
.dyp h1 { color: #fff; padding-bottom: 0;}
.dyp h6 { color: #fff; text-align: center; margin-top: 8px; font-weight: 400; }
.dyp img { width: 28px; display:block; margin:auto; }
.dyp-title { float: left; }
.next { width: 110px; float: right; margin-left: 15px; margin-top: -5px;}
.prev { width: 110px; float: right; margin-top: -5px;}

/* ==========================================================================
	#Widgets
========================================================================== */
.widgets { list-style: none outside none; }
.widget ul { list-style: none outside none; }
.widget { padding-bottom: 20px; }

.widget_nav_menu .widget-text:after { position: absolute; top: 50%; right: 16px; margin-top: -7px; content: "\f067"; font-weight: 300; color: #fff; font-size: 20px; }
.widget_nav_menu .widget-title.expanded .widget-text:after { content: "\f068"; }
.widget_nav_menu .widget-text,
.widget_nav_menu .widget-ico { display: inline-block; vertical-align: middle; }
.widget-title h3 { margin-top: 5px; }
.widget-subtitle { display: inline-block; vertical-align: middle; width:100%; }
.widget_nav_menu .widget-ico { margin-right: 10px; }
.widget_nav_menu .widget-ico img { max-height: 40px; width: auto; }
.widget_nav_menu .widget-text { font-size: 28px; line-height: 1; color: #fff; }
.widget_nav_menu .widget-subtitle { margin-top: 31px; font-size: 19px; line-height: 1.35; font-weight:normal; color: #fff; text-align:center; }
.widget_nav_menu .widget-title { position: relative; padding: 33px 0; cursor: pointer; height:150px; }
.sidebar ul.widgets .widget-title { height: auto; padding: 33px 16px; }
.widget_nav_menu > ul { display: none; margin-top: 26px; }
.widget_nav_menu > ul > li > a { position: relative; display: block; padding: 0 30px 0 16px; font-weight: 600; font-size: 22px; color: #477ebc; line-height: 1; }
.widget_nav_menu > ul > li > a.expanded:after { content: "\f068"; }
.widget_nav_menu > ul > li > a.falsechevron:after { content: "\f105" !important; font-size: 18pt; font-weight: 700; top: 0px; right: 19px; }
.widget_nav_menu > ul > li { position: relative; padding-bottom: 13px; }
.widget_nav_menu > ul > li > a:after { position: absolute; top: 4px; right: 16px; content: "\f067"; font-weight: 300; color: #477ebc; font-size: 18px; }
.widget_nav_menu > ul > li + li { padding-top: 10px; border-top: 1px solid #CBCBCB; }
.widget_nav_menu ul ul { display: none; padding: 20px 25px 29px 0; }
.widget_nav_menu ul ul li { padding-top: 26px; padding-left: 20px; }
.widget_nav_menu ul ul a { position: relative; display: block; font-weight: 600; font-size: 18px; line-height: 1.2; color: #477ebc; }
.widget_nav_menu ul ul a:after { position: absolute; top: 0; right: -8px; font-size: 20px; color: #477ebc; content: "\f105"; font-weight: 700; }
.widget_nav_menu ul ul a:hover:after { color: #58595b; }
.widget_nav_menu ul ul a:hover, 
.widget_nav_menu ul ul .current-menu-item a { color: #58595b; }
.widget_nav_menu ul ul .current-menu-item a:after { display: none; }

.widget-blue .widget-title { background: #477ebc; }
.widget-green .widget-title { background: #9bc33c; }
.widget-dkblue .widget-title {background: #004785;}
.widget-blue .widget-title:hover { background: #2e64a0; }
.widget-green .widget-title:hover { background: #8bb428; }
.widget-dkblue .widget-title:hover { background: #00386a; }
.widget-green ul ul a,
.widget-green ul ul a:after,
.widget-green > ul > li > a:after,
.widget-green > ul > li > a { color: #96b03c; }

.widget-callout .btn { position: relative; display: block; padding: 14px 43px 17px 15px; font-weight: 600; font-size: 28px; line-height: 1; }
.widget-callout .btn:hover { background: #33a8b8; }
.widget-callout .btn:after { position: absolute; top: 16px; right: 18px; font-size: 28px; color: #fff; content: "\f105"; font-weight: 700; }

.widget_nav_menu_no_expand > ul > li > a:after { content: "\f105"; }

/* ==========================================================================
	#Article
========================================================================== */
.article-entry { overflow: hidden; }
.article-entry h1 { padding-bottom: 13px; font-size: 30px; color: #58595b; line-height: 1.2; }
.article-entry h2 { padding-bottom: 13px; font-size: 26px; color: #004785; line-height: 1.1; }
.article-entry h3 { padding-bottom: 13px; font-size: 22px; color: #004785; line-height: 1.1; }
.article-entry h4 { font-size: 18px; line-height: 1.2; color: #477ebc; }
.article-entry p { padding-bottom: 22px; }
.article-entry a { color: #f47920; }
.article-entry a:hover { color: #f39c5d; }
.article-entry blockquote {float: right; width: 250px; background: #467DBB; margin: 20px 0 20px 20px;}
.article-entry blockquote p {font-size: 18px; padding: 20px; color: #FFFFFF;}

.article-entry hr { margin: 21px 0 26px; clear: both; border: 0; border-top: 2px solid #c9cacc; }

.article-entry .bordered {border: 1px solid #bbbdbf;}

.article-entry ul li { background: url(http://www.bcdcartportfolio.greeninfo.org/wp-content/uploads/2015/05/bluebullet.png) no-repeat left 8px; padding-left: 30px;
display: block; padding-bottom: 10px;}

.article-entry ol li {display:block; padding-bottom:10px; margin-left: 30px;}

.article-entry ol li:before {
	content: counter(item);
    counter-increment: item;
    color: #447ebd;
    font-weight: 800;
    top: 0;
    left: -20px;
    position: relative;
    margin-left: -10px;
}

.article-links ~ .article-links { clear: left; }

.article-links { padding-bottom: 44px; max-width: 503px;}
.article-links h3 { padding-bottom: 16px; }
.article-links h4 { padding-bottom: 10px; }
.article-links ul { list-style: none outside none;  max-width: 503px;}
.article-links ul li {padding-bottom: 10px; background: none; padding-left: 0; display: block;}
.article-links ul li a { font-size: 16px; line-height: 1.1; color: #f47920; font-weight: 600;}

.article-callout { padding: 15px 15px 15px 10px; background: #33c0d3; color: #fff; max-width: 320px; }
.article-callout ul { list-style: none outside none;}

.article-callout h4 { display: inline-block; padding-bottom: 18px; font-size: 22px; line-height: 1.1; color: #fff;}
.article-callout ul li { padding-bottom: 10px; font-size: 18px; line-height: 1; background: none; padding-left: 0; display: block;}
.article-callout .callout { overflow: hidden; }
.article-callout .callout-image { float: left; }
.article-callout .callout-image img { width: 50px; height: 50px; }
.article-callout .callout-content { padding: 7px 0 0 64px; }

.article-download { padding: 25px 25px 25px 15px; background: #f37a1f; color: #fff; max-width: 250px; }
.article-download a { color: #fff;}
.article-download a:hover { color: rgba(255, 255, 255, 0.8);}
.article-download ul { list-style: none outside none;}

.article-download h4 { display: inline-block; padding-bottom: 18px; font-size: 26px; line-height: 1.1; color: #fff;}
.article-download ul li { padding-bottom: 10px; font-size: 26px; line-height: 1; background: none; padding-left: 0; display: block;}
.article-download .download { overflow: hidden; }
.article-download .download-image { float: left; }
.article-download .download-image img { width: 60px; height: 60px; margin-top: 8px; }
.article-download .download-content { padding: 7px 0 0 75px; }

.article-alt img { border: 1px solid #bbbdbf; }

.main-project { padding-bottom: 30px; }
.main-project .article-entry p { letter-spacing: -0.01em; }
.main-project img.alignleft { margin-right: 24px; }
.main-project img.alignright { margin-top: 22px; }

/*Page Article*/

.page-article ul,
.page-article ol { padding-bottom: 20px;}

.page-article li ul,
.page-article li ol {padding-left: 30px; padding-bottom: 0;}

.page-article blockquote p {padding-left: 30px; font-style: italic;}

.navigation {padding-top: 30px; padding-bottom: 10px;}
.navigation a {color: #f47920;}

/* ==========================================================================
	#Slider Home
========================================================================== */
.slides { list-style: none outside none; }
.slide { float: left; }

.slider-home { position: relative; }
.slider-home .slide,
.slider-home .slider-clip,
.slider-home .slides,
.slider-home .slide-image { height: 335px; width: 100%; }

.slider-home .slide-content { position: absolute; bottom: 25px; right: 25px; max-width: 721px; background: rgba(255,255,255, 0.9); padding: 27px 11px 32px 37px; }
.slider-home .slide-content h2 { font-size: 24px; line-height: 1.25; font-weight: 300; color: #424344; letter-spacing: -0.04em; }

.slider-home .bx-controls { position: absolute; bottom: 31px; right: 40px; }
.slider-home .bx-pager { overflow: hidden; padding-top: 20px; }
.slider-home .bx-pager-item { float: left; }
.slider-home .bx-pager-item + .bx-pager-item { padding-left: 51px; }
.slider-home .bx-pager-item a { position: relative; display: block; text-indent: 100%; overflow: hidden; white-space: nowrap; width: 10px; height: 10px; background: #f47920; box-sizing: border-box; border-radius: 50%; }
.slider-home .bx-pager-item a.active { position: relative; top: -5px; width: 20px; height: 20px; background: #fff; border: 1px solid #58595b; }
.slider-home .bx-pager-item a.active:after { position: absolute; top: 50%; left: 50%; background: #58595b; width: 10px; height: 10px; box-sizing: border-box; content: ''; border-radius: 50%; }

/* ==========================================================================
	#Section Additional
========================================================================== */
.section-additional .cols { overflow: hidden; }
.section-additional .col-1of2 { float: left; width: 49.152%; }
.section-additional .col-1of2 ~ .col-1of2 { margin-left: 1.695%; }

/*TFA creating 3 col layout*/
.section-additional .col-1of3 { float: left; width: 31.95%; }
.section-additional .col-1of3 ~ .col-1of3 { margin-left: 1.695%; }

.section-additional { padding: 34px 0 0; }
.section-additional .section-head { padding-bottom: 38px; text-align: center; }
.section-additional .section-head h3 { font-size: 32px; line-height: 1.5; font-weight: 300; letter-spacing: -0.01em; color: #423c35; }
.section-additional .section-head a, .slider-home .slide-content a { color: #f47920; }
.section-additional .section-head a:hover, .slider-home .slide-content a:hover { color: #f39c5d; }

.section-additional .widget_nav_menu > ul { display: block; }
.section-additional .widget_nav_menu .widget-title { padding-left: 0; padding: 28px 22px 33px; cursor: default; }
.section-additional .widget_nav_menu .widget-text:after { display: none; }
.section-additional .widget_nav_menu .widget-text,
.section-additional .widget_nav_menu .widget-ico { display: block; text-align: center; }
.section-additional .widget_nav_menu .widget-text { font-size: 36px; letter-spacing: -0.025em; }
.section-additional .widget_nav_menu .widget-ico { margin-right: 0; margin-top: 20px; }
.section-additional .widget_nav_menu .widget-ico img { max-height: 55px; }
.section-additional .widget_nav_menu > ul > li > a { display: block; padding: 38px 22px 35px 0; /*font-size: 28px;*/ font-size:24px; text-align: center; background: #f1f2f2; }
.section-additional .widget_nav_menu > ul > li + li { border-top: 0; }
.section-additional .widget_nav_menu ul ul a { font-size: 21px; }
.section-additional .widget_nav_menu > ul > li > a:after,
.section-additional .widget_nav_menu ul ul a:after { display: none; }
.section-additional .widget_nav_menu > ul > li,
.section-additional .widget_nav_menu ul ul { text-align: center; }
.section-additional .widget_nav_menu ul ul { padding: 53px 0 0 0; }
.section-additional .widget_nav_menu ul ul li { background-color: transparent; border: 2px solid #c3da8a; padding: 14px 0 11px 0; margin-bottom: 17px; }

/* TFA additional styling of links 5/10/2017 */
ul#menu-findings-home-menu li a {
  color: #0F6861
}

.section-additional .widget_nav_menu .arrow-right,
.section-additional .widget_nav_menu a .minus-sign,
.section-additional .widget_nav_menu .plus-sign { position: relative; top: 2px; left: 8px; font-weight: 300; }
.section-additional .widget_nav_menu a .minus-sign { display: none; }
.section-additional .widget_nav_menu a .plus-sign { display: inline-block; }
.section-additional .widget_nav_menu a.expanded .plus-sign { display: none; }
.section-additional .widget_nav_menu a.expanded .minus-sign { display: inline-block; }
.section-additional .widget-green .widget-title:hover { background: #9bc33c; }
.section-additional .widget-blue .widget-title:hover { background: #477ebc; }
.section-additional .widget-dkblue .widget-title:hover { background: #004785; }

/* ==========================================================================
	#Section Callout
========================================================================== */
/* TFA add second callout, 50% width, different color */
.section-callout .widget-callout { 
    padding: 39px 0 30px; background: #33c0d3; text-align: center;
    float: left;
    width: calc(50% - 20px);
    min-height: 110px;
    margin-right: 10px;
    margin-bottom: 15px;
}
.section-callout .widget-callout.widget-right {
    background: #42CB88;
}
.section-callout a { position: relative; display: inline-block; padding-right: 23px; font-size: 36px; line-height: 1; letter-spacing: -0.025em; color: #fff; }
.section-callout a:after { position: absolute; top: 0; right: 203px; font-size: 36px; color: #fff; content: "\f105"; font-weight: 700; }
.section-callout .widget-callout.widget-right a:after {
    right: 0px;
}

.section-callout a span { font-size: 57%; }
/* ==========================================================================
	#Section Sector
========================================================================== */
.section-sector { padding-bottom: 40px; }
.sector-items { list-style: none outside none; font-size: 0; }
.sector-item { display: inline-block; width: 206px; height: 130px; font-size: 18px; text-align: center; background: #004785; margin: 0 20px 20px 0; vertical-align: top; box-sizing: border-box; }
.sector-item:nth-child(4n+4) { margin-right: 0; }
.sector-item a { padding: 17px 10px 0; color: #fff; line-height: 1.06; font-weight: 600; }
.sector-item a:hover { opacity: 0.7; }

.sector-item-title,
.sector-item a { display: block; }
.sector-item img { margin-top: 4%; }
.sector-item img { display: inline-block; height: 55px; width: auto;  }

.sector-item-lightblue { height: 70px; background: #004785;}
.sector-item-lightblue .sector-item-title::after {font-size: 22px; content:" \203A"}
.sector-item-lighter-blue { background: #dae5f2; }
.sector-item-lightest-blue a { color: #477ebc; }

.section-item-green { background: #9bc33c; height: 225px; position: relative; }
.section-item-green img { height: auto; width: 206px; position: absolute; bottom: 0; left: 0; }
.section-item-light-green { background: #b9d577; }
.section-item-lightest-green { background: #dceabb; }

.section-dyp { padding-bottom: 40px; }
.dyp-items { list-style: none outside none; font-size: 0; }
.dyp-item { display: inline-block; width: 206px; height: 130px; font-size: 18px; text-align: center; background: #477ebc; margin: 0 20px 20px 0; vertical-align: top; box-sizing: border-box; float: left;}
.dyp-item:nth-child(4n+4) { margin-right: 0; }
.dyp-item a { color: #fff; line-height: 1.06; font-weight: 600; }
.dyp-item a:hover { color: #fff; opacity: 0.7; }

.dyp-item-title,
.dyp-item-title a { padding: 10px 6px; border-bottom: 3px solid white; display: block; }
.dyp-item-text,
.dyp-item-text a { padding: 10px 6px; font-size: 16px; font-weight: 300; display: block; }
.dyp-item img { margin-top: 4%; }
.dyp-item img { display: inline-block; height: 55px; width: auto;  }


/* ==========================================================================
	#Footer
========================================================================== */
.home .footer { margin-top: 40px; }
.footer { position: relative; padding: 43px 0 86px; font-weight: 600; clear:both }
.footer { background: url(images/footer-bottom-line.png) no-repeat center bottom; -webkit-background-size: 2560px 50px; background-size: 2560px 50px; }
.footer:before { position: absolute; top: 0; left: 0; width: 100%; height: 33px; background: url(images/footer-top-line.png) no-repeat center 0; -webkit-background-size: 2560px 33px; background-size: 2560px 33px; content: ''; }
.footer .shell { overflow: hidden; }
.footer-inner { float: left; max-width: 950px; }
.footer .partners { float: right; }
.footer-nav a,
.footer .outro,
.copyright { font-size: 13px; color: #58595b; letter-spacing: -0.015em; line-height: 1.4; }
.copyright { display: inline-block; }

.copyright,
.footer .outro { padding-left: 5px; }
.footer .outro { padding-bottom: 14px; }
.footer .outro a { color: #f47920; }

.footer-nav { overflow: hidden; display: inline-block; padding-left: 15px; vertical-align: bottom; }
.footer-nav ul { float: left; list-style: none outside none; }
.footer-nav li { float: left; padding-right: 9px; }
.footer-nav li a { display: inline-block; vertical-align: middle; }
.footer-nav li + li a { padding-left: 9px; border-left: 2px solid #8c8d8e; height: 14px; line-height: 14px; }
.footer-nav li:last-child { padding-right: 0; }
.footer-nav li.current_page_item a { color: #f47920; }

.footer .partners ul { overflow: hidden; list-style: none outside none; }
.footer .partners li { float: left; }
.footer .partners li + li { padding-left: 10px; }
.footer .partners img { max-height: 84px; width: auto; }
.footer:before { position: absolute; top: 0; left: 1000px; bottom: 0; z-index: ; width: 175px; height: auto; background: url(http://www.adaptingtorisingtides.org/wp-content/uploads/2017/04/ART_logo_v5.png) no-repeat 0 0; -webkit-background-size: contain; background-size: contain; content: ''; }

/* ==========================================================================
	#Transitions and Transforms
========================================================================== */
a {
	-webkit-transition: color .6s; 
	     -o-transition: color .6s; 
	        transition: color .6s; 
}

.btn {
	-webkit-transition: background .6s; 
	     -o-transition: background .6s; 
	        transition: background .6s; 
}

.widget-blue .widget-title,
.widget-green .widget-title,
.widget-dkblue .widget-title,
.sector-item a, .dyp-item a {
	-webkit-transition: all .6s; 
	     -o-transition: all .6s; 
	        transition: all .6s; 
}

.slider-home .bx-pager-item a.active:after {
	-webkit-transform: translate(-50%, -50%); 
	    -ms-transform: translate(-50%, -50%); 
	     -o-transform: translate(-50%, -50%); 
	        transform: translate(-50%, -50%); 
}

/* ==========================================================================
	#Fullscreener
========================================================================== */
.fsr-container { overflow: hidden; background-repeat: no-repeat; background-size: cover; }
.fsr-image { position: absolute; }
.fsr-hidden { display: none; }

/* ==========================================================================
	#WP Easy Gallery
	center on page
========================================================================== */
.wp-easy-gallery {
  float: none;
}

/* ==========================================================================
	Deafault WP Search form, with some additional styling
========================================================================== */
form#search-form {
  position: absolute;
  top: 5px; right: 5px;
}
form#search-form input#search-input {
  height:31px;
  padding-left:4px;
}
form#search-form input#search-submit {
  position:relative;
  padding:6px 15px;
  left:-8px;
  border:2px solid #0F4985;
  background-color:#0F4985;
  color:#fff;
}
form#search-form input#search-submit:hover {
  border-color: #135ead;
  background-color: #135ead; 
}

