/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* Fonts */

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/montserrat-black-webfont.woff2') format('woff2'), url('fonts/montserrat-black-webfont.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/montserrat-light-webfont.woff2') format('woff2'), url('fonts/montserrat-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/montserrat-semibold-webfont.woff2') format('woff2'), url('fonts/montserrat-semibold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/montserrat-thin-webfont.woff2') format('woff2'), url('fonts/montserrat-thin-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat Regular';
    src: url('fonts/montserrat-regular-webfont.woff2') format('woff2'), url('fonts/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html {
    margin-top: 0 !important;
}

.main-wrapper {
    padding-top: 25px;
}

.main-wrapper:after {
    content: '';
    display: table;
    clear: both;
}

.with-sidebar {
    float: left;
    width: 65%;
}

.sidebar-holder {
    float: right;
    width: 35%;
    padding-left: 4vw;
}

.sidebar-holder .menu {
    width: 100%;
    max-width: 260px;
}

.sidebar-holder .menu li {
    display: block;
}

.sidebar-holder .menu > li {
    display: none;
}

.sidebar-holder .menu > li.current-page-ancestor,
.sidebar-holder .menu > li.current_page_item,
.sidebar-holder .menu > li.current-page-parent {
    display: block !important;
}

.sidebar-holder .menu li a {
    position: relative;
    display: block;
    background-color: #f5f5f5;
    padding: 24px 30px;
    border-bottom: 1px #fff solid;
    text-transform: uppercase;
    font-size: 14px;
    color: #8d8d8d;
}

.sidebar-holder .menu > li.current-page-ancestor > a,
.sidebar-holder .menu > li.current_page_item > a,
.sidebar-holder .menu > li.current-page-parent > a {
    position: relative;
    font-size: 17px;
    font-weight: 600;
    padding: 34px 30px 30px;
    color: #eaab00;
}

.sidebar-holder .menu > li.current-page-ancestor > a:before,
.sidebar-holder .menu > li.current_page_item > a:before,
.sidebar-holder .menu > li.current-page-parent > a:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    border-top: 15px #fff solid;
    border-right: 15px #fff solid;
    border-bottom: 15px transparent solid;
    border-left: 15px transparent solid;
}

.sidebar-holder .menu .current_page_item > a {
    color: #eaab00;
}

.sidebar-holder .menu > li > .sub-menu > .current-menu-parent > a,
.sidebar-holder .menu > li > .sub-menu > .current-menu-item > a {
    color: #eaab00;
    font-weight: 600;
}

.sidebar-holder .sub-menu .current-menu-parent a,
.sidebar-holder .sub-menu .current-menu-item a {
    background-color: #e8e8e8;
}

.sidebar-holder .menu a:after {
    position: absolute;
    right: 15px;
    top: 50%;
    color: #eaab00;
}

.sidebar-holder .menu .menu-item-has-children > a:after {
    content: "\f105";
    font: normal normal normal 14px/0 FontAwesome;
}

.sidebar-holder .menu .current-menu-ancestor > a:after,
.sidebar-holder .menu .current_page_item.menu-item-has-children > a:after {
    content: "\f107";
    font: normal normal normal 14px/0 FontAwesome;
}

.sidebar-holder .menu > li > a:after {
    display: none;
}

.sidebar-holder .sub-menu .sub-menu a {
    padding: 16px 30px 15px 50px;
    text-transform: none;
    font-size: 13px;
}

.sidebar-holder .sub-menu .sub-menu li {
    display: none;
}

.sidebar-holder .sub-menu .current_page_item li,
.sidebar-holder .sub-menu .current-menu-parent li {
    display: block;
}

.table > tbody > tr.mdocs-success > td {
    background: none !important;
}

/* global box-sizing */

*,
*:after,
*:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body {
    font: normal 14px/1.4 'Montserrat', Arial, sans-serif;
    color: #666;
    top: 0px !important;
}

/* clear */

.clear:before,
.clear:after {
    content: ' ';
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    *zoom: 1;
}

h4 {
    margin-top: 0;
    color: #222;
    font-weight: 600;
}

p {
    margin-top: 0;
}

b,
strong {
    font-weight: 600;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

a {
    color: #eaab00;
    text-decoration: none;
}

a:hover {
    color: #eaab00;
    text-decoration: underline;
}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}

input:focus {
    outline: 0;
    border: 1px solid #04A4CC;
}

@media (max-width: 1100px) {

    .with-sidebar {
        width: 66%;
    }
    .sidebar-holder {
        width: 34%;
        padding-left: 3vw;
    }

}

@media (max-width: 909px) {

    .sidebar-holder,
    .with-sidebar {
        float: none;
        width: 100%;
        padding-left: 0;
        clear: both;
    }
    .sidebar-holder .menu {
        width: 100%;
        max-width: none;
    }

}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* header */

header.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 200;
    border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
}

.header,
.header a {
    color: #fff;
}

.header .nav {
    padding-top: 30px;
    padding-bottom: 30px;
}

ul#menu-main {
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
}

ul#menu-main li {
    /*width: 12%;*/
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
}

ul#menu-main li a {
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
}

.post-header {
    background-color: #272731;
    color: #fff;
    padding-top: 70px;
    padding-bottom: 70px;
    font-size: 20px;
    font-weight: 400;
}

@media (max-width: 1280px) {

    ul#menu-main {
        text-align: center;
    }

}

@media (max-width: 1024px) {

    header.header {
        position: relative;
    }

}

@media (min-width: 769px) {

    .show-sm {
        display: none;
    }

}

@media (max-width: 768px) {

    .show-sm {
        display: block;
    }

}

/* main */

main h1 {
    font-weight: 600;
    font-size: 32px;
}

main h2 {
    text-transform: uppercase;
    color: #222;
    font-size: 20px;
    font-weight: 600;
}

main h3 {
    font-weight: normal;
    color: #000;
    font-size: 18px;
    line-height: 24px;
}

main table h3 {
    margin: 0;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.3;
}

main table h4 {
    font-weight: 600;
}

main p {
    font-size: 14px;
    line-height: 1.7;
}

main .page {
    line-height: 1.6;
}

main .page > h1:first-child,
main .page > h2:first-child,
main section > h2:first-child {
    font-size: 32px;
    text-transform: uppercase;
    color: #222;
    font-weight: 600;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 5px;
    letter-spacing: 1px;
}

main .page > h1:first-child strong,
main .page > h2:first-child strong,
main section > h2:first-child {
    font-weight: 300;
}

main .page table + h2 {
    font-size: 26px;
    text-transform: uppercase;
    color: #222;
    font-weight: 600;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 5px;
    letter-spacing: 1px;
}

main .page table + h2 strong {
    font-weight: 300;
}

.investors-centre {
    text-align: center;
}

.investors-centre .textwidget {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 0 30px 30px;
}

.investors-centre .textwidget:nth-child(4n + 1) {
    clear: both;
}

.investors-centre .textwidget:first-child,
.investors-centre .textwidget:nth-child(4n + 1) {
    padding-left: 0;
}

.investors-centre .textwidget:nth-child(4n) {
    padding-right: 0;
}

.investors-centre .textwidget img {
    margin: auto;
}

.investors-centre .textwidget h4 a {
    display: block;
    max-width: 158px;
    margin: 0 auto;
    font-weight: 600;
    color: #222;
    text-transform: uppercase;
    font-size: 14px;
}

.investors-centre .textwidget p {
    font-size: 13px;
    line-height: 1.5;
}

@media (max-width: 1200px) {

    .investors-centre .textwidget {
        padding: 0 20px 25px;
    }
    .investors-centre .textwidget h4 {
        margin-bottom: 10px;
    }

}

@media (max-width: 1100px) {

    .investors-centre .textwidget {
        padding: 0 15px 25px;
    }
    .investors-centre .textwidget p {
        line-height: 1.4;
    }

}

@media (max-width: 1024px) {

    .investors-centre .textwidget {
        width: 33.33%;
    }
    .investors-centre .textwidget p {
        line-height: 1.3;
    }
    .investors-centre .textwidget:nth-child(4n + 1) {
        clear: none;
    }
    .investors-centre .textwidget:nth-child(3n + 1) {
        clear: both;
    }

}

@media (max-width: 650px) {

    .investors-centre .textwidget {
        width: 50%;
    }
    .investors-centre .textwidget:nth-child(3n + 1) {
        clear: none;
    }
    .investors-centre .textwidget:nth-child(2n + 1) {
        clear: both;
    }

    main .page > h1:first-child,
    main .page > h2:first-child,
    main section > h2:first-child {
        font-size: 26px;
    }

}

/* menus */

.menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}

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

.sub-menu {
    padding-left: 0;
}

.menu li a {
    display: inline-block;
}

.menu li a:hover {
    text-decoration: underline;
}

/* main nav */

.top-bar {
    padding: 13px 0;
    border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
}

