/* 
    Table of Contents

    I.   Generic --------------------------------------
         01. Reset ------------------------------------
         02. Base -------------------------------------
             Mobile -----------------------------------
         03. Fonts ------------------------------------
         04. Helpers ----------------------------------
             Clear ------------------------------------
             Notext -----------------------------------
             Hidden -----------------------------------
             Alignleft --------------------------------
             Alignright -------------------------------
             Disabled ---------------------------------
             Grid -------------------------------------
             Mobile -----------------------------------
             Responsive Helpers -----------------------
    II.  Regions --------------------------------------
         01. Container --------------------------------
             Mobile -----------------------------------
         02. Content ----------------------------------
             Mobile -----------------------------------
         03. Footer -----------------------------------
             Tablet Portrait --------------------------
             Mobile -----------------------------------
         04. Header -----------------------------------
             Tablet Portrait --------------------------
             Mobile -----------------------------------
         05. Main -------------------------------------
             Mobile -----------------------------------
         06. Shell ------------------------------------
         07. Sidebar ----------------------------------
             Small Desktop ----------------------------
             Mobile -----------------------------------
         08. Wrapper ----------------------------------
             Tablet Portrait --------------------------
             Mobile -----------------------------------
    III. Modules --------------------------------------
         01. Accordion --------------------------------
             Mobile -----------------------------------
         02. Article ----------------------------------
             Tablet Portrait --------------------------
             Mobile -----------------------------------
         03. Article Event ----------------------------
         04. Article Member ---------------------------
             Mobile -----------------------------------
         05. Bg Img -----------------------------------
         06. Breadcrumbs ------------------------------
         07. Button -----------------------------------
             Btn White --------------------------------
             Btn Cyan ---------------------------------
         08. Form Elements ----------------------------
         09. Form Regsiter ----------------------------
             Tablet Portrait --------------------------
         10. Form Login -------------------------------
         11. Grid Item --------------------------------
         12. List -------------------------------------
         13. List Radios ------------------------------
         14. Logo -------------------------------------
             Tablet Portrait --------------------------
             Mobile -----------------------------------
         15. Nav --------------------------------------
             Small Desktop ----------------------------
             Tablet Portrait --------------------------
         16. Nav Utilities ----------------------------
         17. Page Title -------------------------------
             Mobile -----------------------------------
         18. Paging -----------------------------------
             Mobile -----------------------------------
         19. Popup Login ------------------------------
         20. Post -------------------------------------
         21. Register ---------------------------------
             Tablet Portrait --------------------------
             Mobile -----------------------------------
         22. Search -----------------------------------
         23. Section Callout --------------------------
             Small Desktop ----------------------------
             Tablet Portrait --------------------------
             Mobile -----------------------------------
         24. Section Masonry --------------------------
         25. Section Carousel -------------------------
             Mobile -----------------------------------
         26. Section Programs -------------------------
             Tablet Portrait --------------------------
             Mobile -----------------------------------
         27. Section Board ----------------------------
         28. Section Sponsors -------------------------
         29. Section Hero -----------------------------
             Mobile -----------------------------------
         30. Section Listing --------------------------
             Tablet Portrait --------------------------
             Mobile -----------------------------------
         31. Slider -----------------------------------
         32. Slider Main ------------------------------
             Small Desktop ----------------------------
             Tablet Portrait --------------------------
             Mobile -----------------------------------
         33. Slider Posts -----------------------------
             Mobile -----------------------------------
         34. Slider Sponsors --------------------------
             Mobile -----------------------------------
         35. Socials ----------------------------------
         36. Table ------------------------------------
             Tablet Portrait --------------------------
             Mobile -----------------------------------
         37. Tags -------------------------------------
         38. Wall -------------------------------------
             Mobile -----------------------------------
         39. Widget -----------------------------------
         40. Widget Links -----------------------------
         41. Widget Search ----------------------------
    IV.  Themes ---------------------------------------
         01. Theme Magnific ---------------------------
 */

