@font-face {
	font-family: 'Exo 2';
	font-style: italic;
	font-weight: 700;
	src: url("../font/exo2-italic-700.ttf");
}

@font-face {
	font-family: 'PT Serif';
	font-style: normal;
	font-weight: 400;
	src: url("../font/pt-serif-400.ttf");
}

@font-face {
	font-family: 'PT Serif';
	font-style: normal;
	font-weight: 700;
	src: url("../font/pt-serif-700.ttf");
}

html, body {
	font-family: "Exo 2", sans-serif !important;
	color: #333;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2em;
	background-color: #fafafa;
}

a {
    color: #bb4444;
    text-decoration: none;
    transition: color 300ms;
}

.tlb-page a { color: black; /*#fee807*/ }

a:hover {
    color: #ff0000;
}

p {
    margin-bottom: 10px;
}

.gray {
    color: rgba(0,0,0,0.5);
}

.gray:hover {
    color: rgba(0,0,0,0.7);
}


p, article *, .easy-reading {
    font-family: "PT Serif", serif !important;
    font-weight: 400;
    line-height: 1.6em;
    font-size: 1rem;
    color: #333
}

article strong {
    font-weight: 600;
}

h1, h2, h3, h4, h5, h6, .heading {
    color: #bb4444;
    font-weight: 700;
    font-style: italic;
    line-height: 1em;
    transition: color 300ms;
    font-family: "Exo 2", sans-serif !important;
}

.tlb-page h1, .tlb-page h2, .tlb-page h3, .tlb-page h4, .tlb-page h5, .tlb-page h6, .tlb-page .heading {
    color: black; /*#fee807;*/
}

h1 { font-size: 2rem; }
h2 { font-size: 1.8rem; }
h3 { font-size: 1.6rem; }
h4 { font-size: 1.4rem; }
h5 { font-size: 1.2rem; }
h6 { font-size: 1rem; }

a:hover h1, a:hover h2, a:hover h3, a:hover h4, a:hover h5, a:hover h6, .heading {
    color: #ff0000;
}

.page > .container {
    margin: 0 auto;
}

/* BULLETIN AREA */

.bulletin-area {
    position: relative;
    z-index: 998;
    overflow: hidden;
}

.bulletin-area .bulletins {
    position: relative;
    height: 100%;
    margin: 0 auto 0 auto;
}

.bulletin-area .bulletin-figure {
    position: absolute;
    display: block;
    cursor: pointer;
    visibility: hidden;
    opacity: 1;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 1;
    transition: opacity 1000ms linear;
    animation-delay: 0;
}

.bulletin-area .bulletin-figure.fade-out {
    animation-delay: 1000ms;
    visibility: visible;
    /*opacity: 0;*/
}

.bulletin-area .bulletin-figure.inactive {
    opacity: 0;
}

.bulletin-area .bulletin-figure.fade-in,
.bulletin-area .bulletin-figure.active {
    visibility: visible;
}

.bulletin-area .bulletin-figure.fade-out .bulletin-heading,
.bulletin-area .bulletin-figure.inactive .bulletin-heading {
    opacity: 0;
}

.bulletin-area .bulletin-figure.fade-in .bulletin-heading,
.bulletin-area .bulletin-figure.active  .bulletin-heading {
    opacity: 1;
}

.bulletin-area .bulletin-img {
    display: block;
    height: 100%;
}

.bulletin-area .bulletin-heading {
    position: absolute;
    opacity: 0;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1em;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    padding-bottom: 30px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.5), 1px 1px 10px rgba(0, 0, 0, 1);
    transition: transform 1000ms ease-out, opacity 1s linear;
}

.bulletin-area .buttons {
    text-align: right;
    position:absolute;
    width:100%;
    bottom: 0px;
    z-index: 1000;
}

@media (max-width: 720px) {
    .bulletin-area .bulletin-heading {
        font-size: 1.2rem;
        padding-bottom: 10px;
    }

    .bulletin-area .buttons {
        display: none;
    }
}

.bulletin-area .bulletin-button {
    display: inline-block;
    width: 30px;
    font-weight: bold;
    color: #ccc;
    cursor: pointer;
    text-align:center;
    transition: color 500ms;
    line-height: 1rem;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
    padding-bottom: 5px;
}

.bulletin-area .bulletin-button.active {
    color: white;
}

/* DEFAULT NAV */

