@import 'https://fonts.googleapis.com/css?family=Open+Sans:400,700';
@import 'https://fonts.googleapis.com/css?family=Roboto+Slab:400,700';

body {
  padding-top: 120px;
  background-color: #F0F0F0;
}

#global-nav {
  position: fixed;
  top: 0;
  z-index: 9999;
  height: 120px;
  width: 100%;
  /*background: #FCEF3F url(../img/header-bg.png) no-repeat right center;*/
  background-color: #ffffff;
  color: #fff;
  line-height: 120px;
    -webkit-transition: height .5s, line-height .5s; /* Safari */
    transition: height .5s, line-height .5s;
}

.site-title {
  display: inline-block;
  -webkit-transition: all .5s;
    transition: all .5s;
}

.scrolled-nav .site-title  {
  font-size: 16px;
}

.nav-list {
  list-style: none;
}

.nav-list li {
  list-style: none;
  display: inline-block;
  padding-left: 20px;
}

.scrolled-nav {
  height: 95px !important;
  line-height: 80px !important;
}
.scrolled-logo
{
	/*height: 60px !important;*/
}

#header .search-toggle {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 150px;
    background: #fed91f url(../img/ico-search.png) no-repeat center center;
}


/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/

.scrolled-hamburger
{
	top: 16px !important;
}

.hamburger {
  position: fixed;
  top: 30px;  
  z-index: 999;
  display: block;
  width: 45px;
  height: 45px;
  margin-left: 15px;
  background: transparent;
  border: none;
  left: 20px;
  z-index: 9999;
}
.hamburger:hover,
.hamburger:focus,
.hamburger:active {
  outline: none;
}
.hamburger.is-closed:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: rgba(0, 157, 90, 1);
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  position: absolute;
  left: 0;
  height: 6px;
  width: 100%;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
  background-color: #ffffff;
}

.hamburger.is-closed .hamb-top { 
  top: 5px; 
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed .hamb-middle {
  top: 50%;
  margin-top: -3px;
}
.hamburger.is-closed .hamb-bottom {
  bottom: 5px;  
  -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed:hover .hamb-top {
  top: 0;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover .hamb-bottom {
  bottom: 0;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  background-color: rgba(0, 157, 90, 1);
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
  top: 50%;
  margin-top: -2px;  
}
.hamburger.is-open .hamb-top { 
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
  background-color: rgba(0, 157, 90, 1) !important;
}
.hamburger.is-open .hamb-middle { display: none; }
.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
  background-color: rgba(0, 157, 90, 1) !important;
}
.hamburger.is-open:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: rgba(0, 157, 90, 1);
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}
#wrapper
{
	position: absolute;
	background-color: rgba(0, 157, 90, 0.9); 
	top: 120px;
	left: 0;
	width: 100%;
}
.scrolled-wrapper
{
	top: 80px !important;
}
h6.sub-title
{
	text-align: left;
    border-bottom: 1px solid;
    padding-bottom: 15px;
}
ul.caret-style li
{
	list-style-type: none;
    line-height: 2em;
    text-align: left;
	padding: 10px 0px 10px 0px;
}
ul.caret-style li:hover
{
	background-color: rgba(0, 0, 0, 0.2);
    -webkit-transition: .3s;
    transition: .3s;
	padding-left: 10px;
}
ul.caret-style a
{
	color: #ffffff;
	text-decoration: none;
	padding-left: 10px;
}
.search-wrap {
    position: relative;
    width: 100%;
    padding: 0;
    margin-top: 0px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fed91f;
    border-top: 1px solid #fbf24f;
    transition: margin 100ms ease-out;
    -moz-transition: margin 100ms ease-out;
    -webkit-transition: margin 100ms ease-out;
    -o-transition: margin 100ms ease-out;
	line-height: 1.2em;
    padding: 20px;
	color: white;
}
.search-wrap input::placeholder { color: white; }

.search-wrap input {
    background: none;
    border: 0;
    width: 100%;
    font: 35px/1 'Open Sans', sans-serif;
    color: white;
    outline: none;
    vertical-align: middle;
}
.federazione {
    background: #007946;
    text-align: center;
    padding: 0px;	
	height: 120px;
}
.federazione .federazione-inner {
    display: inline-block;
	line-height: 0px;
    margin-top: 34px;
}
.federazione .text {
    font: 14px 'Open Sans', sans-serif;
    color: white;
    float: left;
    text-align: left;
    max-width: 420px;
}
.federazione .text span {
    font: bold 18px 'Roboto Slab', serif;
    margin-right: 10px;
}
.federazione .select-wrap {
    float: left;
    margin-left: 30px;
}
.menu
{
	height: 100vh;
	overflow: auto;
}

#footer {
    background: white;
    position: relative;
}
#footer .topbar {
    text-align: center;
    height: 100px;
    /*background: #fbf24f url(../img/footer-bg.png) no-repeat center center;	*/
	background-color: #ffffff;
}