.top-bar:after {
    content: '';
    display: table;
    clear: both;
}

.top-bar .textwidget {
    float: left;
}

.top-bar .textwidget a:last-child {
    font-size: 13px;
}

.asx {
    float: right;
    margin-right: 20px;
}

#google_translate_element {
    float: right;
}

.skiptranslate.goog-te-gadget {
    font-size: 0 !important;
}

.goog-te-banner-frame {
    display: none !important
}

.goog-logo-link {
    display: none !important;
}

.goog-te-gadget .goog-te-combo {
    margin: 0 !important;
    padding: 6px 10px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 15px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}

.goog-te-gadget .goog-te-combo:before {
    content: "\f078";
    font: normal normal normal 14px/1 FontAwesome;
}

.goog-te-gadget .goog-te-combo:focus {
    background-color: rgba(0, 0, 0, 1);
    outline: none;
}

.top-bar .goog-te-gadget-simple .goog-te-menu-value {
    color: #fff;
    font-weight: normal;
}

.goog-te-gadget-icon {
    display: none;
}

.goog-te-gadget-simple .goog-te-menu-value img,
.goog-te-gadget-simple .goog-te-menu-value span:first-child + img + span {
    display: none;
}

.top-bar .goog-te-gadget-simple .goog-te-menu-value span:last-child {
    font-size: 0;
    padding-left: 8px;
    color: #fff !important;
}

.top-bar .goog-te-gadget-simple .goog-te-menu-value span:last-child:after {
    content: "\f107";
    font: normal normal normal 13px/1 FontAwesome;
}

.goog-te-menu-frame {
    box-shadow: none !important;
}

.top-bar a {
    padding: 5px 8px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    transition: color 0.2s;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}

.top-bar a:hover {
    color: #eaab00;
    text-decoration: none;
}

.header .logo-holder {
    float: left;
    max-width: 200px;
}

.header .menu {
    float: right;
    margin-right: -13px;
}

.header .menu li {
    position: relative;
}

.header .nav:after {
    content: '';
    display: table;
    clear: both;
}

.header .sub-menu {
    display: none;
}

.header .menu a {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    padding: 13px 12px;
    margin-top: 4px;
    transition: color 0.2s;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}

.header .menu a font {
    font-size: 13px;
}

.header .menu > li > a {
    position: relative;
}

.header .menu > li > a:after {
    position: absolute;
    top: 90%;
    left: 13px;
    right: 13px;
    height: 3px;
    background: #eaab00;
    content: '';
    opacity: 0;
    transition: opacity 0.25s ease-out, transform 0.25s ease-out;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
}

.header .menu > li > a:hover:after {
    opacity: 0.8;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

.header .menu a:hover,
.current-menu-ancestor > a,
.current-menu-item > a {
    color: #eaab00;
    text-decoration: none;
}

.header .menu > li:hover > ul {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.header .sub-menu li:hover .sub-menu {
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.header .sub-menu li:first-child:hover .sub-menu {
    margin-top: -4px;
}

.header .sub-menu li {
    display: block;
    min-width: 180px;
}

.header .sub-menu li:not(:first-child) a {
    margin-top: 0;
}

.header .sub-menu li:last-child a {
    margin-bottom: 4px;
}

.header #menu-item-111 {
    display: none;
}

.show-mob {
    display: none;
}

#sharePriceData {
    margin-top: 7px;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}

#sharePriceData span {
    padding: 0 23px 0 11px;
}

.pos {
    color: #c3d941;
}

.pos:before {
    content: '+';
    font-family: 'Montserrat Regular', Arial, sans-serif;
}

.neg {
    color: #f26722;
}

.modal {
    display: none !important;
}

@media (max-width: 1200px) {

    .header .menu {
        margin-right: -10px;
    }
    .header .menu a {
        padding: 13px 10px;
        margin-top: 5px;
        font-size: 14px;
    }

}

@media (max-width: 1100px) {

    .header .menu {
        margin-right: -8px;
    }
    .header .logo-holder {
        max-width: 178px;
    }
    .header .menu a {
        padding: 13px 8px;
        margin-top: 3px;
    }

}

@media (max-width: 1024px) {

    .top-bar {
        display: none;
    }
    .header .wrapper {
        background-color: #fff;
    }
    .header .nav {
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .header .logo-holder {
        max-width: 182px;
    }
    .show-mob {
        display: inline-block;
    }
    .hide-mob {
        display: none;
    }
    .header .menu {
        display: none;
        clear: both;
        margin-right: 0;
        float: none;
        background-color: #000;
        padding-top: 15px;
        padding-bottom: 15px;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
    }
    .header .menu > li:hover > ul,
    .header .sub-menu li:hover .sub-menu {
        position: static !important;
        margin-top: 0px !important;
    }
    .header #menu-item-111 {
        display: block;
    }
    .header .menu li {
        display: block;
    }
    .header .menu a {
        margin-top: 0;
        padding: 15px 20px;
    }
    .nav-button {
        font-size: 32px;
        color: #eaab00 !important;
        position: absolute;
        top: 0;
        right: 0;
        height: 78px;
        width: 78px;
        text-align: center;
        line-height: 77px;
        background-color: #929292;
    }
    .header .sub-menu {
        display: block;
        padding-left: 25px;
    }

}

/* banner */

.admin-bar #banner-holder {
    margin-top: 32px;
}

#banner-holder {
    position: relative;
    z-index: 100;
    background-color: #000;
    overflow: hidden;
}

.home #banner-holder .textwidget {
    line-height: 0;
}

#banner-holder video {
    width: 100%;
    height: auto;
    opacity: 0.95;
}

#banner-holder video ~ img {
    display: none;
}

#banner-holder,
#banner-holder a {
    color: #fff;
}

#banner-holder img {
    margin: 0;
}

body:not(.home) #banner-holder .textwidget {
    height: 450px;
}

body:not(.home) #banner-holder img {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0.95;
    height: 450px;
    width: auto;
    max-width: none;
}

.banner-text {
    position: absolute;
    padding-top: 170px;
    top: 49%;
    transform: translateY(-50%);
    -wekbit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 100%;
    left: 0;
}

