.mh-head {
    text-align: center;
    padding: 0 10px;
    margin: 0;
    position: relative;
    background: #ccc;
    color: #333;
    height: 40px
}

.mh-head a {
    color: inherit;
    text-decoration: none
}

.mh-head.mh-size-2 {
    height: 80px
}

.mh-head.mh-size-3 {
    height: 120px
}

.mh-head.mh-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    transition: transform .2s ease;
    transform: translate3d(0, 0, 0)
}

.mh-head.mh-sticky.mh-scrolledout {
    transform: translate3d(0, -100%, 0)
}

.mh-head .mh-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    display: block;
    padding: 10px
}

.mh-head.mh-align-left .mh-text {
    text-align: left
}

.mh-head.mh-align-right .mh-text {
    text-align: right
}

.mh-head.mh-btns-left {
    padding-left: 50px
}

.mh-head.mh-btns-left-2 {
    padding-left: 90px
}

.mh-head.mh-btns-left-3 {
    padding-left: 130px
}

.mh-head.mh-btns-right {
    padding-right: 50px
}

.mh-head.mh-btns-right-2 {
    padding-right: 90px
}

.mh-head.mh-btns-right-3 {
    padding-right: 130px
}

.mh-head .mh-btns-left,
.mh-head .mh-btns-right {
    display: block;
    width: 40px;
    position: absolute;
    top: 0;
    bottom: 0
}

.mh-head .mh-btns-left {
    left: 10px
}

.mh-head .mh-btns-right {
    right: 10px
}

.mh-head.mh-btns-left-2 .mh-btns-left,
.mh-head.mh-btns-right-2 .mh-btns-right {
    width: 80px
}

.mh-head.mh-btns-left-3 .mh-btns-left,
.mh-head.mh-btns-right-3 .mh-btns-right {
    width: 120px
}