.ico-doc {
    background-image: url(../png/sprite.png);
    background-position: 0 0;
    width: 9px;
    height: 9px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.ico-excel {
    background-image: url(../png/sprite.png);
    background-position: -12px -13px;
    width: 7px;
    height: 9px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.ico-pdf {
    background-image: url(../png/sprite.png);
    background-position: 0 -13px;
    width: 8px;
    height: 9px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.ico-text {
    background-image: url(../png/sprite.png);
    background-position: -13px 0;
    width: 9px;
    height: 9px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .ico-doc {
        background-image: url(../png/sprite.%402x.png);
        background-position: 0 0;
        background-size: 20px 20px;
        width: 9px;
        height: 9px;
        display: inline-block;
        vertical-align: middle;
        font-size: 0;
    }

    .ico-excel {
        background-image: url(../png/sprite.%402x.png);
        background-position: -10px -11px;
        background-size: 20px 20px;
        width: 7px;
        height: 9px;
        display: inline-block;
        vertical-align: middle;
        font-size: 0;
    }

    .ico-pdf {
        background-image: url(../png/sprite.%402x.png);
        background-position: 0 -11px;
        background-size: 20px 20px;
        width: 8px;
        height: 9px;
        display: inline-block;
        vertical-align: middle;
        font-size: 0;
    }

    .ico-text {
        background-image: url(../png/sprite.%402x.png);
        background-position: -11px 0;
        background-size: 20px 20px;
        width: 9px;
        height: 9px;
        display: inline-block;
        vertical-align: middle;
        font-size: 0;
    }
}

.cols:after, .header .header-top-inner:after, .header .header-middle-inner:after,
.header .header-bottom-inner:after, .header .header-bottom:after, .main:after,
.section-callout .section-inner:after, .section-listing .section-body ul:after {
    content: '';
    line-height: 0;
    display: table;
    clear: both;
}

/* ------------------------------------------------------------ *\
    I.   Generic
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
    Reset
\* ------------------------------------------------------------ */

*, *:before, *:after {
    padding: 0;
    margin: 0;
    outline: 0;
    box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav,
section, summary, main {
    display: block;
}

html {
    tap-highlight-color: rgba(0,0,0,0);
}

body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
            font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
        -ms-text-size-adjust: none;
            text-size-adjust: none;
}

img, iframe, video, audio, object {
    max-width: 100%;
}

img, iframe {
    border: 0 none;
}

img {
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

b, strong {
    font-weight: bold;
}

address {
    font-style: normal;
}

svg:not(:root) {
    overflow: hidden;
}

a, button, input[type="submit"], input[type="button"], input[type="reset"],
input[type="file"], input[type="image"], label[for] {
    cursor: pointer;
}

a[href^="tel"], button[disabled], input[disabled], textarea[disabled],
select[disabled] {
    cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input[type="text"], input[type="password"], input[type="date"],
input[type="datetime"], input[type="datetime-local"], input[type="month"],
input[type="week"], input[type="email"], input[type="number"],
input[type="search"], input[type="tel"], input[type="time"], input[type="url"],
input[type="color"], textarea, a[href^="tel"] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

textarea {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
            overflow-scrolling: touch;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
            font-smoothing: antialiased;
}

button, select {
    text-transform: none;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

nav ul, nav ol {
    list-style: none outside none;
}

/* ------------------------------------------------------------ *\
    Base
\* ------------------------------------------------------------ */

body {
    min-width: 320px;
    background: #ffffff;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a[href^="tel"] {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.75em;
}

h1 {
    font-weight: 900;
    font-size: 55px;
}

h2 {/* font-size: ; */
}

h3 {
    font-weight: 400;
    font-size: 30px;
}

h4 {
    font-weight: 400;
    font-size: 22px;
}

h5 {
    font-weight: 400;
    font-size: 20px;
}

h6 {
    font-weight: 700;
    font-size: 18px;
}

p, ul, ol, dl, table, blockquote {
    margin-bottom: 1.5em;
}

h1[class], h2[class], h3[class], h4[class], h5[class], h6[class], h1:last-child,
h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child,
p:last-child, ul:last-child, ol:last-child, dl:last-child, table:last-child,
blockquote:last-child {
    margin-bottom: 0;
}

/* Mobile */

@media (max-width: 767px) {
    body {
        font-size: 14px;
    }

    h1 {
        font-size: 36px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 21px;
    }

    h5 {
        font-size: 18px;
    }

    h6 {
        font-size: 16px;
    }
}

/* ------------------------------------------------------------ *\
    Fonts
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
    Helpers
\* ------------------------------------------------------------ */

/*  Clear  */

.clear:after {
    content: '';
    line-height: 0;
    display: table;
    clear: both;
}

/*  Notext  */

.notext {
    white-space: nowrap;
    text-indent: 100%;
    text-shadow: none;
    overflow: hidden;
}

.notext-old {
    font-size: 0;
    line-height: 0;
    text-indent: -4000px;
}

/*  Hidden  */

[hidden], .hidden {
    display: none;
}

/*  Alignleft  */

.alignleft {
    float: left;
}

/*  Alignright  */

.alignright {
    float: right;
}

/*  Disabled  */

[disabled], .disabled {
    cursor: default;
}

/*  Grid  */

.cols {
    margin: 0;
}

.cols:after {
}

.col {
    float: left;
    width: 100%;
    padding: 0 15px;
}

.col-1of2 {
    width: 50%;
}

.col-1of3 {
    width: 33.3333%;
}

.col-2of3 {
    width: 66.6667%;
}

/* Mobile */

@media (max-width: 767px) {
    .col-1of3, .col-2of3 {
        width: 100%;
    }
}

/*  Responsive Helpers  */

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block,
.visible-sm-block, .visible-sm-inline, .visible-sm-inline-block,
.visible-md-block, .visible-md-inline, .visible-md-inline-block,
.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }

    .visible-xs-block {
        display: block !important;
    }

    .visible-xs-inline {
        display: inline !important;
    }

    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hidden-sm {
        display: none !important;
    }

    .visible-sm-block {
        display: block !important;
    }

    .visible-sm-inline {
        display: inline !important;
    }

    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }

    .visible-md-block {
        display: block !important;
    }

    .visible-md-inline {
        display: inline !important;
    }

    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }

    .visible-lg-block {
        display: block !important;
    }

    .visible-lg-inline {
        display: inline !important;
    }

    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

/* ------------------------------------------------------------ *\
    II.  Regions
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
    Container
\* ------------------------------------------------------------ */

.container-light-grey {
    background-color: #ecf0f1;
}

.container-light-grey .section-carousel {
    padding-left: 6px;
    margin-right: -10px;
}

/* Mobile */

@media (max-width: 767px) {
    .container-light-grey {
        margin: 0 -15px;
    }

    .container-light-grey .section-carousel {
        padding: 25px 0;
        margin-right: 0;
    }
}

/* ------------------------------------------------------------ *\
    Content
\* ------------------------------------------------------------ */

.content {
    float: left;
    width: 70.9%;
}

.content-full {
    float: none;
    width: 100%;
}

/* Mobile */

@media (max-width: 767px) {
    .content {
        float: none;
        width: 100%;
    }
}

/* ------------------------------------------------------------ *\
    Footer
\* ------------------------------------------------------------ */

.footer .footer-top {
    background-color: #282933;
}

.footer .footer-bottom {
    background-color: #191919;
    color: #a1b1bc;
    padding: 34px 0;
}

.footer .footer-bottom-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}

.footer-newsletter {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 50px 0;
    color: #fff;
}

.footer-newsletter h3 {
    margin: 0 0 4px 0;
    font-weight: 300;
    letter-spacing: 0.01em;
}

.footer-newsletter .btn-cyan {
    width: 160px;
    height: 50px;
    line-height: 50px;
    font-weight: 400;
    font-size: 13px;
    border-radius: 0;
}

.footer .footer-bottom ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
}

.footer .footer-bottom ul li {
    display: inline-block;
    vertical-align: middle;
}

.footer .footer-bottom ul li ~ li {
    margin-left: 26px;
}

.footer .footer-bottom ul p, .footer .footer-bottom ul a {
    display: block;
    margin: 0;
    font-size: 13px;
}

.footer .footer-bottom ul p a {
    display: inline-block;
}

.footer .footer-bottom ul .fa {
    color: #1abc9c;
    margin-right: 5px;
}

.footer .footer-bottom ul a {
    cursor: pointer;
    transition: opacity .4s ease;
}

.footer .footer-bottom ul a:hover {
    opacity: .75;
}

.footer .footer-bottom .socials {
    margin-right: -5px;
}

.footer .footer-bottom .socials ul li ~ li {
    margin-left: 15px;
}

.footer .footer-bottom .socials ul a {
    font-size: 16px;
}

.footer .footer-bottom .socials ul .fa {
    color: #a1b1bc;
}

/* Tablet Portrait */

@media (max-width: 1023px) {
    .footer-newsletter h3 {
        font-size: 24px;
        margin: 0;
    }

    .footer .footer-bottom-inner > ul li:first-child {
        display: block;
        margin-bottom: 10px;
    }

    .footer .footer-bottom-inner > ul li:first-child + li {
        margin-left: 0;
    }
}

/* Mobile */

@media (max-width: 767px) {
    .footer-newsletter {
        display: block;
        padding: 25px 0;
        text-align: center;
    }

    .footer-newsletter h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .footer .footer-bottom {
        padding: 25px 0;
    }

    .footer .footer-bottom-inner {
        display: block;
    }

    .footer .footer-bottom-inner > ul {
        display: block;
        text-align: center;
    }

    .footer .footer-bottom-inner > ul li {
        display: block;
    }

    .footer .footer-bottom-inner > ul li ~ li {
        margin-left: 0;
        margin-top: 10px;
    }

    .footer .footer-bottom ul p, .footer .footer-bottom ul a {
        font-size: 11px;
    }

    .footer .footer-bottom .socials {
        text-align: center;
        margin: 20px 0 0;
    }
}

/* ------------------------------------------------------------ *\
    Header
\* ------------------------------------------------------------ */

.header {
    background-color: #fff;
}

.header .btn-nav {
    display: none;
    width: 32px;
    border: 0;
    background-color: transparent;
}

.header .btn-nav .bar {
    display: block;
    height: 2px;
    background-color: #000000;
    opacity: 1;
    position: relative;
    top: 0;
    transition: all .4s ease;
}

.header .btn-nav .bar ~ .bar {
    margin-top: 6px;
}

.header .btn-nav.active .bar:nth-child(1) {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 8px;
}

.header .btn-nav.active .bar:nth-child(2) {
    opacity: 0;
}

.header .btn-nav.active .bar:nth-child(3) {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: -8px;
}

.header .header-top-inner:after, .header .header-middle-inner:after,
.header .header-bottom-inner:after {
}

.header-socials {
    margin-top: 14px;
    margin-left: 35px;
    float: left;
}

.header-phone {
    float: left;
    margin-left: 32px;
    padding: 10px 21px;
    border-left: 1px solid #ecf0f1;
    border-right: 1px solid #ecf0f1;
}

.header-phone a {
    display: block;
    font-size: 13px;
    color: #000000;
}

.header-phone .fa {
    color: #1abc9c;
    margin-right: 10px;
}

.header-email {
    float: left;
    padding: 10px 21px;
    border-right: 1px solid #ecf0f1;
}

.header-email a {
    display: block;
    font-size: 13px;
    color: #000000;
}

.header-email .fa {
    color: #1abc9c;
    margin-right: 10px;
}

.header .nav-utilities {
    float: right;
    margin-top: 14px;
    margin-right: 33px;
}

.header .header-middle {
    padding: 12px 0 24px;
}

.header .logo {
    float: left;
}

.header .header-banner {
    float: right;
    margin-top: 20px;
}

.header .header-bottom:after {
}

/* Tablet Portrait */

@media (max-width: 1023px) {
    .header .socials {
        margin-left: 0;
    }

    .header .nav-utilities {
        margin-right: 0;
    }

    .header .header-banner {
        max-width: 60%;
        margin-top: 20px;
        margin-right: 60px;
    }

    .header .header-middle {
        position: relative;
    }

    .header .btn-nav {
        display: block;
        position: absolute;
        right: 17px;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    }
}

/* Mobile */

@media (max-width: 767px) {
    .header {
        width: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 999;
        transition: left .4s ease;
    }

    .header .header-top, .header .header-banner {
        display: none;
    }

    .header .header-middle {
        padding: 10px 0;
    }
}

/* ------------------------------------------------------------ *\
    Main
\* ------------------------------------------------------------ */

.main {
    overflow: hidden;
}

.main-cols {
    padding: 75px 0;
}

.main-cols-event {
    padding: 60px 0;
}

.main-cols-member {
    padding: 75px 0 10px;
}

.main:after {
}

/* Mobile */

@media (max-width: 767px) {
    .main-cols {
        padding: 25px 0;
    }
}

/* ------------------------------------------------------------ *\
    Shell
\* ------------------------------------------------------------ */

.shell {
    max-width: 1192px;
    padding-left: 10px;
    padding-right: 10px;
    margin: auto;
}

.shell-fluid {
    max-width: none;
}

/* ------------------------------------------------------------ *\
    Sidebar
\* ------------------------------------------------------------ */

.sidebar {
    float: right;
    width: 20.9%;
}

/* Small Desktop */

@media (max-width: 1199px) {
    .sidebar {
        width: 24%;
    }
}

/* Mobile */

@media (max-width: 767px) {
    .sidebar {
        /* float: none; */
        float: left;
        width: 100%;
    }
}

/* ------------------------------------------------------------ *\
    Wrapper
\* ------------------------------------------------------------ */

.wrapper {
    min-height: 100vh;
    overflow: hidden;
}

/* Tablet Portrait */

@media (max-width: 1023px) {
    .wrapper {
        position: relative;
        left: 0;
        transition: left .4s ease;
    }

    .wrapper.active {
        left: -240px;
    }
}

/* Mobile */

@media (max-width: 767px) {
    .wrapper {
        position: relative;
        padding-top: 67px;
    }

    .wrapper.active .header {
        left: -240px;
    }
}

/* ------------------------------------------------------------ *\
    III. Modules
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
    Accordion
\* ------------------------------------------------------------ */

.accordion {
    margin: 50px 0;
    background-color: #ffffff;
    box-shadow: 0 2px 6px rgba(0,0,0, .15);
}

.accordion-section {
    background-color: #ffffff;
    transition: background-color .4s ease;
}

.accordion-section ~ .accordion-section {
    border-top: 1px solid #ecf0f1;
}

.accordion .accordion-head {
    padding: 24px 45px 23px 31px;
    position: relative;
    cursor: pointer;
}

.accordion .accordion-head:after {
    content: '\f067';
    font-family: 'FontAwesome';
    font-size: 10px;
    color: #a1b1bc;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -7px;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}

.accordion .accordion-head h6 {
    font-weight: 700;
    font-size: 16px;
    color: #a1b1bc;
    margin: 0;
    transition: color .4s ease;
}

.accordion .accordion-head:hover h6 {
    color: #1abc9c;
}

.accordion .active {
    background-color: #fafafa;
}

.accordion .active .accordion-head:after, .accordion .active .accordion-head h6 {
    color: #1abc9c;
}

.accordion .active .accordion-head:after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}

.accordion .accordion-body {
    display: none;
    padding: 0 31px 40px;
    margin-top: -4px;
}

/* Mobile */

@media (max-width: 767px) {
    .accordion .accordion-head {
        padding: 10px 35px 10px 15px;
    }

    .accordion .accordion-head:after {
        right: 15px;
    }

    .accordion .accordion-body {
        padding: 0 15px 15px;
        margin-top: 0;
    }
}

/* ------------------------------------------------------------ *\
    Article
\* ------------------------------------------------------------ */

.article .article-entry {
    padding-bottom: 30px;
}

.article .article-entry h3 {
    line-height: 1.1;
    margin-bottom: 19px;
    letter-spacing: -.02em;
}

.article .article-entry h4 {
    margin-bottom: 18px;
    line-height: 1.3;
}

.article .article-entry h5 {
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
    line-height: 1.2;
}

.article .article-entry p {
    margin-bottom: 25px;
}

.article .article-entry p:last-child {
    margin-bottom: 0;
}

.article .article-entry figure {
    margin: 53px 0;
}

.article .article-entry figure:first-child {
    margin-top: 0;
}

.article .article-entry figure img {
    width: 100%;
    height: auto;
}

.article .article-entry ul:not([class]) {
    list-style: none;
    margin: 24px 0;
    padding-left: 14px;
}

.article .article-entry ul:not([class]) li {
    position: relative;
    padding-left: 21px;
}

.article .article-entry ul:not([class]) li:before {
    content: '\f111';
    font-family: 'FontAwesome';
    font-size: 7px;
    color: #a1b1bc;
    position: absolute;
    left: 0;
    top: 9px;
}

.article .article-entry ol:not([class]) {
    list-style: none;
    margin: 24px 0;
    padding-left: 15px;
    counter-reset: list;
}

.article .article-entry ol:not([class]) li {
    position: relative;
    padding-left: 21px;
}

.article .article-entry ol:not([class]) li:before {
    content: counter(list);
    counter-increment: list;
    font-weight: 700;
    font-size: 16px;
    color: #a1b1bc;
    position: absolute;
    left: 0;
    top: 0;
}

.article .article-entry blockquote {
    margin: 84px 31.3% 70px 23.5%;
}

.article .article-entry blockquote p {
    margin-bottom: 22px;
    font-size: 22px;
    color: #1abc9c;
    line-height: 1.35;
    letter-spacing: -.02em;
}

.article .article-entry blockquote cite {
    display: block;
    font-style: normal;
    font-size: 14px;
    color: #a1b1bc;
}

.article .article-entry blockquote cite strong {
    display: block;
    font-weight: 700;
    font-size: 12px;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: -.02em;
    padding-bottom: 3px;
}

.article .article-entry .video {
    margin: 50px 0 54px;
    padding-bottom: 56.5%;
    position: relative;
    overflow: hidden;
}

.article .article-entry .video iframe {
    border: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.article .article-entry .accordion {
    margin: 30px 0 57px;
}

.article .article-entry .table {
    margin: 25px 0 40px;
}

.article .article-entry .table table {
    margin-top: -5px;
}

.article .article-entry .btn-group {
    margin: 35px 0 0px;
    font-size: 0;
    overflow: hidden;
}

.article .article-entry .btn-group .btn {
    float: left;
    clear: left;
}

.article .article-entry .btn-group .btn i {
    margin-left: 5px;
}

.article .article-entry .btn-group .btn .fa {
    opacity: .6;
}

.article .article-entry .btn-group .btn ~ .btn {
    margin-top: 10px;
}

.article .article-foot {
    margin-right: -18px;
}

.article .tags, .article .article-share {
    border: 1px solid #ecf0f1;
    position: relative;
    padding-left: 70px;
    padding-right: 30px;
}

.article-share .article-share-head {
    width: 50px;
    height: 50px;
    background-color: #1abc9c;
    text-align: center;
    line-height: 50px;
    position: absolute;
    left: -1px;
    top: -1px;
}

.article-share .article-share-head .fa {
    color: #ffffff;
}

.article-share .article-share-body {
    line-height: 48px;
}

.article-share .article-share-body ul {
    height: 48px;
    font-size: 0;
}

.article-share .socials a {
    color: #a1b1bc;
}

.article-share .socials li ~ li {
    margin-left: 20px;
}

/* Tablet Portrait */

@media (max-width: 1023px) {
    .article .article-entry blockquote {
        margin: 70px;
    }
}

/* Mobile */

@media (max-width: 767px) {
    .article .article-entry figure, .article .article-entry .video,
    .article .article-entry .accordion {
        margin: 30px 0;
    }

    .article .article-entry blockquote {
        margin: 30px;
    }

    .article .article-foot {
        margin-right: 0;
    }

    .article-share .socials li ~ li {
        margin-left: 15px;
    }
}

/* ------------------------------------------------------------ *\
    Article Event
\* ------------------------------------------------------------ */

.article-event .article-entry figure {
    margin: 35px 0;
}

/* ------------------------------------------------------------ *\
    Article Member
\* ------------------------------------------------------------ */

.article-member:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.article-member ~ .article-member {
    margin-top: 66px;
}

.article-member + .section-carousel-related {
    padding-top: 32px;
}

/* Mobile */

@media (max-width: 767px) {
    .article-member + .section-carousel-related {
        padding: 0;
    }

    .article-member ~ .article-member {
        margin-top: 30px;
    }
}

/* ------------------------------------------------------------ *\
    Bg Img
\* ------------------------------------------------------------ */

.bg-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg-img img {
    display: none;
}

/* ------------------------------------------------------------ *\
    Breadcrumbs
\* ------------------------------------------------------------ */

.breadcrumbs {
    padding: 15px 0 0;
    background-color: #282933;
    color: #ffffff;
    font-size: 0;
}

.breadcrumbs a, .breadcrumbs span {
    display: inline-block;
    /* vertical-align: middle; */
    font-size: 14px;
}

.breadcrumbs span {
    margin: 0 7px 0 10px;
}

/* ------------------------------------------------------------ *\
    Button
\* ------------------------------------------------------------ */

.btn {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

/*  Btn White  */

.btn-white {
    padding: 9px 15px;
    font-weight: 900;
    font-size: 14px;
    color: #000000;
    border: 1px solid #000000;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #ffffff;
    transition: background-color .4s ease, color .4s ease;
}

.btn-white:hover {
    background-color: #000000;
    color: #1abc9c;
}

/*  Btn Cyan  */

.btn-cyan {
    height: 44px;
    line-height: 44px;
    padding: 0 20px;
    font-weight: 700;
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: -.02em;
    background-color: #1abc9c;
    border: 0;
    border-radius: 3px;
    transition: background-color .4s ease;
}

.btn-cyan:hover {
    background-color: rgb(23, 169, 140);
}

/* ------------------------------------------------------------ *\
    Form Elements
\* ------------------------------------------------------------ */

input::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

input::-moz-placeholder {
    color: inherit;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

input::placeholder {
    color: inherit;
    opacity: 1;
}

textarea::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

textarea::-moz-placeholder {
    color: inherit;
    opacity: 1;
}

textarea:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

textarea::placeholder {
    color: inherit;
    opacity: 1;
}

input:-webkit-autofill {
    -webkit-text-fill-color: inherit;
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

.radio input {
    display: none;
}

.radio label {
    display: block;
    position: relative;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.4;
    letter-spacing: -.035em;
    padding-left: 20px;
    transition: color .4s ease;
}

.radio label:before {
    content: '';
    width: 12px;
    height: 12px;
    background-color: #eaeaeb;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 5px;
}

.radio label:after {
    content: '';
    width: 4px;
    height: 4px;
    background-color: #1abc9c;
    border-radius: 3px;
    position: absolute;
    left: 4px;
    top: 9px;
    z-index: 10;
    opacity: 0;
    transition: opacity .4s ease;
    z-index: 10;
}

.radio input:checked ~ label {
    color: #1abc9c;
}

.radio input:checked ~ label:after {
    opacity: 1;
}

.field {
    width: 100%;
    height: 50px;
    padding: 16px;
    background-color: #20212a;
    font-weight: 400;
    font-size: 15px;
    color: #ffffff;
    border: 0;
    border-radius: 0;
}

/* ------------------------------------------------------------ *\
    Form Regsiter
\* ------------------------------------------------------------ */

.form-register .form-body > .form-label {
    display: block;
    font-size: 24px;
    margin-bottom: 15px;
}

.form-register .list-radios {
    list-style: none;
    margin: 0;
    padding: 0;
}

.form-register .btn-cyan {
    height: 70px;
    line-height: 72px;
    width: 50%;
    font-weight: 900;
    font-size: 14px;
    border-radius: 0;
    letter-spacing: .07em;
    position: absolute;
    left: 50%;
    bottom: 0;
}

/* Tablet Portrait */

@media (max-width: 1023px) {
    .form-register .btn-cyan {
        width: 100%;
        left: 0;
    }
}

/* ------------------------------------------------------------ *\
    Form Login
\* ------------------------------------------------------------ */

.form-login {
    text-align: center;
    padding: 60px 30px;
}

.form-login .form-row {
    margin-bottom: 11px;
}

.form-login .form-head {
    margin-bottom: 25px;
}

.form-login .form-head h3 {
    font-weight: 300;
    margin: 0;
}

.form-login .btn {
    width: 100%;
    border-radius: 0;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0;
    margin-bottom: 30px;
}

.form-login a:not([class]) {
    display: inline-block;
    font-size: 15px;
}

/* ------------------------------------------------------------ *\
    Grid Item
\* ------------------------------------------------------------ */

.grid-item {
    position: absolute;
    left: -1px;
    top: -1px;
    right: -1px;
    bottom: -1px;
    overflow: hidden;
}

.grid-item a {
    display: block;
}

.grid-item .grid-item-image {
    position: absolute;
    left: -1px;
    top: -1px;
    bottom: -1px;
    right: -1px;
    z-index: 1;
}

.grid-item .grid-item-image:after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #5c4c62;
    opacity: .5;
    position: absolute;
    left: 1px;
    top: 1px;
    z-index: 2;
    transition: opacity .4s ease;
}

.grid-item a:hover .grid-item-image:after {
    opacity: 0;
}

.grid-item .grid-item-content {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 10;
}

.grid-item .grid-item-content h6 {
    font-weight: 900;
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 1.5px;
}

/* ------------------------------------------------------------ *\
    List
\* ------------------------------------------------------------ */

[class^="list-"] {
    list-style: none outside none;
}

/* ------------------------------------------------------------ *\
    List Radios
\* ------------------------------------------------------------ */

.list-radios li ~ li {
    margin-top: 10px;
}

/* ------------------------------------------------------------ *\
    Logo
\* ------------------------------------------------------------ */

.logo {
    display: block;
}

.logo img {
    max-width: 100%;
    height: auto;
}

/* Tablet Portrait */

@media (max-width: 1023px) {
    .logo img {
        width: 160px;
        height: auto;
    }
}

/* Mobile */

@media (max-width: 767px) {
    .logo img {
        width: 100px;
    }
}

/* ------------------------------------------------------------ *\
    Nav
\* ------------------------------------------------------------ */

.nav {
    border-top: 1px solid #ecf0f1;
    position: relative;
}

.nav.cloned {
    display: none;
}

.nav:before, .nav:after {
    content: '';
    width: 2000px;
    height: 1px;
    background-color: #ecf0f1;
    position: absolute;
    top: -1px;
}

.nav:before {
    right: 100%;
}

.nav:after {
    left: 100%;
}

.nav > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}

.nav > ul > li {
    position: relative;
}

.nav > ul > li > a {
    display: block;
    font-size: 12px;
    color: #000000;
    text-transform: uppercase;
    line-height: 70px;
    transition: color .4s ease;
}

.nav > ul > li > a:hover {
    color: #1abc9c;
}

.nav > ul > .active > a {
    color: #1abc9c;
    box-shadow: inset 0 3px 0 #1abc9c;
}

.nav li:hover > ul {
    opacity: 1;
    visibility: visible;
}

.nav ul ul {
    width: 200px;
    background-color: #fff;
    position: absolute;
    left: -20px;
    top: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s ease, visibility .4s ease;
    box-shadow: 1px 2px 3px rgba(0,0,0, .25);
}

.nav ul ul {
    list-style: none;
    margin: 0;
    padding: 10px 0;
}

.nav ul ul li {
    position: relative;
}

.nav ul ul a {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    padding: 10px 20px;
    transition: color .4s ease;
}

.nav ul ul li:hover > a {
    text-decoration: none;
    color: #1abc9c;
}

.nav ul ul ul {
    left: 100%;
    top: 0;
}

/* Small Desktop */

@media (max-width: 1199px) {
    .nav > ul > li > a {
        font-size: 11px;
    }
}

/* Tablet Portrait */

@media (max-width: 1023px) {
    .nav {
        display: none;
        width: 240px;
        height: 100%;
        background-color: #282933;
        position: fixed;
        right: -240px;
        top: 0;
        z-index: 999;
        transition: right .4s ease;
        border: 0;
    }

    .nav.cloned {
        display: block;
    }

    .nav.cloned:before, .nav.cloned:after {
        display: none;
    }

    .nav.cloned > ul {
        display: block;
    }

    .nav.cloned > ul > li > a {
        color: #ffffff;
        line-height: 1.2;
        padding: 15px;
    }

    .nav.cloned > ul > .active > a {
        box-shadow: inset 3px 0 0 #1abc9c;
    }

    .nav.cloned.active {
        right: 0;
    }

    .nav.cloned ul ul {
        width: 100%;
        opacity: 1;
        visibility: visible;
        position: static;
        background-color: rgb(55, 56, 65);
        box-shadow: none;
        display: none;
    }

    .nav.cloned ul ul ul {
        background-color: rgb(72, 73, 82);
    }

    .nav.cloned ul ul a {
        color: #fff;
        padding-left: 25px;
    }

    .nav.cloned ul ul ul a {
        padding-left: 40px;
    }

    .nav.cloned .has-dd > a {
        position: relative;
    }

    .nav.cloned .has-dd > a:after {
        content: '\f0da';
        font-family: 'FontAwesome';
        font-size: 12px;
        color: #fff;
        position: absolute;
        right: 10px;
        top: 15px;
        transition: -webkit-transform .4s ease;
        transition: transform .4s ease;
        transition: transform .4s ease, -webkit-transform .4s ease;
    }

    .nav.cloned ul ul .has-dd > a:after {
        top: 10px;
    }

    .nav.cloned .has-dd.opened > a:after {
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg);
    }
}

/* ------------------------------------------------------------ *\
    Nav Utilities
\* ------------------------------------------------------------ */

.nav-utilities ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
}

.nav-utilities li {
    display: inline-block;
    vertical-align: middle;
}

.nav-utilities li ~ li {
    margin-left: 27px;
}

.nav-utilities a {
    display: block;
    font-size: 14px;
    color: #000000;
}

/* ------------------------------------------------------------ *\
    Page Title
\* ------------------------------------------------------------ */

.page-title {
    padding: 37px 0 41px;
    background-color: #282933;
    color: #ffffff;
}

.page-title h1 {
    line-height: 1;
    margin: 0;
}

.page-title h1 span {
    color: #1abc9c;
}

/* Mobile */

@media (max-width: 767px) {
    .page-title {
        padding: 15px 0 20px;
    }
}

/* ------------------------------------------------------------ *\
    Paging
\* ------------------------------------------------------------ */

.paging {
    margin-top: 60px;
    text-align: left;
    font-size: 0;
}

.paging .btn, .paging ul {
    display: inline-block;
    vertical-align: middle;
}

.paging ul {
    padding: 0 30px;
}

.paging ul li {
    display: inline-block;
    vertical-align: middle;
}

.paging ul a {
    display: block;
    padding: 0 5px;
    font-weight: 900;
    font-size: 14px;
    color: #a1b1bc;
    letter-spacing: .4em;
    transition: color .4s ease;
}

.paging ul a:hover, .paging ul .active a {
    color: #1abc9c;
}

.paging .btn {
    width: 126px;
    height: 42px;
    line-height: 40px;
    font-weight: 900;
    font-size: 14px;
    letter-spacing: .07em;
    border: 1px solid #138a72;
}

/* Mobile */

@media (max-width: 767px) {
    .paging {
        margin: 50px 0;
        padding: 0 42px;
        position: relative;
    }

    .paging ul {
        padding: 0 15px;
        display: block;
        text-align: center;
    }

    .paging ul a {
        padding: 0 3px;
    }

    .paging .paging-prev, .paging .paging-next {
        width: 42px;
        font-size: 0;
        position: absolute;
        top: 0;
        margin-top: -11px;
    }

    .paging .paging-prev:before, .paging .paging-next:before {
        font-family: 'FontAwesome';
        font-size: 18px;
        color: #fff;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
    }

    .paging .paging-prev {
        left: 0;
    }

    .paging .paging-prev:before {
        content: '\f104';
        left: 48%;
    }

    .paging .paging-next {
        right: 0;
    }

    .paging .paging-next:before {
        content: '\f105';
        left: 52%;
    }
}

/* ------------------------------------------------------------ *\
    Popup Login
\* ------------------------------------------------------------ */

.popup-login {
    max-width: 320px;
    background-color: #282933;
    margin: 0 auto;
    color: #ffffff;
}

/* ------------------------------------------------------------ *\
    Post
\* ------------------------------------------------------------ */

.post {
    position: relative;
    padding-bottom: 1px;
}

.post .post-image {
    margin-bottom: 29px;
}

.post .post-image img {
    width: 100%;
    height: auto;
}

.post .post-entry h5 {
    margin-bottom: 25px;
    line-height: 1.2;
}

.post .post-entry h5 a {
    transition: color .4s ease;
}

.post .post-entry h5 a:hover {
    color: #1abc9c;
}

.post .post-entry p {
    margin-bottom: 25px;
}

.post .post-entry .btn {
    margin-left: 1px;
}

/* ------------------------------------------------------------ *\
    Register
\* ------------------------------------------------------------ */

.register {
    margin: 35px 0 38px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0,0,0, .1);
    background-color: #282933;
    color: #ffffff;
    position: relative;
}

