@charset "UTF-8";

/* CSS Document */

/* ================================================ Fonts ================================================ */

@font-face {
    font-family: 'Bariol';
    src: url('../fonts/Bariol-ThinItalic.woff2') format('woff2'),
    url('../fonts/Bariol-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Bariol';
    src: url('../fonts/Bariol-Bold.woff2') format('woff2'),
    url('../fonts/Bariol-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Bariol';
    src: url('../fonts/Bariol-BoldItalic.woff2') format('woff2'),
    url('../fonts/Bariol-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

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

@font-face {
    font-family: 'Bariol';
    src: url('../fonts/Bariol-LightItalic.woff2') format('woff2'),
    url('../fonts/Bariol-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

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

@font-face {
    font-family: 'Bariol';
    src: url('../fonts/Bariol-Italic.woff2') format('woff2'),
    url('../fonts/Bariol-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Bariol';
    src: url('../fonts/Bariol-Thin.woff2') format('woff2'),
    url('../fonts/Bariol-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}


/* ================================================ Basic Structure ================================================ */

body {
    background-color: #fff;
    font-family: Bariol, Arial, Helvetica, sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    line-height: 1.25em;
    color: #0b1e61;
}

h1 {
    font-size: 65px;
    color: #0b1e61;
    line-height: .85em;
    margin-top: 20px;
    font-family: Bariol, Arial, Helvetica, sans-serif !important;
    font-weight: bold;
    font-style: italic;
    text-transform: lowercase;
}

h2 {
    font-size: 60px;
    color: #88c6ea;
    line-height: 0.8em;
    margin-top: 20px;
    font-weight: bold;
    font-style: italic;
    text-transform: lowercase;
    /*    background-color: antiquewhite;*/
    /*
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
*/
}

h3 {
    color: #88c6ea;
    font-size: 30px;
    font-family: Bariol, Arial, Helvetica, sans-serif !important;
    font-weight: bold;
    font-style: italic;
    text-transform: lowercase;
}

p {
    margin: 12px 0;
}

a {
    /* [disabled]background-color: #ff9f08; */
    color: #ff9f08;
    text-decoration: none;
}

ul {
    margin-left: 20px;
}

li {
    list-style-type: disc;
    margin: 5px 0;
}

hr {
    border: none;
    height: 1px;
    background-color: #f86e57;
}

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

strong {}

.floatleft,
.alignleft {
    float: left;
}

.floatright,
.alignright {
    float: right;
}

img.aligncenter {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clear {
    clear: both;
}

.hidden {
    display: none;
}

.martop10 {
    margin-top: 10px;
}

.m_only {
    display: none;
}

.d_only {
    display: block;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.infinite.nextposts {
    visibility: hidden;
}

.revealee {
    opacity: 0;
}

.testblock {
    width: 29%;
    margin: 10px 1%;
    display: inline-block;
    background-color: tomato;
    height: 300px;
}

#wpadminbar {
    z-index: 0;
}

.max1400 {
    max-width: 1400px;
    height: auto;
}

.container-fluid {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.dimmed {
    opacity: .25;
}

.introtext {
    text-align: center !important;
    font-size: 46px;
    font-weight: bold;
    line-height: 1.1em;
}


/* anchor offset to make up for sticky nav */

a.anchor {
    display: block;
    position: relative;
    top: -75px;
    visibility: hidden;
}

.green1 {
    background-color: #7adfa9;
    overflow: auto;
    max-width: 1160px;
}

.button1,
.button2 {
    color: #0b1e61;
    padding: 1px 20px;
    display: inline-block;
    margin-right: 10px;
    border-radius: 1000px;
    font-weight: bold;
    font-style: italic;
}

.button1 {
    background-color: #7adfa9;
    color: #FFF;
}

.button1:hover {
    background-color: rgba(122, 223, 169, 0.8);
    color: #FFF;
}

.button2 {
    /* Dark Blue */
    background-color: #0b1e61;
    color: #FFF !important;
    padding: 1% 3%;
}

 body div.scroll_link_wrapper {
    text-align: center;
    display: none !important;
}

.scroll_link.button {
/*    padding: 10px 10px 10px 10px;*/
/*    padding: 0;*/
/*    border: solid 6px #88c6ea;*/
/*    height: 80px;*/
/*    width: 80px;*/
/*    background-color: #88c6ea;*/
/*    text-align: center;*/
    display: inline-block;
    margin: 0 auto;
    font-size: 40px;
    border-radius: 300px;
    color: #0b1e61 !important;
    text-decoration: underline !important;
    cursor: pointer;
}

.scroll_link.button i {
    margin: 0;
}

.button2:hover {
    background-color: rgba(11, 30, 97, 0.8);
    color: #FFF;
    text-decoration: none;
}

.page {
    /*    display: none;*/
}

/* page headers */

.page_header {
        position: relative;
    /*    display: block;*/
    background-color: #8ac6e9;
    background-size: 200% auto;
    background-position: right bottom;
    padding-bottom: 100%;
    background-repeat: no-repeat;
    margin-bottom: -30px;
}

.page_header .scroll_link_wrapper {
    position: absolute;
    bottom: 45px;
    width: 100%;
}

.homepage .page_header {
    background-color: #7adfa9;
}

.products .page_header {
    background-color: #f5b324;
}

.services .page_header {
    background-color: #88c6ea;
}

.company .page_header {
    background-color: #86339a;
}

.support .page_header {
    background-color: #8ac6e9;
}

.page_header img {
    width: 100%;
    height: auto;
    transition: all 0.2s;
}

.page_header_content {
    /*    display: none;*/
    position: relative;
    padding: 12px 12px 0;
    text-align: center;
    /*    margin: 0 45px;*/
    /*    clear: both;*/
}

.page_header_content h1 {
    margin-top: 0;
/*    background-color: aliceblue;*/
}

.page_header_content h2 {
    font-size: 24px !important;
    padding: 0 !important;
    color: #0b1e61 !important;
    font-style: normal !important;
    line-height: 1.1em;
}

/* content blocks */

.the_content {
    text-align: center;
}

.content_block,
.block_basic,
.block_style1 {
    display: block;
    /*    background-color: purple;*/
    clear: both;
    padding-top: 36px;
    margin-bottom: 0px;
    overflow: hidden;
}

body .content_block:nth-child(odd) h2 {
    /*    background-color: orange;*/
}

body .content_block:nth-child(even) h2 {
    /*    background-color: deeppink;*/
    color: #0b1e61;
}

.content_block div,
.block_basic div {
    /*    background-color: aqua;*/
    display: block;
    padding: 0;
}

.cb_image img,
.bb_img img {
    width: 100%;
    /*    margin-left: -10%;*/
    height: auto;
    /*    border-radius: 50%/10%;*/
}

.content_block div.cb_text,
.block_basic div.bb_text,
.the_content {
    padding: 0 30px;
}

.block_style1 .scroll_link {
    color: #0b1e61 !important;
/*    background-color: #FFF !important;*/
}

.block_basic .button2 {
    margin-top: 20px;
}


/* ================================================ SideNav ================================================ */

#main_wrapper,
#main {
    /*    overflow: hidden;*/
    max-width: 100%;
}

#sidenav_wrapper {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #0b1e61;
    overflow-x: hidden;
    /*    transition: 0.5s;*/
    padding: 0px;
}

#sidenav {
    box-sizing: border-box;
    padding: 12px 20px 20px;
    color: #FFF;
}

#sidenav ul {
    margin: 0;
    padding: 0;
    width: 100%;
}

#sidenav li {
    list-style-type: none;
    margin: 10px 0;
}

#sidenav a {
    color: #FFF;
    display: block;
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 1000px;
    padding: 1% 3%;
    font-weight: bold;
}

#sidenav .sn_logo {
    padding: 5% 9% 5% 7%;
    background-color: transparent;
}

#sidenav a:hover {
    background-color: rgba(255, 255, 255, 0.3);
    text-decoration: none;
}

#sidenav a.sn_logo:hover {
    background-color: transparent;
    opacity: 0.7;
}

/* ================================================ Header ================================================ */

header {
    display: block;
    width: 100%;
    background-color: #FFF;
    height: auto;
    box-shadow: 0px 6px 3px rgba(128, 128, 128, 0.33);
    z-index: 5;
    position: relative;
    text-align: center;
}

header .logo1 {
    display: inline-block;
    margin: 8px auto;
    /*    background-color: bisque;*/
    height: 40px;
    width: auto;

}

header .logo1 a {
    width: auto;
    /*    padding: 20px 0 20px 15px;*/
    /*    transition: all 0.25s;*/
}

header .logo1 img {
    width: auto;
    height: 100%;
}

/*
header .logo1 a {
    display: block;
}
*/

header .logo1 a:hover img {
    /*
    width: 90%;
    height: auto;
*/
}

header .menu1 {
    padding: 0;
    margin: 10px 0 0;
    display: none;
    box-sizing: border-box;
}

header .menu2 {
    position: absolute;
    top: 12px;
    right: 12px;
}

header .menu1 ul,
header .menu2 ul {
    margin: 0;
    padding: 0;
}

header .menu1 li,
header .menu2 li {
    list-style-image: none;
    display: inline-block;
}

header .menu2 li {
    width: 20px;
    text-indent: -1000px;
    overflow: hidden;
}

header .menu1 li a,
header .menu2 li a {
    display: inline-block;
    color: #0b1e61;
    text-transform: lowercase;
    font-weight: bold;
    /*    margin-right: 30px;*/
}

header .menu1 {
    position: absolute;
    bottom: 0;
    right: 10px;
    margin-bottom: 10px;
}

header .menu1 li a {
    background-color: lightpink;
    background-color: #FFF;
    padding: 1px 20px;
    border-radius: 1000px;
    /*    margin-right: 10px;*/
    transition: all 0.25s;
    margin: 0;
}

header .menu1 li a:hover {
    background-color: #e3e2e2;
    text-decoration: none;
}

header .menu2 {
    /*    padding-right: 20px;*/
    position: absolute;
    top: 0;
    right: 10px;
    float: right;
    margin-left: 5px;
    display: none;
}

header .menu2 li {
    /*    background-color: purple;*/
    display: inline-block;
    border-radius: 1000px;
    font-size: 16px;
    font-style: italic;
    /*    margin-left: 10px;*/
}

header .menu2 li a {
    color: #FFF;
    text-align: center;
    margin: 0;
    padding: 1px 20px;
    display: block;
}


header .menu2 ul li:nth-child(1) {
    background-color: #0b1e61;
}

header .menu2 ul li:nth-child(2) {
/*    background-color: #0b1e61;*/
}

header .menu2 ul li:hover {
    text-decoration: none !important;
    background-color: rgba(11, 30, 97, 0.71) !important;
}

header .menu2 ul li:hover a {
    text-decoration: none !important;
}

header .menu2 li.search_button {
    text-indent: -10000px;
    position: relative;
}

header .menu2 li.search_button:before {
    position: absolute;
    top: 0;
    left: 10px;
    content: url(../images/emblem_solutions-search.svg);
    width: 18px;
    height: 18px;
    padding: 5px 0 0;
    z-index: -2;
}

header .menu2 li.search_button a {
    border-radius: 500px;
}

header .menu2 ul li.search_button a:hover {
    background-color: rgba(180, 180, 180, 0.4);
}

header .menu2 ul li.search_button:hover {
    background-color: transparent !important;
}

.mtoggle {
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 30px;
    clear: both;
}

.mtoggle a {
    font-size: 30px;
    color: #0b1e61;
    opacity: 1;
    display: block;
    cursor: pointer;
}

.mtoggle a.mtopen {
    /*
    position: relative;
    z-index: 100;
*/
}

.mtoggle a.mtclose {
    font-size: 36px;
    margin-top: -3px;
    margin-left: -2px;
/*    background-color: #FFF;*/
    border-radius: 100%;
    padding-top: 1px;
    width: 38px;
    height: 38px;
    text-align: center;
    text-shadow: none;
    display: none;
}

#scroll_menu {
    background-color: red;
    color: #FFF;
    position: fixed;
    right: 0;
    top: 50%;
    width: 30px;
    margin-top: -2.5em;
    z-index: 1000;
}


/* ================================================ Footer ================================================ */

footer {
    font-size: 14px;
/*    background-color: rgba(136, 198, 234, 0.15);*/
    padding-top: 50px;
    /*    padding: 20px 0;*/
    /*    margin-bottom: 100px;*/
}

footer h2 {
    color: #0b1e61;
    margin-bottom: 25px;
    padding-right: 25%;
}



footer .footer_menu {
    background-color: #0b1e61;
    color: #FFF;
    margin: 0 !important;
    padding: 0 15px 15px 15px !important;
}

footer .footer_menu .d-flex div {
/*    min-width: 500px;*/
}

footer .coltest {
    background-color: hotpink;
    border-bottom: solid 3px green;
}

footer.centered {
    text-align: center;
}

footer img {
    max-width: 100%;
    height: auto;
}

footer .supplier_img {
    display: none;
}

footer .footer_form_wrapper {
    padding: 0 15px;
}

footer .footer_form_wrapper form {
    /*    background-color: #f5f1f1 !important;*/
    padding: 0 10px !important;
    border-radius: 0 15px 15px !important;
    border-top: #7adfa9 6px solid !important;
    position: relative;
    z-index: 1;
    margin: 3px 0 0;
}

footer .footer_form_wrapper form h3 {
    font-size: 30px;
    margin: 10px 0 0;
    color: #7adfa9;
}

footer .tab1,
footer .tab2 {
    background-color: #efefef;
    color: rgba(11, 30, 97, 0.7);
    padding: 12px;
    border-radius: 10px 10px 0 0;
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 3px;
}

footer .tab1.active,
footer .tab2.active {
    background-color: #7adfa9;
    color: #FFF;
}

footer .container-fluid {
    margin: 0 auto;
    overflow: inherit;
}

/* Preset Footer Form to Signup (Default) */

footer h2.form_headline.footer_form1,
footer .footer_form.footer_form1 {
    display: block;
}

footer h2.form_headline.footer_form2,
footer .footer_form2 {
    display: none;
}

/* Preset Footer Form to Contact */

.support footer h2.form_headline.footer_form1,
.support footer .footer_form.footer_form1 {
    display: none;
}

.support footer h2.form_headline.footer_form2,
.support footer .footer_form2 {
    display: block;
}

footer .footer_menu_wrapper {
    /*    background-color: plum;*/
    overflow: hidden;
    /*    text-align: center;*/
}

footer .curve {
    display: block;
    background-color: #0b1e61;
    width: 120%;
    margin: 0 auto;
    padding-bottom: 56%;
    margin-bottom: -43%;
    margin-left: -10%;
    border-radius: 50% 50% 0 0;
/*    border-radius: 50%;*/
    text-align: center;
}

footer .curve img {
    width: 15%;
    height: auto;
    /*    background-color: aliceblue;*/
    margin-top: 50px;
    display: none;
}

footer .d-flex div {
    /*    background-color: skyblue;*/
}

footer #f_social, footer #f_search {
/*    background-color: orange;*/
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}
footer #f_social {
    text-align: center;
}
footer #f_search {
/*    background-color: deepskyblue;*/
/*    width: 253px;*/
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

