.boxed-layout {
    width: 92%;
    padding: 0;
    margin: 0px auto !important;
    background: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}


/* Left - Right Shadow Shine fix for Boxed Layout Mode */

.boxed-layout #header {
    width: 100%;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
}


/* ------------------------------------------------------------------------ */


/* Header V1
/* ------------------------------------------------------------------------ */

.header-v1 #header {
    height: 90px;
}

.header-v1 .logo {
    float: left;
    margin-top: 33px;
    margin-bottom: 0;
}

.header-v1 #navigation {
    float: right;
}

.header-v1 #navigation>ul {
    float: right;
    margin: 0 5px 0 0;
}

.header-v1 #navigation>ul>li {
    height: 90px;
    padding-top: 35px;
}

.header-v1 #navigation>ul>li>a {
    padding-left: 15px;
    padding-right: 15px;
}

.header-v1 #navigation .sub-menu {
    top: 90px;
}

.header-v1 #shopping-btn {
    float: right;
    line-height: 90px;
    margin: 0 0 0 20px;
    width: 21px;
}

.header-v1 #search-btn {
    float: right;
    line-height: 90px;
    margin: 0 0 0 20px;
    width: 23px;
}


/* ------------------------------------------------------------------------ */


/* Header V3
/* ------------------------------------------------------------------------ */

.header-v3 .logo {
    float: left;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 288px;
}

.header-v3 .logo img{
   width: 100%; 
}

.header-v3 #navigation>ul {
    margin: 0 5px 0 0;
}

.header-v3 #navigation>ul>li>a {
    padding: 20px 30px 20px 0;
}

.header-v3 .navigation-wrap {
    position: relative;
    background: #ffffff;
    border-top: 1px solid #efefef;
}

.header-v3 #navigation {
    float: left;
}

.header-v3 #shopping-btn {
    float: right;
    margin: 21px 0 0 0;
    padding-right: 3px;
    line-height: 1;
}

.header-v3 #search-btn {
    float: right;
    margin: 11px 0 0 20px;
}


/* ------------------------------------------------------------------------ */


/* Mobile Navigation
/* ------------------------------------------------------------------------ */

#mobile-header {
    display: none;
    position: relative;
    background-color: #ffffff;
    height: 90px;
    width: 100%;
    z-index: 8000;
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.16);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

#mobile-header .logo {
    margin-top: 33px;
    margin-bottom: 0;
    float: left;
}


/* Header Buttons & Header Search /--------------------------------------------------------- */

.header-icons {
    float: right;
}

.header-icons-divider {
    height: 30px;
    line-height: 90px;
    width: 1px;
    float: left;
    background: #efefef;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    display: block;
}


/* Standard Logos */

.logo_standard {
    display: inherit
}

.logo_retina {
    display: none
}


@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi) {
    /* Standard Logos */
    .logo_standard {
        display: none
    }
    .logo_retina {
        display: inherit
    }
    .header-transparent .logo_standard {
        display: none
    }
    .header-transparent .logo_retina {
        display: none
    }
    /* Transparent Logos */
    .logo_transparent {
        display: none
    }
    .logo_retina_transparent {
        display: none
    }

}


/* ------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------ */


/* Basic WordPress WYSIWYG Editor Styles
/* ------------------------------------------------------------------------ */

.alignleft {
    display: block;
    float: left;
    margin-top: 5px;
    margin-right: 20px !important;
    margin-bottom: 12px;
}

.alignright {
    float: right;
    margin-left: 20px !important;
    margin-bottom: 12px;
}

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

.wp-caption {
    max-width: 100%;
    /* Keep wide captions from overflowing their container. */
    padding: 0px;
}

.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
    color: #888888;
    margin: 10px 0 10px 0 !important;
}

img.wp-smiley,
.rsswidget img {}

blockquote.left {
    margin-right: 20px;
    text-align: right;
    margin-left: 0;
    width: 33%;
    float: left;
}

blockquote.right {
    margin-left: 20px;
    text-align: left;
    margin-right: 0;
    width: 33%;
    float: right;
}

.size-full {}

.size-large {}

.size-medium {}

.size-thumbnail {}


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/* ------------------------------------------------------------------------ */