.banner-text-inner {
    max-width: 765px;
    line-height: 1.6;
    font-size: 15px;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

.banner-text h1 {
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 37px;
    line-height: 1.25;
}

body .metaslider .caption-wrap {
    background: transparent;
    background-size: cover;
    background-position: center center;
    background-image: url(img/banner-general-bg.png);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
    width: auto;
    opacity: 1;
}

body .metaslider .caption-wrap .caption {
    text-align: center;
    max-width: 1280px;
    width: 95%;
    margin: 0 auto;
    margin-top: 200px;
}

.metaslider .caption h3 {
    font-size: 30px;
    font-family: 'Libre Baskerville', serif;
    line-height: 1.2em;
    color: #fdb943;
    font-weight: 400;
    letter-spacing: 3px;
}

.metaslider .caption h2 {
    font-size: 60px;
    line-height: 1.2em;
    color: #fff;
    font-weight: 600;
    letter-spacing: 3px;
}

.metaslider .caption a {
    font-weight: 600;
    font-size: 12px;
    padding: 25px;
    border: dashed 2px #fdb943;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.5);
}

body.home .metaslider .caption-wrap {
    background-image: url(img/banner-home-bg.png);
}

body.home .metaslider .caption-wrap .caption {
    margin-top: 400px;
}

.ms-slide-info {
    max-width: 1220px;
    position: absolute !important;
    top: 29vh;
    margin: 0 auto !important;
    left: 0;
    right: 0;
}

.ms-slide {
    opacity: 0.9;
}

.ms-info {
    max-width: 676px;
    padding: 20px;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

.ms-info h1,
.ms-info h2 {
    font-size: 50px;
    font-weight: 600;
    line-height: 1.5;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.ms-info h1 strong,
.ms-info h2 strong {
    font-weight: 300;
}

.ms-info h1:after,
.ms-info h2:after {
    content: '';
    display: block;
    width: 90px;
    border-bottom: 5px #eaab00 solid;
}

.ms-info p:last-child {
    margin-top: 35px;
}

.ms-bullets.ms-dir-v .ms-bullet {
    background: #fff;
    border-radius: 50%;
}

.ms-bullets.ms-dir-v .ms-bullet {
    position: relative;
    background: #fff;
    border-radius: 50%;
    margin: 30px 15px !important;
    transition: all 0.2s;
}

.ms-bullets.ms-dir-v .ms-bullet:before {
    content: '';
    position: absolute;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px #febe10 solid;
    transition: all 0.2s;
}

.ms-bullets.ms-dir-v .ms-bullet-selected,
.ms-bullets.ms-dir-v .ms-bullet:hover {
    background: #febe10;
}

.ms-bullets.ms-dir-v .ms-bullet-selected:before,
.ms-bullets.ms-dir-v .ms-bullet:hover:before {
    top: -9px;
    bottom: -9px;
    left: -9px;
    right: -9px;
}

.ms-info a .fa {
    margin-right: 10px;
}

iframe {
    max-width: 100%;
}

.post-actions {
    margin-bottom: 15px;
}

.category .post.has-post-thumbnail:after {
    content: '';
    display: table;
    clear: both;
}

@media (max-width: 1400px) {

    .ms-slide-info {
        top: 25vh;
    }

}

@media (max-width: 1200px) {

    .ms-slide-info {
        top: 22vh;
    }
    .ms-info {
        max-width: 635px;
        font-size: 16px;
    }
    .ms-info h1,
    .ms-info h2 {
        font-size: 40px;
        margin-top: 0;
        margin-bottom: 17px;
    }
    .ms-info p:last-child {
        margin-top: 20px;
    }
    .ms-info a {
        padding: 15px 28px 15px 8px !important;
    }

}

@media (max-width: 1024px) {
    .admin-bar #banner-holder {
        margin-top: 0;
    }
    .ms-slide-info {
        top: 18vh;
    }
    .ms-info h1,
    .ms-info h2 {
        font-size: 35px;
        margin-bottom: 15px;
    }
    .ms-info p:last-child {
        margin-top: 18px;
    }
    body:not(.home) .banner-text {
        position: relative;
        top: auto;
        left: auto;
        padding-top: 0;
        transform: none;
        -wekbit-transform: none;
        -ms-transform: none;
        min-height: 300px;
    }
    body:not(.home) #banner-holder img {
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    body:not(.home) .master-slider-parent {
        position: absolute !important;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        min-height: 100%;
        width: auto;
        max-width: none;
        min-width: 100%;
        opacity: 0.95;
    }
    body:not(.home) .banner-text .wrapper {
        position: static;
    }
    body:not(.home) .banner-text-inner {
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 20px;
    }
    body:not(.home) #banner-holder .textwidget {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
    }
    .sp-slide ~ .sp-slide {
        display: none;
    }

}

@media (max-width: 909px) {

    .ms-slide-info {
        top: 15vh;
    }

}

@media (max-width: 835px) {

    .ms-view,
    .ms-slide,
    .ms-slide .ms-slide-bgcont img {
        min-height: 470px;
        width: auto !important;
        max-width: none !important;
        min-width: 100% !important;
        height: 100%;
    }
    .ms-slide .ms-slide-bgcont img {
        margin-top: 0 !important;
        margin-left: 50% !important;
        transform: translateX(-50%);
    }
    .ms-slide {
        overflow: hidden !important;
    }
    .ms-slide-info {
        top: 10vh;
    }

}

@media (max-width: 720px) {

    .ms-slide-info {
        top: 40px;
    }
    .banner-text h1 {
        font-size: 30px;
    }

}

@media (max-width: 620px) {

    .home #banner-holder .textwidget {
        height: 470px;
    }
    body:not(.home) #banner-holder .textwidget {
        height: 235px;
    }
    body:not(.home) .banner-text {
        min-height: 235px;
    }
    body:not(.home) .sp-mask.sp-grab,
    body:not(.home) .sp-slide,
    body:not(.home) .sp-slide .sp-image-container {
        max-height: 235px;
    }
    body:not(.home) #banner-holder img {
        margin-left: 0 !important;
    }
    .home #banner-holder .video-container {
        margin-bottom: 0;
        height: 470px;
        width: 838px;
        margin-left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    #banner-holder video {
        display: none;
    }
    #banner-holder video ~ img {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        min-height: 100%;
        width: auto;
        max-width: none;
        min-width: 100%;
        opacity: 0.6;
    }
    .ms-slide-info {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .ms-info {
        line-height: 1.6;
    }

}

@media (max-width: 450px) {

    .ms-info h1,
    .ms-info h2 {
        font-size: 30px;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
    }
    .banner-text h1 {
        font-size: 23px;
    }
    .ms-info {
        font-size: 15px;
        font-weight: normal;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
    }
    .ms-info a .fa {
        display: inline-block;
        position: absolute;
        top: 50%;
        right: 10px;
        line-height: 0;
        font-size: 15px;
    }

    .ms-info
}

/* breadcrumbs */

.breadcrumbs {
    position: relative;
    padding: 24px 0;
    background-color: #eaab00;
    color: #393939;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.breadcrumbs:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 20px;
    height: 20px;
    border-left: 10px #eaab00 solid;
    border-right: 10px transparent solid;
    z-index: 100;
    border-bottom: 10px #eaab00 solid;
    border-top: 10px transparent solid;
}

.breadcrumbs:after {
    content: '';
    position: absolute;
    bottom: 100%;
    right: 0;
    width: 20px;
    height: 20px;
    border-left: 10px transparent solid;
    border-right: 10px #eaab00 solid;
    z-index: 100;
    border-bottom: 10px #eaab00 solid;
    border-top: 10px transparent solid;
}

.breadcrumbs a,
.breadcrumbs .fa {
    color: #fff;
}

.breadcrumbs .fa {
    font-size: 13px;
    margin: 0 17px;
}

p#breadcrumbs {
    margin-bottom: 0;
}

@media (max-width: 909px) {

    .breadcrumbs .fa {
        margin: 0 13px;
    }

}

@media (max-width: 767px) {

    .breadcrumbs .fa {
        margin: 0 8px;
        font-size: 12px;
    }

}

@media (max-width: 650px) {

    .breadcrumbs {
        padding: 24px 0 21px;
        line-height: 1.6;
    }

}

/* wrapper */

.wrapper {
    max-width: 1220px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}

/* buttons */

a.button,
.ms-info a {
    background-color: #eaab00;
    display: inline-block;
    margin-left: 20px;
    padding: 18px 35px 18px 15px;
    position: relative;
    line-height: 1.5;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: none;
    letter-spacing: 1px;
    font-size: 16px;
    transition: background-color 0.2s !important;
}

a.button:hover,
.ms-info a:hover {
    background-color: #222;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

a.button:before,
.ms-info a:before {
    content: '';
    position: absolute;
    right: 100%;
    top: 0;
    height: calc(100% - 20px);
    width: 20px;
    background-color: inherit;
}

a.button:after,
.ms-info a:after {
    content: '';
    position: absolute;
    right: 100%;
    bottom: 0;
    height: 20px;
    width: 20px;
    border-top: 10px #eaab00 solid;
    border-right: 10px #eaab00 solid;
    border-bottom: 10px transparent solid;
    border-left: 10px transparent solid;
    transition: border-color 0.2s;
}

a.button:hover:after,
.ms-info a:hover:after {
    border-top-color: #222;
    border-right-color: #222;
}

@media (max-width: 450px) {

    a.button,
    .ms-info a {
        display: block;
        margin-left: 0;
        margin-right: 20px;
        padding: 18px 15px 18px 35px;
    }
    .home .ms-info a {
        padding: 18px 15px 18px 19px !important;
    }
    a.button:before,
    .ms-info a:before {
        top: 20px;
        right: auto;
        left: 100%;
        height: calc(100% - 20px);
    }
    a.button:after,
    .ms-info a:after {
        content: '';
        position: absolute;
        top: 0;
        right: auto;
        bottom: auto;
        left: 100%;
        border-top: 10px transparent solid;
        border-right: 10px transparent solid;
        border-bottom: 10px #eaab00 solid;
        border-left: 10px #eaab00 solid;
    }

    a.button:hover:after,
    .ms-info a:hover:after {
        border-bottom-color: #222;
        border-left-color: #222;
        border-top-color: transparent;
        border-right-color: transparent;
    }

}

/* footer */

.footer {
    background-color: #222;
    font-family: 'Montserrat Regular', Arial, sans-serif;
    color: #8d8d8d;
}

.footer:after {
    content: '';
    display: table;
    clear: both;
}

.footer-left {
    float: left;
    width: 70%;
    padding-top: 50px;
    padding-bottom: 30px;
    border-right: 1px #333 solid;
}

.footer-right {
    float: left;
    width: 30%;
    padding-top: 50px;
    padding-bottom: 30px;
    padding-left: 45px;
    line-height: 1.9;
}

.footer-right img {
    margin-bottom: 0;
}

.footer-right p {
    margin-bottom: 40px;
}

.footer-right a[target="_blank"] {
    display: inline-block;
    width: 38px;
    height: 38px;
    border: 2px #fff solid;
    border-radius: 50%;
    line-height: 38px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin-right: 12px;
    transition: background-color 0.2s, color 0.2s;
}

.footer-right a[target="_blank"]:hover {
    background-color: #fff;
    color: #222;
}

.footer-right a .fa:before {
    display: block;
    line-height: 36px;
}

ul#footer-menu {
    text-transform: uppercase;
    width: 100%;
}

ul#footer-menu li {
    /*width: 12%; */
    padding-right: 55px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    padding-bottom: 20px;
}

.footer .menu {
    width: 100%;
}