footer ul.social {
    padding: 0 !important;
    margin: 0 !important;
}

footer .social li {
    list-style-type: none;
    display: inline-block;
    margin: 0 10px 0 0;
    /*    vertical-align: top;*/
}

footer .social li a {
    display: block;
    height: 30px;
    width: 30px;
    /*    background-color: dodgerblue;*/
}

footer .social li.fbok {
}

footer .social li.fbok img,
footer .social li.twit img {
    height: 30px;
    width: auto;
}

footer .copyright {
    text-align: center;
    padding: 12px 0;
    color: #FFF;
}

footer .testdiv {
    background-color: floralwhite;
    display: block;
    width: 65%;
    margin: 0 auto;
}

footer .navbar ul {
    width: 100%;
}

footer .testdiv li {
    display: inline-block;
    list-style-type: none;
}

/* Search Form */

.search-wrap {
    position: relative;
    display: inline-block;
/*    background-color: hotpink;*/
    width: auto;
/*    overflow: hidden;*/
/*    margin-right: -30px;*/
}



.search-wrap input {
/*
    top: 0;
    right: 20px;
    position: absolute;
*/
}

.search-wrap input[type=search] {
/*
    position: absolute;
    left: 0;
    top:0;
*/
    border: none;
    height: 30px !important;
    border-radius: 1000px 0 0 1000px !important;
    padding: 0 0 0 15px !important;
    width: 100%;
    margin-right: -60px;
/*    margin: 0 30px 0 0 !important;*/
}