.default-nav {
    background-color: #bb4444;
    position: relative;
    padding: 10px 10px 5px 10px;
    text-align: right;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: 1;
}

.tlb-page .default-nav {
    background-color: #fee807;
}

body.scrolled {
    padding-top: 72px;
}

body.scrolled .default-nav {
    position:fixed;
    z-index: 999;
    top: 0;
    left: auto;
    right: auto;
}

.default-nav .default-logo {
    position: absolute;
    height: 75px;
    left: 10px;
    top: 5px;
}

.default-nav .categories {
    text-align: right;
    margin-left:85px;
    padding: 8px 0;
}

@media (max-width: 720px) {

    .default-nav {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        /*padding-right: 34px;*/
    }

    .default-nav.collapsed .collapsible {
        display: none;
    }

    .default-nav .default-logo {
        height: 40px;
    }

    .default-nav:not(.collapsed) .default-logo {
        display: none;
    }

    .default-nav .categories {
        margin-left:0;
    }
}

.default-nav .category {
    padding: 2px 15px 2px 0;
}

.default-nav .category-button {
    font-size: 0.9em;
}

.group-title {
    text-align: center;
    font-size: 1.2em;
    background: #ddd;
    color: #777;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    position: relative;
    top: -5px;
    padding: 15px 0 10px 0;
}

/* CONTENT THUMBNAIL */
.thumbnails-container {
    margin-top: 30px;
    padding: 0 5px;
}

.content-thumbnail {
    display:block;
    max-width: 960px;
    margin: 20px auto 35px auto;
}

.content-thumbnail .group-link {
    color: #666;
    font-family: "PT Serif", serif;
    font-size: 0.9rem;
    opacity: 0.8;
}

.content-thumbnail .group:hover {
    text-decoration: underline;
}

.content-thumbnail .desc {
    margin: 5px 0 0 0;
    color: #666;
}

.content-thumbnail .recent-thumbnail {
    width: 66.666%;
    padding-right: 30px;
    float: left;
}

.content-thumbnail .recent-thumbnail .recent-img {
    width: 100%;
    margin-bottom: 10px;
}

.content-thumbnail .recent-thumbnail.no-image .h4-container {
    font-size: 2rem;
    background-color: rgba(0, 0, 0, 0.03);
    padding-top: 56.25%;
    position: relative;
    overflow: hidden;
    width: 100%;
    display: block;
}