.footer .menu li {
    display: block;
}

.footer .menu > li {
    float: left;
    width: 25%;
    margin-bottom: 35px;
}

.footer .menu li.menu-item-33 {
    clear: both;
    width: 50%;
}

.footer .menu li.menu-item-33 .sub-menu {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
}

.footer .menu li.menu-item-33 .sub-menu .sub-menu {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}

.footer .menu a {
    padding: 0 10px 10px 0;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
}

.footer .sub-menu a {
    padding: 6px 15px 6px 0;
    text-transform: none;
    color: #8d8d8d;
    font-weight: normal;
    transition: 0.2s;
}

.footer .sub-menu a:hover {
    color: #fefefe;
}

.post-footer {
    font-family: 'Montserrat Regular', Arial, sans-serif;
    background-color: #eaab00;
    padding-top: 22px;
    padding-bottom: 22px;
    position: relative;
    font-size: 13px;
    color: #222;
}

.post-footer a,
.post-footer a:hover {
    color: inherit;
}

.post-footer a:hover {
    text-decoration: underline;
}

.post-footer ul a {
    padding-right: 8px;
    margin-right: 5px;
    border-right: solid 1px #222;
}

.post-footer ul li:first-child a {
    padding-left: 8px;
    margin-left: 5px;
    border-left: solid 1px #222;
}

.post-footer .footer-logos {
    position: absolute;
    top: -25px;
    right: 0;
}

.post-footer .footer-logos img {
    margin-right: 15px;
}

@media (max-width: 1280px) {

    .footer .menu > li {
        float: left;
        width: 25%;
        margin-bottom: 35px;
        font-size: 14px;
    }
    .footer-left {
        padding-top: 40px;
        padding-bottom: 15px;
    }
    .footer-right {
        padding-top: 40px;
        padding-bottom: 20px;
        padding-left: 35px;
        line-height: 1.8;
        font-size: 14px;
    }

}

@media (max-width: 980px) {

    .footer-left {
        padding-top: 30px;
        padding-bottom: 10px;
    }
    .footer-right {
        padding-top: 30px;
        padding-bottom: 15px;
        padding-left: 20px;
    }

}