.centercol {
    max-width: 1440px;
    margin: 0 auto;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#footer .social-stream {
    overflow: hidden;
    padding: 0 40px;
}
#footer .bottombar {
    background: #ffffff;
    font: 13px 'Open Sans', sans-serif;
    color: #243B67;
    text-align: center;
    padding: 15px 0;
}
.no-overflow
{
	overflow: hidden;
}
.menu::-webkit-scrollbar {
    width: 10px;
}
 
.menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}
 
.menu::-webkit-scrollbar-thumb {
  background-color: #fed91f;
  outline: 1px solid slategrey;
}

.prettyfied-select {
	height: 50px;
    display: inline-block;
    min-width: 260px;
    position: relative;
    background: transparent;
}

.prettyfied-select .prettyfied-select-box,
.prettyfied-select .dropDown {
  font-size: 11px;
  font-weight: bold;
  color: #444;
}

.prettyfied-select .prettyfied-select-box {
	position: absolute;
    height: 50px;
    width: 250px;
    line-height: 38px;
    cursor: pointer;
    background-image: url(../img/arrow.png);
    background-position: 206px;
    background-repeat: no-repeat;
    border: 5px solid #ccc;
    border-radius: 32px;
    background-color: white;
    font-size: 15px;
    text-align: left;
    padding-left: 10px;
}

.prettyfied-select .prettyfied-select-box span {
  padding-left: 8px;
}

.prettyfied-select .dropDown {
	position: absolute;
    z-index: 999;
    top: 45px;
	left: 20px;
    width: 213px;
    padding: 0;
    list-style-type: none;
    margin: 0;
    border: 5px solid;
    border-top: 0;
    background: white;
    border-radius: 0 0 2px 2px;
    max-height: 200px;
    overflow: auto;
}

.prettyfied-select .prettyfied-select-box:hover,
.prettyfied-select .prettyfied-select-box.expanded,
.prettyfied-select .dropDown {
  border-color: #a4a4a4;
}

.prettyfied-select .dropDown.is-hidden {
  border-color: #ccc;
  box-shadow: none;
}

.prettyfied-select .dropDown li {
  display: block;
  line-height: 16px;
  padding: 8px 0 8px 8px;
  cursor: pointer;
}

.prettyfied-select .dropDown li.hover {
  background: #e5e5e5;
}

.prettyfied-select .dropDown li img {
  float: left;
  margin-right: 5px;
}
.prettyfied-select .dropDown li i {
  display: block;
  margin: 0 0 0 21px;
  font-weight: normal;
}


/*** Slider principale ***/
.mainslider .swiper-slide {
  min-height: 490px;
}
.mainslider .box {
  width: auto;
  float: none;
  margin-bottom: 0;
  max-width: 500px;
  margin-left: 80px;
}
.mainslider .box .box-inner {
  margin-left: 0;
  height: auto;
  padding: 30px 40px;
}
.box-inner .type
{
	text-transform: uppercase;
}
.mainslider .box .box-inner a:hover {
  text-decoration: none;
}
.mainslider .box .type {
  color: #b3d04c;
}
.mainslider .box .area a {
  color: #829e20;
}
.mainslider .box .title {
  color: #616161;
  font-size: 35px;
}
.mainslider .box .text {
  color: #9a9a9a;
}
.mainslider .box .buttons-wrap {
  margin-top: 20px;
}
.mainslider .box.skin-green .box-inner {
  background-color: rgba(0, 157, 90, 0.8);
}
.mainslider .box.skin-green .type {
  color: white;
}
.mainslider .box.skin-green .area a {
  color: white;
}
.mainslider .box.skin-green .title {
  color: white;
}
.slider-banner {
  position: absolute;
  top: 0;
  right: 0;
  width: 25%;
  height: 100%;
  background: #efcd21;
  z-index: 2;
  text-align: center;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 40px;
}
.slider-banner h3 {
  font-size: 47px;
  line-height: 1;
  margin-bottom: 15px;
}
.slider-banner h3 span {
  display: block;
  font-size: 70px;
}
.slider-banner h5 {
  font: 18px 'Open Sans', sans-serif;
  color: white;
  margin: 15px 0 40px;
}
.slider-banner img {
  display: inline-block;
  max-width: 100%;
}

