@charset "UTF-8";
@import url('../fonts/fontawesome/css/fontawesome-all.min.css');
@import url('owl.carousel.min.css');
@import url('formalize.css');
/* Typography */
@font-face {
    font-family: 'ITC Avant Garde Gothic Std';
    src: url('../fonts/avantgarde/ITCAvantGardeStd-Bk.eot');
    src: url('../fonts/avantgarde/ITCAvantGardeStd-Bk.eot?#iefix') format('embedded-opentype'),
        url('../fonts/avantgarde/ITCAvantGardeStd-Bk.woff2') format('woff2'),
        url('../fonts/avantgarde/ITCAvantGardeStd-Bk.woff') format('woff'),
        url('../fonts/avantgarde/ITCAvantGardeStd-Bk.ttf') format('truetype'),
        url('../fonts/avantgarde/ITCAvantGardeStd-Bk.svg#ITCAvantGardeStd-Bk') format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'ITC Avant Garde Gothic Std';
    src: url('../fonts/avantgarde/ITCAvantGardeStd-Md.eot');
    src: url('../fonts/avantgarde/ITCAvantGardeStd-Md.eot?#iefix') format('embedded-opentype'),
        url('../fonts/avantgarde/ITCAvantGardeStd-Md.woff2') format('woff2'),
        url('../fonts/avantgarde/ITCAvantGardeStd-Md.woff') format('woff'),
        url('../fonts/avantgarde/ITCAvantGardeStd-Md.ttf') format('truetype'),
        url('../fonts/avantgarde/ITCAvantGardeStd-Md.svg#ITCAvantGardeStd-Md') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'ITC Avant Garde Gothic Std';
    src: url('../fonts/avantgarde/ITCAvantGardeStd-Demi.eot');
    src: url('../fonts/avantgarde/ITCAvantGardeStd-Demi.eot?#iefix') format('embedded-opentype'),
        url('../fonts/avantgarde/ITCAvantGardeStd-Demi.woff2') format('woff2'),
        url('../fonts/avantgarde/ITCAvantGardeStd-Demi.woff') format('woff'),
        url('../fonts/avantgarde/ITCAvantGardeStd-Demi.ttf') format('truetype'),
        url('../fonts/avantgarde/ITCAvantGardeStd-Demi.svg#ITCAvantGardeStd-Demi') format('svg');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'ITC Avant Garde Gothic Std';
    src: url('../fonts/avantgarde/ITCAvantGardeStd-Bold.eot');
    src: url('../fonts/avantgarde/ITCAvantGardeStd-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/avantgarde/ITCAvantGardeStd-Bold.woff2') format('woff2'),
        url('../fonts/avantgarde/ITCAvantGardeStd-Bold.woff') format('woff'),
        url('../fonts/avantgarde/ITCAvantGardeStd-Bold.ttf') format('truetype'),
        url('../fonts/avantgarde/ITCAvantGardeStd-Bold.svg#ITCAvantGardeStd-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
}
*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.clearfix:after, .clearfix:before {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    background: #fff;
    font-family: 'ITC Avant Garde Gothic Std', sans-serif;
    font-size: 16px;
    line-height: 1.75em;
    font-weight: 400;
    color: #445660;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: none;
}
h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
    font-weight: 700;
}
h1 {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 35px;
    line-height: 45px;
    color: #445660;
}
h2 {
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 28px;
    line-height: 40px;
    color: #445660;
}
h3 {
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #00b259;
}
h4 {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}
p {
    margin: 0 0 30px 0;
    padding: 0;
}
img {
    max-width: 100%;
    border: 0;
    vertical-align: bottom;
}
a {
    color: #00b259;
    text-decoration: none;
    outline-style: none;
    transition: all .2s ease-in-out;
}
a:hover {
    color: #f7a81c;
    text-decoration: none;
    outline-style: none;
}
b, strong {
    font-weight: 600;
}
.container {
    padding: 0 60px;
    width: 100%;
    height: 100%;
    position: relative;
    transition: all .2s ease-in-out;
}
.container.full {
    padding: 0;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.image.left {
    margin: 0 4% 4% 0;
    max-width: 50%;
    float: left;
}
.image.right {
    margin: 0 0 4% 4%;
    max-width: 50%;
    float: right;
}
.image img {
    width: 100%;
    height: auto;
}
.centered {
    text-align: center;
}
.hidden {
    display: none;
}
/* HEADER */
header {
    height: 135px;
    width: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    z-index: 999;
    transition: all .2s ease-in-out;
}
.logo-main {
    width: 210px;
    position: absolute;
    top: 20px;
    left: 60px;
    transition: all .2s ease-in-out;
}
.logo-main img {
    width: 100%;
    height: auto;
}
header.small {
    height: 100px;
}
header.small .logo-main {
    width: 162px;
    top: 13px;
}
header a.menu {
    display: none;
}
header nav {
}
header nav > ul.main-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    position: absolute;
    bottom: 0;
    right: 50px;
}
header nav > ul.main-nav > li {
    margin: 0;
    padding: 0;
    position: relative;
    float: left;
}
header nav > ul.main-nav > li > a {
    padding: 15px 10px 28px 10px;
    height: 100%;
    text-transform: uppercase;
    color: #445660;
    display: block;
}
html.touch header nav > ul.main-nav > li > a:not(.clicked) {
    color: #445660 !important;
}
header.small nav > ul.main-nav > li > a {
    padding-bottom: 16px;
}
header nav > ul.main-nav > li:hover > a, header nav > ul.main-nav > li.active > a {
    color: #000;
}
header nav > ul.main-nav > li.has-submenu > a:after {
    margin-left: 6px;
    content: "\f107";
    font-family: 'Font Awesome 5 Pro';
    font-size: 18px;
    line-height: 0;
    font-weight: 300;
    text-align: center;
    color: #00b259;
    display: inline-block;
    position: relative;
    top: 0;
}
html.touch header nav > ul.main-nav > li.has-submenu > a:not(.clicked):after {
    content: "\f107" !important;
    color: #00b259 !important;
}
header nav > ul.main-nav > li.has-submenu:hover > a:after {
    content: "\f106";
    color: #f7a81c;
}
header nav > ul.main-nav > li > .submenu-wrapper {
    padding: 50px 0;
    width: 100%;
    background: #f4f5f7;
    background: rgba(244,245,247, .97);
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #6a737b;
    position: fixed;
    left: 0;
    top: 135px;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease-in-out;
}
html.touch header nav > ul.main-nav > li:not(.active) > .submenu-wrapper {
    opacity: 0 !important;
    visibility: hidden !important;
}
header.small nav > ul.main-nav > li > .submenu-wrapper {
    top: 100px;
}
header nav > ul.main-nav > li:hover > .submenu-wrapper {
    opacity: 1;
    visibility: visible;
}
header nav > ul.main-nav > li > .submenu-wrapper a.close {
    font-size: 24px;
    color: #445660;
    position: absolute;
    right: 15px;
    top: 11px;
    display: none;
}
header nav > ul.main-nav > li.active > .submenu-wrapper a.close {
    display: block;
}
header nav > ul.main-nav > li > .submenu-wrapper a.close .fa {
    font-weight: 300;
}
header nav .submenu-wrapper div.description {
    margin-right: 1%;
    padding-right: 1%;
    width: 49%;
    border-right: 1px solid #d8dadf;
}
header nav .submenu-wrapper .image.featured {
    padding: 0 40px 0 0;
    width: 54%;
    height: 100%;
    font-size: 0;
    display: inline-block;
    vertical-align: top;
}
header nav .submenu-wrapper div.text {
    padding-right: 40px;
    width: 45%;
    font-size: 0;
    display: inline-block;
    vertical-align: top;
}
header nav .submenu-wrapper h2 {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    color: #00b259;
}
header nav > ul.main-nav .submenu-wrapper p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 22px;
}
header nav > ul.main-nav > li .submenu-wrapper ul.submenu {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
}
header nav > ul.main-nav > li .submenu-wrapper ul.submenu li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
header nav > ul.main-nav > li .submenu-wrapper ul.submenu > li > a {
    margin-bottom: 15px;
    padding: 0;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    color: #445660;
    display: inline-block;
    position: relative;
}
header nav > ul.main-nav > li .submenu-wrapper ul.submenu > li > a:hover {
    color: #00b259;
}
header nav > ul.main-nav > li .submenu-wrapper ul.submenu ul.submenu {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
}
header nav > ul.main-nav > li .submenu-wrapper ul.submenu ul.submenu > li > a {
    margin-bottom: 5px;
    padding: 0 0 0 16px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #445660;
    top: -10px;
}
header nav > ul.main-nav > li .submenu-wrapper ul.submenu ul.submenu > li > a:hover {
    color: #00b259;
}
header nav > ul.main-nav > li .submenu-wrapper ul.submenu ul.submenu > li > a:before {
    margin: 0 5px;
    content: "\f105";
    font-family: 'Font Awesome 5 Pro';
    font-size: 14px;
    line-height: 0;
    font-weight: 300;
    text-align: center;
    color: #f7a81c;
    display: inline-block;
    position: absolute;
    top: 9px;
    left: 0;
}
header nav > ul.main-nav > li a.search {
    font-size: 18px;
    line-height: 0;
    color: #b1b7ba;
    text-align: center;
}
header nav > ul.main-nav > li a.search:hover {
    color: #00b259;
}
header nav > ul.main-nav > li div.search-form {
    width: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease-in-out;
}
header nav > ul.main-nav > li div.search-form.open {
    width: 600px;
    visibility: visible;
    opacity: 1;
}
header nav > ul.main-nav > li div.search-form input {
    margin: 0;
    padding: 15px 38px 15px 15px;
    width: 100%;
    height: 48px;
    font-size: 15px;
    line-height: 15px;
    background: #ebebeb;
    border: none;
}
header nav > ul.main-nav > li div.search-form a.button {
    margin: 0;
    padding: 15px 10px;
    font-size: 18px;
    line-height: 0;
    color: #b1b7ba;
    text-align: center;
    background: none;
    position: absolute;
    top: 0;
    right: 0;
}
header nav > ul.main-nav > li div.search-form a.button:hover {
    color: #00b259;
}
header nav > ul.main-nav > li div.search-form a.button:after {
    display: none;
}
header ul.social {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 20px;
    right: 50px;
    transition: all .2s ease-in-out;
}
header ul.social li {
    display: inline-block;
    position: relative;
}
header ul.social li a {
    margin: 0 10px;
    font-size: 18px;
    line-height: 18px;
    color: #b1b7ba;
}
header ul.social li a:hover {
    color: #00b259;
}
header.small ul.social {
    top: 13px;
}
/* For search results */
.ui-widget.ui-widget-content.ui-autocomplete {
    width: 600px;
    position: fixed;
    cursor: default;
    z-index: 999 !important;
    border: 1px solid #ebebeb;
    border-top: none;
    font-family: inherit !important;
    font-size: 15px;
    line-height: 20px;
}
.ui-widget.ui-widget-content.ui-autocomplete .ui-menu-item {
    border: none;
}
.ui-widget.ui-widget-content.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper {
    padding: 6px 10px;
    margin: 0;
    border: none;
    border-bottom: 1px solid #ebebeb;
}
.ui-widget.ui-widget-content.ui-autocomplete .ui-menu-item:last-child .ui-menu-item-wrapper {
    border: none;
}
.ui-widget.ui-widget-content.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper:hover {
    background: #f7f7f7;
}
/* FOOTER */
footer {
    padding: 60px 0;
    width: 100%;
    background: #fff;
    font-size: 14px;
    line-height: 20px;
    color: #445660;
    text-align: center;
}
.logo-footer {
    margin: 0 auto 25px;
    width: 185px;
}
.logo-footer img {
    width: 100%;
}
footer a {
    margin: 0 5px;
    color: #445660;
}
footer a:hover {
    color: #00b259;
}
footer a span a {
    margin: 0;
}
footer ul.contact {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}
footer ul.contact li {
    margin: 0;
    padding: 0;
    display: inline-block;
}
footer p:last-child {
    margin-bottom: 0;
}
footer a.address, footer a.phone, footer a.email {
    line-height: 24px;
}
footer a.address:before, footer a.phone:before, footer a.email:before {
    margin-right: 5px;
    width: 12px;
    font-family: 'Font Awesome 5 Pro';
    font-size: 14px;
    font-weight: 900;
    text-align: center;
    color: #adb5bb;
    display: inline-block;
    position: relative;
}
footer a.address:before {
    content: "\f3c5";
}
footer a.phone:before {
    content: "\f095";
}
footer a.email:before {
    content: "\f0e0";
    font-size: 12px;
}
footer p.copyright {
    margin: 0;
    font-size: 13px;
}
footer ul.social {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    line-height: 0;
}
footer ul.social li {
    display: inline-block;
    position: relative;
}
footer ul.social li a {
    margin: 0 10px;
    font-size: 18px;
    line-height: 18px;
    color: #b1b7ba;
}
footer ul.social li a:hover {
    color: #00b259;
}
/* CONTENT */
body.lock {
    overflow: hidden !important;
    /*position: fixed;*/
}
a.button {
    margin: 0;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background: #f7a81c;
    position: relative;
    display: inline-block;
}
a.button:hover {
    background: #00b259;
}
a.button:after {
    margin-left: 7px;
    content: "\f101";
    font-family: 'Font Awesome 5 Pro';
    font-size: 14px;
    line-height: 0;
    font-weight: 300;
    text-align: center;
    color: rgba(255,255,255,.5);
    display: inline-block;
    position: relative;
    transition: all .2s ease-in-out;
}
a.button:hover:after {
    margin-left: 9px;
    margin-right: -2px;
}
a.button.back:before {
    margin-right: 7px;
    content: "\f100";
    font-family: 'Font Awesome 5 Pro';
    font-size: 14px;
    line-height: 0;
    font-weight: 300;
    text-align: center;
    color: rgba(255,255,255,.5);
    display: inline-block;
    position: relative;
    transition: all .2s ease-in-out;
}
a.button.back:hover:before {
    margin-right: 9px;
    margin-left: -2px;
}
a.button.back:after {
    display: none;
}
section {
    padding: 60px 0;
    position: relative;
}
section:first-of-type {
    margin-top: 135px;
}
body#tinymce section:first-of-type {
    margin-top: 0;
}
section.hero.home {
    padding: 0;
}
section.hero.home ul.hero {
    margin: 0;
    padding: 0;
    height: 600px;
    list-style: none;
    overflow: hidden;
}
section.hero.home ul.hero li {
    width: 100%;
    height: 600px;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
}
section.hero.home ul.hero li .container:after {
    width: 585px;
    height: 100%;
    background: rgba(0, 178, 89, .5);
    transform: skewX(-22.4deg);
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 80px;
    z-index: -1;
}
section.hero.home .text {
    padding: 20px;
    height: auto;
    color: #fff;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
section.hero.home .text h1 {
    margin: 0;
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
.bx-wrapper {
    margin: 0 !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
}
section.hero.home .bx-controls {
    width: 100%;
    position: absolute;
    bottom: 0 !important;
    z-index: 99 !important;
}
section.hero.home .bx-wrapper .bx-pager, section.hero.home .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 20px;
    width: 100%;
}
section.hero.home .bx-wrapper .bx-pager.bx-default-pager a {
    width: 15px;
    height: 15px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background: rgba(255,255,255,.5);
}
section.hero.home .bx-wrapper .bx-pager.bx-default-pager a.active, section.hero.home .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: rgba(255,255,255,1);
}
section.signup-news {
    padding: 0;
}
section.signup-news .row {
    /*display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: auto;*/
}
section.signup-news .row > [class*="col-"] {
    /*display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: auto;
    align-items: center;*/
}
section.signup-news .row > [class*="col-"].signup {
    width: 480px;
    height: 258px;
}
section.signup-news .row [class*="col-"].signup a {
    padding: 60px;
    background: #00b259;
    display: block;
}
section.signup-news .row [class*="col-"].signup a .fa {
    margin: 0 15px 10px 0;
    width: 56px;
    font-size: 56px;
    line-height: 56px;
    font-weight: 300;
    color: #fff;
    display: inline-block;
    vertical-align: top;
}
section.signup-news .row [class*="col-"].signup a h2 {
    margin: 3px 0 10px;
    width: calc(100% - 76px);
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    vertical-align: top;
}
section.signup-news .row [class*="col-"].signup a p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    color: rgba(255,255,255,.5);
}
section.signup-news .row [class*="col-"].signup a:hover {
    background: #f7a81c;
}
section.signup-news .row [class*="col-"].signup a:hover p {
    color: #fff;
    color: rgba(255,255,255,.5);
}
section.signup-news .row [class*="col-"].signup a:hover h2 {
    color: #fff;
}
section.signup-news .row > [class*="col-"].news-alert {
    width: calc(100% - 480px);
    height: 258px;
    background: #6a737b;
}
section.signup-news .row > [class*="col-"].news-alert ul.news-list {
    margin: 0;
    padding: 0;
    width: 100% !important;
    height: 100%;
    list-style: none;
    position: relative;
}
section.signup-news .row > [class*="col-"].news-alert ul.news-list li {
    margin: 0;
    padding: 0;
    width: 100% !important;
    height: 100%;
}
section.signup-news .row > [class*="col-"].news-alert ul.news-list li .text {
    margin: 0;
    padding: 0 60px;
    width: calc(100% - 345px);
    position: relative;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
}
section.signup-news .row > [class*="col-"].news-alert ul.news-list li p.date {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    color: rgba(255,255,255,.5);
}
section.signup-news .row > [class*="col-"].news-alert ul.news-list li h2 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    color: #fff;
}
section.signup-news .row > [class*="col-"].news-alert ul.news-list li a.button {
    margin: 0;
    padding: 8px 13px;
    font-size: 14px;
    line-height: 14px;
    background: transparent;
    border: 2px solid #fff;
}
section.signup-news .row > [class*="col-"].news-alert ul.news-list li a.button:hover {
    background: #f7a81c;
    border-color: #f7a81c;
}
section.signup-news .row > [class*="col-"].news-alert ul.news-list li .image {
    width: 385px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
section.signup-news .row > [class*="col-"].news-alert ul.news-list li .image:before {
    width: 100%;
    height: 100%;
    content: url(../images/news-alert-image-angle.png);
    position: absolute;
    left: 0;
    top: 0;
}
section.signup-news .row > [class*="col-"].news-alert ul.news-list li .image img {
    width: auto;
    height: 100%;
}
section.signup-news .bx-wrapper {
    width: 100% !important;
    height: 100% !important;
    background: transparent !important;
}
section.signup-news .bx-viewport {
    height: 100% !important;
}
section.signup-news .bx-controls {
    width: 100%;
    position: absolute;
    bottom: 0 !important;
    z-index: 99 !important;
}
section.signup-news .bx-wrapper .bx-pager, section.signup-news .bx-wrapper .bx-controls-auto {
    padding: 0;
    width: 100%;
    line-height: 0;
    position: absolute;
    bottom: 30px;
}
section.signup-news .bx-wrapper .bx-pager.bx-default-pager a {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    background: rgba(255,255,255,.5);
}
section.signup-news .bx-wrapper .bx-pager.bx-default-pager a.active, section.signup-news .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: rgba(255,255,255,1);
}
section.tagline-home {
    text-align: center;
}
section.tagline-home h1 {
    margin: 0;
    font-size: 35px;
    line-height: 35px;
}
section.cta {
    padding: 0;
    text-align: center;
}
section.cta .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: auto;
}
section.cta .row > [class*="col-"] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: auto;
}
section.cta .row [class*="col-"] a {
    padding: 60px;
    background: #f7f7f7;
    border-right: 1px solid #d3d7d9;
    display: block;
}
section.cta .row [class*="col-"]:last-child a {
    border: none;
}
section.cta .row [class*="col-"] a .fa {
    margin-bottom: 15px;
    font-size: 60px;
    line-height: 60px;
    font-weight: 900;
    color: #acb2b5;
}
section.cta .row [class*="col-"] a h2 {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 36px;
    font-weight: 500;
    color: #00b259;
}
section.cta .row [class*="col-"] a p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #445660;
}
section.cta .row [class*="col-"] a p:last-of-type {
    margin-bottom: 0;
}
section.cta .row [class*="col-"] a:hover {
    background: #f7a81c;
}
section.cta .row [class*="col-"] a:hover .fa, section.cta .row [class*="col-"] a:hover p {
    color: #fff;
    color: rgba(255,255,255,.5);
}
section.cta .row [class*="col-"] a:hover h2 {
    color: #fff;
}
section.centers {
    padding: 0;
    text-align: center;
}
section.centers .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: auto;
}
section.centers .row > [class*="col-"] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    height: auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
section.centers .row [class*="col-"] a {
    padding: 17% 60px;
    width: 100%;
    background: rgba(0,163,80,.6);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    text-align: center;
}
section.centers .row [class*="col-"] a h2 {
    margin-bottom: 0;
    width: 100%;
    font-size: 35px;
    line-height: 40px;
    font-weight: 500;
    color: #fff;
}
section.centers .row [class*="col-"] a:hover {
    background: rgba(247,168,28,.8);
}
section.page-title {
    padding: 0;
    height: 250px;
    background: #6a737b;
    overflow: hidden;
}
section.page-title .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
section.page-title .text {
    width: calc(100% - 640px);
}
section.page-title .text h1 {
    margin: 0;
    font-size: 40px;
    line-height: 45px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    position: relative;
}
section.page-title .text ul.breadcrumbs {
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
    position: relative;
}
section.page-title .text ul.breadcrumbs li {
    margin: 0;
    padding: 0;
    float: left;
}
section.page-title .text ul.breadcrumbs li:after {
    width: 20px;
    font-family: 'Font Awesome 5 Pro';
    content: '\f105';
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    color: rgba(255,255,255,.25);
    text-align: center;
    display: inline-block;
}
section.page-title .text ul.breadcrumbs li:last-child:after {
    display: none;
}
section.page-title .text ul.breadcrumbs a {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #fff;
    color: rgba(255,255,255,.5);
    position: relative;
}
section.page-title .text ul.breadcrumbs a:hover {
    color: #fff;
    color: rgba(255,255,255,.75);
}
section.page-title .image {
    width: 640px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
section.page-title .image:before {
    width: 100%;
    height: 100%;
    content: url(../images/news-alert-image-angle.png);
    position: absolute;
    left: 0;
    top: 0;
}
section.page-title .image img {
    width: auto;
    height: 100%;
}
section.intro {
    padding: 100px 5%;
    color: #fff;
    text-align: center;
    background: #00b259;
}
section.intro .container {
    margin: 0 auto;
    width: 100%;
    max-width: 950px;
}
section.intro .container h2 {
    margin: 0;
    font-size: 24px;
    line-height: 34px;
    color: #fff;
}
section.intro-image {
    padding: 0;
    height: 600px;
    background: #00b259;
}
section.intro-image .container {
    padding: 0;
    width: 100%;
}
section.intro-image .row {
    margin: 0;
}
section.intro-image .row [class*="col-"] {
    padding: 0;
    font-size: 0;
}
section.intro-image .container .image {
    width: 50%;
    height: 600px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}
section.intro-image .container .image img {
    width: auto;
    max-width: none;
    height: 100%;
}
section.intro-image .container .text {
    padding: 5%;
    width: 50%;
    display: inline-block;
    vertical-align: middle;
}
section.intro-image .container .text h2 {
    margin: 0;
    font-size: 24px;
    line-height: 34px;
    color: #fff;
}
section.categories {
    padding: 0;
    color: #fff;
    text-align: center;
    background: #000;
}
section.categories .row {
    /*display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: auto;*/
}
section.categories .row [class*="col-"] {
    padding: 0;
    /*display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    height: auto;*/
}
section.categories .row [class*="col-"]:after {
    width: 100%;
    height: 100%;
    content: '';
    background: #f7a81c;
    background: rgba(247,168,28,.85);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease-in-out;
}
section.categories .row [class*="col-"]:hover:after {
    visibility: visible;
    opacity: 1;
}
section.categories .row [class*="col-"] .text {
    padding: 8%;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease-in-out;
}
section.categories .row [class*="col-"]:hover .text {
    visibility: visible;
    opacity: 1;
}
section.categories .row [class*="col-"] .text h2 {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
section.categories .row [class*="col-"] .text a.button {
    margin: 0;
    padding: 8px 13px;
    font-size: 14px;
    line-height: 14px;
    background: transparent;
    border: 2px solid #fff;
}
section.categories .row [class*="col-"] .text a.button:hover {
    background: #445660;
    border-color: #445660;
}
section.categories .row [class*="col-"] .icon {
    margin: 0 auto;
    width: 190px;
    height: 190px;
    background: #6a737b;
    background: rgba(106,115,123,.8);
    box-shadow: 0 0 0 8px rgba(255,255,255,.8);
    border-radius: 1000px;
    position: absolute;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    transition: all .2s ease-in-out;
    pointer-events: none;
}
section.categories .row [class*="col-"] .icon .fa {
    font-size: 75px;
    line-height: 190px;
    font-weight: 300;
}
section.categories .row [class*="col-"] .icon img {
    width: 100%;
    height: auto;
}
section.categories .row [class*="col-"]:hover .icon {
    visibility: hidden;
    opacity: 0;
}
section.categories .row [class*="col-"] .image {
    margin: 0;
    width: 100%;
}
section.cta-bar {
    padding: 100px 5%;
    color: #fff;
    text-align: center;
    background: #445660;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
section.cta-bar .container {
    margin: 0 auto;
    width: 100%;
    max-width: 950px;
    z-index: 10;
}
section.cta-bar .container h2 {
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
}
section.cta-bar:after {
    width: 100%;
    height: 100%;
    content: '';
    background: #445660;
    background: rgba(68,86,96,.8);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
section.content ul, section.content ol {
    margin-bottom: 30px;
}
section.content ul.list, section.content ol.list {
    margin: 0 0 30px 0;
    padding: 0 0 0 15px;
    list-style: none;
}
section.content ul.list li, section.content ol.list li {
    margin-bottom: 10px;
}
section.content ul.list li a, section.content ol.list li a {
    vertical-align: middle;
}
section.content ul.list li img, section.content ol.list li img {
    margin: 0 10px 0 0;
    vertical-align: middle;
}
section.content .image {
    margin-bottom: 30px;
}
section.content hr {
    height: 1px;
    margin: 0 0 30px 0;
    border: none;
    background: #d7d7d7;
}
.pagination {
    margin-top: 50px;
    font-size: 0;
    text-align: center;
    display: block;
}
.pagination a, .pagination span.empty {
    padding: 12px 15px;
    font-size: 15px;
    line-height: 15px;
    color: #000;
    text-decoration: none;
    display: inline-block;
}
.pagination a.active {
    background-color: #00b259;
    color: #fff;
}
.pagination a:hover:not(.active) {
    background-color: #f1f1f1;
}
ul.accordion {
    margin: 0 0 50px;
    padding: 0;
    list-style: none;
}
ul.accordion:last-of-type {
    margin-bottom: 0;
}
ul.accordion li h2 {
    margin: 0;
    padding: 12px 10px 10px 25px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    color: #000;
    border-bottom: 1px solid #e1e1e1;
    display: block;
    cursor: pointer;
}
ul.accordion li h2:before {
    margin-left: -2em;
    width: 2em;
    content: "\f0fe";
    font-family: 'Font Awesome 5 Pro';
    font-size: 12px;
    line-height: 24px;
    font-weight: normal;
    text-align: center;
    color: #e87722;
    display: inline-block;
    position: relative;
    top: -2px;
    transition: all 0.2s ease-in-out;
}
ul.accordion li h2.close:before {
    content: "\f146";
    color: #777;
}
ul.accordion article {
    padding: 28px 28px 0 28px;
    background: #fbfbfb;
    border-bottom: 1px solid #e1e1e1;
    display: none;
}
ul.accordion article h3 {
    font-size: 20px;
    line-height: 26px;
}
ul.accordion ul, ul.accordion ol {
    margin-bottom: 30px;
}
ul.accordion li ul li {
    list-style: disc;
}
ul.accordion ul li ul {
    margin-bottom: 0;
}
ul.accordion article:after, ul.accordion article:before {
    content: " ";
    display: table;
}
ul.accordion article:after {
    clear: both;
}
img.alignnone {
    margin: 0 0 30px 0;
}
img.alignleft {
    margin: 0 4% 30px 0;
    float: left;
}
img.alignright {
    margin: 0 0 30px 4%;
    float: right;
}
img.size-medium {
    width: 300px;
    height: auto;
}
section.content .tags {
    margin: 0 0 30px 18px;
    width: auto;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    position: relative;
}
section.content .tags a {
    color: #445660;
}
section.content .tags a:hover {
    color: #00b259;
}
section.content .tags a:after {
    content: ', '
}
section.content .tags a:last-of-type:after {
    content: ''
}
section.content .tags:before {
    margin-right: 0;
    width: 14px;
    font-family: 'Font Awesome 5 Pro';
    content: '\f02c';
    font-size: 10px;
    font-weight: 700;
    color: #f7a81c;
    display: inline-block;
    position: absolute;
    left: -18px;
}
.news-sort {
    margin-bottom: 60px;
    width: 100%;
    height: 80px;
    color: #fff;
    font-size: 0;
    background: #404a4f;
}
.news-sort h3 {
    margin: 0;
    width: 125px;
    font-size: 16px;
    line-height: 80px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    background: #101518;
    display: inline-block;
    vertical-align: top;
}
.news-sort ul.filters {
    margin: 0;
    padding: 0;
    list-style: none;
    width: calc(100% - 125px);
    line-height: 80px;
    display: inline-block;
    vertical-align: top;
}
.news-sort ul.filters > li {
    width: 33.3333%;
    font-size: 0;
    display: inline-block;
    vertical-align: top;
}
.news-sort ul.filters > li > a {
    padding: 0 30px;
    font-size: 20px;
    color: #fff;
    border-right: 1px solid #282f33;
    display: block;
    position: relative;
    cursor: pointer;
    transition: all .2s ease-in-out;
}
.news-sort ul.filters > li:hover > a, .news-sort ul.filters > li.active > a {
    background: #282f33;
}
.news-sort ul.filters > li > a:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Pro';
    font-size: 20px;
    line-height: 0;
    font-weight: 300;
    color: rgba(255,255,255,.5);
    display: inline-block;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .2s ease-in-out;
}
.news-sort ul.filters > li.active > a:after {
    content: "\f106";
}
.news-sort ul.filters > li > .sort-wrapper {
    margin: 0 2%;
    padding: 0;
    width: calc(100% - 4%);
    background: #282f33;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #fff;
    position: absolute;
    left: 0;
    top: 80px;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease-in-out;
    z-index: 10;
}
.news-sort ul.filters > li.active > .sort-wrapper {
    opacity: 1;
    visibility: visible;
}
.news-sort ul.filters > li > .sort-wrapper a.close {
    font-size: 24px;
    color: #fff;
    position: absolute;
    right: 15px;
    top: 11px;
}
.news-sort ul.filters > li > .sort-wrapper a.close .fa {
    font-weight: 300;
}
.news-sort ul.filters > li > .sort-wrapper ul {
    margin: 45px 30px 20px;
    padding: 0;
    list-style: none;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}
.news-sort ul.filters > li > .sort-wrapper ul li {
    padding-bottom: 10px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
.news-sort ul.filters > li > .sort-wrapper ul a {
    padding-left: 14px;
    color: #fff;
    color: rgba(255,255,255,.5);
    display: inline-block;
    position: relative;
}
.news-sort ul.filters > li > .sort-wrapper ul a:hover {
    color: #fff;
    color: rgba(255,255,255,.75);
}
.news-sort ul.filters > li > .sort-wrapper ul a:before {
    margin: 0 5px;
    content: "\f105";
    font-family: 'Font Awesome 5 Pro';
    font-size: 13px;
    line-height: 0;
    font-weight: 300;
    text-align: center;
    color: #f7a81c;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 0;
}
.news-sort ul.filters > li > .search-form {
    position: relative;
}
.news-sort ul.filters > li > .search-form input.search {
    margin: 0;
    padding: 0 0 0 30px;
    width: calc(100% - 80px);
    height: 80px;
    font-size: 20px;
    line-height: 80px;
    color: #fff;
    background: none;
    border: none;
    transition: all .1s ease-in-out;
}
.news-sort ul.filters > li > .search-form a.button {
    padding: 0;
    width: 80px;
    height: 80px;
    font-size: 18px;
    line-height: 80px;
    text-align: center;
    color: #fff;
    background: none;
    position: absolute;
    right: 0;
}
.news-sort ul.filters > li > .search-form a.button:hover {
    color: #fff;
    color: rgba(255,255,255,.5);
}
.news-sort ul.filters > li > .search-form a.button:after {
    display: none;
}
.news-sort ul.filters > li > .search-form a.button .fa {
    font-weight: 400;
}
.news-sort ul.filters > li > .search-form input::-webkit-input-placeholder {
 color: #fff;
}
.news-sort ul.filters > li > .search-form input::-moz-placeholder {
 color: #fff;
}
.news-sort ul.filters > li > .search-form input:-moz-placeholder {
 color: #fff;
}
.news-sort ul.filters > li > .search-form input.placeholder_text {
 color: #fff;
}
.news-sort ul.filters > li > .search-form input:focus::-webkit-input-placeholder {
 color: rgba(255,255,255,.25);
}
.news-sort ul.filters > li > .search-form input:focus::-moz-placeholder {
 color: rgba(255,255,255,.25);
}
.news-sort ul.filters > li > .search-form input:focus:-moz-placeholder {
 color: rgba(255,255,255,.25);
}
.news-sort ul.filters > li > .search-form input:focus.placeholder_text {
 color: rgba(255,255,255,.25);
}
section.content ul.news-list {
    margin: -1%;
    padding: 0;
    list-style: none;
    font-size: 0;
}
section.content ul.news-list li {
    margin: 0;
    padding: 1%;
    width: 50%;
    font-size: 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
section.content ul.news-list li .container {
    padding: 0;
    background: #f1f1f1;
    font-size: 0;
    display: block;
}
section.content ul.news-list li:before {
    display: none;
}
section.content ul.news-list li .image {
    margin: 0;
    width: 50%;
    display: inline-block;
    vertical-align: middle;
}
section.content ul.news-list li .image img {
    width: 100%;
    height: auto;
}
section.content ul.news-list li .text {
    padding: 2% 5%;
    width: 50%;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
}
section.content ul.news-list li .text h2 {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
}
section.content ul.news-list li .text h2 a {
    color: #00b259;
}
section.content ul.news-list li .text h2 a:hover {
    color: #008742;
}
section.content ul.news-list li .text .date {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #445660;
    text-transform: uppercase;
}
section.content ul.news-list li .text .tags {
    margin: 20px 0 0 18px;
    width: auto;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    display: block;
    position: relative;
}
section.content ul.news-list li .text .tags a {
    color: #445660;
}
section.content ul.news-list li .text .tags a:hover {
    color: #00b259;
}
section.content ul.news-list li .text .tags a:after {
    content: ', '
}
section.content ul.news-list li .text .tags a:last-of-type:after {
    content: ''
}
section.content ul.news-list li .text .tags:before {
    margin-right: 0;
    width: 14px;
    font-family: 'Font Awesome 5 Pro';
    content: '\f02c';
    font-size: 10px;
    font-weight: 700;
    color: #f7a81c;
    display: inline-block;
    position: absolute;
    left: -18px;
}
section.news-post .date, section.content .date-post {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #445660;
    text-transform: uppercase;
}
/*section.content .author {
    margin-bottom: 30px;
    padding: 20px 0 20px 20px;
    border-left: 5px solid #d3d7d9;
}
section.content .author img {
    margin: 0 25px 10px 0;
    float: left;
}
section.content .author h4 {
    
}
section.content .author h5 {
    margin: -10px 0 20px;
    font-weight: 500;
}
section.content .author p {
    margin-bottom: 20px;
}
section.content .author p:last-of-type {
    margin-bottom: 0;
}*/
section.content .share-tags {
    margin: 10px 2% 0;
    padding: 15px 20px;
    background: #f5f5f5;
    display: inline-block;
}
section.content [class*="col-"] .share-tags {
    margin: 10px 0 0 0;
}
section.content .share-tags h4 {
    margin: 0;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    color: #666;
    display: inline-block;
    vertical-align: middle;
}
section.content .share-tags .tags {
    margin: 0 0 0 40px;
    width: auto;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    display: inline-block;
    position: relative;
}
section.content .share-tags .tags:before {
    margin-right: 0;
    width: 14px;
    font-family: 'Font Awesome 5 Pro';
    content: '\f02c';
    font-size: 10px;
    font-weight: 700;
    color: #f7a81c;
    display: inline-block;
    position: absolute;
    left: -18px;
}
section.content .share-tags .tags a {
    color: #445660;
}
section.content .share-tags .tags a:hover {
    color: #00b259;
}
section.content .share-tags .tags a:after {
    content: ', '
}
section.content .share-tags .tags a:last-of-type:after {
    content: ''
}
section.content .share-tags ul.social {
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    display: inline-block;
    vertical-align: middle;
}
section.content .share-tags ul.social li {
    padding: 0 0 0 15px;
    font-size: 20px;
    line-height: 20px;
    display: inline-block;
}
section.content .share-tags ul.social li:before {
    display: none;
}
section.content .share-tags .tags a, section.content .share-tags ul.social a {
    box-shadow: none !important;
}
section.content .share-tags ul.social a .fa-envelope {
    font-weight: 300;
}
.divider {
    margin-bottom: 30px;
    padding-top: 30px;
    border-bottom: 1px solid #ebebeb;
    clear: both;
}
ul.team {
    margin: 0 -1% 50px;
    padding: 0;
    list-style: none;
}
ul.team:last-of-type {
    margin-bottom: 0;
}
ul.team li {
    margin: 0;
    padding: 1%;
    width: 25%;
    text-align: left;
    position: relative;
    float: left;
}
ul.team li a {
    display: block;
    position: relative;
}
ul.team li .image {
    margin-bottom: 0;
    width: 100%;
}
ul.team li .image img {
    width: 100%;
    height: auto;
}
ul.team li .text {
    padding: 15px;
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    background: #00b259;
    background: rgba(0,178,89,.85);
    position: absolute;
    bottom: 0;
    transition: all 0.2s ease-in-out;
}
ul.team li .text strong {
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
}
ul.team li a:hover .text {
    background: #f7a81c;
    background: rgba(247,168,28,.85);
}
p.title {
    margin-top: -30px;
    font-size: 16px;
    font-weight: 500;
}
.bio-image {
    padding: 0 0 30px 50px;
    width: 550px;
    max-width: 50%;
    display: inline-block;
    float: right;
}
.bio-image img {
    width: 100%;
    height: auto;
}
section.content a.address, section.content a.phone, section.content a.email, section.content span.email a {
    font-weight: 500;
}
section.content a.address:hover, section.content a.phone:hover, section.content a.email:hover {
    
}
section.content a.address:before, section.content a.phone:before, section.content a.email:before, section.content span.email a:before {
    margin-right: 7px;
    width: 13px;
    font-family: 'Font Awesome 5 Pro';
    font-size: 14px;
    font-weight: 900;
    text-align: center;
    color: #adb5bb;
    display: inline-block;
    position: relative;
    top: -1px;
}
section.content a.address:before {
    content: "\f3c5";
}
section.content a.phone:before {
    content: "\f095";
}
section.content a.email:before, section.content span.email a:before {
    content: "\f0e0";
    font-size: 13px;
    top: 0;
}
section.content ul.search-list {
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
}
section.content ul.search-list li {
    margin: 0 0 25px 0;
    padding: 0 0 20px 0;
    font-size: 16px;
    line-height: 28px;
    border-bottom: 1px solid #f1f1f1;
}
section.content ul.search-list li:last-child {
    margin: 0;
    padding: 0;
    border: none;
}
section.content ul.search-list li h4 {
    margin: 0 0 5px 0;
    padding: 0;
}
/*section.content ul.search-list li h4 a {
    color: #205971;
}
section.content ul.search-list li h4 a:hover {
    color: #5fafe1;
}*/
section.content ul.search-list li .date {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #000;
}
section.content ul.search-list li a.more {
    font-size: 90%;
    font-weight: 500;
    text-transform: uppercase;
}
section.content ul.search-list li a.more:before {
    margin-top: 10px;
    content: '';
    display: block;
}
/*section.content ul.search-list li a.more:after {
    margin-left: 7px;
    content: "\f105";
    font-family: 'Font Awesome 5 Pro';
    font-size: 14px;
    line-height: 0;
    font-weight: 300;
    color: #b1b7ba;
    text-align: center;
    transition: all .2s ease-in-out;
}
section.content ul.search-list li a.more:hover:after {
    margin-left: 9px;
}*/
p.error-404 {
    margin-bottom: 0;
}
p.error-404 .fa {
    margin-right: 10px;
    font-size: 30px;
    color: #f7be07;
    position: relative;
    top: 4px;
}
/*form[name="login"] label {
    display: inline-block;
    vertical-align: top;
}*/
form[name="login"] label {
    display: block;
}
p.error {
    margin: -10px 0 10px 0;
    font-size: 90%;
    color: #ed1c24;
}
#formSuccess {
    color: #00b259;
}
.login-info {
    padding: 30px;
    background: #f5f5f5;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}
.login-info p {
    margin-bottom: 20px;
}
.login-info p:last-of-type {
    margin-bottom: 0;
}
.login-kb h4 {
    margin-bottom: 30px;
}
select[name="categories"] {
    height: 2.1em;
    padding: 0 .6em;
    font-size: .8em;
    background-color: #f7f7f7;
    border-color: #d9d9d9;
    color: #333;
    border-radius: 4px;
}
/* Landing Pages */
section.content.landing {
    font-size: 16px;
    line-height: 26px;
}
section.content.landing h2 {
    font-size: 45px;
    line-height: 55px;
    font-weight: 700;
}
section.content.landing h2:after {
    margin-top: 10px;
    width: 50px;
    height: 3px;
    content: '';
    background: #00b259;
    display: block;
    position: relative;
    bottom: 0;
}
section.content.landing h2 a {
    color: #205971;
}
section.content.landing h2 a:hover {
    color: #0b3d50;
}
section.content.landing p {
    margin-bottom: 20px;
}
section.content.landing .image.featured {
    margin: 40px 0 0 0;
}
section.content.landing ul.submenu {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}
section.content.landing ul.submenu li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
section.content.landing ul.submenu > li > a {
    margin-bottom: 15px;
    padding: 9px 30px 9px 12px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
    background: #205971;
    display: block;
    position: relative;
}
section.content.landing ul.submenu > li > a:hover {
    background: #0b3d50;
}
section.content.landing ul.submenu > li > a:after {
    margin-right: -2px;
    content: "\f054";
    font-family: 'Font Awesome 5 Pro';
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    position: absolute;
    right: 12px;
    top: 10px;
}
section.content.landing ul.submenu > li > p {
    font-size: 15px;
    line-height: 22px;
}
section.content.landing .share-tags {
    margin-top: 30px;
}
section.content .event-info {
    margin: 10px 0 40px 40px;
    padding: 35px;
    font-size: 16px;
    line-height: 24px;
    background: #f5f5f5;
    display: inline-block;
    float: right;
}
section.content .event-info h3 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #205971;
}
section.content .event-info p {
    margin-bottom: 20px;
}
section.content .event-info p:last-of-type {
    margin-bottom: 0;
}
a.button.calendar:before {
    margin-right: 10px;
    margin-left: -2px;
    content: "\f067";
    font-family: 'Font Awesome 5 Pro';
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    position: relative;
}
a.button.calendar:after {
    display: none;
}
section.content .program-contact, section.content .author {
    margin: 30px 0;
    padding: 30px;
    background: #f5f6f7;
    border-left: 5px solid #d3d7d9;
}
section.content .program-contact .image, section.content .author .image {
    margin: 0;
    width: 150px;
    float: left;
}
section.content .program-contact .text, section.content .author .text {
    padding-left: 30px;
    width: calc(100% - 150px);
    font-size: 16px;
    line-height: 22px;
    display: inline-block;
}
section.content .program-contact .text h2, section.content .author .text h2 {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 22px;
    color: #00b259;
    font-weight: 600;
}
section.content .program-contact .text h3, section.content .author .text h3 {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 22px;
    color: #445660;
    font-weight: 500;
}
section.content .program-contact .text p, section.content .author .text p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 22px;
}
section.content .program-contact .text p:last-of-type, section.content .author .text p:last-of-type {
    margin-bottom: 0;
}
section.content .program-contact .text p.name, section.content .author .text p.name {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
}
section.content .program-contact .text p.title, section.content .author .text p.title {
    margin-top: 0;
    font-size: 14px;
    font-weight: 400;
}
section.content .program-contact .text a, section.content .author .text a {
    font-weight: 500;
}
section.content .program-contact .text a:hover, section.content .author .text a:hover {
    
}
section.content ul.documents {
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
}
section.content ul.documents li:not(:first-of-type) {
    padding: 0 0 5px 16px;
    line-height: 20px;
    position: relative;
}
section.content ul.documents li:not(:first-of-type):before {
    content: "\f15b";
    font-family: 'Font Awesome 5 Pro';
    font-size: 13px;
    font-weight: 700;
    color: #adb5bb;
    text-align: center;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}
section.content ul.documents h4 {
    margin-bottom: 5px;
    font-size: 16px;
}
.embed-container {
    margin-bottom: 30px;
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden; 
    max-width: 100%; 
}
.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width:1440px) {
.container {
    padding: 0 50px;
    width: 100%;
}
.logo-main {
    left: 50px;
}
header nav > ul.main-nav, header nav > ul.social {
    right: 40px;
}
header nav .submenu-wrapper div.description {
    width: 54%;
}
header nav .submenu-wrapper div.menu {
    width: 45%;
}
header nav > ul.main-nav > li .submenu-wrapper ul.submenu {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
}
section.hero.home .text h1 {
    font-size: 55px;
    line-height: 55px;
}
section.hero.home ul.hero li .container:after {
    width: 535px;
    left: 70px;
}
section.signup-news .row > [class*="col-"].signup {
    width: 460px;
    height: 238px;
}
section.signup-news .row [class*="col-"].signup a {
    padding: 50px;
}
section.signup-news .row > [class*="col-"].news-alert {
    width: calc(100% - 460px);
    height: 238px;
}
section.signup-news .row > [class*="col-"].news-alert ul.news-list li .text {
    padding: 0 50px;
}
ul.team li {
    width: 33.333%;
}
section.content ul.news-list li .text h2 {
    font-size: 20px;
    line-height: 26px;
}
}

@media only screen and (max-width: 1250px) {
.container {
    padding: 0 35px;
}
.logo-main {
    left: 35px;
}
header nav > ul.main-nav, header nav > ul.social {
    right: 25px;
}
header nav > ul.main-nav > li > .submenu-wrapper {
    padding: 35px 0;
}
section.hero.home .text h1 {
    font-size: 50px;
    line-height: 50px;
}
section.hero.home ul.hero li .container:after {
    width: 485px;
    left: 55px;
}
section.signup-news .row > [class*="col-"].signup {
    width: 400px;
}
section.signup-news .row [class*="col-"].signup a {
    padding: 50px 35px;
}
section.signup-news .row > [class*="col-"].news-alert {
    width: calc(100% - 400px);
}
section.signup-news .row > [class*="col-"].news-alert ul.news-list li .text {
    padding: 0 35px;
    width: calc(100% - 310px);
}
section.signup-news .row > [class*="col-"].news-alert ul.news-list li .image {
    width: 350px;
}
section.tagline-home h1 {
    font-size: 30px;
}
section.cta .row [class*="col-"] a {
    padding: 50px 35px;
}
section.cta .row [class*="col-"] a .fa {
    margin-bottom: 10px;
    font-size: 50px;
    line-height: 50px;
}
section.cta .row [class*="col-"] a h2 {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 33px;
}
section.cta .row [class*="col-"] a p {
    font-size: 14px;
    line-height: 22px;
}
section.centers .row [class*="col-"] a {
    padding: 17% 35px;
}
section.centers .row [class*="col-"] a h2 {
    font-size: 30px;
    line-height: 35px;
}
section.page-title .text {
    width: 50%;
}
section.page-title .image {
    width: 50%;
}
section.categories .row [class*="col-"] .text {
    font-size: 16px;
    line-height: 26px;
}
section.categories .row [class*="col-"] .text h2 {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 24px;
}
section.categories .row [class*="col-"] .text p {
    margin-bottom: 20px;
}
section.categories .row [class*="col-"] .icon {
    width: 150px;
    height: 150px;
    box-shadow: 0 0 0 5px rgba(255,255,255,.8);
}
section.categories .row [class*="col-"] .icon .fa {
    font-size: 65px;
    line-height: 150px;
}
section.content ul.news-list li .image {
    margin: 0;
    width: 100%;
    display: block;
}
section.content ul.news-list li .text {
    padding: 40px;
    width: 100%;
    display: block;
}
}

@media only screen and (max-width: 1150px) {
/*html.lock, html.lock body {
    margin: 0;
    height: 100%;
    overflow: hidden;
}*/
section.hero.home ul.hero {
    height: 500px;
}
section.hero.home ul.hero li {
    height: 500px;
}
section.hero.home .text h1 {
    font-size: 45px;
    line-height: 45px;
}
section.hero.home ul.hero li .container:after {
    width: 440px;
    left: 55px;
}
section.signup-news .row > [class*="col-"].signup {
    width: 360px;
    height: 228px;
}
section.signup-news .row [class*="col-"].signup a .fa {
    margin: 0 15px 10px 0;
    width: 52px;
    font-size: 52px;
    line-height: 52px;
}
section.signup-news .row [class*="col-"].signup a h2 {
    margin: 2px 0 10px;
    width: calc(100% - 72px);
    font-size: 18px;
    line-height: 24px;
}
section.signup-news .row [class*="col-"].signup a p {
    font-size: 14px;
    line-height: 22px;
}
section.signup-news .row > [class*="col-"].news-alert {
    width: calc(100% - 360px);
    height: 228px;
}
section.signup-news .row > [class*="col-"].news-alert ul.news-list li p.date {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
}
section.signup-news .row > [class*="col-"].news-alert ul.news-list li h2 {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 22px;
}
section.intro-image {
    height: 500px;
}
section.intro-image .container .image {
    width: 40%;
    height: 500px;
}
section.intro-image .container .text {
    width: 60%;
}
section.categories .row [class*="col-"] .text {
    font-size: 14px;
    line-height: 20px;
}
section.categories .row [class*="col-"] .text h2 {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 20px;
}
section.categories .row [class*="col-"] .icon {
    width: 150px;
    height: 150px;
    box-shadow: 0 0 0 5px rgba(255,255,255,.8);
}
section.categories .row [class*="col-"] .icon .fa {
    font-size: 65px;
    line-height: 150px;
}
.news-sort {
    height: 60px;
}
.news-sort h3 {
    margin: 0;
    width: 115px;
    font-size: 14px;
    line-height: 60px;
}
.news-sort ul.filters {
    width: calc(100% - 115px);
    line-height: 60px;
}
.news-sort ul.filters > li > a {
    font-size: 18px;
}
.news-sort ul.filters > li > a:after {
    font-size: 18px;
}
.news-sort ul.filters > li > .sort-wrapper {
    top: 60px;
}
.news-sort ul.filters > li > .sort-wrapper ul {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
}
.news-sort ul.filters > li > .search-form input.search {
    width: calc(100% - 75px);
    height: 60px;
    font-size: 18px;
    line-height: 60px;
}
.news-sort ul.filters > li > .search-form a.button {
    width: 75px;
    height: 60px;
    font-size: 16px;
    line-height: 60px;
}
}

@media only screen and (max-width: 991px) {
.container {
    padding: 0 25px;
}
header {
    height: 120px;
}
.logo-main {
    width: 178px;
    position: absolute;
    top: 20px;
    left: 25px;
}
header nav > ul.main-nav, header nav > ul.social {
    right: 15px;
}
header nav > ul.main-nav {
    font-size: 16px;
    line-height: 16px;
}
header nav > ul.main-nav > li > a {
    padding: 15px 10px 24px;
}
header nav > ul.main-nav > li.has-submenu > a:after {
    font-size: 16px;
}
header nav > ul.main-nav > li a.search {
    font-size: 16px;
}
header nav > ul.main-nav > li div.search-form.open {
    width: 550px;
}
header nav > ul.main-nav > li div.search-form a.button {
    font-size: 16px;
}
header nav > ul.main-nav > li div.search-form input {
    padding: 15px 36px 15px 15px;
    height: 46px;
}
.ui-widget.ui-widget-content.ui-autocomplete {
    width: 550px;
}
header nav > ul.main-nav > li > .submenu-wrapper {
    padding: 25px 0;
    top: 120px;
}
header nav .submenu-wrapper .image.featured {
    padding-right: 20px;
    width: 52%;
}
header nav .submenu-wrapper div.text {
    padding-right: 15px;
}
header nav .submenu-wrapper h2 {
    font-size: 20px;
    line-height: 28px;
}
header nav > ul.main-nav .submenu-wrapper p {
    font-size: 13px;
    line-height: 20px;
}
header nav > ul.main-nav > li .submenu-wrapper ul.submenu {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}
header nav > ul.main-nav > li .submenu-wrapper ul.submenu > li > a {
    font-size: 14px;
    line-height: 18px;
}
header nav > ul.main-nav > li .submenu-wrapper ul.submenu ul.submenu > li > a {
    font-size: 13px;
    line-height: 16px;
}
header nav > ul.main-nav > li .submenu-wrapper ul.submenu ul.submenu > li > a:before {
    font-size: 13px;
}
section:first-of-type {
    margin-top: 120px;
}
section.hero.home ul.hero li .container:after {
    width: 440px;
    left: 45px;
}
section.signup-news .row {
    display: block;
}
section.signup-news .row > [class*="col-"] {
    display: block;
    float: none;
}
section.signup-news .row > [class*="col-"].signup {
    width: 100%;
    height: auto;
}
section.signup-news .row [class*="col-"].signup a {
    padding: 35px;
}
section.signup-news .row > [class*="col-"].news-alert {
    width: 100%;
    height: 250px;
}
section.signup-news .row > [class*="col-"].news-alert ul.news-list li {
    min-height: 200px;
}
section.signup-news .row > [class*="col-"].news-alert ul.news-list li .text {
    padding: 35px;
    top: auto;
    transform: none;
}
section.signup-news .bx-wrapper .bx-pager, section.signup-news .bx-wrapper .bx-controls-auto {
    bottom: 20px;
}
section.cta .row {
    display: block;
}
section.cta .row > [class*="col-"] {
    display: block;
    height: auto;
}
section.cta .row [class*="col-"] a {
    border-right: 0;
    border-bottom: 1px solid #d3d7d9;
}
section.page-title .text h1 {
    font-size: 36px;
    line-height: 40px;
}
section.content ul.news-list li {
    width: 50%;
}
ul.team li {
    width: 50%;
}
section.intro-image {
    height: auto;
}
section.intro-image .container .image {
    width: 100%;
    height: auto;
}
section.intro-image .container .image img {
    width: 100%;
    height: auto;
}
section.intro-image .container .text {
    padding: 100px 5%;
    width: 100%;
}
section.categories .row [class*="col-"] .text {
    font-size: 12px;
    line-height: 18px;
}
section.categories .row [class*="col-"] .text h2 {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 18px;
}
section.content ul.news-list li .text {
    padding: 25px;
}
.news-sort {
    height: 60px;
}
.news-sort h3 {
    margin: 0;
    width: 95px;
    font-size: 14px;
    line-height: 60px;
}
.news-sort ul.filters {
    width: calc(100% - 95px);
    line-height: 60px;
}
.news-sort ul.filters > li {
    width: 25%;
}
.news-sort ul.filters > li:last-of-type {
    width: 50%;
}
.news-sort ul.filters > li > a {
    padding: 0 20px;
    font-size: 18px;
}
.news-sort ul.filters > li > a:after {
    font-size: 18px;
    right: 20px;
}
.news-sort ul.filters > li > .sort-wrapper {
    top: 60px;
}
.news-sort ul.filters > li > .sort-wrapper ul {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
}
.news-sort ul.filters > li > .search-form input.search {
    padding: 0 0 0 20px;
    width: calc(100% - 57px);
}
.news-sort ul.filters > li > .search-form a.button {
    width: 57px;
}
}

@media only screen and (max-width: 768px) {
body, html {
    font-size: 14px;
    line-height: 1.75em;
}
h1 {
    font-size: 30px;
    line-height: 40px
}
h2 {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 32px;
}
h3 {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
}
p {
    margin: 0 0 20px 0;
    padding: 0;
}
.container {
    padding: 0 25px;
}
.logo-main {
    left: 25px;
}
header a.menu {
    right: 25px;
}
header {
    height: 90px;
    top: 0;
}
header .logo-main {
    width: 138px;
    height: 45px;
    top: 15px;
}
section:first-of-type {
    margin-top: 90px;
}
header nav {
    top: 0;
}
header a.menu {
    width: 30px;
    height: 21px;
    position: absolute;
    bottom: 20px;
    right: 25px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 99;
    display: block;
}
header a.menu span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #818796;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
header a.menu span:nth-child(1) {
    top: 0px;
}
header a.menu span:nth-child(2), header a.menu span:nth-child(3) {
    top: 9px;
}
header a.menu span:nth-child(4) {
    top: 18px;
}
header a.menu.open span:nth-child(1) {
    top: 9px;
    width: 0%;
    left: 50%;
}
header a.menu.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
header a.menu.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
header a.menu.open span:nth-child(4) {
    top: 9px;
    width: 0%;
    left: 50%;
}
header.open nav {
    margin: 0;
    padding: 0 0 65px;
    width: 100%;
    height: calc(100vh - 90px);
    background: #fff;
    position: absolute;
    left: 0;
    display: block;
    overflow-x: scroll;
    top: 90px;
}
header nav > ul {
    margin: 0;
    display: none;
}
header.open nav > ul.main-nav {
    margin: 50px 25px 10px;
    display: block;
    position: relative;
    bottom: auto;
    right: auto;
}
header nav > ul.main-nav li {
    width: 100%;
    display: block;
    position: relative;
}
header nav > ul.main-nav > li {
    border-bottom: 1px solid #ebebeb;
}
header nav > ul.main-nav > li.has-submenu:hover > a:before {
    display: none;
}
header nav > ul.main-nav > li > .submenu-wrapper {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    background: #fff;
    font-size: 16px;
    line-height: 26px;
    position: relative;
    left: 0;
    top: 0;
    overflow: auto;
    opacity: 1;
    visibility: visible;
    display: none;
}
header nav > ul.main-nav > li.active > .submenu-wrapper {
    display: block;
}
header nav > ul.main-nav > li.active > .submenu-wrapper .container {
    padding: 0;
}
header nav > ul.main-nav > li.active > .submenu-wrapper .row {
    margin: 0;
}
header nav > ul.main-nav > li.active > .submenu-wrapper .description {
    display: none;
}
header nav > ul.main-nav > li.active > .submenu-wrapper .menu {
    padding: 0;
    width: 100%;
}
header nav > ul.main-nav > li a {
    padding: 0 10px;
    font-size: 18px;
    line-height: 40px;
    text-align: left;
    display: block;
}
header nav > ul.main-nav > li.has-submenu a:after {
    display: none !important;
}
header nav > ul.main-nav > li > a:hover, header nav > ul.main-nav > li:hover > a {
    background: #fff;
    color: #445660;
}
header nav > ul.main-nav > li div.submenu-link {
    margin: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    color: #67686a;
    line-height: 40px !important;
    text-align: center;
    cursor: pointer;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}
header nav > ul.main-nav > li.active ul li div.submenu-link {
    color: #fff;
}
header nav > ul.main-nav > li div.submenu-link:before {
    margin: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    font-family: 'Font Awesome 5 Pro';
    content: '\f107';
    font-size: 18px;
    line-height: 40px !important;
    color: #00b259;
    text-align: center;
}
header nav > ul.main-nav > li.active > div.submenu-link:before, header nav > ul.main-nav > li.active > ul li.active div.submenu-link:before {
    content: '\f106';
    color: #f7a81c;
}
header nav > ul.main-nav > li .submenu-wrapper ul.submenu > li > a, header nav > ul.main-nav > li .submenu-wrapper ul.submenu > li > a:hover {
    margin: 0;
    padding: 0 10px;
    font-size: 15px;
    line-height: 40px;
    color: #fff;
    background: #6a737b;
    border-top: 1px solid rgba(255,255,255,.15);
    display: block;
}
header nav > ul.main-nav > li .submenu-wrapper ul.submenu > li:first-child > a {
    border: none;
}
header nav > ul.main-nav > li .submenu-wrapper ul.submenu > li > p {
    display: none;
}
header nav > ul.main-nav > li:last-child {
    border-bottom: none;
}
header nav > ul.main-nav > li > .submenu-wrapper ul.submenu {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
}
header nav > ul.main-nav > li .submenu-wrapper ul.submenu ul.submenu {
    display: none;
}
header nav > ul.main-nav > li .submenu-wrapper ul.submenu li.active ul.submenu {
    display: block;
}
header nav > ul.main-nav > li ul.submenu div.submenu-link:before {
    width: 40px;
    height: 40px;
    line-height: 40px !important;
    color: #fff;
}
header nav > ul.main-nav > li ul.submenu li.active div.submenu-link:before {
    content: '\f106';
}
header nav > ul.main-nav > li .submenu-wrapper ul.submenu ul.submenu > li > a, header nav > ul.main-nav > li .submenu-wrapper ul.submenu ul.submenu > li > a:hover {
    margin: 0;
    padding: 0 10px;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    background: #445660;
    border-top: 1px solid rgba(255,255,255,.15);
    display: block;
    top: 0;
}
header nav > ul.main-nav > li .submenu-wrapper ul.submenu ul.submenu > li > a:before {
    display: none;
}
header nav > ul.main-nav > li.search {
    border: none;
    position: unset;
}
header nav > ul.main-nav > li.search a.search {
    display: none;
}
header nav > ul.main-nav > li div.search-form, header nav > ul.main-nav > li div.search-form.open {
    width: calc(100% - 50px);
    position: fixed;
    top: 90px;
    right: 25px;
    visibility: visible;
    opacity: 1;
    display: block;
}
header nav > ul.main-nav > li div.search-form input {
    padding: 0 35px 0 10px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
}
header nav > ul.main-nav > li div.search-form a.button, header nav > ul.main-nav > li div.search-form a.button:hover {
    margin: 0;
    padding: 0 10px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color: #67686a;
    background: none;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
}
header nav > ul.main-nav > li div.search-form a.button .fa {
    font-weight: 400;
}
header nav > ul.main-nav > li div.search-form a.button:after {
    display: none;
}
.ui-widget.ui-widget-content.ui-autocomplete {
    width: calc(100% - 50px);
    max-width: calc(100% - 50px);
    max-height: calc(100vh - 115px);
    overflow-x: scroll;
    position: relative;
}
header.open nav > ul.social {
    display: inline-block;
    position: relative;
    top: 20px;
    left: 20px;
    right: auto;
}
footer ul.contact li {
    display: block;
}
section.content .image {
    margin-bottom: 20px;
}
section {
    padding: 50px 0;
}
section.hero.home ul.hero {
    height: 450px;
}
section.hero.home ul.hero li {
    height: 450px;
}
section.hero.home .text {
    padding: 20px 0;
}
section.hero.home .text h1 {
    font-size: 35px;
    line-height: 35px;
}
section.hero.home ul.hero li .container:after {
    width: 340px;
    left: 25px;
}
section.cta .row [class*="col-"] a {
    padding: 40px 25px;
}
section.centers .row {
    display: block;
    height: auto;
}
section.centers .row > [class*="col-"] {
    display: block;
}
section.centers .row [class*="col-"] a {
    padding: 15% 35px;
}
/*section.page-title {
    padding: 40px 0;
}*/
section.page-title ul.breadcrumbs {
    display: none;
}
section.page-title h1 {
    font-size: 30px;
    line-height: 35px;
}
section.page-title.blog {
    padding: 31px 0;
}
section.content .sidebar .container {
    margin-top: 30px;
    padding: 30px 0 0 0;
    width: 100%;
    border-left: none;
    border-top: 1px solid #d7d7d7;
}
section.content .share-tags .tags {
    margin: 15px 0 0 0;
    display: block;
}
ul.team {
    padding: 0;
}
ul.team li {
    padding: 1.5%;
}
ul.team li .text {
    font-size: 13px;
    line-height: 20px;
}
ul.team li .text strong {
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
}
p.title {
    margin-top: -20px;
    font-size: 14px;
}
section.content a.phone:before {
    margin-right: 5px;
    font-size: 12px;
}
section.content a.email:before {
    margin-right: 5px;
    font-size: 11px;
}
section.content .event-info {
    margin: 30px 0 30px 0;
    padding: 25px;
    display: block;
    float: none;
}
section.content .program-contact, section.content .author {
    margin: 25px 0;
    padding: 25px;
}
section.content .program-contact .image, section.content .author .image {
    width: 150px;
}
section.content .program-contact .text, section.content .author .text {
    padding-left: 25px;
    font-size: 14px;
    line-height: 20px;
}
section.content .program-contact .text h2, section.content .author .text h2 {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 20px;
}
section.content .program-contact .text h3, section.content .author .text h3 {
    
}
section.content .program-contact .text p, section.content .author .text p {
    margin-bottom: 15px;
    font-size: 14px;
}
section.content .program-contact .text p.name, section.content .author .text p.name {
    font-size: 15px;
    line-height: 20px;
}
section.content .program-contact .text p.title, section.content .author .text p.title {
    font-size: 12px;
    line-height: 16px;
}
section.intro {
    padding: 60px 5%;
}
section.intro .container h2, section.intro-image .container .text h2 {
    font-size: 22px;
    line-height: 32px;
}
section.intro-image .container .text {
    padding: 60px 5%;
}
section.categories .row {
    display: block;
    height: auto;
}
section.categories .row [class*="col-"] {
    padding: block;
    align-items: center;
    height: auto;
}
section.categories .row [class*="col-"] .text {
    font-size: 14px;
    line-height: 20px;
}
section.categories .row [class*="col-"] .text h2 {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 20px;
}
section.cta-bar {
    padding: 60px 5%;
}
section.cta-bar .container h2 {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 26px;
}
section.content .tags {
    margin-bottom: 20px;
}
section.content ul.documents {
    margin: 0 0 20px 0;
}
section.content ul.documents li:not(:first-of-type) {
    padding: 0 0 5px 15px;
    line-height: 18px;
}
section.content ul.documents li:not(:first-of-type):before {
    font-size: 12px;
}
section.content ul.documents h4 {
    margin-bottom: 10px;
    font-size: 16px;
}
.news-sort {
    margin-bottom: 50px;
    height: 50px;
}
.news-sort h3 {
    margin: 0;
    width: 90px;
    font-size: 13px;
    line-height: 50px;
}
.news-sort ul.filters {
    width: calc(100% - 90px);
    line-height: 50px;
}
.news-sort ul.filters > li > a {
    padding: 0 20px;
    font-size: 16px;
}
.news-sort ul.filters > li > a:after {
    font-size: 16px;
    right: 20px;
}
.news-sort ul.filters > li > .sort-wrapper {
    top: 50px;
}
.news-sort ul.filters > li > .sort-wrapper ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}
.news-sort ul.filters > li > .search-form input.search {
    padding: 0 0 0 20px;
    width: calc(100% - 53px);
    height: 50px;
    font-size: 16px;
    line-height: 50px;
}
.news-sort ul.filters > li > .search-form a.button {
    width: 53px;
    height: 50px;
    font-size: 14px;
    line-height: 50px;
}
}

@media only screen and (max-width: 600px) {
img.alignnone, img.alignleft, img.alignright {
    margin: 0 0 30px 0;
    max-width: 100%;
    float: none;
}
img.size-medium {
    width: 100%;
    height: auto;
}
.image.left, .image.right {
    margin: 30px 0;
    max-width: 100%;
    float: none;
}
section.content .image.featured {
    margin-top: 0;
}
section.hero.home ul.hero {
    height: 400px;
}
section.hero.home ul.hero li {
    height: 400px;
}
section.hero.home .text {
    top: 20px;
    transform: none;
}
section.hero.home .text h1 {
    font-size: 35px;
    line-height: 35px;
}
section.hero.home ul.hero li .container:after {
    width: 300px;
    left: -20px;
}
section.signup-news .row [class*="col-"].signup a {
    padding: 30px 25px;
}
section.signup-news .row > [class*="col-"].news-alert ul.news-list li .text {
    padding: 30px 25px;
    width: 55%;
}
section.signup-news .row > [class*="col-"].news-alert ul.news-list li .image {
    width: 50%;
}
section.signup-news .row > [class*="col-"].news-alert ul.news-list li .image:before {
    content: url(../images/news-alert-image-angle-sm.png);
}
section.cta-home .cta {
    height: 320px;
}
section.page-title {
    width: 100%;
    height: auto;
}
section.page-title .container {
    padding: 0;
    display: block;
}
section.page-title .text {
    padding: 20px 25px;
    width: 100%;
}
section.page-title .text h1 {
    font-size: 28px;
    line-height: 32px;
}
section.page-title .image {
    width: 100%;
    height: 250px;
    position: relative;
    top: 0;
    left: 0;
    right: auto;
}
section.page-title .image:before {
    display: none
}
section.content ul.news-list li {
    width: 100%;
}
ul.team li {
    padding: 0 0 25px 0;
    width: 100%;
}
ul.team li:last-of-type {
    padding: 0;
}
.bio-image {
    padding: 0 0 25px 0;
    width: 100%;
    max-width: none;
    display: block;
    float: none;
}
p.error-404 {
    text-align: center;
}
p.error-404 .fa {
    margin: 0 0 10px 0;
    font-size: 50px;
    top: 0;
    display: block;
}
.login-info {
    padding: 20px;
}
section.content .program-contact .image, section.content .author .image {
    margin-bottom: 25px;
    float: none;
}
section.content .program-contact .text, section.content .author .text {
    padding-left: 0;
    width: 100%;
}
.news-sort {
    height: 40px;
}
.news-sort h3 {
    margin: 0;
    width: 70px;
    font-size: 11px;
    line-height: 40px;
}
.news-sort ul.filters {
    width: calc(100% - 70px);
    line-height: 40px;
}
.news-sort ul.filters > li {
    width: 22%;
}
.news-sort ul.filters > li:first-of-type {
    width: 28%;
}
.news-sort ul.filters > li > a {
    padding: 0 15px;
    font-size: 14px;
}
.news-sort ul.filters > li > a:after {
    display: none;
}
.news-sort ul.filters > li > .sort-wrapper {
    top: 40px;
}
.news-sort ul.filters > li > .sort-wrapper ul {
    margin: 45px 20px 10px;
    font-size: 13px;
    line-height: 16px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}
.news-sort ul.filters > li > .search-form input.search {
    padding: 0 0 0 15px;
    width: calc(100% - 43px);
    height: 40px;
    font-size: 14px;
    line-height: 40px;
}
.news-sort ul.filters > li > .search-form a.button {
    width: 43px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
}
}

@media only screen and (max-width: 414px) {
.container {
    padding: 0 15px;
}
.logo-main {
    left: 15px;
}
header a.menu {
    right: 15px;
}
header.open nav > ul.main-nav {
    margin: 50px 15px 10px;
}
header nav > ul.main-nav > li div.search-form, header nav > ul.main-nav > li div.search-form.open {
    width: calc(100% - 30px);
    right: 15px;
}
.ui-widget.ui-widget-content.ui-autocomplete {
    width: calc(100% - 30px);
    max-width: calc(100% - 30px);
}
footer {
    padding: 30px 0;
    font-size: 13px;
    line-height: 19px;
}
footer a.address:before, footer a.phone:before, footer a.email:before {
    width: 12px;
    font-size: 13px;
}
footer a.email:before {
    font-size: 11px;
}
section {
    padding: 30px 0;
}
section.hero.home ul.hero {
    height: 350px;
}
section.hero.home ul.hero li {
    height: 350px;
}
section.hero.home .text {
    top: 10px;
}
section.hero.home .text h1 {
    font-size: 30px;
    line-height: 30px;
}
section.hero.home ul.hero li .container:after {
    width: 220px;
    left: -40px;
}
section.signup-news .row [class*="col-"].signup a {
    padding: 20px 15px;
}
section.signup-news .row > [class*="col-"].news-alert ul.news-list li .text {
    padding: 20px 15px;
    width: 50%;
}
section.signup-news .row > [class*="col-"].news-alert ul.news-list li .image {
    width: 55%;
}
section.signup-news .row > [class*="col-"].news-alert ul.news-list li p.date {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
}
section.signup-news .row > [class*="col-"].news-alert ul.news-list li h2 {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
}
section.tagline-home h1 {
    font-size: 25px;
    line-height: 30px;
}
section.cta .row [class*="col-"] a {
    padding: 30px 15px;
}
section.centers .row [class*="col-"] a {
    padding: 20% 35px;
}
section.centers .row [class*="col-"] a h2 {
    font-size: 25px;
    line-height: 30px;
}
section.page-title .text {
    padding: 15px;
}
section.page-title .text h1 {
    font-size: 22px;
    line-height: 28px;
}
ul.team li {
    padding: 0 0 15px 0;
}
section.content .program-contact, section.content .author  {
    padding: 15px;
}
section.content .program-contact .image, section.content .author .image {
    margin-bottom: 15px;
}
section.intro .container h2, section.intro-image .container .text h2 {
    font-size: 20px;
    line-height: 30px;
}
section.intro, section.intro-image .container .text, section.cta-bar {
    padding: 40px 15px;
}
.news-sort {
    margin-bottom: 30px;
    height: 35px;
}
.news-sort h3 {
    margin: 0;
    width: 60px;
    font-size: 10px;
    line-height: 35px;
}
.news-sort ul.filters {
    width: calc(100% - 60px);
    line-height: 35px;
}
.news-sort ul.filters > li {
    width: 22%;
}
.news-sort ul.filters > li:first-of-type {
    width: 28%;
}
.news-sort ul.filters > li > a {
    padding: 0 10px;
    font-size: 14px;
}
.news-sort ul.filters > li > .sort-wrapper {
    top: 35px;
}
.news-sort ul.filters > li > .search-form input.search {
    padding: 0 0 0 10px;
    width: calc(100% - 35px);
    height: 35px;
    font-size: 14px;
    line-height: 35px;
}
.news-sort ul.filters > li > .search-form a.button {
    width: 35px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
}
}
/* BOOTSTRAP COLUMNS */
.row {
    margin-right: -2%;
    margin-left: -2%;
}
.row:after, .row:before {
    content: " ";
    display: table;
}
.row:after {
    clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    height: 100%;
    padding-right: 2%;
    padding-left: 2%;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666667%;
}
.col-xs-pull-10 {
    right: 83.33333333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666667%;
}
.col-xs-pull-7 {
    right: 58.33333333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666667%;
}
.col-xs-pull-4 {
    right: 33.33333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66666667%;
}
.col-xs-pull-1 {
    right: 8.33333333%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0;
}
.container.full .row {
    margin-right: 0;
    margin-left: 0;
}
.container.full .row [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

@media (min-width: 769px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
}
.col-sm-12 {
    width: 100%;
}
.col-sm-11 {
    width: 91.66666667%;
}
.col-sm-10 {
    width: 83.33333333%;
}
.col-sm-9 {
    width: 75%;
}
.col-sm-8 {
    width: 66.66666667%;
}
.col-sm-7 {
    width: 58.33333333%;
}
.col-sm-6 {
    width: 50%;
}
.col-sm-5 {
    width: 41.66666667%;
}
.col-sm-4 {
    width: 33.33333333%;
}
.col-sm-3 {
    width: 25%;
}
.col-sm-2 {
    width: 16.66666667%;
}
.col-sm-1 {
    width: 8.33333333%;
}
.col-sm-pull-12 {
    right: 100%;
}
.col-sm-pull-11 {
    right: 91.66666667%;
}
.col-sm-pull-10 {
    right: 83.33333333%;
}
.col-sm-pull-9 {
    right: 75%;
}
.col-sm-pull-8 {
    right: 66.66666667%;
}
.col-sm-pull-7 {
    right: 58.33333333%;
}
.col-sm-pull-6 {
    right: 50%;
}
.col-sm-pull-5 {
    right: 41.66666667%;
}
.col-sm-pull-4 {
    right: 33.33333333%;
}
.col-sm-pull-3 {
    right: 25%;
}
.col-sm-pull-2 {
    right: 16.66666667%;
}
.col-sm-pull-1 {
    right: 8.33333333%;
}
.col-sm-pull-0 {
    right: auto;
}
.col-sm-push-12 {
    left: 100%;
}
.col-sm-push-11 {
    left: 91.66666667%;
}
.col-sm-push-10 {
    left: 83.33333333%;
}
.col-sm-push-9 {
    left: 75%;
}
.col-sm-push-8 {
    left: 66.66666667%;
}
.col-sm-push-7 {
    left: 58.33333333%;
}
.col-sm-push-6 {
    left: 50%;
}
.col-sm-push-5 {
    left: 41.66666667%;
}
.col-sm-push-4 {
    left: 33.33333333%;
}
.col-sm-push-3 {
    left: 25%;
}
.col-sm-push-2 {
    left: 16.66666667%;
}
.col-sm-push-1 {
    left: 8.33333333%;
}
.col-sm-push-0 {
    left: auto;
}
.col-sm-offset-12 {
    margin-left: 100%;
}
.col-sm-offset-11 {
    margin-left: 91.66666667%;
}
.col-sm-offset-10 {
    margin-left: 83.33333333%;
}
.col-sm-offset-9 {
    margin-left: 75%;
}
.col-sm-offset-8 {
    margin-left: 66.66666667%;
}
.col-sm-offset-7 {
    margin-left: 58.33333333%;
}
.col-sm-offset-6 {
    margin-left: 50%;
}
.col-sm-offset-5 {
    margin-left: 41.66666667%;
}
.col-sm-offset-4 {
    margin-left: 33.33333333%;
}
.col-sm-offset-3 {
    margin-left: 25%;
}
.col-sm-offset-2 {
    margin-left: 16.66666667%;
}
.col-sm-offset-1 {
    margin-left: 8.33333333%;
}
.col-sm-offset-0 {
    margin-left: 0;
}
}

@media (min-width: 992px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
}
.col-md-12 {
    width: 100%;
}
.col-md-11 {
    width: 91.66666667%;
}
.col-md-10 {
    width: 83.33333333%;
}
.col-md-9 {
    width: 75%;
}
.col-md-8 {
    width: 66.66666667%;
}
.col-md-7 {
    width: 58.33333333%;
}
.col-md-6 {
    width: 50%;
}
.col-md-5 {
    width: 41.66666667%;
}
.col-md-4 {
    width: 33.33333333%;
}
.col-md-3 {
    width: 25%;
}
.col-md-2 {
    width: 16.66666667%;
}
.col-md-1 {
    width: 8.33333333%;
}
.col-md-pull-12 {
    right: 100%;
}
.col-md-pull-11 {
    right: 91.66666667%;
}
.col-md-pull-10 {
    right: 83.33333333%;
}
.col-md-pull-9 {
    right: 75%;
}
.col-md-pull-8 {
    right: 66.66666667%;
}
.col-md-pull-7 {
    right: 58.33333333%;
}
.col-md-pull-6 {
    right: 50%;
}
.col-md-pull-5 {
    right: 41.66666667%;
}
.col-md-pull-4 {
    right: 33.33333333%;
}
.col-md-pull-3 {
    right: 25%;
}
.col-md-pull-2 {
    right: 16.66666667%;
}
.col-md-pull-1 {
    right: 8.33333333%;
}
.col-md-pull-0 {
    right: auto;
}
.col-md-push-12 {
    left: 100%;
}
.col-md-push-11 {
    left: 91.66666667%;
}
.col-md-push-10 {
    left: 83.33333333%;
}
.col-md-push-9 {
    left: 75%;
}
.col-md-push-8 {
    left: 66.66666667%;
}
.col-md-push-7 {
    left: 58.33333333%;
}
.col-md-push-6 {
    left: 50%;
}
.col-md-push-5 {
    left: 41.66666667%;
}
.col-md-push-4 {
    left: 33.33333333%;
}
.col-md-push-3 {
    left: 25%;
}
.col-md-push-2 {
    left: 16.66666667%;
}
.col-md-push-1 {
    left: 8.33333333%;
}
.col-md-push-0 {
    left: auto;
}
.col-md-offset-12 {
    margin-left: 100%;
}
.col-md-offset-11 {
    margin-left: 91.66666667%;
}
.col-md-offset-10 {
    margin-left: 83.33333333%;
}
.col-md-offset-9 {
    margin-left: 75%;
}
.col-md-offset-8 {
    margin-left: 66.66666667%;
}
.col-md-offset-7 {
    margin-left: 58.33333333%;
}
.col-md-offset-6 {
    margin-left: 50%;
}
.col-md-offset-5 {
    margin-left: 41.66666667%;
}
.col-md-offset-4 {
    margin-left: 33.33333333%;
}
.col-md-offset-3 {
    margin-left: 25%;
}
.col-md-offset-2 {
    margin-left: 16.66666667%;
}
.col-md-offset-1 {
    margin-left: 8.33333333%;
}
.col-md-offset-0 {
    margin-left: 0;
}
}