@media (max-width: 840px) {

    .footer-left,
    .footer-right {
        width: 50%;
    }
    .footer-left {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .footer-left .sub-menu {
        display: none;
    }
    .footer .menu > li {
        display: block;
        float: none;
        width: 100%;
        margin-bottom: 0;
    }
    .footer .menu a {
        display: block;
        padding: 15px 0;
    }
    .footer .menu li.menu-item-33 {
        width: 100%;
    }
    .post-footer {
        line-height: 1.7;
        text-align: center;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .copyright {
        display: block;
    }
    .menu li {
        display: block;
    }
    .post-footer ul {
        display: block;
        padding: 6px 0;
    }
    .post-footer ul a {
        display: block;
        border: none !important;
        padding: 12px 0 !important;
        margin: 0 !important;
    }
    .ifactory-postfooter {
        display: block;
    }

}

@media (max-width: 680px) {

    .footer .wrapper {
        padding: 0;
    }
    .footer-left,
    .footer-right {
        width: 100%;
        float: none;
    }
    .footer-left {
        border-right: 0;
        border-bottom: 1px #333 solid;
    }
    .footer-right {
        padding-right: 20px;
        text-align: center;
    }
    .footer .menu a {
        padding: 17px 0;
        text-align: center;
    }

}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

.category .post.has-post-thumbnail {
    clear: both;
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: solid 1px #ccc;
}

.post.has-post-thumbnail:last-child {
    border-bottom: none;
}

.post-type-archive-mdocs-posts article {
    padding-bottom: 10px;
    overflow: hidden;
}

.post.has-post-thumbnail .item-left {
    float: left;
    width: 40%;
    box-sizing: border-box;
    padding-right: 20px;
    position: relative;
}

.post.has-post-thumbnail .item-left a.tag {
    position: absolute;
    top: 0;
    right: 20px;
    background-color: #eaab00;
    padding: 12px 28px;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
}

.post.has-post-thumbnail .item-left a {
    position: relative;
    display: block;
}

.post.has-post-thumbnail .item-left a:after {
    content: '';
    position: absolute;
    top: -1px;
    right: 0;
    width: 20px;
    height: 20px;
    border-left: 10px transparent solid;
    border-bottom: 10px transparent solid;
    border-right: 10px #fff solid;
    border-top: 10px #fff solid;
    z-index: 3;
}

.post.has-post-thumbnail .item-left img {
    max-width: 100%;
}

.post.has-post-thumbnail .item-right {
    float: left;
    width: 60%;
    box-sizing: border-box;
    padding-left: 20px;
}

.post.has-post-thumbnail .item-right h2 {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 24px;
    font-weight: 600;
}

.post-type-archive-mdocs-posts .item-right h2 {
    font-size: 22px !important;
}

.post.has-post-thumbnail .item-right p {
    line-height: 30px;
    font-weight: 400;
}

.post.has-post-thumbnail .item-right .post-actions a {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    padding: 15px 20px;
    background-color: #eaab00;
    color: #fff;
    border-radius: 4px;
    transition: background-color 0.2s;
}

.post.has-post-thumbnail .item-right .post-actions a:hover {
    background-color: #222;
    text-decoration: none;
}

.rpjc_if_widget_cat_recent_posts {
    background-color: #fdb943;
    padding: 25px;
    margin-bottom: 25px;
}

.rpjc_if_widget_cat_recent_posts h3 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.post.has-post-thumbnail .post-item {}

.post.has-post-thumbnail .post-item:before {
    content: " ";
    width: 39px;
    height: 31px;
    display: block;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(img/quote-icon.png)
}

.post.has-post-thumbnail .post-item p {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
}

.post.has-post-thumbnail .post-item p:nth-last-child(2) {
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 30px;
}

.post.has-post-thumbnail .post-item p:last-child {
    color: #eaab00;
    font-size: 11px;
    line-height: 18px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 30px;
}

a.more-posts {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    padding: 15px;
    text-align: center;
}

article ul.icon-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

article ul.icon-list li {
    list-style: none;
    float: left;
    width: 48%;
    border-bottom: solid 1px #eee;
    color: #eaab00;
    margin-right: 2%;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

article ul.icon-list li i {
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 50px;
    font-size: 25px;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
    margin-right: 20px;
}

@media (max-width: 960px) {

    .post.has-post-thumbnail .post-item p {
        font-size: 14px;
    }

    .post.has-post-thumbnail .post-item p:nth-last-child(2) {
        font-size: 11px;
    }

    .post.has-post-thumbnail .item-left,
    .post.has-post-thumbnail .item-right {
        float: none;
        width: 100%;
    }

    .post.has-post-thumbnail .item-left {
        max-width: 472px;
        margin-bottom: 20px;
        padding-right: 0;
    }

    .post.has-post-thumbnail .item-right {
        padding-left: 0;
    }

}


/*------------------------------------*\
    Forms
\*------------------------------------*/

.wpcf7 {
    max-width: 700px;
}

@media (min-width: 768px) {

    p.field {
        width: 50%;
        float: left;
    }
    p.field:nth-child(even) {
        padding-right: 10px;
    }
    p.field:nth-child(odd) {
        padding-left: 10px;
    }

}

.wpcf7 input {
    font-size: 13px;
}

.wpcf7 input.wpcf7-text,
.wpcf7 .wpcf7-textarea {
    border: 1px #bbb solid;
    width: 100%;
    max-width: 100%;
    padding: 8px;
    transition: all 0.2s;
    color: #363636;
}

.wpcf7 input.wpcf7-text:focus,
.wpcf7 .wpcf7-textarea:focus {
    outline: none;
    border-color: #888;
    background-color: #363636;
    color: #fff;
}

.wpcf7 input.wpcf7-submit {
    border: none;
    padding: 22px 65px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 4px;
    background-color: #eaab00;
    font-size: 16px;
    transition: background-color 0.2s;
}

.wpcf7 input.wpcf7-submit:hover {
    background-color: #222;
}

.widget_custom_cf7 {
    background-color: #272731;
    color: #fff;
    padding: 25px;
    margin-bottom: 25px;
}

.widget_custom_cf7 h3 {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}

.widget_custom_cf7 label {
    font-size: 13px;
    display: block;
    margin-top: 10px;
    letter-spacing: 1px;
}

.widget_custom_cf7 input,
.widget_custom_cf7 textarea {
    border: none;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
    background: transparent;
    color: #fff;
    width: 100%;
    font-size: 13px;
}

.widget_custom_cf7 input {
    padding: 8px 3px;
}

.widget_custom_cf7 input.wpcf7-submit {
    margin-top: 25px;
    padding: 15px;
    color: #fdb943;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.wpcf7-response-output {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/*------------------------------------*\
    Home
\*------------------------------------*/

.video-container {
    position: relative;
    padding-bottom: 54.65%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    z-index: -1;
}

#banner-holder .video-container {
    padding-top: 0;
}

.home .video-container img {
    display: none;
}

@media (max-width: 1800px) {
    .video-container {
        margin-bottom: -2px;
    }
}

@media (max-width: 1600px) {
    .video-container {
        margin-bottom: -4px;
    }
}

@media (max-width: 1400px) {
    .video-container {
        margin-bottom: -6px;
    }
}

@media (max-width: 1200px) {
    .video-container {
        margin-bottom: -8px;
    }
}

@media (max-width: 1000px) {
    .video-container {
        margin-bottom: -10px;
    }
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.our-process {
    position: relative;
    z-index: 100;
}

.our-process:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 18px;
    height: 18px;
    border-top: 9px transparent solid;
    border-right: 9px transparent solid;
    border-bottom: 9px #eaab00 solid;
    border-left: 9px #eaab00 solid;
}

.our-process:after {
    content: '';
    position: absolute;
    bottom: 100%;
    right: 0;
    width: 18px;
    height: 18px;
    border-top: 9px transparent solid;
    border-right: 9px #eaab00 solid;
    border-bottom: 9px #eaab00 solid;
    border-left: 9px transparent solid;
}

.our-process-body {
    padding-top: 38px;
    padding-bottom: 58px;
}

.our-process-body:after {
    content: '';
    display: table;
    clear: both;
}

.our-process-body .textwidget {
    float: left;
    width: 33.33%;
    padding: 0 20px;
    line-height: 1.65;
    color: #222;
    font-size: 13px;
}

.our-process-body .process-block {
    float: left;
    width: 20%;
    text-align: center;
    padding-left: 35px;
    padding-right: 35px;
}

.our-process-body img.alignnone {
    float: left;
    margin: 0 20px 80px 0;
    position: relative;
    border: 5px #000 solid;
    border-radius: 50%;
}

.our-process-body h4 {
    margin-top: -13px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}

.our-process-body h4 a {
    color: inherit;
}

.our-process-body .process-block .process-body {
    font-size: 14px;
    color: #fff;
}

.current-operations {
    padding: 50px 0;
    background-color: #f5f5f5;
}

.page-id-20 .current-operations {
    clear: both;
    background-color: #fff;
}

.current-operations .textwidget {
    text-align: center;
}

.page-id-20 .current-operations .textwidget:first-child {
    display: none;
}

.current-operations .textwidget:first-child h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 40px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    line-height: 1.2;
}

.current-operations .textwidget:first-child h3 strong {
    font-weight: 300;
}

.current-operations .textwidget:first-child p {
    max-width: 610px;
    margin: 0 auto 18px;
    font-size: 13px;
    line-height: 1.8em;
    font-weight: normal;
    color: #8b8d8e;
}

.current-operations .textwidget:not(:first-child) {
    width: 33.33%;
    float: left;
    padding: 20px 20px 0;
    font-size: 13px;
}

.current-operations .textwidget:first-child + .textwidget {
    padding-left: 0;
    padding-right: 30px;
}

.current-operations .textwidget:last-child {
    padding-left: 30px;
    padding-right: 0;
}

.current-operations .wrapper:after {
    content: '';
    display: table;
    clear: both;
}

.current-operations .textwidget img {
    border-radius: 50%;
    margin-right: 0;
    transition: all 0.25s;
}

.current-operations .textwidget img:hover {
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
}

.current-operations .textwidget h5 {
    color: #eaab00;
    text-transform: uppercase;
    max-width: 350px;
    margin: 0 auto 5px;
    font-weight: normal;
    font-size: 14px;
    min-height: 57px;
}

.current-operations .textwidget h4 a {
    position: relative;
    color: #222;
    text-transform: uppercase;
    max-width: 260px;
    margin: 0 auto 0;
    font-weight: 600;
    font-size: 21px;
    display: block;
}

.current-operations .textwidget h4 a:hover {
    text-decoration: none;
}

.current-operations .textwidget h4 a:after {
    position: absolute;
    top: 100%;
    left: 1.2vw;
    right: 1.2vw;
    height: 4px;
    background: #222;
    content: '';
    opacity: 0;
    transition: opacity 0.25s ease-out, transform 0.25s ease-out;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
}

.current-operations .textwidget h4 a:hover:after {
    opacity: 0.8;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

@media (max-width: 1400px) {

    .our-process-body .textwidget {
        padding: 0 15px;
        font-size: 14px;
        line-height: 1.5;
    }
    .our-process-body img.alignnone {
        margin: 0 17px 65px 0;
        border: 4px #000 solid;
    }
    .our-process-body h4 {
        font-size: 17px;
    }

}

@media (max-width: 1200px) {

    .our-process-body .textwidget {
        font-size: 14px;
        line-height: 1.4;
    }
    .our-process-body img.alignnone {
        margin: 0 17px 75px 0;
    }
    .our-process-body h4 {
        font-size: 16px;
    }

}

@media (max-width: 1024px) {

    .home .video-container img {
        display: block;
    }
    .home .video-container iframe {
        display: none;
    }

}

@media (max-width: 960px) {

    .our-process-body .process-block {
        width: 33.33%;
    }

    .our-process-body .process-block:nth-last-child(2),
    .our-process-body .process-block:nth-last-child(3) {
        width: 50%;
        padding-top: 30px;
    }

}

@media (max-width: 909px) {

    .our-process.bg-logo {
        background-image: none;
        background-color: #febe10;
    }
    .our-process:before {
        border-bottom-color: #febe10;
        border-left-color: #febe10;
    }
    .our-process:after {
        border-bottom-color: #febe10;
        border-right-color: #febe10;
    }
    .our-process-body {
        padding: 0;
    }
    .our-process-body .wrapper {
        padding: 0;
    }
    .our-process-body .textwidget {
        position: relative;
        float: none;
        width: 100%;
        padding: 20px;
    }
    .our-process-body .textwidget:not(:last-child) {
        border-bottom: 1px #e5ac13 solid;
    }
    .our-process-body .textwidget:last-child {
        margin-bottom: 20px;
    }
    .our-process-body .textwidget:after {
        content: '';
        display: table;
        clear: both;
    }
    .our-process-body .textwidget p {
        margin: 0;
    }
    .our-process-body h4 {
        margin-top: 10px;
    }
    .our-process-body img.alignnone {
        margin: 0 17px 75px 0;
    }
    .our-process-body img.alignnone {
        margin: 0 17px 0 0;
        width: 36px;
        border-width: 3px;
    }
    .our-process-body h4 ~ * {
        display: none;
    }
    .our-process-body h4 a:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .our-process-body h4 a:after {
        content: "\f105";
        font: normal normal normal 18px/0 FontAwesome;
        position: absolute;
        top: 50%;
        right: 25px;
    }

}

@media (max-width: 890px) {

    .current-operations {
        padding: 25px 0 0;
    }
    .current-operations .wrapper {
        padding: 0;
    }
    .current-operations .textwidget:first-child h3 {
        margin-bottom: 23px;
        font-size: 31px;
    }
    .current-operations .textwidget:first-child p {
        display: none;
    }
    .current-operations .textwidget:not(:first-child) {
        width: 100%;
        float: none;
        padding: 25px !important;
        border-top: 1px #dedede solid;
        font-size: 15px;
        line-height: 1.5;
    }
    .current-operations .textwidget:not(:first-child) p:first-child {
        display: none;
    }

}

.stats {
    position: relative;
    background-color: #222;
    color: #fff;
    text-align: center;
    padding: 70px 0;
}

.stats:after {
    content: '';
    display: table;
    clear: both;
}

.stats:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(img/bg-stats.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.25;
}

.stats .textwidget {
    float: left;
    width: 25%;
}

.stats img {
    border: 5px #eaab00 solid;
    border-radius: 50%;
    margin: 0 auto 5px;
}

.stats strong {
    display: block;
    font-size: 38px;
}

.stats .textwidget p {
    max-width: 180px;
    margin: auto;
    line-height: 1.6;
}

.body-container {
    padding-top: 70px;
    padding-bottom: 55px;
}

.home .body-container {
    padding: 0;
    background-color: #f5f5f5;
}

.post-body {
    position: relative;
    margin-top: -20px;
    padding-top: 35px;
    padding-bottom: 35px;
    background-color: #363636;
    color: #fff;
}

.post-body .wpcf7 {
    float: right;
}

.post-body .wpcf7 p {
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.post-body .wpcf7 p::after {
    content: "";
    flex: auto;
}

.post-body .wpcf7-form-control-wrap,
.post-body .wpcf7-submit {
    float: left;
}

.post-body .wpcf7-form-control-wrap {
    /* width: 36%;
    margin-right: 2%; */
    width: 49%;
    margin-right: 1%;
    margin-bottom: 1%;
}

.post-body .wpcf7-submit {
    /* width: 24%; */
    width: 49%;
}

.post-body .wpcf7 {
    float: right;
    width: 59%;
    max-width: none;
    /* padding-top: 25px; */
}

.post-body input.wpcf7-text,
.post-body input.wpcf7-submit {
    padding: 22px 20px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.1;
    height: 60px;
}

.post-body input.wpcf7-text::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #949494;
}

.post-body input.wpcf7-text::-moz-placeholder {
    /* Firefox 19+ */
    color: #949494;
}

.post-body input.wpcf7-text:-ms-input-placeholder {
    /* IE 10+ */
    color: #949494;
}

.post-body input.wpcf7-text:-moz-placeholder {
    /* Firefox 18- */
    color: #949494;
}

.post-body:after {
    content: '';
    display: table;
    clear: both;
}

.post-body:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 20px;
    height: 20px;
    border-left: 10px #363636 solid;
    border-bottom: 10px #363636 solid;
    border-right: 10px transparent solid;
    border-top: 10px transparent solid;
}

.post-body:after {
    content: '';
    position: absolute;
    bottom: 100%;
    right: 0;
    width: 20px;
    height: 20px;
    border-left: 10px transparent solid;
    border-bottom: 10px #363636 solid;
    border-right: 10px #363636 solid;
    border-top: 10px transparent solid;
}

.post-body .wrapper:after {
    content: '';
    display: table;
    clear: both;
}

.post-body h2,
.post-body small {
    float: left;
    clear: left;
}

.post-body h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 1px;
    margin: 10px 0 0;
    text-transform: uppercase;
    max-width: 465px;
}

.post-body h2 strong {
    font-weight: 300;
}

.post-body small {
    color: #999;
    max-width: 465px;
}

.post-body a {
    color: inherit;
    text-decoration: underline;
    transition: color 0.2s;
}

.post-body a:hover {
    color: #eaab00;
}

.postcontent {
    clear: both;
    background-color: #f5f5f5;
    padding-top: 55px;
    padding-bottom: 55px;
}

.home .postcontent {
    padding-top: 30px;
}

.postcontent h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 40px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    line-height: 1.2;
}