.content-thumbnail .recent-thumbnail.no-image .h4-container::before {
  content: "";
  position: absolute;
  /*background-image: url(../png/logo.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;*/
  opacity: 0.1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.content-thumbnail .recent-thumbnail.no-image .recent-heading {
    font-size: 2rem;
    position: absolute;
    top: 40px;
    left: 40px;
    right: 40px;
    bottom: 40px;
    display: block;
    text-align:center;
}

.content-thumbnail .content-suggestions {
    width: 33.333%;
    float: right;
    min-height: 1px;
}

.content-thumbnail .content-suggestions .group-link {
    font-size: 0.8rem;
}

.content-thumbnail .suggestion-thumbnail {
    margin-bottom: 17px;
}

.content-thumbnail .suggestion-left {
    width: 31.1%;
}

.content-thumbnail .suggestion-right {
    width: 68.9%;
    padding-left: 10px;
}

.content-thumbnail .suggestion-thumbnail.no-image .suggestion-right {
    width: 100%;
    padding-left: 0;
}

.content-thumbnail .suggestion-img {
    width: 100%;
}

@media (max-width: 720px) {

    .content-thumbnail .content-suggestions {
        margin-bottom: 30px;
        margin-top: 30px;
        float: none;
        width: auto;
    }

    .content-thumbnail .recent-thumbnail {
        width: auto;
        padding-right: 0;
        float: none;
    }

    .content-thumbnail .suggestion-thumbnail .date {
        display: inline;
        font-size: 0.7rem;
        margin-left: 0;
        opacity: 0.6;
    }

    .content-thumbnail .suggestion-thumbnail {
        display: block;
        /*width: 33%;
        float: left;*/
        margin-bottom: 5px;
        opacity: 0.8;
    }

    .content-thumbnail .suggestion-thumbnail h6 {
        font-size: 0.9rem;
    }

    .content-thumbnail .suggestion-left {
        display:none;
    }

    .content-thumbnail .suggestion-right {
        float:none;
        width: 100%;
        padding-left: 0;
    }
}

@media (min-width: 721px) {
    .content-thumbnail .suggestion-heading {
            color: rgba(0,0,0,0.5);
    }
    .content-thumbnail .suggestion-heading:hover {
            color: rgba(0,0,0,0.7);
    }
}

/* NEXT PAGE */

.next-page {
    text-align:center;
    padding: 30px;
}

.next-page .next-page-state {
    display: none;
}
.next-page.loading .next-page-state.loading,
.next-page.finished .next-page-state.finished,
.next-page:not(.loading):not(.finished) .next-page-state.link {
    display: block;
}






/* CONTENT PAGE */

.content-page  .default-nav {
    margin-bottom: 20px;
}

.content-page main {
    max-width: 640px;
    margin: 30px auto 40px auto;
}

.content-page main > h1 {
    font-size: 3rem;
    margin-bottom: 10px;
}

.content-page main > h2 {
    font-size: 1.5rem;
    color: #777;
    margin-bottom: 30px;
}

@media (max-width: 720px) {
    .content-page main {
        padding-left: 5px;
        padding-right: 5px;
    }
    .content-page main > h1 {
        font-size: 2.2rem;
    }

    .content-page main > h2 {
        font-size: 1.3rem;
    }
}

.content-page .date-container {
    font-family: "Exo 2";
    font-weight: 600;
    font-style: italic;
}

.content-page .share-buttons {
    text-align: center;
}

.content-page .share-box {
    text-align: center;
    font-family: "Exo 2";
    font-weight: 600;
    font-style: italic;
    margin: 20px 0 0 0;
}

.content-page .share-box .share-link {
    position:relative;
    padding: 10px 30px 15px 30px;
    border-radius: 5px;
    color: white;
    opacity: 1;
    transition: opacity 500ms;
    display:inline-block;
    height: 53px;
    margin: 0 10px 10px 0;
}

.content-page .share-box .share-link .icon {
    position:relative;
    top: 5px;
    margin-right: 5px;
}

.content-page .share-box .twitter {
    background-color: #4099FF;
}


.content-page .share-box .facebook {
    background-color: #3b5998;
}

/*.content-page .share-box .facebook:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(59, 89, 152, 0);
    border-left-color: #3B5998;
    border-width: 10px;
    margin-top: -10px;
}
.content-page .share-box .twitter:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(64, 153, 255, 0);
    border-left-color: #4099FF;
    border-width: 10px;
    margin-top: -10px;
}*/

.content-page .share-box .share-link:hover {
    opacity: 0.7;
}

.content-page .share-box .whatsapp {
    background-color: #128c7e;
}


.content-page .thumbnails-container {
    max-width: 640px;
    display: block;
    margin: 0 auto;
    padding: 0;
}

.content-page .recent-thumbnail {
    width: 100%;
    padding-right: 0;
    float: none;
}

.content-page .content-suggestions {
    display: none;
}

.content-page .date-label {
    margin-right: 5px;
    font-size: 0.85em;
}


.MsoListParagraphCxSpFirst,
.MsoListParagraphCxSpMiddle,
.MsoListParagraphCxSpLast
 { text-indent: 0 !important; }

 .item {
    margin-bottom: 20px !important;
 }

 .item.quote {
     padding: 0 50px;
     font-style: italic;
 }

 .item.quote .text {
    display:inline;
    font-size: 1em;
 }

 .item.quote .text > p {
    display: inline;
 }

 .item.quote .begin-quote {
    display: inline;
    font-size: 2.5em;
    position: relative;
    line-height: 0.001em;
    top: 0.5em;
    margin-right: 5px;
 }

 .item.quote .end-quote {
    display: inline;
    font-size: 2.5em;
    position: relative;
    line-height: 0.001em;
    top: 0.5em;
    margin-left: 5px;
 }

 .item.quote .source {
    text-align: right;
    clear: both;
    font-style: normal;
    font-size: 0.9em;
    margin: 0 7px 0 0;
    display: block;
 }

 .item.picture figcaption {
    font-style: italic;
    text-align: center;
    margin: 3px 0 10px 0;
 }

 .item.picture figure {
    position: relative;
    text-align: center;
 }

 .item.picture figure img {
    max-width: 100%;
    max-height: 768px;
 }

 .item.businesscard {
    position: relative;
    border: 1px solid #999;
    border-radius: 10px;
    background: white;
    box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.2);
    overflow: hidden;
    padding-bottom: 5px;
 }

 .item.businesscard table {
    width: 100%;
    border-collapse: collapse;
 }

 .item.businesscard span, .item.businesscard label, .item.businesscard a { font-size: 0.8em !important; line-height: 1em !important;}
 .item.businesscard .name > span, .item.businesscard .entitlement > span { font-weight: bold; color:black; }
 .item.businesscard label { width: 120px; margin: 0 5px 0 0; display: inline-block; }
 .item.businesscard td:not(.photo) { padding: 1px 1px 1px 5px; line-height: 1em !important; }
 .item.businesscard .photo { vertical-align: top; width: 100px; }
 .item.businesscard .photo img { width: 70px; }
 .item.businesscard .social a { padding-right: 10px; }
 .item.businesscard .continueTo { padding-top: 3px !important; }
 .item.businesscard .continueTo a { font-size: 0.8em; color: #333333; font-weight: bold; }
 .item.businesscard a:hover { color: red; }

 .item.photogallery {
    padding-bottom: 30px;
 }

 .item.photogallery h2 {
    font-weight: normal;
    font-size: 0.937em;
    padding: 7px 35px 5px 0;
    text-align: center;
 }

 .item.photogallery .photo-area {
    position: relative;
    display: table;
    width: 100%;
 }

 .item.photogallery .photos {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
 }

 .item.photogallery button {
    position: absolute;
    top: 50%;
    height: 80px;
    margin-top: -25px;
    width: 40px;
    background: transparent;
    border: none;
    display: block;
    left: 0;
    text-shadow: 0 0 5px white, 0 0 7px white, 0 0 10px white;
    font-size: 3em;
    outline: none;
    opacity: 1;
    transition: opacity 300ms linear;
    -webkit-transition: opacity 300ms linear;
    cursor: pointer;
    z-index: 2;
 }

 .item.photogallery button:hover {
    opacity: 1;
 }

 .item.photogallery button.right {
    left: auto;
    right: 0;
 }

 .item.photogallery figure {
    position: absolute;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    text-align:center;
    transition: opacity 300ms linear;
    -webkit-transition: opacity 300ms linear;
    opacity: 0;
    display: table-cell;
 }

 .item.photogallery figure.active {
    display: table-cell;
    opacity: 1;
    z-index: 1;
 }

 .item.photogallery figure.hidden {

 }

 .item.photogallery figure img {
    max-width: 100%;
    max-height: 100%;
 }

 .item.photogallery figure figcaption {
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    height: 18px;
    text-align: center;
    font-size: 0.8em;
 }

 .item.photogallery figure .numbers {
    position: absolute;
    top: -26px;
    right: 10px;
    display: block;
    opacity: 0.7;
    font-size: 0.875em;
 }

 .item.question {

 }

 .item.question .question-header {
    font-weight: 500;
    cursor: pointer;
    font-size: 1rem;
    text-decoration: underline;
 }

 .item.question .question-body {
    display: none;
    padding: 7px 0 7px 0;
 }

 .item.question .question-link {
    display: block;
    font-weight: 600;
    padding-top: 7px;
 }

 .item.link {
  margin-bottom: 10px;
  text-align: center;
 }

 .item.link a {
    font-weight: 500;
    cursor: pointer;
    font-family: "Exo 2", sans-serif !important;
    font-weight: bold;
    font-style: italic;
 }

 .item.links {
    margin: 0 auto 20px auto;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
 }

 .item.links h4 {
    font-size: 1.1em;
    font-weight: 400;
    padding: 0 0 5px 25px;
 }

 .item.links ul {
    padding-left: 25px;
 }

 .item.links a {
    font-weight: bold;
    font-size: 0.8em;
    letter-spacing: 0.05em;
 }

 .item.map {
    position: relative;
 }

 .item.map .map-header {
   line-height: 2rem;
 }

 .item.map > iframe {
    max-width: 100%;
    width: 100%;
 }

 .item.image-menu {
    position: relative;
    text-align: center;
 }

 .item.image-menu figure {
    display: inline-block;
 }

 .item.image-menu a {

 }

 .item.image-menu .img-menu-160x160 {
    width: 160px;
    height: 240px;
 }

 .item.image-menu .img-menu-320x160 {
    width: 240px;
    height: 240px;
 }

 .item.image-menu .img-menu-480x160 {
    width: 320px;
    height: 240px;
 }

 .item.image-menu .img-menu-640x160 {
    width: 400px;
    height: 240px;
 }

 .view-page.small .item.image-menu .img-menu-480x160,
 .view-page.small .item.image-menu .img-menu-640x160,
 .view-page.medium.condensed .item.image-menu .img-menu-640x160 {
    width: 100%;
 }

 .item.embedvideo {
    padding-bottom: 20px;
 }

 .item.embedvideo > .container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    max-width: 640px;
    margin: 0 auto 0 auto;
 }

 .item.embedvideo iframe {
    margin: 0 auto 0 auto;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
 }

 .item.embedvideo h2 {
    font-weight: normal;
    padding-top: 7px;
    padding-bottom: 3px;
    text-align: center;
 }

 .item.file {
     padding-top: 5px;
     padding-bottom: 5px;
     text-align: center;
 }

 .item.file > h2 {
     font-size: 1em;
     font-family: "PT Serif", serif !important;
     font-weight: normal;
     font-style: normal;
     color: #333;
 }

 .item.file > a {
    color: #bb4444;
    font-family: "Exo 2", sans-serif !important;
    font-style: italic;
    font-weight: 700;
 }

  .tlb-page .item.file > a {
    color: black;/* #fee807;*/
  }

 .item.writer {
    margin: 0 !important;
    position: relative;
    top: -15px;
 }

 .item.writer .writer-img {
     width: 40px;
 }


 .item.writer .writer-name {
     display: inline-block;
     font-family: "Exo 2", sans-serif !important;
     font-style: italic;
     font-weight: 700;
     color: #bb4444;
     transition: color 300ms;
     position: relative;
    top: -12px;
    padding-left: 10px;
 }

 .tlb-page .item.writer .writer-name {
     color: black; /*#fee807;*/
 }

 .item.writer a .writer-name:hover {
     color: red;
 }