/* Plugin - Contact Form 7
/* ------------------------------------------------------------------------ */

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="date"] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%!important;
    max-width: 100%;
    margin: 5px 0 0;
    background: #ffffff;
}

.wpcf7-form textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin: 5px 0 0;
}

.wpcf7-form select {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    margin: 5px 0 0;
    width: 100%;
}

.wpcf7-form .customSelect {
    margin: 5px 0 0;
    padding: 8px 10px;
}

.wpcf7-form {
    margin: 0;
    padding: 0;
}

.wpcf7-form .wpcf7-submit {
    background: #999999;
    color: #ffffff;
    border: none;
    font-weight: 700;
}

.wpcf7-form input[type="checkbox"] {
    width: auto;
}

.wpcf7 form.wpcf7-form p {
    position: relative;
    font-weight: 600;
    margin: 0 0 20px!important;
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0 10px 0 0!important;
}

.wpcf7-list-item-label {
    font-weight: normal;
}

.wpcf7-response-output {
    display: none;
}

.wpcf7-form .invalid {
    color: #bf1515!important;
}

.wpcf7-not-valid {
    border-color: #bf1515 !important;
}


/*.wpcf7 span.wpcf7-not-valid-tip{color:rgba(0,0,0,0.6);;margin-top:-1px;background:rgba(0,0,0,0.05);padding:4px 10px;border-radius:0 0 2px 2px;}*/

.wpcf7 span.wpcf7-not-valid-tip,
.wpcf7-validation-errors {
    display: none !important;
}

div.wpcf7-response-output {
    margin: 0!important;
    padding: 5px 10px!important;
}

div.wpcf7-mail-sent-ok,
div.wpcf7-mail-sent-ng,
div.wpcf7-spam-blocked,
div.wpcf7-validation-errors {
    position: relative;
    display: block;
    text-align: center;
    border-radius: 2px;
    font-weight: 700;
    padding: 12px 40px 12px 20px!important;
    /*border:1px solid #edbbbb !important;*/
    border: none!important;
    background-color: #44bdbd;
    color: #ffffff;
    margin: 0 0 30px!important;
}

div.wpcf7-mail-sent-ok {
    color: #ffffff;
}

.one-line-form .wpcf7-submit {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin: 5px 0 0!important;
    padding: 15px 16px;
    font-weight: 700;
}

.wpcf7-form .simpleselect {
    margin: 5px 0 0!important;
}

.minimalistic_form input[type="text"],
.minimalistic_form input[type="password"],
.minimalistic_form input[type="email"],
.minimalistic_form input[type="tel"],
.minimalistic_form textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%!important;
    max-width: 100%;
    margin: 0;
    padding: 10px 2px;
    font-size: 18px !important;
    line-height: 1;
    background-color: transparent !important;
    border-top: transparent;
    border-right: transparent;
    border-left: transparent;
    border-bottom-width: 1px;
    border-radius: 0;
}

.minimalistic_form .simpleselect .placeholder {
    border: 1px solid #ddd;
    border-radius: 2px;
    background-color: transparent !important;
    border-top: transparent;
    border-right: transparent;
    border-left: transparent;
    padding: 0px 2px 10px 2px !important;
    margin: 0;
    cursor: pointer;
    font-size: 18px !important;
    border-radius: 0;
}

/* Tables */

table.wp-block-table {
    width: 100%;
    text-align: left;
    margin: 32px 0px;
    padding: 0px;
    border: 1px solid #efefef;
    border-spacing: 0;
    border-radius: 4px;
}

table.wp-block-table thead,
table.wp-block-table tfoot {
    border: 1px solid #efefef;
    border: 1px solid #fafafa;
}

table.wp-block-table tbody tr:nth-child(odd) {
    background: rgba(0, 0, 0, 0.01);
}

table.wp-block-table th {
    font-size: 1.1rem;
    text-transform: uppercase;
    margin: 0px;
    padding: 12px;
    border-top: 1px solid #efefef;
    box-sizing: border-box;
}

table.wp-block-table td {
    padding: 12px;
    margin: 0px;
    border-top: 1px solid #efefef;
    box-sizing: border-box;
}