.mh-head .mh-btns-left>*,
.mh-head .mh-btns-right>* {
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    width: 40px;
    display: block;
    padding: 10px 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.mh-head .mh-btns-left>:nth-child(1),
.mh-head .mh-btns-right>:nth-child(1) {
    left: 0
}

.mh-head .mh-btns-left>:nth-child(2),
.mh-head .mh-btns-right>:nth-child(2) {
    left: 40px
}

.mh-head .mh-btns-left>:nth-child(3),
.mh-head .mh-btns-right>:nth-child(3) {
    left: 80px
}

.mh-head .mh-list {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    white-space: nowrap;
    list-style: none;
    line-height: 20px;
    display: block;
    padding: 0;
    margin: 0
}

.mh-head .mh-list li {
    display: inline-block;
    padding: 0;
    margin: 0
}

.mh-head .mh-list li a,
.mh-head .mh-list li span {
    display: block;
    padding: 10px
}

.mh-head.mh-align-left .mh-list {
    text-align: left
}

.mh-head.mh-align-right .mh-list {
    text-align: right
}

.mh-head .hamburger {
    margin-top: 2px;
    -ms-transform: scale(.6, .7) translateY(-50%);
    transform: scale(.6, .7) translateY(-50%);
    -ms-transform-origin: top center;
    transform-origin: top center
}

.mh-head .mh-image,
.mh-head .mh-logo {
    background: none center center transparent no-repeat;
    display: block;
    height: 100%
}

.mh-head .mh-logo {
    background-size: contain;
    background-clip: content-box;
    padding: 10px
}

.mh-head.mh-align-left .mh-logo {
    background-position: left center
}

.mh-head.mh-align-right .mh-logo {
    background-position: right center
}

.mh-head .mh-image {
    background-size: cover
}

.mh-head .mh-form {
    padding: 7px 0;
    position: relative
}

.mh-head .mh-form input {
    background: #fff;
    border: none;
    border-radius: 3px;
    font-size: 14px;
    line-height: 26px;
    display: block;
    box-sizing: border-box;
    height: 26px;
    width: 100%;
    padding: 0 10px
}

.mh-head .mh-form .fa {
    color: #ccc;
    text-align: center;
    line-height: 40px;
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    right: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

body,
body:not(.toolbar) {
    padding: 0 !important;
}

body,
p {
    font-family: 'Rubik', sans-serif;
    color: #111;
    font-size: 16px;
    line-height: 28px;
}

a {
    color: #4E80C0;
    transition: all .25s;
}

a:hover,
a:focus {
    color: #ec9f3c;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

.btn-primary {
    background-color: #4E80C0;
    font-size: 1rem;
    border-color: #4E80C0;
    margin-bottom: .5rem;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #3967a2;
    border-color: #3967a2;
}

.wrapper {
    border: 1px solid #e6e6e6;
    padding: 15px;
}

@media screen and (min-width:992px) {
    .wrapper {
        padding: 30px;
    }
}

.date-wrapper {
    background-color: #ec9f3c;
    color: #ffffff;
    padding: .75rem;
    width: 100px;
    height: 100px;
    float: left;
    text-align: center;
    max-width: 100px;
}

.date-wrapper .date {
    font-size: 3.25rem;
    display: block;
    height: 50px;
    line-height: 50px;
    font-weight: normal;
}

.date-wrapper .month {
    font-size: .75rem;
}

table thead:after {
    content: "-";
    display: block;
    line-height: 2em;
    color: transparent;
}

table thead th {
    border: 0;
    padding: 10px 30px;
    vertical-align: top;
    color: #888888;
    background-color: #e6e6e6;
}

table tbody tr:first-child td {
    padding-top: 0;
}

table tbody tr:first-child td:before {
    display: none !important;
}

table tbody tr:last-child {
    border: 0;
}

table tbody tr:last-child td {
    padding-bottom: 0;
}

table tbody tr td {
    border: 0;
    padding: 30px;
    position: relative !important;
}

table tbody tr td:first-child {
    border-right: 2px solid #e6e6e6;
}

table tbody tr td:before {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(210, 210, 210, 0.65) 50%, rgba(0, 0, 0, 0) 100%) rgba(0, 0, 0, 0);
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    display: block !important;
}

table tbody tr td h4 {
    margin-top: 2px;
}

table tbody tr td ul {
    padding: 0;
    margin: 0;
}

table tbody tr td ul li {
    list-style: none;
    padding-left: 15px;
    position: relative;
    font-size: 16px;
    line-height: 1.5;
}

table tbody tr td ul li+li {
    margin-top: 15px;
}

table tbody tr td ul li:before {
    content: '\f0da';
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
}

table.table-borderless tbody tr td:before {
    content: none;
}

.color--white {
    color: #ffffff;
}

.color--white * {
    color: #ffffff;
}

.color--orange {
    color: #ec9f3c;
}

.color--orange * {
    color: #ec9f3c;
}

@media (min-width:992px) {
    .page__breadcrumb {
        min-height: 20px;
    }
}



@media screen and (min-width:768px) {
    .page__carousel-wrapper .col {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (min-width:992px) {
    .page__carousel-wrapper .col {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.page__carousel-wrapper .tweets {
    border: 1px solid #e6e6e6;
    margin-top: 15px;
    height: 450px;
    overflow: hidden;
}

@media screen and (min-width:992px) {
    .page__carousel-wrapper .tweets {
        margin-top: 0;
    }
}

.carousel {
    border-bottom: 0;
}

.carousel .item {
    background-repeat: no-repeat;
    background-size: cover;
    height: 250px;
}

@media (min-width:768px) {
    .carousel .item {
        height: 40vh;
    }
}

@media screen and (min-width:768px) {
    .carousel .item {
        height: 450px;
    }
}

.carousel .item .field-roundearth-carousel-slides__field-roundearth-carousel-media img {
    width: 100%;
    height: auto;
}

.carousel .item .carousel-caption {
    background: none;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0 30px 30px;
}

@media screen and (min-width:768px) {
    .carousel .item .carousel-caption {
        padding: 0 100px 50px;
    }
}

.carousel .item .carousel-caption h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.75rem;
    font-weight: 300;
}

@media screen and (min-width:768px) {
    .carousel .item .carousel-caption h3 {
        font-size: 2.5rem;
    }
}

.carousel .item .carousel-caption p {
    font-size: 1rem;
    color: #ffffff;
}

@media screen and (min-width:768px) {
    .carousel .item .carousel-caption p {
        font-size: 1.25rem;
    }
}

.carousel .carousel-indicators {
    bottom: 0;
}

.carousel .carousel-indicators li+li {
    margin-left: .5rem;
}

.carousel .carousel-control {
    display: none;
}

@media screen and (min-width:768px) {
    .carousel .carousel-control {
        display: block;
    }
}

.carousel .carousel-control.left,
.carousel .carousel-control.right {
    background: none;
}

.carousel .carousel-control .fa {
    position: absolute;
    top: 50%;
    z-index: 5;
}

@media screen and (min-width:768px) {
    .carousel .carousel-control .fa {
        font-size: 3.5rem;
    }
}

.page--front .page__content-wrapper {
    padding: 30px 0 0;
}

@media (min-width:992px) {
    .page--front .page__content-wrapper {
        padding: 60px 0 0;
    }
}

.page__content-wrapper .page__content {
    padding: 0;
    min-height: auto;
    margin: 1.5rem 0;
}

@media screen and (min-width:992px) {
    .page__content-wrapper .page__content {
        margin-bottom: 2rem;
    }
}

.page__content-wrapper .page__content--top {
    margin-top: .5rem;
}

.page__content-wrapper .page__content--top .block+.block {
    margin-top: 1rem;
}

.page__footer {
    padding: 50px 0;
    color: #ffffff;
    background-color:rgb(45, 45, 92) ;
    position: relative;
    text-align: left;
}

.page__footer:before {
    content: '';
    position: absolute;
    background: rgba(39, 50, 114, 0.5);  
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.page__footer .container {
    position: relative;
    z-index: 10;
}

.page__footer h3 {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    color: #ffffff;
}

.page__footer p {
    font-size: 1rem;
    color: #ffffff;
}

.page__footer .col {
    margin-bottom: 2rem;
}

.page__footer .footer__contact {
    padding: 0;
}

.page__footer .footer__contact li {
    list-style: none;
    overflow: hidden;
}

.page__footer .footer__contact li+li {
    margin-top: 1rem;
}

.page__footer .footer__contact li i {
    float: left;
    width: 2rem;
    margin-top: .25rem;
    color: #ec9f3c;
}

.page__footer .footer__contact li i:before {
    vertical-align: middle;
}

.page__footer .footer__contact li span {
    float: left;
    width: 80%;
}

.page__footer .footer__contact a {
    color: #ffffff;
}

.page__footer .menu--footer {
    padding: 0;
}

.page__footer .menu--footer li {
    list-style: none;
    display: block;
    margin-left: 0;
}

.page__footer .menu--footer li+li {
    margin-top: .5rem;
}

.page__footer .menu--footer li a {
    color: #ffffff;
}

.page__footer .menu--footer li a:hover,
.page__footer .menu--footer li a:focus {
    text-decoration: underline;
}

.page__footer #google_translate_element {
    margin-top: -30px;
}

.page__footer #google_translate_element select {
    color: #000;
    height: 30px;
    border: 1px solid white;
    background-color: white;
}

.page__footer #google_translate_element select:hover,
.page__footer #google_translate_element select:focus {
    outline: none;
}

.page__footer #google_translate_element .goog-te-gadget {
    color: #ffffff;
}

.page__footer #google_translate_element a {
    color: #ffffff;
}

.page__footer .copyright {
    margin-top: 2rem;
    text-align: left;
}

#back-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    background-color: #4E80C0;
    border: 1px solid #ffffff;
    z-index: 10;
    display: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 70px;
    text-align: center;
}