.search-wrap #search-submit {
    position: absolute;
    background-color: #7adfa9;
    border: none;
    border-radius: 0 1000px 1000px 0 !important;
    margin: 0 !important;
    padding: 1px 10px 0 !important;
    height: 30px !important;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 0 !important;
    cursor: pointer;
/*    opacity: 0.5;*/
    box-sizing: border-box;
    right: 4px;
    top: 0px;
}
footer .search-wrap {
    width: 300px;
    text-align: left;
    padding: 0;
}

footer .search-wrap input[type=search] {
    width: 255px;
    margin-right: 0;
}


/* ================================================ Contact Forms ================================================ */

/* == Formidable Forms & Selectric (Dropdowns) == */

.form-field {
    margin-bottom: 0 !important;
}

.frm_primary_label {
    color: #c7c7c7 !important;
    text-transform: lowercase !important;
    padding-left: 22px !important;
}

.frm_primary_label:before {
    content: "\25BE";
    padding-right: 3px;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=search],
button,
.selectric {
    height: 46px !important;
    border-radius: 23px !important;
    font-size: 22px !important;
}

input[type=text],
input[type=email],
input[type=tel],
textarea,
.selectric {
    border: 1.5px solid rgb(82, 100, 165) !important;
    color: #0b1e61 !important;
    box-shadow: none !important;
    font-family: Bariol, Arial, Helvetica, sans-serif !important;
    font-weight: bold !important;
    padding-left: 20px !important;
}