table.wp-block-table.is-style-stripes {
    border-collapse: collapse;
}

table.wp-block-table.is-style-stripes td {
    border: 1px solid #dddddd;
}


/* ------------------------------------------------------------------------ */


/* EOF
/* ------------------------------------------------------------------------ */


/*
Theme Name: Global PD Unicon
Author: Insight Designs
Template: unicon
Version: 1.1
*/


/* -----------------------------------------------------------
- Global Styles
----------------------------------------------------------- */

body {
    mix-blend-mode: normal;
    background-color: transparent;
    background-image: linear-gradient(90deg, rgb(25, 62, 86) 2%, rgb(26, 213, 253) 102%);
}


/* -----------------------------------------------------------
- Header Styles
----------------------------------------------------------- */


/* -----------------------------------------------------------
- Navigation Styles
----------------------------------------------------------- */

body .header-v3 .navigation-wrap {
    background: #193e56;
    border-top: none;
}

body #navigation {
    width: 100%;
}

body #navigation ul li {
    width: 20%;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
}

body .header-v3 #navigation>ul>li>a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 0;
}

#slogan #menu-top-menu li {
    /*     display: inline-block;
float: left; */
    list-style: none;
    margin-right: 10px;
}

#slogan #menu-top-menu li a {
    color: #fff;
    padding: 10px 30px;
}

#slogan #menu-top-menu li.top_menu_orange_button a {
    background-color: #f15a22;
}

body #mobile-header {
    mix-blend-mode: normal;
    background-color: transparent;
    background-image: linear-gradient(90deg, rgb(25, 62, 86) 2%, rgb(26, 213, 253) 102%);
}

body #mobile-header .logo {
    margin-top: 5px;
}

body #mobile-navigation {
    background: #193e56;
}

body #mobile-navigation ul li a {
    border-bottom-color: #bbbbbb !important;
}

body #header.header-v3 {
    mix-blend-mode: normal;
    background-color: transparent;
    background-image: linear-gradient(90deg, rgb(25, 62, 86) 2%, rgb(26, 213, 253) 102%);
}

body {
    background: #e2e0e0 !important;
    font-family: 'Frutiger W01';
    background-image: none;
    font-family: 'Frutiger W01';
}

.login-form {
    width: 385px;
    margin: 30px auto;
}

.login-form form {
    margin-bottom: 15px;
    padding: 30px;
}

.login-form h2 {
    margin: 0 0 15px;
}

.form-control,
.login-btn {
    min-height: 38px;
    border-radius: 2px;
}

.input-group-addon .fa {
    font-size: 18px;
}

.login-btn {
    font-size: 15px;
    font-weight: bold;
}

.or-seperator {
    margin-top: 20px;
    text-align: center;
    border-top: 1px solid #ccc;
}

.or-seperator i {
    padding: 0 10px;
    position: relative;
    top: -11px;
    z-index: 1;
}

.btn-primary {
    background-color: #80bb3d !important;
    border-color: #80bb3d !important;
}

.link a {
    color: #333;
}

/* ------------------------------------------------------------------------ */
/* Content
/* ------------------------------------------------------------------------ */

#page-wrap { }

/* Fix for iPad Portrait */
.on-mobile #page-wrap { overflow: hidden; } 

#content{ 
    padding-top: 60px;
    padding-bottom: 40px; 
}

#sidebar-widgets{
    padding-top: 60px;
    padding-bottom: 60px;
}

#content.nopadding{
    padding:0;
    margin: 0;
}

#content.sidebar-left { float: right; }

.agreement-doc{
    width:80%;
    margin: auto;
    height:400px;
    overflow-y: auto;
    border: 2px solid #ccc;
    background: white;
    color: #393939;
    font-size: 12px;
    text-align: left;
    line-height: 17px;  
}

.mrgn-top-agreement-btn{
    margin-top: 10px;
}

.action-btn{
    border-radius: 0px !important;
}
.btn-decline{
    background: #888888;
    color: white;
}

.btn-decline:hover{
    background: #666666;
    color: white !important;
    border:none !important;
}

.btn-agree{
    background: #68a000;
    color: #fff;
}

.btn-agree:hover{
    background: #67a000;
    color: white !important;
    border:none !important;
}