#back-to-top:hover {
    background-color: #ec9f3c;
}

#back-to-top i {
    color: #ffffff;
    font-size: 2.5rem;
    height: 20px;
    line-height: 20px;
}

@media (min-width:992px) {
    #back-to-top {
        display: block;
    }
}

.page__header {
    background: #343681;
    padding: 1rem 0;
    height: auto;
}



@media (min-width:992px) {
    .page__header .branding {
        float: left;
    }
}

.page__header .branding img {
    width: 80px;
    height: auto;
    max-height: none;
}

@media screen and (min-width:1200px) {
    .page__header .branding img {
        width: 120px;
    }
}

.page__header .slogan {
    color: white;
    text-transform: uppercase;
    margin-left: 1rem;
    margin-top: .5rem;
    float: left;
    max-width: 200px;
    font-family: Tahoma, Verdana, "DejaVu Sans", sans-serif;
    line-height: 120%;
    display: none;
}

@media (min-width:992px) {
    .page__header .slogan {
        font-size: 1.2rem;
        max-width: 270px;
        display: block;
    }
}

.page__header--right,
.page__header--left {
    padding: 0;
    text-align: left;
}

@media (min-width:992px) {
    .page__header--left {
        margin-top: 20px;
    }
}

.page__header--right {
    text-align: right;
}

.page__header--right .block {
    display: block;
}

.page__header--right .block--menu {
    float: right;
    margin-top: .5rem;
}

@media (min-width:992px) {
    .page__header--right .block--menu {
        margin-top: 0;
    }
}

.page__header--right .block--search {
    float: right;
    width: 5%;
    padding: 1.5rem 0 1.5rem 1.5rem;
    text-align: right;
    display: none;
    clear: both;
}

@media (min-width:992px) {
    .page__header--right .block--search {
        width: 50%;
        padding: 1rem 0 0 1rem;
        display: block;
    }
}

.page__header--right .block--search form {
    display: none;
    width: 100%;
    position: relative;
}

@media (min-width:992px) {
    .page__header--right .block--search form {
        display: block;
    }
}

.page__header--right .block--search form:hover,
.page__header--right .block--search form:focus {
    outline: none;
}

.page__header--right .block--search form .form-item {
    width: 100%;
}

.page__header--right .block--search form input {
    padding-right: 4rem;
    box-shadow: none;
    border: none;
    border-radius: 0;
    color: #ffffff;
    font-weight: normal;
    background-color: #4E80C0;
    width: 100%;
}

.page__header--right .block--search form input::placeholder {
    color: #bfd1e8;
}

@media (min-width:992px) {
    .page__header--right .block--search form input {
        font-size: 1rem;
    }
}

.page__header--right .block--search form input:hover,
.page__header--right .block--search form input:focus {
    box-shadow: none;
    background-color: #ffffff;
    color: #4E80C0;
}

.page__header--right .block--search form .button {
    background: url(../../../../themes/pangea_custom/assets/images/search_icon.png) no-repeat center;
    background-size: 60%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    height: 34px;
    width: 34px;
    min-width: unset;
    color: #e6e6e6;
    margin: 0;
    padding: 0;
    font-size: 0;
}

.page__header--right .block--search form .button:hover,
.page__header--right .block--search form .button:focus {
    outline: none;
    background-color: transparent;
}

@media (min-width:992px) {
    .page__header--right .block--search a {
        display: none;
    }
}

.page__header--right .block--sociallinks,
.page__header--right .block--pangea-custom-sociallinks-footer {
    display: none;
}

@media (min-width:992px) {

    .page__header--right .block--sociallinks,
    .page__header--right .block--pangea-custom-sociallinks-footer {
        display: block;
    }
}