.selectric {
    padding-left: 12px !important;
    /*    padding-top: 3px !important;*/
}

.selectric .label {
    font-size: 22px !important;
    color: #0b1e61 !important;
    padding: 3px 0 0 !important;
}

.selectric .button {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMTYuODggMTgzLjY5Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzQzNDM0NTt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmRyb3Bkb3duLWFycm93PC90aXRsZT48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNTMuMjYsMTgxLjU0bC0xNTAtMTUwYTExLjE4LDExLjE4LDAsMCwxLDAtMTUuODJMMTUuNzQsMy4yOGExMS4xOCwxMS4xOCwwLDAsMSwxNS44MiwwTDE1OC40NCwxMzAuMTYsMjg1LjMyLDMuMjhhMTEuMTgsMTEuMTgsMCwwLDEsMTUuODIsMEwzMTMuNiwxNS43NGExMS4xOCwxMS4xOCwwLDAsMSwwLDE1LjgybC0xNTAsMTUwQTcuMzMsNy4zMywwLDAsMSwxNTMuMjYsMTgxLjU0WiIvPjwvc3ZnPg==) !important;
    background-repeat: no-repeat;
    background-color: transparent !important;
    right: 0px !important;
    top: 15px !important;
    width: 38px !important;
    height: 13px !important;
}

.selectric .button:after {
    display: none;
}

.selectric-open .selectric {
    background-color: #7adfa9 !important;
    border-color: #7adfa9 !important;
    border-radius: 20px 20px 0 0 !important;
}

.selectric-items li {
    font-size: 18px !important;
    font-family: Bariol, Arial, Helvetica, sans-serif !important;
}

/*
.selectric .button {
    font-size: 40px !important;
    font: inherit !important;
}

.selectric .button:after {
    top:0;
    left:-5px;
    padding-right:10px;
    height: 40px !important;
    width: 40px !important;
    font-size: 20px !important;
    line-height: 20px !important;
}
*/