.postcontent p {
    text-align: center;
}

.postcontent h3.rpwe-title {
    text-align: left;
    margin-top: 15px;
    padding: 30px 28px;
}

.postcontent h3 strong {
    font-weight: 300;
}

.postcontent p {
    max-width: 610px;
    margin: 0 auto 18px;
    font-size: 13px;
    line-height: 1.8em;
    font-weight: normal;
    color: #8b8d8e;
}

.rpwe-block {
    padding-top: 10px;
}

.pre-footer-left {
    float: left;
    width: 50%;
    height: 500px;
    background-image: url(img/home-footer-house.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.pre-footer-right {
    float: left;
    width: 50%;
    background-color: #fdb943;
}

.pre-footer-right-inner {
    max-width: 640px;
    margin: 0 auto 0 0;
    height: 500px;
    padding-top: 85px;
    padding-left: 100px;
}

body.home .rpjc_if_widget_cat_recent_posts {
    margin-bottom: 0;
}

body.home .rpjc_if_widget_cat_recent_posts a.more-posts {
    display: none;
}

.rpwe-ul {
    margin: 0 -20px 20px;
    padding-left: 0;
    display: table;
    border-spacing: 20px;
}

.rpwe-li {
    position: relative;
    width: 33.333%;
    display: table-cell;
    border: none;
    list-style: none;
    background-color: #fff;
}

.rpwe-li:before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 20px;
    height: 20px;
    border-top: 10px transparent solid;
    border-right: 10px transparent solid;
    border-bottom: 10px #f5f5f5 solid;
    border-left: 10px #f5f5f5 solid;
}

.rpwe-li:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    border-left: 10px transparent solid;
    border-bottom: 10px transparent solid;
    border-right: 10px #f5f5f5 solid;
    border-top: 10px #f5f5f5 solid;
    z-index: 3;
}

.rpwe-img {
    display: block;
    position: relative;
}

.rpwe-img:before {
    content: '+';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    color: #8d8d8d;
    text-align: center;
    font-size: 34px;
    line-height: 42px;
    opacity: 0;
    transition: all 0.2s;
    z-index: 2;
}

.rpwe-img:hover:before {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.rpwe-img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #eaab00;
    opacity: 0;
    transition: opacity 0.2s;
    z-index: 1;
}

.rpwe-img:hover:after {
    opacity: 0.8;
}

.news-holder {
    padding: 30px 28px;
}

.rpwe-time,
.date {
    color: #8d8d8d;
    text-transform: uppercase;
    padding: 30px 28px;
}

.date {
    display: block;
    margin-top: 20px;
}

.rpwe-summary {
    color: #8b8d8e;
    line-height: 1.55;
    font-size: 14px;
    padding: 30px 28px;
}

.rpwe-title a {
    font-family: 'Montserrat Regular', Arial, sans-serif;
    font-weight: normal;
    font-size: 15px;
    color: #000;
    min-height: 40px;
    display: block;
    text-transform: none;
    transition: color 0.2s;
}

.rpwe-title a:hover {
    color: #eaab00;
}

a.tag {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #eaab00;
    padding: 12px 28px;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
}

.rpwe-li:first-child ~ .rpwe-li .tag {
    background-color: #bed600;
}

.rpwe-li:first-child ~ .rpwe-li ~ .rpwe-li .tag {
    background-color: #00b0ca;
}

.post-body .wpcf7 p:after {
    content: '';
    display: table;
    clear: both;
}

.wpcf7-response-output {
    margin-top: 15px !important;
}

.sidebar-widget {
    font-size: 0;
}

.sidebar-widget .textwidget {
    font-size: 14px;
}