.page-header {
    border: 0;
    padding: 0;
    margin: 0;
}

.page-title {
    font-size: 2rem;
    color: #343681;
}

.navbar {
    background-color: #ffffff;
    color: #5b5b5b;
    border-top: none;
    border-bottom: 1px solid #e6e6e6;
    display: none;
}

@media (min-width:992px) {
    .navbar {
        display: block;
    }
}

@media screen and (min-width:992px) {
    .navbar.fixed {
        position: fixed;
        z-index: 500;
        top: 0;
        left: 0;
        right: 0;
    }
}

@media (min-width:992px) {
    .navbar .container {
        width: auto;
        padding: 0;
    }
}

@media (min-width:1200px) {
    .navbar .container {
        width: 1170px;
        padding: 0 15px;
    }
}

.navbar.navbar-default .navbar-nav {
    float: none;
    display: flex;
    align-items: center;
    justify-content: center;
}


.navbar.navbar-default .navbar-nav>.open>a,
.navbar.navbar-default .navbar-nav>.active>a {
    background-color: transparent;
    color: #4E80C0;
}

.navbar.navbar-default .navbar-nav>li {
    position: relative;
}

.navbar.navbar-default .navbar-nav>li:first-child>a {
    padding-left: 0;
}

.navbar.navbar-default .navbar-nav>li:last-child>a {
    padding-right: 0;
}

.navbar.navbar-default .navbar-nav>li:hover>ul,
.navbar.navbar-default .navbar-nav>li:focus>ul {
    display: block;
}

.navbar.navbar-default .navbar-nav>li .caret {
    color: #273272;
}

.navbar.navbar-default .navbar-nav>li:last-child.dropdown ul {
    right: 0;
    left: auto;
}

.navbar.navbar-default .navbar-nav>li>a {
    font-size: .88rem;
    padding: 1rem .5rem;
    display: block;
}

@media screen and (min-width:1200px) {
    .navbar.navbar-default .navbar-nav>li>a {
        font-size: 1rem;
        height: 50px;
        padding: 1rem .5rem;
    }
}

.navbar.navbar-default .navbar-nav>li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 250px;
    z-index: 1;
    background-color: #ffffff;
    border-radius: 0;
    border: 1px solid #e6e6e6;
}

.navbar.navbar-default .navbar-nav>li ul li a {
    color: #273272;
    padding: .75rem 1rem;
    display: block;
    font-size: 1rem;
}

.navbar.navbar-default .navbar-nav>li ul li a:hover,
.navbar.navbar-default .navbar-nav>li ul li a:focus {
    background-color: #4E80C0;
    color: #ffffff;
}

.navbar.navbar-default .navbar-nav>li ul li.active a {
    background-color: #4E80C0;
    color: #ffffff;
}

.navbar.navbar-default ul {
    padding: 0;
    margin: 0;
}

.navbar.navbar-default ul li {
    list-style: none;
}

.navbar.navbar-default ul li a {
    color: #273272;
}

.navbar.navbar-default ul li a:hover {
    color: #4E80C0;
}

.navbar .navbar-header {
    float: none;
    margin-right: 0;
    margin-left: 0;
}

@media screen and (min-width:992px) {
    .navbar .navbar-header {
        float: left;
    }
}

@media (min-width:992px) {
    .block--mobile-menu {
        display: none;
    }
}

.mm-menu {
    background: #ffffff;
    color: #5b5b5b;
}

.mm-menu-toggle {
    color: #ffffff;
    font-size: 2.4rem;
    float: right;
    border: 0;
    background: 0;
    margin-top: 8px;
    outline: none;
    padding: 0;
}

.mm-menu-toggle .fa-close {
    display: none;
}

@media (min-width:992px) {
    .mm-menu-toggle {
        display: none;
    }
}

.mm-menu .mm-panel_has-navbar .mm-navbar {
    height: 80px;
    padding-top: 20px;
}

.mm-menu .mm-panel_has-navbar .mm-navbar__btn {
    top: 23px;
}

.mm-menu .mm-panel_has-navbar .mm-navbar__title {
    font-size: 1.4rem;
    padding: 15px 0;
    color: #273272;
}

.mm-menu .mm-panel_has-navbar.mm-panel_has-searchfield {
    padding-top: 140px;
}

.mm-menu .mm-panel_has-navbar.mm-panel_has-searchfield>.mm-searchfield {
    top: 80px;
}

.mm-menu .mm-panel_has-navbar.mm-panel_has-searchfield>.mm-searchfield input {
    height: 45px;
    max-height: none;
    line-height: 45px;
}

.mm-menu .mm-btn_next {
    z-index: 100;
}

.mm-menu .mm-listitem>a,
.mm-menu .mm-listitem>span {
    font-size: 1.2rem;
    padding: 15px;
    color: #273272;
}

.mm-menu .mm-listitem:after {
    left: 0;
}

.mm-wrapper_opened .mm-menu-toggle .fa-close {
    display: inline-block;
}

.mm-wrapper_opened .mm-menu-toggle .fa-bars {
    display: none;
}

.page__sidebar--right {
    margin-bottom: 30px;
}