.item {
    margin: 30px 0 50px 0;
}

.item.text,
.item.header,
.item.picture,
.item.embedvideo,
.item.image-menu,
.item.link {
    border: 0;
    padding: 0;
    margin: 0 0 20px 0;
}

.section-page > .container {
    border-top: 10px solid #bb4444;
}

.tlb-page.section-page > .container {
    border-top: 10px solid #fee807;
}

.section-bar {
    display: block;
}

.section-bar .sb-container {
    padding-left: 85px;
    padding-bottom: 10px;
    direction: rtl;
}

@media (max-width: 720px) {
    .section-bar .sb-container {
        padding-left:0;
        padding-bottom: 5px;
    }
}


.section-bar .sb-item {
    display: inline-block;
    margin-right: 10px;
    direction: ltr;
    transition: transform 300ms ease-in-out;
    transform: translateY(0);
}
.section-bar .sb-item:hover {
    transform: translateY(-2px);
}

.section-bar .sb-link {
    font-weight: 700;
    font-style: italic;
    font-size: 0.9rem;
    padding-bottom: 2px;
    color: white;
}

.tlb-page .section-bar .sb-link {
    color: black;
}

.section-bar .sb-icon {
    position: relative;
    top: 5px;
    width: 24px;
}


.section-bar .sb-toggle-item {
    display: none;
}