input[type=text]::placeholder,
input[type=tel]::placeholder,
textarea::placeholder,
input[type=email]::placeholder {
    color: #0b1e61 !important;
    text-transform: lowercase;
    font-family: Bariol, Arial, Helvetica, sans-serif !important;
    /*    font-size: 18px !important;*/
    font-weight: normal !important;
}

textarea {
    /*    height: 46px !important;*/
    border-radius: 23px !important;
    font-size: 22px !important;
}

button {
    background-color: #0b1e61 !important;
    border: none !important;
    color: #FFF !important;
    box-shadow: none !important;
    cursor: pointer !important;
    text-transform: lowercase;
    transition: all 0.25s;
    padding: 0 30px !important;
}

button:hover {
    background-color: #ffe207 !important;
    color: #0b1e61 !important;
}

/* RECAPTCHA */

.g-recaptcha {
    margin: 20px 0;
}

/* Error Messaging */

.frm_error_style {
    border-radius: 1000px !important;
    border: 2px solid #FFF !important;
    background-color: red !important;
    color: #FFF !important;
    font-size: 22px !important;
    line-height: 1em !important;
    font-weight: bold;
}

/* Search Form */




/* ================================================ Video Embeds ================================================ */

.embed-container {
    position: relative;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0px;
    left: 1px;
    width: 100%;
    height: 100%;
}

.ratio1.embed-container {
    padding-bottom: 55%;
}


/* ========== FRAMED VERSION =========== */

.framed.embed-container {
    background-color: #cdcecf;
    border-radius: 12px;
    height: auto;
}

.framed.embed-container iframe,
.framed.embed-container object,
.framed.embed-container embed {
    width: 96%;
    height: 93%;
    margin: 2%;
    /* [disabled]left: 0px; */
}

.framed.ratio1.embed-container {
    padding-bottom: 57%;
}


/* ================================================ Accordian Content ================================================ */

.open_button {
    cursor: pointer;
    display: block;
}

.inside_content {
    display: block;
    /*    background-color: tomato;*/
    /*    color: #fff;*/
    padding: 25px;
    font-size: 24px;
    font-weight: bold;
    /*    height: 800px;*/
}

/* ================================================ Custom Page Content ================================================ */

/* blocks */xa

.block_basic {
    overflow: hidden;
}

/* centered with background and bullets */

.block_style1 {
    /*    background-color: tomato;*/
    text-align: center !important;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 60px 0 20% 0;
    margin: 150px 0 10px;
}

.bs1_content {
    width: 90%;
    display: block;
    margin: 0 auto;
}

.block_style1 h2 {
    text-align: center;
    color: #0b1e61;
    padding: 0;
}

.block_style1 ul {
    padding: 0;
    margin: 0;
}

.block_style1 li {
    list-style-type: none;
}

.block_style1 li a {
    color: #0b1e61;
    display: block;
    background-color: rgba(255, 255, 255, 0.66);
    margin: 1.5%;
    /*    padding: 1.5% 1.5% 1.5% 75px;*/
    padding: 4.5% 4.5% 4.5% 65px;
    border-radius: 1000px;
    text-align: left;
    background-repeat: no-repeat;
    background-size: auto 38px;
    background-position: 12px center;
    box-shadow: 9px 10px 7px -3px rgba(0, 0, 0, 0.25);
}

.block_style1 li a:hover {
    background-color: #FFF;
}



.prodblock_wrapper {
    display: block;
    clear: both;
    margin: 0 auto;
    width: 80%;
    /*    background-color: royalblue;*/
    text-align: center;
}

/* Homepage */

.homepage .block_style1 li:nth-child(1) a {
    background-image: url(../images/EMB_Icon_ProductPlanning.svg);
}

.homepage .block_style1 li:nth-child(2) a {
    background-image: url(../images/EMB_Icon_Tech&Design.svg);
}

.homepage .block_style1 li:nth-child(3) a {
    background-image: url(../images/EMB_Icon_Engineering.svg);
}

.homepage .block_style1 li:nth-child(4) a {
    background-image: url(../images/EMB_Icon_ManufacturingSupport.svg);
}

.homepage .block_style1 li:nth-child(5) a {
    background-image: url(../images/EMB_Icon_Logistics.svg);
}

.homepage .block_style1 li:nth-child(6) a {
    background-image: url(../images/EMB_Icon_CarrierSupport.svg);
}

.homepage .home_prodblock {
    width: 20%;
    margin: 0 2.5%;
    /*    background-color: skyblue;*/
    display: inline-block;
    clear: both;
    font-weight: bold;
    vertical-align: top;
}

.homepage .home_prodblock img {
    box-shadow: none;
}

.homepage .block_2 strong,
.company .block_3 strong {
    font-size: 40px;
    text-transform: lowercase;
}

.homepage .block_3 img {
    box-shadow: none;
    border-radius: 0;
}

.home_prodblock img {
    margin-bottom: 15px;
}

.prodlink_wrapper {
    display: block;
    margin: 16px 0 30px 0;
    width: auto;
}