.register .register-map, .register .register-form {
    float: left;
    width: 50%;
}

.register .gmap {
    width: 100%;
    height: 400px;
}

.register .register-form {
    display: table;
    height: 400px;
    padding: 40px 40px 112px;
}

.register .form-register {
    display: table-cell;
    vertical-align: middle;
}

/* Tablet Portrait */

@media (max-width: 1023px) {
    .register .register-map, .register .register-form {
        float: none;
        width: 100%;
    }
}

/* Mobile */

@media (max-width: 767px) {
    .register {
        margin-bottom: 0;
    }

    .register .gmap {
        height: 200px;
    }

    .register .register-form {
        height: auto;
        padding: 25px 15px 100px;
    }
}

/* ------------------------------------------------------------ *\
    Search
\* ------------------------------------------------------------ */

.search {
    font-size: 0;
}

.search .search-field, .search .search-btn {
    display: inline-block;
    vertical-align: middle;
}

.search .search-field {
    width: 72px;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    font-size: 14px;
    color: rgba(0, 0, 0, .6);
}

.search .search-field::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .6);
    transition: color .4s ease;
}

.search .search-field::-moz-placeholder {
    color: rgba(0, 0, 0, .6);
    transition: color .4s ease;
}

.search .search-field:-ms-input-placeholder {
    color: rgba(0, 0, 0, .6);
    transition: color .4s ease;
}