@media screen and (min-width:992px) {
    .page__sidebar--right {
        margin-bottom: 60px;
    }
}

.page__featured .block img,
.page__featured .block-content img,
.page__slices .block img,
.page__slices .block-content img {
    width: 100%;
    height: auto;
}

@media screen and (min-width:992px) {

    .page__featured .block img,
    .page__featured .block-content img,
    .page__slices .block img,
    .page__slices .block-content img {
        max-width: 500px;
    }
}

.page__featured .block h2,
.page__featured .block-content h2,
.page__slices .block h2,
.page__slices .block-content h2 {
    margin: 0 auto 2rem !important;
    color: #273272;
}

.page__featured .block h4,
.page__featured .block-content h4,
.page__slices .block h4,
.page__slices .block-content h4 {
    font-size: 1rem;
    line-height: 2rem;
}

.page__featured .block {
    padding: 30px 0;
}

@media screen and (min-width:992px) {
    .page__featured .block {
        padding: 60px 0;
    }
}

.page__top-bar {
    background-color: #f7f7f7;
    margin-top: 1rem;
}

.page__top-bar .block {
    padding: 1rem 0;
    margin: 0;
}

.block h2 {
    color: #273272;
    text-transform: none;
}

.breadcrumb {
    padding: 0;
    margin: 1rem 0 0;
    color: #ec9f3c;
    font-size: 1rem;
    background: none;
}

@media (min-width:992px) {
    .breadcrumb {
        font-size: .8rem;
    }
}

@media (min-width:1200px) {
    .breadcrumb {
        font-size: 1rem;
    }
}

.breadcrumb li+li:before {
    color: #777777;
    padding: 0;
}

.breadcrumb a:hover {
    color: #4E80C0 !important;
}

#slice-sponsors {
    padding: 2rem;
}

.contact {
    font-size: 1rem;
}

.contact__image {
    display: block;
    margin-bottom: .5rem;
    width: 80px;
    height: auto;
}

@media (min-width:768px) {
    .contact__image {
        width: auto;
    }
}

.contact__name {
    text-transform: uppercase;
    font-weight: 600;
    color: #343681;
}

.contact__position p {
    margin-bottom: .5rem;
    font-size: .85rem;
}

.contact__bio__link {
    color: #ec9f3c;
    margin-top: .5rem;
    font-size: .85rem;
    display: block;
    background: none;
    border: 0;
    padding: 0;
}

.contact__bio__link i {
    color: #ec9f3c;
    margin-left: .25rem;
    vertical-align: middle;
}

.contact__bio__link:hover {
    color: #335b8f;
}

.contact__bio__link:hover i {
    color: #335b8f;
}

.contact__bio__content {
    display: none;
    background-color: #d9edf7;
    padding: 1rem;
    z-index: 10;
    margin-top: 1rem;
}

.contact__bio__content p {
    font-size: 0.85rem;
}

.contact__bio__content p:last-child {
    margin-bottom: 0;
}

.feedback {
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
}

.feedback:before,
.feedback:after {
    color: #ec9f3c;
}

.info-box {
    background-color: #fbfbfb;
    border: 1px solid #e6e6e6;
}

.info-box__title {
    color: #4E80C0;
}

.info-section__title {
    color: #343681;
}

@media (min-width:768px) {
    .info-section__title {
        border-right: 2px solid #e6e6e6;
    }
}