.block_basic img {
    width: 100%;
    height: auto;
}


/* Products */

.products .cb_image img {
    box-shadow: none;
    width: 105%;
    height: auto;
    margin-left: -20px;
}

.products .page_header h1 {
    margin-top: 20px;
}

/* Services */

.services .page_header h1 {
    font-size: 65px;
}

/* Placeholder */

body.post12 {
    /*    background-color: cornflowerblue;*/
    background-image: url(../images/emblemsoltions_background1.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom;
}

/* Company */

.company .block_style1 li {
    list-style-type: none;
    color: #0b1e61;
    display: block;
    background-color: rgba(255, 255, 255, 0.66);
    margin: 1.5%;
    padding: 1.5% 1.5% 1.5% 0px;
    border-radius: 1000px;
    text-align: center;
    /*    background-image: url(../images/es_icon_placeholder.png);*/
    background-repeat: no-repeat;
    background-size: auto 38px;
    background-position: 12px center;
    box-shadow: 9px 10px 7px -3px rgba(0, 0, 0, 0.25);
    font-size: 22px;
}

.company .block_2 ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.company .block_2 li {
    list-style-type: none;
    width: 46%;
    margin: 0 1% 12px;
    padding: 5px;    
    background-color: #efefef;
    border-radius: 3000px;
    line-height: 1em;
/*    display: flex; */
    text-align: center !important;
}

.company h1 {
    color: #FFF !important;
}

.company .bs1_content h3 {
    color: #0b1e61 !important;
    font-style: normal !important;
}

/* Team */

.team_wrapper {
    display: block;
    /*    padding-bottom: 50%;*/
    /*    background-color: darkorange;*/
    position: relative;
    /*    max-width: 1000px;*/
    margin: 0 auto;
}

.team_wrapper li {
    list-style-type: none;
    display: block;
    height: auto;
    width: 100%;
    background-color: #f0f0f0;
    /*    padding: 16px 10px 17px 20px;*/
    /*    padding: 5% 5% 5% 8%;*/
    padding: 5% 5% 0 8%;
    border-radius: 62px;

}

.team_wrapper .inside_content {
    /*    background-color: black;*/
    padding-bottom: 0;
}

.tmlink img {
    border-radius: 1000px;
    height: 100px !important;
    width: auto !important;
    display: none;
    margin-right: 15px;
}

.team_block img,
.tmname {
    display: inline-block;
    vertical-align: middle;
    clear: both;
}

.tmname p {
    margin: 0;
    font-size: 22px;
}

.tmname p strong {
    font-size: 28px;
}

.tmread,
.tmname span {
    background-color: #FFF;
    border-radius: 1000px;
    font-size: 16px;
    padding: 1% 3%;
    display: inline-block;
}

.tmread {
    display: none;
    clear: both;
    float: right;
    margin: 25px 20px 0 0;
}

.tmname span {}


.tmname {
    display: inline-block;
}

.team_block img {
    width: 100%;
    height: auto;
    /*    border-radius: 1000px;*/
}

.block_tm {
    display: none;
}

/* Search */

.page.search {
    padding-bottom: 30%;
}

.pagebody.searchresults {
    padding-bottom: 30%;
} 

.searchresults .search-wrap input {
/*    position: relative;*/
/*    left: 0;*/
}

.pagebody.searchresults .search-wrap, .page.search .search-wrap {
    height: 100px;
    margin: 20px 0;
    padding-right: 60px;
/*    background-color: violet;*/
    width: 100%;
}
/*
.pagebody.searchresults .search-wrap {
    height: 100px;
    margin: 20px 0 20px 60px;    
}
*/
.pagebody.searchresults .search-wrap input[type=search], .page.search .search-wrap input[type=search] {
    border: 1.5px solid rgb(82, 100, 165);
    height: 60px !important;
    width: 100%;
    margin-right: -60px;
}
.pagebody.searchresults .search-wrap #search-submit, .page.search .search-wrap #search-submit  {
    height: 60px !important;
    border: 1.5px solid rgb(82, 100, 165);
    position: absolute;
    right: 0;
    left: inherit;
    top: 0px;
    width: 80px;
}

/*
.pagebody.searchresults .search-wrap input[type=search] {
    border: 1.5px solid rgb(82, 100, 165);
}
*/
.pagebody.searchresults li {
    list-style-type: none;
}
.pagebody.searchresults li h4 {
    font-weight: bold;
}
.pagebody.searchresults li a {    
    background-color: #FFF;
    padding: 2% 1%;
    border-radius: 1000px;
    display: block;
    transition: all .2s;
    color: #0b1e61 !important;
}

.pagebody.searchresults li a:hover {
    background-color: #e3e2e2;
    text-decoration: none;
}

.pagebody.searchresults li img {
    border-radius: 1000px;
    max-width: 150px;
    height: auto;
}

/* Press */

.press.page .container-fluid {
    max-width: 1000px;
    margin: 0 auto;
    text-align: left !important;
}

.press.page h2, .press.page p {
    text-align: left;
    margin: 20px 0;
    padding: 0;
}