.search .search-field::placeholder {
    color: rgba(0, 0, 0, .6);
    transition: color .4s ease;
}

.search .search-field:focus::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0);
}

.search .search-field:focus::-moz-placeholder {
    color: rgba(0, 0, 0, 0);
}

.search .search-field:focus:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0);
}

.search .search-field:focus::placeholder {
    color: rgba(0, 0, 0, 0);
}

.search .search-btn {
    border: 0;
    border-radius: 0;
    background: none;
    font-size: 13px;
    color: #999;
}

/* ------------------------------------------------------------ *\
    Section Callout
\* ------------------------------------------------------------ */

.section-callout {
    padding: 60px 0 53px;
}

.section-callout .shell {
    padding: 0;
}

.section-callout .section-inner:after {
}

.section-callout .section-head, .section-callout .section-body {
    float: left;
}

.section-callout .section-head {
    width: 33.3333%;
    text-align: center;
}

.section-callout .section-head h1 {
    margin: 0;
    line-height: 1;
}

.section-callout .section-head h1 span {
    color: #1abc9c;
}

.section-callout .section-body {
    width: 66.6667%;
    padding-left: 15px;
}

.section-callout .section-body p {
    font-weight: 300;
    font-size: 30px;
    line-height: 1.1;
    margin: 0;
    letter-spacing: 1px;
}