.block--inthissection {
    margin-top: .5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media (min-width:768px) {
    .block--inthissection {
        display: flex;
        flex-direction: row;
        align-items: baseline;
        justify-content: flex-start;
    }
}

@media (min-width:1200px) {
    .block--inthissection {
        margin-top: 1rem;
        align-items: center;
    }
}

.block--inthissection .block__title {
    margin: .25rem 0 0 1rem;
    text-transform: none;
    font-weight: normal;
    font-size: 1rem;
    color: #ec9f3c !important;
}

@media (min-width:768px) {
    .block--inthissection .block__title {
        margin: 0 .85rem 0 0;
        width: 130px;
    }
}

@media (min-width:992px) {
    .block--inthissection .block__title {
        font-size: .8rem;
        width: 90px;
    }
}

@media (min-width:1200px) {
    .block--inthissection .block__title {
        width: 115px;
        font-size: 1rem;
    }
}

.block--inthissection .breadcrumb {
    margin: 1rem 0 0;
    display: block;
    text-align: center;
}

@media (min-width:768px) {
    .block--inthissection .breadcrumb {
        text-align: left;
        margin: 0;
    }
}

.block--inthissection .breadcrumb li {
    display: block;
}

@media (min-width:768px) {
    .block--inthissection .breadcrumb li {
        display: inline-block;
    }
}

.block--inthissection .breadcrumb li+li:before {
    display: none;
}

@media (min-width:768px) {
    .block--inthissection .breadcrumb li+li:before {
        display: inline-block;
    }
}

.block--inthissection .breadcrumb li a {
    display: inline-block;
    line-height: 1;
}

.jump-links {
    background-color: #4E80C0;
}

.jump-links a {
    color: #ffffff;
}

.jump-links a:hover,
.jump-links a:focus {
    background-color: #3967a2;
}

.menu--social-links {
    text-align: right;
    color: #ffffff;
}

.menu--social-links span,
.menu--social-links ul {
    display: inline-block;
}

.menu--social-links span {
    font-size: 1.6rem;
    margin-right: 1rem;
}

ul.menu--social-links {
    padding: 0;
    margin: 0;
}

ul.menu--social-links li {
    list-style: none;
    display: inline-block;
}

ul.menu--social-links li+li {
    margin-left: .25rem;
}

ul.menu--social-links li i {
    color: #ffffff;
    width: 2.25rem;
    height: 2.25rem;
    line-height: 2.5rem;
    font-size: 1.1rem;
    transition: 0.1s;
    text-align: center;
    display: block;
}

ul.menu--social-links li i:hover {
    opacity: .8;
}

ul.menu--social-links li i.fa-twitter {
    background-color: #00aced;
}

ul.menu--social-links li i.fa-facebook {
    background-color: #3b5998;
}

ul.menu--social-links li i.fa-linkedin {
    background-color: #0085AE;
}

ul.menu--social-links li i.fa-email,
ul.menu--social-links li i.fa-envelope {
    background-color: #ec9f3c;
}

ul.menu--social-links li i.fa-youtube {
    background-color: #ff0000;
}

.nav-tabs {
    margin-top: 1.5rem;
}

.nav-secondary-tabs {
    margin: 0 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

@media (min-width:768px) {
    .nav-secondary-tabs {
        flex-direction: row;
    }
}

@media (min-width:992px) {
    .nav-secondary-tabs {
        margin-bottom: 30px;
    }
}

.nav-secondary-tabs>li {
    margin: 0 5px;
    width: 100%;
}

@media (min-width:768px) {
    .nav-secondary-tabs>li {
        width: auto;
    }
}

.nav-secondary-tabs>li+li {
    margin-top: 5px;
}

@media (min-width:768px) {
    .nav-secondary-tabs>li+li {
        margin-top: 0;
    }
}

.nav-secondary-tabs>li>a {
    background-color: #d9edf7;
    padding: 2px 10px;
}

.nav-secondary-tabs>li>a:focus,
.nav-secondary-tabs>li>a:hover {
    background-color: #343681;
    color: #ffffff;
}

.nav-secondary-tabs>li>a.is-active {
    background-color: #ec9f3c;
    color: #ffffff;
}

ul.menu--tree {
    border-color: #e6e6e6;
    background-color: #ffffff;
}

ul.menu--tree .btn-toggle {
    color: #4E80C0;
    border-color: #e6e6e6;
}

ul.menu--tree .btn-toggle:hover {
    color: #ec9f3c;
}

ul.menu--tree a:hover {
    color: #ec9f3c !important;
}

ul.menu--tree a.is-active {
    color: #483D8C !important;
    background-color: #e6e6e6;
}

ul.menu--tree a.is-active:hover {
    color: #ec9f3c !important;
}

ul.menu--tree>li {
    border-color: #e6e6e6;
    display: none;
}

ul.menu--tree>li>a {
    color: #111111;
}

ul.menu--tree>li>a:hover {
    color: #ec9f3c;
}

ul.menu--tree>li>a.is-active {
    background: none;
}

ul.menu--tree>li .btn-toggle {
    border-color: #e6e6e6;
}

ul.menu--tree>li.menu-item--active-trail>a {
    color: #111111;
}

ul.menu--tree>li.menu-item--active-trail,
ul.menu--tree>li.open {
    display: block;
    background: none;
}

ul.menu--tree>li.menu-item--active-trail li.menu-item--active-trail,
ul.menu--tree>li.open li.menu-item--active-trail {
    background-color: #f9f9f9;
}

.ekko-lightbox.modal .modal-header .close {
    margin: 0;
    font-size: 1.6rem;
}

.ekko-lightbox.modal .modal-content {
    border-radius: 0;
    border: 1px solid #e6e6e6;
}

.ekko-lightbox.modal .modal-title {
    text-transform: none;
    font-weight: 500;
}

.ekko-lightbox.modal .modal-title p {
    margin: 0;
}

.photo-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.photo-grid>div {
    width: 49%;
    border: 3px solid transparent;
}

.photo-grid>div:hover {
    border-color: #ec9f3c;
}

.photo-grid a {
    display: block;
}

.registration-boxes .registration-box {
    background-color: #ffffff;
}

.registration-boxes .registration-box__label {
    color: #4E80C0;
}

.registration-boxes .registration-box__button {
    background-color: #4E80C0;
    border-color: #4E80C0;
    color: #ffffff;
}

.registration-boxes .registration-box__button:hover {
    background-color: #343681;
    border-color: #343681;
    color: #ffffff;
}

.registration-boxes .registration-box--default .registration-box__label {
    color: #ec9f3c;
}

.registration-boxes .registration-box--default .registration-box__button {
    background-color: #ec9f3c;
    border-color: #ec9f3c;
}

.registration-boxes .registration-box--default .registration-box__button:hover {
    background-color: #343681;
    border-color: #343681;
    color: #ffffff;
}

.resources {
    background-color: #d9edf7;
}

.resources ul a {
    color: #343681;
}

.resources ul a:hover {
    color: #ec9f3c;
}

.share-links__link {
    color: #ffffff;
}

.share-links__link.link {
    background-color: #4E80C0;
    border-color: #4E80C0;
}

.share-links__link.map {
    background-color: #4E80C0;
}

.share-links {
    background-color: #fbfbfb;
    border: 1px solid #e6e6e6;
}

.share-links__form {
    border: 1px solid #e6e6e6;
}

.share-links__form input {
    border: 1px solid #e6e6e6;
}

.slice {
    padding: 30px 0;
}

@media screen and (min-width:992px) {
    .slice {
        padding: 60px 0;
    }
}

.slice .col+.col {
    margin-top: 30px;
}

@media screen and (min-width:992px) {
    .slice .col+.col {
        margin-top: 0;
    }
}

.slice__title {
    color: #343681;
    margin-bottom: 0;
    text-transform: none;
}

.slice__lead {
    font-size: 1.1rem;
    margin-top: 1rem;
}

.slice__lead p {
    font-size: 1.1rem;
}

.slice__content {
    margin-top: 2rem;
}

.slice h4 {
    font-size: 1rem;
    line-height: 140%;
    color: #343681;
}

.slice--primary {
    background-color: #4E80C0 !important;
    color: #ffffff;
}

.slice--primary .slice__title,
.slice--primary .slice__lead {
    color: #ffffff;
}

.slice--secondary {
    background-color: #343681 !important;
    color: #ffffff;
}

.slice--secondary .slice__title,
.slice--secondary .slice__lead {
    color: #ffffff;
}

.slice--white {
    background-color: #ffffff !important;
}

.slice--icons {
    text-align: center;
}

@media screen and (min-width:992px) {
    .slice--icons {
        background-color: #f7f7f7;
    }
}

.slice--icons i {
    font-size: 6rem;
    display: block;
    height: 100px;
    line-height: 100px;
    color: #ffffff;
}

.slice--icons h4 {
    margin-top: 2rem;
    color: #ffffff;
}

.slice--icons a {
    display: block;
    padding: 30px 15px;
}

.slice--icons .icon {
    margin: 0 auto 3rem;
}

@media screen and (min-width:768px) {
    .slice--icons .icon {
        max-width: 300px;
    }
}

@media screen and (min-width:992px) {
    .slice--icons .icon {
        margin-bottom: 0;
    }
}

.slice--icons .icon a {
    border: 3px solid transparent;
}

@media screen and (min-width:992px) {
    .slice--icons .icon a {
        min-height: 230px;
    }
}

.slice--icons .icon a i {
    font-size: 0;
}

.slice--icons .icon a i:before {
    font-size: 5.6rem;
}

.slice--icons .icon a span {
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    display: block;
    margin-top: 1rem;
}

.slice--icons .icon-1 a {
    background-color: #6AB7DE;
    border-radius: 0 15px 15px 15px;
}

.slice--icons .icon-1 a:hover {
    background-color: #ffffff;
    border-color: #6AB7DE;
}

.slice--icons .icon-1 a:hover i,
.slice--icons .icon-1 a:hover span {
    color: #6AB7DE;
}

.slice--icons .icon-2 a {
    background-color: #483D8C;
    border-radius: 15px 15px 15px 0;
}

.slice--icons .icon-2 a:hover {
    background-color: #ffffff;
    border-color: #483D8C;
}

.slice--icons .icon-2 a:hover i,
.slice--icons .icon-2 a:hover span {
    color: #483D8C;
}

.slice--icons .icon-3 a {
    background-color: #4E80C0;
    border-radius: 15px 15px 0 15px;
}

.slice--icons .icon-3 a:hover {
    background-color: #ffffff;
    border-color: #4E80C0;
}

.slice--icons .icon-3 a:hover i,
.slice--icons .icon-3 a:hover span {
    color: #4E80C0;
}

.slice--icons .icon-4 a {
    background-color: #51ABB7;
    border-radius: 15px 0 15px 15px;
}

.slice--icons .icon-4 a:hover {
    background-color: #ffffff;
    border-color: #51ABB7;
}

.slice--icons .icon-4 a:hover i,
.slice--icons .icon-4 a:hover span {
    color: #51ABB7;
}

.slice--education-publication {
    background-color: #f7f7f7;
}

@media screen and (min-width:992px) {
    .slice--education-publication .wrapper {
        background-color: #ffffff;
    }
}

.slice--education-publication .wrapper .btn {
    margin-top: 1rem;
}

.slice--members-research .col-members .member {
    text-align: center;
}

.slice--members-research .col-members .member img {
    width: 250px;
    margin: 1rem auto;
}

.slice--members-research .col-members .member .member-links {
    margin-top: 2rem;
}

.slice--members-research .col-research iframe {
    margin-top: 2rem;
}

.block--pangea-custom-views-block--roundearth-news-recent-block-big {
    background-color: #f7f7f7;
}

@media screen and (min-width:768px) {
    .block--pangea-custom-views-block--roundearth-news-recent-block-big h2 {
        text-align: center;
    }
}

.block--pangea-custom-views-block--roundearth-news-recent-block-big .more-link {
    text-align: center;
}

.block--pangea-custom-views-block--roundearth-news-recent-block-big .more-link a {
    background-color: #4E80C0;
    border-color: #4E80C0;
    color: #ffffff;
    display: inline-block;
    border-radius: 5px;
    padding: 0 1em;
    min-width: 150px;
    height: 35px;
    line-height: 35px;
    font-size: 1rem;
}

.block--pangea-custom-views-block--roundearth-news-recent-block-big .more-link a:hover,
.block--pangea-custom-views-block--roundearth-news-recent-block-big .more-link a:focus {
    background-color: #3967a2;
    border-color: #3967a2;
}

html body:not(.toolbar) {
    margin-top: 0 !important;
}

.view--roundearth-events-upcoming--block-1 .view__content {
    margin-top: 40px;
}

.view--roundearth-events-upcoming--block-1 .view__content .view__row {
    overflow: hidden;
    padding: 0 0 0 120px;
    position: relative;
    height: 100px;
}

.view--roundearth-events-upcoming--block-1 .view__content .view__row+.view__row {
    margin-top: 30px;
}

.view--roundearth-events-upcoming--block-1 .view__content .view__row .views-field-start-date {
    position: absolute;
    top: 0;
    left: 0;
}

.view--roundearth-events-upcoming--block-1 .view__content .view__row .views-field-title {
    font-family: Poppins, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 22px;
}

.view--roundearth-news-recent .view__content {
    margin: 0 !important;
}

@media screen and (min-width:768px) {
    .view--roundearth-news-recent--block-big .view__header {
        text-align: center;
    }
}

.view--roundearth-news-recent--block-big .view__content {
    margin: 1rem 0;
}

@media (min-width:992px) {
    .view--roundearth-news-recent--block-big .view__content {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
    }
}

@media (min-width:992px) {
    .view--roundearth-news-recent--block-big .view__content .node {
        width: 31%;
    }
}

.view--roundearth-news-recent--block-big .view__content .node+.node {
    margin-top: 1rem;
}

@media (min-width:992px) {
    .view--roundearth-news-recent--block-big .view__content .node+.node {
        margin-top: 0;
    }
}

.view--roundearth-news-recent--page-1 .view__row+.view__row {
    border: 0;
}

.view--roundearth-news-recent--page-1 article.roundearth-news--teaser {
    padding: 15px !important;
}

.path--civicrm-event .page__content-wrapper,
.path--civicrm-event .page__content {
    margin-bottom: 0;
    padding-bottom: 0;
}

.path--civicrm-event .slice .alert {
    border: 0;
    text-align: center;
    font-size: .9rem;
    border-radius: 0;
}

.slice--event-about {
    border-top: 1px solid #e6e6e6;
}

.slice--event-about h3 {
    font-size: 1rem;
    line-height: 140%;
    color: #273272;
    text-transform: uppercase;
}

.slice--event-map {
    background-color: white !important;
}

article.roundearth-news--teaser {
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
    margin-bottom: 0;
    padding: 15px !important;
}

@media (min-width:992px) {
    article.roundearth-news--teaser {
        padding: 30px !important;
    }
}

article.roundearth-news--teaser img {
    margin-bottom: 2rem;
}

article.roundearth-news--teaser h4 {
    color: #273272;
    line-height: 1.5;
}

article.roundearth-news--teaser .links {
    margin-top: 1rem;
}

article.roundearth-news--teaser .links a {
    display: block;
    text-transform: uppercase;
    color: #ec9f3c;
}

article.roundearth-news--teaser .links a:hover,
article.roundearth-news--teaser .links a:focus {
    color: #4E80C0;
}

article.roundearth-news--teaser .links a .fa {
    margin-left: .25rem;
}

.roundearth-content-page h2 {
    color: #273272;
}

.conference_dinner_only_request_this_if_not_booking_the_package_-section,
.daytime_options_for_those_not_booking_the_package_-section {
    display: none;
}

.CRM_Event_Form_Registration_ThankYou .crm-section .label,
.CRM_Event_Form_Registration_ThankYou .crm-section .content {
    width: 50%;
    line-height: 1.5em;
    white-space: normal;
    margin-left: 0;
    word-wrap: normal;
}

.crm-public-form-item.crm-section.event_footer_text-section .btn {
    display: none;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-loading .slick-list {
    background: #fff url(../../../../themes/pangea_custom/assets/css/ajax-loader.gif) center center no-repeat;
}

@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url(../../../../themes/pangea_custom/assets/css/fonts/slick.eot);
    src: url(../../../../themes/pangea_custom/assets/css/fonts/slick.eot#iefix) format('embedded-opentype'), url(../../../../themes/pangea_custom/assets/css/fonts/slick.woff) format('woff'), url(../../../../themes/pangea_custom/assets/css/fonts/slick.ttf) format('truetype'), url(../../../../themes/pangea_custom/assets/css/fonts/slick.svg#slick) format('svg');
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '←';
}

[dir='rtl'] .slick-prev:before {
    content: '→';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '→';
}

[dir='rtl'] .slick-next:before {
    content: '←';
}

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}