.press.page h2 {
    font-size: 40px;
    text-align: center;
    text-transform: inherit;
}

.press.page h3 {
    text-transform: inherit;
    color: #0b1e61;
}

.press.page p {
    font-size: 20px;
    text-align: left;
}

/* Privacy */

.privacy.page .container-fluid {
    max-width: 1000px;
    margin: 0 auto;
}

.privacy .the_content {
    text-align: left;
}

.privacy p,
.privacy li {
    font-size: 18px !important;
}

.privacy h2 {
    font-size: 32px !important;
    text-transform:
}

.privacy h3 {
    font-size: 24px !important;
    color: #0b1e61;
}


/* ================================================ Responsive Start ================================================ */

/* Custom break for xxs (375px and up) */

@media (min-width: 375px) {
    .tmlink {
        display: inline-block;
    }
    .tmlink img {
        display: inline-block;
        margin-bottom: 1%;
    }
    .team_wrapper li {
        /*        padding: 1%;*/
        padding: 1% 1% 0 1%;
    }
}

/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) {
    /* Placeholder Splash */
    .green1 {
        margin-bottom: 40px;
    }
    /* Content Blocks */
    .content_block:nth-child(odd) .cb_image,
    .content_block:nth-child(even) .cb_text,
    .flip.content_block:nth-child(even) .cb_image,
    .flip.content_block:nth-child(odd) .cb_text,
    .homepage .block_1 .bb_text,
    .homepage .block_3 .bb_img,
    .company .block_0 .bb_text,.company .block_2 .bb_text,
    .company .block_1 .bb_img {
        float: right;
        /*        background-color: red;*/
    }
    .content_block:nth-child(even) .cb_image,
    .content_block:nth-child(odd) .cb_text,
    .flip.content_block:nth-child(odd) .cb_image,
    .flip.content_block:nth-child(even) .cb_text,
    .homepage .block_3 .bb_text,
    .homepage .block_1 .bb_img,
    .company .block_1 .bb_text,
    .company .block_2 .bb_img, .company .block_0 .bb_img {
        float: left;
        /*        background-color: green;*/
    }
    /* Products */
    .products .page_header h1 {
        font-size: 44px;
    }
    .products .content_block:nth-child(1) img {
        width: 90%;
        height: auto;
        margin-left: 0;
    }
    /* Header / Nav */
    /* Footer */
    footer #f_social {
        text-align: left
    }
    footer #f_search {
        text-align: right;
        padding-right: 12px;
    }
    footer .curve {
        padding-bottom: 50%;
    }
    footer .curve img {
        display: inherit;
    }
    /* Page Headers */
    .page_header {
        background-size: 100% auto;
        background-position: left bottom;
        padding-bottom: 48%;
        position: relative;
    }
    .page_header_content {
        position: absolute;
        width: 50%;
        top: 2%;
        left: 25px;
    }
    /* Team */
    .bigimg {
        position: relative;
        bottom: 0;
    }

}

/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {
    .container-fluid {
        padding: 0 15px;
        margin: inherit;
    }
    h2 {
        -webkit-hyphens: none;
        -moz-hyphens: none;
        -ms-hyphens: none;
        hyphens: none;
    }
    /* Header / Nav */
    header {
        padding: 10px 10px 0 150px;
        text-align: right;
        height: 100px;
    }
    header .menu1,
    header .menu2 {
        display: inline-block;
    }
    header .menu2 {
        top: inherit;

    }
    header .menu2 li {
        width: auto;
        text-indent: 0;
        overflow: inherit;
    }
    header .logo1 {
        position: absolute;
        top: 20px;
        left: 32px;
        height: 50px;
        width: auto;

    }
    .mtoggle {
        display: none;
    }
    body div.scroll_link_wrapper {
        display: block !important;
    }
    /* Footer */
    footer .supplier_img {
        display: block;
    }
    footer #f_search {
/*        margin-right: 12px;*/
    }
    footer .social li.fbok {
        margin-left: 10px;
    }    
    /* Page Headers */
    /* Content Blocks */
    .content_block,
    .block_basic,
    .block_style1 {
        padding-top: 100px;
        margin-bottom: 0px;
    }
    .cb_image img,
    .block_basic img,
    .supplier_img img {
        border-radius: 3000px;
        -webkit-box-shadow: 10px 10px 6px -4px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 10px 10px 6px -4px rgba(0, 0, 0, 0.15);
        box-shadow: 10px 10px 6px -4px rgba(0, 0, 0, 0.15);
        margin-bottom: 20px;
    }
    .nocircle img {
        border-radius: 0px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .content_block div {
        padding: 0 15px;
        margin: inherit;
    }
    .company .block_style1 li {
        display: inline-block;
    }
    /* Homepage */
    .block_style1 li {
        width: 30%;
        display: inline-block;
        font-size: 18px !important;
        line-height: 1em;
    }
    .homepage .page_header h1 {
        font-size: 80px;
    }
    /* Products */
    .products .page_header h1 {
        font-size: 75px;
    }
    .products .page_header p {
        margin: 12px 20px;
    }
    /* Services */
    .services .page_header h1 {
        font-size: 90px;
    }
    /* Company */
    .company .block_2 li {
        margin: 4% 1%;
    }
    /* Team */
    .team_wrapper {
        margin-bottom: 40px;
    }
    .team_thumbs {
        width: 60%;
        display: block;
        margin: 0 auto;
    }
    .tmname p {
        display: inline-block;
        margin-right: 12px;
    }
    .tmname {
        /*
        display: block;
        margin-left: 100px;
*/
    }
    .tmname span {
        clear: both;
        /*
        position: absolute;
        right: 0;
*/
    }
    .bigimg {
        position: absolute;
        bottom: 0;
        right: 5%;
        max-height: 385px;
        width: auto !important;
    }
}