/*** Box ***/
.box-wrap {
  overflow: hidden;
  margin-left: -20px;
  padding: 30px 0;
}
.box-wrap .load-more-wrap {
  clear: both;
  text-align: center;
  padding-top: 50px;
}
.box {
	
}
.box .box-inner {
  background-color: white;
  height: 315px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 35px 35px 55px;
}
.box .type {
  font: bold 15px 'Roboto Slab', serif;
  color: #b3d04c;
}
.box .area {
  font: bold 15px 'Roboto Slab', serif;
  color: #829e20;
}
.box .area a {
  font: bold 15px 'Roboto Slab', serif;
  color: #829e20;
}
.box .area a:hover {
  text-decoration: underline;
}
.box .title {
  font: bold 17px 'Roboto Slab', serif;
  color: #616161;
  letter-spacing: 0.06em;
  margin-top: 10px;
}
.box-title:hover { 
  text-decoration: none !important;
}
.box .text {
  font: 13px 'Roboto Slab', serif;
  color: #9a9a9a;
  letter-spacing: 0.06em;
  margin-top: 10px;
}
.box .cta-wrap {
  position: absolute;
  bottom: 30px;
  left: 35px;
}
.box .cta-wrap .cta {
  font: bold 15px 'Roboto Slab', serif;
  color: #b3d04c;
}
.box .cta-wrap .cta:hover {
  text-decoration: underline;
}
.box.skin-green .box-inner {
  background-color: #009d5a;
}
.box.skin-green .type {
  color: #fed91f;
}
.box.skin-green .area a {
  color: #bea80e;
}
.box.skin-green .title {
  color: white;
}
.box.skin-green .text {
  color: white;
}
.box-video {
  width: 50%;
  min-height: 0;
}
.box-video .box-content {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 40px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 50%;
}
.box-video .buttons-wrap {
  margin-top: 20px;
}
.box-video .title {
  color: white;
}
.box-video .text {
  color: white;
}
.box-banner a {
  display: block;
}
.box-banner {
  text-align: center;
}
.box-banner.skin-green .text {
  color: white;
}
.box-banner.skin-green .box-inner {
  outline: 3px solid rgba(179, 208, 76, 0.8);
}
.box-banner.skin-green .button {
  background: #b3d04c;
}
.box-banner h3 {
  font-size: 26px;
}
.box-banner .box-inner {
  outline: 0px solid rgba(254, 217, 31, 0.8) !important; 
  outline-offset: -20px;
  padding: 40px;
}
.box-banner .title {
  font: bold 21px 'Roboto Slab', serif;
  color: white;
}
.box-banner .text {
  font: 13px 'Open Sans', sans-serif;
  color: #333333;
}
.box-banner .buttons-wrap {
  margin-top: 15px;
}
.box-slider {
  display: none;
}
.box-slider .swiper-slide {
  height: 315px;
}
.box-slider a {
  display: block;
  width: 100%;
  height: 100%;
}
.box-double {
  width: 50%;
  font-size: 0;
  height: 315px;
}
.box-double .box-inner {
  width: calc(50% - 20px);
  display: inline-block;
}
.box-double .box-img {
  display: inline-block;
  width: 50%;
  height: 315px;
  vertical-align: top;
}
.box-double.box-inverted {
  text-align: right;
}
.box-double.box-inverted .box-inner {
  margin: 0;
  text-align: left;
}

/*** Pulsanti ***/
.buttons-wrap {
  font-size: 0;
}
.buttons-wrap .button {
  display: inline-block;
  min-width: 150px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  text-transform: uppercase;
  font: bold 13px 'Open Sans', sans-serif;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: white;
  padding: 12px 30px;
  background: #fed91f;
}
.buttons-wrap .skin-lime {
  background: #b3d04c;
}
.buttons-wrap .skin-green {
  background: #009d5a;
}
.swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: white;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background: #009d5a;
}

.box-inner .date
{
    position: absolute;
    bottom: 60px;
    left: 35px;
}

.box-inner .date p
{
	margin: 0px;
}

#weather_socio_wrapper
{
	height: 315px;
}


.navigation ol {
    text-align: center;
}

.navigation {
    margin: 20px 0 20px 0;
}

.custom-pagination
{
	padding: 20px 0 20px 0;
}

.custom-pagination a
{
	padding: 5px 10px 5px 10px;
	border: 1px solid #fed91f;
	background-color: #fed91f;
	color: #000000;
}
.custom-pagination > .current
{
	padding: 5px 10px 5px 10px;
	border: 1px solid #fed91f;
}
.custom-pagination > .dots
{
	padding: 5px 10px 5px 10px;
	border: 0px solid #fed91f;
}