.sidebar-widget .textwidget h3 {
    padding: 0 20px;
    font-size: 14px;
    letter-spacing: 0;
    border-left: 2px dotted #d0d2d3;
    border-right: 2px dotted #d0d2d3;
    color: #000;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

.sidebar .rpwe-block {
    padding-top: 0;
}

.sidebar .rpwe-ul {
    margin: 0;
    display: block;
    border-spacing: 0;
}

.sidebar .rpwe-li {
    display: block;
    width: 100%;
    margin: auto auto 20px;
    border-top: 2px dotted #d0d2d3;
    margin: 0;
    padding: 15px;
}

.sidebar .rpwe-li:before {
    display: none;
}

.sidebar .rpwe-li:after {
    display: none;
}

.sidebar .rpwe-title {
    margin: 0;
}

.sidebar a.tag {
    position: relative;
    margin-bottom: 10px;
    float: none;
    display: inline-block;
    background: none !important;
    color: #eaab00;
    padding: 0;
}

.sidebar .rpwe-time {
    font-size: 13px;
}

.sidebar .rpwe-time:before {
    content: ' - ';
}

.sidebar .news-holder {
    display: inline;
    padding: 0;
}

.sidebar .rpwe-title a {
    min-height: 0;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 500;
    font-size: 14px;
}

@media (max-width: 1280px) {

    .pre-footer-left {
        height: 400px;
    }
    .pre-footer-right-inner {
        height: 400px;
        padding-top: 45px;
        padding-left: 50px;
    }
    a.tag {
        padding: 10px 18px;
    }
    .news-holder {
        padding: 25px 25px;
    }
    .post-body .wpcf7 {
        width: 55%;
    }
    .post-body input.wpcf7-text,
    .post-body input.wpcf7-submit {
        padding: 22px 15px;
    }
    .post-body h2 {
        font-size: 26px;
    }

}

@media (max-width: 1024px) {

    .post-body input.wpcf7-text,
    .post-body input.wpcf7-submit {
        padding: 18px 13px;
        letter-spacing: 0;
        height: 52px;
    }

}

@media (max-width: 960px) {

    .post-body h2,
    .post-body small {
        float: none;
        text-align: center;
        margin-top: 0;
        margin-bottom: 30px;
        margin-left: auto;
        margin-right: auto;
    }
    .post-body small {
        display: none;
    }
    .post-body .wpcf7 {
        width: 100%;
        float: none;
    }
    .post-body .wpcf7-form-control-wrap,
    .post-body input.wpcf7-submit {
        display: block;
        width: 100%;
        margin-top: 10px;
        margin-right: 0;
        float: none;
    }
    .post-body input.wpcf7-text,
    .post-body input.wpcf7-submit {
        padding: 18px 22px;
        letter-spacing: 1px;
        height: 50px;
    }

}

@media (max-width: 820px) {

    .stats {
        padding: 50px 0;
    }
    .stats .wrapper {
        padding: 0;
    }
    .stats .textwidget {
        float: none;
        width: 100%;
        padding: 10px;
    }
    .stats .textwidget p {
        max-width: 240px;
        text-transform: uppercase;
    }
    .rpwe-li:first-child + li + li {
        display: none;
    }
    .news-holder {
        padding: 21px;
        font-size: 14px;
    }
    .rpwe-title a {
        font-size: 14px;
        min-height: 40px;
    }
    .postcontent h3 {
        font-size: 31px;
    }

}

@media (max-width: 560px) {

    .post-body h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .postcontent h3 {
        font-size: 24px;
        margin-bottom: 0;
    }
    .postcontent .textwidget p {
        display: none;
    }
    .rpwe-ul {
        display: block;
        margin: 25px 0;
        border-spacing: 0;
    }
    .rpwe-li:first-child + li {
        display: none;
    }
    .rpwe-li {
        max-width: 380px;
        margin: 0 auto;
        display: block;
        width: 100%;
    }

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-webkit-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-moz-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

.sidebar-holder blockquote {
    padding: 8vh 0 2vh 30px;
    font-size: 35px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 300;
}

.sidebar-holder blockquote:before {
    content: '';
    background-image: url(img/66.png);
    background-size: 71px 66px;
    width: 71px;
    height: 66px;
    float: left;
    margin-top: -27px;
    margin-right: 15px;
}

.sidebar-holder blockquote:after {
    content: '';
    background-image: url(img/99.png);
    background-size: 71px 66px;
    width: 71px;
    height: 66px;
    float: right;
}

.hide {
    display: none;
}

@media (max-width: 1400px) {

    .sidebar-holder blockquote {
        padding: 40px 0 40px 0px;
        font-size: 31px;
    }

}

@media (max-width: 1200px) {

    .sidebar-holder blockquote {
        padding: 30px 0 30px 0px;
        font-size: 28px;
    }
    .sidebar-holder blockquote:before,
    .sidebar-holder blockquote:after {
        background-size: 53px 50px;
        width: 53px;
        height: 50px;
        margin-top: -15px;
        margin-right: 7px;
    }

}

@media (max-width: 1024px) {

    .sidebar-holder blockquote {
        font-size: 25px;
    }
    .sidebar-holder blockquote:before,
    .sidebar-holder blockquote:after {
        background-size: 36px 33px;
        width: 36px;
        height: 33px;
        margin-top: -9px;
        margin-right: 4px;
    }

}

/* Document Library */

.mdocs-wrap {
    display: none;
}

.filter-holder {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.filter-holder:after {
    content: "\f107";
    font: normal normal normal 17px/0 FontAwesome;
    position: absolute;
    top: 50%;
    right: 20px;
    color: #e9ab00;
}

#filter {
    padding: 16px 24px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.1;
    min-width: 320px;
    border: 1px #e8e8e8 solid;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#filter:focus {
    outline: none;
}

.mdocs-container thead {
    background-color: #363636;
    color: #fff;
}

.mdocs-container thead th {
    font-weight: 600;
    text-transform: uppercase;
    padding: 18px !important;
    white-space: nowrap;
    font-size: 13px;
}

.mdocs-title-href,
.mdocs-red {
    color: #232323;
    font-size: 13px;
}

.mdocs-title-href {
    text-decoration: underline;
}

.mdocs-title-href:before {
    content: "\f1c1";
    margin-right: 18px;
    font: normal normal normal 14px/1 FontAwesome;
    color: #eaab00;
    float: left;
    margin-bottom: 8px;
}

.mdocs-title-href .text-muted {
    display: none;
}

.mdocs-container tfoot,
.mdocs-current-cat {
    display: none;
}

td#update {
    white-space: nowrap;
}

b.mdocs-red {
    color: inherit !important;
    font-weight: normal;
    white-space: nowrap;
}

#mdocs-list-table .mdocs-sort-option:first-child + th {
    padding-left: 5px !important;
}

#mdocs-list-table .mdocs-sort-option:last-child {
    text-align: right;
}

.mdocs-container td:last-child {
    text-align: right;
}

.mdocs-container td:last-child a {
    font-weight: 600;
    font-size: 13px;
}

@media (max-width: 909px) {

    .mdocs-container td:first-child {
        padding-left: 0;
    }
    .mdocs-container td:last-child {
        padding-right: 0;
    }
    .mdocs-title-href:before {
        margin-right: 5px;
    }

}

@media (max-width: 767px) {

    .filter-holder {
        display: block;
    }
    #filter {
        min-width: 0;
        width: 100%;
    }
    .mdocs-container .fa-download,
    .mdocs-container .fa-calendar {
        display: none;
    }

}

@media (max-width: 650px) {

    .mdocs-container .fa-download,
    .mdocs-container .fa-calendar {
        display: none;
    }
    .mdocs-container table,
    .mdocs-container thead,
    .mdocs-container tbody,
    .mdocs-container tr,
    .mdocs-container th,
    .mdocs-container td {
        display: block !important;
        width: 100%;
        white-space: normal;
    }
    .btn-group,
    .btn-group-vertical {
        max-width: 100%;
    }
    .mdocs-title-href {
        display: block;
        white-space: normal;
        text-overflow: ellipsis;
        width: 100%;
        overflow: hidden;
    }
    .mdocs-container td {
        text-align: left !important;
        border-top: none !important;
    }
    .mdocs-container td:last-child {
        border-bottom: 1px #ddd solid;
    }

}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
    height: auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    max-width: 100%;
    padding: 0;
    border: 1px solid #F0F0F0;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
    margin: 0;
    padding: 8px;
    text-align: left;
    font-size: 13px;
    line-height: 1.5;
}

main img {
    height: auto !important;
}

main .attachment-post-thumbnail {
    width: 100%;
}

main table {
    margin-bottom: 20px;
}

main table:not(#mdocs-list-table) tbody tr:nth-child(odd) {
    background-color: #f5f5f5;
}

main table:not(#mdocs-list-table) tbody tr:nth-child(even) {
    background-color: #e8e8e8;
}

.mdocs-container td {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* misc */

.bg-logo {
    background-color: #eaab00;
    background-image: url(img/bg-logo.jpg);
    background-repeat: repeat;
    background-position: center;
}

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

.corners-top {
    position: relative;
    width: calc(100% - 36px);
    height: 18px;
    margin-top: -18px;
    margin-left: 18px;
    margin-right: 18px;
    background-color: #f5f5f5;
    z-index: 101;
}

.corners-top:before {
    content: '';
    position: absolute;
    right: 100%;
    bottom: 0;
    width: 18px;
    height: 18px;
    border-top: 9px transparent solid;
    border-right: 9px #f5f5f5 solid;
    border-bottom: 9px #f5f5f5 solid;
    border-left: 9px transparent solid;
}

.corners-top:after {
    content: '';
    position: absolute;
    left: 100%;
    bottom: 0;
    width: 18px;
    height: 18px;
    border-top: 9px transparent solid;
    border-right: 9px transparent solid;
    border-bottom: 9px #f5f5f5 solid;
    border-left: 9px #f5f5f5 solid;
}

.corners-bottom {
    position: relative;
    width: calc(100% - 36px);
    height: 18px;
    margin-bottom: -18px;
    margin-left: 18px;
    margin-right: 18px;
    background-color: #f5f5f5;
    z-index: 101;
}

.corners-bottom:before {
    content: '';
    position: absolute;
    right: 100%;
    bottom: 0;
    width: 18px;
    height: 18px;
    border-top: 9px #f5f5f5 solid;
    border-right: 9px #f5f5f5 solid;
    border-bottom: 9px transparent solid;
    border-left: 9px transparent solid;
}

.corners-bottom:after {
    content: '';
    position: absolute;
    left: 100%;
    bottom: 0;
    width: 18px;
    height: 18px;
    border-top: 9px #f5f5f5 solid;
    border-right: 9px transparent solid;
    border-bottom: 9px transparent solid;
    border-left: 9px #f5f5f5 solid;
}

a[rel="tag"] {
    font-family: 'Montserrat Regular';
    display: block;
    float: left;
    font-weight: 600;
    background: #eaab00;
    margin: 0 5px 5px 0;
    border-radius: 20px;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    line-height: 10px;
    padding: 9px 10px;
    text-decoration: none;
    transition: background-color 0.25s;
}

a[rel="tag"]:before {
    content: "\f02b";
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 4px;
}

a[rel="tag"]:hover {
    background-color: #363636;
}

.main-wrapper:after {
    content: '';
    display: table;
    clear: both;
}

.tag main {
    float: none;
    width: 100% !important;
}

#map {
    height: 450px;
}

#map h4 {
    margin: 0;
}

.pagination {
    clear: both;
    padding-top: 35px;
}

.pagination span,
.pagination a {
    position: relative;
    background-color: #eaab00;
    padding: 12px 20px;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    transition: background-color 0.25s;
}

.pagination a:hover {
    background-color: #363636;
    text-decoration: none;
}

.pagination span {
    background-color: #363636;
}

.pagination span:after,
.pagination a:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 16px;
    border-left: 8px transparent solid;
    border-bottom: 8px transparent solid;
    border-right: 8px #fff solid;
    border-top: 8px #fff solid;
    z-index: 3;
}