/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
    h2 {
        padding-right: 40%;
        font-size: 80px;
    }
    /* Placeholder Splash */
    .green1 {
        background-color: transparent !important;
        /*        margin-bottom: 60px;*/
    }
    /* Header / Nav */
    header .menu1,
    header .menu2 {
        position: relative;
        margin-top: 20px;
    }
    /* Page Headers */
    .page_header img {
        /*
        top: -100px;
        position: relative;
*/
    }
    .page_header_content {
        top: 16%;
    }
    .page_header h1 {
        font-size: 95px;
    }
    /* Homepage */
    .block_style1 bs1_content {
        width: 80%;
    }
    /* Team */
    /*
    h2.execteam {
        display: inline-block;
        width: 25%;
        background-color: antiquewhite;
        border-radius: 3000px;
        float: right;
    }
    .team_wrapper {
        display: inline-block;
        width: 70%;
    }    
*/
}

/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
    /* Page Headers */
    .page_header img {}
    .page_header h1 {
        font-size: 80px !important;
    }
    .page_header h2 {
        font-size: 37px !important;
    }
    /* Footer */
    footer .footer_menu {
        padding-left: 100px !important;
        padding-right: 100px !important;
    }
    /* Content Blocks */
    .cb_img,
    .bb_img {
        padding: 0 5% !important;
    }
    .cb_image img {
        width: 100%;
        height: auto;
    }
    .cb_text h2,
    .block_basic h2,
    .block_style1 h2 {
        font-size: 100px;
        padding-right: 25%;
    }
    .block_style1 h2 {
        padding-right: 0;
    }
    .introtext,
    .the_content p,
    .cb_text p,
    .cb_text li,
    .block_basic p,
    .block_basic li {
        font-size: 34px;
        line-height: 1.2em;
    }
    /* Homepage */
    .homepage .page_header_content {
        top: 10%;
    }
    .homepage .page_header_content h1 {
        font-size: 150px !important;
    }
    .homepage .block_basic p {
        font-size: 28px;
    }
    /* Products */
    .products .page_header h1 {
        font-size: 100px !important;
    }
    /* Services */
    .services .page_header h1 {
        font-size: 125px !important;
    }
    /* Team */
    .block_tm {
        display: block;
    }
    .block_tm {
        float: right;
        margin-bottom: 20px;
    }
    .team_wrapper {
        float: left;
    }
    .block_tm img {
        border-radius: 3000px;
    }
    .tmname {
        display: inline-block;
    }
    .tmname p {
        margin: 0;
        font-size: 22px;
        clear: both;
        display: block;
    }


    .bigimg {
        position: relative;
        bottom: 0;
        right: -25%;
    }
}

@media (min-width: 1450px) {
    /* Products */
    .products .page_header h1 {
        font-size: 126px !important;
    }
    /* Team */
    .tmname {
        display: inline-block;
        ;
    }
    .tmname p {
        display: inline-block;
    }
    .tmlink {
        display: block;
    }
    .tmname span {
        display: none
    }
    .tmread {
        display: inline-block;
        float: right;
    }

}

@media (min-width: 2000px) {
    /* Page Headers */
    .page_header {
        text-align: center;
    }
    .page_header h1 {
        font-size: 198px !important;
    }
    .products .page_header h1 {
        font-size: 179px !important;
    }
    .page_header h2,
    .page_header p {
        font-size: 60px !important;
        line-height: 1.1em;
    }
    /* Footer */
    .footer_form_wrapper {
        padding-right: 100px !important;
    }
    /* Content Blocks */
    .cb_text h2,
    .block_basic h2,
    .block_style1 h2 {
        font-size: 120px;
    }
    .introtext,
    .the_content p,
    .cb_text p,
    .block_basic p,
    .cb_text li,
    .block_basic li {
        font-size: 60px;
        line-height: 1.2em;
    }
    .block_style1 li a,
    .button2,
    .company .block_style1 li {
        font-size: 40px !important;
    }
    /* Services */
    .services .page_header h1 {
        font-size: 184px !important;
    }
    /* Team */
    .team_wrapper li {
        margin: 40px 0;
    }
    /*Homepage */
    .homepage .introtext,
    .homepage .the_content p,
    .homepage .cb_text p,
    .homepage .block_basic p,
    .homepage .cb_text li,
    .homepage .block_basic li {
        font-size: 36px;
        line-height: 1.2em;
    }
}