h1 {
    margin: 0;
    font: bold 75px 'Roboto Slab', serif;
    color: white;
}

/*---------------------------------------------------- galleria video */

.list-group-item.active
{
    background-color: #00904A;
    border-color: #00904A;
    color: #ffffff !important;
}

.list-group .list-group-item:first-child
{
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;;
}

.videogallery
{
    max-height: 450px;
    margin: 0px;
}

#playvideo
{
    height: 450px;
    width: 100%;
}
.scroll {
    overflow: auto;
	max-height: 450px;
}
/*-----------------------------------------------fine galleria video */

.breadcrumbs {
    margin-bottom: 30px;
    font: 11px 'Open Sans', sans-serif;
    color: #616161;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.breadcrumbs a {
    color: #616161;
}

.page-content-inner {	
  background: white;
  padding: 50px;
}
.categories {
  font: bold 18px 'Roboto Slab', serif;
  color: white;
  margin-bottom: 15px;
}
.categories a {
  color: white;
}
.categories a:hover {
  text-decoration: underline;
}
.date {
  font: bold 15px 'Roboto Slab', serif;
  color: #9a9a9a;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}
.title {
  font: bold 21px 'Roboto Slab', serif;
  color: #616161;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
}
.text {
  font: 14px/1.8em 'Open Sans', sans-serif;
  color: #9a9a9a;
  letter-spacing: 0.06em;
}
.text img {
  display: block;
  max-width: 100%;
}
.highlight {
  font: bold 21px 'Roboto Slab', serif;
  color: #9a9a9a;
  letter-spacing: 0.06em;
  display: block;
  margin: 20px 0;
}
.tags {
  overflow: hidden;
  margin-top: 20px;
  font-size: 0;
}
.tags ul {
  margin-left: -50px;
}
.tags li {
  display: inline-block;
  margin: 0 0 10px 10px;
}
.tags a {
  display: block;
  padding: 10px 15px;
  font: bold 12px 'Open Sans', sans-serif;
  color: #616161;
  border: 5px solid rgba(154, 154, 154, 0.2);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.social-share {
  text-align: center;
  margin-top: 30px;
}
.social-share .label {
  font: bold 15px 'Roboto Slab', serif;
  color: #b3d04c;
  display: block;
  margin-bottom: 10px;
}
.social-share a {
  display: inline-block;
  margin: 0 5px;
  font-size: 0;
}
.social-share-fixed {
  position: fixed;
  margin-left: -60px;
}
.social-share-fixed.anchored {
  position: absolute;
  bottom: 0;
}
.social-share-fixed li {
  margin-top: 10px;
}
.social-share-fixed li:first-child {
  margin-top: 0;
}
.social-share-fixed a {
  display: block;
  font-size: 0;
}
.social-share-limit span {
  display: block;
  width: 100px;
  position: fixed;
}
.searchandfilter
{
	background-color: #ffffff;
}

.box-homechisiamo
{
	background: #fed91f;
    padding: 74px 60px;
}

.box-homechisiamo h2
{
    font: bold 45px/1 'Roboto Slab', serif;
    color: #333333;
	margin-bottom: 20px;
}

.box-homechisiamo p
{
    font: bold 17px 'Roboto Slab', serif;
}

.box-homechisiamo a
{
    font: bold 18px 'Roboto Slab', serif;
    color: #ffffff;
}
.box-homefondatore
{
	background: #ffffff;
    padding: 0px;
}

.box-homefondatore h3
{
    font: bold 21px 'Roboto Slab', serif;
    color: #616161;
    letter-spacing: 0.06em;
    margin-bottom: 20px;
}

.box-homefondatore p
{
    font: 14px/1.8em 'Open Sans', sans-serif;
    color: #9a9a9a;
    letter-spacing: 0.06em;
}

.box-homemappa iframe
{	
	border: 0px !important;
	margin-left: -15px !important;
    margin-right: -15px !important;
	width: calc(100% + 30px);
}

.box-homedovesiamo
{
	background: #fed91f;
    padding: 70px;
}

.box-homedovesiamo h2
{
    font: bold 45px/1 'Roboto Slab', serif;
    color: #333333;
	margin-bottom: 40px;
}

.box-homedovesiamo h3
{
    font: bold 25px/1 'Roboto Slab', serif;
    color: #333333;
	margin-bottom: 40px;
	margin-top: 40px;
}

.box-homedovesiamo p
{
    font: bold 15px 'Roboto Slab', serif;
	line-height: 5px;
}

.box-homedovesiamo a
{
    font: bold 18px 'Roboto Slab', serif;
    color: #ffffff;
}

@media screen and (max-width: 1025px) 
{	  
	.smallmenu 
	{
		display: block;
	}
	.bigmenu
	{
		display: none;
		width: 100%;
		text-align: center;
	}
}

@media screen and (min-width: 1026px) 
{	  
	.smallmenu 
	{
		display: none;
	}
	.bigmenu
	{
		display: block;
		width: 100%;
		text-align: center;
	}
}

.bigmenu h6
{
	display: none;
}

.bigmenuul
{
	position: absolute;
    top: 0px;
	top: 50%; 
    left: 50%;
    transform: translate(-50%, -50%);
}

.bigmenuul li
{
	float: left;
	list-style-type: none;
	margin-left: 30px;
}


.bigmenuul a
{
	color: rgba(0, 157, 90, 1);
    font: bold 22px/1 'Roboto Slab', serif
}
.timeline-Header {
    padding: 10px;
}
.timeline-Header-title {
    font-size: 21px;
    font-weight: 300;
    line-height: 24px;
    color: #292F33;
}
.u-inlineBlock {
    display: inline-block!important;
    max-width: 100%;
}
.timeline-Header-byline {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #657786;
}
.customisable-highlight
{
    color: #2b7bb9;
    text-decoration: none;
    outline: 0;
}
/*** Tabs ***/
.tabs-wrap {
  overflow: hidden;
}
.tabs-wrap .tabs-header {
  text-align: center;
}
.tabs-wrap .tabs-header ul {
  display: inline-block;
}
.tabs-wrap .tabs-header ul li {
  float: left;
  border-left: 2px solid #b3d04c;
  padding: 0 10px;
}
.tabs-wrap .tabs-header ul li:first-child {
  border-left: 0;
}
.tabs-wrap .tabs-header a {
  font: 21px/1 'Roboto Slab', serif;
  color: #9a9a9a;
}
.tabs-wrap .tabs-header a:hover {
  text-decoration: underline;
}
.tabs-wrap .tabs-header a.selected {
  color: #b3d04c;
  font-weight: bold;
}
.tabs-wrap .tab {
  padding: 70px 0;
  overflow: hidden;
  display: none;
}
.tabs-wrap .tab.open {
  display: block;
}
.tabs-wrap .tab .img-wrap {
  float: left;
  width: 30%;
}
.tabs-wrap .tab .img-wrap img {
  display: block;
  max-width: 100%;
}
.tabs-wrap .tab .tab-content {
  float: left;
  width: 70%;
  padding-left: 50px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tabs-wrap .tab .tab-content.fullwidth {
  width: 100%;
  padding-left: 0;
}
.tabs-wrap .cta-wrap {
  margin-top: 70px;
}
.tabs-wrap .cta-wrap a {
  font: bold 18px 'Roboto Slab', serif;
  color: #333333;
}
.tabs-wrap .cta-wrap a img {
  vertical-align: middle;
  margin-left: 10px;
  display: inline-block;
}
.tabs-wrap .text {
  color: #333333;
}
.tabs-header ul
{
	list-style: none;
}
#page_header h1
{
	position: relative; 
	bottom: -50px;
}
#page_header h3
{
	font: bold 23px 'Roboto Slab', serif;
    color: white;
	position: relative; 
	bottom: -50px;
	max-width: 800px;
	left: calc(50% - 400px);
}
@media screen and (max-width: 840px) {
	#page_header h1
	{
		position: relative; 
		bottom: -100px;
		font-size: 30px;
	}
	#page_header h3
	{
		font: bold 17px 'Roboto Slab', serif;
		color: white;
		position: relative; 
		bottom: -100px;
		max-width: 400px;
		left: calc(50% - 200px);
	}
}
.text h1
{
	font: bold 21px 'Roboto Slab', serif;
    color: #616161;
    letter-spacing: 0.06em;
    margin-bottom: 20px;
}
.row-highlight {
    background: #fed91f;
    padding: 100px 70px;
}

.row-highlight a {
  color: white;
}
.row-highlight h3 {
  font: bold 75px/1 'Roboto Slab', serif;
  color: #333333;
}
.row-highlight p {
  font: bold 23px 'Roboto Slab', serif;
  color: #000000;
}
.row-highlight .cta-wrap {
  margin-top: 40px;
}
.row-highlight a {
  color: white;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before
{
	content: "" !important;
}
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after
{
	content: "" !important;
}
.modal-body
{
	min-height: 400px;
}