.section-callout .section-body p strong {
    color: #1abc9c;
}

.section-callout.dark {
    background-color: #282933;
    color: #ffffff;
}

.section-callout.light-grey {
    padding: 40px 0 25px;
    background-color: #eaeaea ;
    color: #282933;
}

.section-callout.cyan {
    background-color: #1abc9c;
    color: #ffffff;
    position: relative;
    padding: 56px 0 50px;
}

.section-callout.cyan:before, .section-callout.cyan:after {
    content: '';
    width: 2000px;
    height: 100%;
    background-color: #1abc9c;
    position: absolute;
    top: 0;
}

.section-callout.cyan:before {
    right: 100%;
}

.section-callout.cyan:after {
    left: 100%;
}

.section-callout.cyan span, .section-callout.cyan strong {
    color: #282933 !important;
}

/* Small Desktop */

@media (max-width: 1199px) {
    .section-callout .section-head h1 {
        font-size: 48px;
    }
}

/* Tablet Portrait */

@media (max-width: 1023px) {
    .section-callout {
        padding: 50px 0;
    }

    .section-callout .section-inner {
        padding: 0 15px;
    }

    .section-callout .section-head, .section-callout .section-body {
        float: none;
        width: 100%;
    }

    .section-callout .section-head {
        margin-bottom: 30px;
    }
}