.um {
    opacity: 1 !important;
}

input.um-button {
    background-color: #eaab00 !important;
    box-shadow: none !important;
    border: none !important;
    border-radius: 5px !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
    letter-spacing: 1px !important;
    font-weight: 600 !important;
}

a.um-button.um-alt {
    background-color: #e5e5e5 !important;
    box-shadow: none !important;
    border: none !important;
    border-radius: 5px !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
    letter-spacing: 1px !important;
    font-weight: 600 !important;
}

input.um-button:hover,
a.um-button.um-alt:hover {
    background-color: #222 !important;
    color: #fff !important;
}

.tabletoolong {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    border-collapse: collapse;
    border-spacing: 0;
}

@media (min-width: 1024px) {

    body:not(.home) .wrapper main:not(:only-child) {
        float: left;
        width: 65%;
    }
    body:not(.home) .wrapper .sidebar:not(:only-child) {
        float: left;
        width: 35%;
        padding-left: 4vw;
    }

}

@media (max-width: 1024px) {

    .admin-bar .header {
        padding-top: 32px;
    }

}

@media (max-width: 1023px) {

    aside.sidebar {
        clear: both;
        padding-top: 20px;
    }

}

@media (max-width: 768px) {

    .admin-bar .header {
        padding-top: 46px;
    }
    #map {
        height: 370px;
    }

}

#sharelink-strip {
    width: 400px;
    margin-left: 160px;
    max-height: 40px;
    margin-bottom: 10px;
}

.sl-symbol {
    font-size: 1.5em;
    font-weight: 600;
    color: #eaab00;
    padding-right: 5px;
}

.sl-close {
    font-size: 1.5em;
    font-weight: 300;
}

.sl-change {
    font-size: 1em;
}

.sl-up {
    font-size: 1em;
    padding-left: 7px;
}

.sl-provided {
    display: none;
}

.sl-updated {
    font-size: 0.7em;
}

.sl-clear {
    display: none;
}

.sl-strip-wrap {
    height: 25px;
}

.home.page-template-tpl-homepage #banner-holder .video-container img {
    display: block;
    z-index: -1;
}
.home.page-template-tpl-homepage #banner-holder .video-container {
    z-index: 0;
}
.home.page-template-tpl-homepage #banner-holder .ms-slide-info {
    z-index: 1;
}

.investors-centre {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.ms-info h1.reverse, .ms-info h2.reverse {
    font-weight: 300;
}
.ms-info h1.reverse strong, .ms-info h2.reverse strong {
    font-weight: 600;
}

#banner-holder .ms-info a.content-with-button--white_button {
    background-color: #f8f8f7;
    color: #eaab00;
    border-top: #f8f8f7;
    border-right: #f8f8f7;
}

.textwidget.top-left-social-share {
    font-size: 1.1rem;
}

.textwidget.top-left-social-share a {
    display: inline-block;
    vertical-align: middle;
}
.textwidget.top-left-social-share a.icon-linkedin {
    margin-top: 0px;
    padding-top: 2px;
}

/**
    Contact 7 forms inside <main>
*/
main .wpcf7[role="form"] form input.wpcf7-text,
main .wpcf7[role="form"] form input.wpcf7-submit {
  padding: 22px 20px;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.1;
  height: 60px;
  margin-bottom: 0.5rem; }

main .wpcf7[role="form"] form input.wpcf7-text::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #949494; }

main .wpcf7[role="form"] form input.wpcf7-text::-moz-placeholder {
  /* Firefox 19+ */
  color: #949494; }

main .wpcf7[role="form"] form input.wpcf7-text:-ms-input-placeholder {
  /* IE 10+ */
  color: #949494; }

main .wpcf7[role="form"] form input.wpcf7-text:-moz-placeholder {
  /* Firefox 18- */
  color: #949494; }

/**
	Report Builder.
 */
.Report-Builder {
	margin-top: 40px;
	width: 100%;
	text-align: left;
	margin-bottom: 40px;
	overflow: hidden;
}
@media (min-width: 576px) {
	.Report-Builder {
		display: flex;
		overflow: visible;
	}
}
.Report-Builder--cover-image {
	text-align: center;
}
.Report-Builder--cover-image img {
	max-width: unset;
	margin-bottom: 40px;
}
.Report-Builder ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.Report-Builder ul li {
	margin-bottom: 27px;
}
.Report-Builder--left {}
.Report-Builder--right {
}
.Report-Builder--right,
.Report-Builder--merger h3 {
	font-size: 20px;
	line-height: 1.6;
	letter-spacing: 0.48px;
}
.Report-Builder--merger,
.Report-Builder--downloadable-pdfs,
.Report-Builder--links{
	margin-left: 30px;
}
@media (min-width: 576px) {
	.Report-Builder--merger,
	.Report-Builder--downloadable-pdfs,
	.Report-Builder--links{
		margin-left: 62px;
	}
}
.Report-Builder--right__separator {
	margin-bottom: 25px;
}
.Report-Builder--right__separator hr {
	margin: 0;
	display: block; height: 1px;
	border: 0; border-top: 1px solid #EBEBEB;

}
@media (min-width: 576px) {
	.Report-Builder--right__separator {
		position: relative;
		height: 1px;
	}
	.Report-Builder--right__separator hr {
		position: absolute;
		width: 130%;
		left: -25px;
	}
}

.Report-Builder--downloadable-pdfs a,
.Report-Builder--links a {
	color: #222222;
	display: flex;
	align-items: flex-start;
}
.Report-Builder--downloadable-pdfs a:hover,
.Report-Builder--links a:hover {
	text-decoration: none;
}
.Report-Builder--downloadable-pdfs a:hover span,
.Report-Builder--links a:hover span{
	text-decoration: underline;
}
.Report-Builder--downloadable-pdfs a span,
.Report-Builder--links a span {
	font-weight: 600;
}
.Report-Builder--downloadable-pdfs a i,
.Report-Builder--links a i {
	width: 22px;
	color: #eaab00;
	margin-right: 19px;
	font-size: 28px;
 }
.Report-Builder--links a i {
	margin-top: 9px;
	font-size: 16px;
	margin-left: 5px;
	margin-right: 14px;
}
.Report-Builder--links a i.list-download-icon {
	background-image: url(img/list-download-icon.png);
	width: 32px;
	height: 36px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 2px;
	margin-left: -2px;
	margin-right: 12px;
}
.Report-Builder--merger{
	margin-bottom: 50px;
}
.Report-Builder--merger h3 {
	margin-top: 0;
}
.Report-Builder--merger h3,
.Report-Builder--merger__checkboxes label {
	font-weight: 600;
	text-transform: uppercase;
	color: #222222;
}
.Report-Builder--merger__checkboxes label {
	font-size: 17px;
}
.Report-Builder--merger__checkboxes .g {
	margin-bottom: 14px;
}
.Report-Builder--merger__checkboxes .g.content {
	margin-bottom: 25px;
	padding-left: 30px;
}
.Report-Builder--merger__checkboxes .g.content h1,
.Report-Builder--merger__checkboxes .g.content h2,
.Report-Builder--merger__checkboxes .g.content h3 {
	font-size: 15px;
	margin: 0;
	color: #222222;
	text-transform: uppercase;
	margin-bottom: 14px;
}
.Report-Builder--merger__checkboxes .g.content p,
.Report-Builder--merger__checkboxes .g.content ul li,
.Report-Builder--merger__checkboxes .g.content ol li {
	color: #222222;
	font-size: 14px;
}
.Report-Builder--merger__checkboxes .g.content p,
.Report-Builder--merger__checkboxes .g.content ul,
.Report-Builder--merger__checkboxes .g.content ol {
	margin-bottom: 14px;
 }
.Report-Builder--merger__checkboxes .g.content ul li,
.Report-Builder--merger__checkboxes .g.content ol li {
	margin-bottom: 0;
}
.Report-Builder--merger__checkboxes .g.content ul {
	list-style-type: disc;
	margin-left: 40px;
}
.Report-Builder--merger__checkboxes .g.content ol {
	list-style-type: decimal;
 }
.Report-Builder--merger__checkboxes input[type="checkbox"],
.Report-Builder--merger__checkboxes label {
	display: inline-block;
	vertical-align: middle;
}
.Report-Builder--merger__checkboxes input[type="checkbox"] {
	margin-right: 10px;
	margin-bottom: 7px;
}
button.Report-Builder--merger__submit {
	border: none;
	color: #fff;
	font-weight: 600;
	background-color: #eaab00;
	transition: background-color 0.2s;
	padding: 22px 20px;
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.1;
	height: 60px;
}
button.Report-Builder--merger__submit:hover {
	text-decoration: none;
	background-color: #222;
}
.Report-Builder--merger__checkboxes{
	margin-bottom: 25px;
}