@media (max-width: 720px) {
    .section-bar .sb-item {
        margin-right: 5px;
        margin-bottom: 0;
    }
    .section-bar .sb-link {
        font-size: 0.8em;
    }
    .section-bar .sb-toggle-item {
        display: inline-block;
    }
}


.breaking-link {
    display: block;
    text-align: center;
}

.breaking-link.text {
    border: 1px solid rgba(187, 68, 0, 0.15);
    border-radius: 5px;
    background: rgba(187, 68, 0, 0.05);
    padding: 10px 10px 10px 10px;
    margin: 5px 0 0 0;
    font-style: italic;
    font-weight: bold;
    font-size: 1.2em;
}

.breaking-animation {
    max-width: 100%;
}

.signup-form form {
    max-width: 640px;
    margin: 30px auto 0 auto;
    font-weight: 500 !important;
}

.signup-form h1 {
    max-width: 640px;
    margin: 30px auto 0 auto;
    text-align: center;
}

.signup-page:not(.small) .signup-form h1 {
    padding-left: 155px;
}

.signup-form .row {
    padding: 0 10px 10px 10px;
}

.signup-form .row:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.signup-page.small .signup-form .col {
    width: 100%;
}

.signup-page:not(.small) .signup-form .col {
    float:left;
    width: 465px;
}