/* Mobile */

@media (max-width: 767px) {
    .section-callout, .section-callout.cyan, .section-callout.light-grey {
        padding: 30px 0;
        text-align: center;
    }

    .section-callout .section-head h1 {
        font-size: 36px;
    }

    .section-callout .section-body {
        padding: 0;
    }

    .section-callout .section-body p {
        font-size: 18px;
    }
}

/* ------------------------------------------------------------ *\
    Section Masonry
\* ------------------------------------------------------------ */

.section-masonry {
    position: relative;
}

/* ------------------------------------------------------------ *\
    Section Carousel
\* ------------------------------------------------------------ */

.section-carousel {
    padding: 25px 0;
}

.section-carousel ~ .section-carousel {
    padding-top: 15px;
}

.section-carousel .section-head {
    margin-bottom: 26px;
}

.section-carousel .section-head h3 {
    margin: 0;
}

.section-carousel-related {
    padding: 78px 0 0;
    margin-right: -17px;
}

/* Mobile */

@media (max-width: 767px) {
    .section-carousel .section-head h3 {
        font-size: 24px;
    }

    .section-carousel-related {
        margin-right: 0;
        padding: 25px 0;
    }
}

/* ------------------------------------------------------------ *\
    Section Programs
\* ------------------------------------------------------------ */