@media (min-width: 1200px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
}
.col-lg-12 {
    width: 100%;
}
.col-lg-11 {
    width: 91.66666667%;
}
.col-lg-10 {
    width: 83.33333333%;
}
.col-lg-9 {
    width: 75%;
}
.col-lg-8 {
    width: 66.66666667%;
}
.col-lg-7 {
    width: 58.33333333%;
}
.col-lg-6 {
    width: 50%;
}
.col-lg-5 {
    width: 41.66666667%;
}
.col-lg-4 {
    width: 33.33333333%;
}
.col-lg-3 {
    width: 25%;
}
.col-lg-2 {
    width: 16.66666667%;
}
.col-lg-1 {
    width: 8.33333333%;
}
.col-lg-pull-12 {
    right: 100%;
}
.col-lg-pull-11 {
    right: 91.66666667%;
}
.col-lg-pull-10 {
    right: 83.33333333%;
}
.col-lg-pull-9 {
    right: 75%;
}
.col-lg-pull-8 {
    right: 66.66666667%;
}
.col-lg-pull-7 {
    right: 58.33333333%;
}
.col-lg-pull-6 {
    right: 50%;
}
.col-lg-pull-5 {
    right: 41.66666667%;
}
.col-lg-pull-4 {
    right: 33.33333333%;
}
.col-lg-pull-3 {
    right: 25%;
}
.col-lg-pull-2 {
    right: 16.66666667%;
}
.col-lg-pull-1 {
    right: 8.33333333%;
}
.col-lg-pull-0 {
    right: auto;
}
.col-lg-push-12 {
    left: 100%;
}
.col-lg-push-11 {
    left: 91.66666667%;
}
.col-lg-push-10 {
    left: 83.33333333%;
}
.col-lg-push-9 {
    left: 75%;
}
.col-lg-push-8 {
    left: 66.66666667%;
}
.col-lg-push-7 {
    left: 58.33333333%;
}
.col-lg-push-6 {
    left: 50%;
}
.col-lg-push-5 {
    left: 41.66666667%;
}
.col-lg-push-4 {
    left: 33.33333333%;
}
.col-lg-push-3 {
    left: 25%;
}
.col-lg-push-2 {
    left: 16.66666667%;
}
.col-lg-push-1 {
    left: 8.33333333%;
}
.col-lg-push-0 {
    left: auto;
}
.col-lg-offset-12 {
    margin-left: 100%;
}
.col-lg-offset-11 {
    margin-left: 91.66666667%;
}
.col-lg-offset-10 {
    margin-left: 83.33333333%;
}
.col-lg-offset-9 {
    margin-left: 75%;
}
.col-lg-offset-8 {
    margin-left: 66.66666667%;
}
.col-lg-offset-7 {
    margin-left: 58.33333333%;
}
.col-lg-offset-6 {
    margin-left: 50%;
}
.col-lg-offset-5 {
    margin-left: 41.66666667%;
}
.col-lg-offset-4 {
    margin-left: 33.33333333%;
}
.col-lg-offset-3 {
    margin-left: 25%;
}
.col-lg-offset-2 {
    margin-left: 16.66666667%;
}
.col-lg-offset-1 {
    margin-left: 8.33333333%;
}
.col-lg-offset-0 {
    margin-left: 0;
}
}