.signup-form .col.right {
    text-align: right;
}

.signup-page.small .signup-form .col1 {
    padding-bottom: 3px;
}

.signup-page:not(.small) .signup-form .col1 {
    text-align: right;
    padding-right: 20px;
    padding-top: 3px;
    width: 155px;
}

.signup-form .error {
    background: #FFeeee;
    border: 1px solid #FF7777 !important;
}

.signup-form .col2 input,
.signup-form .col2 select,
.signup-form .col2 textarea,
.signup-form .col2 button {
    padding: 5px;
    border-radius: 5px;
    border: 0;
    border-bottom: 1px solid #cccccc;
    width: 100%;
    font-family: "PT Serif", serif;
}

.signup-form .col2 input[type=checkbox] {
    width: auto;
    margin-right: 5px;
}

.signup-form .col2 textarea {
    height: 60px;
}

.signup-form .col2 button  {
    background-color: #bb4444;
    border: none;
    color: white;
    font-weight: 600;
    font-size: 1em;
    padding: 10px 3px;
    margin-bottom: 30px;
    cursor: pointer;
    letter-spacing: 0.05em;
}

.tlb-page .signup-form .col2 button {
    background-color: #fee807;
}

.signup-form .message {
    text-align: center;
    padding: 10px;
    margin: 10px;
    border-radius: 10px;
    color: white;
}

.signup-form .message.success {
    background-color: #55dd55;
}

.signup-form .message.error {
    background-color: #ff5555;
}

.search-window {
    position: fixed;
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 99999;
}

.search-window .search-window-close {
    display: block;
    border: 0;
    outline: 0;
    background-color:#bb4444;
    padding: 15px 10px;
    text-align: left;
    cursor: pointer;
    width: 100%;
    color: white;
    font-size: 1em;
    font-family: "Exo 2", sans-serif !important;
    font-weight: bold;
    font-style: italic;;
}

.search-window .search-window-close {
    background-color:#fee807;
}

.tgb-page .search-window .search-window-close {
    background-color: #bb4444;
}

.search-window .gcse-search-area {
    overflow-y: auto;
    position: absolute;
    top: 52px;
    left: 0;
    right: 0;
    bottom: 0;
}

.search-window input.gsc-search-button-v2 {
    width: auto;
    height: auto;
    padding: 7px 15px;
    margin-top: 5px;
}

.search-window .gsc-input-box {
    height: 30px;
}

.search-window input.gsc-input {
    font-family: "PT Serif", serif;
}

.who-are-we-content h1 {
    text-align: center;
}

.resp-list {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ddd;
    margin-top: 20px;
}

.resp-list td, .resp-list th {
    vertical-align:middle;
    border-bottom: 1px solid #ddd;
    padding: 3px 7px;
    font-size: 0.85em;
    text-align: left;
}
.resp-list tr:nth-child(even) > td {
    background-color:#ffffff;
}

.resp-list tr:first-child th {
    background-color:#ddd;
    font-weight:bold;
}

.resp-list a {
    font-size: 1em;
}

.resp-list .resp-mail-icon {
    width: 20px;
    opacity: 0.4;
    vertical-align: text-bottom;
}

.section-link-button {
    width: 32%;
    position: relative;
    margin: 10px 1% 0 0;
    float: left;
    background-color: #ececec;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center;
    padding: 5px;
}

.section-link-button:last-child {
    margin-right: 0;
}

@media (max-width: 720px) {
    .section-link-button {
        float: none;
        margin: 0;
        width: 100%;
    }
}


.countdown {
    text-align: center;
    margin: 25px 0 15px 0;
    color: #555;
}

.countdown span {
    font-size: 2rem;
    color: #b44;
}
.publications-page main {
    max-width: 640px;
    margin: 0 auto;
    position: relative;
    padding: 5px 0;
}

.publications-page .publication {
    width: 100%;
    float: left;
    padding: 5px;
}

@media(min-width:640px) {
    .publications-page .publication {
        width: 50%;
        float: left;
    }
}

.publications-page .publication .pub-content {
    width: 100%;
}

.publications-page .publication .pub-image {
    width: 100%;
}