.section-programs {
    padding: 25px 0 25px 10px;
}

.section-programs .section-head {
    margin-bottom: 35px;
}

.section-programs .section-head h3 {
    margin-bottom: 28px;
}

.section-programs .section-head p {
    margin: 0 -10px 0 0;
}

.section-programs .section-body {
    padding-right: 33px;
}

.section-programs figure ~ figure {
    margin-top: 36px;
}

.section-programs figure figcaption {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.6;
}

.section-programs figure img {
    width: 100%;
    height: auto;
}

/* Tablet Portrait */

@media (max-width: 1023px) {
    .section-programs figure figcaption {
        font-size: 18px;
    }
}

/* Mobile */

@media (max-width: 767px) {
    .section-programs {
        padding: 0 0 25px;
    }

    .section-programs .section-body {
        padding: 0;
    }
}

/* ------------------------------------------------------------ *\
    Section Board
\* ------------------------------------------------------------ */

.section-board {
    overflow: hidden;
}

.section-board img {
    margin-bottom: -35px;
}

/* ------------------------------------------------------------ *\
    Section Sponsors
\* ------------------------------------------------------------ */

.section-sponsors {
    padding: 15px 20px 26px;
}

.section-sponsors .section-head {
    margin-bottom: 20px;
}

/* ------------------------------------------------------------ *\
    Section Hero
\* ------------------------------------------------------------ */

.section-hero {
    height: 360px;
    overflow: hidden;
    position: relative;
}

.section-hero .section-body {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

/* Mobile */

@media (max-width: 767px) {
    .section-hero {
        height: auto;
    }

    .section-hero .section-body {
        position: relative;
    }

    .section-hero .section-body img {
        display: block;
    }
}

/* ------------------------------------------------------------ *\
    Section Listing
\* ------------------------------------------------------------ */

.section-listing .section-body ul {
    list-style: none;
    margin: 0-20px;
}

.section-listing .section-body ul:after {
}

.section-listing .section-body ul li {
    float: left;
    width: 33.3333%;
    padding-left: 20px;
}

.section-listing .section-body ul li:nth-child(3n+1) {
    clear: left;
}

.section-listing .section-body ul li:nth-child(n+4) {
    margin-top: 60px;
}

/* Tablet Portrait */

@media (max-width: 1023px) {
    .section-listing .section-body ul li {
        width: 50%;
    }

    .section-listing .section-body ul li:nth-child(3n+1) {
        clear: none;
    }

    .section-listing .section-body ul li:nth-child(2n+1) {
        clear: left;
    }

    .section-listing .section-body ul li:nth-child(n+3) {
        margin-top: 60px;
    }
}

/* Mobile */

@media (max-width: 767px) {
    .section-listing .section-body ul {
        margin: 0;
    }

    .section-listing .section-body ul li {
        float: none;
        width: 100%;
        padding-left: 0;
    }

    .section-listing .section-body ul li ~ li,
    .section-listing .section-body ul li:nth-child(n+3) {
        margin-top: 40px;
    }
}

/* ------------------------------------------------------------ *\
    Slider
\* ------------------------------------------------------------ */

.slider {
    position: relative;
}

.slider .owl-item {
    -webkit-backface-visibility: visible;
}

/* ------------------------------------------------------------ *\
    Slider Main
\* ------------------------------------------------------------ */

.slider-main .slide {
    height: 344px;
    position: relative;
    overflow: hidden;
}

.slider-main .slide-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.slider-main .slide-image img {
    display: none;
}

.slider-main .slide-content {
    position: absolute;
    left: 110px;
    top: 54%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 10;
}

.slider-main .slide-content p {
    margin: 0;
    font-size: 38px;
    color: #ffffff;
    line-height: 1.1;
}

.slider-main .slide-content p span {
    color: #1abc9c;
}

.slider-main .slide-content-right {
    left: auto;
    right: 110px;
}

.slider-main .slide-content-black p {
    color: #000000;
}

.slider-main .owl-prev, .slider-main .owl-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .5);
    text-align: center;
    font-family: 'FontAwesome';
    font-size: 22px;
    color: #ffffff;
    position: absolute;
    top: 55%;
    margin-top: -20px;
    z-index: 10;
    line-height: 40px;
    transition: background-color .4s ease;
}

.slider-main .owl-prev:hover, .slider-main .owl-next:hover {
    background-color: rgba(0, 0, 0, 1);
}

.slider-main .owl-prev {
    left: 20px;
    padding-right: 3px;
}

.slider-main .owl-next {
    right: 20px;
    padding-left: 4px;
}

/* Small Desktop */

@media (max-width: 1199px) {
    .slider-main .slide-content p {
        font-size: 30px;
    }
}

/* Tablet Portrait */

@media (max-width: 1023px) {
    .slider-main .slide-content {
        left: 80px;
    }

    .slider-main .slide-content-right {
        left: auto;
        right: 80px;
    }

    .slider-main .slide-content p {
        font-size: 24px;
    }
}

/* Mobile */

@media (max-width: 767px) {
    .slider-main .slide {
        height: 240px;
    }

    .slider-main .owl-prev {
        left: 10px;
    }

    .slider-main .owl-next {
        right: 10px;
    }

    .slider-main .slide-content {
        left: 70px;
        right: 70px;
    }

    .slider-main .slide-content p {
        font-size: 18px;
    }

    .slider-main .slide-content p br {
        display: none;
    }
}

/* ------------------------------------------------------------ *\
    Slider Posts
\* ------------------------------------------------------------ */

.slider-posts .owl-prev, .slider-posts .owl-next {
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    border-radius: 3px;
    text-align: center;
    font-family: 'FontAwesome';
    font-size: 16px;
    color: #a1b1bc;
    line-height: 30px;
    transition: background-color .4s ease, color .4s ease;
    position: absolute;
    bottom: 100%;
    margin-bottom: 33px;
}

.slider-posts .owl-prev:hover, .slider-posts .owl-next:hover {
    background-color: #1abc9c;
    color: #ffffff;
}

.slider-posts .owl-prev {
    right: 40px;
}

.slider-posts .owl-next {
    right: 0;
}

.slider-white .owl-prev, .slider-white .owl-next {
    border-radius: 0;
    background-color: #ffffff;
    border: 1px solid #ecf0f1;
    line-height: 28px;
}

/* Mobile */

@media (max-width: 767px) {
    .slider-posts .owl-prev, .slider-posts .owl-next {
        margin-bottom: 28px;
    }
}

/* ------------------------------------------------------------ *\
    Slider Sponsors
\* ------------------------------------------------------------ */

.slider-sponsors .slide {
    width: 240px;
}

.slider-sponsors .slide img {
    width: 100%;
    height: auto;
}

.slider-sponsors .owl-stage {
    transition-timing-function: linear !important;
}

/* Mobile */

@media (max-width: 767px) {
    .slider-sponsors .slide {
        width: 180px;
    }
}

/* ------------------------------------------------------------ *\
    Socials
\* ------------------------------------------------------------ */

.socials {
    list-style: none;
    padding: 0;
    font-size: 0;
}

.socials li {
    display: inline-block;
    vertical-align: middle;
}

.socials li ~ li {
    margin-left: 15px;
}

.socials a {
    display: block;
    font-size: 16px;
    color: #000000;
    transition: color .4s ease;
}

.socials a:hover {
    color: rgb(128, 128, 128);
}

/* ------------------------------------------------------------ *\
    Table
\* ------------------------------------------------------------ */

.table table {
    background-color: #ffffff;
    border: 1px solid #ededed;
    box-shadow: 0 2px 6px rgba(0,0,0, .15);
    margin: 0;
}

.table table th, .table table td {
    padding: 10px;
}

.table table th:first-child, .table table td:first-child {
    width: 51.2%;
}

.table table th {
    height: 72px;
    background-color: #282933;
    font-weight: 700;
    font-size: 15px;
    color: #1abc9c;
    text-align: left;
    vertical-align: middle;
}

.table table th:first-child {
    padding-left: 30px;
}

.table table tbody tr:nth-child(odd) {
    background-color: #f7f7f7;
}

.table table td {
    height: 72px;
    padding: 10px;
    font-size: 15px;
}

.table table td:first-child {
    padding-left: 30px;
}

/* Tablet Portrait */

@media (max-width: 1023px) {
    .table table th, .table table td {
        font-size: 12px;
    }

    .table table th {
        white-space: nowrap;
    }

    .table table th:first-child, .table table td:first-child {
        padding-left: 15px;
    }
}

/* Mobile */

@media (max-width: 767px) {
    .table table {
        width: 100%;
    }

    .table table th {
        display: none;
    }

    .table table tbody, .table table tr, .table table td {
        display: block;
    }

    .table table td {
        height: auto;
        padding: 0 15px 15px;
    }

    .table table td:first-child {
        width: 100%;
    }

    .table table td:before {
        margin: 0 -15px 15px;
        padding: 10px 15px;
        display: block;
        content: attr(data-title);
        background-color: #282933;
        font-weight: 700;
        font-size: 12px;
        color: #1abc9c;
    }
}

/* ------------------------------------------------------------ *\
    Tags
\* ------------------------------------------------------------ */

.tags {
    margin-bottom: 10px;
}

.tags .tags-head {
    width: 50px;
    height: 50px;
    background-color: #282933;
    position: absolute;
    left: -1px;
    top: -1px;
    text-align: center;
    line-height: 50px;
}

.tags .tags-head .fa {
    color: #ffffff;
}

.tags .tags-body {
    line-height: 48px;
}

.tags .tags-body span {
    font-style: italic;
    font-size: 15px;
    color: #282933;
}

/* ------------------------------------------------------------ *\
    Wall
\* ------------------------------------------------------------ */

.wall {
    position: relative;
    height: 0 !important;
    padding-bottom: 47%;
    overflow: hidden;
}

.wall .wall-item {
    position: absolute;
    left: 0;
    top: 0;
    width: 25%;
}

/* Mobile */

@media (max-width: 767px) {
    .wall {
        position: static !important;
        height: auto !important;
        padding-bottom: 0;
    }

    .wall .wall-item {
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
        width: auto !important;
        height: auto !important;
        padding-bottom: 40%;
        transition: none !important;
        -webkit-transform: none !important;
            -ms-transform: none !important;
                transform: none !important;
    }
}

/* ------------------------------------------------------------ *\
    Widget
\* ------------------------------------------------------------ */

.widgets {
    list-style: none outside none;
}

.widget ~ .widget {
    margin-top: 38px;
}

/* ------------------------------------------------------------ *\
    Widget Links
\* ------------------------------------------------------------ */

.widget-links .widget-head {
    margin-bottom: 15px;
}

.widget-links .widget-head h6 {
    font-weight: 700;
    margin: 0;
    padding-left: 26px;
    position: relative;
}

.widget-links .widget-head h6:before {
    content: '';
    width: 14px;
    height: 14px;
    background-color: #1abc9c;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.widget-links .widget-body ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget-links .widget-body ul li ~ li {
    border-top: 1px solid #eef1f2;
}

.widget-links .widget-body ul a {
    display: block;
    padding: 14px 0;
    font-size: 14px;
    color: #000000;
    transition: color .4s ease;
}

.widget-links .widget-body ul a:hover, .widget-links .widget-body ul .active a {
    color: #1abc9c;
}

/* ------------------------------------------------------------ *\
    Widget Search
\* ------------------------------------------------------------ */

.widget-search .search {
    position: relative;
}

.widget-search .search-field {
    width: 100%;
    height: 42px;
    border: 1px solid #eef0f1;
    padding: 12px 25px 11px;
    color: #9daebb;
}

.widget-search .search-btn {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.widget-search .search-btn .fa {
    font-size: 16px;
}

/* ------------------------------------------------------------ *\
    IV.  Themes
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
    Theme Magnific
\* ------------------------------------------------------------ */

.mfp-fade.mfp-bg {
    background-color: #282933;
    opacity: 0;
    transition: all .4s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: .6;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all .4s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}
